/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.b {
  /* rtl:begin:remove */
  /* rtl:end:remove */
}
.b .container,
.b .container-fluid,
.b .container-xxl,
.b .container-xl,
.b .container-lg,
.b .container-md,
.b .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .b .container-sm, .b .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .b .container-md, .b .container-sm, .b .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .b .container-lg, .b .container-md, .b .container-sm, .b .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .b .container-xl, .b .container-lg, .b .container-md, .b .container-sm, .b .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .b .container-xxl, .b .container-xl, .b .container-lg, .b .container-md, .b .container-sm, .b .container {
    max-width: 1320px;
  }
}
.b .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.b .row > * {
  box-sizing: border-box;
  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);
}
.b .col {
  flex: 1 0 0%;
}
.b .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.b .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.b .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.b .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.b .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.b .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.b .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .b .col-sm {
    flex: 1 0 0%;
  }
  .b .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .b .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .b .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .b .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .b .col-md {
    flex: 1 0 0%;
  }
  .b .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .b .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .b .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .b .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .b .col-lg {
    flex: 1 0 0%;
  }
  .b .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .b .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .b .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .b .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .b .col-xl {
    flex: 1 0 0%;
  }
  .b .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .b .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .b .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .b .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .b .col-xxl {
    flex: 1 0 0%;
  }
  .b .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .b .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .b .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .b .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.b .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.b .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.b .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.b .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.b .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.b .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.b .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.b .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.b .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.b .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.b .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.b .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.b .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.b .offset-1 {
  margin-left: 8.33333333%;
}
.b .offset-2 {
  margin-left: 16.66666667%;
}
.b .offset-3 {
  margin-left: 25%;
}
.b .offset-4 {
  margin-left: 33.33333333%;
}
.b .offset-5 {
  margin-left: 41.66666667%;
}
.b .offset-6 {
  margin-left: 50%;
}
.b .offset-7 {
  margin-left: 58.33333333%;
}
.b .offset-8 {
  margin-left: 66.66666667%;
}
.b .offset-9 {
  margin-left: 75%;
}
.b .offset-10 {
  margin-left: 83.33333333%;
}
.b .offset-11 {
  margin-left: 91.66666667%;
}
.b .g-0,
.b .gx-0 {
  --bs-gutter-x: 0;
}
.b .g-0,
.b .gy-0 {
  --bs-gutter-y: 0;
}
.b .g-1,
.b .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.b .g-1,
.b .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.b .g-2,
.b .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.b .g-2,
.b .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.b .g-3,
.b .gx-3 {
  --bs-gutter-x: 1rem;
}
.b .g-3,
.b .gy-3 {
  --bs-gutter-y: 1rem;
}
.b .g-4,
.b .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.b .g-4,
.b .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.b .g-5,
.b .gx-5 {
  --bs-gutter-x: 3rem;
}
.b .g-5,
.b .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .b .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .b .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .b .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .b .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .b .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .b .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .b .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .b .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .b .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .b .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .b .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .offset-sm-0 {
    margin-left: 0;
  }
  .b .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .b .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .b .offset-sm-3 {
    margin-left: 25%;
  }
  .b .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .b .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .b .offset-sm-6 {
    margin-left: 50%;
  }
  .b .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .b .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .b .offset-sm-9 {
    margin-left: 75%;
  }
  .b .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .b .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .b .g-sm-0,
  .b .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .b .g-sm-0,
  .b .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .b .g-sm-1,
  .b .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .b .g-sm-1,
  .b .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .b .g-sm-2,
  .b .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .b .g-sm-2,
  .b .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .b .g-sm-3,
  .b .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .b .g-sm-3,
  .b .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .b .g-sm-4,
  .b .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .b .g-sm-4,
  .b .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .b .g-sm-5,
  .b .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .b .g-sm-5,
  .b .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .b .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .b .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .b .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .b .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .b .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .b .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .b .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .b .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .b .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .b .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .b .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .offset-md-0 {
    margin-left: 0;
  }
  .b .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .b .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .b .offset-md-3 {
    margin-left: 25%;
  }
  .b .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .b .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .b .offset-md-6 {
    margin-left: 50%;
  }
  .b .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .b .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .b .offset-md-9 {
    margin-left: 75%;
  }
  .b .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .b .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .b .g-md-0,
  .b .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .b .g-md-0,
  .b .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .b .g-md-1,
  .b .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .b .g-md-1,
  .b .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .b .g-md-2,
  .b .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .b .g-md-2,
  .b .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .b .g-md-3,
  .b .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .b .g-md-3,
  .b .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .b .g-md-4,
  .b .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .b .g-md-4,
  .b .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .b .g-md-5,
  .b .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .b .g-md-5,
  .b .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .b .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .b .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .b .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .b .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .b .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .b .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .b .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .b .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .b .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .b .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .b .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .offset-lg-0 {
    margin-left: 0;
  }
  .b .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .b .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .b .offset-lg-3 {
    margin-left: 25%;
  }
  .b .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .b .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .b .offset-lg-6 {
    margin-left: 50%;
  }
  .b .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .b .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .b .offset-lg-9 {
    margin-left: 75%;
  }
  .b .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .b .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .b .g-lg-0,
  .b .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .b .g-lg-0,
  .b .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .b .g-lg-1,
  .b .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .b .g-lg-1,
  .b .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .b .g-lg-2,
  .b .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .b .g-lg-2,
  .b .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .b .g-lg-3,
  .b .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .b .g-lg-3,
  .b .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .b .g-lg-4,
  .b .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .b .g-lg-4,
  .b .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .b .g-lg-5,
  .b .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .b .g-lg-5,
  .b .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .b .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .b .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .b .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .b .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .b .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .b .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .b .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .b .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .b .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .b .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .b .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .offset-xl-0 {
    margin-left: 0;
  }
  .b .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .b .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .b .offset-xl-3 {
    margin-left: 25%;
  }
  .b .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .b .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .b .offset-xl-6 {
    margin-left: 50%;
  }
  .b .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .b .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .b .offset-xl-9 {
    margin-left: 75%;
  }
  .b .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .b .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .b .g-xl-0,
  .b .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .b .g-xl-0,
  .b .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .b .g-xl-1,
  .b .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .b .g-xl-1,
  .b .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .b .g-xl-2,
  .b .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .b .g-xl-2,
  .b .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .b .g-xl-3,
  .b .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .b .g-xl-3,
  .b .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .b .g-xl-4,
  .b .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .b .g-xl-4,
  .b .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .b .g-xl-5,
  .b .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .b .g-xl-5,
  .b .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .b .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .b .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .b .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .b .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .b .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .b .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .b .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .b .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .b .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .b .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .b .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .b .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .b .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .b .offset-xxl-0 {
    margin-left: 0;
  }
  .b .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .b .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .b .offset-xxl-3 {
    margin-left: 25%;
  }
  .b .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .b .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .b .offset-xxl-6 {
    margin-left: 50%;
  }
  .b .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .b .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .b .offset-xxl-9 {
    margin-left: 75%;
  }
  .b .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .b .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .b .g-xxl-0,
  .b .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .b .g-xxl-0,
  .b .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .b .g-xxl-1,
  .b .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .b .g-xxl-1,
  .b .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .b .g-xxl-2,
  .b .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .b .g-xxl-2,
  .b .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .b .g-xxl-3,
  .b .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .b .g-xxl-3,
  .b .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .b .g-xxl-4,
  .b .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .b .g-xxl-4,
  .b .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .b .g-xxl-5,
  .b .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .b .g-xxl-5,
  .b .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.b .align-baseline {
  vertical-align: baseline !important;
}
.b .align-top {
  vertical-align: top !important;
}
.b .align-middle {
  vertical-align: middle !important;
}
.b .align-bottom {
  vertical-align: bottom !important;
}
.b .align-text-bottom {
  vertical-align: text-bottom !important;
}
.b .align-text-top {
  vertical-align: text-top !important;
}
.b .float-start {
  float: left !important;
}
.b .float-end {
  float: right !important;
}
.b .float-none {
  float: none !important;
}
.b .overflow-auto {
  overflow: auto !important;
}
.b .overflow-hidden {
  overflow: hidden !important;
}
.b .overflow-visible {
  overflow: visible !important;
}
.b .overflow-scroll {
  overflow: scroll !important;
}
.b .d-inline {
  display: inline !important;
}
.b .d-inline-block {
  display: inline-block !important;
}
.b .d-block {
  display: block !important;
}
.b .d-grid {
  display: grid !important;
}
.b .d-table {
  display: table !important;
}
.b .d-table-row {
  display: table-row !important;
}
.b .d-table-cell {
  display: table-cell !important;
}
.b .d-flex {
  display: flex !important;
}
.b .d-inline-flex {
  display: inline-flex !important;
}
.b .d-none {
  display: none !important;
}
.b .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.b .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.b .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.b .shadow-none {
  box-shadow: none !important;
}
.b .position-static {
  position: static !important;
}
.b .position-relative {
  position: relative !important;
}
.b .position-absolute {
  position: absolute !important;
}
.b .position-fixed {
  position: fixed !important;
}
.b .position-sticky {
  position: sticky !important;
}
.b .top-0 {
  top: 0 !important;
}
.b .top-50 {
  top: 50% !important;
}
.b .top-100 {
  top: 100% !important;
}
.b .bottom-0 {
  bottom: 0 !important;
}
.b .bottom-50 {
  bottom: 50% !important;
}
.b .bottom-100 {
  bottom: 100% !important;
}
.b .start-0 {
  left: 0 !important;
}
.b .start-50 {
  left: 50% !important;
}
.b .start-100 {
  left: 100% !important;
}
.b .end-0 {
  right: 0 !important;
}
.b .end-50 {
  right: 50% !important;
}
.b .end-100 {
  right: 100% !important;
}
.b .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.b .translate-middle-x {
  transform: translateX(-50%) !important;
}
.b .translate-middle-y {
  transform: translateY(-50%) !important;
}
.b .border {
  border: 1px solid #dee2e6 !important;
}
.b .border-0 {
  border: 0 !important;
}
.b .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.b .border-top-0 {
  border-top: 0 !important;
}
.b .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.b .border-end-0 {
  border-right: 0 !important;
}
.b .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.b .border-bottom-0 {
  border-bottom: 0 !important;
}
.b .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.b .border-start-0 {
  border-left: 0 !important;
}
.b .border-primary {
  border-color: #0d6efd !important;
}
.b .border-secondary {
  border-color: #6c757d !important;
}
.b .border-success {
  border-color: #198754 !important;
}
.b .border-info {
  border-color: #0dcaf0 !important;
}
.b .border-warning {
  border-color: #ffc107 !important;
}
.b .border-danger {
  border-color: #dc3545 !important;
}
.b .border-light {
  border-color: #f8f9fa !important;
}
.b .border-dark {
  border-color: #212529 !important;
}
.b .border-white {
  border-color: #fff !important;
}
.b .border-1 {
  border-width: 1px !important;
}
.b .border-2 {
  border-width: 2px !important;
}
.b .border-3 {
  border-width: 3px !important;
}
.b .border-4 {
  border-width: 4px !important;
}
.b .border-5 {
  border-width: 5px !important;
}
.b .w-25 {
  width: 25% !important;
}
.b .w-50 {
  width: 50% !important;
}
.b .w-75 {
  width: 75% !important;
}
.b .w-100 {
  width: 100% !important;
}
.b .w-auto {
  width: auto !important;
}
.b .mw-100 {
  max-width: 100% !important;
}
.b .vw-100 {
  width: 100vw !important;
}
.b .min-vw-100 {
  min-width: 100vw !important;
}
.b .h-25 {
  height: 25% !important;
}
.b .h-50 {
  height: 50% !important;
}
.b .h-75 {
  height: 75% !important;
}
.b .h-100 {
  height: 100% !important;
}
.b .h-auto {
  height: auto !important;
}
.b .mh-100 {
  max-height: 100% !important;
}
.b .vh-100 {
  height: 100vh !important;
}
.b .min-vh-100 {
  min-height: 100vh !important;
}
.b .flex-fill {
  flex: 1 1 auto !important;
}
.b .flex-row {
  flex-direction: row !important;
}
.b .flex-column {
  flex-direction: column !important;
}
.b .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.b .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.b .flex-grow-0 {
  flex-grow: 0 !important;
}
.b .flex-grow-1 {
  flex-grow: 1 !important;
}
.b .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.b .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.b .flex-wrap {
  flex-wrap: wrap !important;
}
.b .flex-nowrap {
  flex-wrap: nowrap !important;
}
.b .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.b .gap-0 {
  gap: 0 !important;
}
.b .gap-1 {
  gap: 0.25rem !important;
}
.b .gap-2 {
  gap: 0.5rem !important;
}
.b .gap-3 {
  gap: 1rem !important;
}
.b .gap-4 {
  gap: 1.5rem !important;
}
.b .gap-5 {
  gap: 3rem !important;
}
.b .gap-6 {
  gap: 4rem !important;
}
.b .gap-7 {
  gap: 5rem !important;
}
.b .gap-8 {
  gap: 6rem !important;
}
.b .gap-9 {
  gap: 7rem !important;
}
.b .justify-content-start {
  justify-content: flex-start !important;
}
.b .justify-content-end {
  justify-content: flex-end !important;
}
.b .justify-content-center {
  justify-content: center !important;
}
.b .justify-content-between {
  justify-content: space-between !important;
}
.b .justify-content-around {
  justify-content: space-around !important;
}
.b .justify-content-evenly {
  justify-content: space-evenly !important;
}
.b .align-items-start {
  align-items: flex-start !important;
}
.b .align-items-end {
  align-items: flex-end !important;
}
.b .align-items-center {
  align-items: center !important;
}
.b .align-items-baseline {
  align-items: baseline !important;
}
.b .align-items-stretch {
  align-items: stretch !important;
}
.b .align-content-start {
  align-content: flex-start !important;
}
.b .align-content-end {
  align-content: flex-end !important;
}
.b .align-content-center {
  align-content: center !important;
}
.b .align-content-between {
  align-content: space-between !important;
}
.b .align-content-around {
  align-content: space-around !important;
}
.b .align-content-stretch {
  align-content: stretch !important;
}
.b .align-self-auto {
  align-self: auto !important;
}
.b .align-self-start {
  align-self: flex-start !important;
}
.b .align-self-end {
  align-self: flex-end !important;
}
.b .align-self-center {
  align-self: center !important;
}
.b .align-self-baseline {
  align-self: baseline !important;
}
.b .align-self-stretch {
  align-self: stretch !important;
}
.b .order-first {
  order: -1 !important;
}
.b .order-0 {
  order: 0 !important;
}
.b .order-1 {
  order: 1 !important;
}
.b .order-2 {
  order: 2 !important;
}
.b .order-3 {
  order: 3 !important;
}
.b .order-4 {
  order: 4 !important;
}
.b .order-5 {
  order: 5 !important;
}
.b .order-last {
  order: 6 !important;
}
.b .m-0 {
  margin: 0 !important;
}
.b .m-1 {
  margin: 0.25rem !important;
}
.b .m-2 {
  margin: 0.5rem !important;
}
.b .m-3 {
  margin: 1rem !important;
}
.b .m-4 {
  margin: 1.5rem !important;
}
.b .m-5 {
  margin: 3rem !important;
}
.b .m-6 {
  margin: 4rem !important;
}
.b .m-7 {
  margin: 5rem !important;
}
.b .m-8 {
  margin: 6rem !important;
}
.b .m-9 {
  margin: 7rem !important;
}
.b .m-auto {
  margin: auto !important;
}
.b .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.b .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.b .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.b .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.b .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.b .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.b .mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.b .mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.b .mx-8 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.b .mx-9 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.b .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.b .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.b .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.b .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.b .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.b .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.b .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.b .my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.b .my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.b .my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.b .my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.b .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.b .mt-0 {
  margin-top: 0 !important;
}
.b .mt-1 {
  margin-top: 0.25rem !important;
}
.b .mt-2 {
  margin-top: 0.5rem !important;
}
.b .mt-3 {
  margin-top: 1rem !important;
}
.b .mt-4 {
  margin-top: 1.5rem !important;
}
.b .mt-5 {
  margin-top: 3rem !important;
}
.b .mt-6 {
  margin-top: 4rem !important;
}
.b .mt-7 {
  margin-top: 5rem !important;
}
.b .mt-8 {
  margin-top: 6rem !important;
}
.b .mt-9 {
  margin-top: 7rem !important;
}
.b .mt-auto {
  margin-top: auto !important;
}
.b .me-0 {
  margin-right: 0 !important;
}
.b .me-1 {
  margin-right: 0.25rem !important;
}
.b .me-2 {
  margin-right: 0.5rem !important;
}
.b .me-3 {
  margin-right: 1rem !important;
}
.b .me-4 {
  margin-right: 1.5rem !important;
}
.b .me-5 {
  margin-right: 3rem !important;
}
.b .me-6 {
  margin-right: 4rem !important;
}
.b .me-7 {
  margin-right: 5rem !important;
}
.b .me-8 {
  margin-right: 6rem !important;
}
.b .me-9 {
  margin-right: 7rem !important;
}
.b .me-auto {
  margin-right: auto !important;
}
.b .mb-0 {
  margin-bottom: 0 !important;
}
.b .mb-1 {
  margin-bottom: 0.25rem !important;
}
.b .mb-2 {
  margin-bottom: 0.5rem !important;
}
.b .mb-3 {
  margin-bottom: 1rem !important;
}
.b .mb-4 {
  margin-bottom: 1.5rem !important;
}
.b .mb-5 {
  margin-bottom: 3rem !important;
}
.b .mb-6 {
  margin-bottom: 4rem !important;
}
.b .mb-7 {
  margin-bottom: 5rem !important;
}
.b .mb-8 {
  margin-bottom: 6rem !important;
}
.b .mb-9 {
  margin-bottom: 7rem !important;
}
.b .mb-auto {
  margin-bottom: auto !important;
}
.b .ms-0 {
  margin-left: 0 !important;
}
.b .ms-1 {
  margin-left: 0.25rem !important;
}
.b .ms-2 {
  margin-left: 0.5rem !important;
}
.b .ms-3 {
  margin-left: 1rem !important;
}
.b .ms-4 {
  margin-left: 1.5rem !important;
}
.b .ms-5 {
  margin-left: 3rem !important;
}
.b .ms-6 {
  margin-left: 4rem !important;
}
.b .ms-7 {
  margin-left: 5rem !important;
}
.b .ms-8 {
  margin-left: 6rem !important;
}
.b .ms-9 {
  margin-left: 7rem !important;
}
.b .ms-auto {
  margin-left: auto !important;
}
.b .m-n1 {
  margin: -0.25rem !important;
}
.b .m-n2 {
  margin: -0.5rem !important;
}
.b .m-n3 {
  margin: -1rem !important;
}
.b .m-n4 {
  margin: -1.5rem !important;
}
.b .m-n5 {
  margin: -3rem !important;
}
.b .mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.b .mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.b .mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.b .mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.b .mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.b .my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.b .my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.b .my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.b .my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.b .my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.b .mt-n1 {
  margin-top: -0.25rem !important;
}
.b .mt-n2 {
  margin-top: -0.5rem !important;
}
.b .mt-n3 {
  margin-top: -1rem !important;
}
.b .mt-n4 {
  margin-top: -1.5rem !important;
}
.b .mt-n5 {
  margin-top: -3rem !important;
}
.b .me-n1 {
  margin-right: -0.25rem !important;
}
.b .me-n2 {
  margin-right: -0.5rem !important;
}
.b .me-n3 {
  margin-right: -1rem !important;
}
.b .me-n4 {
  margin-right: -1.5rem !important;
}
.b .me-n5 {
  margin-right: -3rem !important;
}
.b .mb-n1 {
  margin-bottom: -0.25rem !important;
}
.b .mb-n2 {
  margin-bottom: -0.5rem !important;
}
.b .mb-n3 {
  margin-bottom: -1rem !important;
}
.b .mb-n4 {
  margin-bottom: -1.5rem !important;
}
.b .mb-n5 {
  margin-bottom: -3rem !important;
}
.b .ms-n1 {
  margin-left: -0.25rem !important;
}
.b .ms-n2 {
  margin-left: -0.5rem !important;
}
.b .ms-n3 {
  margin-left: -1rem !important;
}
.b .ms-n4 {
  margin-left: -1.5rem !important;
}
.b .ms-n5 {
  margin-left: -3rem !important;
}
.b .p-0 {
  padding: 0 !important;
}
.b .p-1 {
  padding: 0.25rem !important;
}
.b .p-2 {
  padding: 0.5rem !important;
}
.b .p-3 {
  padding: 1rem !important;
}
.b .p-4 {
  padding: 1.5rem !important;
}
.b .p-5 {
  padding: 3rem !important;
}
.b .p-6 {
  padding: 4rem !important;
}
.b .p-7 {
  padding: 5rem !important;
}
.b .p-8 {
  padding: 6rem !important;
}
.b .p-9 {
  padding: 7rem !important;
}
.b .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.b .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.b .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.b .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.b .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.b .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.b .px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.b .px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.b .px-8 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.b .px-9 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.b .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.b .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.b .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.b .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.b .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.b .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.b .py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.b .py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.b .py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.b .py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.b .pt-0 {
  padding-top: 0 !important;
}
.b .pt-1 {
  padding-top: 0.25rem !important;
}
.b .pt-2 {
  padding-top: 0.5rem !important;
}
.b .pt-3 {
  padding-top: 1rem !important;
}
.b .pt-4 {
  padding-top: 1.5rem !important;
}
.b .pt-5 {
  padding-top: 3rem !important;
}
.b .pt-6 {
  padding-top: 4rem !important;
}
.b .pt-7 {
  padding-top: 5rem !important;
}
.b .pt-8 {
  padding-top: 6rem !important;
}
.b .pt-9 {
  padding-top: 7rem !important;
}
.b .pe-0 {
  padding-right: 0 !important;
}
.b .pe-1 {
  padding-right: 0.25rem !important;
}
.b .pe-2 {
  padding-right: 0.5rem !important;
}
.b .pe-3 {
  padding-right: 1rem !important;
}
.b .pe-4 {
  padding-right: 1.5rem !important;
}
.b .pe-5 {
  padding-right: 3rem !important;
}
.b .pe-6 {
  padding-right: 4rem !important;
}
.b .pe-7 {
  padding-right: 5rem !important;
}
.b .pe-8 {
  padding-right: 6rem !important;
}
.b .pe-9 {
  padding-right: 7rem !important;
}
.b .pb-0 {
  padding-bottom: 0 !important;
}
.b .pb-1 {
  padding-bottom: 0.25rem !important;
}
.b .pb-2 {
  padding-bottom: 0.5rem !important;
}
.b .pb-3 {
  padding-bottom: 1rem !important;
}
.b .pb-4 {
  padding-bottom: 1.5rem !important;
}
.b .pb-5 {
  padding-bottom: 3rem !important;
}
.b .pb-6 {
  padding-bottom: 4rem !important;
}
.b .pb-7 {
  padding-bottom: 5rem !important;
}
.b .pb-8 {
  padding-bottom: 6rem !important;
}
.b .pb-9 {
  padding-bottom: 7rem !important;
}
.b .ps-0 {
  padding-left: 0 !important;
}
.b .ps-1 {
  padding-left: 0.25rem !important;
}
.b .ps-2 {
  padding-left: 0.5rem !important;
}
.b .ps-3 {
  padding-left: 1rem !important;
}
.b .ps-4 {
  padding-left: 1.5rem !important;
}
.b .ps-5 {
  padding-left: 3rem !important;
}
.b .ps-6 {
  padding-left: 4rem !important;
}
.b .ps-7 {
  padding-left: 5rem !important;
}
.b .ps-8 {
  padding-left: 6rem !important;
}
.b .ps-9 {
  padding-left: 7rem !important;
}
.b .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.b .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.b .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.b .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.b .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.b .fs-5 {
  font-size: 1.25rem !important;
}
.b .fs-6 {
  font-size: 1rem !important;
}
.b .fst-italic {
  font-style: italic !important;
}
.b .fst-normal {
  font-style: normal !important;
}
.b .fw-light {
  font-weight: 300 !important;
}
.b .fw-lighter {
  font-weight: lighter !important;
}
.b .fw-normal {
  font-weight: 400 !important;
}
.b .fw-bold {
  font-weight: 700 !important;
}
.b .fw-bolder {
  font-weight: bolder !important;
}
.b .lh-1 {
  line-height: 1 !important;
}
.b .lh-sm {
  line-height: 1.25 !important;
}
.b .lh-base {
  line-height: 1.5 !important;
}
.b .lh-lg {
  line-height: 2 !important;
}
.b .text-start {
  text-align: left !important;
}
.b .text-end {
  text-align: right !important;
}
.b .text-center {
  text-align: center !important;
}
.b .text-decoration-none {
  text-decoration: none !important;
}
.b .text-decoration-underline {
  text-decoration: underline !important;
}
.b .text-decoration-line-through {
  text-decoration: line-through !important;
}
.b .text-lowercase {
  text-transform: lowercase !important;
}
.b .text-uppercase {
  text-transform: uppercase !important;
}
.b .text-capitalize {
  text-transform: capitalize !important;
}
.b .text-wrap {
  white-space: normal !important;
}
.b .text-nowrap {
  white-space: nowrap !important;
}
.b .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.b .text-primary {
  color: #0d6efd !important;
}
.b .text-secondary {
  color: #6c757d !important;
}
.b .text-success {
  color: #198754 !important;
}
.b .text-info {
  color: #0dcaf0 !important;
}
.b .text-warning {
  color: #ffc107 !important;
}
.b .text-danger {
  color: #dc3545 !important;
}
.b .text-light {
  color: #f8f9fa !important;
}
.b .text-dark {
  color: #212529 !important;
}
.b .text-white {
  color: #fff !important;
}
.b .text-body {
  color: #212529 !important;
}
.b .text-muted {
  color: #6c757d !important;
}
.b .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.b .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.b .text-reset {
  color: inherit !important;
}
.b .bg-primary {
  background-color: #0d6efd !important;
}
.b .bg-secondary {
  background-color: #6c757d !important;
}
.b .bg-success {
  background-color: #198754 !important;
}
.b .bg-info {
  background-color: #0dcaf0 !important;
}
.b .bg-warning {
  background-color: #ffc107 !important;
}
.b .bg-danger {
  background-color: #dc3545 !important;
}
.b .bg-light {
  background-color: #f8f9fa !important;
}
.b .bg-dark {
  background-color: #212529 !important;
}
.b .bg-body {
  background-color: #fff !important;
}
.b .bg-white {
  background-color: #fff !important;
}
.b .bg-transparent {
  background-color: transparent !important;
}
.b .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.b .user-select-all {
  user-select: all !important;
}
.b .user-select-auto {
  user-select: auto !important;
}
.b .user-select-none {
  user-select: none !important;
}
.b .pe-none {
  pointer-events: none !important;
}
.b .pe-auto {
  pointer-events: auto !important;
}
.b .rounded {
  border-radius: 0.25rem !important;
}
.b .rounded-0 {
  border-radius: 0 !important;
}
.b .rounded-1 {
  border-radius: 0.2rem !important;
}
.b .rounded-2 {
  border-radius: 0.25rem !important;
}
.b .rounded-3 {
  border-radius: 0.3rem !important;
}
.b .rounded-circle {
  border-radius: 50% !important;
}
.b .rounded-pill {
  border-radius: 50rem !important;
}
.b .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.b .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.b .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.b .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.b .visible {
  visibility: visible !important;
}
.b .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .b .float-sm-start {
    float: left !important;
  }
  .b .float-sm-end {
    float: right !important;
  }
  .b .float-sm-none {
    float: none !important;
  }
  .b .d-sm-inline {
    display: inline !important;
  }
  .b .d-sm-inline-block {
    display: inline-block !important;
  }
  .b .d-sm-block {
    display: block !important;
  }
  .b .d-sm-grid {
    display: grid !important;
  }
  .b .d-sm-table {
    display: table !important;
  }
  .b .d-sm-table-row {
    display: table-row !important;
  }
  .b .d-sm-table-cell {
    display: table-cell !important;
  }
  .b .d-sm-flex {
    display: flex !important;
  }
  .b .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .b .d-sm-none {
    display: none !important;
  }
  .b .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .b .flex-sm-row {
    flex-direction: row !important;
  }
  .b .flex-sm-column {
    flex-direction: column !important;
  }
  .b .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .b .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .b .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .b .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .b .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .b .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .b .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .b .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .b .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .b .gap-sm-0 {
    gap: 0 !important;
  }
  .b .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .b .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .b .gap-sm-3 {
    gap: 1rem !important;
  }
  .b .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .b .gap-sm-5 {
    gap: 3rem !important;
  }
  .b .gap-sm-6 {
    gap: 4rem !important;
  }
  .b .gap-sm-7 {
    gap: 5rem !important;
  }
  .b .gap-sm-8 {
    gap: 6rem !important;
  }
  .b .gap-sm-9 {
    gap: 7rem !important;
  }
  .b .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .b .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .b .justify-content-sm-center {
    justify-content: center !important;
  }
  .b .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .b .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .b .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .b .align-items-sm-start {
    align-items: flex-start !important;
  }
  .b .align-items-sm-end {
    align-items: flex-end !important;
  }
  .b .align-items-sm-center {
    align-items: center !important;
  }
  .b .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .b .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .b .align-content-sm-start {
    align-content: flex-start !important;
  }
  .b .align-content-sm-end {
    align-content: flex-end !important;
  }
  .b .align-content-sm-center {
    align-content: center !important;
  }
  .b .align-content-sm-between {
    align-content: space-between !important;
  }
  .b .align-content-sm-around {
    align-content: space-around !important;
  }
  .b .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .b .align-self-sm-auto {
    align-self: auto !important;
  }
  .b .align-self-sm-start {
    align-self: flex-start !important;
  }
  .b .align-self-sm-end {
    align-self: flex-end !important;
  }
  .b .align-self-sm-center {
    align-self: center !important;
  }
  .b .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .b .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .b .order-sm-first {
    order: -1 !important;
  }
  .b .order-sm-0 {
    order: 0 !important;
  }
  .b .order-sm-1 {
    order: 1 !important;
  }
  .b .order-sm-2 {
    order: 2 !important;
  }
  .b .order-sm-3 {
    order: 3 !important;
  }
  .b .order-sm-4 {
    order: 4 !important;
  }
  .b .order-sm-5 {
    order: 5 !important;
  }
  .b .order-sm-last {
    order: 6 !important;
  }
  .b .m-sm-0 {
    margin: 0 !important;
  }
  .b .m-sm-1 {
    margin: 0.25rem !important;
  }
  .b .m-sm-2 {
    margin: 0.5rem !important;
  }
  .b .m-sm-3 {
    margin: 1rem !important;
  }
  .b .m-sm-4 {
    margin: 1.5rem !important;
  }
  .b .m-sm-5 {
    margin: 3rem !important;
  }
  .b .m-sm-6 {
    margin: 4rem !important;
  }
  .b .m-sm-7 {
    margin: 5rem !important;
  }
  .b .m-sm-8 {
    margin: 6rem !important;
  }
  .b .m-sm-9 {
    margin: 7rem !important;
  }
  .b .m-sm-auto {
    margin: auto !important;
  }
  .b .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .b .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .b .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .b .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .b .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .b .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .b .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .b .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .b .mx-sm-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .b .mx-sm-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .b .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .b .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .b .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .b .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .b .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .b .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .b .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .b .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .b .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .b .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .b .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .b .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .b .mt-sm-0 {
    margin-top: 0 !important;
  }
  .b .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .b .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .b .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .b .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .b .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .b .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .b .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .b .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .b .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .b .mt-sm-auto {
    margin-top: auto !important;
  }
  .b .me-sm-0 {
    margin-right: 0 !important;
  }
  .b .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .b .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .b .me-sm-3 {
    margin-right: 1rem !important;
  }
  .b .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .b .me-sm-5 {
    margin-right: 3rem !important;
  }
  .b .me-sm-6 {
    margin-right: 4rem !important;
  }
  .b .me-sm-7 {
    margin-right: 5rem !important;
  }
  .b .me-sm-8 {
    margin-right: 6rem !important;
  }
  .b .me-sm-9 {
    margin-right: 7rem !important;
  }
  .b .me-sm-auto {
    margin-right: auto !important;
  }
  .b .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .b .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .b .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .b .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .b .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .b .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .b .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .b .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .b .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .b .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .b .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .b .ms-sm-0 {
    margin-left: 0 !important;
  }
  .b .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .b .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .b .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .b .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .b .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .b .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .b .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .b .ms-sm-8 {
    margin-left: 6rem !important;
  }
  .b .ms-sm-9 {
    margin-left: 7rem !important;
  }
  .b .ms-sm-auto {
    margin-left: auto !important;
  }
  .b .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .b .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .b .m-sm-n3 {
    margin: -1rem !important;
  }
  .b .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .b .m-sm-n5 {
    margin: -3rem !important;
  }
  .b .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .b .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .b .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .b .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .b .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .b .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .b .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .b .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .b .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .b .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .b .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .b .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .b .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .b .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .b .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .b .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .b .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .b .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .b .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .b .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .b .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .b .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .b .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .b .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .b .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .b .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .b .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .b .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .b .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .b .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .b .p-sm-0 {
    padding: 0 !important;
  }
  .b .p-sm-1 {
    padding: 0.25rem !important;
  }
  .b .p-sm-2 {
    padding: 0.5rem !important;
  }
  .b .p-sm-3 {
    padding: 1rem !important;
  }
  .b .p-sm-4 {
    padding: 1.5rem !important;
  }
  .b .p-sm-5 {
    padding: 3rem !important;
  }
  .b .p-sm-6 {
    padding: 4rem !important;
  }
  .b .p-sm-7 {
    padding: 5rem !important;
  }
  .b .p-sm-8 {
    padding: 6rem !important;
  }
  .b .p-sm-9 {
    padding: 7rem !important;
  }
  .b .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .b .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .b .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .b .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .b .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .b .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .b .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .b .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .b .px-sm-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .b .px-sm-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .b .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .b .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .b .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .b .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .b .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .b .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .b .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .b .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .b .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .b .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .b .pt-sm-0 {
    padding-top: 0 !important;
  }
  .b .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .b .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .b .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .b .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .b .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .b .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .b .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .b .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .b .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .b .pe-sm-0 {
    padding-right: 0 !important;
  }
  .b .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .b .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .b .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .b .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .b .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .b .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .b .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .b .pe-sm-8 {
    padding-right: 6rem !important;
  }
  .b .pe-sm-9 {
    padding-right: 7rem !important;
  }
  .b .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .b .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .b .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .b .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .b .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .b .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .b .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .b .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .b .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .b .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .b .ps-sm-0 {
    padding-left: 0 !important;
  }
  .b .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .b .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .b .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .b .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .b .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .b .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .b .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .b .ps-sm-8 {
    padding-left: 6rem !important;
  }
  .b .ps-sm-9 {
    padding-left: 7rem !important;
  }
  .b .text-sm-start {
    text-align: left !important;
  }
  .b .text-sm-end {
    text-align: right !important;
  }
  .b .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .b .float-md-start {
    float: left !important;
  }
  .b .float-md-end {
    float: right !important;
  }
  .b .float-md-none {
    float: none !important;
  }
  .b .d-md-inline {
    display: inline !important;
  }
  .b .d-md-inline-block {
    display: inline-block !important;
  }
  .b .d-md-block {
    display: block !important;
  }
  .b .d-md-grid {
    display: grid !important;
  }
  .b .d-md-table {
    display: table !important;
  }
  .b .d-md-table-row {
    display: table-row !important;
  }
  .b .d-md-table-cell {
    display: table-cell !important;
  }
  .b .d-md-flex {
    display: flex !important;
  }
  .b .d-md-inline-flex {
    display: inline-flex !important;
  }
  .b .d-md-none {
    display: none !important;
  }
  .b .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .b .flex-md-row {
    flex-direction: row !important;
  }
  .b .flex-md-column {
    flex-direction: column !important;
  }
  .b .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .b .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .b .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .b .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .b .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .b .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .b .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .b .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .b .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .b .gap-md-0 {
    gap: 0 !important;
  }
  .b .gap-md-1 {
    gap: 0.25rem !important;
  }
  .b .gap-md-2 {
    gap: 0.5rem !important;
  }
  .b .gap-md-3 {
    gap: 1rem !important;
  }
  .b .gap-md-4 {
    gap: 1.5rem !important;
  }
  .b .gap-md-5 {
    gap: 3rem !important;
  }
  .b .gap-md-6 {
    gap: 4rem !important;
  }
  .b .gap-md-7 {
    gap: 5rem !important;
  }
  .b .gap-md-8 {
    gap: 6rem !important;
  }
  .b .gap-md-9 {
    gap: 7rem !important;
  }
  .b .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .b .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .b .justify-content-md-center {
    justify-content: center !important;
  }
  .b .justify-content-md-between {
    justify-content: space-between !important;
  }
  .b .justify-content-md-around {
    justify-content: space-around !important;
  }
  .b .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .b .align-items-md-start {
    align-items: flex-start !important;
  }
  .b .align-items-md-end {
    align-items: flex-end !important;
  }
  .b .align-items-md-center {
    align-items: center !important;
  }
  .b .align-items-md-baseline {
    align-items: baseline !important;
  }
  .b .align-items-md-stretch {
    align-items: stretch !important;
  }
  .b .align-content-md-start {
    align-content: flex-start !important;
  }
  .b .align-content-md-end {
    align-content: flex-end !important;
  }
  .b .align-content-md-center {
    align-content: center !important;
  }
  .b .align-content-md-between {
    align-content: space-between !important;
  }
  .b .align-content-md-around {
    align-content: space-around !important;
  }
  .b .align-content-md-stretch {
    align-content: stretch !important;
  }
  .b .align-self-md-auto {
    align-self: auto !important;
  }
  .b .align-self-md-start {
    align-self: flex-start !important;
  }
  .b .align-self-md-end {
    align-self: flex-end !important;
  }
  .b .align-self-md-center {
    align-self: center !important;
  }
  .b .align-self-md-baseline {
    align-self: baseline !important;
  }
  .b .align-self-md-stretch {
    align-self: stretch !important;
  }
  .b .order-md-first {
    order: -1 !important;
  }
  .b .order-md-0 {
    order: 0 !important;
  }
  .b .order-md-1 {
    order: 1 !important;
  }
  .b .order-md-2 {
    order: 2 !important;
  }
  .b .order-md-3 {
    order: 3 !important;
  }
  .b .order-md-4 {
    order: 4 !important;
  }
  .b .order-md-5 {
    order: 5 !important;
  }
  .b .order-md-last {
    order: 6 !important;
  }
  .b .m-md-0 {
    margin: 0 !important;
  }
  .b .m-md-1 {
    margin: 0.25rem !important;
  }
  .b .m-md-2 {
    margin: 0.5rem !important;
  }
  .b .m-md-3 {
    margin: 1rem !important;
  }
  .b .m-md-4 {
    margin: 1.5rem !important;
  }
  .b .m-md-5 {
    margin: 3rem !important;
  }
  .b .m-md-6 {
    margin: 4rem !important;
  }
  .b .m-md-7 {
    margin: 5rem !important;
  }
  .b .m-md-8 {
    margin: 6rem !important;
  }
  .b .m-md-9 {
    margin: 7rem !important;
  }
  .b .m-md-auto {
    margin: auto !important;
  }
  .b .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .b .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .b .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .b .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .b .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .b .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .b .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .b .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .b .mx-md-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .b .mx-md-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .b .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .b .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .b .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .b .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .b .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .b .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .b .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .b .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .b .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .b .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .b .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .b .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .b .mt-md-0 {
    margin-top: 0 !important;
  }
  .b .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .b .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .b .mt-md-3 {
    margin-top: 1rem !important;
  }
  .b .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .b .mt-md-5 {
    margin-top: 3rem !important;
  }
  .b .mt-md-6 {
    margin-top: 4rem !important;
  }
  .b .mt-md-7 {
    margin-top: 5rem !important;
  }
  .b .mt-md-8 {
    margin-top: 6rem !important;
  }
  .b .mt-md-9 {
    margin-top: 7rem !important;
  }
  .b .mt-md-auto {
    margin-top: auto !important;
  }
  .b .me-md-0 {
    margin-right: 0 !important;
  }
  .b .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .b .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .b .me-md-3 {
    margin-right: 1rem !important;
  }
  .b .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .b .me-md-5 {
    margin-right: 3rem !important;
  }
  .b .me-md-6 {
    margin-right: 4rem !important;
  }
  .b .me-md-7 {
    margin-right: 5rem !important;
  }
  .b .me-md-8 {
    margin-right: 6rem !important;
  }
  .b .me-md-9 {
    margin-right: 7rem !important;
  }
  .b .me-md-auto {
    margin-right: auto !important;
  }
  .b .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .b .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .b .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .b .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .b .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .b .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .b .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .b .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .b .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .b .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .b .mb-md-auto {
    margin-bottom: auto !important;
  }
  .b .ms-md-0 {
    margin-left: 0 !important;
  }
  .b .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .b .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .b .ms-md-3 {
    margin-left: 1rem !important;
  }
  .b .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .b .ms-md-5 {
    margin-left: 3rem !important;
  }
  .b .ms-md-6 {
    margin-left: 4rem !important;
  }
  .b .ms-md-7 {
    margin-left: 5rem !important;
  }
  .b .ms-md-8 {
    margin-left: 6rem !important;
  }
  .b .ms-md-9 {
    margin-left: 7rem !important;
  }
  .b .ms-md-auto {
    margin-left: auto !important;
  }
  .b .m-md-n1 {
    margin: -0.25rem !important;
  }
  .b .m-md-n2 {
    margin: -0.5rem !important;
  }
  .b .m-md-n3 {
    margin: -1rem !important;
  }
  .b .m-md-n4 {
    margin: -1.5rem !important;
  }
  .b .m-md-n5 {
    margin: -3rem !important;
  }
  .b .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .b .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .b .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .b .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .b .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .b .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .b .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .b .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .b .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .b .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .b .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .b .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .b .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .b .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .b .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .b .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .b .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .b .me-md-n3 {
    margin-right: -1rem !important;
  }
  .b .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .b .me-md-n5 {
    margin-right: -3rem !important;
  }
  .b .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .b .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .b .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .b .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .b .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .b .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .b .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .b .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .b .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .b .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .b .p-md-0 {
    padding: 0 !important;
  }
  .b .p-md-1 {
    padding: 0.25rem !important;
  }
  .b .p-md-2 {
    padding: 0.5rem !important;
  }
  .b .p-md-3 {
    padding: 1rem !important;
  }
  .b .p-md-4 {
    padding: 1.5rem !important;
  }
  .b .p-md-5 {
    padding: 3rem !important;
  }
  .b .p-md-6 {
    padding: 4rem !important;
  }
  .b .p-md-7 {
    padding: 5rem !important;
  }
  .b .p-md-8 {
    padding: 6rem !important;
  }
  .b .p-md-9 {
    padding: 7rem !important;
  }
  .b .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .b .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .b .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .b .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .b .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .b .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .b .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .b .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .b .px-md-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .b .px-md-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .b .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .b .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .b .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .b .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .b .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .b .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .b .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .b .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .b .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .b .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .b .pt-md-0 {
    padding-top: 0 !important;
  }
  .b .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .b .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .b .pt-md-3 {
    padding-top: 1rem !important;
  }
  .b .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .b .pt-md-5 {
    padding-top: 3rem !important;
  }
  .b .pt-md-6 {
    padding-top: 4rem !important;
  }
  .b .pt-md-7 {
    padding-top: 5rem !important;
  }
  .b .pt-md-8 {
    padding-top: 6rem !important;
  }
  .b .pt-md-9 {
    padding-top: 7rem !important;
  }
  .b .pe-md-0 {
    padding-right: 0 !important;
  }
  .b .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .b .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .b .pe-md-3 {
    padding-right: 1rem !important;
  }
  .b .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .b .pe-md-5 {
    padding-right: 3rem !important;
  }
  .b .pe-md-6 {
    padding-right: 4rem !important;
  }
  .b .pe-md-7 {
    padding-right: 5rem !important;
  }
  .b .pe-md-8 {
    padding-right: 6rem !important;
  }
  .b .pe-md-9 {
    padding-right: 7rem !important;
  }
  .b .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .b .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .b .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .b .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .b .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .b .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .b .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .b .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .b .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .b .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .b .ps-md-0 {
    padding-left: 0 !important;
  }
  .b .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .b .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .b .ps-md-3 {
    padding-left: 1rem !important;
  }
  .b .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .b .ps-md-5 {
    padding-left: 3rem !important;
  }
  .b .ps-md-6 {
    padding-left: 4rem !important;
  }
  .b .ps-md-7 {
    padding-left: 5rem !important;
  }
  .b .ps-md-8 {
    padding-left: 6rem !important;
  }
  .b .ps-md-9 {
    padding-left: 7rem !important;
  }
  .b .text-md-start {
    text-align: left !important;
  }
  .b .text-md-end {
    text-align: right !important;
  }
  .b .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .b .float-lg-start {
    float: left !important;
  }
  .b .float-lg-end {
    float: right !important;
  }
  .b .float-lg-none {
    float: none !important;
  }
  .b .d-lg-inline {
    display: inline !important;
  }
  .b .d-lg-inline-block {
    display: inline-block !important;
  }
  .b .d-lg-block {
    display: block !important;
  }
  .b .d-lg-grid {
    display: grid !important;
  }
  .b .d-lg-table {
    display: table !important;
  }
  .b .d-lg-table-row {
    display: table-row !important;
  }
  .b .d-lg-table-cell {
    display: table-cell !important;
  }
  .b .d-lg-flex {
    display: flex !important;
  }
  .b .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .b .d-lg-none {
    display: none !important;
  }
  .b .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .b .flex-lg-row {
    flex-direction: row !important;
  }
  .b .flex-lg-column {
    flex-direction: column !important;
  }
  .b .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .b .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .b .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .b .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .b .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .b .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .b .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .b .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .b .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .b .gap-lg-0 {
    gap: 0 !important;
  }
  .b .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .b .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .b .gap-lg-3 {
    gap: 1rem !important;
  }
  .b .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .b .gap-lg-5 {
    gap: 3rem !important;
  }
  .b .gap-lg-6 {
    gap: 4rem !important;
  }
  .b .gap-lg-7 {
    gap: 5rem !important;
  }
  .b .gap-lg-8 {
    gap: 6rem !important;
  }
  .b .gap-lg-9 {
    gap: 7rem !important;
  }
  .b .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .b .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .b .justify-content-lg-center {
    justify-content: center !important;
  }
  .b .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .b .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .b .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .b .align-items-lg-start {
    align-items: flex-start !important;
  }
  .b .align-items-lg-end {
    align-items: flex-end !important;
  }
  .b .align-items-lg-center {
    align-items: center !important;
  }
  .b .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .b .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .b .align-content-lg-start {
    align-content: flex-start !important;
  }
  .b .align-content-lg-end {
    align-content: flex-end !important;
  }
  .b .align-content-lg-center {
    align-content: center !important;
  }
  .b .align-content-lg-between {
    align-content: space-between !important;
  }
  .b .align-content-lg-around {
    align-content: space-around !important;
  }
  .b .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .b .align-self-lg-auto {
    align-self: auto !important;
  }
  .b .align-self-lg-start {
    align-self: flex-start !important;
  }
  .b .align-self-lg-end {
    align-self: flex-end !important;
  }
  .b .align-self-lg-center {
    align-self: center !important;
  }
  .b .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .b .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .b .order-lg-first {
    order: -1 !important;
  }
  .b .order-lg-0 {
    order: 0 !important;
  }
  .b .order-lg-1 {
    order: 1 !important;
  }
  .b .order-lg-2 {
    order: 2 !important;
  }
  .b .order-lg-3 {
    order: 3 !important;
  }
  .b .order-lg-4 {
    order: 4 !important;
  }
  .b .order-lg-5 {
    order: 5 !important;
  }
  .b .order-lg-last {
    order: 6 !important;
  }
  .b .m-lg-0 {
    margin: 0 !important;
  }
  .b .m-lg-1 {
    margin: 0.25rem !important;
  }
  .b .m-lg-2 {
    margin: 0.5rem !important;
  }
  .b .m-lg-3 {
    margin: 1rem !important;
  }
  .b .m-lg-4 {
    margin: 1.5rem !important;
  }
  .b .m-lg-5 {
    margin: 3rem !important;
  }
  .b .m-lg-6 {
    margin: 4rem !important;
  }
  .b .m-lg-7 {
    margin: 5rem !important;
  }
  .b .m-lg-8 {
    margin: 6rem !important;
  }
  .b .m-lg-9 {
    margin: 7rem !important;
  }
  .b .m-lg-auto {
    margin: auto !important;
  }
  .b .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .b .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .b .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .b .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .b .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .b .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .b .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .b .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .b .mx-lg-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .b .mx-lg-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .b .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .b .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .b .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .b .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .b .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .b .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .b .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .b .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .b .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .b .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .b .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .b .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .b .mt-lg-0 {
    margin-top: 0 !important;
  }
  .b .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .b .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .b .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .b .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .b .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .b .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .b .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .b .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .b .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .b .mt-lg-auto {
    margin-top: auto !important;
  }
  .b .me-lg-0 {
    margin-right: 0 !important;
  }
  .b .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .b .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .b .me-lg-3 {
    margin-right: 1rem !important;
  }
  .b .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .b .me-lg-5 {
    margin-right: 3rem !important;
  }
  .b .me-lg-6 {
    margin-right: 4rem !important;
  }
  .b .me-lg-7 {
    margin-right: 5rem !important;
  }
  .b .me-lg-8 {
    margin-right: 6rem !important;
  }
  .b .me-lg-9 {
    margin-right: 7rem !important;
  }
  .b .me-lg-auto {
    margin-right: auto !important;
  }
  .b .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .b .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .b .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .b .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .b .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .b .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .b .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .b .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .b .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .b .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .b .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .b .ms-lg-0 {
    margin-left: 0 !important;
  }
  .b .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .b .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .b .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .b .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .b .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .b .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .b .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .b .ms-lg-8 {
    margin-left: 6rem !important;
  }
  .b .ms-lg-9 {
    margin-left: 7rem !important;
  }
  .b .ms-lg-auto {
    margin-left: auto !important;
  }
  .b .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .b .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .b .m-lg-n3 {
    margin: -1rem !important;
  }
  .b .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .b .m-lg-n5 {
    margin: -3rem !important;
  }
  .b .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .b .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .b .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .b .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .b .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .b .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .b .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .b .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .b .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .b .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .b .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .b .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .b .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .b .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .b .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .b .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .b .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .b .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .b .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .b .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .b .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .b .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .b .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .b .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .b .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .b .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .b .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .b .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .b .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .b .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .b .p-lg-0 {
    padding: 0 !important;
  }
  .b .p-lg-1 {
    padding: 0.25rem !important;
  }
  .b .p-lg-2 {
    padding: 0.5rem !important;
  }
  .b .p-lg-3 {
    padding: 1rem !important;
  }
  .b .p-lg-4 {
    padding: 1.5rem !important;
  }
  .b .p-lg-5 {
    padding: 3rem !important;
  }
  .b .p-lg-6 {
    padding: 4rem !important;
  }
  .b .p-lg-7 {
    padding: 5rem !important;
  }
  .b .p-lg-8 {
    padding: 6rem !important;
  }
  .b .p-lg-9 {
    padding: 7rem !important;
  }
  .b .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .b .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .b .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .b .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .b .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .b .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .b .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .b .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .b .px-lg-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .b .px-lg-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .b .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .b .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .b .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .b .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .b .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .b .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .b .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .b .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .b .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .b .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .b .pt-lg-0 {
    padding-top: 0 !important;
  }
  .b .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .b .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .b .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .b .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .b .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .b .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .b .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .b .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .b .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .b .pe-lg-0 {
    padding-right: 0 !important;
  }
  .b .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .b .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .b .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .b .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .b .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .b .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .b .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .b .pe-lg-8 {
    padding-right: 6rem !important;
  }
  .b .pe-lg-9 {
    padding-right: 7rem !important;
  }
  .b .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .b .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .b .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .b .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .b .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .b .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .b .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .b .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .b .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .b .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .b .ps-lg-0 {
    padding-left: 0 !important;
  }
  .b .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .b .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .b .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .b .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .b .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .b .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .b .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .b .ps-lg-8 {
    padding-left: 6rem !important;
  }
  .b .ps-lg-9 {
    padding-left: 7rem !important;
  }
  .b .text-lg-start {
    text-align: left !important;
  }
  .b .text-lg-end {
    text-align: right !important;
  }
  .b .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .b .float-xl-start {
    float: left !important;
  }
  .b .float-xl-end {
    float: right !important;
  }
  .b .float-xl-none {
    float: none !important;
  }
  .b .d-xl-inline {
    display: inline !important;
  }
  .b .d-xl-inline-block {
    display: inline-block !important;
  }
  .b .d-xl-block {
    display: block !important;
  }
  .b .d-xl-grid {
    display: grid !important;
  }
  .b .d-xl-table {
    display: table !important;
  }
  .b .d-xl-table-row {
    display: table-row !important;
  }
  .b .d-xl-table-cell {
    display: table-cell !important;
  }
  .b .d-xl-flex {
    display: flex !important;
  }
  .b .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .b .d-xl-none {
    display: none !important;
  }
  .b .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .b .flex-xl-row {
    flex-direction: row !important;
  }
  .b .flex-xl-column {
    flex-direction: column !important;
  }
  .b .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .b .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .b .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .b .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .b .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .b .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .b .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .b .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .b .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .b .gap-xl-0 {
    gap: 0 !important;
  }
  .b .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .b .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .b .gap-xl-3 {
    gap: 1rem !important;
  }
  .b .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .b .gap-xl-5 {
    gap: 3rem !important;
  }
  .b .gap-xl-6 {
    gap: 4rem !important;
  }
  .b .gap-xl-7 {
    gap: 5rem !important;
  }
  .b .gap-xl-8 {
    gap: 6rem !important;
  }
  .b .gap-xl-9 {
    gap: 7rem !important;
  }
  .b .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .b .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .b .justify-content-xl-center {
    justify-content: center !important;
  }
  .b .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .b .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .b .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .b .align-items-xl-start {
    align-items: flex-start !important;
  }
  .b .align-items-xl-end {
    align-items: flex-end !important;
  }
  .b .align-items-xl-center {
    align-items: center !important;
  }
  .b .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .b .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .b .align-content-xl-start {
    align-content: flex-start !important;
  }
  .b .align-content-xl-end {
    align-content: flex-end !important;
  }
  .b .align-content-xl-center {
    align-content: center !important;
  }
  .b .align-content-xl-between {
    align-content: space-between !important;
  }
  .b .align-content-xl-around {
    align-content: space-around !important;
  }
  .b .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .b .align-self-xl-auto {
    align-self: auto !important;
  }
  .b .align-self-xl-start {
    align-self: flex-start !important;
  }
  .b .align-self-xl-end {
    align-self: flex-end !important;
  }
  .b .align-self-xl-center {
    align-self: center !important;
  }
  .b .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .b .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .b .order-xl-first {
    order: -1 !important;
  }
  .b .order-xl-0 {
    order: 0 !important;
  }
  .b .order-xl-1 {
    order: 1 !important;
  }
  .b .order-xl-2 {
    order: 2 !important;
  }
  .b .order-xl-3 {
    order: 3 !important;
  }
  .b .order-xl-4 {
    order: 4 !important;
  }
  .b .order-xl-5 {
    order: 5 !important;
  }
  .b .order-xl-last {
    order: 6 !important;
  }
  .b .m-xl-0 {
    margin: 0 !important;
  }
  .b .m-xl-1 {
    margin: 0.25rem !important;
  }
  .b .m-xl-2 {
    margin: 0.5rem !important;
  }
  .b .m-xl-3 {
    margin: 1rem !important;
  }
  .b .m-xl-4 {
    margin: 1.5rem !important;
  }
  .b .m-xl-5 {
    margin: 3rem !important;
  }
  .b .m-xl-6 {
    margin: 4rem !important;
  }
  .b .m-xl-7 {
    margin: 5rem !important;
  }
  .b .m-xl-8 {
    margin: 6rem !important;
  }
  .b .m-xl-9 {
    margin: 7rem !important;
  }
  .b .m-xl-auto {
    margin: auto !important;
  }
  .b .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .b .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .b .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .b .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .b .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .b .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .b .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .b .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .b .mx-xl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .b .mx-xl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .b .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .b .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .b .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .b .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .b .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .b .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .b .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .b .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .b .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .b .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .b .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .b .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .b .mt-xl-0 {
    margin-top: 0 !important;
  }
  .b .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .b .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .b .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .b .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .b .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .b .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .b .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .b .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .b .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .b .mt-xl-auto {
    margin-top: auto !important;
  }
  .b .me-xl-0 {
    margin-right: 0 !important;
  }
  .b .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .b .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .b .me-xl-3 {
    margin-right: 1rem !important;
  }
  .b .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .b .me-xl-5 {
    margin-right: 3rem !important;
  }
  .b .me-xl-6 {
    margin-right: 4rem !important;
  }
  .b .me-xl-7 {
    margin-right: 5rem !important;
  }
  .b .me-xl-8 {
    margin-right: 6rem !important;
  }
  .b .me-xl-9 {
    margin-right: 7rem !important;
  }
  .b .me-xl-auto {
    margin-right: auto !important;
  }
  .b .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .b .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .b .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .b .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .b .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .b .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .b .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .b .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .b .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .b .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .b .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .b .ms-xl-0 {
    margin-left: 0 !important;
  }
  .b .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .b .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .b .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .b .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .b .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .b .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .b .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .b .ms-xl-8 {
    margin-left: 6rem !important;
  }
  .b .ms-xl-9 {
    margin-left: 7rem !important;
  }
  .b .ms-xl-auto {
    margin-left: auto !important;
  }
  .b .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .b .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .b .m-xl-n3 {
    margin: -1rem !important;
  }
  .b .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .b .m-xl-n5 {
    margin: -3rem !important;
  }
  .b .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .b .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .b .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .b .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .b .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .b .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .b .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .b .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .b .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .b .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .b .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .b .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .b .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .b .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .b .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .b .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .b .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .b .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .b .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .b .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .b .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .b .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .b .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .b .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .b .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .b .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .b .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .b .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .b .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .b .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .b .p-xl-0 {
    padding: 0 !important;
  }
  .b .p-xl-1 {
    padding: 0.25rem !important;
  }
  .b .p-xl-2 {
    padding: 0.5rem !important;
  }
  .b .p-xl-3 {
    padding: 1rem !important;
  }
  .b .p-xl-4 {
    padding: 1.5rem !important;
  }
  .b .p-xl-5 {
    padding: 3rem !important;
  }
  .b .p-xl-6 {
    padding: 4rem !important;
  }
  .b .p-xl-7 {
    padding: 5rem !important;
  }
  .b .p-xl-8 {
    padding: 6rem !important;
  }
  .b .p-xl-9 {
    padding: 7rem !important;
  }
  .b .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .b .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .b .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .b .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .b .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .b .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .b .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .b .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .b .px-xl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .b .px-xl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .b .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .b .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .b .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .b .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .b .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .b .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .b .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .b .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .b .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .b .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .b .pt-xl-0 {
    padding-top: 0 !important;
  }
  .b .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .b .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .b .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .b .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .b .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .b .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .b .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .b .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .b .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .b .pe-xl-0 {
    padding-right: 0 !important;
  }
  .b .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .b .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .b .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .b .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .b .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .b .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .b .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .b .pe-xl-8 {
    padding-right: 6rem !important;
  }
  .b .pe-xl-9 {
    padding-right: 7rem !important;
  }
  .b .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .b .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .b .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .b .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .b .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .b .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .b .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .b .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .b .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .b .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .b .ps-xl-0 {
    padding-left: 0 !important;
  }
  .b .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .b .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .b .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .b .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .b .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .b .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .b .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .b .ps-xl-8 {
    padding-left: 6rem !important;
  }
  .b .ps-xl-9 {
    padding-left: 7rem !important;
  }
  .b .text-xl-start {
    text-align: left !important;
  }
  .b .text-xl-end {
    text-align: right !important;
  }
  .b .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .b .float-xxl-start {
    float: left !important;
  }
  .b .float-xxl-end {
    float: right !important;
  }
  .b .float-xxl-none {
    float: none !important;
  }
  .b .d-xxl-inline {
    display: inline !important;
  }
  .b .d-xxl-inline-block {
    display: inline-block !important;
  }
  .b .d-xxl-block {
    display: block !important;
  }
  .b .d-xxl-grid {
    display: grid !important;
  }
  .b .d-xxl-table {
    display: table !important;
  }
  .b .d-xxl-table-row {
    display: table-row !important;
  }
  .b .d-xxl-table-cell {
    display: table-cell !important;
  }
  .b .d-xxl-flex {
    display: flex !important;
  }
  .b .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .b .d-xxl-none {
    display: none !important;
  }
  .b .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .b .flex-xxl-row {
    flex-direction: row !important;
  }
  .b .flex-xxl-column {
    flex-direction: column !important;
  }
  .b .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .b .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .b .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .b .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .b .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .b .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .b .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .b .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .b .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .b .gap-xxl-0 {
    gap: 0 !important;
  }
  .b .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .b .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .b .gap-xxl-3 {
    gap: 1rem !important;
  }
  .b .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .b .gap-xxl-5 {
    gap: 3rem !important;
  }
  .b .gap-xxl-6 {
    gap: 4rem !important;
  }
  .b .gap-xxl-7 {
    gap: 5rem !important;
  }
  .b .gap-xxl-8 {
    gap: 6rem !important;
  }
  .b .gap-xxl-9 {
    gap: 7rem !important;
  }
  .b .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .b .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .b .justify-content-xxl-center {
    justify-content: center !important;
  }
  .b .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .b .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .b .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .b .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .b .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .b .align-items-xxl-center {
    align-items: center !important;
  }
  .b .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .b .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .b .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .b .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .b .align-content-xxl-center {
    align-content: center !important;
  }
  .b .align-content-xxl-between {
    align-content: space-between !important;
  }
  .b .align-content-xxl-around {
    align-content: space-around !important;
  }
  .b .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .b .align-self-xxl-auto {
    align-self: auto !important;
  }
  .b .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .b .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .b .align-self-xxl-center {
    align-self: center !important;
  }
  .b .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .b .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .b .order-xxl-first {
    order: -1 !important;
  }
  .b .order-xxl-0 {
    order: 0 !important;
  }
  .b .order-xxl-1 {
    order: 1 !important;
  }
  .b .order-xxl-2 {
    order: 2 !important;
  }
  .b .order-xxl-3 {
    order: 3 !important;
  }
  .b .order-xxl-4 {
    order: 4 !important;
  }
  .b .order-xxl-5 {
    order: 5 !important;
  }
  .b .order-xxl-last {
    order: 6 !important;
  }
  .b .m-xxl-0 {
    margin: 0 !important;
  }
  .b .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .b .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .b .m-xxl-3 {
    margin: 1rem !important;
  }
  .b .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .b .m-xxl-5 {
    margin: 3rem !important;
  }
  .b .m-xxl-6 {
    margin: 4rem !important;
  }
  .b .m-xxl-7 {
    margin: 5rem !important;
  }
  .b .m-xxl-8 {
    margin: 6rem !important;
  }
  .b .m-xxl-9 {
    margin: 7rem !important;
  }
  .b .m-xxl-auto {
    margin: auto !important;
  }
  .b .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .b .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .b .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .b .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .b .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .b .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .b .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .b .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .b .mx-xxl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .b .mx-xxl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .b .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .b .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .b .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .b .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .b .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .b .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .b .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .b .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .b .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .b .my-xxl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .b .my-xxl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .b .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .b .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .b .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .b .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .b .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .b .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .b .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .b .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .b .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .b .mt-xxl-8 {
    margin-top: 6rem !important;
  }
  .b .mt-xxl-9 {
    margin-top: 7rem !important;
  }
  .b .mt-xxl-auto {
    margin-top: auto !important;
  }
  .b .me-xxl-0 {
    margin-right: 0 !important;
  }
  .b .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .b .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .b .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .b .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .b .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .b .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .b .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .b .me-xxl-8 {
    margin-right: 6rem !important;
  }
  .b .me-xxl-9 {
    margin-right: 7rem !important;
  }
  .b .me-xxl-auto {
    margin-right: auto !important;
  }
  .b .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .b .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .b .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .b .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .b .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .b .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .b .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .b .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .b .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }
  .b .mb-xxl-9 {
    margin-bottom: 7rem !important;
  }
  .b .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .b .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .b .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .b .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .b .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .b .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .b .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .b .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .b .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .b .ms-xxl-8 {
    margin-left: 6rem !important;
  }
  .b .ms-xxl-9 {
    margin-left: 7rem !important;
  }
  .b .ms-xxl-auto {
    margin-left: auto !important;
  }
  .b .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .b .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .b .m-xxl-n3 {
    margin: -1rem !important;
  }
  .b .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .b .m-xxl-n5 {
    margin: -3rem !important;
  }
  .b .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .b .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .b .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .b .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .b .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .b .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .b .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .b .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .b .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .b .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .b .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .b .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .b .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .b .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .b .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .b .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .b .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .b .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .b .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .b .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .b .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .b .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .b .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .b .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .b .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .b .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .b .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .b .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .b .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .b .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .b .p-xxl-0 {
    padding: 0 !important;
  }
  .b .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .b .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .b .p-xxl-3 {
    padding: 1rem !important;
  }
  .b .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .b .p-xxl-5 {
    padding: 3rem !important;
  }
  .b .p-xxl-6 {
    padding: 4rem !important;
  }
  .b .p-xxl-7 {
    padding: 5rem !important;
  }
  .b .p-xxl-8 {
    padding: 6rem !important;
  }
  .b .p-xxl-9 {
    padding: 7rem !important;
  }
  .b .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .b .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .b .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .b .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .b .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .b .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .b .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .b .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .b .px-xxl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .b .px-xxl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .b .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .b .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .b .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .b .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .b .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .b .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .b .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .b .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .b .py-xxl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .b .py-xxl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .b .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .b .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .b .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .b .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .b .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .b .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .b .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .b .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .b .pt-xxl-8 {
    padding-top: 6rem !important;
  }
  .b .pt-xxl-9 {
    padding-top: 7rem !important;
  }
  .b .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .b .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .b .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .b .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .b .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .b .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .b .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .b .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .b .pe-xxl-8 {
    padding-right: 6rem !important;
  }
  .b .pe-xxl-9 {
    padding-right: 7rem !important;
  }
  .b .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .b .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .b .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .b .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .b .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .b .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .b .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .b .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .b .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }
  .b .pb-xxl-9 {
    padding-bottom: 7rem !important;
  }
  .b .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .b .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .b .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .b .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .b .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .b .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .b .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .b .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .b .ps-xxl-8 {
    padding-left: 6rem !important;
  }
  .b .ps-xxl-9 {
    padding-left: 7rem !important;
  }
  .b .text-xxl-start {
    text-align: left !important;
  }
  .b .text-xxl-end {
    text-align: right !important;
  }
  .b .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .b .fs-1 {
    font-size: 2.5rem !important;
  }
  .b .fs-2 {
    font-size: 2rem !important;
  }
  .b .fs-3 {
    font-size: 1.75rem !important;
  }
  .b .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .b .d-print-inline {
    display: inline !important;
  }
  .b .d-print-inline-block {
    display: inline-block !important;
  }
  .b .d-print-block {
    display: block !important;
  }
  .b .d-print-grid {
    display: grid !important;
  }
  .b .d-print-table {
    display: table !important;
  }
  .b .d-print-table-row {
    display: table-row !important;
  }
  .b .d-print-table-cell {
    display: table-cell !important;
  }
  .b .d-print-flex {
    display: flex !important;
  }
  .b .d-print-inline-flex {
    display: inline-flex !important;
  }
  .b .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bs-grd.css.map */
