/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bt {
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*! purgecss start ignore */
  /*! purgecss end ignore */
}
.bt .img-fluid {
  max-width: 100%;
  height: auto;
}
.bt .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.bt .figure {
  display: inline-block;
}
.bt .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bt .figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.bt .container,
.bt .container-fluid,
.bt .container-xxl,
.bt .container-xl,
.bt .container-lg,
.bt .container-md,
.bt .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bt .container-sm, .bt .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bt .container-xl, .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bt .container-xxl, .bt .container-xl, .bt .container-lg, .bt .container-md, .bt .container-sm, .bt .container {
    max-width: 1320px;
  }
}
.bt :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.bt .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));
}
.bt .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);
}
.bt .col {
  flex: 1 0 0;
}
.bt .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.bt .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.bt .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.bt .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bt .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.bt .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.bt .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bt .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bt .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.bt .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.bt .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bt .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.bt .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.bt .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bt .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.bt .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.bt .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bt .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.bt .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.bt .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bt .offset-1 {
  margin-left: 8.33333333%;
}
.bt .offset-2 {
  margin-left: 16.66666667%;
}
.bt .offset-3 {
  margin-left: 25%;
}
.bt .offset-4 {
  margin-left: 33.33333333%;
}
.bt .offset-5 {
  margin-left: 41.66666667%;
}
.bt .offset-6 {
  margin-left: 50%;
}
.bt .offset-7 {
  margin-left: 58.33333333%;
}
.bt .offset-8 {
  margin-left: 66.66666667%;
}
.bt .offset-9 {
  margin-left: 75%;
}
.bt .offset-10 {
  margin-left: 83.33333333%;
}
.bt .offset-11 {
  margin-left: 91.66666667%;
}
.bt .g-0,
.bt .gx-0 {
  --bs-gutter-x: 0;
}
.bt .g-0,
.bt .gy-0 {
  --bs-gutter-y: 0;
}
.bt .g-1,
.bt .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bt .g-1,
.bt .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bt .g-2,
.bt .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bt .g-2,
.bt .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bt .g-3,
.bt .gx-3 {
  --bs-gutter-x: 1rem;
}
.bt .g-3,
.bt .gy-3 {
  --bs-gutter-y: 1rem;
}
.bt .g-4,
.bt .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bt .g-4,
.bt .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bt .g-5,
.bt .gx-5 {
  --bs-gutter-x: 3rem;
}
.bt .g-5,
.bt .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .bt .col-sm {
    flex: 1 0 0;
  }
  .bt .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-sm-0 {
    margin-left: 0;
  }
  .bt .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-sm-3 {
    margin-left: 25%;
  }
  .bt .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-sm-6 {
    margin-left: 50%;
  }
  .bt .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-sm-9 {
    margin-left: 75%;
  }
  .bt .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-sm-0,
  .bt .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-sm-0,
  .bt .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-sm-1,
  .bt .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-sm-1,
  .bt .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-sm-2,
  .bt .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-sm-2,
  .bt .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-sm-3,
  .bt .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-sm-3,
  .bt .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-sm-4,
  .bt .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-sm-4,
  .bt .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-sm-5,
  .bt .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-sm-5,
  .bt .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .bt .col-md {
    flex: 1 0 0;
  }
  .bt .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-md-0 {
    margin-left: 0;
  }
  .bt .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-md-3 {
    margin-left: 25%;
  }
  .bt .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-md-6 {
    margin-left: 50%;
  }
  .bt .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-md-9 {
    margin-left: 75%;
  }
  .bt .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-md-0,
  .bt .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-md-0,
  .bt .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-md-1,
  .bt .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-md-1,
  .bt .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-md-2,
  .bt .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-md-2,
  .bt .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-md-3,
  .bt .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-md-3,
  .bt .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-md-4,
  .bt .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-md-4,
  .bt .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-md-5,
  .bt .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-md-5,
  .bt .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .bt .col-lg {
    flex: 1 0 0;
  }
  .bt .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-lg-0 {
    margin-left: 0;
  }
  .bt .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-lg-3 {
    margin-left: 25%;
  }
  .bt .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-lg-6 {
    margin-left: 50%;
  }
  .bt .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-lg-9 {
    margin-left: 75%;
  }
  .bt .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-lg-0,
  .bt .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-lg-0,
  .bt .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-lg-1,
  .bt .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-lg-1,
  .bt .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-lg-2,
  .bt .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-lg-2,
  .bt .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-lg-3,
  .bt .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-lg-3,
  .bt .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-lg-4,
  .bt .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-lg-4,
  .bt .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-lg-5,
  .bt .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-lg-5,
  .bt .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .bt .col-xl {
    flex: 1 0 0;
  }
  .bt .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-xl-0 {
    margin-left: 0;
  }
  .bt .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-xl-3 {
    margin-left: 25%;
  }
  .bt .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-xl-6 {
    margin-left: 50%;
  }
  .bt .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-xl-9 {
    margin-left: 75%;
  }
  .bt .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-xl-0,
  .bt .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-xl-0,
  .bt .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-xl-1,
  .bt .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-xl-1,
  .bt .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-xl-2,
  .bt .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-xl-2,
  .bt .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-xl-3,
  .bt .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-xl-3,
  .bt .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-xl-4,
  .bt .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-xl-4,
  .bt .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-xl-5,
  .bt .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-xl-5,
  .bt .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .bt .col-xxl {
    flex: 1 0 0;
  }
  .bt .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .bt .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bt .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .bt .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .bt .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bt .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .bt .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .bt .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bt .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .bt .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .bt .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bt .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .bt .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .bt .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bt .offset-xxl-0 {
    margin-left: 0;
  }
  .bt .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bt .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bt .offset-xxl-3 {
    margin-left: 25%;
  }
  .bt .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bt .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bt .offset-xxl-6 {
    margin-left: 50%;
  }
  .bt .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bt .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bt .offset-xxl-9 {
    margin-left: 75%;
  }
  .bt .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bt .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .bt .g-xxl-0,
  .bt .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .bt .g-xxl-0,
  .bt .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .bt .g-xxl-1,
  .bt .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bt .g-xxl-1,
  .bt .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bt .g-xxl-2,
  .bt .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bt .g-xxl-2,
  .bt .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bt .g-xxl-3,
  .bt .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .bt .g-xxl-3,
  .bt .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .bt .g-xxl-4,
  .bt .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bt .g-xxl-4,
  .bt .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bt .g-xxl-5,
  .bt .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .bt .g-xxl-5,
  .bt .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.bt .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bt .fade {
    transition: none;
  }
}
.bt .fade:not(.show) {
  opacity: 0;
}
.bt .collapse:not(.show) {
  display: none;
}
.bt .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt .collapsing {
    transition: none;
  }
}
.bt .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt .collapsing.collapse-horizontal {
    transition: none;
  }
}
.bt .dropup,
.bt .dropend,
.bt .dropdown,
.bt .dropstart,
.bt .dropup-center,
.bt .dropdown-center {
  position: relative;
}
.bt .dropdown-toggle {
  white-space: nowrap;
}
.bt .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;
}
.bt .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.bt .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.bt .dropdown-menu-start {
  --bs-position: start;
}
.bt .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.bt .dropdown-menu-end {
  --bs-position: end;
}
.bt .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bt .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bt .dropdown-menu-md-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-md-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bt .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bt .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .bt .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .bt .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bt .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .bt .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.bt .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.bt .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;
}
.bt .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.bt .dropend .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;
}
.bt .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.bt .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.bt .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bt .dropstart .dropdown-toggle::after {
  display: none;
}
.bt .dropstart .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;
}
.bt .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bt .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.bt .dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.bt .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.bt .dropdown-item:hover, .bt .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.bt .dropdown-item.active, .bt .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.bt .dropdown-item.disabled, .bt .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.bt .dropdown-menu.show {
  display: block;
}
.bt .dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.bt .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.bt .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.bt .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.bt .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bt .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bt .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.bt .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.bt .card > .card-header + .list-group,
.bt .card > .list-group + .card-footer {
  border-top: 0;
}
.bt .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.bt .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.bt .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.bt .card-text:last-child {
  margin-bottom: 0;
}
.bt .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.bt .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.bt .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.bt .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.bt .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.bt .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.bt .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.bt .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.bt .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.bt .card-img,
.bt .card-img-top,
.bt .card-img-bottom {
  width: 100%;
}
.bt .card-img,
.bt .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.bt .card-img,
.bt .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.bt .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .bt .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bt .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .bt .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bt .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bt .card-group > .card:not(:last-child) > .card-img-top,
  .bt .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .bt .card-group > .card:not(:last-child) > .card-img-bottom,
  .bt .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .bt .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bt .card-group > .card:not(:first-child) > .card-img-top,
  .bt .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .bt .card-group > .card:not(:first-child) > .card-img-bottom,
  .bt .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bt .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.bt .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .bt .accordion-button {
    transition: none;
  }
}
.bt .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.bt .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.bt .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .bt .accordion-button::after {
    transition: none;
  }
}
.bt .accordion-button:hover {
  z-index: 2;
}
.bt .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.bt .accordion-header {
  margin-bottom: 0;
}
.bt .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.bt .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.bt .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.bt .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.bt .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.bt .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.bt .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.bt .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.bt .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bt .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.bt .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.bt .accordion-flush > .accordion-item > .accordion-collapse,
.bt .accordion-flush > .accordion-item > .accordion-header .accordion-button,
.bt .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.bt [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.bt .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bt .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.bt .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-primary:hover, .bt .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-secondary:hover, .bt .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-success:hover, .bt .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-info:hover, .bt .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-warning:hover, .bt .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-danger:hover, .bt .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-light:hover, .bt .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-dark:hover, .bt .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-body-emphasis:hover, .bt .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.bt .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.bt .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.bt .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .bt .icon-link > .bi {
    transition: none;
  }
}
.bt .icon-link-hover:hover > .bi, .bt .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.bt .ratio {
  position: relative;
  width: 100%;
}
.bt .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.bt .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bt .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.bt .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.bt .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.bt .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.bt .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bt .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.bt .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.bt .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .bt .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .bt .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .bt .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .bt .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .bt .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .bt .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.bt .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.bt .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.bt .visually-hidden,
.bt .visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.bt .visually-hidden:not(caption),
.bt .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.bt .visually-hidden *,
.bt .visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.bt .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.bt .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bt .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.bt .align-baseline {
  vertical-align: baseline !important;
}
.bt .align-top {
  vertical-align: top !important;
}
.bt .align-middle {
  vertical-align: middle !important;
}
.bt .align-bottom {
  vertical-align: bottom !important;
}
.bt .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bt .align-text-top {
  vertical-align: text-top !important;
}
.bt .float-start {
  float: left !important;
}
.bt .float-end {
  float: right !important;
}
.bt .float-none {
  float: none !important;
}
.bt .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.bt .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.bt .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.bt .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.bt .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
.bt .opacity-0 {
  opacity: 0 !important;
}
.bt .opacity-25 {
  opacity: 0.25 !important;
}
.bt .opacity-50 {
  opacity: 0.5 !important;
}
.bt .opacity-75 {
  opacity: 0.75 !important;
}
.bt .opacity-100 {
  opacity: 1 !important;
}
.bt .overflow-auto {
  overflow: auto !important;
}
.bt .overflow-hidden {
  overflow: hidden !important;
}
.bt .overflow-visible {
  overflow: visible !important;
}
.bt .overflow-scroll {
  overflow: scroll !important;
}
.bt .overflow-x-auto {
  overflow-x: auto !important;
}
.bt .overflow-x-hidden {
  overflow-x: hidden !important;
}
.bt .overflow-x-visible {
  overflow-x: visible !important;
}
.bt .overflow-x-scroll {
  overflow-x: scroll !important;
}
.bt .overflow-y-auto {
  overflow-y: auto !important;
}
.bt .overflow-y-hidden {
  overflow-y: hidden !important;
}
.bt .overflow-y-visible {
  overflow-y: visible !important;
}
.bt .overflow-y-scroll {
  overflow-y: scroll !important;
}
.bt .d-inline {
  display: inline !important;
}
.bt .d-inline-block {
  display: inline-block !important;
}
.bt .d-block {
  display: block !important;
}
.bt .d-grid {
  display: grid !important;
}
.bt .d-inline-grid {
  display: inline-grid !important;
}
.bt .d-table {
  display: table !important;
}
.bt .d-table-row {
  display: table-row !important;
}
.bt .d-table-cell {
  display: table-cell !important;
}
.bt .d-flex {
  display: flex !important;
}
.bt .d-inline-flex {
  display: inline-flex !important;
}
.bt .d-none {
  display: none !important;
}
.bt .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.bt .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.bt .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.bt .shadow-none {
  box-shadow: none !important;
}
.bt .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.bt .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.bt .position-static {
  position: static !important;
}
.bt .position-relative {
  position: relative !important;
}
.bt .position-absolute {
  position: absolute !important;
}
.bt .position-fixed {
  position: fixed !important;
}
.bt .position-sticky {
  position: sticky !important;
}
.bt .top-0 {
  top: 0 !important;
}
.bt .top-50 {
  top: 50% !important;
}
.bt .top-100 {
  top: 100% !important;
}
.bt .bottom-0 {
  bottom: 0 !important;
}
.bt .bottom-50 {
  bottom: 50% !important;
}
.bt .bottom-100 {
  bottom: 100% !important;
}
.bt .start-0 {
  left: 0 !important;
}
.bt .start-50 {
  left: 50% !important;
}
.bt .start-100 {
  left: 100% !important;
}
.bt .end-0 {
  right: 0 !important;
}
.bt .end-50 {
  right: 50% !important;
}
.bt .end-100 {
  right: 100% !important;
}
.bt .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.bt .translate-middle-x {
  transform: translateX(-50%) !important;
}
.bt .translate-middle-y {
  transform: translateY(-50%) !important;
}
.bt .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-0 {
  border: 0 !important;
}
.bt .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-top-0 {
  border-top: 0 !important;
}
.bt .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-end-0 {
  border-right: 0 !important;
}
.bt .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-bottom-0 {
  border-bottom: 0 !important;
}
.bt .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.bt .border-start-0 {
  border-left: 0 !important;
}
.bt .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.bt .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.bt .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.bt .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.bt .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.bt .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.bt .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.bt .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.bt .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.bt .border-1 {
  border-width: 1px !important;
}
.bt .border-2 {
  border-width: 2px !important;
}
.bt .border-3 {
  border-width: 3px !important;
}
.bt .border-4 {
  border-width: 4px !important;
}
.bt .border-5 {
  border-width: 5px !important;
}
.bt .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.bt .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.bt .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.bt .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.bt .border-opacity-100 {
  --bs-border-opacity: 1;
}
.bt .w-25 {
  width: 25% !important;
}
.bt .w-50 {
  width: 50% !important;
}
.bt .w-75 {
  width: 75% !important;
}
.bt .w-100 {
  width: 100% !important;
}
.bt .w-auto {
  width: auto !important;
}
.bt .mw-100 {
  max-width: 100% !important;
}
.bt .vw-100 {
  width: 100vw !important;
}
.bt .min-vw-100 {
  min-width: 100vw !important;
}
.bt .h-25 {
  height: 25% !important;
}
.bt .h-50 {
  height: 50% !important;
}
.bt .h-75 {
  height: 75% !important;
}
.bt .h-100 {
  height: 100% !important;
}
.bt .h-auto {
  height: auto !important;
}
.bt .mh-100 {
  max-height: 100% !important;
}
.bt .vh-100 {
  height: 100vh !important;
}
.bt .min-vh-100 {
  min-height: 100vh !important;
}
.bt .flex-fill {
  flex: 1 1 auto !important;
}
.bt .flex-row {
  flex-direction: row !important;
}
.bt .flex-column {
  flex-direction: column !important;
}
.bt .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bt .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bt .flex-grow-0 {
  flex-grow: 0 !important;
}
.bt .flex-grow-1 {
  flex-grow: 1 !important;
}
.bt .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bt .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bt .flex-wrap {
  flex-wrap: wrap !important;
}
.bt .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bt .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bt .justify-content-start {
  justify-content: flex-start !important;
}
.bt .justify-content-end {
  justify-content: flex-end !important;
}
.bt .justify-content-center {
  justify-content: center !important;
}
.bt .justify-content-between {
  justify-content: space-between !important;
}
.bt .justify-content-around {
  justify-content: space-around !important;
}
.bt .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bt .align-items-start {
  align-items: flex-start !important;
}
.bt .align-items-end {
  align-items: flex-end !important;
}
.bt .align-items-center {
  align-items: center !important;
}
.bt .align-items-baseline {
  align-items: baseline !important;
}
.bt .align-items-stretch {
  align-items: stretch !important;
}
.bt .align-content-start {
  align-content: flex-start !important;
}
.bt .align-content-end {
  align-content: flex-end !important;
}
.bt .align-content-center {
  align-content: center !important;
}
.bt .align-content-between {
  align-content: space-between !important;
}
.bt .align-content-around {
  align-content: space-around !important;
}
.bt .align-content-stretch {
  align-content: stretch !important;
}
.bt .align-self-auto {
  align-self: auto !important;
}
.bt .align-self-start {
  align-self: flex-start !important;
}
.bt .align-self-end {
  align-self: flex-end !important;
}
.bt .align-self-center {
  align-self: center !important;
}
.bt .align-self-baseline {
  align-self: baseline !important;
}
.bt .align-self-stretch {
  align-self: stretch !important;
}
.bt .order-first {
  order: -1 !important;
}
.bt .order-0 {
  order: 0 !important;
}
.bt .order-1 {
  order: 1 !important;
}
.bt .order-2 {
  order: 2 !important;
}
.bt .order-3 {
  order: 3 !important;
}
.bt .order-4 {
  order: 4 !important;
}
.bt .order-5 {
  order: 5 !important;
}
.bt .order-last {
  order: 6 !important;
}
.bt .m-0 {
  margin: 0 !important;
}
.bt .m-1 {
  margin: 0.25rem !important;
}
.bt .m-2 {
  margin: 0.5rem !important;
}
.bt .m-3 {
  margin: 1rem !important;
}
.bt .m-4 {
  margin: 1.5rem !important;
}
.bt .m-5 {
  margin: 3rem !important;
}
.bt .m-auto {
  margin: auto !important;
}
.bt .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bt .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.bt .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.bt .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bt .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bt .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bt .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bt .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bt .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.bt .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.bt .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bt .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bt .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bt .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bt .mt-0 {
  margin-top: 0 !important;
}
.bt .mt-1 {
  margin-top: 0.25rem !important;
}
.bt .mt-2 {
  margin-top: 0.5rem !important;
}
.bt .mt-3 {
  margin-top: 1rem !important;
}
.bt .mt-4 {
  margin-top: 1.5rem !important;
}
.bt .mt-5 {
  margin-top: 3rem !important;
}
.bt .mt-auto {
  margin-top: auto !important;
}
.bt .me-0 {
  margin-right: 0 !important;
}
.bt .me-1 {
  margin-right: 0.25rem !important;
}
.bt .me-2 {
  margin-right: 0.5rem !important;
}
.bt .me-3 {
  margin-right: 1rem !important;
}
.bt .me-4 {
  margin-right: 1.5rem !important;
}
.bt .me-5 {
  margin-right: 3rem !important;
}
.bt .me-auto {
  margin-right: auto !important;
}
.bt .mb-0 {
  margin-bottom: 0 !important;
}
.bt .mb-1 {
  margin-bottom: 0.25rem !important;
}
.bt .mb-2 {
  margin-bottom: 0.5rem !important;
}
.bt .mb-3 {
  margin-bottom: 1rem !important;
}
.bt .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bt .mb-5 {
  margin-bottom: 3rem !important;
}
.bt .mb-auto {
  margin-bottom: auto !important;
}
.bt .ms-0 {
  margin-left: 0 !important;
}
.bt .ms-1 {
  margin-left: 0.25rem !important;
}
.bt .ms-2 {
  margin-left: 0.5rem !important;
}
.bt .ms-3 {
  margin-left: 1rem !important;
}
.bt .ms-4 {
  margin-left: 1.5rem !important;
}
.bt .ms-5 {
  margin-left: 3rem !important;
}
.bt .ms-auto {
  margin-left: auto !important;
}
.bt .p-0 {
  padding: 0 !important;
}
.bt .p-1 {
  padding: 0.25rem !important;
}
.bt .p-2 {
  padding: 0.5rem !important;
}
.bt .p-3 {
  padding: 1rem !important;
}
.bt .p-4 {
  padding: 1.5rem !important;
}
.bt .p-5 {
  padding: 3rem !important;
}
.bt .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bt .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.bt .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.bt .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bt .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bt .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bt .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bt .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.bt .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.bt .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bt .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bt .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bt .pt-0 {
  padding-top: 0 !important;
}
.bt .pt-1 {
  padding-top: 0.25rem !important;
}
.bt .pt-2 {
  padding-top: 0.5rem !important;
}
.bt .pt-3 {
  padding-top: 1rem !important;
}
.bt .pt-4 {
  padding-top: 1.5rem !important;
}
.bt .pt-5 {
  padding-top: 3rem !important;
}
.bt .pe-0 {
  padding-right: 0 !important;
}
.bt .pe-1 {
  padding-right: 0.25rem !important;
}
.bt .pe-2 {
  padding-right: 0.5rem !important;
}
.bt .pe-3 {
  padding-right: 1rem !important;
}
.bt .pe-4 {
  padding-right: 1.5rem !important;
}
.bt .pe-5 {
  padding-right: 3rem !important;
}
.bt .pb-0 {
  padding-bottom: 0 !important;
}
.bt .pb-1 {
  padding-bottom: 0.25rem !important;
}
.bt .pb-2 {
  padding-bottom: 0.5rem !important;
}
.bt .pb-3 {
  padding-bottom: 1rem !important;
}
.bt .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bt .pb-5 {
  padding-bottom: 3rem !important;
}
.bt .ps-0 {
  padding-left: 0 !important;
}
.bt .ps-1 {
  padding-left: 0.25rem !important;
}
.bt .ps-2 {
  padding-left: 0.5rem !important;
}
.bt .ps-3 {
  padding-left: 1rem !important;
}
.bt .ps-4 {
  padding-left: 1.5rem !important;
}
.bt .ps-5 {
  padding-left: 3rem !important;
}
.bt .gap-0 {
  gap: 0 !important;
}
.bt .gap-1 {
  gap: 0.25rem !important;
}
.bt .gap-2 {
  gap: 0.5rem !important;
}
.bt .gap-3 {
  gap: 1rem !important;
}
.bt .gap-4 {
  gap: 1.5rem !important;
}
.bt .gap-5 {
  gap: 3rem !important;
}
.bt .row-gap-0 {
  row-gap: 0 !important;
}
.bt .row-gap-1 {
  row-gap: 0.25rem !important;
}
.bt .row-gap-2 {
  row-gap: 0.5rem !important;
}
.bt .row-gap-3 {
  row-gap: 1rem !important;
}
.bt .row-gap-4 {
  row-gap: 1.5rem !important;
}
.bt .row-gap-5 {
  row-gap: 3rem !important;
}
.bt .column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.bt .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
.bt .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
.bt .column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}
.bt .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
.bt .column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}
.bt .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.bt .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.bt .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.bt .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.bt .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.bt .fs-5 {
  font-size: 1.25rem !important;
}
.bt .fs-6 {
  font-size: 1rem !important;
}
.bt .fst-italic {
  font-style: italic !important;
}
.bt .fst-normal {
  font-style: normal !important;
}
.bt .fw-lighter {
  font-weight: lighter !important;
}
.bt .fw-light {
  font-weight: 300 !important;
}
.bt .fw-normal {
  font-weight: 400 !important;
}
.bt .fw-medium {
  font-weight: 500 !important;
}
.bt .fw-semibold {
  font-weight: 600 !important;
}
.bt .fw-bold {
  font-weight: 700 !important;
}
.bt .fw-bolder {
  font-weight: bolder !important;
}
.bt .lh-1 {
  line-height: 1 !important;
}
.bt .lh-sm {
  line-height: 1.25 !important;
}
.bt .lh-base {
  line-height: 1.5 !important;
}
.bt .lh-lg {
  line-height: 2 !important;
}
.bt .text-start {
  text-align: left !important;
}
.bt .text-end {
  text-align: right !important;
}
.bt .text-center {
  text-align: center !important;
}
.bt .text-decoration-none {
  text-decoration: none !important;
}
.bt .text-decoration-underline {
  text-decoration: underline !important;
}
.bt .text-decoration-line-through {
  text-decoration: line-through !important;
}
.bt .text-lowercase {
  text-transform: lowercase !important;
}
.bt .text-uppercase {
  text-transform: uppercase !important;
}
.bt .text-capitalize {
  text-transform: capitalize !important;
}
.bt .text-wrap {
  white-space: normal !important;
}
.bt .text-nowrap {
  white-space: nowrap !important;
}
.bt .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.bt .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.bt .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.bt .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.bt .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.bt .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.bt .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.bt .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.bt .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.bt .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.bt .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.bt .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.bt .text-opacity-100 {
  --bs-text-opacity: 1;
}
.bt .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.bt .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.bt .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.bt .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.bt .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.bt .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.bt .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.bt .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.bt .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.bt .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.bt .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.bt .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.bt .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.bt .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.bt .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.bt .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.bt .link-opacity-100 {
  --bs-link-opacity: 1;
}
.bt .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.bt .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.bt .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.bt .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.bt .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.bt .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.bt .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.bt .link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.bt .link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.bt .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.bt .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.bt .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.bt .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.bt .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.bt .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.bt .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.bt .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.bt .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.bt .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.bt .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.bt .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bt .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bt .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bt .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bt .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bt .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bt .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bt .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bt .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bt .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bt .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bt .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bt .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bt .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bt .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bt .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bt .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.bt .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.bt .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.bt .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.bt .pe-none {
  pointer-events: none !important;
}
.bt .pe-auto {
  pointer-events: auto !important;
}
.bt .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.bt .rounded-0 {
  border-radius: 0 !important;
}
.bt .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.bt .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-circle {
  border-radius: 50% !important;
}
.bt .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.bt .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.bt .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bt .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.bt .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.bt .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.bt .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.bt .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.bt .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.bt .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.bt .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.bt .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.bt .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.bt .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.bt .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.bt .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.bt .visible {
  visibility: visible !important;
}
.bt .invisible {
  visibility: hidden !important;
}
.bt .z-n1 {
  z-index: -1 !important;
}
.bt .z-0 {
  z-index: 0 !important;
}
.bt .z-1 {
  z-index: 1 !important;
}
.bt .z-2 {
  z-index: 2 !important;
}
.bt .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .bt .float-sm-start {
    float: left !important;
  }
  .bt .float-sm-end {
    float: right !important;
  }
  .bt .float-sm-none {
    float: none !important;
  }
  .bt .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-sm-inline {
    display: inline !important;
  }
  .bt .d-sm-inline-block {
    display: inline-block !important;
  }
  .bt .d-sm-block {
    display: block !important;
  }
  .bt .d-sm-grid {
    display: grid !important;
  }
  .bt .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-sm-table {
    display: table !important;
  }
  .bt .d-sm-table-row {
    display: table-row !important;
  }
  .bt .d-sm-table-cell {
    display: table-cell !important;
  }
  .bt .d-sm-flex {
    display: flex !important;
  }
  .bt .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-sm-none {
    display: none !important;
  }
  .bt .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-sm-row {
    flex-direction: row !important;
  }
  .bt .flex-sm-column {
    flex-direction: column !important;
  }
  .bt .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-sm-center {
    justify-content: center !important;
  }
  .bt .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bt .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bt .align-items-sm-center {
    align-items: center !important;
  }
  .bt .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bt .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bt .align-content-sm-center {
    align-content: center !important;
  }
  .bt .align-content-sm-between {
    align-content: space-between !important;
  }
  .bt .align-content-sm-around {
    align-content: space-around !important;
  }
  .bt .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-sm-auto {
    align-self: auto !important;
  }
  .bt .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bt .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bt .align-self-sm-center {
    align-self: center !important;
  }
  .bt .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bt .order-sm-first {
    order: -1 !important;
  }
  .bt .order-sm-0 {
    order: 0 !important;
  }
  .bt .order-sm-1 {
    order: 1 !important;
  }
  .bt .order-sm-2 {
    order: 2 !important;
  }
  .bt .order-sm-3 {
    order: 3 !important;
  }
  .bt .order-sm-4 {
    order: 4 !important;
  }
  .bt .order-sm-5 {
    order: 5 !important;
  }
  .bt .order-sm-last {
    order: 6 !important;
  }
  .bt .m-sm-0 {
    margin: 0 !important;
  }
  .bt .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bt .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bt .m-sm-3 {
    margin: 1rem !important;
  }
  .bt .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bt .m-sm-5 {
    margin: 3rem !important;
  }
  .bt .m-sm-auto {
    margin: auto !important;
  }
  .bt .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bt .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-sm-auto {
    margin-top: auto !important;
  }
  .bt .me-sm-0 {
    margin-right: 0 !important;
  }
  .bt .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bt .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bt .me-sm-auto {
    margin-right: auto !important;
  }
  .bt .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bt .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-sm-auto {
    margin-left: auto !important;
  }
  .bt .p-sm-0 {
    padding: 0 !important;
  }
  .bt .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bt .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bt .p-sm-3 {
    padding: 1rem !important;
  }
  .bt .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bt .p-sm-5 {
    padding: 3rem !important;
  }
  .bt .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bt .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bt .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bt .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-sm-0 {
    gap: 0 !important;
  }
  .bt .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-sm-3 {
    gap: 1rem !important;
  }
  .bt .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-sm-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-sm-start {
    text-align: left !important;
  }
  .bt .text-sm-end {
    text-align: right !important;
  }
  .bt .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bt .float-md-start {
    float: left !important;
  }
  .bt .float-md-end {
    float: right !important;
  }
  .bt .float-md-none {
    float: none !important;
  }
  .bt .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-md-inline {
    display: inline !important;
  }
  .bt .d-md-inline-block {
    display: inline-block !important;
  }
  .bt .d-md-block {
    display: block !important;
  }
  .bt .d-md-grid {
    display: grid !important;
  }
  .bt .d-md-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-md-table {
    display: table !important;
  }
  .bt .d-md-table-row {
    display: table-row !important;
  }
  .bt .d-md-table-cell {
    display: table-cell !important;
  }
  .bt .d-md-flex {
    display: flex !important;
  }
  .bt .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-md-none {
    display: none !important;
  }
  .bt .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-md-row {
    flex-direction: row !important;
  }
  .bt .flex-md-column {
    flex-direction: column !important;
  }
  .bt .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-md-center {
    justify-content: center !important;
  }
  .bt .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-md-start {
    align-items: flex-start !important;
  }
  .bt .align-items-md-end {
    align-items: flex-end !important;
  }
  .bt .align-items-md-center {
    align-items: center !important;
  }
  .bt .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-md-start {
    align-content: flex-start !important;
  }
  .bt .align-content-md-end {
    align-content: flex-end !important;
  }
  .bt .align-content-md-center {
    align-content: center !important;
  }
  .bt .align-content-md-between {
    align-content: space-between !important;
  }
  .bt .align-content-md-around {
    align-content: space-around !important;
  }
  .bt .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-md-auto {
    align-self: auto !important;
  }
  .bt .align-self-md-start {
    align-self: flex-start !important;
  }
  .bt .align-self-md-end {
    align-self: flex-end !important;
  }
  .bt .align-self-md-center {
    align-self: center !important;
  }
  .bt .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bt .order-md-first {
    order: -1 !important;
  }
  .bt .order-md-0 {
    order: 0 !important;
  }
  .bt .order-md-1 {
    order: 1 !important;
  }
  .bt .order-md-2 {
    order: 2 !important;
  }
  .bt .order-md-3 {
    order: 3 !important;
  }
  .bt .order-md-4 {
    order: 4 !important;
  }
  .bt .order-md-5 {
    order: 5 !important;
  }
  .bt .order-md-last {
    order: 6 !important;
  }
  .bt .m-md-0 {
    margin: 0 !important;
  }
  .bt .m-md-1 {
    margin: 0.25rem !important;
  }
  .bt .m-md-2 {
    margin: 0.5rem !important;
  }
  .bt .m-md-3 {
    margin: 1rem !important;
  }
  .bt .m-md-4 {
    margin: 1.5rem !important;
  }
  .bt .m-md-5 {
    margin: 3rem !important;
  }
  .bt .m-md-auto {
    margin: auto !important;
  }
  .bt .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-md-0 {
    margin-top: 0 !important;
  }
  .bt .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-md-auto {
    margin-top: auto !important;
  }
  .bt .me-md-0 {
    margin-right: 0 !important;
  }
  .bt .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-md-3 {
    margin-right: 1rem !important;
  }
  .bt .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-md-5 {
    margin-right: 3rem !important;
  }
  .bt .me-md-auto {
    margin-right: auto !important;
  }
  .bt .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-md-0 {
    margin-left: 0 !important;
  }
  .bt .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-md-auto {
    margin-left: auto !important;
  }
  .bt .p-md-0 {
    padding: 0 !important;
  }
  .bt .p-md-1 {
    padding: 0.25rem !important;
  }
  .bt .p-md-2 {
    padding: 0.5rem !important;
  }
  .bt .p-md-3 {
    padding: 1rem !important;
  }
  .bt .p-md-4 {
    padding: 1.5rem !important;
  }
  .bt .p-md-5 {
    padding: 3rem !important;
  }
  .bt .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-md-0 {
    padding-top: 0 !important;
  }
  .bt .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-md-0 {
    padding-right: 0 !important;
  }
  .bt .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-md-0 {
    padding-left: 0 !important;
  }
  .bt .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-md-0 {
    gap: 0 !important;
  }
  .bt .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-md-3 {
    gap: 1rem !important;
  }
  .bt .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-md-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-md-start {
    text-align: left !important;
  }
  .bt .text-md-end {
    text-align: right !important;
  }
  .bt .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bt .float-lg-start {
    float: left !important;
  }
  .bt .float-lg-end {
    float: right !important;
  }
  .bt .float-lg-none {
    float: none !important;
  }
  .bt .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-lg-inline {
    display: inline !important;
  }
  .bt .d-lg-inline-block {
    display: inline-block !important;
  }
  .bt .d-lg-block {
    display: block !important;
  }
  .bt .d-lg-grid {
    display: grid !important;
  }
  .bt .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-lg-table {
    display: table !important;
  }
  .bt .d-lg-table-row {
    display: table-row !important;
  }
  .bt .d-lg-table-cell {
    display: table-cell !important;
  }
  .bt .d-lg-flex {
    display: flex !important;
  }
  .bt .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-lg-none {
    display: none !important;
  }
  .bt .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-lg-row {
    flex-direction: row !important;
  }
  .bt .flex-lg-column {
    flex-direction: column !important;
  }
  .bt .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-lg-center {
    justify-content: center !important;
  }
  .bt .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bt .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bt .align-items-lg-center {
    align-items: center !important;
  }
  .bt .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bt .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bt .align-content-lg-center {
    align-content: center !important;
  }
  .bt .align-content-lg-between {
    align-content: space-between !important;
  }
  .bt .align-content-lg-around {
    align-content: space-around !important;
  }
  .bt .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-lg-auto {
    align-self: auto !important;
  }
  .bt .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bt .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bt .align-self-lg-center {
    align-self: center !important;
  }
  .bt .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bt .order-lg-first {
    order: -1 !important;
  }
  .bt .order-lg-0 {
    order: 0 !important;
  }
  .bt .order-lg-1 {
    order: 1 !important;
  }
  .bt .order-lg-2 {
    order: 2 !important;
  }
  .bt .order-lg-3 {
    order: 3 !important;
  }
  .bt .order-lg-4 {
    order: 4 !important;
  }
  .bt .order-lg-5 {
    order: 5 !important;
  }
  .bt .order-lg-last {
    order: 6 !important;
  }
  .bt .m-lg-0 {
    margin: 0 !important;
  }
  .bt .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bt .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bt .m-lg-3 {
    margin: 1rem !important;
  }
  .bt .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bt .m-lg-5 {
    margin: 3rem !important;
  }
  .bt .m-lg-auto {
    margin: auto !important;
  }
  .bt .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bt .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-lg-auto {
    margin-top: auto !important;
  }
  .bt .me-lg-0 {
    margin-right: 0 !important;
  }
  .bt .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bt .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bt .me-lg-auto {
    margin-right: auto !important;
  }
  .bt .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bt .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-lg-auto {
    margin-left: auto !important;
  }
  .bt .p-lg-0 {
    padding: 0 !important;
  }
  .bt .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bt .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bt .p-lg-3 {
    padding: 1rem !important;
  }
  .bt .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bt .p-lg-5 {
    padding: 3rem !important;
  }
  .bt .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bt .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bt .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bt .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-lg-0 {
    gap: 0 !important;
  }
  .bt .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-lg-3 {
    gap: 1rem !important;
  }
  .bt .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-lg-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-lg-start {
    text-align: left !important;
  }
  .bt .text-lg-end {
    text-align: right !important;
  }
  .bt .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bt .float-xl-start {
    float: left !important;
  }
  .bt .float-xl-end {
    float: right !important;
  }
  .bt .float-xl-none {
    float: none !important;
  }
  .bt .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-xl-inline {
    display: inline !important;
  }
  .bt .d-xl-inline-block {
    display: inline-block !important;
  }
  .bt .d-xl-block {
    display: block !important;
  }
  .bt .d-xl-grid {
    display: grid !important;
  }
  .bt .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-xl-table {
    display: table !important;
  }
  .bt .d-xl-table-row {
    display: table-row !important;
  }
  .bt .d-xl-table-cell {
    display: table-cell !important;
  }
  .bt .d-xl-flex {
    display: flex !important;
  }
  .bt .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-xl-none {
    display: none !important;
  }
  .bt .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-xl-row {
    flex-direction: row !important;
  }
  .bt .flex-xl-column {
    flex-direction: column !important;
  }
  .bt .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-xl-center {
    justify-content: center !important;
  }
  .bt .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bt .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bt .align-items-xl-center {
    align-items: center !important;
  }
  .bt .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bt .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bt .align-content-xl-center {
    align-content: center !important;
  }
  .bt .align-content-xl-between {
    align-content: space-between !important;
  }
  .bt .align-content-xl-around {
    align-content: space-around !important;
  }
  .bt .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-xl-auto {
    align-self: auto !important;
  }
  .bt .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bt .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bt .align-self-xl-center {
    align-self: center !important;
  }
  .bt .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bt .order-xl-first {
    order: -1 !important;
  }
  .bt .order-xl-0 {
    order: 0 !important;
  }
  .bt .order-xl-1 {
    order: 1 !important;
  }
  .bt .order-xl-2 {
    order: 2 !important;
  }
  .bt .order-xl-3 {
    order: 3 !important;
  }
  .bt .order-xl-4 {
    order: 4 !important;
  }
  .bt .order-xl-5 {
    order: 5 !important;
  }
  .bt .order-xl-last {
    order: 6 !important;
  }
  .bt .m-xl-0 {
    margin: 0 !important;
  }
  .bt .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bt .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bt .m-xl-3 {
    margin: 1rem !important;
  }
  .bt .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bt .m-xl-5 {
    margin: 3rem !important;
  }
  .bt .m-xl-auto {
    margin: auto !important;
  }
  .bt .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bt .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-xl-auto {
    margin-top: auto !important;
  }
  .bt .me-xl-0 {
    margin-right: 0 !important;
  }
  .bt .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bt .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bt .me-xl-auto {
    margin-right: auto !important;
  }
  .bt .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bt .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-xl-auto {
    margin-left: auto !important;
  }
  .bt .p-xl-0 {
    padding: 0 !important;
  }
  .bt .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bt .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bt .p-xl-3 {
    padding: 1rem !important;
  }
  .bt .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bt .p-xl-5 {
    padding: 3rem !important;
  }
  .bt .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bt .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bt .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bt .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-xl-0 {
    gap: 0 !important;
  }
  .bt .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-xl-3 {
    gap: 1rem !important;
  }
  .bt .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-xl-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-xl-start {
    text-align: left !important;
  }
  .bt .text-xl-end {
    text-align: right !important;
  }
  .bt .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .bt .float-xxl-start {
    float: left !important;
  }
  .bt .float-xxl-end {
    float: right !important;
  }
  .bt .float-xxl-none {
    float: none !important;
  }
  .bt .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .bt .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bt .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .bt .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .bt .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .bt .d-xxl-inline {
    display: inline !important;
  }
  .bt .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bt .d-xxl-block {
    display: block !important;
  }
  .bt .d-xxl-grid {
    display: grid !important;
  }
  .bt .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-xxl-table {
    display: table !important;
  }
  .bt .d-xxl-table-row {
    display: table-row !important;
  }
  .bt .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bt .d-xxl-flex {
    display: flex !important;
  }
  .bt .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-xxl-none {
    display: none !important;
  }
  .bt .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bt .flex-xxl-row {
    flex-direction: row !important;
  }
  .bt .flex-xxl-column {
    flex-direction: column !important;
  }
  .bt .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bt .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bt .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bt .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bt .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bt .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bt .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bt .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bt .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bt .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bt .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bt .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bt .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bt .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bt .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bt .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bt .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bt .align-items-xxl-center {
    align-items: center !important;
  }
  .bt .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bt .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bt .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bt .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bt .align-content-xxl-center {
    align-content: center !important;
  }
  .bt .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bt .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bt .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bt .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bt .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bt .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bt .align-self-xxl-center {
    align-self: center !important;
  }
  .bt .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bt .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bt .order-xxl-first {
    order: -1 !important;
  }
  .bt .order-xxl-0 {
    order: 0 !important;
  }
  .bt .order-xxl-1 {
    order: 1 !important;
  }
  .bt .order-xxl-2 {
    order: 2 !important;
  }
  .bt .order-xxl-3 {
    order: 3 !important;
  }
  .bt .order-xxl-4 {
    order: 4 !important;
  }
  .bt .order-xxl-5 {
    order: 5 !important;
  }
  .bt .order-xxl-last {
    order: 6 !important;
  }
  .bt .m-xxl-0 {
    margin: 0 !important;
  }
  .bt .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bt .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bt .m-xxl-3 {
    margin: 1rem !important;
  }
  .bt .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bt .m-xxl-5 {
    margin: 3rem !important;
  }
  .bt .m-xxl-auto {
    margin: auto !important;
  }
  .bt .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bt .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .bt .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .bt .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bt .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bt .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bt .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bt .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bt .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .bt .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bt .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bt .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bt .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bt .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bt .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bt .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bt .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bt .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bt .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bt .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bt .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bt .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bt .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bt .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bt .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bt .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bt .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bt .me-xxl-auto {
    margin-right: auto !important;
  }
  .bt .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bt .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bt .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bt .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bt .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bt .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bt .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bt .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bt .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bt .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bt .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bt .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bt .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bt .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bt .p-xxl-0 {
    padding: 0 !important;
  }
  .bt .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bt .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bt .p-xxl-3 {
    padding: 1rem !important;
  }
  .bt .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bt .p-xxl-5 {
    padding: 3rem !important;
  }
  .bt .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bt .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .bt .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .bt .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bt .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bt .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bt .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bt .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .bt .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .bt .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bt .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bt .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bt .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bt .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bt .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bt .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bt .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bt .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bt .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bt .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bt .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bt .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bt .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bt .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bt .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bt .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bt .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bt .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bt .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bt .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bt .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bt .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bt .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bt .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bt .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bt .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bt .gap-xxl-0 {
    gap: 0 !important;
  }
  .bt .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .bt .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .bt .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bt .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bt .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bt .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .bt .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .bt .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .bt .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .bt .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .bt .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .bt .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .bt .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .bt .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .bt .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .bt .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .bt .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .bt .text-xxl-start {
    text-align: left !important;
  }
  .bt .text-xxl-end {
    text-align: right !important;
  }
  .bt .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bt .fs-1 {
    font-size: 2.5rem !important;
  }
  .bt .fs-2 {
    font-size: 2rem !important;
  }
  .bt .fs-3 {
    font-size: 1.75rem !important;
  }
  .bt .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .bt .d-print-inline {
    display: inline !important;
  }
  .bt .d-print-inline-block {
    display: inline-block !important;
  }
  .bt .d-print-block {
    display: block !important;
  }
  .bt .d-print-grid {
    display: grid !important;
  }
  .bt .d-print-inline-grid {
    display: inline-grid !important;
  }
  .bt .d-print-table {
    display: table !important;
  }
  .bt .d-print-table-row {
    display: table-row !important;
  }
  .bt .d-print-table-cell {
    display: table-cell !important;
  }
  .bt .d-print-flex {
    display: flex !important;
  }
  .bt .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bt .d-print-none {
    display: none !important;
  }
}
.bt .card-collapse {
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid #ebf0eb;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .bt .card-collapse {
    margin-bottom: 20px;
  }
}
.bt .card-collapse .card-body {
  padding: 0;
  background-color: #fff;
}
.bt .card-collapse .card-title {
  margin-bottom: 0;
  background-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bt .card-collapse .card-title .collapse-toggle {
  position: relative;
  display: block;
  padding: 40px 80px 34px 88px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #212529;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .card-title .collapse-toggle {
    padding: 20px 45px 18px 35px;
    font-size: 15px;
  }
}
.bt .card-collapse .card-title .collapse-toggle:before {
  position: absolute;
  top: 42px;
  left: 40px;
  width: 20px;
  height: 26px;
  background: url("../images/icon-q.png") 0 0 no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767.98px) {
  .bt .card-collapse .card-title .collapse-toggle:before {
    top: 23px;
    left: 8px;
    width: 12px;
    height: 18px;
  }
}
.bt .card-collapse .card-title .collapse-toggle:hover, .bt .card-collapse .card-title .collapse-toggle:focus, .bt .card-collapse .card-title .collapse-toggle[aria-expanded=true] {
  opacity: 1;
  color: #535d67;
  text-decoration: none;
}
.bt .card-collapse .card-title .collapse-toggle:hover .icon, .bt .card-collapse .card-title .collapse-toggle:focus .icon, .bt .card-collapse .card-title .collapse-toggle[aria-expanded=true] .icon {
  background-color: #fff;
}
.bt .card-collapse .card-title .collapse-toggle[aria-expanded=true] {
  color: #212529;
}
.bt .card-collapse .card-title .collapse-toggle[aria-expanded=true]:hover {
  color: #535d67;
}
.bt .card-collapse .card-title .collapse-toggle[aria-expanded=true]:hover .icon {
  background-color: #fff;
}
.bt .card-collapse .card-title .collapse-toggle[aria-expanded=true] .icon {
  background-color: #fff;
}
.bt .card-collapse .card-title .collapse-toggle[aria-expanded=true] .icon .bar {
  transform: rotate(90deg);
}
.bt .card-collapse .card-text-detail {
  padding: 0 90px 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #212529;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .card-text-detail {
    padding: 0 42px 15px;
    font-size: 14px;
  }
}
.bt .card-collapse .icon {
  position: absolute;
  top: 0;
  right: 36px;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 575.98px) {
  .bt .card-collapse .icon {
    right: 8px;
  }
}
.bt .card-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 30px;
  margin: auto;
  background-color: #212529;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 767.98px) {
  .bt .card-collapse .bar {
    height: 15px;
  }
}
.bt .card-collapse .bar:nth-child(2n) {
  transform: rotate(90deg);
}
.bt a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bt a.card {
    transition: none;
  }
}
.bt .section-faq {
  padding-top: 97px;
  padding-bottom: 90px;
  background-color: #f0f7e8;
}
@media (max-width: 767.98px) {
  .bt .section-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bt .section-faq .container {
  max-width: 1340px;
}
@media (max-width: 1199.98px) {
  .bt .section-faq .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.bt .section-faq .title-section {
  margin-bottom: 75px;
  font-size: 40px;
  font-weight: bold;
  color: #212529;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .bt .section-faq .title-section {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.bt .section-faq .title-section small {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #02273e;
}
@media (max-width: 767.98px) {
  .bt .section-faq .title-section small {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.min.css.map */
