.lt-row {
  --lt-gutter-x: 2rem;
  --lt-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--lt-gutter-y) * -1);
  margin-right: calc(var(--lt-gutter-x) / -2);
  margin-left: calc(var(--lt-gutter-x) / -2);
}
.lt-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--lt-gutter-x) / 2);
  padding-left: calc(var(--lt-gutter-x) / 2);
  margin-top: var(--lt-gutter-y);
}

.lt-col {
  flex: 1 0 0%;
}

.lt-row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.lt-row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.lt-row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.lt-row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.lt-row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.lt-row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.lt-row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.lt-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.lt-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.lt-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.lt-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.lt-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.lt-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.lt-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.lt-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.lt-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.lt-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.lt-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.lt-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.lt-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

[dir='ltr'] .lt-offset-1 {
  margin-left: 8.3333333333%;
}

[dir='rtl'] .lt-offset-1 {
  margin-right: 8.3333333333%;
}

[dir='ltr'] .lt-offset-2 {
  margin-left: 16.6666666667%;
}

[dir='rtl'] .lt-offset-2 {
  margin-right: 16.6666666667%;
}

[dir='ltr'] .lt-offset-3 {
  margin-left: 25%;
}

[dir='rtl'] .lt-offset-3 {
  margin-right: 25%;
}

[dir='ltr'] .lt-offset-4 {
  margin-left: 33.3333333333%;
}

[dir='rtl'] .lt-offset-4 {
  margin-right: 33.3333333333%;
}

[dir='ltr'] .lt-offset-5 {
  margin-left: 41.6666666667%;
}

[dir='rtl'] .lt-offset-5 {
  margin-right: 41.6666666667%;
}

[dir='ltr'] .lt-offset-6 {
  margin-left: 50%;
}

[dir='rtl'] .lt-offset-6 {
  margin-right: 50%;
}

[dir='ltr'] .lt-offset-7 {
  margin-left: 58.3333333333%;
}

[dir='rtl'] .lt-offset-7 {
  margin-right: 58.3333333333%;
}

[dir='ltr'] .lt-offset-8 {
  margin-left: 66.6666666667%;
}

[dir='rtl'] .lt-offset-8 {
  margin-right: 66.6666666667%;
}

[dir='ltr'] .lt-offset-9 {
  margin-left: 75%;
}

[dir='rtl'] .lt-offset-9 {
  margin-right: 75%;
}

[dir='ltr'] .lt-offset-10 {
  margin-left: 83.3333333333%;
}

[dir='rtl'] .lt-offset-10 {
  margin-right: 83.3333333333%;
}

[dir='ltr'] .lt-offset-11 {
  margin-left: 91.6666666667%;
}

[dir='rtl'] .lt-offset-11 {
  margin-right: 91.6666666667%;
}

.lt-g-0,
.lt-gx-0 {
  --lt-gutter-x: 0;
}

.lt-g-0,
.lt-gy-0 {
  --lt-gutter-y: 0;
}

.lt-g-1,
.lt-gx-1 {
  --lt-gutter-x: 0.25rem;
}

.lt-g-1,
.lt-gy-1 {
  --lt-gutter-y: 0.25rem;
}

.lt-g-2,
.lt-gx-2 {
  --lt-gutter-x: 0.5rem;
}

.lt-g-2,
.lt-gy-2 {
  --lt-gutter-y: 0.5rem;
}

.lt-g-3,
.lt-gx-3 {
  --lt-gutter-x: 1rem;
}

.lt-g-3,
.lt-gy-3 {
  --lt-gutter-y: 1rem;
}

.lt-g-4,
.lt-gx-4 {
  --lt-gutter-x: 1.5rem;
}

.lt-g-4,
.lt-gy-4 {
  --lt-gutter-y: 1.5rem;
}

.lt-g-5,
.lt-gx-5 {
  --lt-gutter-x: 2rem;
}

.lt-g-5,
.lt-gy-5 {
  --lt-gutter-y: 2rem;
}

.lt-g-6,
.lt-gx-6 {
  --lt-gutter-x: 2.5rem;
}

.lt-g-6,
.lt-gy-6 {
  --lt-gutter-y: 2.5rem;
}

.lt-g-7,
.lt-gx-7 {
  --lt-gutter-x: 3rem;
}

.lt-g-7,
.lt-gy-7 {
  --lt-gutter-y: 3rem;
}

.lt-g-8,
.lt-gx-8 {
  --lt-gutter-x: 3.5rem;
}

.lt-g-8,
.lt-gy-8 {
  --lt-gutter-y: 3.5rem;
}

.lt-g-9,
.lt-gx-9 {
  --lt-gutter-x: 4rem;
}

.lt-g-9,
.lt-gy-9 {
  --lt-gutter-y: 4rem;
}

@media (min-width: 576px) {
  .lt-col-sm {
    flex: 1 0 0%;
  }

  .lt-row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir='ltr'] .lt-offset-sm-0 {
    margin-left: 0;
  }

  [dir='rtl'] .lt-offset-sm-0 {
    margin-right: 0;
  }

  [dir='ltr'] .lt-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  [dir='rtl'] .lt-offset-sm-1 {
    margin-right: 8.3333333333%;
  }

  [dir='ltr'] .lt-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  [dir='rtl'] .lt-offset-sm-2 {
    margin-right: 16.6666666667%;
  }

  [dir='ltr'] .lt-offset-sm-3 {
    margin-left: 25%;
  }

  [dir='rtl'] .lt-offset-sm-3 {
    margin-right: 25%;
  }

  [dir='ltr'] .lt-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  [dir='rtl'] .lt-offset-sm-4 {
    margin-right: 33.3333333333%;
  }

  [dir='ltr'] .lt-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  [dir='rtl'] .lt-offset-sm-5 {
    margin-right: 41.6666666667%;
  }

  [dir='ltr'] .lt-offset-sm-6 {
    margin-left: 50%;
  }

  [dir='rtl'] .lt-offset-sm-6 {
    margin-right: 50%;
  }

  [dir='ltr'] .lt-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  [dir='rtl'] .lt-offset-sm-7 {
    margin-right: 58.3333333333%;
  }

  [dir='ltr'] .lt-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  [dir='rtl'] .lt-offset-sm-8 {
    margin-right: 66.6666666667%;
  }

  [dir='ltr'] .lt-offset-sm-9 {
    margin-left: 75%;
  }

  [dir='rtl'] .lt-offset-sm-9 {
    margin-right: 75%;
  }

  [dir='ltr'] .lt-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  [dir='rtl'] .lt-offset-sm-10 {
    margin-right: 83.3333333333%;
  }

  [dir='ltr'] .lt-offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  [dir='rtl'] .lt-offset-sm-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-sm-0,
  .lt-gx-sm-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-sm-0,
  .lt-gy-sm-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-sm-1,
  .lt-gx-sm-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-sm-1,
  .lt-gy-sm-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-sm-2,
  .lt-gx-sm-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-sm-2,
  .lt-gy-sm-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-sm-3,
  .lt-gx-sm-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-sm-3,
  .lt-gy-sm-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-sm-4,
  .lt-gx-sm-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-sm-4,
  .lt-gy-sm-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-sm-5,
  .lt-gx-sm-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-sm-5,
  .lt-gy-sm-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-sm-6,
  .lt-gx-sm-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-sm-6,
  .lt-gy-sm-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-sm-7,
  .lt-gx-sm-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-sm-7,
  .lt-gy-sm-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-sm-8,
  .lt-gx-sm-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-sm-8,
  .lt-gy-sm-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-sm-9,
  .lt-gx-sm-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-sm-9,
  .lt-gy-sm-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 768px) {
  .lt-col-md {
    flex: 1 0 0%;
  }

  .lt-row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir='ltr'] .lt-offset-md-0 {
    margin-left: 0;
  }

  [dir='rtl'] .lt-offset-md-0 {
    margin-right: 0;
  }

  [dir='ltr'] .lt-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  [dir='rtl'] .lt-offset-md-1 {
    margin-right: 8.3333333333%;
  }

  [dir='ltr'] .lt-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  [dir='rtl'] .lt-offset-md-2 {
    margin-right: 16.6666666667%;
  }

  [dir='ltr'] .lt-offset-md-3 {
    margin-left: 25%;
  }

  [dir='rtl'] .lt-offset-md-3 {
    margin-right: 25%;
  }

  [dir='ltr'] .lt-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  [dir='rtl'] .lt-offset-md-4 {
    margin-right: 33.3333333333%;
  }

  [dir='ltr'] .lt-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  [dir='rtl'] .lt-offset-md-5 {
    margin-right: 41.6666666667%;
  }

  [dir='ltr'] .lt-offset-md-6 {
    margin-left: 50%;
  }

  [dir='rtl'] .lt-offset-md-6 {
    margin-right: 50%;
  }

  [dir='ltr'] .lt-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  [dir='rtl'] .lt-offset-md-7 {
    margin-right: 58.3333333333%;
  }

  [dir='ltr'] .lt-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  [dir='rtl'] .lt-offset-md-8 {
    margin-right: 66.6666666667%;
  }

  [dir='ltr'] .lt-offset-md-9 {
    margin-left: 75%;
  }

  [dir='rtl'] .lt-offset-md-9 {
    margin-right: 75%;
  }

  [dir='ltr'] .lt-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  [dir='rtl'] .lt-offset-md-10 {
    margin-right: 83.3333333333%;
  }

  [dir='ltr'] .lt-offset-md-11 {
    margin-left: 91.6666666667%;
  }

  [dir='rtl'] .lt-offset-md-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-md-0,
  .lt-gx-md-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-md-0,
  .lt-gy-md-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-md-1,
  .lt-gx-md-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-md-1,
  .lt-gy-md-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-md-2,
  .lt-gx-md-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-md-2,
  .lt-gy-md-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-md-3,
  .lt-gx-md-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-md-3,
  .lt-gy-md-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-md-4,
  .lt-gx-md-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-md-4,
  .lt-gy-md-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-md-5,
  .lt-gx-md-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-md-5,
  .lt-gy-md-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-md-6,
  .lt-gx-md-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-md-6,
  .lt-gy-md-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-md-7,
  .lt-gx-md-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-md-7,
  .lt-gy-md-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-md-8,
  .lt-gx-md-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-md-8,
  .lt-gy-md-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-md-9,
  .lt-gx-md-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-md-9,
  .lt-gy-md-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 992px) {
  .lt-col-lg {
    flex: 1 0 0%;
  }

  .lt-row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir='ltr'] .lt-offset-lg-0 {
    margin-left: 0;
  }

  [dir='rtl'] .lt-offset-lg-0 {
    margin-right: 0;
  }

  [dir='ltr'] .lt-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  [dir='rtl'] .lt-offset-lg-1 {
    margin-right: 8.3333333333%;
  }

  [dir='ltr'] .lt-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  [dir='rtl'] .lt-offset-lg-2 {
    margin-right: 16.6666666667%;
  }

  [dir='ltr'] .lt-offset-lg-3 {
    margin-left: 25%;
  }

  [dir='rtl'] .lt-offset-lg-3 {
    margin-right: 25%;
  }

  [dir='ltr'] .lt-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  [dir='rtl'] .lt-offset-lg-4 {
    margin-right: 33.3333333333%;
  }

  [dir='ltr'] .lt-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  [dir='rtl'] .lt-offset-lg-5 {
    margin-right: 41.6666666667%;
  }

  [dir='ltr'] .lt-offset-lg-6 {
    margin-left: 50%;
  }

  [dir='rtl'] .lt-offset-lg-6 {
    margin-right: 50%;
  }

  [dir='ltr'] .lt-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  [dir='rtl'] .lt-offset-lg-7 {
    margin-right: 58.3333333333%;
  }

  [dir='ltr'] .lt-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  [dir='rtl'] .lt-offset-lg-8 {
    margin-right: 66.6666666667%;
  }

  [dir='ltr'] .lt-offset-lg-9 {
    margin-left: 75%;
  }

  [dir='rtl'] .lt-offset-lg-9 {
    margin-right: 75%;
  }

  [dir='ltr'] .lt-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  [dir='rtl'] .lt-offset-lg-10 {
    margin-right: 83.3333333333%;
  }

  [dir='ltr'] .lt-offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  [dir='rtl'] .lt-offset-lg-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-lg-0,
  .lt-gx-lg-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-lg-0,
  .lt-gy-lg-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-lg-1,
  .lt-gx-lg-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-lg-1,
  .lt-gy-lg-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-lg-2,
  .lt-gx-lg-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-lg-2,
  .lt-gy-lg-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-lg-3,
  .lt-gx-lg-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-lg-3,
  .lt-gy-lg-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-lg-4,
  .lt-gx-lg-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-lg-4,
  .lt-gy-lg-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-lg-5,
  .lt-gx-lg-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-lg-5,
  .lt-gy-lg-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-lg-6,
  .lt-gx-lg-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-lg-6,
  .lt-gy-lg-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-lg-7,
  .lt-gx-lg-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-lg-7,
  .lt-gy-lg-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-lg-8,
  .lt-gx-lg-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-lg-8,
  .lt-gy-lg-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-lg-9,
  .lt-gx-lg-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-lg-9,
  .lt-gy-lg-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 1200px) {
  .lt-col-xl {
    flex: 1 0 0%;
  }

  .lt-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir='ltr'] .lt-offset-xl-0 {
    margin-left: 0;
  }

  [dir='rtl'] .lt-offset-xl-0 {
    margin-right: 0;
  }

  [dir='ltr'] .lt-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  [dir='rtl'] .lt-offset-xl-1 {
    margin-right: 8.3333333333%;
  }

  [dir='ltr'] .lt-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  [dir='rtl'] .lt-offset-xl-2 {
    margin-right: 16.6666666667%;
  }

  [dir='ltr'] .lt-offset-xl-3 {
    margin-left: 25%;
  }

  [dir='rtl'] .lt-offset-xl-3 {
    margin-right: 25%;
  }

  [dir='ltr'] .lt-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  [dir='rtl'] .lt-offset-xl-4 {
    margin-right: 33.3333333333%;
  }

  [dir='ltr'] .lt-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  [dir='rtl'] .lt-offset-xl-5 {
    margin-right: 41.6666666667%;
  }

  [dir='ltr'] .lt-offset-xl-6 {
    margin-left: 50%;
  }

  [dir='rtl'] .lt-offset-xl-6 {
    margin-right: 50%;
  }

  [dir='ltr'] .lt-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  [dir='rtl'] .lt-offset-xl-7 {
    margin-right: 58.3333333333%;
  }

  [dir='ltr'] .lt-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  [dir='rtl'] .lt-offset-xl-8 {
    margin-right: 66.6666666667%;
  }

  [dir='ltr'] .lt-offset-xl-9 {
    margin-left: 75%;
  }

  [dir='rtl'] .lt-offset-xl-9 {
    margin-right: 75%;
  }

  [dir='ltr'] .lt-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  [dir='rtl'] .lt-offset-xl-10 {
    margin-right: 83.3333333333%;
  }

  [dir='ltr'] .lt-offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  [dir='rtl'] .lt-offset-xl-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-xl-0,
  .lt-gx-xl-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-xl-0,
  .lt-gy-xl-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-xl-1,
  .lt-gx-xl-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-xl-1,
  .lt-gy-xl-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-xl-2,
  .lt-gx-xl-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-xl-2,
  .lt-gy-xl-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-xl-3,
  .lt-gx-xl-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-xl-3,
  .lt-gy-xl-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-xl-4,
  .lt-gx-xl-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-xl-4,
  .lt-gy-xl-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-xl-5,
  .lt-gx-xl-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-xl-5,
  .lt-gy-xl-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-xl-6,
  .lt-gx-xl-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-xl-6,
  .lt-gy-xl-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-xl-7,
  .lt-gx-xl-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-xl-7,
  .lt-gy-xl-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-xl-8,
  .lt-gx-xl-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-xl-8,
  .lt-gy-xl-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-xl-9,
  .lt-gx-xl-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-xl-9,
  .lt-gy-xl-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 1400px) {
  .lt-col-xxl {
    flex: 1 0 0%;
  }

  .lt-row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir='ltr'] .lt-offset-xxl-0 {
    margin-left: 0;
  }

  [dir='rtl'] .lt-offset-xxl-0 {
    margin-right: 0;
  }

  [dir='ltr'] .lt-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  [dir='rtl'] .lt-offset-xxl-1 {
    margin-right: 8.3333333333%;
  }

  [dir='ltr'] .lt-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  [dir='rtl'] .lt-offset-xxl-2 {
    margin-right: 16.6666666667%;
  }

  [dir='ltr'] .lt-offset-xxl-3 {
    margin-left: 25%;
  }

  [dir='rtl'] .lt-offset-xxl-3 {
    margin-right: 25%;
  }

  [dir='ltr'] .lt-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  [dir='rtl'] .lt-offset-xxl-4 {
    margin-right: 33.3333333333%;
  }

  [dir='ltr'] .lt-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  [dir='rtl'] .lt-offset-xxl-5 {
    margin-right: 41.6666666667%;
  }

  [dir='ltr'] .lt-offset-xxl-6 {
    margin-left: 50%;
  }

  [dir='rtl'] .lt-offset-xxl-6 {
    margin-right: 50%;
  }

  [dir='ltr'] .lt-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  [dir='rtl'] .lt-offset-xxl-7 {
    margin-right: 58.3333333333%;
  }

  [dir='ltr'] .lt-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  [dir='rtl'] .lt-offset-xxl-8 {
    margin-right: 66.6666666667%;
  }

  [dir='ltr'] .lt-offset-xxl-9 {
    margin-left: 75%;
  }

  [dir='rtl'] .lt-offset-xxl-9 {
    margin-right: 75%;
  }

  [dir='ltr'] .lt-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  [dir='rtl'] .lt-offset-xxl-10 {
    margin-right: 83.3333333333%;
  }

  [dir='ltr'] .lt-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  [dir='rtl'] .lt-offset-xxl-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-xxl-0,
  .lt-gx-xxl-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-xxl-0,
  .lt-gy-xxl-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-xxl-1,
  .lt-gx-xxl-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-xxl-1,
  .lt-gy-xxl-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-xxl-2,
  .lt-gx-xxl-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-xxl-2,
  .lt-gy-xxl-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-xxl-3,
  .lt-gx-xxl-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-xxl-3,
  .lt-gy-xxl-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-xxl-4,
  .lt-gx-xxl-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-xxl-4,
  .lt-gy-xxl-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-xxl-5,
  .lt-gx-xxl-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-xxl-5,
  .lt-gy-xxl-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-xxl-6,
  .lt-gx-xxl-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-xxl-6,
  .lt-gy-xxl-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-xxl-7,
  .lt-gx-xxl-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-xxl-7,
  .lt-gy-xxl-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-xxl-8,
  .lt-gx-xxl-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-xxl-8,
  .lt-gy-xxl-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-xxl-9,
  .lt-gx-xxl-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-xxl-9,
  .lt-gy-xxl-9 {
    --lt-gutter-y: 4rem;
  }
}
.lt-clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.lt-list-unstyled {
  list-style: none;
}

[dir='ltr'] .lt-list-unstyled {
  padding-left: 0;
}

[dir='rtl'] .lt-list-unstyled {
  padding-right: 0;
}

.lt-visually-hidden,
.lt-visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lt-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-align-baseline {
  vertical-align: baseline !important;
}

.lt-align-top {
  vertical-align: top !important;
}

.lt-align-middle {
  vertical-align: middle !important;
}

.lt-align-bottom {
  vertical-align: bottom !important;
}

.lt-align-text-bottom {
  vertical-align: text-bottom !important;
}

.lt-align-text-top {
  vertical-align: text-top !important;
}

[dir='ltr'] .lt-float-start {
  float: left !important;
}

[dir='rtl'] .lt-float-start {
  float: right !important;
}

[dir='ltr'] .lt-float-end {
  float: right !important;
}

[dir='rtl'] .lt-float-end {
  float: left !important;
}

.lt-float-none {
  float: none !important;
}

.lt-overflow-auto {
  overflow: auto !important;
}

.lt-overflow-hidden {
  overflow: hidden !important;
}

.lt-overflow-visible {
  overflow: visible !important;
}

.lt-overflow-scroll {
  overflow: scroll !important;
}

.lt-d-inline {
  display: inline !important;
}

.lt-d-inline-block {
  display: inline-block !important;
}

.lt-d-block {
  display: block !important;
}

.lt-d-grid {
  display: grid !important;
}

.lt-d-table {
  display: table !important;
}

.lt-d-table-row {
  display: table-row !important;
}

.lt-d-table-cell {
  display: table-cell !important;
}

.lt-d-flex {
  display: flex !important;
}

.lt-d-inline-flex {
  display: inline-flex !important;
}

.lt-d-none {
  display: none !important;
}

.lt-position-static {
  position: static !important;
}

.lt-position-relative {
  position: relative !important;
}

.lt-position-absolute {
  position: absolute !important;
}

.lt-position-fixed {
  position: fixed !important;
}

.lt-position-sticky {
  position: sticky !important;
}

.lt-top-0 {
  top: 0 !important;
}

.lt-top-50 {
  top: 50% !important;
}

.lt-top-100 {
  top: 100% !important;
}

.lt-bottom-0 {
  bottom: 0 !important;
}

.lt-bottom-50 {
  bottom: 50% !important;
}

.lt-bottom-100 {
  bottom: 100% !important;
}

[dir='ltr'] .lt-start-0 {
  left: 0 !important;
}

[dir='rtl'] .lt-start-0 {
  right: 0 !important;
}

[dir='ltr'] .lt-start-50 {
  left: 50% !important;
}

[dir='rtl'] .lt-start-50 {
  right: 50% !important;
}

[dir='ltr'] .lt-start-100 {
  left: 100% !important;
}

[dir='rtl'] .lt-start-100 {
  right: 100% !important;
}

[dir='ltr'] .lt-end-0 {
  right: 0 !important;
}

[dir='rtl'] .lt-end-0 {
  left: 0 !important;
}

[dir='ltr'] .lt-end-50 {
  right: 50% !important;
}

[dir='rtl'] .lt-end-50 {
  left: 50% !important;
}

[dir='ltr'] .lt-end-100 {
  right: 100% !important;
}

[dir='rtl'] .lt-end-100 {
  left: 100% !important;
}

[dir='ltr'] .lt-translate-middle {
  transform: translate(-50%, -50%) !important;
}

[dir='rtl'] .lt-translate-middle {
  transform: translate(50%, -50%) !important;
}

[dir='ltr'] .lt-translate-middle-x {
  transform: translateX(-50%) !important;
}

[dir='rtl'] .lt-translate-middle-x {
  transform: translateX(50%) !important;
}

.lt-translate-middle-y {
  transform: translateY(-50%) !important;
}

.lt-border {
  border: 1px solid #dee2e6 !important;
}

.lt-border-0 {
  border: 0 !important;
}

.lt-border-top {
  border-top: 1px solid #dee2e6 !important;
}

.lt-border-top-0 {
  border-top: 0 !important;
}

[dir='ltr'] .lt-border-end {
  border-right: 1px solid #dee2e6 !important;
}

[dir='rtl'] .lt-border-end {
  border-left: 1px solid #dee2e6 !important;
}

[dir='ltr'] .lt-border-end-0 {
  border-right: 0 !important;
}

[dir='rtl'] .lt-border-end-0 {
  border-left: 0 !important;
}

.lt-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.lt-border-bottom-0 {
  border-bottom: 0 !important;
}

[dir='ltr'] .lt-border-start {
  border-left: 1px solid #dee2e6 !important;
}

[dir='rtl'] .lt-border-start {
  border-right: 1px solid #dee2e6 !important;
}

[dir='ltr'] .lt-border-start-0 {
  border-left: 0 !important;
}

[dir='rtl'] .lt-border-start-0 {
  border-right: 0 !important;
}

.lt-border-0 {
  border-width: 0 !important;
}

.lt-border-1 {
  border-width: 1px !important;
}

.lt-border-2 {
  border-width: 2px !important;
}

.lt-border-3 {
  border-width: 3px !important;
}

.lt-border-4 {
  border-width: 4px !important;
}

.lt-border-5 {
  border-width: 5px !important;
}

.lt-w-25 {
  width: 25% !important;
}

.lt-w-50 {
  width: 50% !important;
}

.lt-w-75 {
  width: 75% !important;
}

.lt-w-100 {
  width: 100% !important;
}

.lt-w-auto {
  width: auto !important;
}

.lt-mw-100 {
  max-width: 100% !important;
}

.lt-vw-100 {
  width: 100vw !important;
}

.lt-min-vw-100 {
  min-width: 100vw !important;
}

.lt-h-25 {
  height: 25% !important;
}

.lt-h-50 {
  height: 50% !important;
}

.lt-h-75 {
  height: 75% !important;
}

.lt-h-100 {
  height: 100% !important;
}

.lt-h-auto {
  height: auto !important;
}

.lt-mh-100 {
  max-height: 100% !important;
}

.lt-vh-100 {
  height: 100vh !important;
}

.lt-min-vh-100 {
  min-height: 100vh !important;
}

.lt-flex-fill {
  flex: 1 1 auto !important;
}

.lt-flex-row {
  flex-direction: row !important;
}

.lt-flex-column {
  flex-direction: column !important;
}

.lt-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.lt-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.lt-flex-grow-0 {
  flex-grow: 0 !important;
}

.lt-flex-grow-1 {
  flex-grow: 1 !important;
}

.lt-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.lt-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.lt-flex-wrap {
  flex-wrap: wrap !important;
}

.lt-flex-nowrap {
  flex-wrap: nowrap !important;
}

.lt-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.lt-gap-0 {
  gap: 0 !important;
}

.lt-gap-1 {
  gap: 0.25rem !important;
}

.lt-gap-2 {
  gap: 0.5rem !important;
}

.lt-gap-3 {
  gap: 1rem !important;
}

.lt-gap-4 {
  gap: 1.5rem !important;
}

.lt-gap-5 {
  gap: 2rem !important;
}

.lt-gap-6 {
  gap: 2.5rem !important;
}

.lt-gap-7 {
  gap: 3rem !important;
}

.lt-gap-8 {
  gap: 3.5rem !important;
}

.lt-gap-9 {
  gap: 4rem !important;
}

.lt-justify-content-start {
  justify-content: flex-start !important;
}

.lt-justify-content-end {
  justify-content: flex-end !important;
}

.lt-justify-content-center {
  justify-content: center !important;
}

.lt-justify-content-between {
  justify-content: space-between !important;
}

.lt-justify-content-around {
  justify-content: space-around !important;
}

.lt-justify-content-evenly {
  justify-content: space-evenly !important;
}

.lt-align-items-start {
  align-items: flex-start !important;
}

.lt-align-items-end {
  align-items: flex-end !important;
}

.lt-align-items-center {
  align-items: center !important;
}

.lt-align-items-baseline {
  align-items: baseline !important;
}

.lt-align-items-stretch {
  align-items: stretch !important;
}

.lt-align-content-start {
  align-content: flex-start !important;
}

.lt-align-content-end {
  align-content: flex-end !important;
}

.lt-align-content-center {
  align-content: center !important;
}

.lt-align-content-between {
  align-content: space-between !important;
}

.lt-align-content-around {
  align-content: space-around !important;
}

.lt-align-content-stretch {
  align-content: stretch !important;
}

.lt-align-self-auto {
  align-self: auto !important;
}

.lt-align-self-start {
  align-self: flex-start !important;
}

.lt-align-self-end {
  align-self: flex-end !important;
}

.lt-align-self-center {
  align-self: center !important;
}

.lt-align-self-baseline {
  align-self: baseline !important;
}

.lt-align-self-stretch {
  align-self: stretch !important;
}

.lt-order-first {
  order: -1 !important;
}

.lt-order-0 {
  order: 0 !important;
}

.lt-order-1 {
  order: 1 !important;
}

.lt-order-2 {
  order: 2 !important;
}

.lt-order-3 {
  order: 3 !important;
}

.lt-order-4 {
  order: 4 !important;
}

.lt-order-5 {
  order: 5 !important;
}

.lt-order-last {
  order: 6 !important;
}

.lt-m-0 {
  margin: 0 !important;
}

.lt-m-1 {
  margin: 0.25rem !important;
}

.lt-m-2 {
  margin: 0.5rem !important;
}

.lt-m-3 {
  margin: 1rem !important;
}

.lt-m-4 {
  margin: 1.5rem !important;
}

.lt-m-5 {
  margin: 2rem !important;
}

.lt-m-6 {
  margin: 2.5rem !important;
}

.lt-m-7 {
  margin: 3rem !important;
}

.lt-m-8 {
  margin: 3.5rem !important;
}

.lt-m-9 {
  margin: 4rem !important;
}

.lt-m-auto {
  margin: auto !important;
}

.lt-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.lt-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.lt-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.lt-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.lt-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.lt-mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.lt-mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.lt-mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.lt-mx-8 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.lt-mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.lt-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.lt-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.lt-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.lt-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.lt-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.lt-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.lt-my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.lt-my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.lt-my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.lt-my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.lt-my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.lt-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.lt-mt-0 {
  margin-top: 0 !important;
}

.lt-mt-1 {
  margin-top: 0.25rem !important;
}

.lt-mt-2 {
  margin-top: 0.5rem !important;
}

.lt-mt-3 {
  margin-top: 1rem !important;
}

.lt-mt-4 {
  margin-top: 1.5rem !important;
}

.lt-mt-5 {
  margin-top: 2rem !important;
}

.lt-mt-6 {
  margin-top: 2.5rem !important;
}

.lt-mt-7 {
  margin-top: 3rem !important;
}

.lt-mt-8 {
  margin-top: 3.5rem !important;
}

.lt-mt-9 {
  margin-top: 4rem !important;
}

.lt-mt-auto {
  margin-top: auto !important;
}

[dir='ltr'] .lt-me-0 {
  margin-right: 0 !important;
}

[dir='rtl'] .lt-me-0 {
  margin-left: 0 !important;
}

[dir='ltr'] .lt-me-1 {
  margin-right: 0.25rem !important;
}

[dir='rtl'] .lt-me-1 {
  margin-left: 0.25rem !important;
}

[dir='ltr'] .lt-me-2 {
  margin-right: 0.5rem !important;
}

[dir='rtl'] .lt-me-2 {
  margin-left: 0.5rem !important;
}

[dir='ltr'] .lt-me-3 {
  margin-right: 1rem !important;
}

[dir='rtl'] .lt-me-3 {
  margin-left: 1rem !important;
}

[dir='ltr'] .lt-me-4 {
  margin-right: 1.5rem !important;
}

[dir='rtl'] .lt-me-4 {
  margin-left: 1.5rem !important;
}

[dir='ltr'] .lt-me-5 {
  margin-right: 2rem !important;
}

[dir='rtl'] .lt-me-5 {
  margin-left: 2rem !important;
}

[dir='ltr'] .lt-me-6 {
  margin-right: 2.5rem !important;
}

[dir='rtl'] .lt-me-6 {
  margin-left: 2.5rem !important;
}

[dir='ltr'] .lt-me-7 {
  margin-right: 3rem !important;
}

[dir='rtl'] .lt-me-7 {
  margin-left: 3rem !important;
}

[dir='ltr'] .lt-me-8 {
  margin-right: 3.5rem !important;
}

[dir='rtl'] .lt-me-8 {
  margin-left: 3.5rem !important;
}

[dir='ltr'] .lt-me-9 {
  margin-right: 4rem !important;
}

[dir='rtl'] .lt-me-9 {
  margin-left: 4rem !important;
}

[dir='ltr'] .lt-me-auto {
  margin-right: auto !important;
}

[dir='rtl'] .lt-me-auto {
  margin-left: auto !important;
}

.lt-mb-0 {
  margin-bottom: 0 !important;
}

.lt-mb-1 {
  margin-bottom: 0.25rem !important;
}

.lt-mb-2 {
  margin-bottom: 0.5rem !important;
}

.lt-mb-3 {
  margin-bottom: 1rem !important;
}

.lt-mb-4 {
  margin-bottom: 1.5rem !important;
}

.lt-mb-5 {
  margin-bottom: 2rem !important;
}

.lt-mb-6 {
  margin-bottom: 2.5rem !important;
}

.lt-mb-7 {
  margin-bottom: 3rem !important;
}

.lt-mb-8 {
  margin-bottom: 3.5rem !important;
}

.lt-mb-9 {
  margin-bottom: 4rem !important;
}

.lt-mb-auto {
  margin-bottom: auto !important;
}

[dir='ltr'] .lt-ms-0 {
  margin-left: 0 !important;
}

[dir='rtl'] .lt-ms-0 {
  margin-right: 0 !important;
}

[dir='ltr'] .lt-ms-1 {
  margin-left: 0.25rem !important;
}

[dir='rtl'] .lt-ms-1 {
  margin-right: 0.25rem !important;
}

[dir='ltr'] .lt-ms-2 {
  margin-left: 0.5rem !important;
}

[dir='rtl'] .lt-ms-2 {
  margin-right: 0.5rem !important;
}

[dir='ltr'] .lt-ms-3 {
  margin-left: 1rem !important;
}

[dir='rtl'] .lt-ms-3 {
  margin-right: 1rem !important;
}

[dir='ltr'] .lt-ms-4 {
  margin-left: 1.5rem !important;
}

[dir='rtl'] .lt-ms-4 {
  margin-right: 1.5rem !important;
}

[dir='ltr'] .lt-ms-5 {
  margin-left: 2rem !important;
}

[dir='rtl'] .lt-ms-5 {
  margin-right: 2rem !important;
}

[dir='ltr'] .lt-ms-6 {
  margin-left: 2.5rem !important;
}

[dir='rtl'] .lt-ms-6 {
  margin-right: 2.5rem !important;
}

[dir='ltr'] .lt-ms-7 {
  margin-left: 3rem !important;
}

[dir='rtl'] .lt-ms-7 {
  margin-right: 3rem !important;
}

[dir='ltr'] .lt-ms-8 {
  margin-left: 3.5rem !important;
}

[dir='rtl'] .lt-ms-8 {
  margin-right: 3.5rem !important;
}

[dir='ltr'] .lt-ms-9 {
  margin-left: 4rem !important;
}

[dir='rtl'] .lt-ms-9 {
  margin-right: 4rem !important;
}

[dir='ltr'] .lt-ms-auto {
  margin-left: auto !important;
}

[dir='rtl'] .lt-ms-auto {
  margin-right: auto !important;
}

.lt-m-n1 {
  margin: -0.25rem !important;
}

.lt-m-n2 {
  margin: -0.5rem !important;
}

.lt-m-n3 {
  margin: -1rem !important;
}

.lt-m-n4 {
  margin: -1.5rem !important;
}

.lt-m-n5 {
  margin: -2rem !important;
}

.lt-m-n6 {
  margin: -2.5rem !important;
}

.lt-m-n7 {
  margin: -3rem !important;
}

.lt-m-n8 {
  margin: -3.5rem !important;
}

.lt-m-n9 {
  margin: -4rem !important;
}

.lt-mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.lt-mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.lt-mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.lt-mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.lt-mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.lt-mx-n6 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.lt-mx-n7 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.lt-mx-n8 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.lt-mx-n9 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.lt-my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.lt-my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.lt-my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.lt-my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.lt-my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.lt-my-n6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.lt-my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.lt-my-n8 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.lt-my-n9 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.lt-mt-n1 {
  margin-top: -0.25rem !important;
}

.lt-mt-n2 {
  margin-top: -0.5rem !important;
}

.lt-mt-n3 {
  margin-top: -1rem !important;
}

.lt-mt-n4 {
  margin-top: -1.5rem !important;
}

.lt-mt-n5 {
  margin-top: -2rem !important;
}

.lt-mt-n6 {
  margin-top: -2.5rem !important;
}

.lt-mt-n7 {
  margin-top: -3rem !important;
}

.lt-mt-n8 {
  margin-top: -3.5rem !important;
}

.lt-mt-n9 {
  margin-top: -4rem !important;
}

[dir='ltr'] .lt-me-n1 {
  margin-right: -0.25rem !important;
}

[dir='rtl'] .lt-me-n1 {
  margin-left: -0.25rem !important;
}

[dir='ltr'] .lt-me-n2 {
  margin-right: -0.5rem !important;
}

[dir='rtl'] .lt-me-n2 {
  margin-left: -0.5rem !important;
}

[dir='ltr'] .lt-me-n3 {
  margin-right: -1rem !important;
}

[dir='rtl'] .lt-me-n3 {
  margin-left: -1rem !important;
}

[dir='ltr'] .lt-me-n4 {
  margin-right: -1.5rem !important;
}

[dir='rtl'] .lt-me-n4 {
  margin-left: -1.5rem !important;
}

[dir='ltr'] .lt-me-n5 {
  margin-right: -2rem !important;
}

[dir='rtl'] .lt-me-n5 {
  margin-left: -2rem !important;
}

[dir='ltr'] .lt-me-n6 {
  margin-right: -2.5rem !important;
}

[dir='rtl'] .lt-me-n6 {
  margin-left: -2.5rem !important;
}

[dir='ltr'] .lt-me-n7 {
  margin-right: -3rem !important;
}

[dir='rtl'] .lt-me-n7 {
  margin-left: -3rem !important;
}

[dir='ltr'] .lt-me-n8 {
  margin-right: -3.5rem !important;
}

[dir='rtl'] .lt-me-n8 {
  margin-left: -3.5rem !important;
}

[dir='ltr'] .lt-me-n9 {
  margin-right: -4rem !important;
}

[dir='rtl'] .lt-me-n9 {
  margin-left: -4rem !important;
}

.lt-mb-n1 {
  margin-bottom: -0.25rem !important;
}

.lt-mb-n2 {
  margin-bottom: -0.5rem !important;
}

.lt-mb-n3 {
  margin-bottom: -1rem !important;
}

.lt-mb-n4 {
  margin-bottom: -1.5rem !important;
}

.lt-mb-n5 {
  margin-bottom: -2rem !important;
}

.lt-mb-n6 {
  margin-bottom: -2.5rem !important;
}

.lt-mb-n7 {
  margin-bottom: -3rem !important;
}

.lt-mb-n8 {
  margin-bottom: -3.5rem !important;
}

.lt-mb-n9 {
  margin-bottom: -4rem !important;
}

[dir='ltr'] .lt-ms-n1 {
  margin-left: -0.25rem !important;
}

[dir='rtl'] .lt-ms-n1 {
  margin-right: -0.25rem !important;
}

[dir='ltr'] .lt-ms-n2 {
  margin-left: -0.5rem !important;
}

[dir='rtl'] .lt-ms-n2 {
  margin-right: -0.5rem !important;
}

[dir='ltr'] .lt-ms-n3 {
  margin-left: -1rem !important;
}

[dir='rtl'] .lt-ms-n3 {
  margin-right: -1rem !important;
}

[dir='ltr'] .lt-ms-n4 {
  margin-left: -1.5rem !important;
}

[dir='rtl'] .lt-ms-n4 {
  margin-right: -1.5rem !important;
}

[dir='ltr'] .lt-ms-n5 {
  margin-left: -2rem !important;
}

[dir='rtl'] .lt-ms-n5 {
  margin-right: -2rem !important;
}

[dir='ltr'] .lt-ms-n6 {
  margin-left: -2.5rem !important;
}

[dir='rtl'] .lt-ms-n6 {
  margin-right: -2.5rem !important;
}

[dir='ltr'] .lt-ms-n7 {
  margin-left: -3rem !important;
}

[dir='rtl'] .lt-ms-n7 {
  margin-right: -3rem !important;
}

[dir='ltr'] .lt-ms-n8 {
  margin-left: -3.5rem !important;
}

[dir='rtl'] .lt-ms-n8 {
  margin-right: -3.5rem !important;
}

[dir='ltr'] .lt-ms-n9 {
  margin-left: -4rem !important;
}

[dir='rtl'] .lt-ms-n9 {
  margin-right: -4rem !important;
}

.lt-p-0 {
  padding: 0 !important;
}

.lt-p-1 {
  padding: 0.25rem !important;
}

.lt-p-2 {
  padding: 0.5rem !important;
}

.lt-p-3 {
  padding: 1rem !important;
}

.lt-p-4 {
  padding: 1.5rem !important;
}

.lt-p-5 {
  padding: 2rem !important;
}

.lt-p-6 {
  padding: 2.5rem !important;
}

.lt-p-7 {
  padding: 3rem !important;
}

.lt-p-8 {
  padding: 3.5rem !important;
}

.lt-p-9 {
  padding: 4rem !important;
}

.lt-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.lt-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.lt-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.lt-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.lt-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.lt-px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.lt-px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.lt-px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.lt-px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.lt-px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.lt-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lt-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.lt-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.lt-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.lt-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.lt-py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.lt-py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.lt-py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.lt-py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.lt-py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.lt-pt-0 {
  padding-top: 0 !important;
}

.lt-pt-1 {
  padding-top: 0.25rem !important;
}

.lt-pt-2 {
  padding-top: 0.5rem !important;
}

.lt-pt-3 {
  padding-top: 1rem !important;
}

.lt-pt-4 {
  padding-top: 1.5rem !important;
}

.lt-pt-5 {
  padding-top: 2rem !important;
}

.lt-pt-6 {
  padding-top: 2.5rem !important;
}

.lt-pt-7 {
  padding-top: 3rem !important;
}

.lt-pt-8 {
  padding-top: 3.5rem !important;
}

.lt-pt-9 {
  padding-top: 4rem !important;
}

[dir='ltr'] .lt-pe-0 {
  padding-right: 0 !important;
}

[dir='rtl'] .lt-pe-0 {
  padding-left: 0 !important;
}

[dir='ltr'] .lt-pe-1 {
  padding-right: 0.25rem !important;
}

[dir='rtl'] .lt-pe-1 {
  padding-left: 0.25rem !important;
}

[dir='ltr'] .lt-pe-2 {
  padding-right: 0.5rem !important;
}

[dir='rtl'] .lt-pe-2 {
  padding-left: 0.5rem !important;
}

[dir='ltr'] .lt-pe-3 {
  padding-right: 1rem !important;
}

[dir='rtl'] .lt-pe-3 {
  padding-left: 1rem !important;
}

[dir='ltr'] .lt-pe-4 {
  padding-right: 1.5rem !important;
}

[dir='rtl'] .lt-pe-4 {
  padding-left: 1.5rem !important;
}

[dir='ltr'] .lt-pe-5 {
  padding-right: 2rem !important;
}

[dir='rtl'] .lt-pe-5 {
  padding-left: 2rem !important;
}

[dir='ltr'] .lt-pe-6 {
  padding-right: 2.5rem !important;
}

[dir='rtl'] .lt-pe-6 {
  padding-left: 2.5rem !important;
}

[dir='ltr'] .lt-pe-7 {
  padding-right: 3rem !important;
}

[dir='rtl'] .lt-pe-7 {
  padding-left: 3rem !important;
}

[dir='ltr'] .lt-pe-8 {
  padding-right: 3.5rem !important;
}

[dir='rtl'] .lt-pe-8 {
  padding-left: 3.5rem !important;
}

[dir='ltr'] .lt-pe-9 {
  padding-right: 4rem !important;
}

[dir='rtl'] .lt-pe-9 {
  padding-left: 4rem !important;
}

.lt-pb-0 {
  padding-bottom: 0 !important;
}

.lt-pb-1 {
  padding-bottom: 0.25rem !important;
}

.lt-pb-2 {
  padding-bottom: 0.5rem !important;
}

.lt-pb-3 {
  padding-bottom: 1rem !important;
}

.lt-pb-4 {
  padding-bottom: 1.5rem !important;
}

.lt-pb-5 {
  padding-bottom: 2rem !important;
}

.lt-pb-6 {
  padding-bottom: 2.5rem !important;
}

.lt-pb-7 {
  padding-bottom: 3rem !important;
}

.lt-pb-8 {
  padding-bottom: 3.5rem !important;
}

.lt-pb-9 {
  padding-bottom: 4rem !important;
}

[dir='ltr'] .lt-ps-0 {
  padding-left: 0 !important;
}

[dir='rtl'] .lt-ps-0 {
  padding-right: 0 !important;
}

[dir='ltr'] .lt-ps-1 {
  padding-left: 0.25rem !important;
}

[dir='rtl'] .lt-ps-1 {
  padding-right: 0.25rem !important;
}

[dir='ltr'] .lt-ps-2 {
  padding-left: 0.5rem !important;
}

[dir='rtl'] .lt-ps-2 {
  padding-right: 0.5rem !important;
}

[dir='ltr'] .lt-ps-3 {
  padding-left: 1rem !important;
}

[dir='rtl'] .lt-ps-3 {
  padding-right: 1rem !important;
}

[dir='ltr'] .lt-ps-4 {
  padding-left: 1.5rem !important;
}

[dir='rtl'] .lt-ps-4 {
  padding-right: 1.5rem !important;
}

[dir='ltr'] .lt-ps-5 {
  padding-left: 2rem !important;
}

[dir='rtl'] .lt-ps-5 {
  padding-right: 2rem !important;
}

[dir='ltr'] .lt-ps-6 {
  padding-left: 2.5rem !important;
}

[dir='rtl'] .lt-ps-6 {
  padding-right: 2.5rem !important;
}

[dir='ltr'] .lt-ps-7 {
  padding-left: 3rem !important;
}

[dir='rtl'] .lt-ps-7 {
  padding-right: 3rem !important;
}

[dir='ltr'] .lt-ps-8 {
  padding-left: 3.5rem !important;
}

[dir='rtl'] .lt-ps-8 {
  padding-right: 3.5rem !important;
}

[dir='ltr'] .lt-ps-9 {
  padding-left: 4rem !important;
}

[dir='rtl'] .lt-ps-9 {
  padding-right: 4rem !important;
}

.lt-font-monospace {
  font-family: var(--lt-font-monospace) !important;
}

.lt-fs-1 {
  font-size: var(--font-size-h1) !important;
}

.lt-fs-2 {
  font-size: var(--font-size-h2) !important;
}

.lt-fs-3 {
  font-size: var(--font-size-h3) !important;
}

.lt-fs-4 {
  font-size: var(--font-size-h4) !important;
}

.lt-fs-5 {
  font-size: var(--font-size-h5) !important;
}

.lt-fs-6 {
  font-size: var(--font-size-h6) !important;
}

.lt-fst-italic {
  font-style: italic !important;
}

.lt-fst-normal {
  font-style: normal !important;
}

.lt-fw-light {
  font-weight: 300 !important;
}

.lt-fw-lighter {
  font-weight: lighter !important;
}

.lt-fw-normal {
  font-weight: 400 !important;
}

.lt-fw-bold {
  font-weight: 700 !important;
}

.lt-fw-bolder {
  font-weight: bolder !important;
}

.lt-lh-1 {
  line-height: 1 !important;
}

.lt-lh-sm {
  line-height: 1.25 !important;
}

.lt-lh-base {
  line-height: 1.5 !important;
}

.lt-lh-lg {
  line-height: 2 !important;
}

[dir='ltr'] .lt-text-start {
  text-align: left !important;
}

[dir='rtl'] .lt-text-start {
  text-align: right !important;
}

[dir='ltr'] .lt-text-end {
  text-align: right !important;
}

[dir='rtl'] .lt-text-end {
  text-align: left !important;
}

.lt-text-center {
  text-align: center !important;
}

.lt-text-decoration-none {
  text-decoration: none !important;
}

.lt-text-decoration-underline {
  text-decoration: underline !important;
}

.lt-text-decoration-line-through {
  text-decoration: line-through !important;
}

.lt-text-lowercase {
  text-transform: lowercase !important;
}

.lt-text-uppercase {
  text-transform: uppercase !important;
}

.lt-text-capitalize {
  text-transform: capitalize !important;
}

.lt-text-wrap {
  white-space: normal !important;
}

.lt-text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.lt-text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.lt-text-primary {
  color: #0d6efd !important;
}

.lt-text-secondary {
  color: #6c757d !important;
}

.lt-text-success {
  color: #198754 !important;
}

.lt-text-info {
  color: #0dcaf0 !important;
}

.lt-text-warning {
  color: #ffc107 !important;
}

.lt-text-danger {
  color: #dc3545 !important;
}

.lt-text-light {
  color: #f8f9fa !important;
}

.lt-text-dark {
  color: #212529 !important;
}

.lt-text-white {
  color: #fff !important;
}

.lt-text-body {
  color: #212529 !important;
}

.lt-text-muted {
  color: #6c757d !important;
}

.lt-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.lt-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.lt-text-reset {
  color: inherit !important;
}

.lt-bg-primary {
  background-color: #0d6efd !important;
}

.lt-bg-secondary {
  background-color: #6c757d !important;
}

.lt-bg-success {
  background-color: #198754 !important;
}

.lt-bg-info {
  background-color: #0dcaf0 !important;
}

.lt-bg-warning {
  background-color: #ffc107 !important;
}

.lt-bg-danger {
  background-color: #dc3545 !important;
}

.lt-bg-light {
  background-color: #f8f9fa !important;
}

.lt-bg-dark {
  background-color: #212529 !important;
}

.lt-bg-body {
  background-color: #fff !important;
}

.lt-bg-white {
  background-color: #fff !important;
}

.lt-bg-transparent {
  background-color: transparent !important;
}

.lt-user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.lt-user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.lt-user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.lt-pe-none {
  pointer-events: none !important;
}

.lt-pe-auto {
  pointer-events: auto !important;
}

.lt-rounded {
  border-radius: 0.25rem !important;
}

.lt-rounded-0 {
  border-radius: 0 !important;
}

.lt-rounded-1 {
  border-radius: 0.2rem !important;
}

.lt-rounded-2 {
  border-radius: 0.25rem !important;
}

.lt-rounded-3 {
  border-radius: 0.3rem !important;
}

.lt-rounded-circle {
  border-radius: 50% !important;
}

.lt-rounded-pill {
  border-radius: 50rem !important;
}

.lt-rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

[dir='ltr'] .lt-rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir='rtl'] .lt-rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.lt-rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir='ltr'] .lt-rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

[dir='rtl'] .lt-rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.lt-visible {
  visibility: visible !important;
}

.lt-invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  [dir='ltr'] .lt-float-sm-start {
    float: left !important;
  }

  [dir='rtl'] .lt-float-sm-start {
    float: right !important;
  }

  [dir='ltr'] .lt-float-sm-end {
    float: right !important;
  }

  [dir='rtl'] .lt-float-sm-end {
    float: left !important;
  }

  .lt-float-sm-none {
    float: none !important;
  }

  .lt-d-sm-inline {
    display: inline !important;
  }

  .lt-d-sm-inline-block {
    display: inline-block !important;
  }

  .lt-d-sm-block {
    display: block !important;
  }

  .lt-d-sm-grid {
    display: grid !important;
  }

  .lt-d-sm-table {
    display: table !important;
  }

  .lt-d-sm-table-row {
    display: table-row !important;
  }

  .lt-d-sm-table-cell {
    display: table-cell !important;
  }

  .lt-d-sm-flex {
    display: flex !important;
  }

  .lt-d-sm-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-sm-none {
    display: none !important;
  }

  .lt-flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-sm-row {
    flex-direction: row !important;
  }

  .lt-flex-sm-column {
    flex-direction: column !important;
  }

  .lt-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-sm-0 {
    gap: 0 !important;
  }

  .lt-gap-sm-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-sm-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-sm-3 {
    gap: 1rem !important;
  }

  .lt-gap-sm-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-sm-5 {
    gap: 2rem !important;
  }

  .lt-gap-sm-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-sm-7 {
    gap: 3rem !important;
  }

  .lt-gap-sm-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-sm-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-sm-center {
    justify-content: center !important;
  }

  .lt-justify-content-sm-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-sm-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-sm-start {
    align-items: flex-start !important;
  }

  .lt-align-items-sm-end {
    align-items: flex-end !important;
  }

  .lt-align-items-sm-center {
    align-items: center !important;
  }

  .lt-align-items-sm-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-sm-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-sm-start {
    align-content: flex-start !important;
  }

  .lt-align-content-sm-end {
    align-content: flex-end !important;
  }

  .lt-align-content-sm-center {
    align-content: center !important;
  }

  .lt-align-content-sm-between {
    align-content: space-between !important;
  }

  .lt-align-content-sm-around {
    align-content: space-around !important;
  }

  .lt-align-content-sm-stretch {
    align-content: stretch !important;
  }

  .lt-align-self-sm-auto {
    align-self: auto !important;
  }

  .lt-align-self-sm-start {
    align-self: flex-start !important;
  }

  .lt-align-self-sm-end {
    align-self: flex-end !important;
  }

  .lt-align-self-sm-center {
    align-self: center !important;
  }

  .lt-align-self-sm-baseline {
    align-self: baseline !important;
  }

  .lt-align-self-sm-stretch {
    align-self: stretch !important;
  }

  .lt-order-sm-first {
    order: -1 !important;
  }

  .lt-order-sm-0 {
    order: 0 !important;
  }

  .lt-order-sm-1 {
    order: 1 !important;
  }

  .lt-order-sm-2 {
    order: 2 !important;
  }

  .lt-order-sm-3 {
    order: 3 !important;
  }

  .lt-order-sm-4 {
    order: 4 !important;
  }

  .lt-order-sm-5 {
    order: 5 !important;
  }

  .lt-order-sm-last {
    order: 6 !important;
  }

  .lt-m-sm-0 {
    margin: 0 !important;
  }

  .lt-m-sm-1 {
    margin: 0.25rem !important;
  }

  .lt-m-sm-2 {
    margin: 0.5rem !important;
  }

  .lt-m-sm-3 {
    margin: 1rem !important;
  }

  .lt-m-sm-4 {
    margin: 1.5rem !important;
  }

  .lt-m-sm-5 {
    margin: 2rem !important;
  }

  .lt-m-sm-6 {
    margin: 2.5rem !important;
  }

  .lt-m-sm-7 {
    margin: 3rem !important;
  }

  .lt-m-sm-8 {
    margin: 3.5rem !important;
  }

  .lt-m-sm-9 {
    margin: 4rem !important;
  }

  .lt-m-sm-auto {
    margin: auto !important;
  }

  .lt-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lt-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .lt-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .lt-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lt-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .lt-mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .lt-mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .lt-mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .lt-mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .lt-mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .lt-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .lt-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lt-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lt-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lt-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lt-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lt-my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lt-my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lt-my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lt-my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lt-my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lt-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lt-mt-sm-0 {
    margin-top: 0 !important;
  }

  .lt-mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .lt-mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .lt-mt-sm-3 {
    margin-top: 1rem !important;
  }

  .lt-mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .lt-mt-sm-5 {
    margin-top: 2rem !important;
  }

  .lt-mt-sm-6 {
    margin-top: 2.5rem !important;
  }

  .lt-mt-sm-7 {
    margin-top: 3rem !important;
  }

  .lt-mt-sm-8 {
    margin-top: 3.5rem !important;
  }

  .lt-mt-sm-9 {
    margin-top: 4rem !important;
  }

  .lt-mt-sm-auto {
    margin-top: auto !important;
  }

  [dir='ltr'] .lt-me-sm-0 {
    margin-right: 0 !important;
  }

  [dir='rtl'] .lt-me-sm-0 {
    margin-left: 0 !important;
  }

  [dir='ltr'] .lt-me-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-me-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-me-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-3 {
    margin-right: 1rem !important;
  }

  [dir='rtl'] .lt-me-sm-3 {
    margin-left: 1rem !important;
  }

  [dir='ltr'] .lt-me-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-5 {
    margin-right: 2rem !important;
  }

  [dir='rtl'] .lt-me-sm-5 {
    margin-left: 2rem !important;
  }

  [dir='ltr'] .lt-me-sm-6 {
    margin-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-6 {
    margin-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-7 {
    margin-right: 3rem !important;
  }

  [dir='rtl'] .lt-me-sm-7 {
    margin-left: 3rem !important;
  }

  [dir='ltr'] .lt-me-sm-8 {
    margin-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-8 {
    margin-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-9 {
    margin-right: 4rem !important;
  }

  [dir='rtl'] .lt-me-sm-9 {
    margin-left: 4rem !important;
  }

  [dir='ltr'] .lt-me-sm-auto {
    margin-right: auto !important;
  }

  [dir='rtl'] .lt-me-sm-auto {
    margin-left: auto !important;
  }

  .lt-mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .lt-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .lt-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .lt-mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .lt-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .lt-mb-sm-5 {
    margin-bottom: 2rem !important;
  }

  .lt-mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  .lt-mb-sm-7 {
    margin-bottom: 3rem !important;
  }

  .lt-mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }

  .lt-mb-sm-9 {
    margin-bottom: 4rem !important;
  }

  .lt-mb-sm-auto {
    margin-bottom: auto !important;
  }

  [dir='ltr'] .lt-ms-sm-0 {
    margin-left: 0 !important;
  }

  [dir='rtl'] .lt-ms-sm-0 {
    margin-right: 0 !important;
  }

  [dir='ltr'] .lt-ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-3 {
    margin-left: 1rem !important;
  }

  [dir='rtl'] .lt-ms-sm-3 {
    margin-right: 1rem !important;
  }

  [dir='ltr'] .lt-ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-5 {
    margin-left: 2rem !important;
  }

  [dir='rtl'] .lt-ms-sm-5 {
    margin-right: 2rem !important;
  }

  [dir='ltr'] .lt-ms-sm-6 {
    margin-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-6 {
    margin-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-7 {
    margin-left: 3rem !important;
  }

  [dir='rtl'] .lt-ms-sm-7 {
    margin-right: 3rem !important;
  }

  [dir='ltr'] .lt-ms-sm-8 {
    margin-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-8 {
    margin-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-9 {
    margin-left: 4rem !important;
  }

  [dir='rtl'] .lt-ms-sm-9 {
    margin-right: 4rem !important;
  }

  [dir='ltr'] .lt-ms-sm-auto {
    margin-left: auto !important;
  }

  [dir='rtl'] .lt-ms-sm-auto {
    margin-right: auto !important;
  }

  .lt-m-sm-n1 {
    margin: -0.25rem !important;
  }

  .lt-m-sm-n2 {
    margin: -0.5rem !important;
  }

  .lt-m-sm-n3 {
    margin: -1rem !important;
  }

  .lt-m-sm-n4 {
    margin: -1.5rem !important;
  }

  .lt-m-sm-n5 {
    margin: -2rem !important;
  }

  .lt-m-sm-n6 {
    margin: -2.5rem !important;
  }

  .lt-m-sm-n7 {
    margin: -3rem !important;
  }

  .lt-m-sm-n8 {
    margin: -3.5rem !important;
  }

  .lt-m-sm-n9 {
    margin: -4rem !important;
  }

  .lt-mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .lt-mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .lt-mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .lt-mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .lt-mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .lt-mx-sm-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .lt-mx-sm-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .lt-mx-sm-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .lt-mx-sm-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .lt-my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lt-my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lt-my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lt-my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lt-my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lt-my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lt-my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lt-my-sm-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lt-my-sm-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lt-mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .lt-mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .lt-mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .lt-mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .lt-mt-sm-n5 {
    margin-top: -2rem !important;
  }

  .lt-mt-sm-n6 {
    margin-top: -2.5rem !important;
  }

  .lt-mt-sm-n7 {
    margin-top: -3rem !important;
  }

  .lt-mt-sm-n8 {
    margin-top: -3.5rem !important;
  }

  .lt-mt-sm-n9 {
    margin-top: -4rem !important;
  }

  [dir='ltr'] .lt-me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='rtl'] .lt-me-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='ltr'] .lt-me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir='rtl'] .lt-me-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir='ltr'] .lt-me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-n5 {
    margin-right: -2rem !important;
  }

  [dir='rtl'] .lt-me-sm-n5 {
    margin-left: -2rem !important;
  }

  [dir='ltr'] .lt-me-sm-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-n7 {
    margin-right: -3rem !important;
  }

  [dir='rtl'] .lt-me-sm-n7 {
    margin-left: -3rem !important;
  }

  [dir='ltr'] .lt-me-sm-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='rtl'] .lt-me-sm-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='ltr'] .lt-me-sm-n9 {
    margin-right: -4rem !important;
  }

  [dir='rtl'] .lt-me-sm-n9 {
    margin-left: -4rem !important;
  }

  .lt-mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .lt-mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .lt-mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .lt-mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .lt-mb-sm-n5 {
    margin-bottom: -2rem !important;
  }

  .lt-mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }

  .lt-mb-sm-n7 {
    margin-bottom: -3rem !important;
  }

  .lt-mb-sm-n8 {
    margin-bottom: -3.5rem !important;
  }

  .lt-mb-sm-n9 {
    margin-bottom: -4rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n5 {
    margin-left: -2rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n5 {
    margin-right: -2rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n7 {
    margin-left: -3rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n7 {
    margin-right: -3rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='ltr'] .lt-ms-sm-n9 {
    margin-left: -4rem !important;
  }

  [dir='rtl'] .lt-ms-sm-n9 {
    margin-right: -4rem !important;
  }

  .lt-p-sm-0 {
    padding: 0 !important;
  }

  .lt-p-sm-1 {
    padding: 0.25rem !important;
  }

  .lt-p-sm-2 {
    padding: 0.5rem !important;
  }

  .lt-p-sm-3 {
    padding: 1rem !important;
  }

  .lt-p-sm-4 {
    padding: 1.5rem !important;
  }

  .lt-p-sm-5 {
    padding: 2rem !important;
  }

  .lt-p-sm-6 {
    padding: 2.5rem !important;
  }

  .lt-p-sm-7 {
    padding: 3rem !important;
  }

  .lt-p-sm-8 {
    padding: 3.5rem !important;
  }

  .lt-p-sm-9 {
    padding: 4rem !important;
  }

  .lt-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lt-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lt-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lt-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lt-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lt-px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lt-px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lt-px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lt-px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .lt-px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .lt-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lt-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lt-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lt-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lt-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lt-py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lt-py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lt-py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lt-py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lt-py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lt-pt-sm-0 {
    padding-top: 0 !important;
  }

  .lt-pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .lt-pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .lt-pt-sm-3 {
    padding-top: 1rem !important;
  }

  .lt-pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .lt-pt-sm-5 {
    padding-top: 2rem !important;
  }

  .lt-pt-sm-6 {
    padding-top: 2.5rem !important;
  }

  .lt-pt-sm-7 {
    padding-top: 3rem !important;
  }

  .lt-pt-sm-8 {
    padding-top: 3.5rem !important;
  }

  .lt-pt-sm-9 {
    padding-top: 4rem !important;
  }

  [dir='ltr'] .lt-pe-sm-0 {
    padding-right: 0 !important;
  }

  [dir='rtl'] .lt-pe-sm-0 {
    padding-left: 0 !important;
  }

  [dir='ltr'] .lt-pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-pe-sm-3 {
    padding-right: 1rem !important;
  }

  [dir='rtl'] .lt-pe-sm-3 {
    padding-left: 1rem !important;
  }

  [dir='ltr'] .lt-pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-pe-sm-5 {
    padding-right: 2rem !important;
  }

  [dir='rtl'] .lt-pe-sm-5 {
    padding-left: 2rem !important;
  }

  [dir='ltr'] .lt-pe-sm-6 {
    padding-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-pe-sm-6 {
    padding-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-pe-sm-7 {
    padding-right: 3rem !important;
  }

  [dir='rtl'] .lt-pe-sm-7 {
    padding-left: 3rem !important;
  }

  [dir='ltr'] .lt-pe-sm-8 {
    padding-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-pe-sm-8 {
    padding-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-pe-sm-9 {
    padding-right: 4rem !important;
  }

  [dir='rtl'] .lt-pe-sm-9 {
    padding-left: 4rem !important;
  }

  .lt-pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .lt-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .lt-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .lt-pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .lt-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .lt-pb-sm-5 {
    padding-bottom: 2rem !important;
  }

  .lt-pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  .lt-pb-sm-7 {
    padding-bottom: 3rem !important;
  }

  .lt-pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }

  .lt-pb-sm-9 {
    padding-bottom: 4rem !important;
  }

  [dir='ltr'] .lt-ps-sm-0 {
    padding-left: 0 !important;
  }

  [dir='rtl'] .lt-ps-sm-0 {
    padding-right: 0 !important;
  }

  [dir='ltr'] .lt-ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ps-sm-3 {
    padding-left: 1rem !important;
  }

  [dir='rtl'] .lt-ps-sm-3 {
    padding-right: 1rem !important;
  }

  [dir='ltr'] .lt-ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ps-sm-5 {
    padding-left: 2rem !important;
  }

  [dir='rtl'] .lt-ps-sm-5 {
    padding-right: 2rem !important;
  }

  [dir='ltr'] .lt-ps-sm-6 {
    padding-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ps-sm-6 {
    padding-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ps-sm-7 {
    padding-left: 3rem !important;
  }

  [dir='rtl'] .lt-ps-sm-7 {
    padding-right: 3rem !important;
  }

  [dir='ltr'] .lt-ps-sm-8 {
    padding-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ps-sm-8 {
    padding-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ps-sm-9 {
    padding-left: 4rem !important;
  }

  [dir='rtl'] .lt-ps-sm-9 {
    padding-right: 4rem !important;
  }

  .lt-fs-sm-1 {
    font-size: var(--font-size-h1) !important;
  }

  .lt-fs-sm-2 {
    font-size: var(--font-size-h2) !important;
  }

  .lt-fs-sm-3 {
    font-size: var(--font-size-h3) !important;
  }

  .lt-fs-sm-4 {
    font-size: var(--font-size-h4) !important;
  }

  .lt-fs-sm-5 {
    font-size: var(--font-size-h5) !important;
  }

  .lt-fs-sm-6 {
    font-size: var(--font-size-h6) !important;
  }

  [dir='ltr'] .lt-text-sm-start {
    text-align: left !important;
  }

  [dir='rtl'] .lt-text-sm-start {
    text-align: right !important;
  }

  [dir='ltr'] .lt-text-sm-end {
    text-align: right !important;
  }

  [dir='rtl'] .lt-text-sm-end {
    text-align: left !important;
  }

  .lt-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [dir='ltr'] .lt-float-md-start {
    float: left !important;
  }

  [dir='rtl'] .lt-float-md-start {
    float: right !important;
  }

  [dir='ltr'] .lt-float-md-end {
    float: right !important;
  }

  [dir='rtl'] .lt-float-md-end {
    float: left !important;
  }

  .lt-float-md-none {
    float: none !important;
  }

  .lt-d-md-inline {
    display: inline !important;
  }

  .lt-d-md-inline-block {
    display: inline-block !important;
  }

  .lt-d-md-block {
    display: block !important;
  }

  .lt-d-md-grid {
    display: grid !important;
  }

  .lt-d-md-table {
    display: table !important;
  }

  .lt-d-md-table-row {
    display: table-row !important;
  }

  .lt-d-md-table-cell {
    display: table-cell !important;
  }

  .lt-d-md-flex {
    display: flex !important;
  }

  .lt-d-md-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-md-none {
    display: none !important;
  }

  .lt-flex-md-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-md-row {
    flex-direction: row !important;
  }

  .lt-flex-md-column {
    flex-direction: column !important;
  }

  .lt-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-md-0 {
    gap: 0 !important;
  }

  .lt-gap-md-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-md-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-md-3 {
    gap: 1rem !important;
  }

  .lt-gap-md-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-md-5 {
    gap: 2rem !important;
  }

  .lt-gap-md-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-md-7 {
    gap: 3rem !important;
  }

  .lt-gap-md-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-md-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-md-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-md-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-md-center {
    justify-content: center !important;
  }

  .lt-justify-content-md-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-md-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-md-start {
    align-items: flex-start !important;
  }

  .lt-align-items-md-end {
    align-items: flex-end !important;
  }

  .lt-align-items-md-center {
    align-items: center !important;
  }

  .lt-align-items-md-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-md-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-md-start {
    align-content: flex-start !important;
  }

  .lt-align-content-md-end {
    align-content: flex-end !important;
  }

  .lt-align-content-md-center {
    align-content: center !important;
  }

  .lt-align-content-md-between {
    align-content: space-between !important;
  }

  .lt-align-content-md-around {
    align-content: space-around !important;
  }

  .lt-align-content-md-stretch {
    align-content: stretch !important;
  }

  .lt-align-self-md-auto {
    align-self: auto !important;
  }

  .lt-align-self-md-start {
    align-self: flex-start !important;
  }

  .lt-align-self-md-end {
    align-self: flex-end !important;
  }

  .lt-align-self-md-center {
    align-self: center !important;
  }

  .lt-align-self-md-baseline {
    align-self: baseline !important;
  }

  .lt-align-self-md-stretch {
    align-self: stretch !important;
  }

  .lt-order-md-first {
    order: -1 !important;
  }

  .lt-order-md-0 {
    order: 0 !important;
  }

  .lt-order-md-1 {
    order: 1 !important;
  }

  .lt-order-md-2 {
    order: 2 !important;
  }

  .lt-order-md-3 {
    order: 3 !important;
  }

  .lt-order-md-4 {
    order: 4 !important;
  }

  .lt-order-md-5 {
    order: 5 !important;
  }

  .lt-order-md-last {
    order: 6 !important;
  }

  .lt-m-md-0 {
    margin: 0 !important;
  }

  .lt-m-md-1 {
    margin: 0.25rem !important;
  }

  .lt-m-md-2 {
    margin: 0.5rem !important;
  }

  .lt-m-md-3 {
    margin: 1rem !important;
  }

  .lt-m-md-4 {
    margin: 1.5rem !important;
  }

  .lt-m-md-5 {
    margin: 2rem !important;
  }

  .lt-m-md-6 {
    margin: 2.5rem !important;
  }

  .lt-m-md-7 {
    margin: 3rem !important;
  }

  .lt-m-md-8 {
    margin: 3.5rem !important;
  }

  .lt-m-md-9 {
    margin: 4rem !important;
  }

  .lt-m-md-auto {
    margin: auto !important;
  }

  .lt-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lt-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .lt-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .lt-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lt-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .lt-mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .lt-mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .lt-mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .lt-mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .lt-mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .lt-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .lt-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lt-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lt-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lt-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lt-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lt-my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lt-my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lt-my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lt-my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lt-my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lt-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lt-mt-md-0 {
    margin-top: 0 !important;
  }

  .lt-mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .lt-mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .lt-mt-md-3 {
    margin-top: 1rem !important;
  }

  .lt-mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .lt-mt-md-5 {
    margin-top: 2rem !important;
  }

  .lt-mt-md-6 {
    margin-top: 2.5rem !important;
  }

  .lt-mt-md-7 {
    margin-top: 3rem !important;
  }

  .lt-mt-md-8 {
    margin-top: 3.5rem !important;
  }

  .lt-mt-md-9 {
    margin-top: 4rem !important;
  }

  .lt-mt-md-auto {
    margin-top: auto !important;
  }

  [dir='ltr'] .lt-me-md-0 {
    margin-right: 0 !important;
  }

  [dir='rtl'] .lt-me-md-0 {
    margin-left: 0 !important;
  }

  [dir='ltr'] .lt-me-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-me-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-me-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-me-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-me-md-3 {
    margin-right: 1rem !important;
  }

  [dir='rtl'] .lt-me-md-3 {
    margin-left: 1rem !important;
  }

  [dir='ltr'] .lt-me-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-me-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-me-md-5 {
    margin-right: 2rem !important;
  }

  [dir='rtl'] .lt-me-md-5 {
    margin-left: 2rem !important;
  }

  [dir='ltr'] .lt-me-md-6 {
    margin-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-me-md-6 {
    margin-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-me-md-7 {
    margin-right: 3rem !important;
  }

  [dir='rtl'] .lt-me-md-7 {
    margin-left: 3rem !important;
  }

  [dir='ltr'] .lt-me-md-8 {
    margin-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-me-md-8 {
    margin-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-me-md-9 {
    margin-right: 4rem !important;
  }

  [dir='rtl'] .lt-me-md-9 {
    margin-left: 4rem !important;
  }

  [dir='ltr'] .lt-me-md-auto {
    margin-right: auto !important;
  }

  [dir='rtl'] .lt-me-md-auto {
    margin-left: auto !important;
  }

  .lt-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .lt-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .lt-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .lt-mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .lt-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .lt-mb-md-5 {
    margin-bottom: 2rem !important;
  }

  .lt-mb-md-6 {
    margin-bottom: 2.5rem !important;
  }

  .lt-mb-md-7 {
    margin-bottom: 3rem !important;
  }

  .lt-mb-md-8 {
    margin-bottom: 3.5rem !important;
  }

  .lt-mb-md-9 {
    margin-bottom: 4rem !important;
  }

  .lt-mb-md-auto {
    margin-bottom: auto !important;
  }

  [dir='ltr'] .lt-ms-md-0 {
    margin-left: 0 !important;
  }

  [dir='rtl'] .lt-ms-md-0 {
    margin-right: 0 !important;
  }

  [dir='ltr'] .lt-ms-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ms-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ms-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-3 {
    margin-left: 1rem !important;
  }

  [dir='rtl'] .lt-ms-md-3 {
    margin-right: 1rem !important;
  }

  [dir='ltr'] .lt-ms-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-5 {
    margin-left: 2rem !important;
  }

  [dir='rtl'] .lt-ms-md-5 {
    margin-right: 2rem !important;
  }

  [dir='ltr'] .lt-ms-md-6 {
    margin-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-6 {
    margin-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-7 {
    margin-left: 3rem !important;
  }

  [dir='rtl'] .lt-ms-md-7 {
    margin-right: 3rem !important;
  }

  [dir='ltr'] .lt-ms-md-8 {
    margin-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-8 {
    margin-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-9 {
    margin-left: 4rem !important;
  }

  [dir='rtl'] .lt-ms-md-9 {
    margin-right: 4rem !important;
  }

  [dir='ltr'] .lt-ms-md-auto {
    margin-left: auto !important;
  }

  [dir='rtl'] .lt-ms-md-auto {
    margin-right: auto !important;
  }

  .lt-m-md-n1 {
    margin: -0.25rem !important;
  }

  .lt-m-md-n2 {
    margin: -0.5rem !important;
  }

  .lt-m-md-n3 {
    margin: -1rem !important;
  }

  .lt-m-md-n4 {
    margin: -1.5rem !important;
  }

  .lt-m-md-n5 {
    margin: -2rem !important;
  }

  .lt-m-md-n6 {
    margin: -2.5rem !important;
  }

  .lt-m-md-n7 {
    margin: -3rem !important;
  }

  .lt-m-md-n8 {
    margin: -3.5rem !important;
  }

  .lt-m-md-n9 {
    margin: -4rem !important;
  }

  .lt-mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .lt-mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .lt-mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .lt-mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .lt-mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .lt-mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .lt-mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .lt-mx-md-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .lt-mx-md-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .lt-my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lt-my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lt-my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lt-my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lt-my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lt-my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lt-my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lt-my-md-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lt-my-md-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lt-mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .lt-mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .lt-mt-md-n3 {
    margin-top: -1rem !important;
  }

  .lt-mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .lt-mt-md-n5 {
    margin-top: -2rem !important;
  }

  .lt-mt-md-n6 {
    margin-top: -2.5rem !important;
  }

  .lt-mt-md-n7 {
    margin-top: -3rem !important;
  }

  .lt-mt-md-n8 {
    margin-top: -3.5rem !important;
  }

  .lt-mt-md-n9 {
    margin-top: -4rem !important;
  }

  [dir='ltr'] .lt-me-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='rtl'] .lt-me-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='ltr'] .lt-me-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='rtl'] .lt-me-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='ltr'] .lt-me-md-n3 {
    margin-right: -1rem !important;
  }

  [dir='rtl'] .lt-me-md-n3 {
    margin-left: -1rem !important;
  }

  [dir='ltr'] .lt-me-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='rtl'] .lt-me-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='ltr'] .lt-me-md-n5 {
    margin-right: -2rem !important;
  }

  [dir='rtl'] .lt-me-md-n5 {
    margin-left: -2rem !important;
  }

  [dir='ltr'] .lt-me-md-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='rtl'] .lt-me-md-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='ltr'] .lt-me-md-n7 {
    margin-right: -3rem !important;
  }

  [dir='rtl'] .lt-me-md-n7 {
    margin-left: -3rem !important;
  }

  [dir='ltr'] .lt-me-md-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='rtl'] .lt-me-md-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='ltr'] .lt-me-md-n9 {
    margin-right: -4rem !important;
  }

  [dir='rtl'] .lt-me-md-n9 {
    margin-left: -4rem !important;
  }

  .lt-mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .lt-mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .lt-mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .lt-mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .lt-mb-md-n5 {
    margin-bottom: -2rem !important;
  }

  .lt-mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }

  .lt-mb-md-n7 {
    margin-bottom: -3rem !important;
  }

  .lt-mb-md-n8 {
    margin-bottom: -3.5rem !important;
  }

  .lt-mb-md-n9 {
    margin-bottom: -4rem !important;
  }

  [dir='ltr'] .lt-ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='rtl'] .lt-ms-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='ltr'] .lt-ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-n3 {
    margin-left: -1rem !important;
  }

  [dir='rtl'] .lt-ms-md-n3 {
    margin-right: -1rem !important;
  }

  [dir='ltr'] .lt-ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-n5 {
    margin-left: -2rem !important;
  }

  [dir='rtl'] .lt-ms-md-n5 {
    margin-right: -2rem !important;
  }

  [dir='ltr'] .lt-ms-md-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-n7 {
    margin-left: -3rem !important;
  }

  [dir='rtl'] .lt-ms-md-n7 {
    margin-right: -3rem !important;
  }

  [dir='ltr'] .lt-ms-md-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='rtl'] .lt-ms-md-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='ltr'] .lt-ms-md-n9 {
    margin-left: -4rem !important;
  }

  [dir='rtl'] .lt-ms-md-n9 {
    margin-right: -4rem !important;
  }

  .lt-p-md-0 {
    padding: 0 !important;
  }

  .lt-p-md-1 {
    padding: 0.25rem !important;
  }

  .lt-p-md-2 {
    padding: 0.5rem !important;
  }

  .lt-p-md-3 {
    padding: 1rem !important;
  }

  .lt-p-md-4 {
    padding: 1.5rem !important;
  }

  .lt-p-md-5 {
    padding: 2rem !important;
  }

  .lt-p-md-6 {
    padding: 2.5rem !important;
  }

  .lt-p-md-7 {
    padding: 3rem !important;
  }

  .lt-p-md-8 {
    padding: 3.5rem !important;
  }

  .lt-p-md-9 {
    padding: 4rem !important;
  }

  .lt-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lt-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lt-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lt-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lt-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lt-px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lt-px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lt-px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lt-px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .lt-px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .lt-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lt-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lt-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lt-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lt-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lt-py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lt-py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lt-py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lt-py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lt-py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lt-pt-md-0 {
    padding-top: 0 !important;
  }

  .lt-pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .lt-pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .lt-pt-md-3 {
    padding-top: 1rem !important;
  }

  .lt-pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .lt-pt-md-5 {
    padding-top: 2rem !important;
  }

  .lt-pt-md-6 {
    padding-top: 2.5rem !important;
  }

  .lt-pt-md-7 {
    padding-top: 3rem !important;
  }

  .lt-pt-md-8 {
    padding-top: 3.5rem !important;
  }

  .lt-pt-md-9 {
    padding-top: 4rem !important;
  }

  [dir='ltr'] .lt-pe-md-0 {
    padding-right: 0 !important;
  }

  [dir='rtl'] .lt-pe-md-0 {
    padding-left: 0 !important;
  }

  [dir='ltr'] .lt-pe-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-pe-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-pe-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-pe-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-pe-md-3 {
    padding-right: 1rem !important;
  }

  [dir='rtl'] .lt-pe-md-3 {
    padding-left: 1rem !important;
  }

  [dir='ltr'] .lt-pe-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-pe-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-pe-md-5 {
    padding-right: 2rem !important;
  }

  [dir='rtl'] .lt-pe-md-5 {
    padding-left: 2rem !important;
  }

  [dir='ltr'] .lt-pe-md-6 {
    padding-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-pe-md-6 {
    padding-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-pe-md-7 {
    padding-right: 3rem !important;
  }

  [dir='rtl'] .lt-pe-md-7 {
    padding-left: 3rem !important;
  }

  [dir='ltr'] .lt-pe-md-8 {
    padding-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-pe-md-8 {
    padding-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-pe-md-9 {
    padding-right: 4rem !important;
  }

  [dir='rtl'] .lt-pe-md-9 {
    padding-left: 4rem !important;
  }

  .lt-pb-md-0 {
    padding-bottom: 0 !important;
  }

  .lt-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .lt-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .lt-pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .lt-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .lt-pb-md-5 {
    padding-bottom: 2rem !important;
  }

  .lt-pb-md-6 {
    padding-bottom: 2.5rem !important;
  }

  .lt-pb-md-7 {
    padding-bottom: 3rem !important;
  }

  .lt-pb-md-8 {
    padding-bottom: 3.5rem !important;
  }

  .lt-pb-md-9 {
    padding-bottom: 4rem !important;
  }

  [dir='ltr'] .lt-ps-md-0 {
    padding-left: 0 !important;
  }

  [dir='rtl'] .lt-ps-md-0 {
    padding-right: 0 !important;
  }

  [dir='ltr'] .lt-ps-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ps-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ps-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ps-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ps-md-3 {
    padding-left: 1rem !important;
  }

  [dir='rtl'] .lt-ps-md-3 {
    padding-right: 1rem !important;
  }

  [dir='ltr'] .lt-ps-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ps-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ps-md-5 {
    padding-left: 2rem !important;
  }

  [dir='rtl'] .lt-ps-md-5 {
    padding-right: 2rem !important;
  }

  [dir='ltr'] .lt-ps-md-6 {
    padding-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ps-md-6 {
    padding-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ps-md-7 {
    padding-left: 3rem !important;
  }

  [dir='rtl'] .lt-ps-md-7 {
    padding-right: 3rem !important;
  }

  [dir='ltr'] .lt-ps-md-8 {
    padding-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ps-md-8 {
    padding-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ps-md-9 {
    padding-left: 4rem !important;
  }

  [dir='rtl'] .lt-ps-md-9 {
    padding-right: 4rem !important;
  }

  .lt-fs-md-1 {
    font-size: var(--font-size-h1) !important;
  }

  .lt-fs-md-2 {
    font-size: var(--font-size-h2) !important;
  }

  .lt-fs-md-3 {
    font-size: var(--font-size-h3) !important;
  }

  .lt-fs-md-4 {
    font-size: var(--font-size-h4) !important;
  }

  .lt-fs-md-5 {
    font-size: var(--font-size-h5) !important;
  }

  .lt-fs-md-6 {
    font-size: var(--font-size-h6) !important;
  }

  [dir='ltr'] .lt-text-md-start {
    text-align: left !important;
  }

  [dir='rtl'] .lt-text-md-start {
    text-align: right !important;
  }

  [dir='ltr'] .lt-text-md-end {
    text-align: right !important;
  }

  [dir='rtl'] .lt-text-md-end {
    text-align: left !important;
  }

  .lt-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [dir='ltr'] .lt-float-lg-start {
    float: left !important;
  }

  [dir='rtl'] .lt-float-lg-start {
    float: right !important;
  }

  [dir='ltr'] .lt-float-lg-end {
    float: right !important;
  }

  [dir='rtl'] .lt-float-lg-end {
    float: left !important;
  }

  .lt-float-lg-none {
    float: none !important;
  }

  .lt-d-lg-inline {
    display: inline !important;
  }

  .lt-d-lg-inline-block {
    display: inline-block !important;
  }

  .lt-d-lg-block {
    display: block !important;
  }

  .lt-d-lg-grid {
    display: grid !important;
  }

  .lt-d-lg-table {
    display: table !important;
  }

  .lt-d-lg-table-row {
    display: table-row !important;
  }

  .lt-d-lg-table-cell {
    display: table-cell !important;
  }

  .lt-d-lg-flex {
    display: flex !important;
  }

  .lt-d-lg-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-lg-none {
    display: none !important;
  }

  .lt-flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-lg-row {
    flex-direction: row !important;
  }

  .lt-flex-lg-column {
    flex-direction: column !important;
  }

  .lt-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-lg-0 {
    gap: 0 !important;
  }

  .lt-gap-lg-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-lg-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-lg-3 {
    gap: 1rem !important;
  }

  .lt-gap-lg-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-lg-5 {
    gap: 2rem !important;
  }

  .lt-gap-lg-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-lg-7 {
    gap: 3rem !important;
  }

  .lt-gap-lg-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-lg-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-lg-center {
    justify-content: center !important;
  }

  .lt-justify-content-lg-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-lg-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-lg-start {
    align-items: flex-start !important;
  }

  .lt-align-items-lg-end {
    align-items: flex-end !important;
  }

  .lt-align-items-lg-center {
    align-items: center !important;
  }

  .lt-align-items-lg-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-lg-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-lg-start {
    align-content: flex-start !important;
  }

  .lt-align-content-lg-end {
    align-content: flex-end !important;
  }

  .lt-align-content-lg-center {
    align-content: center !important;
  }

  .lt-align-content-lg-between {
    align-content: space-between !important;
  }

  .lt-align-content-lg-around {
    align-content: space-around !important;
  }

  .lt-align-content-lg-stretch {
    align-content: stretch !important;
  }

  .lt-align-self-lg-auto {
    align-self: auto !important;
  }

  .lt-align-self-lg-start {
    align-self: flex-start !important;
  }

  .lt-align-self-lg-end {
    align-self: flex-end !important;
  }

  .lt-align-self-lg-center {
    align-self: center !important;
  }

  .lt-align-self-lg-baseline {
    align-self: baseline !important;
  }

  .lt-align-self-lg-stretch {
    align-self: stretch !important;
  }

  .lt-order-lg-first {
    order: -1 !important;
  }

  .lt-order-lg-0 {
    order: 0 !important;
  }

  .lt-order-lg-1 {
    order: 1 !important;
  }

  .lt-order-lg-2 {
    order: 2 !important;
  }

  .lt-order-lg-3 {
    order: 3 !important;
  }

  .lt-order-lg-4 {
    order: 4 !important;
  }

  .lt-order-lg-5 {
    order: 5 !important;
  }

  .lt-order-lg-last {
    order: 6 !important;
  }

  .lt-m-lg-0 {
    margin: 0 !important;
  }

  .lt-m-lg-1 {
    margin: 0.25rem !important;
  }

  .lt-m-lg-2 {
    margin: 0.5rem !important;
  }

  .lt-m-lg-3 {
    margin: 1rem !important;
  }

  .lt-m-lg-4 {
    margin: 1.5rem !important;
  }

  .lt-m-lg-5 {
    margin: 2rem !important;
  }

  .lt-m-lg-6 {
    margin: 2.5rem !important;
  }

  .lt-m-lg-7 {
    margin: 3rem !important;
  }

  .lt-m-lg-8 {
    margin: 3.5rem !important;
  }

  .lt-m-lg-9 {
    margin: 4rem !important;
  }

  .lt-m-lg-auto {
    margin: auto !important;
  }

  .lt-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lt-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .lt-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .lt-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lt-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .lt-mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .lt-mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .lt-mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .lt-mx-lg-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .lt-mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .lt-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .lt-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lt-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lt-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lt-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lt-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lt-my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lt-my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lt-my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lt-my-lg-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lt-my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lt-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lt-mt-lg-0 {
    margin-top: 0 !important;
  }

  .lt-mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .lt-mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .lt-mt-lg-3 {
    margin-top: 1rem !important;
  }

  .lt-mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .lt-mt-lg-5 {
    margin-top: 2rem !important;
  }

  .lt-mt-lg-6 {
    margin-top: 2.5rem !important;
  }

  .lt-mt-lg-7 {
    margin-top: 3rem !important;
  }

  .lt-mt-lg-8 {
    margin-top: 3.5rem !important;
  }

  .lt-mt-lg-9 {
    margin-top: 4rem !important;
  }

  .lt-mt-lg-auto {
    margin-top: auto !important;
  }

  [dir='ltr'] .lt-me-lg-0 {
    margin-right: 0 !important;
  }

  [dir='rtl'] .lt-me-lg-0 {
    margin-left: 0 !important;
  }

  [dir='ltr'] .lt-me-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-me-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-me-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-3 {
    margin-right: 1rem !important;
  }

  [dir='rtl'] .lt-me-lg-3 {
    margin-left: 1rem !important;
  }

  [dir='ltr'] .lt-me-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-5 {
    margin-right: 2rem !important;
  }

  [dir='rtl'] .lt-me-lg-5 {
    margin-left: 2rem !important;
  }

  [dir='ltr'] .lt-me-lg-6 {
    margin-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-6 {
    margin-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-7 {
    margin-right: 3rem !important;
  }

  [dir='rtl'] .lt-me-lg-7 {
    margin-left: 3rem !important;
  }

  [dir='ltr'] .lt-me-lg-8 {
    margin-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-8 {
    margin-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-9 {
    margin-right: 4rem !important;
  }

  [dir='rtl'] .lt-me-lg-9 {
    margin-left: 4rem !important;
  }

  [dir='ltr'] .lt-me-lg-auto {
    margin-right: auto !important;
  }

  [dir='rtl'] .lt-me-lg-auto {
    margin-left: auto !important;
  }

  .lt-mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .lt-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .lt-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .lt-mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .lt-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .lt-mb-lg-5 {
    margin-bottom: 2rem !important;
  }

  .lt-mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  .lt-mb-lg-7 {
    margin-bottom: 3rem !important;
  }

  .lt-mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }

  .lt-mb-lg-9 {
    margin-bottom: 4rem !important;
  }

  .lt-mb-lg-auto {
    margin-bottom: auto !important;
  }

  [dir='ltr'] .lt-ms-lg-0 {
    margin-left: 0 !important;
  }

  [dir='rtl'] .lt-ms-lg-0 {
    margin-right: 0 !important;
  }

  [dir='ltr'] .lt-ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-3 {
    margin-left: 1rem !important;
  }

  [dir='rtl'] .lt-ms-lg-3 {
    margin-right: 1rem !important;
  }

  [dir='ltr'] .lt-ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-5 {
    margin-left: 2rem !important;
  }

  [dir='rtl'] .lt-ms-lg-5 {
    margin-right: 2rem !important;
  }

  [dir='ltr'] .lt-ms-lg-6 {
    margin-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-6 {
    margin-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-7 {
    margin-left: 3rem !important;
  }

  [dir='rtl'] .lt-ms-lg-7 {
    margin-right: 3rem !important;
  }

  [dir='ltr'] .lt-ms-lg-8 {
    margin-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-8 {
    margin-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-9 {
    margin-left: 4rem !important;
  }

  [dir='rtl'] .lt-ms-lg-9 {
    margin-right: 4rem !important;
  }

  [dir='ltr'] .lt-ms-lg-auto {
    margin-left: auto !important;
  }

  [dir='rtl'] .lt-ms-lg-auto {
    margin-right: auto !important;
  }

  .lt-m-lg-n1 {
    margin: -0.25rem !important;
  }

  .lt-m-lg-n2 {
    margin: -0.5rem !important;
  }

  .lt-m-lg-n3 {
    margin: -1rem !important;
  }

  .lt-m-lg-n4 {
    margin: -1.5rem !important;
  }

  .lt-m-lg-n5 {
    margin: -2rem !important;
  }

  .lt-m-lg-n6 {
    margin: -2.5rem !important;
  }

  .lt-m-lg-n7 {
    margin: -3rem !important;
  }

  .lt-m-lg-n8 {
    margin: -3.5rem !important;
  }

  .lt-m-lg-n9 {
    margin: -4rem !important;
  }

  .lt-mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .lt-mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .lt-mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .lt-mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .lt-mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .lt-mx-lg-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .lt-mx-lg-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .lt-mx-lg-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .lt-mx-lg-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .lt-my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lt-my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lt-my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lt-my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lt-my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lt-my-lg-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lt-my-lg-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lt-my-lg-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lt-my-lg-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lt-mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .lt-mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .lt-mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .lt-mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .lt-mt-lg-n5 {
    margin-top: -2rem !important;
  }

  .lt-mt-lg-n6 {
    margin-top: -2.5rem !important;
  }

  .lt-mt-lg-n7 {
    margin-top: -3rem !important;
  }

  .lt-mt-lg-n8 {
    margin-top: -3.5rem !important;
  }

  .lt-mt-lg-n9 {
    margin-top: -4rem !important;
  }

  [dir='ltr'] .lt-me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='rtl'] .lt-me-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='ltr'] .lt-me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir='rtl'] .lt-me-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir='ltr'] .lt-me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-n5 {
    margin-right: -2rem !important;
  }

  [dir='rtl'] .lt-me-lg-n5 {
    margin-left: -2rem !important;
  }

  [dir='ltr'] .lt-me-lg-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-n7 {
    margin-right: -3rem !important;
  }

  [dir='rtl'] .lt-me-lg-n7 {
    margin-left: -3rem !important;
  }

  [dir='ltr'] .lt-me-lg-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='rtl'] .lt-me-lg-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='ltr'] .lt-me-lg-n9 {
    margin-right: -4rem !important;
  }

  [dir='rtl'] .lt-me-lg-n9 {
    margin-left: -4rem !important;
  }

  .lt-mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .lt-mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .lt-mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .lt-mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .lt-mb-lg-n5 {
    margin-bottom: -2rem !important;
  }

  .lt-mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }

  .lt-mb-lg-n7 {
    margin-bottom: -3rem !important;
  }

  .lt-mb-lg-n8 {
    margin-bottom: -3.5rem !important;
  }

  .lt-mb-lg-n9 {
    margin-bottom: -4rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n5 {
    margin-left: -2rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n5 {
    margin-right: -2rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n7 {
    margin-left: -3rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n7 {
    margin-right: -3rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='ltr'] .lt-ms-lg-n9 {
    margin-left: -4rem !important;
  }

  [dir='rtl'] .lt-ms-lg-n9 {
    margin-right: -4rem !important;
  }

  .lt-p-lg-0 {
    padding: 0 !important;
  }

  .lt-p-lg-1 {
    padding: 0.25rem !important;
  }

  .lt-p-lg-2 {
    padding: 0.5rem !important;
  }

  .lt-p-lg-3 {
    padding: 1rem !important;
  }

  .lt-p-lg-4 {
    padding: 1.5rem !important;
  }

  .lt-p-lg-5 {
    padding: 2rem !important;
  }

  .lt-p-lg-6 {
    padding: 2.5rem !important;
  }

  .lt-p-lg-7 {
    padding: 3rem !important;
  }

  .lt-p-lg-8 {
    padding: 3.5rem !important;
  }

  .lt-p-lg-9 {
    padding: 4rem !important;
  }

  .lt-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lt-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lt-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lt-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lt-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lt-px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lt-px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lt-px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lt-px-lg-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .lt-px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .lt-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lt-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lt-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lt-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lt-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lt-py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lt-py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lt-py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lt-py-lg-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lt-py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lt-pt-lg-0 {
    padding-top: 0 !important;
  }

  .lt-pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .lt-pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .lt-pt-lg-3 {
    padding-top: 1rem !important;
  }

  .lt-pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .lt-pt-lg-5 {
    padding-top: 2rem !important;
  }

  .lt-pt-lg-6 {
    padding-top: 2.5rem !important;
  }

  .lt-pt-lg-7 {
    padding-top: 3rem !important;
  }

  .lt-pt-lg-8 {
    padding-top: 3.5rem !important;
  }

  .lt-pt-lg-9 {
    padding-top: 4rem !important;
  }

  [dir='ltr'] .lt-pe-lg-0 {
    padding-right: 0 !important;
  }

  [dir='rtl'] .lt-pe-lg-0 {
    padding-left: 0 !important;
  }

  [dir='ltr'] .lt-pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-pe-lg-3 {
    padding-right: 1rem !important;
  }

  [dir='rtl'] .lt-pe-lg-3 {
    padding-left: 1rem !important;
  }

  [dir='ltr'] .lt-pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-pe-lg-5 {
    padding-right: 2rem !important;
  }

  [dir='rtl'] .lt-pe-lg-5 {
    padding-left: 2rem !important;
  }

  [dir='ltr'] .lt-pe-lg-6 {
    padding-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-pe-lg-6 {
    padding-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-pe-lg-7 {
    padding-right: 3rem !important;
  }

  [dir='rtl'] .lt-pe-lg-7 {
    padding-left: 3rem !important;
  }

  [dir='ltr'] .lt-pe-lg-8 {
    padding-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-pe-lg-8 {
    padding-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-pe-lg-9 {
    padding-right: 4rem !important;
  }

  [dir='rtl'] .lt-pe-lg-9 {
    padding-left: 4rem !important;
  }

  .lt-pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .lt-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .lt-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .lt-pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .lt-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .lt-pb-lg-5 {
    padding-bottom: 2rem !important;
  }

  .lt-pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  .lt-pb-lg-7 {
    padding-bottom: 3rem !important;
  }

  .lt-pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }

  .lt-pb-lg-9 {
    padding-bottom: 4rem !important;
  }

  [dir='ltr'] .lt-ps-lg-0 {
    padding-left: 0 !important;
  }

  [dir='rtl'] .lt-ps-lg-0 {
    padding-right: 0 !important;
  }

  [dir='ltr'] .lt-ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ps-lg-3 {
    padding-left: 1rem !important;
  }

  [dir='rtl'] .lt-ps-lg-3 {
    padding-right: 1rem !important;
  }

  [dir='ltr'] .lt-ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ps-lg-5 {
    padding-left: 2rem !important;
  }

  [dir='rtl'] .lt-ps-lg-5 {
    padding-right: 2rem !important;
  }

  [dir='ltr'] .lt-ps-lg-6 {
    padding-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ps-lg-6 {
    padding-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ps-lg-7 {
    padding-left: 3rem !important;
  }

  [dir='rtl'] .lt-ps-lg-7 {
    padding-right: 3rem !important;
  }

  [dir='ltr'] .lt-ps-lg-8 {
    padding-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ps-lg-8 {
    padding-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ps-lg-9 {
    padding-left: 4rem !important;
  }

  [dir='rtl'] .lt-ps-lg-9 {
    padding-right: 4rem !important;
  }

  .lt-fs-lg-1 {
    font-size: var(--font-size-h1) !important;
  }

  .lt-fs-lg-2 {
    font-size: var(--font-size-h2) !important;
  }

  .lt-fs-lg-3 {
    font-size: var(--font-size-h3) !important;
  }

  .lt-fs-lg-4 {
    font-size: var(--font-size-h4) !important;
  }

  .lt-fs-lg-5 {
    font-size: var(--font-size-h5) !important;
  }

  .lt-fs-lg-6 {
    font-size: var(--font-size-h6) !important;
  }

  [dir='ltr'] .lt-text-lg-start {
    text-align: left !important;
  }

  [dir='rtl'] .lt-text-lg-start {
    text-align: right !important;
  }

  [dir='ltr'] .lt-text-lg-end {
    text-align: right !important;
  }

  [dir='rtl'] .lt-text-lg-end {
    text-align: left !important;
  }

  .lt-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  [dir='ltr'] .lt-float-xl-start {
    float: left !important;
  }

  [dir='rtl'] .lt-float-xl-start {
    float: right !important;
  }

  [dir='ltr'] .lt-float-xl-end {
    float: right !important;
  }

  [dir='rtl'] .lt-float-xl-end {
    float: left !important;
  }

  .lt-float-xl-none {
    float: none !important;
  }

  .lt-d-xl-inline {
    display: inline !important;
  }

  .lt-d-xl-inline-block {
    display: inline-block !important;
  }

  .lt-d-xl-block {
    display: block !important;
  }

  .lt-d-xl-grid {
    display: grid !important;
  }

  .lt-d-xl-table {
    display: table !important;
  }

  .lt-d-xl-table-row {
    display: table-row !important;
  }

  .lt-d-xl-table-cell {
    display: table-cell !important;
  }

  .lt-d-xl-flex {
    display: flex !important;
  }

  .lt-d-xl-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-xl-none {
    display: none !important;
  }

  .lt-flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-xl-row {
    flex-direction: row !important;
  }

  .lt-flex-xl-column {
    flex-direction: column !important;
  }

  .lt-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-xl-0 {
    gap: 0 !important;
  }

  .lt-gap-xl-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-xl-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-xl-3 {
    gap: 1rem !important;
  }

  .lt-gap-xl-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-xl-5 {
    gap: 2rem !important;
  }

  .lt-gap-xl-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-xl-7 {
    gap: 3rem !important;
  }

  .lt-gap-xl-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-xl-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-xl-center {
    justify-content: center !important;
  }

  .lt-justify-content-xl-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-xl-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-xl-start {
    align-items: flex-start !important;
  }

  .lt-align-items-xl-end {
    align-items: flex-end !important;
  }

  .lt-align-items-xl-center {
    align-items: center !important;
  }

  .lt-align-items-xl-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-xl-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-xl-start {
    align-content: flex-start !important;
  }

  .lt-align-content-xl-end {
    align-content: flex-end !important;
  }

  .lt-align-content-xl-center {
    align-content: center !important;
  }

  .lt-align-content-xl-between {
    align-content: space-between !important;
  }

  .lt-align-content-xl-around {
    align-content: space-around !important;
  }

  .lt-align-content-xl-stretch {
    align-content: stretch !important;
  }

  .lt-align-self-xl-auto {
    align-self: auto !important;
  }

  .lt-align-self-xl-start {
    align-self: flex-start !important;
  }

  .lt-align-self-xl-end {
    align-self: flex-end !important;
  }

  .lt-align-self-xl-center {
    align-self: center !important;
  }

  .lt-align-self-xl-baseline {
    align-self: baseline !important;
  }

  .lt-align-self-xl-stretch {
    align-self: stretch !important;
  }

  .lt-order-xl-first {
    order: -1 !important;
  }

  .lt-order-xl-0 {
    order: 0 !important;
  }

  .lt-order-xl-1 {
    order: 1 !important;
  }

  .lt-order-xl-2 {
    order: 2 !important;
  }

  .lt-order-xl-3 {
    order: 3 !important;
  }

  .lt-order-xl-4 {
    order: 4 !important;
  }

  .lt-order-xl-5 {
    order: 5 !important;
  }

  .lt-order-xl-last {
    order: 6 !important;
  }

  .lt-m-xl-0 {
    margin: 0 !important;
  }

  .lt-m-xl-1 {
    margin: 0.25rem !important;
  }

  .lt-m-xl-2 {
    margin: 0.5rem !important;
  }

  .lt-m-xl-3 {
    margin: 1rem !important;
  }

  .lt-m-xl-4 {
    margin: 1.5rem !important;
  }

  .lt-m-xl-5 {
    margin: 2rem !important;
  }

  .lt-m-xl-6 {
    margin: 2.5rem !important;
  }

  .lt-m-xl-7 {
    margin: 3rem !important;
  }

  .lt-m-xl-8 {
    margin: 3.5rem !important;
  }

  .lt-m-xl-9 {
    margin: 4rem !important;
  }

  .lt-m-xl-auto {
    margin: auto !important;
  }

  .lt-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lt-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .lt-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .lt-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lt-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .lt-mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .lt-mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .lt-mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .lt-mx-xl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .lt-mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .lt-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .lt-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lt-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lt-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lt-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lt-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lt-my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lt-my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lt-my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lt-my-xl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lt-my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lt-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lt-mt-xl-0 {
    margin-top: 0 !important;
  }

  .lt-mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .lt-mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .lt-mt-xl-3 {
    margin-top: 1rem !important;
  }

  .lt-mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .lt-mt-xl-5 {
    margin-top: 2rem !important;
  }

  .lt-mt-xl-6 {
    margin-top: 2.5rem !important;
  }

  .lt-mt-xl-7 {
    margin-top: 3rem !important;
  }

  .lt-mt-xl-8 {
    margin-top: 3.5rem !important;
  }

  .lt-mt-xl-9 {
    margin-top: 4rem !important;
  }

  .lt-mt-xl-auto {
    margin-top: auto !important;
  }

  [dir='ltr'] .lt-me-xl-0 {
    margin-right: 0 !important;
  }

  [dir='rtl'] .lt-me-xl-0 {
    margin-left: 0 !important;
  }

  [dir='ltr'] .lt-me-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-me-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-me-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-3 {
    margin-right: 1rem !important;
  }

  [dir='rtl'] .lt-me-xl-3 {
    margin-left: 1rem !important;
  }

  [dir='ltr'] .lt-me-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-5 {
    margin-right: 2rem !important;
  }

  [dir='rtl'] .lt-me-xl-5 {
    margin-left: 2rem !important;
  }

  [dir='ltr'] .lt-me-xl-6 {
    margin-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-6 {
    margin-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-7 {
    margin-right: 3rem !important;
  }

  [dir='rtl'] .lt-me-xl-7 {
    margin-left: 3rem !important;
  }

  [dir='ltr'] .lt-me-xl-8 {
    margin-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-8 {
    margin-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-9 {
    margin-right: 4rem !important;
  }

  [dir='rtl'] .lt-me-xl-9 {
    margin-left: 4rem !important;
  }

  [dir='ltr'] .lt-me-xl-auto {
    margin-right: auto !important;
  }

  [dir='rtl'] .lt-me-xl-auto {
    margin-left: auto !important;
  }

  .lt-mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .lt-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .lt-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .lt-mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .lt-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .lt-mb-xl-5 {
    margin-bottom: 2rem !important;
  }

  .lt-mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }

  .lt-mb-xl-7 {
    margin-bottom: 3rem !important;
  }

  .lt-mb-xl-8 {
    margin-bottom: 3.5rem !important;
  }

  .lt-mb-xl-9 {
    margin-bottom: 4rem !important;
  }

  .lt-mb-xl-auto {
    margin-bottom: auto !important;
  }

  [dir='ltr'] .lt-ms-xl-0 {
    margin-left: 0 !important;
  }

  [dir='rtl'] .lt-ms-xl-0 {
    margin-right: 0 !important;
  }

  [dir='ltr'] .lt-ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-3 {
    margin-left: 1rem !important;
  }

  [dir='rtl'] .lt-ms-xl-3 {
    margin-right: 1rem !important;
  }

  [dir='ltr'] .lt-ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-5 {
    margin-left: 2rem !important;
  }

  [dir='rtl'] .lt-ms-xl-5 {
    margin-right: 2rem !important;
  }

  [dir='ltr'] .lt-ms-xl-6 {
    margin-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-6 {
    margin-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-7 {
    margin-left: 3rem !important;
  }

  [dir='rtl'] .lt-ms-xl-7 {
    margin-right: 3rem !important;
  }

  [dir='ltr'] .lt-ms-xl-8 {
    margin-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-8 {
    margin-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-9 {
    margin-left: 4rem !important;
  }

  [dir='rtl'] .lt-ms-xl-9 {
    margin-right: 4rem !important;
  }

  [dir='ltr'] .lt-ms-xl-auto {
    margin-left: auto !important;
  }

  [dir='rtl'] .lt-ms-xl-auto {
    margin-right: auto !important;
  }

  .lt-m-xl-n1 {
    margin: -0.25rem !important;
  }

  .lt-m-xl-n2 {
    margin: -0.5rem !important;
  }

  .lt-m-xl-n3 {
    margin: -1rem !important;
  }

  .lt-m-xl-n4 {
    margin: -1.5rem !important;
  }

  .lt-m-xl-n5 {
    margin: -2rem !important;
  }

  .lt-m-xl-n6 {
    margin: -2.5rem !important;
  }

  .lt-m-xl-n7 {
    margin: -3rem !important;
  }

  .lt-m-xl-n8 {
    margin: -3.5rem !important;
  }

  .lt-m-xl-n9 {
    margin: -4rem !important;
  }

  .lt-mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .lt-mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .lt-mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .lt-mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .lt-mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .lt-mx-xl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .lt-mx-xl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .lt-mx-xl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .lt-mx-xl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .lt-my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lt-my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lt-my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lt-my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lt-my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lt-my-xl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lt-my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lt-my-xl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lt-my-xl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lt-mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .lt-mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .lt-mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .lt-mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .lt-mt-xl-n5 {
    margin-top: -2rem !important;
  }

  .lt-mt-xl-n6 {
    margin-top: -2.5rem !important;
  }

  .lt-mt-xl-n7 {
    margin-top: -3rem !important;
  }

  .lt-mt-xl-n8 {
    margin-top: -3.5rem !important;
  }

  .lt-mt-xl-n9 {
    margin-top: -4rem !important;
  }

  [dir='ltr'] .lt-me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='rtl'] .lt-me-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='ltr'] .lt-me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir='rtl'] .lt-me-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir='ltr'] .lt-me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-n5 {
    margin-right: -2rem !important;
  }

  [dir='rtl'] .lt-me-xl-n5 {
    margin-left: -2rem !important;
  }

  [dir='ltr'] .lt-me-xl-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-n7 {
    margin-right: -3rem !important;
  }

  [dir='rtl'] .lt-me-xl-n7 {
    margin-left: -3rem !important;
  }

  [dir='ltr'] .lt-me-xl-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='rtl'] .lt-me-xl-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='ltr'] .lt-me-xl-n9 {
    margin-right: -4rem !important;
  }

  [dir='rtl'] .lt-me-xl-n9 {
    margin-left: -4rem !important;
  }

  .lt-mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .lt-mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .lt-mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .lt-mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .lt-mb-xl-n5 {
    margin-bottom: -2rem !important;
  }

  .lt-mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }

  .lt-mb-xl-n7 {
    margin-bottom: -3rem !important;
  }

  .lt-mb-xl-n8 {
    margin-bottom: -3.5rem !important;
  }

  .lt-mb-xl-n9 {
    margin-bottom: -4rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n5 {
    margin-left: -2rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n5 {
    margin-right: -2rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n7 {
    margin-left: -3rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n7 {
    margin-right: -3rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='ltr'] .lt-ms-xl-n9 {
    margin-left: -4rem !important;
  }

  [dir='rtl'] .lt-ms-xl-n9 {
    margin-right: -4rem !important;
  }

  .lt-p-xl-0 {
    padding: 0 !important;
  }

  .lt-p-xl-1 {
    padding: 0.25rem !important;
  }

  .lt-p-xl-2 {
    padding: 0.5rem !important;
  }

  .lt-p-xl-3 {
    padding: 1rem !important;
  }

  .lt-p-xl-4 {
    padding: 1.5rem !important;
  }

  .lt-p-xl-5 {
    padding: 2rem !important;
  }

  .lt-p-xl-6 {
    padding: 2.5rem !important;
  }

  .lt-p-xl-7 {
    padding: 3rem !important;
  }

  .lt-p-xl-8 {
    padding: 3.5rem !important;
  }

  .lt-p-xl-9 {
    padding: 4rem !important;
  }

  .lt-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lt-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lt-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lt-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lt-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lt-px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lt-px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lt-px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lt-px-xl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .lt-px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .lt-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lt-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lt-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lt-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lt-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lt-py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lt-py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lt-py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lt-py-xl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lt-py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lt-pt-xl-0 {
    padding-top: 0 !important;
  }

  .lt-pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .lt-pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .lt-pt-xl-3 {
    padding-top: 1rem !important;
  }

  .lt-pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .lt-pt-xl-5 {
    padding-top: 2rem !important;
  }

  .lt-pt-xl-6 {
    padding-top: 2.5rem !important;
  }

  .lt-pt-xl-7 {
    padding-top: 3rem !important;
  }

  .lt-pt-xl-8 {
    padding-top: 3.5rem !important;
  }

  .lt-pt-xl-9 {
    padding-top: 4rem !important;
  }

  [dir='ltr'] .lt-pe-xl-0 {
    padding-right: 0 !important;
  }

  [dir='rtl'] .lt-pe-xl-0 {
    padding-left: 0 !important;
  }

  [dir='ltr'] .lt-pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-pe-xl-3 {
    padding-right: 1rem !important;
  }

  [dir='rtl'] .lt-pe-xl-3 {
    padding-left: 1rem !important;
  }

  [dir='ltr'] .lt-pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-pe-xl-5 {
    padding-right: 2rem !important;
  }

  [dir='rtl'] .lt-pe-xl-5 {
    padding-left: 2rem !important;
  }

  [dir='ltr'] .lt-pe-xl-6 {
    padding-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-pe-xl-6 {
    padding-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-pe-xl-7 {
    padding-right: 3rem !important;
  }

  [dir='rtl'] .lt-pe-xl-7 {
    padding-left: 3rem !important;
  }

  [dir='ltr'] .lt-pe-xl-8 {
    padding-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-pe-xl-8 {
    padding-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-pe-xl-9 {
    padding-right: 4rem !important;
  }

  [dir='rtl'] .lt-pe-xl-9 {
    padding-left: 4rem !important;
  }

  .lt-pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .lt-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .lt-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .lt-pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .lt-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .lt-pb-xl-5 {
    padding-bottom: 2rem !important;
  }

  .lt-pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }

  .lt-pb-xl-7 {
    padding-bottom: 3rem !important;
  }

  .lt-pb-xl-8 {
    padding-bottom: 3.5rem !important;
  }

  .lt-pb-xl-9 {
    padding-bottom: 4rem !important;
  }

  [dir='ltr'] .lt-ps-xl-0 {
    padding-left: 0 !important;
  }

  [dir='rtl'] .lt-ps-xl-0 {
    padding-right: 0 !important;
  }

  [dir='ltr'] .lt-ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ps-xl-3 {
    padding-left: 1rem !important;
  }

  [dir='rtl'] .lt-ps-xl-3 {
    padding-right: 1rem !important;
  }

  [dir='ltr'] .lt-ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ps-xl-5 {
    padding-left: 2rem !important;
  }

  [dir='rtl'] .lt-ps-xl-5 {
    padding-right: 2rem !important;
  }

  [dir='ltr'] .lt-ps-xl-6 {
    padding-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ps-xl-6 {
    padding-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ps-xl-7 {
    padding-left: 3rem !important;
  }

  [dir='rtl'] .lt-ps-xl-7 {
    padding-right: 3rem !important;
  }

  [dir='ltr'] .lt-ps-xl-8 {
    padding-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ps-xl-8 {
    padding-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ps-xl-9 {
    padding-left: 4rem !important;
  }

  [dir='rtl'] .lt-ps-xl-9 {
    padding-right: 4rem !important;
  }

  .lt-fs-xl-1 {
    font-size: var(--font-size-h1) !important;
  }

  .lt-fs-xl-2 {
    font-size: var(--font-size-h2) !important;
  }

  .lt-fs-xl-3 {
    font-size: var(--font-size-h3) !important;
  }

  .lt-fs-xl-4 {
    font-size: var(--font-size-h4) !important;
  }

  .lt-fs-xl-5 {
    font-size: var(--font-size-h5) !important;
  }

  .lt-fs-xl-6 {
    font-size: var(--font-size-h6) !important;
  }

  [dir='ltr'] .lt-text-xl-start {
    text-align: left !important;
  }

  [dir='rtl'] .lt-text-xl-start {
    text-align: right !important;
  }

  [dir='ltr'] .lt-text-xl-end {
    text-align: right !important;
  }

  [dir='rtl'] .lt-text-xl-end {
    text-align: left !important;
  }

  .lt-text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  [dir='ltr'] .lt-float-xxl-start {
    float: left !important;
  }

  [dir='rtl'] .lt-float-xxl-start {
    float: right !important;
  }

  [dir='ltr'] .lt-float-xxl-end {
    float: right !important;
  }

  [dir='rtl'] .lt-float-xxl-end {
    float: left !important;
  }

  .lt-float-xxl-none {
    float: none !important;
  }

  .lt-d-xxl-inline {
    display: inline !important;
  }

  .lt-d-xxl-inline-block {
    display: inline-block !important;
  }

  .lt-d-xxl-block {
    display: block !important;
  }

  .lt-d-xxl-grid {
    display: grid !important;
  }

  .lt-d-xxl-table {
    display: table !important;
  }

  .lt-d-xxl-table-row {
    display: table-row !important;
  }

  .lt-d-xxl-table-cell {
    display: table-cell !important;
  }

  .lt-d-xxl-flex {
    display: flex !important;
  }

  .lt-d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-xxl-none {
    display: none !important;
  }

  .lt-flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-xxl-row {
    flex-direction: row !important;
  }

  .lt-flex-xxl-column {
    flex-direction: column !important;
  }

  .lt-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-xxl-0 {
    gap: 0 !important;
  }

  .lt-gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-xxl-3 {
    gap: 1rem !important;
  }

  .lt-gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-xxl-5 {
    gap: 2rem !important;
  }

  .lt-gap-xxl-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-xxl-7 {
    gap: 3rem !important;
  }

  .lt-gap-xxl-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-xxl-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-xxl-center {
    justify-content: center !important;
  }

  .lt-justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-xxl-start {
    align-items: flex-start !important;
  }

  .lt-align-items-xxl-end {
    align-items: flex-end !important;
  }

  .lt-align-items-xxl-center {
    align-items: center !important;
  }

  .lt-align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-xxl-start {
    align-content: flex-start !important;
  }

  .lt-align-content-xxl-end {
    align-content: flex-end !important;
  }

  .lt-align-content-xxl-center {
    align-content: center !important;
  }

  .lt-align-content-xxl-between {
    align-content: space-between !important;
  }

  .lt-align-content-xxl-around {
    align-content: space-around !important;
  }

  .lt-align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .lt-align-self-xxl-auto {
    align-self: auto !important;
  }

  .lt-align-self-xxl-start {
    align-self: flex-start !important;
  }

  .lt-align-self-xxl-end {
    align-self: flex-end !important;
  }

  .lt-align-self-xxl-center {
    align-self: center !important;
  }

  .lt-align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .lt-align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .lt-order-xxl-first {
    order: -1 !important;
  }

  .lt-order-xxl-0 {
    order: 0 !important;
  }

  .lt-order-xxl-1 {
    order: 1 !important;
  }

  .lt-order-xxl-2 {
    order: 2 !important;
  }

  .lt-order-xxl-3 {
    order: 3 !important;
  }

  .lt-order-xxl-4 {
    order: 4 !important;
  }

  .lt-order-xxl-5 {
    order: 5 !important;
  }

  .lt-order-xxl-last {
    order: 6 !important;
  }

  .lt-m-xxl-0 {
    margin: 0 !important;
  }

  .lt-m-xxl-1 {
    margin: 0.25rem !important;
  }

  .lt-m-xxl-2 {
    margin: 0.5rem !important;
  }

  .lt-m-xxl-3 {
    margin: 1rem !important;
  }

  .lt-m-xxl-4 {
    margin: 1.5rem !important;
  }

  .lt-m-xxl-5 {
    margin: 2rem !important;
  }

  .lt-m-xxl-6 {
    margin: 2.5rem !important;
  }

  .lt-m-xxl-7 {
    margin: 3rem !important;
  }

  .lt-m-xxl-8 {
    margin: 3.5rem !important;
  }

  .lt-m-xxl-9 {
    margin: 4rem !important;
  }

  .lt-m-xxl-auto {
    margin: auto !important;
  }

  .lt-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lt-mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .lt-mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .lt-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lt-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .lt-mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .lt-mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .lt-mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .lt-mx-xxl-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .lt-mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .lt-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .lt-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lt-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lt-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lt-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lt-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lt-my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lt-my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lt-my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lt-my-xxl-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lt-my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lt-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lt-mt-xxl-0 {
    margin-top: 0 !important;
  }

  .lt-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .lt-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .lt-mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .lt-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .lt-mt-xxl-5 {
    margin-top: 2rem !important;
  }

  .lt-mt-xxl-6 {
    margin-top: 2.5rem !important;
  }

  .lt-mt-xxl-7 {
    margin-top: 3rem !important;
  }

  .lt-mt-xxl-8 {
    margin-top: 3.5rem !important;
  }

  .lt-mt-xxl-9 {
    margin-top: 4rem !important;
  }

  .lt-mt-xxl-auto {
    margin-top: auto !important;
  }

  [dir='ltr'] .lt-me-xxl-0 {
    margin-right: 0 !important;
  }

  [dir='rtl'] .lt-me-xxl-0 {
    margin-left: 0 !important;
  }

  [dir='ltr'] .lt-me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-3 {
    margin-right: 1rem !important;
  }

  [dir='rtl'] .lt-me-xxl-3 {
    margin-left: 1rem !important;
  }

  [dir='ltr'] .lt-me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-5 {
    margin-right: 2rem !important;
  }

  [dir='rtl'] .lt-me-xxl-5 {
    margin-left: 2rem !important;
  }

  [dir='ltr'] .lt-me-xxl-6 {
    margin-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-6 {
    margin-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-7 {
    margin-right: 3rem !important;
  }

  [dir='rtl'] .lt-me-xxl-7 {
    margin-left: 3rem !important;
  }

  [dir='ltr'] .lt-me-xxl-8 {
    margin-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-8 {
    margin-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-9 {
    margin-right: 4rem !important;
  }

  [dir='rtl'] .lt-me-xxl-9 {
    margin-left: 4rem !important;
  }

  [dir='ltr'] .lt-me-xxl-auto {
    margin-right: auto !important;
  }

  [dir='rtl'] .lt-me-xxl-auto {
    margin-left: auto !important;
  }

  .lt-mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .lt-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .lt-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .lt-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .lt-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .lt-mb-xxl-5 {
    margin-bottom: 2rem !important;
  }

  .lt-mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }

  .lt-mb-xxl-7 {
    margin-bottom: 3rem !important;
  }

  .lt-mb-xxl-8 {
    margin-bottom: 3.5rem !important;
  }

  .lt-mb-xxl-9 {
    margin-bottom: 4rem !important;
  }

  .lt-mb-xxl-auto {
    margin-bottom: auto !important;
  }

  [dir='ltr'] .lt-ms-xxl-0 {
    margin-left: 0 !important;
  }

  [dir='rtl'] .lt-ms-xxl-0 {
    margin-right: 0 !important;
  }

  [dir='ltr'] .lt-ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-3 {
    margin-left: 1rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-3 {
    margin-right: 1rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-5 {
    margin-left: 2rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-5 {
    margin-right: 2rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-6 {
    margin-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-6 {
    margin-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-7 {
    margin-left: 3rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-7 {
    margin-right: 3rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-8 {
    margin-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-8 {
    margin-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-9 {
    margin-left: 4rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-9 {
    margin-right: 4rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-auto {
    margin-left: auto !important;
  }

  [dir='rtl'] .lt-ms-xxl-auto {
    margin-right: auto !important;
  }

  .lt-m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .lt-m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .lt-m-xxl-n3 {
    margin: -1rem !important;
  }

  .lt-m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .lt-m-xxl-n5 {
    margin: -2rem !important;
  }

  .lt-m-xxl-n6 {
    margin: -2.5rem !important;
  }

  .lt-m-xxl-n7 {
    margin: -3rem !important;
  }

  .lt-m-xxl-n8 {
    margin: -3.5rem !important;
  }

  .lt-m-xxl-n9 {
    margin: -4rem !important;
  }

  .lt-mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .lt-mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .lt-mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .lt-mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .lt-mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .lt-mx-xxl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .lt-mx-xxl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .lt-mx-xxl-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .lt-mx-xxl-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .lt-my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lt-my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lt-my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lt-my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lt-my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lt-my-xxl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lt-my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lt-my-xxl-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lt-my-xxl-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lt-mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .lt-mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .lt-mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .lt-mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .lt-mt-xxl-n5 {
    margin-top: -2rem !important;
  }

  .lt-mt-xxl-n6 {
    margin-top: -2.5rem !important;
  }

  .lt-mt-xxl-n7 {
    margin-top: -3rem !important;
  }

  .lt-mt-xxl-n8 {
    margin-top: -3.5rem !important;
  }

  .lt-mt-xxl-n9 {
    margin-top: -4rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n3 {
    margin-right: -1rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n3 {
    margin-left: -1rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n5 {
    margin-right: -2rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n5 {
    margin-left: -2rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n7 {
    margin-right: -3rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n7 {
    margin-left: -3rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='ltr'] .lt-me-xxl-n9 {
    margin-right: -4rem !important;
  }

  [dir='rtl'] .lt-me-xxl-n9 {
    margin-left: -4rem !important;
  }

  .lt-mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .lt-mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .lt-mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .lt-mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .lt-mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }

  .lt-mb-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }

  .lt-mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }

  .lt-mb-xxl-n8 {
    margin-bottom: -3.5rem !important;
  }

  .lt-mb-xxl-n9 {
    margin-bottom: -4rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n3 {
    margin-right: -1rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n5 {
    margin-left: -2rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n5 {
    margin-right: -2rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n6 {
    margin-left: -2.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n6 {
    margin-right: -2.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n7 {
    margin-left: -3rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n7 {
    margin-right: -3rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n8 {
    margin-left: -3.5rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n8 {
    margin-right: -3.5rem !important;
  }

  [dir='ltr'] .lt-ms-xxl-n9 {
    margin-left: -4rem !important;
  }

  [dir='rtl'] .lt-ms-xxl-n9 {
    margin-right: -4rem !important;
  }

  .lt-p-xxl-0 {
    padding: 0 !important;
  }

  .lt-p-xxl-1 {
    padding: 0.25rem !important;
  }

  .lt-p-xxl-2 {
    padding: 0.5rem !important;
  }

  .lt-p-xxl-3 {
    padding: 1rem !important;
  }

  .lt-p-xxl-4 {
    padding: 1.5rem !important;
  }

  .lt-p-xxl-5 {
    padding: 2rem !important;
  }

  .lt-p-xxl-6 {
    padding: 2.5rem !important;
  }

  .lt-p-xxl-7 {
    padding: 3rem !important;
  }

  .lt-p-xxl-8 {
    padding: 3.5rem !important;
  }

  .lt-p-xxl-9 {
    padding: 4rem !important;
  }

  .lt-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lt-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lt-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lt-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lt-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lt-px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lt-px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lt-px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lt-px-xxl-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .lt-px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .lt-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lt-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lt-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lt-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lt-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lt-py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lt-py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lt-py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lt-py-xxl-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lt-py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lt-pt-xxl-0 {
    padding-top: 0 !important;
  }

  .lt-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .lt-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .lt-pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .lt-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .lt-pt-xxl-5 {
    padding-top: 2rem !important;
  }

  .lt-pt-xxl-6 {
    padding-top: 2.5rem !important;
  }

  .lt-pt-xxl-7 {
    padding-top: 3rem !important;
  }

  .lt-pt-xxl-8 {
    padding-top: 3.5rem !important;
  }

  .lt-pt-xxl-9 {
    padding-top: 4rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-0 {
    padding-right: 0 !important;
  }

  [dir='rtl'] .lt-pe-xxl-0 {
    padding-left: 0 !important;
  }

  [dir='ltr'] .lt-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-3 {
    padding-right: 1rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-3 {
    padding-left: 1rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-5 {
    padding-right: 2rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-5 {
    padding-left: 2rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-6 {
    padding-right: 2.5rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-6 {
    padding-left: 2.5rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-7 {
    padding-right: 3rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-7 {
    padding-left: 3rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-8 {
    padding-right: 3.5rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-8 {
    padding-left: 3.5rem !important;
  }

  [dir='ltr'] .lt-pe-xxl-9 {
    padding-right: 4rem !important;
  }

  [dir='rtl'] .lt-pe-xxl-9 {
    padding-left: 4rem !important;
  }

  .lt-pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .lt-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .lt-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .lt-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .lt-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .lt-pb-xxl-5 {
    padding-bottom: 2rem !important;
  }

  .lt-pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }

  .lt-pb-xxl-7 {
    padding-bottom: 3rem !important;
  }

  .lt-pb-xxl-8 {
    padding-bottom: 3.5rem !important;
  }

  .lt-pb-xxl-9 {
    padding-bottom: 4rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-0 {
    padding-left: 0 !important;
  }

  [dir='rtl'] .lt-ps-xxl-0 {
    padding-right: 0 !important;
  }

  [dir='ltr'] .lt-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-3 {
    padding-left: 1rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-3 {
    padding-right: 1rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-5 {
    padding-left: 2rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-5 {
    padding-right: 2rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-6 {
    padding-left: 2.5rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-6 {
    padding-right: 2.5rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-7 {
    padding-left: 3rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-7 {
    padding-right: 3rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-8 {
    padding-left: 3.5rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-8 {
    padding-right: 3.5rem !important;
  }

  [dir='ltr'] .lt-ps-xxl-9 {
    padding-left: 4rem !important;
  }

  [dir='rtl'] .lt-ps-xxl-9 {
    padding-right: 4rem !important;
  }

  .lt-fs-xxl-1 {
    font-size: var(--font-size-h1) !important;
  }

  .lt-fs-xxl-2 {
    font-size: var(--font-size-h2) !important;
  }

  .lt-fs-xxl-3 {
    font-size: var(--font-size-h3) !important;
  }

  .lt-fs-xxl-4 {
    font-size: var(--font-size-h4) !important;
  }

  .lt-fs-xxl-5 {
    font-size: var(--font-size-h5) !important;
  }

  .lt-fs-xxl-6 {
    font-size: var(--font-size-h6) !important;
  }

  [dir='ltr'] .lt-text-xxl-start {
    text-align: left !important;
  }

  [dir='rtl'] .lt-text-xxl-start {
    text-align: right !important;
  }

  [dir='ltr'] .lt-text-xxl-end {
    text-align: right !important;
  }

  [dir='rtl'] .lt-text-xxl-end {
    text-align: left !important;
  }

  .lt-text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .lt-d-print-inline {
    display: inline !important;
  }

  .lt-d-print-inline-block {
    display: inline-block !important;
  }

  .lt-d-print-block {
    display: block !important;
  }

  .lt-d-print-grid {
    display: grid !important;
  }

  .lt-d-print-table {
    display: table !important;
  }

  .lt-d-print-table-row {
    display: table-row !important;
  }

  .lt-d-print-table-cell {
    display: table-cell !important;
  }

  .lt-d-print-flex {
    display: flex !important;
  }

  .lt-d-print-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-print-none {
    display: none !important;
  }
}

/** YG Part */
:root {
  --brand-gradient: linear-gradient(
    10deg,
    rgba(96, 151, 219, 1) 0%,
    rgba(152, 119, 210, 1) 9%,
    rgba(201, 98, 202, 1) 23%,
    rgba(247, 61, 145, 1) 53%,
    rgba(254, 77, 54, 1) 74%,
    rgba(236, 44, 91, 1) 89%,
    rgba(212, 23, 135, 1) 95%
  );
}

.lt-hero-unit.lt-container {
  min-height: 303px;
  display: flex;
  place-items: center;
  padding: 2rem 1rem;
  background-size: cover;
  background-image: var(--brand-gradient);
}

.lt-search-box--hero-unit #query {
  color: black;
}

.lt-search-box--hero-unit input[type='submit'],
.lt-search-box--hero-unit #query {
  height: 3rem;
  border-radius: 32.5px;
}

.lt-search-box--hero-unit input[type='submit'] {
  border-radius: 24px;
}

.search {
  place-items: center;
}

.your-yg-account {
  text-align: center;
  margin-block: 2rem;
  border: solid 1px var(--stonegrey-400);
  border-radius: 2px;
  padding-block: 2rem;
  display: block;
  color: black;
}

.lt-block-list-item__link:focus,
.lt-block-list-item__link:active,
.lt-block-list-item__link:hover,
.product-tile:focus,
.product-tile:active,
.product-tile:hover,
.your-yg-account:focus,
.your-yg-account:active,
.your-yg-account:hover {
  border: solid 1px var(--blueberry-1000);
  background-color: var(--blueberry-1000);
  color: white;
  border-radius: 0;
}

.lt-block-list-item__link:focus .lt-block-list-item__see-all,
.lt-block-list-item__link:active .lt-block-list-item__see-all,
.lt-block-list-item__link:hover .lt-block-list-item__see-all {
  color: white;
}

.your-yg-account h2 {
  font-size: 1.25rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  margin-block-end: 14px;
}

.your-yg-account p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}

.kb-tiles,
.product-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-block-end: 2.5rem;
  list-style-type: none;
  padding: 0;
}

@media screen and (min-width: 575px) {
  .kb-tiles,
  .product-tiles {
    grid-template-columns: 1fr 1fr;
  }
}

.lt-block-list-item__link {
  flex-direction: column;
  gap: 12px;
  border: solid 1px var(--stonegrey-400);
  padding-block: 21px 24px;
  padding-inline: 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--stonegrey-1200-p);
  background-color: white;
  border-radius: 0;
}

.kb-tile {
  border-radius: 2px;
  background-color: var(--stonegrey-100);
  padding-block: 35px;
  padding-inline: 32px;
  position: relative;
}

.kb-tile h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal;
  color: var(--stonegrey-1200-p);
}

.kb-tile .triangle {
  height: 14px;
  position: absolute;
  left: 0;
}

.kb-tile small {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: var(--stonegrey-900-p);
}

.kb-tile a {
  margin-block-start: 8px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: var(--blueberry-1000);
}

.product-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border: solid 1px var(--stonegrey-400);
  padding-block: 21px 24px;
  padding-inline: 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--stonegrey-1200-p);
}

.product-tile img {
  max-height: 19px;
}

.product-tile img.white {
  display: none;
}

.product-tile:focus img:not(.white),
.product-tile:active img:not(.white),
.product-tile:hover img:not(.white) {
  display: none;
}

.product-tile:focus img.white,
.product-tile:active img.white,
.product-tile:hover img.white {
  display: initial;
}

.breadcrumbs {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--stonegrey-1200-p);
}

.breadcrumbs a {
  color: var(--blueberry-1000);
}

.brand-divider {
  display: block;
  width: 100%;
  height: 0.5rem;
  background: var(--brand-gradient);
  margin-bottom: 24px;
}

.yg-footer {
  border-top: solid 1px var(--stonegrey-300);
  padding-block: 16px 58px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: var(--stonegrey-700-p);
}

.yg-footer a {
  display: inline-block;
  padding-inline: 6px;
  text-decoration: none;
  color: var(--stonegrey-700-p);
}

.yg-footer a:hover {
  text-decoration: underline;
}

a.with-article-icon {
  justify-content: center;
}

a.with-article-icon::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJtMCAyMi4wNTEgNS43NDYtNS42OGMuNDgzLjYyIDEuMDkgMS4xNiAxLjcxNSAxLjY1MWwuMzE0LjI0M0wxLjk3MiAyNCAwIDIyLjA1MWw1Ljc0Ni01LjY4TDAgMjIuMDUxek0xNC40NzkgMEMxOS43MTkgMCAyNCA0LjIzMiAyNCA5LjQxYzAgNS4xOC00LjIyNSA5LjM1Ni05LjUyMSA5LjM1Ni01LjI0IDAtOS41MjEtNC4yMzItOS41MjEtOS40MTFDNC45NTggNC4xNzYgOS4yMzkgMCAxNC40NzggMHptMCAyLjg5NmMtMy42NTYgMC02LjU5MiAyLjkwMS02LjU5MiA2LjUxNXMyLjkzNiA2LjUxNiA2LjU5MiA2LjUxNmMzLjY1NiAwIDYuNTkyLTIuOTAyIDYuNTkyLTYuNTE2LjA1Ni0zLjYxNC0yLjkzNi02LjUxNS02LjU5Mi02LjUxNXoiIGlkPSJydHNtMnczcDRhIi8+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSIyb2JrbXk1eWtiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcnRzbTJ3M3A0YSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGZpbGw9IiMwMEZGNUIiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3J0c20ydzNwNGEiLz4KICAgICAgICA8ZyBtYXNrPSJ1cmwoIzJvYmtteTV5a2IpIiBmaWxsPSIjMDAwIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
}

/* Rewards */
a.with-article-icon[href*='360001319237']::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbnMvR2VuZXJpYy9Nb25leTwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTAuNTU5MDgwNiwyMy40NSBMMTAuNTU5MDgwNiwyMS4wNzMwODc2IEM3LjgxMjQyNjI3LDIwLjg2MTgwNjUgNS43Nzg4NDU2MiwxOS44MzE4MTExIDQuNDA1NTE4NDMsMTguMzI2NDMzMiBMNi4xMjIxNzc0MiwxNS45NDk1MjA3IEM3LjEyNTc2MjY3LDE3LjAzMjMzNjQgOC42MzExNDA1NSwxOC4wMDk1MTE1IDEwLjU1OTA4MDYsMTguMzAwMDIzIEwxMC41NTkwODA2LDEzLjIwMjg2NjQgQzcuODM4ODM2NDEsMTIuNTE2MjAyOCA0Ljk2MDEzMTM0LDExLjUzOTAyNzYgNC45NjAxMzEzNCw4LjA3OTI5OTU0IEM0Ljk2MDEzMTM0LDUuMzg1NDY1NDQgNy4xNTIxNzI4MSwzLjI3MjY1NDM4IDEwLjU1OTA4MDYsMi45ODIxNDI4NiBMMTAuNTU5MDgwNiwwLjUyNiBMMTIuNjcxODkxNywwLjUyNiBMMTIuNjcxODkxNywzLjAwODU1MyBDMTQuODExMTEyOSwzLjI0NjI0NDI0IDE2LjYwNzAwMjMsNC4wNjQ5NTg1MyAxNy45ODAzMjk1LDUuMzg1NDY1NDQgTDE2LjIxMDg1MDIsNy42ODMxNDc0NyBDMTUuMjA3MjY1LDYuNzA1OTcyMzUgMTMuOTY1OTg4NSw2LjA5ODUzOTE3IDEyLjY3MTg5MTcsNS44MzQ0Mzc3OSBMMTIuNjcxODkxNywxMC4zNzY5ODE2IEMxNS40MTg1NDYxLDExLjExNjQ2NTQgMTguMzc2NDgxNiwxMi4xNDY0NjA4IDE4LjM3NjQ4MTYsMTUuNjg1NDE5NCBDMTguMzc2NDgxNiwxOC4zNzkyNTM1IDE2LjYzMzQxMjQsMjAuNzI5NzU1OCAxMi42NzE4OTE3LDIxLjA3MzA4NzYgTDEyLjY3MTg5MTcsMjMuNDUgTDEwLjU1OTA4MDYsMjMuNDUgWiBNMTUuMjMzNjc1MSwxNS45NzU5MzA5IEMxNS4yMzM2NzUxLDE0Ljc4NzQ3NDcgMTQuMTI0NDQ5MywxNC4yMDY0NTE2IDEyLjY3MTg5MTcsMTMuNzU3NDc5MyBMMTIuNjcxODkxNywxOC4zMjY0MzMyIEMxNC40OTQxOTEyLDE4LjAzNTkyMTcgMTUuMjMzNjc1MSwxNi45Nzk1MTYxIDE1LjIzMzY3NTEsMTUuOTc1OTMwOSBaIE04LjEyOTM0NzkzLDcuODY4MDE4NDMgQzguMTI5MzQ3OTMsOC44OTgwMTM4MiA5LjE1OTM0MzMyLDkuNDI2MjE2NTkgMTAuNTU5MDgwNiw5LjgyMjM2ODY2IEwxMC41NTkwODA2LDUuNzAyMzg3MSBDOS4wNTM3MDI3Niw1Ljg2MDg0NzkzIDguMTI5MzQ3OTMsNi43MDU5NzIzNSA4LjEyOTM0NzkzLDcuODY4MDE4NDMgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Ikljb25zL0dlbmVyaWMvTW9uZXkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L21hc2s+CiAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iIzAwRkY1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8ZyBpZD0iSWNvbi1GaWxsIiBtYXNrPSJ1cmwoI21hc2stMikiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTItQ29weS0xNiIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

/* Surveys */
a.with-article-icon[href*='360001319217']::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbnMvR2VuZXJpYy9BcnRpY2xlczwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMjIsMSBMMjIsMjMgTDIsMjMgTDIsMSBMMjIsMSBaIE0xOSw0IEw1LDQgTDUsMjAgTDE5LDIwIEwxOSw0IFogTTE2LDEyIEwxNiwxNSBMOCwxNSBMOCwxMiBMMTYsMTIgWiBNMTYsNyBMMTYsMTAgTDgsMTAgTDgsNyBMMTYsNyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iSWNvbnMvR2VuZXJpYy9BcnRpY2xlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8dXNlIGlkPSJpY29uLXRhYnMtYXJ0aWNsZSIgZmlsbD0iIzAwRkY1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8ZyBpZD0iSWNvbi1GaWxsIiBtYXNrPSJ1cmwoI21hc2stMikiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTItQ29weS0xNiIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

/* Account and login */
a.with-article-icon[href*='360001319177']::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbnMvQWN0aW9uL0xvZ2luPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0xMi4wMDgwNzU0LDE1LjUgQzE4LjU2MDk5NCwxNS41IDI0LDE5LjIxMTMxMjYgMjQsMjIuNSBMMjQsMjQgTDIxLDI0IEwyMSwyMi41IEMyMSwyMi40OTM1MTkgMjAuODkxMzMzMSwyMi4yNDA4ODk5IDIwLjY0NTE5NDQsMjEuOTA5MDY4NCBDMjAuMjgxNjIzLDIxLjQxODkzNTEgMTkuNzM0MTMzLDIwLjkwMjM2NTkgMTkuMDQ2Njk4OSwyMC40MzMyOTQzIEMxNy4yODE0NDEsMTkuMjI4NzY4NCAxNC44ODc2NDAyLDE4LjUgMTIuMDA4MDc1NCwxOC41IEM5LjEzMTU1NDYzLDE4LjUgNi43MzUxNjEyLDE5LjIzMjcxNzggNC45NjE3NDI1MSwyMC40NDM1ODAxIEM0LjI3MTkzNTczLDIwLjkxNDU2OTQgMy43MjEyOTg2NiwyMS40MzMwNjY5IDMuMzU0ODY5ODMsMjEuOTI0MjI2OSBDMy4xMDg3OTc0MywyMi4yNTQwNjE2IDMsMjIuNTA0MDQ0NiAzLDIyLjUgTDMsMjQgTDAsMjQgTDAsMjIuNSBDMCwxOS4yMzE4OTE4IDUuNDY1Njk2OTIsMTUuNSAxMi4wMDgwNzU0LDE1LjUgWiBNMTIsLTMuOTQ0MzA0NTNlLTMxIEMxNS44NjU5OTMyLC0zLjk0NDMwNDUzZS0zMSAxOSwzLjEzNDAwNjc1IDE5LDcgQzE5LDEwLjg2NTk5MzIgMTUuODY1OTkzMiwxNCAxMiwxNCBDOC4xMzQwMDY3NSwxNCA1LDEwLjg2NTk5MzIgNSw3IEM1LDMuMTM0MDA2NzUgOC4xMzQwMDY3NSwtMy45NDQzMDQ1M2UtMzEgMTIsLTMuOTQ0MzA0NTNlLTMxIFogTTEyLDMgQzkuNzkwODYxLDMgOCw0Ljc5MDg2MSA4LDcgQzgsOS4yMDkxMzkgOS43OTA4NjEsMTEgMTIsMTEgQzE0LjIwOTEzOSwxMSAxNiw5LjIwOTEzOSAxNiw3IEMxNiw0Ljc5MDg2MSAxNC4yMDkxMzksMyAxMiwzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJJY29ucy9BY3Rpb24vTG9naW4iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L21hc2s+CiAgICAgICAgPHVzZSBpZD0iaWNvbi11c2VyIiBmaWxsPSIjMDBGRjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgIDxnIGlkPSJJY29uLUZpbGwiIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMi1Db3B5LTE2IiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

/* Pulse */
a.with-article-icon[href*='360001482637']::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbnMvR2VuZXJpYy9QdWxzZTwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjE1LjQ4MjQxMDcgMTEuMjAxMzE3IDEzLjg2OTE5NjQgMTUuNDkzNzY0NSA4LjA3OTE5NjQzIDAgMy4xMzAwODkyOSAxMS4yMDEzMTcgLTUuMzI5NzE0ODRlLTE0IDExLjIwMTMxNyAtNS4zMjk3MTQ4NGUtMTQgMTQuMjEzMzgyIDUuMDY0MTk2NDMgMTQuMjEzMzgyIDcuODQ4ODM5MjkgNy45MTA5NjY3OCAxMy44NjEyNSAyNCAxNy41Mzk1NTM2IDE0LjIxMzM4MiAyNC4yMTQyODU3IDE0LjIxMzM4MiAyNC4yMTQyODU3IDExLjIwMTMxNyI+PC9wb2x5Z29uPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Ikljb25zL0dlbmVyaWMvUHVsc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uLUZpbGwiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDxnIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzAwMDAwMCIgaWQ9IlJlY3RhbmdsZS0yLUNvcHktMTYiPgogICAgICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48L3JlY3Q+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

/* About yougov */
a.with-article-icon[href*='4404723460497']::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbnMvR2VuZXJpYy9CdWlsZGluZzwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMjEuNDUwNjEzOCwxIEwyMS40NSwyMC41NTUgTDIzLDIwLjU1NTU1NTYgTDIzLDIzIEwxLDIzIEwxLDIwLjU1NTU1NTYgTDIuNzg2LDIwLjU1NSBMMi43ODY4ODU0OSwxIEwyMS40NTA2MTM4LDEgWiBNMTguOTI4NDg4MywzLjQ0NDQ0NDQ0IEw1LjMwOTAxMDk0LDMuNDQ0NDQ0NDQgTDUuMzA5LDIwLjU1NSBMMTguOTI4LDIwLjU1NSBMMTguOTI4NDg4MywzLjQ0NDQ0NDQ0IFogTTExLDE1LjUgTDExLDE4IEw3LDE4IEw3LDE1LjUgTDExLDE1LjUgWiBNMTcsMTUuNSBMMTcsMTggTDEzLDE4IEwxMywxNS41IEwxNywxNS41IFogTTExLDEwLjc1IEwxMSwxMy4yNSBMNywxMy4yNSBMNywxMC43NSBMMTEsMTAuNzUgWiBNMTcsMTAuNzUgTDE3LDEzLjI1IEwxMywxMy4yNSBMMTMsMTAuNzUgTDE3LDEwLjc1IFogTTExLDYgTDExLDguNSBMNyw4LjUgTDcsNiBMMTEsNiBaIE0xNyw2IEwxNyw4LjUgTDEzLDguNSBMMTMsNiBMMTcsNiBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iSWNvbnMvR2VuZXJpYy9CdWlsZGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tRmlsbCI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPGcgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjMDAwMDAwIiBpZD0iUmVjdGFuZ2xlLTItQ29weS0xNiI+CiAgICAgICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* Finanse */
a.with-article-icon[href*='4413107645841']::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbnMvR2VuZXJpYy9DcmVkaXQtQ2FyZDwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMjMsMyBMMjMsMjEgTDEsMjEgTDEsMyBMMjMsMyBaIE0yMC41LDEwLjc1IEwzLjUsMTAuNzUgTDMuNSwxOC41IEwyMC41LDE4LjUgTDIwLjUsMTAuNzUgWiBNMTAuNSwxMy4yNSBMMTAuNSwxNiBMNiwxNiBMNiwxMy4yNSBMMTAuNSwxMy4yNSBaIE0yMC41LDUuNSBMMy41LDUuNSBMMy41LDguMjUgTDIwLjUsOC4yNSBMMjAuNSw1LjUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Ikljb25zL0dlbmVyaWMvQ3JlZGl0LUNhcmQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJJY29uLUZpbGwiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDxnIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzAwMDAwMCIgaWQ9IlJlY3RhbmdsZS0yLUNvcHktMTYiPgogICAgICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48L3JlY3Q+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

a.with-article-icon:focus::before,
a.with-article-icon:hover::before {
  filter: invert(1);
}
