/* stylelint-disable */
/* ---------------------------------
-----  dimension variables --------
---------------------------------- */
/* ------  standard elements padding & margin  ------- */
/* spacing */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.ux-t-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 30px);
  padding-right: var(--bs-gutter-x, 30px);
  width: 100%;
  clear: both;
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
  max-width: 1920px;
}
@media only screen and (min-width: 1920px) {
  .ux-t-container {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.ux-t-container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0);
  padding-right: var(--bs-gutter-x, 0);
  width: 100%;
  clear: both;
  max-width: 1920px;
}

.ux-container,
.ux-container-fluid,
.ux-container-xxl,
.ux-container-xl,
.ux-container-lg,
.ux-container-md,
.ux-container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 30px);
  padding-right: var(--bs-gutter-x, 30px);
  width: 100%;
  clear: both;
}

@media (min-width: 576px) {
  .ux-container-sm, .ux-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ux-container-md, .ux-container-sm, .ux-container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .ux-container-lg, .ux-container-md, .ux-container-sm, .ux-container {
    max-width: 970px;
  }
}
@media (min-width: 1440px) {
  .ux-container-xl, .ux-container-lg, .ux-container-md, .ux-container-sm, .ux-container {
    max-width: 1380px;
  }
}
@media (min-width: 1920px) {
  .ux-container-xxl, .ux-container-xl, .ux-container-lg, .ux-container-md, .ux-container-sm, .ux-container {
    max-width: 1840px;
  }
}
.ux-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.ux-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ux-u-offset-1 {
  margin-left: 8.3333333333%;
}

.ux-u-offset-2 {
  margin-left: 16.6666666667%;
}

.ux-u-offset-3 {
  margin-left: 25%;
}

.ux-u-offset-4 {
  margin-left: 33.3333333333%;
}

.ux-u-offset-5 {
  margin-left: 41.6666666667%;
}

.ux-u-offset-6 {
  margin-left: 50%;
}

.ux-u-offset-7 {
  margin-left: 58.3333333333%;
}

.ux-u-offset-8 {
  margin-left: 66.6666666667%;
}

.ux-u-offset-9 {
  margin-left: 75%;
}

.ux-u-offset-10 {
  margin-left: 83.3333333333%;
}

.ux-u-offset-11 {
  margin-left: 91.6666666667%;
}

.ux-gutter-zero,
.ux-gutter-zero {
  --bs-gutter-x: 0;
}

.ux-gutter-xxxs,
.ux-gutter-xxxs {
  --bs-gutter-x: 10px;
}

.ux-gutter-xxs,
.ux-gutter-xxs {
  --bs-gutter-x: 20px;
}

.ux-gutter-xs,
.ux-gutter-xs {
  --bs-gutter-x: 30px;
}

.ux-gutter-s,
.ux-gutter-s {
  --bs-gutter-x: 40px;
}

.ux-gutter-m,
.ux-gutter-m {
  --bs-gutter-x: 50px;
}

.ux-gutter-l,
.ux-gutter-l {
  --bs-gutter-x: 60px;
}

.ux-gutter-xl,
.ux-gutter-xl {
  --bs-gutter-x: 80px;
}

.ux-gutter-xxl,
.ux-gutter-xxl {
  --bs-gutter-x: 100px;
}

.ux-gutter-xxxl,
.ux-gutter-xxxl {
  --bs-gutter-x: 120px;
}

@media (min-width: 576px) {
  .ux-col-sm {
    flex: 1 0 0%;
  }
  .ux-row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .ux-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ux-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ux-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ux-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ux-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ux-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ux-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ux-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-u-offset-sm-0 {
    margin-left: 0;
  }
  .ux-u-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ux-u-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ux-u-offset-sm-3 {
    margin-left: 25%;
  }
  .ux-u-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ux-u-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ux-u-offset-sm-6 {
    margin-left: 50%;
  }
  .ux-u-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ux-u-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ux-u-offset-sm-9 {
    margin-left: 75%;
  }
  .ux-u-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ux-u-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .ux-gutter-zero,
  .ux-gutter-zero {
    --bs-gutter-x: 0;
  }
  .ux-gutter-xxxs,
  .ux-gutter-xxxs {
    --bs-gutter-x: 10px;
  }
  .ux-gutter-xxs,
  .ux-gutter-xxs {
    --bs-gutter-x: 20px;
  }
  .ux-gutter-xs,
  .ux-gutter-xs {
    --bs-gutter-x: 30px;
  }
  .ux-gutter-s,
  .ux-gutter-s {
    --bs-gutter-x: 40px;
  }
  .ux-gutter-m,
  .ux-gutter-m {
    --bs-gutter-x: 50px;
  }
  .ux-gutter-l,
  .ux-gutter-l {
    --bs-gutter-x: 60px;
  }
  .ux-gutter-xl,
  .ux-gutter-xl {
    --bs-gutter-x: 80px;
  }
  .ux-gutter-xxl,
  .ux-gutter-xxl {
    --bs-gutter-x: 100px;
  }
  .ux-gutter-xxxl,
  .ux-gutter-xxxl {
    --bs-gutter-x: 120px;
  }
}
@media (min-width: 768px) {
  .ux-col-md {
    flex: 1 0 0%;
  }
  .ux-row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .ux-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ux-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ux-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ux-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ux-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ux-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ux-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ux-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-u-offset-md-0 {
    margin-left: 0;
  }
  .ux-u-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ux-u-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ux-u-offset-md-3 {
    margin-left: 25%;
  }
  .ux-u-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ux-u-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ux-u-offset-md-6 {
    margin-left: 50%;
  }
  .ux-u-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ux-u-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ux-u-offset-md-9 {
    margin-left: 75%;
  }
  .ux-u-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ux-u-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .ux-gutter-zero,
  .ux-gutter-zero {
    --bs-gutter-x: 0;
  }
  .ux-gutter-xxxs,
  .ux-gutter-xxxs {
    --bs-gutter-x: 10px;
  }
  .ux-gutter-xxs,
  .ux-gutter-xxs {
    --bs-gutter-x: 20px;
  }
  .ux-gutter-xs,
  .ux-gutter-xs {
    --bs-gutter-x: 30px;
  }
  .ux-gutter-s,
  .ux-gutter-s {
    --bs-gutter-x: 40px;
  }
  .ux-gutter-m,
  .ux-gutter-m {
    --bs-gutter-x: 50px;
  }
  .ux-gutter-l,
  .ux-gutter-l {
    --bs-gutter-x: 60px;
  }
  .ux-gutter-xl,
  .ux-gutter-xl {
    --bs-gutter-x: 80px;
  }
  .ux-gutter-xxl,
  .ux-gutter-xxl {
    --bs-gutter-x: 100px;
  }
  .ux-gutter-xxxl,
  .ux-gutter-xxxl {
    --bs-gutter-x: 120px;
  }
}
@media (min-width: 1024px) {
  .ux-col-lg {
    flex: 1 0 0%;
  }
  .ux-row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .ux-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ux-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ux-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ux-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ux-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ux-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ux-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ux-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-u-offset-lg-0 {
    margin-left: 0;
  }
  .ux-u-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ux-u-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ux-u-offset-lg-3 {
    margin-left: 25%;
  }
  .ux-u-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ux-u-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ux-u-offset-lg-6 {
    margin-left: 50%;
  }
  .ux-u-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ux-u-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ux-u-offset-lg-9 {
    margin-left: 75%;
  }
  .ux-u-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ux-u-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .ux-gutter-zero,
  .ux-gutter-zero {
    --bs-gutter-x: 0;
  }
  .ux-gutter-xxxs,
  .ux-gutter-xxxs {
    --bs-gutter-x: 10px;
  }
  .ux-gutter-xxs,
  .ux-gutter-xxs {
    --bs-gutter-x: 20px;
  }
  .ux-gutter-xs,
  .ux-gutter-xs {
    --bs-gutter-x: 30px;
  }
  .ux-gutter-s,
  .ux-gutter-s {
    --bs-gutter-x: 40px;
  }
  .ux-gutter-m,
  .ux-gutter-m {
    --bs-gutter-x: 50px;
  }
  .ux-gutter-l,
  .ux-gutter-l {
    --bs-gutter-x: 60px;
  }
  .ux-gutter-xl,
  .ux-gutter-xl {
    --bs-gutter-x: 80px;
  }
  .ux-gutter-xxl,
  .ux-gutter-xxl {
    --bs-gutter-x: 100px;
  }
  .ux-gutter-xxxl,
  .ux-gutter-xxxl {
    --bs-gutter-x: 120px;
  }
}
@media (min-width: 1440px) {
  .ux-col-xl {
    flex: 1 0 0%;
  }
  .ux-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .ux-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ux-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ux-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ux-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ux-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ux-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ux-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ux-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-u-offset-xl-0 {
    margin-left: 0;
  }
  .ux-u-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .ux-u-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .ux-u-offset-xl-3 {
    margin-left: 25%;
  }
  .ux-u-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .ux-u-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .ux-u-offset-xl-6 {
    margin-left: 50%;
  }
  .ux-u-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .ux-u-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .ux-u-offset-xl-9 {
    margin-left: 75%;
  }
  .ux-u-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .ux-u-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .ux-gutter-zero,
  .ux-gutter-zero {
    --bs-gutter-x: 0;
  }
  .ux-gutter-xxxs,
  .ux-gutter-xxxs {
    --bs-gutter-x: 10px;
  }
  .ux-gutter-xxs,
  .ux-gutter-xxs {
    --bs-gutter-x: 20px;
  }
  .ux-gutter-xs,
  .ux-gutter-xs {
    --bs-gutter-x: 30px;
  }
  .ux-gutter-s,
  .ux-gutter-s {
    --bs-gutter-x: 40px;
  }
  .ux-gutter-m,
  .ux-gutter-m {
    --bs-gutter-x: 50px;
  }
  .ux-gutter-l,
  .ux-gutter-l {
    --bs-gutter-x: 60px;
  }
  .ux-gutter-xl,
  .ux-gutter-xl {
    --bs-gutter-x: 80px;
  }
  .ux-gutter-xxl,
  .ux-gutter-xxl {
    --bs-gutter-x: 100px;
  }
  .ux-gutter-xxxl,
  .ux-gutter-xxxl {
    --bs-gutter-x: 120px;
  }
}
@media (min-width: 1920px) {
  .ux-col-xxl {
    flex: 1 0 0%;
  }
  .ux-row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .ux-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ux-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ux-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ux-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ux-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ux-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ux-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ux-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ux-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ux-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ux-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ux-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ux-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ux-u-offset-xxl-0 {
    margin-left: 0;
  }
  .ux-u-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .ux-u-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .ux-u-offset-xxl-3 {
    margin-left: 25%;
  }
  .ux-u-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .ux-u-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .ux-u-offset-xxl-6 {
    margin-left: 50%;
  }
  .ux-u-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .ux-u-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .ux-u-offset-xxl-9 {
    margin-left: 75%;
  }
  .ux-u-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .ux-u-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .ux-gutter-zero,
  .ux-gutter-zero {
    --bs-gutter-x: 0;
  }
  .ux-gutter-xxxs,
  .ux-gutter-xxxs {
    --bs-gutter-x: 10px;
  }
  .ux-gutter-xxs,
  .ux-gutter-xxs {
    --bs-gutter-x: 20px;
  }
  .ux-gutter-xs,
  .ux-gutter-xs {
    --bs-gutter-x: 30px;
  }
  .ux-gutter-s,
  .ux-gutter-s {
    --bs-gutter-x: 40px;
  }
  .ux-gutter-m,
  .ux-gutter-m {
    --bs-gutter-x: 50px;
  }
  .ux-gutter-l,
  .ux-gutter-l {
    --bs-gutter-x: 60px;
  }
  .ux-gutter-xl,
  .ux-gutter-xl {
    --bs-gutter-x: 80px;
  }
  .ux-gutter-xxl,
  .ux-gutter-xxl {
    --bs-gutter-x: 100px;
  }
  .ux-gutter-xxxl,
  .ux-gutter-xxxl {
    --bs-gutter-x: 120px;
  }
}
/* Custom fluid spacing utility classes for vertical spacings */
.ux-u-mt-fluid-xxxs {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mt-fluid-xxxs {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mt-fluid-xxxs {
    margin-top: 30px;
  }
}

.ux-u-mb-fluid-xxxs {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mb-fluid-xxxs {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mb-fluid-xxxs {
    margin-bottom: 30px;
  }
}

.ux-u-pt-fluid-xxxs {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pt-fluid-xxxs {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pt-fluid-xxxs {
    padding-top: 30px;
  }
}

.ux-u-pb-fluid-xxxs {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pb-fluid-xxxs {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pb-fluid-xxxs {
    padding-bottom: 30px;
  }
}

.ux-u-my-fluid-xxxs {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xxxs {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xxxs {
    margin-top: 30px;
  }
}
.ux-u-my-fluid-xxxs {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xxxs {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xxxs {
    margin-bottom: 30px;
  }
}

.ux-u-py-fluid-xxxs {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xxxs {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xxxs {
    padding-top: 30px;
  }
}
.ux-u-py-fluid-xxxs {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xxxs {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xxxs {
    padding-bottom: 30px;
  }
}

.ux-u-mt-fluid-xxs {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mt-fluid-xxs {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mt-fluid-xxs {
    margin-top: 40px;
  }
}

.ux-u-mb-fluid-xxs {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mb-fluid-xxs {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mb-fluid-xxs {
    margin-bottom: 40px;
  }
}

.ux-u-pt-fluid-xxs {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pt-fluid-xxs {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pt-fluid-xxs {
    padding-top: 40px;
  }
}

.ux-u-pb-fluid-xxs {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pb-fluid-xxs {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pb-fluid-xxs {
    padding-bottom: 40px;
  }
}

.ux-u-my-fluid-xxs {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xxs {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xxs {
    margin-top: 40px;
  }
}
.ux-u-my-fluid-xxs {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xxs {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xxs {
    margin-bottom: 40px;
  }
}

.ux-u-py-fluid-xxs {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xxs {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xxs {
    padding-top: 40px;
  }
}
.ux-u-py-fluid-xxs {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xxs {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xxs {
    padding-bottom: 40px;
  }
}

.ux-u-mt-fluid-xs {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mt-fluid-xs {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mt-fluid-xs {
    margin-top: 50px;
  }
}

.ux-u-mb-fluid-xs {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mb-fluid-xs {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mb-fluid-xs {
    margin-bottom: 50px;
  }
}

.ux-u-pt-fluid-xs {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pt-fluid-xs {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pt-fluid-xs {
    padding-top: 50px;
  }
}

.ux-u-pb-fluid-xs {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pb-fluid-xs {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pb-fluid-xs {
    padding-bottom: 50px;
  }
}

.ux-u-my-fluid-xs {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xs {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xs {
    margin-top: 50px;
  }
}
.ux-u-my-fluid-xs {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xs {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xs {
    margin-bottom: 50px;
  }
}

.ux-u-py-fluid-xs {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xs {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xs {
    padding-top: 50px;
  }
}
.ux-u-py-fluid-xs {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xs {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xs {
    padding-bottom: 50px;
  }
}

.ux-u-mt-fluid-s {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mt-fluid-s {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mt-fluid-s {
    margin-top: 60px;
  }
}

.ux-u-mb-fluid-s {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mb-fluid-s {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mb-fluid-s {
    margin-bottom: 60px;
  }
}

.ux-u-pt-fluid-s {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pt-fluid-s {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pt-fluid-s {
    padding-top: 60px;
  }
}

.ux-u-pb-fluid-s {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pb-fluid-s {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pb-fluid-s {
    padding-bottom: 60px;
  }
}

.ux-u-my-fluid-s {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-s {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-s {
    margin-top: 60px;
  }
}
.ux-u-my-fluid-s {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-s {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-s {
    margin-bottom: 60px;
  }
}

.ux-u-py-fluid-s {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-s {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-s {
    padding-top: 60px;
  }
}
.ux-u-py-fluid-s {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-s {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-s {
    padding-bottom: 60px;
  }
}

.ux-u-mt-fluid-m {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mt-fluid-m {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mt-fluid-m {
    margin-top: 80px;
  }
}

.ux-u-mb-fluid-m {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mb-fluid-m {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mb-fluid-m {
    margin-bottom: 80px;
  }
}

.ux-u-pt-fluid-m {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pt-fluid-m {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pt-fluid-m {
    padding-top: 80px;
  }
}

.ux-u-pb-fluid-m {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pb-fluid-m {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pb-fluid-m {
    padding-bottom: 80px;
  }
}

.ux-u-my-fluid-m {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-m {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-m {
    margin-top: 80px;
  }
}
.ux-u-my-fluid-m {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-m {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-m {
    margin-bottom: 80px;
  }
}

.ux-u-py-fluid-m {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-m {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-m {
    padding-top: 80px;
  }
}
.ux-u-py-fluid-m {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-m {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-m {
    padding-bottom: 80px;
  }
}

.ux-u-mt-fluid-l {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mt-fluid-l {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mt-fluid-l {
    margin-top: 100px;
  }
}

.ux-u-mb-fluid-l {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mb-fluid-l {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mb-fluid-l {
    margin-bottom: 100px;
  }
}

.ux-u-pt-fluid-l {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pt-fluid-l {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pt-fluid-l {
    padding-top: 100px;
  }
}

.ux-u-pb-fluid-l {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pb-fluid-l {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pb-fluid-l {
    padding-bottom: 100px;
  }
}

.ux-u-my-fluid-l {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-l {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-l {
    margin-top: 100px;
  }
}
.ux-u-my-fluid-l {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-l {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-l {
    margin-bottom: 100px;
  }
}

.ux-u-py-fluid-l {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-l {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-l {
    padding-top: 100px;
  }
}
.ux-u-py-fluid-l {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-l {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-l {
    padding-bottom: 100px;
  }
}

.ux-u-mt-fluid-xl {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mt-fluid-xl {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mt-fluid-xl {
    margin-top: 120px;
  }
}

.ux-u-mb-fluid-xl {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-mb-fluid-xl {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-mb-fluid-xl {
    margin-bottom: 120px;
  }
}

.ux-u-pt-fluid-xl {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pt-fluid-xl {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pt-fluid-xl {
    padding-top: 120px;
  }
}

.ux-u-pb-fluid-xl {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-pb-fluid-xl {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-pb-fluid-xl {
    padding-bottom: 120px;
  }
}

.ux-u-my-fluid-xl {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xl {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xl {
    margin-top: 120px;
  }
}
.ux-u-my-fluid-xl {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-my-fluid-xl {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-my-fluid-xl {
    margin-bottom: 120px;
  }
}

.ux-u-py-fluid-xl {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xl {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xl {
    padding-top: 120px;
  }
}
.ux-u-py-fluid-xl {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .ux-u-py-fluid-xl {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-u-py-fluid-xl {
    padding-bottom: 120px;
  }
}

/* stylelint-disable */
.ux-u-d-inline {
  display: inline !important;
}

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

.ux-u-d-block {
  display: block !important;
}

.ux-u-d-grid {
  display: grid !important;
}

.ux-u-d-table {
  display: table !important;
}

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

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

.ux-u-d-flex {
  display: flex !important;
}

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

.ux-u-d-none {
  display: none !important;
}

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

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

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

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

.ux-u-w-auto {
  width: auto !important;
}

.ux-u-mw-25 {
  max-width: 25% !important;
}

.ux-u-mw-50 {
  max-width: 50% !important;
}

.ux-u-mw-75 {
  max-width: 75% !important;
}

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

.ux-u-mw-auto {
  max-width: auto !important;
}

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

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

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

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

.ux-u-h-auto {
  height: auto !important;
}

.ux-u-mh-25 {
  max-height: 25% !important;
}

.ux-u-mh-50 {
  max-height: 50% !important;
}

.ux-u-mh-75 {
  max-height: 75% !important;
}

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

.ux-u-mh-auto {
  max-height: auto !important;
}

.ux-u-overflow-auto {
  overflow: auto !important;
}

.ux-u-overflow-hidden {
  overflow: hidden !important;
}

.ux-u-overflow-visible {
  overflow: visible !important;
}

.ux-u-overflow-scroll {
  overflow: scroll !important;
}

.ux-u-pos-static {
  position: static !important;
}

.ux-u-pos-relative {
  position: relative !important;
}

.ux-u-pos-absolute {
  position: absolute !important;
}

.ux-u-pos-fixed {
  position: fixed !important;
}

.ux-u-pos-sticky {
  position: sticky !important;
}

.ux-u-m-zero {
  margin: 0 !important;
}

.ux-u-m-xxxs {
  margin: 10px !important;
}

.ux-u-m-xxs {
  margin: 20px !important;
}

.ux-u-m-xs {
  margin: 30px !important;
}

.ux-u-m-s {
  margin: 40px !important;
}

.ux-u-m-m {
  margin: 50px !important;
}

.ux-u-m-l {
  margin: 60px !important;
}

.ux-u-m-xl {
  margin: 80px !important;
}

.ux-u-m-xxl {
  margin: 100px !important;
}

.ux-u-m-xxxl {
  margin: 120px !important;
}

.ux-u-m-auto {
  margin: auto !important;
}

.ux-u-mx-zero {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ux-u-mx-xxxs {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.ux-u-mx-xxs {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.ux-u-mx-xs {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.ux-u-mx-s {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.ux-u-mx-m {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.ux-u-mx-l {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.ux-u-mx-xl {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.ux-u-mx-xxl {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.ux-u-mx-xxxl {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

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

.ux-u-my-zero {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ux-u-my-xxxs {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ux-u-my-xxs {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.ux-u-my-xs {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ux-u-my-s {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.ux-u-my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.ux-u-my-l {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.ux-u-my-xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.ux-u-my-xxl {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.ux-u-my-xxxl {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

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

.ux-u-mt-zero {
  margin-top: 0 !important;
}

.ux-u-mt-xxxs {
  margin-top: 10px !important;
}

.ux-u-mt-xxs {
  margin-top: 20px !important;
}

.ux-u-mt-xs {
  margin-top: 30px !important;
}

.ux-u-mt-s {
  margin-top: 40px !important;
}

.ux-u-mt-m {
  margin-top: 50px !important;
}

.ux-u-mt-l {
  margin-top: 60px !important;
}

.ux-u-mt-xl {
  margin-top: 80px !important;
}

.ux-u-mt-xxl {
  margin-top: 100px !important;
}

.ux-u-mt-xxxl {
  margin-top: 120px !important;
}

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

.ux-u-mr-zero {
  margin-right: 0 !important;
}

.ux-u-mr-xxxs {
  margin-right: 10px !important;
}

.ux-u-mr-xxs {
  margin-right: 20px !important;
}

.ux-u-mr-xs {
  margin-right: 30px !important;
}

.ux-u-mr-s {
  margin-right: 40px !important;
}

.ux-u-mr-m {
  margin-right: 50px !important;
}

.ux-u-mr-l {
  margin-right: 60px !important;
}

.ux-u-mr-xl {
  margin-right: 80px !important;
}

.ux-u-mr-xxl {
  margin-right: 100px !important;
}

.ux-u-mr-xxxl {
  margin-right: 120px !important;
}

.ux-u-mr-auto {
  margin-right: auto !important;
}

.ux-u-mb-zero {
  margin-bottom: 0 !important;
}

.ux-u-mb-xxxs {
  margin-bottom: 10px !important;
}

.ux-u-mb-xxs {
  margin-bottom: 20px !important;
}

.ux-u-mb-xs {
  margin-bottom: 30px !important;
}

.ux-u-mb-s {
  margin-bottom: 40px !important;
}

.ux-u-mb-m {
  margin-bottom: 50px !important;
}

.ux-u-mb-l {
  margin-bottom: 60px !important;
}

.ux-u-mb-xl {
  margin-bottom: 80px !important;
}

.ux-u-mb-xxl {
  margin-bottom: 100px !important;
}

.ux-u-mb-xxxl {
  margin-bottom: 120px !important;
}

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

.ux-u-ml-zero {
  margin-left: 0 !important;
}

.ux-u-ml-xxxs {
  margin-left: 10px !important;
}

.ux-u-ml-xxs {
  margin-left: 20px !important;
}

.ux-u-ml-xs {
  margin-left: 30px !important;
}

.ux-u-ml-s {
  margin-left: 40px !important;
}

.ux-u-ml-m {
  margin-left: 50px !important;
}

.ux-u-ml-l {
  margin-left: 60px !important;
}

.ux-u-ml-xl {
  margin-left: 80px !important;
}

.ux-u-ml-xxl {
  margin-left: 100px !important;
}

.ux-u-ml-xxxl {
  margin-left: 120px !important;
}

.ux-u-ml-auto {
  margin-left: auto !important;
}

.ux-u-ms-zero {
  margin-left: 0 !important;
}

.ux-u-ms-xxxs {
  margin-left: 10px !important;
}

.ux-u-ms-xxs {
  margin-left: 20px !important;
}

.ux-u-ms-xs {
  margin-left: 30px !important;
}

.ux-u-ms-s {
  margin-left: 40px !important;
}

.ux-u-ms-m {
  margin-left: 50px !important;
}

.ux-u-ms-l {
  margin-left: 60px !important;
}

.ux-u-ms-xl {
  margin-left: 80px !important;
}

.ux-u-ms-xxl {
  margin-left: 100px !important;
}

.ux-u-ms-xxxl {
  margin-left: 120px !important;
}

.ux-u-ms-auto {
  margin-left: auto !important;
}

.ux-u-me-zero {
  margin-right: 0 !important;
}

.ux-u-me-xxxs {
  margin-right: 10px !important;
}

.ux-u-me-xxs {
  margin-right: 20px !important;
}

.ux-u-me-xs {
  margin-right: 30px !important;
}

.ux-u-me-s {
  margin-right: 40px !important;
}

.ux-u-me-m {
  margin-right: 50px !important;
}

.ux-u-me-l {
  margin-right: 60px !important;
}

.ux-u-me-xl {
  margin-right: 80px !important;
}

.ux-u-me-xxl {
  margin-right: 100px !important;
}

.ux-u-me-xxxl {
  margin-right: 120px !important;
}

.ux-u-me-auto {
  margin-right: auto !important;
}

.ux-u-m-nzero {
  margin: 0 !important;
}

.ux-u-m-nxxxs {
  margin: -10px !important;
}

.ux-u-m-nxxs {
  margin: -20px !important;
}

.ux-u-m-nxs {
  margin: -30px !important;
}

.ux-u-m-ns {
  margin: -40px !important;
}

.ux-u-m-nm {
  margin: -50px !important;
}

.ux-u-m-nl {
  margin: -60px !important;
}

.ux-u-m-nxl {
  margin: -80px !important;
}

.ux-u-m-nxxl {
  margin: -100px !important;
}

.ux-u-m-nxxxl {
  margin: -120px !important;
}

.ux-u-mx-nzero {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ux-u-mx-nxxxs {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.ux-u-mx-nxxs {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.ux-u-mx-nxs {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.ux-u-mx-ns {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.ux-u-mx-nm {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.ux-u-mx-nl {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.ux-u-mx-nxl {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.ux-u-mx-nxxl {
  margin-right: -100px !important;
  margin-left: -100px !important;
}

.ux-u-mx-nxxxl {
  margin-right: -120px !important;
  margin-left: -120px !important;
}

.ux-u-my-nzero {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ux-u-my-nxxxs {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.ux-u-my-nxxs {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.ux-u-my-nxs {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.ux-u-my-ns {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.ux-u-my-nm {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.ux-u-my-nl {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.ux-u-my-nxl {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.ux-u-my-nxxl {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.ux-u-my-nxxxl {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.ux-u-mt-nzero {
  margin-top: 0 !important;
}

.ux-u-mt-nxxxs {
  margin-top: -10px !important;
}

.ux-u-mt-nxxs {
  margin-top: -20px !important;
}

.ux-u-mt-nxs {
  margin-top: -30px !important;
}

.ux-u-mt-ns {
  margin-top: -40px !important;
}

.ux-u-mt-nm {
  margin-top: -50px !important;
}

.ux-u-mt-nl {
  margin-top: -60px !important;
}

.ux-u-mt-nxl {
  margin-top: -80px !important;
}

.ux-u-mt-nxxl {
  margin-top: -100px !important;
}

.ux-u-mt-nxxxl {
  margin-top: -120px !important;
}

.ux-u-mr-nzero {
  margin-right: 0 !important;
}

.ux-u-mr-nxxxs {
  margin-right: -10px !important;
}

.ux-u-mr-nxxs {
  margin-right: -20px !important;
}

.ux-u-mr-nxs {
  margin-right: -30px !important;
}

.ux-u-mr-ns {
  margin-right: -40px !important;
}

.ux-u-mr-nm {
  margin-right: -50px !important;
}

.ux-u-mr-nl {
  margin-right: -60px !important;
}

.ux-u-mr-nxl {
  margin-right: -80px !important;
}

.ux-u-mr-nxxl {
  margin-right: -100px !important;
}

.ux-u-mr-nxxxl {
  margin-right: -120px !important;
}

.ux-u-mb-nzero {
  margin-bottom: 0 !important;
}

.ux-u-mb-nxxxs {
  margin-bottom: -10px !important;
}

.ux-u-mb-nxxs {
  margin-bottom: -20px !important;
}

.ux-u-mb-nxs {
  margin-bottom: -30px !important;
}

.ux-u-mb-ns {
  margin-bottom: -40px !important;
}

.ux-u-mb-nm {
  margin-bottom: -50px !important;
}

.ux-u-mb-nl {
  margin-bottom: -60px !important;
}

.ux-u-mb-nxl {
  margin-bottom: -80px !important;
}

.ux-u-mb-nxxl {
  margin-bottom: -100px !important;
}

.ux-u-mb-nxxxl {
  margin-bottom: -120px !important;
}

.ux-u-ml-nzero {
  margin-left: 0 !important;
}

.ux-u-ml-nxxxs {
  margin-left: -10px !important;
}

.ux-u-ml-nxxs {
  margin-left: -20px !important;
}

.ux-u-ml-nxs {
  margin-left: -30px !important;
}

.ux-u-ml-ns {
  margin-left: -40px !important;
}

.ux-u-ml-nm {
  margin-left: -50px !important;
}

.ux-u-ml-nl {
  margin-left: -60px !important;
}

.ux-u-ml-nxl {
  margin-left: -80px !important;
}

.ux-u-ml-nxxl {
  margin-left: -100px !important;
}

.ux-u-ml-nxxxl {
  margin-left: -120px !important;
}

.ux-u-ms-nzero {
  margin-left: 0 !important;
}

.ux-u-ms-nxxxs {
  margin-left: -10px !important;
}

.ux-u-ms-nxxs {
  margin-left: -20px !important;
}

.ux-u-ms-nxs {
  margin-left: -30px !important;
}

.ux-u-ms-ns {
  margin-left: -40px !important;
}

.ux-u-ms-nm {
  margin-left: -50px !important;
}

.ux-u-ms-nl {
  margin-left: -60px !important;
}

.ux-u-ms-nxl {
  margin-left: -80px !important;
}

.ux-u-ms-nxxl {
  margin-left: -100px !important;
}

.ux-u-ms-nxxxl {
  margin-left: -120px !important;
}

.ux-u-me-nzero {
  margin-right: 0 !important;
}

.ux-u-me-nxxxs {
  margin-right: -10px !important;
}

.ux-u-me-nxxs {
  margin-right: -20px !important;
}

.ux-u-me-nxs {
  margin-right: -30px !important;
}

.ux-u-me-ns {
  margin-right: -40px !important;
}

.ux-u-me-nm {
  margin-right: -50px !important;
}

.ux-u-me-nl {
  margin-right: -60px !important;
}

.ux-u-me-nxl {
  margin-right: -80px !important;
}

.ux-u-me-nxxl {
  margin-right: -100px !important;
}

.ux-u-me-nxxxl {
  margin-right: -120px !important;
}

.ux-u-p-zero {
  padding: 0 !important;
}

.ux-u-p-xxxs {
  padding: 10px !important;
}

.ux-u-p-xxs {
  padding: 20px !important;
}

.ux-u-p-xs {
  padding: 30px !important;
}

.ux-u-p-s {
  padding: 40px !important;
}

.ux-u-p-m {
  padding: 50px !important;
}

.ux-u-p-l {
  padding: 60px !important;
}

.ux-u-p-xl {
  padding: 80px !important;
}

.ux-u-p-xxl {
  padding: 100px !important;
}

.ux-u-p-xxxl {
  padding: 120px !important;
}

.ux-u-px-zero {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ux-u-px-xxxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.ux-u-px-xxs {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ux-u-px-xs {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.ux-u-px-s {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.ux-u-px-m {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.ux-u-px-l {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.ux-u-px-xl {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.ux-u-px-xxl {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.ux-u-px-xxxl {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.ux-u-py-zero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ux-u-py-xxxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ux-u-py-xxs {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ux-u-py-xs {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ux-u-py-s {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ux-u-py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ux-u-py-l {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ux-u-py-xl {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ux-u-py-xxl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ux-u-py-xxxl {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ux-u-pt-zero {
  padding-top: 0 !important;
}

.ux-u-pt-xxxs {
  padding-top: 10px !important;
}

.ux-u-pt-xxs {
  padding-top: 20px !important;
}

.ux-u-pt-xs {
  padding-top: 30px !important;
}

.ux-u-pt-s {
  padding-top: 40px !important;
}

.ux-u-pt-m {
  padding-top: 50px !important;
}

.ux-u-pt-l {
  padding-top: 60px !important;
}

.ux-u-pt-xl {
  padding-top: 80px !important;
}

.ux-u-pt-xxl {
  padding-top: 100px !important;
}

.ux-u-pt-xxxl {
  padding-top: 120px !important;
}

.ux-u-pr-zero {
  padding-right: 0 !important;
}

.ux-u-pr-xxxs {
  padding-right: 10px !important;
}

.ux-u-pr-xxs {
  padding-right: 20px !important;
}

.ux-u-pr-xs {
  padding-right: 30px !important;
}

.ux-u-pr-s {
  padding-right: 40px !important;
}

.ux-u-pr-m {
  padding-right: 50px !important;
}

.ux-u-pr-l {
  padding-right: 60px !important;
}

.ux-u-pr-xl {
  padding-right: 80px !important;
}

.ux-u-pr-xxl {
  padding-right: 100px !important;
}

.ux-u-pr-xxxl {
  padding-right: 120px !important;
}

.ux-u-pb-zero {
  padding-bottom: 0 !important;
}

.ux-u-pb-xxxs {
  padding-bottom: 10px !important;
}

.ux-u-pb-xxs {
  padding-bottom: 20px !important;
}

.ux-u-pb-xs {
  padding-bottom: 30px !important;
}

.ux-u-pb-s {
  padding-bottom: 40px !important;
}

.ux-u-pb-m {
  padding-bottom: 50px !important;
}

.ux-u-pb-l {
  padding-bottom: 60px !important;
}

.ux-u-pb-xl {
  padding-bottom: 80px !important;
}

.ux-u-pb-xxl {
  padding-bottom: 100px !important;
}

.ux-u-pb-xxxl {
  padding-bottom: 120px !important;
}

.ux-u-pl-zero {
  padding-left: 0 !important;
}

.ux-u-pl-xxxs {
  padding-left: 10px !important;
}

.ux-u-pl-xxs {
  padding-left: 20px !important;
}

.ux-u-pl-xs {
  padding-left: 30px !important;
}

.ux-u-pl-s {
  padding-left: 40px !important;
}

.ux-u-pl-m {
  padding-left: 50px !important;
}

.ux-u-pl-l {
  padding-left: 60px !important;
}

.ux-u-pl-xl {
  padding-left: 80px !important;
}

.ux-u-pl-xxl {
  padding-left: 100px !important;
}

.ux-u-pl-xxxl {
  padding-left: 120px !important;
}

.ux-u-flex-dir-row {
  flex-direction: row !important;
}

.ux-u-flex-dir-column {
  flex-direction: column !important;
}

.ux-u-flex-dir-row-reverse {
  flex-direction: row-reverse !important;
}

.ux-u-flex-dir-column-reverse {
  flex-direction: column-reverse !important;
}

.ux-u-flex-grow-grow-0 {
  flex-grow: 0 !important;
}

.ux-u-flex-grow-grow-1 {
  flex-grow: 1 !important;
}

.ux-u-flex-shrink-shrink-0 {
  flex-shrink: 0 !important;
}

.ux-u-flex-shrink-shrink-1 {
  flex-shrink: 1 !important;
}

.ux-u-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.ux-u-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.ux-u-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ux-u-flex-gap-zero {
  gap: 0 !important;
}

.ux-u-flex-gap-xxxs {
  gap: 10px !important;
}

.ux-u-flex-gap-xxs {
  gap: 20px !important;
}

.ux-u-flex-gap-xs {
  gap: 30px !important;
}

.ux-u-flex-gap-s {
  gap: 40px !important;
}

.ux-u-flex-gap-m {
  gap: 50px !important;
}

.ux-u-flex-gap-l {
  gap: 60px !important;
}

.ux-u-flex-gap-xl {
  gap: 80px !important;
}

.ux-u-flex-gap-xxl {
  gap: 100px !important;
}

.ux-u-flex-gap-xxxl {
  gap: 120px !important;
}

.ux-u-flex-jc-start {
  justify-content: flex-start !important;
}

.ux-u-flex-jc-end {
  justify-content: flex-end !important;
}

.ux-u-flex-jc-center {
  justify-content: center !important;
}

.ux-u-flex-jc-between {
  justify-content: space-between !important;
}

.ux-u-flex-jc-around {
  justify-content: space-around !important;
}

.ux-u-flex-jc-evenly {
  justify-content: space-evenly !important;
}

.ux-u-flex-ai-start {
  align-items: flex-start !important;
}

.ux-u-flex-ai-end {
  align-items: flex-end !important;
}

.ux-u-flex-ai-center {
  align-items: center !important;
}

.ux-u-flex-ai-baseline {
  align-items: baseline !important;
}

.ux-u-flex-ai-stretch {
  align-items: stretch !important;
}

.ux-u-flex-ac-start {
  align-content: flex-start !important;
}

.ux-u-flex-ac-end {
  align-content: flex-end !important;
}

.ux-u-flex-ac-center {
  align-content: center !important;
}

.ux-u-flex-ac-between {
  align-content: space-between !important;
}

.ux-u-flex-ac-around {
  align-content: space-around !important;
}

.ux-u-flex-ac-stretch {
  align-content: stretch !important;
}

.ux-u-flex-as-auto {
  align-self: auto !important;
}

.ux-u-flex-as-start {
  align-self: flex-start !important;
}

.ux-u-flex-as-end {
  align-self: flex-end !important;
}

.ux-u-flex-as-center {
  align-self: center !important;
}

.ux-u-flex-as-baseline {
  align-self: baseline !important;
}

.ux-u-flex-as-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .ux-u-d-sm-inline {
    display: inline !important;
  }
  .ux-u-d-sm-inline-block {
    display: inline-block !important;
  }
  .ux-u-d-sm-block {
    display: block !important;
  }
  .ux-u-d-sm-grid {
    display: grid !important;
  }
  .ux-u-d-sm-table {
    display: table !important;
  }
  .ux-u-d-sm-table-row {
    display: table-row !important;
  }
  .ux-u-d-sm-table-cell {
    display: table-cell !important;
  }
  .ux-u-d-sm-flex {
    display: flex !important;
  }
  .ux-u-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .ux-u-d-sm-none {
    display: none !important;
  }
  .ux-u-w-sm-25 {
    width: 25% !important;
  }
  .ux-u-w-sm-50 {
    width: 50% !important;
  }
  .ux-u-w-sm-75 {
    width: 75% !important;
  }
  .ux-u-w-sm-100 {
    width: 100% !important;
  }
  .ux-u-w-sm-auto {
    width: auto !important;
  }
  .ux-u-mw-sm-25 {
    max-width: 25% !important;
  }
  .ux-u-mw-sm-50 {
    max-width: 50% !important;
  }
  .ux-u-mw-sm-75 {
    max-width: 75% !important;
  }
  .ux-u-mw-sm-100 {
    max-width: 100% !important;
  }
  .ux-u-mw-sm-auto {
    max-width: auto !important;
  }
  .ux-u-overflow-sm-auto {
    overflow: auto !important;
  }
  .ux-u-overflow-sm-hidden {
    overflow: hidden !important;
  }
  .ux-u-overflow-sm-visible {
    overflow: visible !important;
  }
  .ux-u-overflow-sm-scroll {
    overflow: scroll !important;
  }
  .ux-u-pos-sm-static {
    position: static !important;
  }
  .ux-u-pos-sm-relative {
    position: relative !important;
  }
  .ux-u-pos-sm-absolute {
    position: absolute !important;
  }
  .ux-u-pos-sm-fixed {
    position: fixed !important;
  }
  .ux-u-pos-sm-sticky {
    position: sticky !important;
  }
  .ux-u-m-sm-zero {
    margin: 0 !important;
  }
  .ux-u-m-sm-xxxs {
    margin: 10px !important;
  }
  .ux-u-m-sm-xxs {
    margin: 20px !important;
  }
  .ux-u-m-sm-xs {
    margin: 30px !important;
  }
  .ux-u-m-sm-s {
    margin: 40px !important;
  }
  .ux-u-m-sm-m {
    margin: 50px !important;
  }
  .ux-u-m-sm-l {
    margin: 60px !important;
  }
  .ux-u-m-sm-xl {
    margin: 80px !important;
  }
  .ux-u-m-sm-xxl {
    margin: 100px !important;
  }
  .ux-u-m-sm-xxxl {
    margin: 120px !important;
  }
  .ux-u-m-sm-auto {
    margin: auto !important;
  }
  .ux-u-mx-sm-zero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-sm-xxxs {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ux-u-mx-sm-xxs {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ux-u-mx-sm-xs {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ux-u-mx-sm-s {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ux-u-mx-sm-m {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ux-u-mx-sm-l {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ux-u-mx-sm-xl {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .ux-u-mx-sm-xxl {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .ux-u-mx-sm-xxxl {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .ux-u-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ux-u-my-sm-zero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-sm-xxxs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ux-u-my-sm-xxs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ux-u-my-sm-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ux-u-my-sm-s {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ux-u-my-sm-m {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ux-u-my-sm-l {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ux-u-my-sm-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .ux-u-my-sm-xxl {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .ux-u-my-sm-xxxl {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .ux-u-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ux-u-mt-sm-zero {
    margin-top: 0 !important;
  }
  .ux-u-mt-sm-xxxs {
    margin-top: 10px !important;
  }
  .ux-u-mt-sm-xxs {
    margin-top: 20px !important;
  }
  .ux-u-mt-sm-xs {
    margin-top: 30px !important;
  }
  .ux-u-mt-sm-s {
    margin-top: 40px !important;
  }
  .ux-u-mt-sm-m {
    margin-top: 50px !important;
  }
  .ux-u-mt-sm-l {
    margin-top: 60px !important;
  }
  .ux-u-mt-sm-xl {
    margin-top: 80px !important;
  }
  .ux-u-mt-sm-xxl {
    margin-top: 100px !important;
  }
  .ux-u-mt-sm-xxxl {
    margin-top: 120px !important;
  }
  .ux-u-mt-sm-auto {
    margin-top: auto !important;
  }
  .ux-u-mr-sm-zero {
    margin-right: 0 !important;
  }
  .ux-u-mr-sm-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-mr-sm-xxs {
    margin-right: 20px !important;
  }
  .ux-u-mr-sm-xs {
    margin-right: 30px !important;
  }
  .ux-u-mr-sm-s {
    margin-right: 40px !important;
  }
  .ux-u-mr-sm-m {
    margin-right: 50px !important;
  }
  .ux-u-mr-sm-l {
    margin-right: 60px !important;
  }
  .ux-u-mr-sm-xl {
    margin-right: 80px !important;
  }
  .ux-u-mr-sm-xxl {
    margin-right: 100px !important;
  }
  .ux-u-mr-sm-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-mr-sm-auto {
    margin-right: auto !important;
  }
  .ux-u-mb-sm-zero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-sm-xxxs {
    margin-bottom: 10px !important;
  }
  .ux-u-mb-sm-xxs {
    margin-bottom: 20px !important;
  }
  .ux-u-mb-sm-xs {
    margin-bottom: 30px !important;
  }
  .ux-u-mb-sm-s {
    margin-bottom: 40px !important;
  }
  .ux-u-mb-sm-m {
    margin-bottom: 50px !important;
  }
  .ux-u-mb-sm-l {
    margin-bottom: 60px !important;
  }
  .ux-u-mb-sm-xl {
    margin-bottom: 80px !important;
  }
  .ux-u-mb-sm-xxl {
    margin-bottom: 100px !important;
  }
  .ux-u-mb-sm-xxxl {
    margin-bottom: 120px !important;
  }
  .ux-u-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ux-u-ml-sm-zero {
    margin-left: 0 !important;
  }
  .ux-u-ml-sm-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ml-sm-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ml-sm-xs {
    margin-left: 30px !important;
  }
  .ux-u-ml-sm-s {
    margin-left: 40px !important;
  }
  .ux-u-ml-sm-m {
    margin-left: 50px !important;
  }
  .ux-u-ml-sm-l {
    margin-left: 60px !important;
  }
  .ux-u-ml-sm-xl {
    margin-left: 80px !important;
  }
  .ux-u-ml-sm-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ml-sm-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ml-sm-auto {
    margin-left: auto !important;
  }
  .ux-u-ms-sm-zero {
    margin-left: 0 !important;
  }
  .ux-u-ms-sm-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ms-sm-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ms-sm-xs {
    margin-left: 30px !important;
  }
  .ux-u-ms-sm-s {
    margin-left: 40px !important;
  }
  .ux-u-ms-sm-m {
    margin-left: 50px !important;
  }
  .ux-u-ms-sm-l {
    margin-left: 60px !important;
  }
  .ux-u-ms-sm-xl {
    margin-left: 80px !important;
  }
  .ux-u-ms-sm-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ms-sm-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ms-sm-auto {
    margin-left: auto !important;
  }
  .ux-u-me-sm-zero {
    margin-right: 0 !important;
  }
  .ux-u-me-sm-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-me-sm-xxs {
    margin-right: 20px !important;
  }
  .ux-u-me-sm-xs {
    margin-right: 30px !important;
  }
  .ux-u-me-sm-s {
    margin-right: 40px !important;
  }
  .ux-u-me-sm-m {
    margin-right: 50px !important;
  }
  .ux-u-me-sm-l {
    margin-right: 60px !important;
  }
  .ux-u-me-sm-xl {
    margin-right: 80px !important;
  }
  .ux-u-me-sm-xxl {
    margin-right: 100px !important;
  }
  .ux-u-me-sm-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-me-sm-auto {
    margin-right: auto !important;
  }
  .ux-u-m-sm-nzero {
    margin: 0 !important;
  }
  .ux-u-m-sm-nxxxs {
    margin: -10px !important;
  }
  .ux-u-m-sm-nxxs {
    margin: -20px !important;
  }
  .ux-u-m-sm-nxs {
    margin: -30px !important;
  }
  .ux-u-m-sm-ns {
    margin: -40px !important;
  }
  .ux-u-m-sm-nm {
    margin: -50px !important;
  }
  .ux-u-m-sm-nl {
    margin: -60px !important;
  }
  .ux-u-m-sm-nxl {
    margin: -80px !important;
  }
  .ux-u-m-sm-nxxl {
    margin: -100px !important;
  }
  .ux-u-m-sm-nxxxl {
    margin: -120px !important;
  }
  .ux-u-mx-sm-nzero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-sm-nxxxs {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ux-u-mx-sm-nxxs {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ux-u-mx-sm-nxs {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ux-u-mx-sm-ns {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ux-u-mx-sm-nm {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ux-u-mx-sm-nl {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ux-u-mx-sm-nxl {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .ux-u-mx-sm-nxxl {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .ux-u-mx-sm-nxxxl {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .ux-u-my-sm-nzero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-sm-nxxxs {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ux-u-my-sm-nxxs {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ux-u-my-sm-nxs {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ux-u-my-sm-ns {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ux-u-my-sm-nm {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ux-u-my-sm-nl {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ux-u-my-sm-nxl {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .ux-u-my-sm-nxxl {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .ux-u-my-sm-nxxxl {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .ux-u-mt-sm-nzero {
    margin-top: 0 !important;
  }
  .ux-u-mt-sm-nxxxs {
    margin-top: -10px !important;
  }
  .ux-u-mt-sm-nxxs {
    margin-top: -20px !important;
  }
  .ux-u-mt-sm-nxs {
    margin-top: -30px !important;
  }
  .ux-u-mt-sm-ns {
    margin-top: -40px !important;
  }
  .ux-u-mt-sm-nm {
    margin-top: -50px !important;
  }
  .ux-u-mt-sm-nl {
    margin-top: -60px !important;
  }
  .ux-u-mt-sm-nxl {
    margin-top: -80px !important;
  }
  .ux-u-mt-sm-nxxl {
    margin-top: -100px !important;
  }
  .ux-u-mt-sm-nxxxl {
    margin-top: -120px !important;
  }
  .ux-u-mr-sm-nzero {
    margin-right: 0 !important;
  }
  .ux-u-mr-sm-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-mr-sm-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-mr-sm-nxs {
    margin-right: -30px !important;
  }
  .ux-u-mr-sm-ns {
    margin-right: -40px !important;
  }
  .ux-u-mr-sm-nm {
    margin-right: -50px !important;
  }
  .ux-u-mr-sm-nl {
    margin-right: -60px !important;
  }
  .ux-u-mr-sm-nxl {
    margin-right: -80px !important;
  }
  .ux-u-mr-sm-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-mr-sm-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-mb-sm-nzero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-sm-nxxxs {
    margin-bottom: -10px !important;
  }
  .ux-u-mb-sm-nxxs {
    margin-bottom: -20px !important;
  }
  .ux-u-mb-sm-nxs {
    margin-bottom: -30px !important;
  }
  .ux-u-mb-sm-ns {
    margin-bottom: -40px !important;
  }
  .ux-u-mb-sm-nm {
    margin-bottom: -50px !important;
  }
  .ux-u-mb-sm-nl {
    margin-bottom: -60px !important;
  }
  .ux-u-mb-sm-nxl {
    margin-bottom: -80px !important;
  }
  .ux-u-mb-sm-nxxl {
    margin-bottom: -100px !important;
  }
  .ux-u-mb-sm-nxxxl {
    margin-bottom: -120px !important;
  }
  .ux-u-ml-sm-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ml-sm-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ml-sm-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ml-sm-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ml-sm-ns {
    margin-left: -40px !important;
  }
  .ux-u-ml-sm-nm {
    margin-left: -50px !important;
  }
  .ux-u-ml-sm-nl {
    margin-left: -60px !important;
  }
  .ux-u-ml-sm-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ml-sm-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ml-sm-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-ms-sm-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ms-sm-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ms-sm-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ms-sm-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ms-sm-ns {
    margin-left: -40px !important;
  }
  .ux-u-ms-sm-nm {
    margin-left: -50px !important;
  }
  .ux-u-ms-sm-nl {
    margin-left: -60px !important;
  }
  .ux-u-ms-sm-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ms-sm-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ms-sm-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-me-sm-nzero {
    margin-right: 0 !important;
  }
  .ux-u-me-sm-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-me-sm-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-me-sm-nxs {
    margin-right: -30px !important;
  }
  .ux-u-me-sm-ns {
    margin-right: -40px !important;
  }
  .ux-u-me-sm-nm {
    margin-right: -50px !important;
  }
  .ux-u-me-sm-nl {
    margin-right: -60px !important;
  }
  .ux-u-me-sm-nxl {
    margin-right: -80px !important;
  }
  .ux-u-me-sm-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-me-sm-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-p-sm-zero {
    padding: 0 !important;
  }
  .ux-u-p-sm-xxxs {
    padding: 10px !important;
  }
  .ux-u-p-sm-xxs {
    padding: 20px !important;
  }
  .ux-u-p-sm-xs {
    padding: 30px !important;
  }
  .ux-u-p-sm-s {
    padding: 40px !important;
  }
  .ux-u-p-sm-m {
    padding: 50px !important;
  }
  .ux-u-p-sm-l {
    padding: 60px !important;
  }
  .ux-u-p-sm-xl {
    padding: 80px !important;
  }
  .ux-u-p-sm-xxl {
    padding: 100px !important;
  }
  .ux-u-p-sm-xxxl {
    padding: 120px !important;
  }
  .ux-u-px-sm-zero {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ux-u-px-sm-xxxs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ux-u-px-sm-xxs {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ux-u-px-sm-xs {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .ux-u-px-sm-s {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .ux-u-px-sm-m {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .ux-u-px-sm-l {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .ux-u-px-sm-xl {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .ux-u-px-sm-xxl {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .ux-u-px-sm-xxxl {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .ux-u-py-sm-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ux-u-py-sm-xxxs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ux-u-py-sm-xxs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ux-u-py-sm-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ux-u-py-sm-s {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ux-u-py-sm-m {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ux-u-py-sm-l {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ux-u-py-sm-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ux-u-py-sm-xxl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .ux-u-py-sm-xxxl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .ux-u-pt-sm-zero {
    padding-top: 0 !important;
  }
  .ux-u-pt-sm-xxxs {
    padding-top: 10px !important;
  }
  .ux-u-pt-sm-xxs {
    padding-top: 20px !important;
  }
  .ux-u-pt-sm-xs {
    padding-top: 30px !important;
  }
  .ux-u-pt-sm-s {
    padding-top: 40px !important;
  }
  .ux-u-pt-sm-m {
    padding-top: 50px !important;
  }
  .ux-u-pt-sm-l {
    padding-top: 60px !important;
  }
  .ux-u-pt-sm-xl {
    padding-top: 80px !important;
  }
  .ux-u-pt-sm-xxl {
    padding-top: 100px !important;
  }
  .ux-u-pt-sm-xxxl {
    padding-top: 120px !important;
  }
  .ux-u-pr-sm-zero {
    padding-right: 0 !important;
  }
  .ux-u-pr-sm-xxxs {
    padding-right: 10px !important;
  }
  .ux-u-pr-sm-xxs {
    padding-right: 20px !important;
  }
  .ux-u-pr-sm-xs {
    padding-right: 30px !important;
  }
  .ux-u-pr-sm-s {
    padding-right: 40px !important;
  }
  .ux-u-pr-sm-m {
    padding-right: 50px !important;
  }
  .ux-u-pr-sm-l {
    padding-right: 60px !important;
  }
  .ux-u-pr-sm-xl {
    padding-right: 80px !important;
  }
  .ux-u-pr-sm-xxl {
    padding-right: 100px !important;
  }
  .ux-u-pr-sm-xxxl {
    padding-right: 120px !important;
  }
  .ux-u-pb-sm-zero {
    padding-bottom: 0 !important;
  }
  .ux-u-pb-sm-xxxs {
    padding-bottom: 10px !important;
  }
  .ux-u-pb-sm-xxs {
    padding-bottom: 20px !important;
  }
  .ux-u-pb-sm-xs {
    padding-bottom: 30px !important;
  }
  .ux-u-pb-sm-s {
    padding-bottom: 40px !important;
  }
  .ux-u-pb-sm-m {
    padding-bottom: 50px !important;
  }
  .ux-u-pb-sm-l {
    padding-bottom: 60px !important;
  }
  .ux-u-pb-sm-xl {
    padding-bottom: 80px !important;
  }
  .ux-u-pb-sm-xxl {
    padding-bottom: 100px !important;
  }
  .ux-u-pb-sm-xxxl {
    padding-bottom: 120px !important;
  }
  .ux-u-pl-sm-zero {
    padding-left: 0 !important;
  }
  .ux-u-pl-sm-xxxs {
    padding-left: 10px !important;
  }
  .ux-u-pl-sm-xxs {
    padding-left: 20px !important;
  }
  .ux-u-pl-sm-xs {
    padding-left: 30px !important;
  }
  .ux-u-pl-sm-s {
    padding-left: 40px !important;
  }
  .ux-u-pl-sm-m {
    padding-left: 50px !important;
  }
  .ux-u-pl-sm-l {
    padding-left: 60px !important;
  }
  .ux-u-pl-sm-xl {
    padding-left: 80px !important;
  }
  .ux-u-pl-sm-xxl {
    padding-left: 100px !important;
  }
  .ux-u-pl-sm-xxxl {
    padding-left: 120px !important;
  }
  .ux-u-flex-dir-sm-row {
    flex-direction: row !important;
  }
  .ux-u-flex-dir-sm-column {
    flex-direction: column !important;
  }
  .ux-u-flex-dir-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ux-u-flex-dir-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ux-u-flex-grow-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .ux-u-flex-grow-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .ux-u-flex-shrink-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ux-u-flex-shrink-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ux-u-flex-wrap-sm-wrap {
    flex-wrap: wrap !important;
  }
  .ux-u-flex-wrap-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .ux-u-flex-wrap-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ux-u-flex-gap-sm-zero {
    gap: 0 !important;
  }
  .ux-u-flex-gap-sm-xxxs {
    gap: 10px !important;
  }
  .ux-u-flex-gap-sm-xxs {
    gap: 20px !important;
  }
  .ux-u-flex-gap-sm-xs {
    gap: 30px !important;
  }
  .ux-u-flex-gap-sm-s {
    gap: 40px !important;
  }
  .ux-u-flex-gap-sm-m {
    gap: 50px !important;
  }
  .ux-u-flex-gap-sm-l {
    gap: 60px !important;
  }
  .ux-u-flex-gap-sm-xl {
    gap: 80px !important;
  }
  .ux-u-flex-gap-sm-xxl {
    gap: 100px !important;
  }
  .ux-u-flex-gap-sm-xxxl {
    gap: 120px !important;
  }
  .ux-u-flex-jc-sm-start {
    justify-content: flex-start !important;
  }
  .ux-u-flex-jc-sm-end {
    justify-content: flex-end !important;
  }
  .ux-u-flex-jc-sm-center {
    justify-content: center !important;
  }
  .ux-u-flex-jc-sm-between {
    justify-content: space-between !important;
  }
  .ux-u-flex-jc-sm-around {
    justify-content: space-around !important;
  }
  .ux-u-flex-jc-sm-evenly {
    justify-content: space-evenly !important;
  }
  .ux-u-flex-ai-sm-start {
    align-items: flex-start !important;
  }
  .ux-u-flex-ai-sm-end {
    align-items: flex-end !important;
  }
  .ux-u-flex-ai-sm-center {
    align-items: center !important;
  }
  .ux-u-flex-ai-sm-baseline {
    align-items: baseline !important;
  }
  .ux-u-flex-ai-sm-stretch {
    align-items: stretch !important;
  }
  .ux-u-flex-ac-sm-start {
    align-content: flex-start !important;
  }
  .ux-u-flex-ac-sm-end {
    align-content: flex-end !important;
  }
  .ux-u-flex-ac-sm-center {
    align-content: center !important;
  }
  .ux-u-flex-ac-sm-between {
    align-content: space-between !important;
  }
  .ux-u-flex-ac-sm-around {
    align-content: space-around !important;
  }
  .ux-u-flex-ac-sm-stretch {
    align-content: stretch !important;
  }
  .ux-u-flex-as-sm-auto {
    align-self: auto !important;
  }
  .ux-u-flex-as-sm-start {
    align-self: flex-start !important;
  }
  .ux-u-flex-as-sm-end {
    align-self: flex-end !important;
  }
  .ux-u-flex-as-sm-center {
    align-self: center !important;
  }
  .ux-u-flex-as-sm-baseline {
    align-self: baseline !important;
  }
  .ux-u-flex-as-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .ux-u-d-md-inline {
    display: inline !important;
  }
  .ux-u-d-md-inline-block {
    display: inline-block !important;
  }
  .ux-u-d-md-block {
    display: block !important;
  }
  .ux-u-d-md-grid {
    display: grid !important;
  }
  .ux-u-d-md-table {
    display: table !important;
  }
  .ux-u-d-md-table-row {
    display: table-row !important;
  }
  .ux-u-d-md-table-cell {
    display: table-cell !important;
  }
  .ux-u-d-md-flex {
    display: flex !important;
  }
  .ux-u-d-md-inline-flex {
    display: inline-flex !important;
  }
  .ux-u-d-md-none {
    display: none !important;
  }
  .ux-u-w-md-25 {
    width: 25% !important;
  }
  .ux-u-w-md-50 {
    width: 50% !important;
  }
  .ux-u-w-md-75 {
    width: 75% !important;
  }
  .ux-u-w-md-100 {
    width: 100% !important;
  }
  .ux-u-w-md-auto {
    width: auto !important;
  }
  .ux-u-mw-md-25 {
    max-width: 25% !important;
  }
  .ux-u-mw-md-50 {
    max-width: 50% !important;
  }
  .ux-u-mw-md-75 {
    max-width: 75% !important;
  }
  .ux-u-mw-md-100 {
    max-width: 100% !important;
  }
  .ux-u-mw-md-auto {
    max-width: auto !important;
  }
  .ux-u-overflow-md-auto {
    overflow: auto !important;
  }
  .ux-u-overflow-md-hidden {
    overflow: hidden !important;
  }
  .ux-u-overflow-md-visible {
    overflow: visible !important;
  }
  .ux-u-overflow-md-scroll {
    overflow: scroll !important;
  }
  .ux-u-pos-md-static {
    position: static !important;
  }
  .ux-u-pos-md-relative {
    position: relative !important;
  }
  .ux-u-pos-md-absolute {
    position: absolute !important;
  }
  .ux-u-pos-md-fixed {
    position: fixed !important;
  }
  .ux-u-pos-md-sticky {
    position: sticky !important;
  }
  .ux-u-m-md-zero {
    margin: 0 !important;
  }
  .ux-u-m-md-xxxs {
    margin: 10px !important;
  }
  .ux-u-m-md-xxs {
    margin: 20px !important;
  }
  .ux-u-m-md-xs {
    margin: 30px !important;
  }
  .ux-u-m-md-s {
    margin: 40px !important;
  }
  .ux-u-m-md-m {
    margin: 50px !important;
  }
  .ux-u-m-md-l {
    margin: 60px !important;
  }
  .ux-u-m-md-xl {
    margin: 80px !important;
  }
  .ux-u-m-md-xxl {
    margin: 100px !important;
  }
  .ux-u-m-md-xxxl {
    margin: 120px !important;
  }
  .ux-u-m-md-auto {
    margin: auto !important;
  }
  .ux-u-mx-md-zero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-md-xxxs {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ux-u-mx-md-xxs {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ux-u-mx-md-xs {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ux-u-mx-md-s {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ux-u-mx-md-m {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ux-u-mx-md-l {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ux-u-mx-md-xl {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .ux-u-mx-md-xxl {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .ux-u-mx-md-xxxl {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .ux-u-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ux-u-my-md-zero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-md-xxxs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ux-u-my-md-xxs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ux-u-my-md-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ux-u-my-md-s {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ux-u-my-md-m {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ux-u-my-md-l {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ux-u-my-md-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .ux-u-my-md-xxl {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .ux-u-my-md-xxxl {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .ux-u-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ux-u-mt-md-zero {
    margin-top: 0 !important;
  }
  .ux-u-mt-md-xxxs {
    margin-top: 10px !important;
  }
  .ux-u-mt-md-xxs {
    margin-top: 20px !important;
  }
  .ux-u-mt-md-xs {
    margin-top: 30px !important;
  }
  .ux-u-mt-md-s {
    margin-top: 40px !important;
  }
  .ux-u-mt-md-m {
    margin-top: 50px !important;
  }
  .ux-u-mt-md-l {
    margin-top: 60px !important;
  }
  .ux-u-mt-md-xl {
    margin-top: 80px !important;
  }
  .ux-u-mt-md-xxl {
    margin-top: 100px !important;
  }
  .ux-u-mt-md-xxxl {
    margin-top: 120px !important;
  }
  .ux-u-mt-md-auto {
    margin-top: auto !important;
  }
  .ux-u-mr-md-zero {
    margin-right: 0 !important;
  }
  .ux-u-mr-md-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-mr-md-xxs {
    margin-right: 20px !important;
  }
  .ux-u-mr-md-xs {
    margin-right: 30px !important;
  }
  .ux-u-mr-md-s {
    margin-right: 40px !important;
  }
  .ux-u-mr-md-m {
    margin-right: 50px !important;
  }
  .ux-u-mr-md-l {
    margin-right: 60px !important;
  }
  .ux-u-mr-md-xl {
    margin-right: 80px !important;
  }
  .ux-u-mr-md-xxl {
    margin-right: 100px !important;
  }
  .ux-u-mr-md-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-mr-md-auto {
    margin-right: auto !important;
  }
  .ux-u-mb-md-zero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-md-xxxs {
    margin-bottom: 10px !important;
  }
  .ux-u-mb-md-xxs {
    margin-bottom: 20px !important;
  }
  .ux-u-mb-md-xs {
    margin-bottom: 30px !important;
  }
  .ux-u-mb-md-s {
    margin-bottom: 40px !important;
  }
  .ux-u-mb-md-m {
    margin-bottom: 50px !important;
  }
  .ux-u-mb-md-l {
    margin-bottom: 60px !important;
  }
  .ux-u-mb-md-xl {
    margin-bottom: 80px !important;
  }
  .ux-u-mb-md-xxl {
    margin-bottom: 100px !important;
  }
  .ux-u-mb-md-xxxl {
    margin-bottom: 120px !important;
  }
  .ux-u-mb-md-auto {
    margin-bottom: auto !important;
  }
  .ux-u-ml-md-zero {
    margin-left: 0 !important;
  }
  .ux-u-ml-md-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ml-md-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ml-md-xs {
    margin-left: 30px !important;
  }
  .ux-u-ml-md-s {
    margin-left: 40px !important;
  }
  .ux-u-ml-md-m {
    margin-left: 50px !important;
  }
  .ux-u-ml-md-l {
    margin-left: 60px !important;
  }
  .ux-u-ml-md-xl {
    margin-left: 80px !important;
  }
  .ux-u-ml-md-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ml-md-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ml-md-auto {
    margin-left: auto !important;
  }
  .ux-u-ms-md-zero {
    margin-left: 0 !important;
  }
  .ux-u-ms-md-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ms-md-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ms-md-xs {
    margin-left: 30px !important;
  }
  .ux-u-ms-md-s {
    margin-left: 40px !important;
  }
  .ux-u-ms-md-m {
    margin-left: 50px !important;
  }
  .ux-u-ms-md-l {
    margin-left: 60px !important;
  }
  .ux-u-ms-md-xl {
    margin-left: 80px !important;
  }
  .ux-u-ms-md-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ms-md-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ms-md-auto {
    margin-left: auto !important;
  }
  .ux-u-me-md-zero {
    margin-right: 0 !important;
  }
  .ux-u-me-md-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-me-md-xxs {
    margin-right: 20px !important;
  }
  .ux-u-me-md-xs {
    margin-right: 30px !important;
  }
  .ux-u-me-md-s {
    margin-right: 40px !important;
  }
  .ux-u-me-md-m {
    margin-right: 50px !important;
  }
  .ux-u-me-md-l {
    margin-right: 60px !important;
  }
  .ux-u-me-md-xl {
    margin-right: 80px !important;
  }
  .ux-u-me-md-xxl {
    margin-right: 100px !important;
  }
  .ux-u-me-md-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-me-md-auto {
    margin-right: auto !important;
  }
  .ux-u-m-md-nzero {
    margin: 0 !important;
  }
  .ux-u-m-md-nxxxs {
    margin: -10px !important;
  }
  .ux-u-m-md-nxxs {
    margin: -20px !important;
  }
  .ux-u-m-md-nxs {
    margin: -30px !important;
  }
  .ux-u-m-md-ns {
    margin: -40px !important;
  }
  .ux-u-m-md-nm {
    margin: -50px !important;
  }
  .ux-u-m-md-nl {
    margin: -60px !important;
  }
  .ux-u-m-md-nxl {
    margin: -80px !important;
  }
  .ux-u-m-md-nxxl {
    margin: -100px !important;
  }
  .ux-u-m-md-nxxxl {
    margin: -120px !important;
  }
  .ux-u-mx-md-nzero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-md-nxxxs {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ux-u-mx-md-nxxs {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ux-u-mx-md-nxs {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ux-u-mx-md-ns {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ux-u-mx-md-nm {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ux-u-mx-md-nl {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ux-u-mx-md-nxl {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .ux-u-mx-md-nxxl {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .ux-u-mx-md-nxxxl {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .ux-u-my-md-nzero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-md-nxxxs {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ux-u-my-md-nxxs {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ux-u-my-md-nxs {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ux-u-my-md-ns {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ux-u-my-md-nm {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ux-u-my-md-nl {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ux-u-my-md-nxl {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .ux-u-my-md-nxxl {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .ux-u-my-md-nxxxl {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .ux-u-mt-md-nzero {
    margin-top: 0 !important;
  }
  .ux-u-mt-md-nxxxs {
    margin-top: -10px !important;
  }
  .ux-u-mt-md-nxxs {
    margin-top: -20px !important;
  }
  .ux-u-mt-md-nxs {
    margin-top: -30px !important;
  }
  .ux-u-mt-md-ns {
    margin-top: -40px !important;
  }
  .ux-u-mt-md-nm {
    margin-top: -50px !important;
  }
  .ux-u-mt-md-nl {
    margin-top: -60px !important;
  }
  .ux-u-mt-md-nxl {
    margin-top: -80px !important;
  }
  .ux-u-mt-md-nxxl {
    margin-top: -100px !important;
  }
  .ux-u-mt-md-nxxxl {
    margin-top: -120px !important;
  }
  .ux-u-mr-md-nzero {
    margin-right: 0 !important;
  }
  .ux-u-mr-md-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-mr-md-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-mr-md-nxs {
    margin-right: -30px !important;
  }
  .ux-u-mr-md-ns {
    margin-right: -40px !important;
  }
  .ux-u-mr-md-nm {
    margin-right: -50px !important;
  }
  .ux-u-mr-md-nl {
    margin-right: -60px !important;
  }
  .ux-u-mr-md-nxl {
    margin-right: -80px !important;
  }
  .ux-u-mr-md-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-mr-md-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-mb-md-nzero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-md-nxxxs {
    margin-bottom: -10px !important;
  }
  .ux-u-mb-md-nxxs {
    margin-bottom: -20px !important;
  }
  .ux-u-mb-md-nxs {
    margin-bottom: -30px !important;
  }
  .ux-u-mb-md-ns {
    margin-bottom: -40px !important;
  }
  .ux-u-mb-md-nm {
    margin-bottom: -50px !important;
  }
  .ux-u-mb-md-nl {
    margin-bottom: -60px !important;
  }
  .ux-u-mb-md-nxl {
    margin-bottom: -80px !important;
  }
  .ux-u-mb-md-nxxl {
    margin-bottom: -100px !important;
  }
  .ux-u-mb-md-nxxxl {
    margin-bottom: -120px !important;
  }
  .ux-u-ml-md-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ml-md-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ml-md-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ml-md-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ml-md-ns {
    margin-left: -40px !important;
  }
  .ux-u-ml-md-nm {
    margin-left: -50px !important;
  }
  .ux-u-ml-md-nl {
    margin-left: -60px !important;
  }
  .ux-u-ml-md-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ml-md-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ml-md-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-ms-md-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ms-md-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ms-md-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ms-md-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ms-md-ns {
    margin-left: -40px !important;
  }
  .ux-u-ms-md-nm {
    margin-left: -50px !important;
  }
  .ux-u-ms-md-nl {
    margin-left: -60px !important;
  }
  .ux-u-ms-md-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ms-md-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ms-md-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-me-md-nzero {
    margin-right: 0 !important;
  }
  .ux-u-me-md-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-me-md-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-me-md-nxs {
    margin-right: -30px !important;
  }
  .ux-u-me-md-ns {
    margin-right: -40px !important;
  }
  .ux-u-me-md-nm {
    margin-right: -50px !important;
  }
  .ux-u-me-md-nl {
    margin-right: -60px !important;
  }
  .ux-u-me-md-nxl {
    margin-right: -80px !important;
  }
  .ux-u-me-md-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-me-md-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-p-md-zero {
    padding: 0 !important;
  }
  .ux-u-p-md-xxxs {
    padding: 10px !important;
  }
  .ux-u-p-md-xxs {
    padding: 20px !important;
  }
  .ux-u-p-md-xs {
    padding: 30px !important;
  }
  .ux-u-p-md-s {
    padding: 40px !important;
  }
  .ux-u-p-md-m {
    padding: 50px !important;
  }
  .ux-u-p-md-l {
    padding: 60px !important;
  }
  .ux-u-p-md-xl {
    padding: 80px !important;
  }
  .ux-u-p-md-xxl {
    padding: 100px !important;
  }
  .ux-u-p-md-xxxl {
    padding: 120px !important;
  }
  .ux-u-px-md-zero {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ux-u-px-md-xxxs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ux-u-px-md-xxs {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ux-u-px-md-xs {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .ux-u-px-md-s {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .ux-u-px-md-m {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .ux-u-px-md-l {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .ux-u-px-md-xl {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .ux-u-px-md-xxl {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .ux-u-px-md-xxxl {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .ux-u-py-md-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ux-u-py-md-xxxs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ux-u-py-md-xxs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ux-u-py-md-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ux-u-py-md-s {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ux-u-py-md-m {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ux-u-py-md-l {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ux-u-py-md-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ux-u-py-md-xxl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .ux-u-py-md-xxxl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .ux-u-pt-md-zero {
    padding-top: 0 !important;
  }
  .ux-u-pt-md-xxxs {
    padding-top: 10px !important;
  }
  .ux-u-pt-md-xxs {
    padding-top: 20px !important;
  }
  .ux-u-pt-md-xs {
    padding-top: 30px !important;
  }
  .ux-u-pt-md-s {
    padding-top: 40px !important;
  }
  .ux-u-pt-md-m {
    padding-top: 50px !important;
  }
  .ux-u-pt-md-l {
    padding-top: 60px !important;
  }
  .ux-u-pt-md-xl {
    padding-top: 80px !important;
  }
  .ux-u-pt-md-xxl {
    padding-top: 100px !important;
  }
  .ux-u-pt-md-xxxl {
    padding-top: 120px !important;
  }
  .ux-u-pr-md-zero {
    padding-right: 0 !important;
  }
  .ux-u-pr-md-xxxs {
    padding-right: 10px !important;
  }
  .ux-u-pr-md-xxs {
    padding-right: 20px !important;
  }
  .ux-u-pr-md-xs {
    padding-right: 30px !important;
  }
  .ux-u-pr-md-s {
    padding-right: 40px !important;
  }
  .ux-u-pr-md-m {
    padding-right: 50px !important;
  }
  .ux-u-pr-md-l {
    padding-right: 60px !important;
  }
  .ux-u-pr-md-xl {
    padding-right: 80px !important;
  }
  .ux-u-pr-md-xxl {
    padding-right: 100px !important;
  }
  .ux-u-pr-md-xxxl {
    padding-right: 120px !important;
  }
  .ux-u-pb-md-zero {
    padding-bottom: 0 !important;
  }
  .ux-u-pb-md-xxxs {
    padding-bottom: 10px !important;
  }
  .ux-u-pb-md-xxs {
    padding-bottom: 20px !important;
  }
  .ux-u-pb-md-xs {
    padding-bottom: 30px !important;
  }
  .ux-u-pb-md-s {
    padding-bottom: 40px !important;
  }
  .ux-u-pb-md-m {
    padding-bottom: 50px !important;
  }
  .ux-u-pb-md-l {
    padding-bottom: 60px !important;
  }
  .ux-u-pb-md-xl {
    padding-bottom: 80px !important;
  }
  .ux-u-pb-md-xxl {
    padding-bottom: 100px !important;
  }
  .ux-u-pb-md-xxxl {
    padding-bottom: 120px !important;
  }
  .ux-u-pl-md-zero {
    padding-left: 0 !important;
  }
  .ux-u-pl-md-xxxs {
    padding-left: 10px !important;
  }
  .ux-u-pl-md-xxs {
    padding-left: 20px !important;
  }
  .ux-u-pl-md-xs {
    padding-left: 30px !important;
  }
  .ux-u-pl-md-s {
    padding-left: 40px !important;
  }
  .ux-u-pl-md-m {
    padding-left: 50px !important;
  }
  .ux-u-pl-md-l {
    padding-left: 60px !important;
  }
  .ux-u-pl-md-xl {
    padding-left: 80px !important;
  }
  .ux-u-pl-md-xxl {
    padding-left: 100px !important;
  }
  .ux-u-pl-md-xxxl {
    padding-left: 120px !important;
  }
  .ux-u-flex-dir-md-row {
    flex-direction: row !important;
  }
  .ux-u-flex-dir-md-column {
    flex-direction: column !important;
  }
  .ux-u-flex-dir-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ux-u-flex-dir-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ux-u-flex-grow-md-grow-0 {
    flex-grow: 0 !important;
  }
  .ux-u-flex-grow-md-grow-1 {
    flex-grow: 1 !important;
  }
  .ux-u-flex-shrink-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ux-u-flex-shrink-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ux-u-flex-wrap-md-wrap {
    flex-wrap: wrap !important;
  }
  .ux-u-flex-wrap-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .ux-u-flex-wrap-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ux-u-flex-gap-md-zero {
    gap: 0 !important;
  }
  .ux-u-flex-gap-md-xxxs {
    gap: 10px !important;
  }
  .ux-u-flex-gap-md-xxs {
    gap: 20px !important;
  }
  .ux-u-flex-gap-md-xs {
    gap: 30px !important;
  }
  .ux-u-flex-gap-md-s {
    gap: 40px !important;
  }
  .ux-u-flex-gap-md-m {
    gap: 50px !important;
  }
  .ux-u-flex-gap-md-l {
    gap: 60px !important;
  }
  .ux-u-flex-gap-md-xl {
    gap: 80px !important;
  }
  .ux-u-flex-gap-md-xxl {
    gap: 100px !important;
  }
  .ux-u-flex-gap-md-xxxl {
    gap: 120px !important;
  }
  .ux-u-flex-jc-md-start {
    justify-content: flex-start !important;
  }
  .ux-u-flex-jc-md-end {
    justify-content: flex-end !important;
  }
  .ux-u-flex-jc-md-center {
    justify-content: center !important;
  }
  .ux-u-flex-jc-md-between {
    justify-content: space-between !important;
  }
  .ux-u-flex-jc-md-around {
    justify-content: space-around !important;
  }
  .ux-u-flex-jc-md-evenly {
    justify-content: space-evenly !important;
  }
  .ux-u-flex-ai-md-start {
    align-items: flex-start !important;
  }
  .ux-u-flex-ai-md-end {
    align-items: flex-end !important;
  }
  .ux-u-flex-ai-md-center {
    align-items: center !important;
  }
  .ux-u-flex-ai-md-baseline {
    align-items: baseline !important;
  }
  .ux-u-flex-ai-md-stretch {
    align-items: stretch !important;
  }
  .ux-u-flex-ac-md-start {
    align-content: flex-start !important;
  }
  .ux-u-flex-ac-md-end {
    align-content: flex-end !important;
  }
  .ux-u-flex-ac-md-center {
    align-content: center !important;
  }
  .ux-u-flex-ac-md-between {
    align-content: space-between !important;
  }
  .ux-u-flex-ac-md-around {
    align-content: space-around !important;
  }
  .ux-u-flex-ac-md-stretch {
    align-content: stretch !important;
  }
  .ux-u-flex-as-md-auto {
    align-self: auto !important;
  }
  .ux-u-flex-as-md-start {
    align-self: flex-start !important;
  }
  .ux-u-flex-as-md-end {
    align-self: flex-end !important;
  }
  .ux-u-flex-as-md-center {
    align-self: center !important;
  }
  .ux-u-flex-as-md-baseline {
    align-self: baseline !important;
  }
  .ux-u-flex-as-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .ux-u-d-lg-inline {
    display: inline !important;
  }
  .ux-u-d-lg-inline-block {
    display: inline-block !important;
  }
  .ux-u-d-lg-block {
    display: block !important;
  }
  .ux-u-d-lg-grid {
    display: grid !important;
  }
  .ux-u-d-lg-table {
    display: table !important;
  }
  .ux-u-d-lg-table-row {
    display: table-row !important;
  }
  .ux-u-d-lg-table-cell {
    display: table-cell !important;
  }
  .ux-u-d-lg-flex {
    display: flex !important;
  }
  .ux-u-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .ux-u-d-lg-none {
    display: none !important;
  }
  .ux-u-w-lg-25 {
    width: 25% !important;
  }
  .ux-u-w-lg-50 {
    width: 50% !important;
  }
  .ux-u-w-lg-75 {
    width: 75% !important;
  }
  .ux-u-w-lg-100 {
    width: 100% !important;
  }
  .ux-u-w-lg-auto {
    width: auto !important;
  }
  .ux-u-mw-lg-25 {
    max-width: 25% !important;
  }
  .ux-u-mw-lg-50 {
    max-width: 50% !important;
  }
  .ux-u-mw-lg-75 {
    max-width: 75% !important;
  }
  .ux-u-mw-lg-100 {
    max-width: 100% !important;
  }
  .ux-u-mw-lg-auto {
    max-width: auto !important;
  }
  .ux-u-overflow-lg-auto {
    overflow: auto !important;
  }
  .ux-u-overflow-lg-hidden {
    overflow: hidden !important;
  }
  .ux-u-overflow-lg-visible {
    overflow: visible !important;
  }
  .ux-u-overflow-lg-scroll {
    overflow: scroll !important;
  }
  .ux-u-pos-lg-static {
    position: static !important;
  }
  .ux-u-pos-lg-relative {
    position: relative !important;
  }
  .ux-u-pos-lg-absolute {
    position: absolute !important;
  }
  .ux-u-pos-lg-fixed {
    position: fixed !important;
  }
  .ux-u-pos-lg-sticky {
    position: sticky !important;
  }
  .ux-u-m-lg-zero {
    margin: 0 !important;
  }
  .ux-u-m-lg-xxxs {
    margin: 10px !important;
  }
  .ux-u-m-lg-xxs {
    margin: 20px !important;
  }
  .ux-u-m-lg-xs {
    margin: 30px !important;
  }
  .ux-u-m-lg-s {
    margin: 40px !important;
  }
  .ux-u-m-lg-m {
    margin: 50px !important;
  }
  .ux-u-m-lg-l {
    margin: 60px !important;
  }
  .ux-u-m-lg-xl {
    margin: 80px !important;
  }
  .ux-u-m-lg-xxl {
    margin: 100px !important;
  }
  .ux-u-m-lg-xxxl {
    margin: 120px !important;
  }
  .ux-u-m-lg-auto {
    margin: auto !important;
  }
  .ux-u-mx-lg-zero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-lg-xxxs {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ux-u-mx-lg-xxs {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ux-u-mx-lg-xs {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ux-u-mx-lg-s {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ux-u-mx-lg-m {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ux-u-mx-lg-l {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ux-u-mx-lg-xl {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .ux-u-mx-lg-xxl {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .ux-u-mx-lg-xxxl {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .ux-u-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ux-u-my-lg-zero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-lg-xxxs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ux-u-my-lg-xxs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ux-u-my-lg-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ux-u-my-lg-s {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ux-u-my-lg-m {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ux-u-my-lg-l {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ux-u-my-lg-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .ux-u-my-lg-xxl {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .ux-u-my-lg-xxxl {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .ux-u-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ux-u-mt-lg-zero {
    margin-top: 0 !important;
  }
  .ux-u-mt-lg-xxxs {
    margin-top: 10px !important;
  }
  .ux-u-mt-lg-xxs {
    margin-top: 20px !important;
  }
  .ux-u-mt-lg-xs {
    margin-top: 30px !important;
  }
  .ux-u-mt-lg-s {
    margin-top: 40px !important;
  }
  .ux-u-mt-lg-m {
    margin-top: 50px !important;
  }
  .ux-u-mt-lg-l {
    margin-top: 60px !important;
  }
  .ux-u-mt-lg-xl {
    margin-top: 80px !important;
  }
  .ux-u-mt-lg-xxl {
    margin-top: 100px !important;
  }
  .ux-u-mt-lg-xxxl {
    margin-top: 120px !important;
  }
  .ux-u-mt-lg-auto {
    margin-top: auto !important;
  }
  .ux-u-mr-lg-zero {
    margin-right: 0 !important;
  }
  .ux-u-mr-lg-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-mr-lg-xxs {
    margin-right: 20px !important;
  }
  .ux-u-mr-lg-xs {
    margin-right: 30px !important;
  }
  .ux-u-mr-lg-s {
    margin-right: 40px !important;
  }
  .ux-u-mr-lg-m {
    margin-right: 50px !important;
  }
  .ux-u-mr-lg-l {
    margin-right: 60px !important;
  }
  .ux-u-mr-lg-xl {
    margin-right: 80px !important;
  }
  .ux-u-mr-lg-xxl {
    margin-right: 100px !important;
  }
  .ux-u-mr-lg-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-mr-lg-auto {
    margin-right: auto !important;
  }
  .ux-u-mb-lg-zero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-lg-xxxs {
    margin-bottom: 10px !important;
  }
  .ux-u-mb-lg-xxs {
    margin-bottom: 20px !important;
  }
  .ux-u-mb-lg-xs {
    margin-bottom: 30px !important;
  }
  .ux-u-mb-lg-s {
    margin-bottom: 40px !important;
  }
  .ux-u-mb-lg-m {
    margin-bottom: 50px !important;
  }
  .ux-u-mb-lg-l {
    margin-bottom: 60px !important;
  }
  .ux-u-mb-lg-xl {
    margin-bottom: 80px !important;
  }
  .ux-u-mb-lg-xxl {
    margin-bottom: 100px !important;
  }
  .ux-u-mb-lg-xxxl {
    margin-bottom: 120px !important;
  }
  .ux-u-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ux-u-ml-lg-zero {
    margin-left: 0 !important;
  }
  .ux-u-ml-lg-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ml-lg-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ml-lg-xs {
    margin-left: 30px !important;
  }
  .ux-u-ml-lg-s {
    margin-left: 40px !important;
  }
  .ux-u-ml-lg-m {
    margin-left: 50px !important;
  }
  .ux-u-ml-lg-l {
    margin-left: 60px !important;
  }
  .ux-u-ml-lg-xl {
    margin-left: 80px !important;
  }
  .ux-u-ml-lg-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ml-lg-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ml-lg-auto {
    margin-left: auto !important;
  }
  .ux-u-ms-lg-zero {
    margin-left: 0 !important;
  }
  .ux-u-ms-lg-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ms-lg-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ms-lg-xs {
    margin-left: 30px !important;
  }
  .ux-u-ms-lg-s {
    margin-left: 40px !important;
  }
  .ux-u-ms-lg-m {
    margin-left: 50px !important;
  }
  .ux-u-ms-lg-l {
    margin-left: 60px !important;
  }
  .ux-u-ms-lg-xl {
    margin-left: 80px !important;
  }
  .ux-u-ms-lg-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ms-lg-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ms-lg-auto {
    margin-left: auto !important;
  }
  .ux-u-me-lg-zero {
    margin-right: 0 !important;
  }
  .ux-u-me-lg-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-me-lg-xxs {
    margin-right: 20px !important;
  }
  .ux-u-me-lg-xs {
    margin-right: 30px !important;
  }
  .ux-u-me-lg-s {
    margin-right: 40px !important;
  }
  .ux-u-me-lg-m {
    margin-right: 50px !important;
  }
  .ux-u-me-lg-l {
    margin-right: 60px !important;
  }
  .ux-u-me-lg-xl {
    margin-right: 80px !important;
  }
  .ux-u-me-lg-xxl {
    margin-right: 100px !important;
  }
  .ux-u-me-lg-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-me-lg-auto {
    margin-right: auto !important;
  }
  .ux-u-m-lg-nzero {
    margin: 0 !important;
  }
  .ux-u-m-lg-nxxxs {
    margin: -10px !important;
  }
  .ux-u-m-lg-nxxs {
    margin: -20px !important;
  }
  .ux-u-m-lg-nxs {
    margin: -30px !important;
  }
  .ux-u-m-lg-ns {
    margin: -40px !important;
  }
  .ux-u-m-lg-nm {
    margin: -50px !important;
  }
  .ux-u-m-lg-nl {
    margin: -60px !important;
  }
  .ux-u-m-lg-nxl {
    margin: -80px !important;
  }
  .ux-u-m-lg-nxxl {
    margin: -100px !important;
  }
  .ux-u-m-lg-nxxxl {
    margin: -120px !important;
  }
  .ux-u-mx-lg-nzero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-lg-nxxxs {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ux-u-mx-lg-nxxs {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ux-u-mx-lg-nxs {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ux-u-mx-lg-ns {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ux-u-mx-lg-nm {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ux-u-mx-lg-nl {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ux-u-mx-lg-nxl {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .ux-u-mx-lg-nxxl {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .ux-u-mx-lg-nxxxl {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .ux-u-my-lg-nzero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-lg-nxxxs {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ux-u-my-lg-nxxs {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ux-u-my-lg-nxs {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ux-u-my-lg-ns {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ux-u-my-lg-nm {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ux-u-my-lg-nl {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ux-u-my-lg-nxl {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .ux-u-my-lg-nxxl {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .ux-u-my-lg-nxxxl {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .ux-u-mt-lg-nzero {
    margin-top: 0 !important;
  }
  .ux-u-mt-lg-nxxxs {
    margin-top: -10px !important;
  }
  .ux-u-mt-lg-nxxs {
    margin-top: -20px !important;
  }
  .ux-u-mt-lg-nxs {
    margin-top: -30px !important;
  }
  .ux-u-mt-lg-ns {
    margin-top: -40px !important;
  }
  .ux-u-mt-lg-nm {
    margin-top: -50px !important;
  }
  .ux-u-mt-lg-nl {
    margin-top: -60px !important;
  }
  .ux-u-mt-lg-nxl {
    margin-top: -80px !important;
  }
  .ux-u-mt-lg-nxxl {
    margin-top: -100px !important;
  }
  .ux-u-mt-lg-nxxxl {
    margin-top: -120px !important;
  }
  .ux-u-mr-lg-nzero {
    margin-right: 0 !important;
  }
  .ux-u-mr-lg-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-mr-lg-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-mr-lg-nxs {
    margin-right: -30px !important;
  }
  .ux-u-mr-lg-ns {
    margin-right: -40px !important;
  }
  .ux-u-mr-lg-nm {
    margin-right: -50px !important;
  }
  .ux-u-mr-lg-nl {
    margin-right: -60px !important;
  }
  .ux-u-mr-lg-nxl {
    margin-right: -80px !important;
  }
  .ux-u-mr-lg-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-mr-lg-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-mb-lg-nzero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-lg-nxxxs {
    margin-bottom: -10px !important;
  }
  .ux-u-mb-lg-nxxs {
    margin-bottom: -20px !important;
  }
  .ux-u-mb-lg-nxs {
    margin-bottom: -30px !important;
  }
  .ux-u-mb-lg-ns {
    margin-bottom: -40px !important;
  }
  .ux-u-mb-lg-nm {
    margin-bottom: -50px !important;
  }
  .ux-u-mb-lg-nl {
    margin-bottom: -60px !important;
  }
  .ux-u-mb-lg-nxl {
    margin-bottom: -80px !important;
  }
  .ux-u-mb-lg-nxxl {
    margin-bottom: -100px !important;
  }
  .ux-u-mb-lg-nxxxl {
    margin-bottom: -120px !important;
  }
  .ux-u-ml-lg-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ml-lg-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ml-lg-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ml-lg-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ml-lg-ns {
    margin-left: -40px !important;
  }
  .ux-u-ml-lg-nm {
    margin-left: -50px !important;
  }
  .ux-u-ml-lg-nl {
    margin-left: -60px !important;
  }
  .ux-u-ml-lg-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ml-lg-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ml-lg-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-ms-lg-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ms-lg-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ms-lg-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ms-lg-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ms-lg-ns {
    margin-left: -40px !important;
  }
  .ux-u-ms-lg-nm {
    margin-left: -50px !important;
  }
  .ux-u-ms-lg-nl {
    margin-left: -60px !important;
  }
  .ux-u-ms-lg-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ms-lg-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ms-lg-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-me-lg-nzero {
    margin-right: 0 !important;
  }
  .ux-u-me-lg-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-me-lg-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-me-lg-nxs {
    margin-right: -30px !important;
  }
  .ux-u-me-lg-ns {
    margin-right: -40px !important;
  }
  .ux-u-me-lg-nm {
    margin-right: -50px !important;
  }
  .ux-u-me-lg-nl {
    margin-right: -60px !important;
  }
  .ux-u-me-lg-nxl {
    margin-right: -80px !important;
  }
  .ux-u-me-lg-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-me-lg-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-p-lg-zero {
    padding: 0 !important;
  }
  .ux-u-p-lg-xxxs {
    padding: 10px !important;
  }
  .ux-u-p-lg-xxs {
    padding: 20px !important;
  }
  .ux-u-p-lg-xs {
    padding: 30px !important;
  }
  .ux-u-p-lg-s {
    padding: 40px !important;
  }
  .ux-u-p-lg-m {
    padding: 50px !important;
  }
  .ux-u-p-lg-l {
    padding: 60px !important;
  }
  .ux-u-p-lg-xl {
    padding: 80px !important;
  }
  .ux-u-p-lg-xxl {
    padding: 100px !important;
  }
  .ux-u-p-lg-xxxl {
    padding: 120px !important;
  }
  .ux-u-px-lg-zero {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ux-u-px-lg-xxxs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ux-u-px-lg-xxs {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ux-u-px-lg-xs {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .ux-u-px-lg-s {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .ux-u-px-lg-m {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .ux-u-px-lg-l {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .ux-u-px-lg-xl {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .ux-u-px-lg-xxl {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .ux-u-px-lg-xxxl {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .ux-u-py-lg-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ux-u-py-lg-xxxs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ux-u-py-lg-xxs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ux-u-py-lg-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ux-u-py-lg-s {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ux-u-py-lg-m {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ux-u-py-lg-l {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ux-u-py-lg-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ux-u-py-lg-xxl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .ux-u-py-lg-xxxl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .ux-u-pt-lg-zero {
    padding-top: 0 !important;
  }
  .ux-u-pt-lg-xxxs {
    padding-top: 10px !important;
  }
  .ux-u-pt-lg-xxs {
    padding-top: 20px !important;
  }
  .ux-u-pt-lg-xs {
    padding-top: 30px !important;
  }
  .ux-u-pt-lg-s {
    padding-top: 40px !important;
  }
  .ux-u-pt-lg-m {
    padding-top: 50px !important;
  }
  .ux-u-pt-lg-l {
    padding-top: 60px !important;
  }
  .ux-u-pt-lg-xl {
    padding-top: 80px !important;
  }
  .ux-u-pt-lg-xxl {
    padding-top: 100px !important;
  }
  .ux-u-pt-lg-xxxl {
    padding-top: 120px !important;
  }
  .ux-u-pr-lg-zero {
    padding-right: 0 !important;
  }
  .ux-u-pr-lg-xxxs {
    padding-right: 10px !important;
  }
  .ux-u-pr-lg-xxs {
    padding-right: 20px !important;
  }
  .ux-u-pr-lg-xs {
    padding-right: 30px !important;
  }
  .ux-u-pr-lg-s {
    padding-right: 40px !important;
  }
  .ux-u-pr-lg-m {
    padding-right: 50px !important;
  }
  .ux-u-pr-lg-l {
    padding-right: 60px !important;
  }
  .ux-u-pr-lg-xl {
    padding-right: 80px !important;
  }
  .ux-u-pr-lg-xxl {
    padding-right: 100px !important;
  }
  .ux-u-pr-lg-xxxl {
    padding-right: 120px !important;
  }
  .ux-u-pb-lg-zero {
    padding-bottom: 0 !important;
  }
  .ux-u-pb-lg-xxxs {
    padding-bottom: 10px !important;
  }
  .ux-u-pb-lg-xxs {
    padding-bottom: 20px !important;
  }
  .ux-u-pb-lg-xs {
    padding-bottom: 30px !important;
  }
  .ux-u-pb-lg-s {
    padding-bottom: 40px !important;
  }
  .ux-u-pb-lg-m {
    padding-bottom: 50px !important;
  }
  .ux-u-pb-lg-l {
    padding-bottom: 60px !important;
  }
  .ux-u-pb-lg-xl {
    padding-bottom: 80px !important;
  }
  .ux-u-pb-lg-xxl {
    padding-bottom: 100px !important;
  }
  .ux-u-pb-lg-xxxl {
    padding-bottom: 120px !important;
  }
  .ux-u-pl-lg-zero {
    padding-left: 0 !important;
  }
  .ux-u-pl-lg-xxxs {
    padding-left: 10px !important;
  }
  .ux-u-pl-lg-xxs {
    padding-left: 20px !important;
  }
  .ux-u-pl-lg-xs {
    padding-left: 30px !important;
  }
  .ux-u-pl-lg-s {
    padding-left: 40px !important;
  }
  .ux-u-pl-lg-m {
    padding-left: 50px !important;
  }
  .ux-u-pl-lg-l {
    padding-left: 60px !important;
  }
  .ux-u-pl-lg-xl {
    padding-left: 80px !important;
  }
  .ux-u-pl-lg-xxl {
    padding-left: 100px !important;
  }
  .ux-u-pl-lg-xxxl {
    padding-left: 120px !important;
  }
  .ux-u-flex-dir-lg-row {
    flex-direction: row !important;
  }
  .ux-u-flex-dir-lg-column {
    flex-direction: column !important;
  }
  .ux-u-flex-dir-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ux-u-flex-dir-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ux-u-flex-grow-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .ux-u-flex-grow-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .ux-u-flex-shrink-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ux-u-flex-shrink-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ux-u-flex-wrap-lg-wrap {
    flex-wrap: wrap !important;
  }
  .ux-u-flex-wrap-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .ux-u-flex-wrap-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ux-u-flex-gap-lg-zero {
    gap: 0 !important;
  }
  .ux-u-flex-gap-lg-xxxs {
    gap: 10px !important;
  }
  .ux-u-flex-gap-lg-xxs {
    gap: 20px !important;
  }
  .ux-u-flex-gap-lg-xs {
    gap: 30px !important;
  }
  .ux-u-flex-gap-lg-s {
    gap: 40px !important;
  }
  .ux-u-flex-gap-lg-m {
    gap: 50px !important;
  }
  .ux-u-flex-gap-lg-l {
    gap: 60px !important;
  }
  .ux-u-flex-gap-lg-xl {
    gap: 80px !important;
  }
  .ux-u-flex-gap-lg-xxl {
    gap: 100px !important;
  }
  .ux-u-flex-gap-lg-xxxl {
    gap: 120px !important;
  }
  .ux-u-flex-jc-lg-start {
    justify-content: flex-start !important;
  }
  .ux-u-flex-jc-lg-end {
    justify-content: flex-end !important;
  }
  .ux-u-flex-jc-lg-center {
    justify-content: center !important;
  }
  .ux-u-flex-jc-lg-between {
    justify-content: space-between !important;
  }
  .ux-u-flex-jc-lg-around {
    justify-content: space-around !important;
  }
  .ux-u-flex-jc-lg-evenly {
    justify-content: space-evenly !important;
  }
  .ux-u-flex-ai-lg-start {
    align-items: flex-start !important;
  }
  .ux-u-flex-ai-lg-end {
    align-items: flex-end !important;
  }
  .ux-u-flex-ai-lg-center {
    align-items: center !important;
  }
  .ux-u-flex-ai-lg-baseline {
    align-items: baseline !important;
  }
  .ux-u-flex-ai-lg-stretch {
    align-items: stretch !important;
  }
  .ux-u-flex-ac-lg-start {
    align-content: flex-start !important;
  }
  .ux-u-flex-ac-lg-end {
    align-content: flex-end !important;
  }
  .ux-u-flex-ac-lg-center {
    align-content: center !important;
  }
  .ux-u-flex-ac-lg-between {
    align-content: space-between !important;
  }
  .ux-u-flex-ac-lg-around {
    align-content: space-around !important;
  }
  .ux-u-flex-ac-lg-stretch {
    align-content: stretch !important;
  }
  .ux-u-flex-as-lg-auto {
    align-self: auto !important;
  }
  .ux-u-flex-as-lg-start {
    align-self: flex-start !important;
  }
  .ux-u-flex-as-lg-end {
    align-self: flex-end !important;
  }
  .ux-u-flex-as-lg-center {
    align-self: center !important;
  }
  .ux-u-flex-as-lg-baseline {
    align-self: baseline !important;
  }
  .ux-u-flex-as-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .ux-u-d-xl-inline {
    display: inline !important;
  }
  .ux-u-d-xl-inline-block {
    display: inline-block !important;
  }
  .ux-u-d-xl-block {
    display: block !important;
  }
  .ux-u-d-xl-grid {
    display: grid !important;
  }
  .ux-u-d-xl-table {
    display: table !important;
  }
  .ux-u-d-xl-table-row {
    display: table-row !important;
  }
  .ux-u-d-xl-table-cell {
    display: table-cell !important;
  }
  .ux-u-d-xl-flex {
    display: flex !important;
  }
  .ux-u-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .ux-u-d-xl-none {
    display: none !important;
  }
  .ux-u-w-xl-25 {
    width: 25% !important;
  }
  .ux-u-w-xl-50 {
    width: 50% !important;
  }
  .ux-u-w-xl-75 {
    width: 75% !important;
  }
  .ux-u-w-xl-100 {
    width: 100% !important;
  }
  .ux-u-w-xl-auto {
    width: auto !important;
  }
  .ux-u-mw-xl-25 {
    max-width: 25% !important;
  }
  .ux-u-mw-xl-50 {
    max-width: 50% !important;
  }
  .ux-u-mw-xl-75 {
    max-width: 75% !important;
  }
  .ux-u-mw-xl-100 {
    max-width: 100% !important;
  }
  .ux-u-mw-xl-auto {
    max-width: auto !important;
  }
  .ux-u-overflow-xl-auto {
    overflow: auto !important;
  }
  .ux-u-overflow-xl-hidden {
    overflow: hidden !important;
  }
  .ux-u-overflow-xl-visible {
    overflow: visible !important;
  }
  .ux-u-overflow-xl-scroll {
    overflow: scroll !important;
  }
  .ux-u-pos-xl-static {
    position: static !important;
  }
  .ux-u-pos-xl-relative {
    position: relative !important;
  }
  .ux-u-pos-xl-absolute {
    position: absolute !important;
  }
  .ux-u-pos-xl-fixed {
    position: fixed !important;
  }
  .ux-u-pos-xl-sticky {
    position: sticky !important;
  }
  .ux-u-m-xl-zero {
    margin: 0 !important;
  }
  .ux-u-m-xl-xxxs {
    margin: 10px !important;
  }
  .ux-u-m-xl-xxs {
    margin: 20px !important;
  }
  .ux-u-m-xl-xs {
    margin: 30px !important;
  }
  .ux-u-m-xl-s {
    margin: 40px !important;
  }
  .ux-u-m-xl-m {
    margin: 50px !important;
  }
  .ux-u-m-xl-l {
    margin: 60px !important;
  }
  .ux-u-m-xl-xl {
    margin: 80px !important;
  }
  .ux-u-m-xl-xxl {
    margin: 100px !important;
  }
  .ux-u-m-xl-xxxl {
    margin: 120px !important;
  }
  .ux-u-m-xl-auto {
    margin: auto !important;
  }
  .ux-u-mx-xl-zero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-xl-xxxs {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ux-u-mx-xl-xxs {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ux-u-mx-xl-xs {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ux-u-mx-xl-s {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ux-u-mx-xl-m {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ux-u-mx-xl-l {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ux-u-mx-xl-xl {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .ux-u-mx-xl-xxl {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .ux-u-mx-xl-xxxl {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .ux-u-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ux-u-my-xl-zero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-xl-xxxs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ux-u-my-xl-xxs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ux-u-my-xl-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ux-u-my-xl-s {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ux-u-my-xl-m {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ux-u-my-xl-l {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ux-u-my-xl-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .ux-u-my-xl-xxl {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .ux-u-my-xl-xxxl {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .ux-u-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ux-u-mt-xl-zero {
    margin-top: 0 !important;
  }
  .ux-u-mt-xl-xxxs {
    margin-top: 10px !important;
  }
  .ux-u-mt-xl-xxs {
    margin-top: 20px !important;
  }
  .ux-u-mt-xl-xs {
    margin-top: 30px !important;
  }
  .ux-u-mt-xl-s {
    margin-top: 40px !important;
  }
  .ux-u-mt-xl-m {
    margin-top: 50px !important;
  }
  .ux-u-mt-xl-l {
    margin-top: 60px !important;
  }
  .ux-u-mt-xl-xl {
    margin-top: 80px !important;
  }
  .ux-u-mt-xl-xxl {
    margin-top: 100px !important;
  }
  .ux-u-mt-xl-xxxl {
    margin-top: 120px !important;
  }
  .ux-u-mt-xl-auto {
    margin-top: auto !important;
  }
  .ux-u-mr-xl-zero {
    margin-right: 0 !important;
  }
  .ux-u-mr-xl-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-mr-xl-xxs {
    margin-right: 20px !important;
  }
  .ux-u-mr-xl-xs {
    margin-right: 30px !important;
  }
  .ux-u-mr-xl-s {
    margin-right: 40px !important;
  }
  .ux-u-mr-xl-m {
    margin-right: 50px !important;
  }
  .ux-u-mr-xl-l {
    margin-right: 60px !important;
  }
  .ux-u-mr-xl-xl {
    margin-right: 80px !important;
  }
  .ux-u-mr-xl-xxl {
    margin-right: 100px !important;
  }
  .ux-u-mr-xl-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-mr-xl-auto {
    margin-right: auto !important;
  }
  .ux-u-mb-xl-zero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-xl-xxxs {
    margin-bottom: 10px !important;
  }
  .ux-u-mb-xl-xxs {
    margin-bottom: 20px !important;
  }
  .ux-u-mb-xl-xs {
    margin-bottom: 30px !important;
  }
  .ux-u-mb-xl-s {
    margin-bottom: 40px !important;
  }
  .ux-u-mb-xl-m {
    margin-bottom: 50px !important;
  }
  .ux-u-mb-xl-l {
    margin-bottom: 60px !important;
  }
  .ux-u-mb-xl-xl {
    margin-bottom: 80px !important;
  }
  .ux-u-mb-xl-xxl {
    margin-bottom: 100px !important;
  }
  .ux-u-mb-xl-xxxl {
    margin-bottom: 120px !important;
  }
  .ux-u-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ux-u-ml-xl-zero {
    margin-left: 0 !important;
  }
  .ux-u-ml-xl-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ml-xl-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ml-xl-xs {
    margin-left: 30px !important;
  }
  .ux-u-ml-xl-s {
    margin-left: 40px !important;
  }
  .ux-u-ml-xl-m {
    margin-left: 50px !important;
  }
  .ux-u-ml-xl-l {
    margin-left: 60px !important;
  }
  .ux-u-ml-xl-xl {
    margin-left: 80px !important;
  }
  .ux-u-ml-xl-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ml-xl-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ml-xl-auto {
    margin-left: auto !important;
  }
  .ux-u-ms-xl-zero {
    margin-left: 0 !important;
  }
  .ux-u-ms-xl-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ms-xl-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ms-xl-xs {
    margin-left: 30px !important;
  }
  .ux-u-ms-xl-s {
    margin-left: 40px !important;
  }
  .ux-u-ms-xl-m {
    margin-left: 50px !important;
  }
  .ux-u-ms-xl-l {
    margin-left: 60px !important;
  }
  .ux-u-ms-xl-xl {
    margin-left: 80px !important;
  }
  .ux-u-ms-xl-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ms-xl-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ms-xl-auto {
    margin-left: auto !important;
  }
  .ux-u-me-xl-zero {
    margin-right: 0 !important;
  }
  .ux-u-me-xl-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-me-xl-xxs {
    margin-right: 20px !important;
  }
  .ux-u-me-xl-xs {
    margin-right: 30px !important;
  }
  .ux-u-me-xl-s {
    margin-right: 40px !important;
  }
  .ux-u-me-xl-m {
    margin-right: 50px !important;
  }
  .ux-u-me-xl-l {
    margin-right: 60px !important;
  }
  .ux-u-me-xl-xl {
    margin-right: 80px !important;
  }
  .ux-u-me-xl-xxl {
    margin-right: 100px !important;
  }
  .ux-u-me-xl-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-me-xl-auto {
    margin-right: auto !important;
  }
  .ux-u-m-xl-nzero {
    margin: 0 !important;
  }
  .ux-u-m-xl-nxxxs {
    margin: -10px !important;
  }
  .ux-u-m-xl-nxxs {
    margin: -20px !important;
  }
  .ux-u-m-xl-nxs {
    margin: -30px !important;
  }
  .ux-u-m-xl-ns {
    margin: -40px !important;
  }
  .ux-u-m-xl-nm {
    margin: -50px !important;
  }
  .ux-u-m-xl-nl {
    margin: -60px !important;
  }
  .ux-u-m-xl-nxl {
    margin: -80px !important;
  }
  .ux-u-m-xl-nxxl {
    margin: -100px !important;
  }
  .ux-u-m-xl-nxxxl {
    margin: -120px !important;
  }
  .ux-u-mx-xl-nzero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-xl-nxxxs {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ux-u-mx-xl-nxxs {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ux-u-mx-xl-nxs {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ux-u-mx-xl-ns {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ux-u-mx-xl-nm {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ux-u-mx-xl-nl {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ux-u-mx-xl-nxl {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .ux-u-mx-xl-nxxl {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .ux-u-mx-xl-nxxxl {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .ux-u-my-xl-nzero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-xl-nxxxs {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ux-u-my-xl-nxxs {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ux-u-my-xl-nxs {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ux-u-my-xl-ns {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ux-u-my-xl-nm {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ux-u-my-xl-nl {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ux-u-my-xl-nxl {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .ux-u-my-xl-nxxl {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .ux-u-my-xl-nxxxl {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .ux-u-mt-xl-nzero {
    margin-top: 0 !important;
  }
  .ux-u-mt-xl-nxxxs {
    margin-top: -10px !important;
  }
  .ux-u-mt-xl-nxxs {
    margin-top: -20px !important;
  }
  .ux-u-mt-xl-nxs {
    margin-top: -30px !important;
  }
  .ux-u-mt-xl-ns {
    margin-top: -40px !important;
  }
  .ux-u-mt-xl-nm {
    margin-top: -50px !important;
  }
  .ux-u-mt-xl-nl {
    margin-top: -60px !important;
  }
  .ux-u-mt-xl-nxl {
    margin-top: -80px !important;
  }
  .ux-u-mt-xl-nxxl {
    margin-top: -100px !important;
  }
  .ux-u-mt-xl-nxxxl {
    margin-top: -120px !important;
  }
  .ux-u-mr-xl-nzero {
    margin-right: 0 !important;
  }
  .ux-u-mr-xl-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-mr-xl-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-mr-xl-nxs {
    margin-right: -30px !important;
  }
  .ux-u-mr-xl-ns {
    margin-right: -40px !important;
  }
  .ux-u-mr-xl-nm {
    margin-right: -50px !important;
  }
  .ux-u-mr-xl-nl {
    margin-right: -60px !important;
  }
  .ux-u-mr-xl-nxl {
    margin-right: -80px !important;
  }
  .ux-u-mr-xl-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-mr-xl-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-mb-xl-nzero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-xl-nxxxs {
    margin-bottom: -10px !important;
  }
  .ux-u-mb-xl-nxxs {
    margin-bottom: -20px !important;
  }
  .ux-u-mb-xl-nxs {
    margin-bottom: -30px !important;
  }
  .ux-u-mb-xl-ns {
    margin-bottom: -40px !important;
  }
  .ux-u-mb-xl-nm {
    margin-bottom: -50px !important;
  }
  .ux-u-mb-xl-nl {
    margin-bottom: -60px !important;
  }
  .ux-u-mb-xl-nxl {
    margin-bottom: -80px !important;
  }
  .ux-u-mb-xl-nxxl {
    margin-bottom: -100px !important;
  }
  .ux-u-mb-xl-nxxxl {
    margin-bottom: -120px !important;
  }
  .ux-u-ml-xl-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ml-xl-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ml-xl-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ml-xl-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ml-xl-ns {
    margin-left: -40px !important;
  }
  .ux-u-ml-xl-nm {
    margin-left: -50px !important;
  }
  .ux-u-ml-xl-nl {
    margin-left: -60px !important;
  }
  .ux-u-ml-xl-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ml-xl-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ml-xl-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-ms-xl-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ms-xl-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ms-xl-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ms-xl-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ms-xl-ns {
    margin-left: -40px !important;
  }
  .ux-u-ms-xl-nm {
    margin-left: -50px !important;
  }
  .ux-u-ms-xl-nl {
    margin-left: -60px !important;
  }
  .ux-u-ms-xl-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ms-xl-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ms-xl-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-me-xl-nzero {
    margin-right: 0 !important;
  }
  .ux-u-me-xl-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-me-xl-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-me-xl-nxs {
    margin-right: -30px !important;
  }
  .ux-u-me-xl-ns {
    margin-right: -40px !important;
  }
  .ux-u-me-xl-nm {
    margin-right: -50px !important;
  }
  .ux-u-me-xl-nl {
    margin-right: -60px !important;
  }
  .ux-u-me-xl-nxl {
    margin-right: -80px !important;
  }
  .ux-u-me-xl-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-me-xl-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-p-xl-zero {
    padding: 0 !important;
  }
  .ux-u-p-xl-xxxs {
    padding: 10px !important;
  }
  .ux-u-p-xl-xxs {
    padding: 20px !important;
  }
  .ux-u-p-xl-xs {
    padding: 30px !important;
  }
  .ux-u-p-xl-s {
    padding: 40px !important;
  }
  .ux-u-p-xl-m {
    padding: 50px !important;
  }
  .ux-u-p-xl-l {
    padding: 60px !important;
  }
  .ux-u-p-xl-xl {
    padding: 80px !important;
  }
  .ux-u-p-xl-xxl {
    padding: 100px !important;
  }
  .ux-u-p-xl-xxxl {
    padding: 120px !important;
  }
  .ux-u-px-xl-zero {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ux-u-px-xl-xxxs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ux-u-px-xl-xxs {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ux-u-px-xl-xs {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .ux-u-px-xl-s {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .ux-u-px-xl-m {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .ux-u-px-xl-l {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .ux-u-px-xl-xl {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .ux-u-px-xl-xxl {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .ux-u-px-xl-xxxl {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .ux-u-py-xl-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ux-u-py-xl-xxxs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ux-u-py-xl-xxs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ux-u-py-xl-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ux-u-py-xl-s {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ux-u-py-xl-m {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ux-u-py-xl-l {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ux-u-py-xl-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ux-u-py-xl-xxl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .ux-u-py-xl-xxxl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .ux-u-pt-xl-zero {
    padding-top: 0 !important;
  }
  .ux-u-pt-xl-xxxs {
    padding-top: 10px !important;
  }
  .ux-u-pt-xl-xxs {
    padding-top: 20px !important;
  }
  .ux-u-pt-xl-xs {
    padding-top: 30px !important;
  }
  .ux-u-pt-xl-s {
    padding-top: 40px !important;
  }
  .ux-u-pt-xl-m {
    padding-top: 50px !important;
  }
  .ux-u-pt-xl-l {
    padding-top: 60px !important;
  }
  .ux-u-pt-xl-xl {
    padding-top: 80px !important;
  }
  .ux-u-pt-xl-xxl {
    padding-top: 100px !important;
  }
  .ux-u-pt-xl-xxxl {
    padding-top: 120px !important;
  }
  .ux-u-pr-xl-zero {
    padding-right: 0 !important;
  }
  .ux-u-pr-xl-xxxs {
    padding-right: 10px !important;
  }
  .ux-u-pr-xl-xxs {
    padding-right: 20px !important;
  }
  .ux-u-pr-xl-xs {
    padding-right: 30px !important;
  }
  .ux-u-pr-xl-s {
    padding-right: 40px !important;
  }
  .ux-u-pr-xl-m {
    padding-right: 50px !important;
  }
  .ux-u-pr-xl-l {
    padding-right: 60px !important;
  }
  .ux-u-pr-xl-xl {
    padding-right: 80px !important;
  }
  .ux-u-pr-xl-xxl {
    padding-right: 100px !important;
  }
  .ux-u-pr-xl-xxxl {
    padding-right: 120px !important;
  }
  .ux-u-pb-xl-zero {
    padding-bottom: 0 !important;
  }
  .ux-u-pb-xl-xxxs {
    padding-bottom: 10px !important;
  }
  .ux-u-pb-xl-xxs {
    padding-bottom: 20px !important;
  }
  .ux-u-pb-xl-xs {
    padding-bottom: 30px !important;
  }
  .ux-u-pb-xl-s {
    padding-bottom: 40px !important;
  }
  .ux-u-pb-xl-m {
    padding-bottom: 50px !important;
  }
  .ux-u-pb-xl-l {
    padding-bottom: 60px !important;
  }
  .ux-u-pb-xl-xl {
    padding-bottom: 80px !important;
  }
  .ux-u-pb-xl-xxl {
    padding-bottom: 100px !important;
  }
  .ux-u-pb-xl-xxxl {
    padding-bottom: 120px !important;
  }
  .ux-u-pl-xl-zero {
    padding-left: 0 !important;
  }
  .ux-u-pl-xl-xxxs {
    padding-left: 10px !important;
  }
  .ux-u-pl-xl-xxs {
    padding-left: 20px !important;
  }
  .ux-u-pl-xl-xs {
    padding-left: 30px !important;
  }
  .ux-u-pl-xl-s {
    padding-left: 40px !important;
  }
  .ux-u-pl-xl-m {
    padding-left: 50px !important;
  }
  .ux-u-pl-xl-l {
    padding-left: 60px !important;
  }
  .ux-u-pl-xl-xl {
    padding-left: 80px !important;
  }
  .ux-u-pl-xl-xxl {
    padding-left: 100px !important;
  }
  .ux-u-pl-xl-xxxl {
    padding-left: 120px !important;
  }
  .ux-u-flex-dir-xl-row {
    flex-direction: row !important;
  }
  .ux-u-flex-dir-xl-column {
    flex-direction: column !important;
  }
  .ux-u-flex-dir-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ux-u-flex-dir-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ux-u-flex-grow-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .ux-u-flex-grow-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .ux-u-flex-shrink-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ux-u-flex-shrink-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ux-u-flex-wrap-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ux-u-flex-wrap-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ux-u-flex-wrap-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ux-u-flex-gap-xl-zero {
    gap: 0 !important;
  }
  .ux-u-flex-gap-xl-xxxs {
    gap: 10px !important;
  }
  .ux-u-flex-gap-xl-xxs {
    gap: 20px !important;
  }
  .ux-u-flex-gap-xl-xs {
    gap: 30px !important;
  }
  .ux-u-flex-gap-xl-s {
    gap: 40px !important;
  }
  .ux-u-flex-gap-xl-m {
    gap: 50px !important;
  }
  .ux-u-flex-gap-xl-l {
    gap: 60px !important;
  }
  .ux-u-flex-gap-xl-xl {
    gap: 80px !important;
  }
  .ux-u-flex-gap-xl-xxl {
    gap: 100px !important;
  }
  .ux-u-flex-gap-xl-xxxl {
    gap: 120px !important;
  }
  .ux-u-flex-jc-xl-start {
    justify-content: flex-start !important;
  }
  .ux-u-flex-jc-xl-end {
    justify-content: flex-end !important;
  }
  .ux-u-flex-jc-xl-center {
    justify-content: center !important;
  }
  .ux-u-flex-jc-xl-between {
    justify-content: space-between !important;
  }
  .ux-u-flex-jc-xl-around {
    justify-content: space-around !important;
  }
  .ux-u-flex-jc-xl-evenly {
    justify-content: space-evenly !important;
  }
  .ux-u-flex-ai-xl-start {
    align-items: flex-start !important;
  }
  .ux-u-flex-ai-xl-end {
    align-items: flex-end !important;
  }
  .ux-u-flex-ai-xl-center {
    align-items: center !important;
  }
  .ux-u-flex-ai-xl-baseline {
    align-items: baseline !important;
  }
  .ux-u-flex-ai-xl-stretch {
    align-items: stretch !important;
  }
  .ux-u-flex-ac-xl-start {
    align-content: flex-start !important;
  }
  .ux-u-flex-ac-xl-end {
    align-content: flex-end !important;
  }
  .ux-u-flex-ac-xl-center {
    align-content: center !important;
  }
  .ux-u-flex-ac-xl-between {
    align-content: space-between !important;
  }
  .ux-u-flex-ac-xl-around {
    align-content: space-around !important;
  }
  .ux-u-flex-ac-xl-stretch {
    align-content: stretch !important;
  }
  .ux-u-flex-as-xl-auto {
    align-self: auto !important;
  }
  .ux-u-flex-as-xl-start {
    align-self: flex-start !important;
  }
  .ux-u-flex-as-xl-end {
    align-self: flex-end !important;
  }
  .ux-u-flex-as-xl-center {
    align-self: center !important;
  }
  .ux-u-flex-as-xl-baseline {
    align-self: baseline !important;
  }
  .ux-u-flex-as-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .ux-u-d-xxl-inline {
    display: inline !important;
  }
  .ux-u-d-xxl-inline-block {
    display: inline-block !important;
  }
  .ux-u-d-xxl-block {
    display: block !important;
  }
  .ux-u-d-xxl-grid {
    display: grid !important;
  }
  .ux-u-d-xxl-table {
    display: table !important;
  }
  .ux-u-d-xxl-table-row {
    display: table-row !important;
  }
  .ux-u-d-xxl-table-cell {
    display: table-cell !important;
  }
  .ux-u-d-xxl-flex {
    display: flex !important;
  }
  .ux-u-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .ux-u-d-xxl-none {
    display: none !important;
  }
  .ux-u-w-xxl-25 {
    width: 25% !important;
  }
  .ux-u-w-xxl-50 {
    width: 50% !important;
  }
  .ux-u-w-xxl-75 {
    width: 75% !important;
  }
  .ux-u-w-xxl-100 {
    width: 100% !important;
  }
  .ux-u-w-xxl-auto {
    width: auto !important;
  }
  .ux-u-mw-xxl-25 {
    max-width: 25% !important;
  }
  .ux-u-mw-xxl-50 {
    max-width: 50% !important;
  }
  .ux-u-mw-xxl-75 {
    max-width: 75% !important;
  }
  .ux-u-mw-xxl-100 {
    max-width: 100% !important;
  }
  .ux-u-mw-xxl-auto {
    max-width: auto !important;
  }
  .ux-u-overflow-xxl-auto {
    overflow: auto !important;
  }
  .ux-u-overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .ux-u-overflow-xxl-visible {
    overflow: visible !important;
  }
  .ux-u-overflow-xxl-scroll {
    overflow: scroll !important;
  }
  .ux-u-pos-xxl-static {
    position: static !important;
  }
  .ux-u-pos-xxl-relative {
    position: relative !important;
  }
  .ux-u-pos-xxl-absolute {
    position: absolute !important;
  }
  .ux-u-pos-xxl-fixed {
    position: fixed !important;
  }
  .ux-u-pos-xxl-sticky {
    position: sticky !important;
  }
  .ux-u-m-xxl-zero {
    margin: 0 !important;
  }
  .ux-u-m-xxl-xxxs {
    margin: 10px !important;
  }
  .ux-u-m-xxl-xxs {
    margin: 20px !important;
  }
  .ux-u-m-xxl-xs {
    margin: 30px !important;
  }
  .ux-u-m-xxl-s {
    margin: 40px !important;
  }
  .ux-u-m-xxl-m {
    margin: 50px !important;
  }
  .ux-u-m-xxl-l {
    margin: 60px !important;
  }
  .ux-u-m-xxl-xl {
    margin: 80px !important;
  }
  .ux-u-m-xxl-xxl {
    margin: 100px !important;
  }
  .ux-u-m-xxl-xxxl {
    margin: 120px !important;
  }
  .ux-u-m-xxl-auto {
    margin: auto !important;
  }
  .ux-u-mx-xxl-zero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-xxl-xxxs {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .ux-u-mx-xxl-xxs {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .ux-u-mx-xxl-xs {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .ux-u-mx-xxl-s {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .ux-u-mx-xxl-m {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .ux-u-mx-xxl-l {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .ux-u-mx-xxl-xl {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .ux-u-mx-xxl-xxl {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .ux-u-mx-xxl-xxxl {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .ux-u-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ux-u-my-xxl-zero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-xxl-xxxs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ux-u-my-xxl-xxs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ux-u-my-xxl-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ux-u-my-xxl-s {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ux-u-my-xxl-m {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ux-u-my-xxl-l {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ux-u-my-xxl-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .ux-u-my-xxl-xxl {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .ux-u-my-xxl-xxxl {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .ux-u-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .ux-u-mt-xxl-zero {
    margin-top: 0 !important;
  }
  .ux-u-mt-xxl-xxxs {
    margin-top: 10px !important;
  }
  .ux-u-mt-xxl-xxs {
    margin-top: 20px !important;
  }
  .ux-u-mt-xxl-xs {
    margin-top: 30px !important;
  }
  .ux-u-mt-xxl-s {
    margin-top: 40px !important;
  }
  .ux-u-mt-xxl-m {
    margin-top: 50px !important;
  }
  .ux-u-mt-xxl-l {
    margin-top: 60px !important;
  }
  .ux-u-mt-xxl-xl {
    margin-top: 80px !important;
  }
  .ux-u-mt-xxl-xxl {
    margin-top: 100px !important;
  }
  .ux-u-mt-xxl-xxxl {
    margin-top: 120px !important;
  }
  .ux-u-mt-xxl-auto {
    margin-top: auto !important;
  }
  .ux-u-mr-xxl-zero {
    margin-right: 0 !important;
  }
  .ux-u-mr-xxl-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-mr-xxl-xxs {
    margin-right: 20px !important;
  }
  .ux-u-mr-xxl-xs {
    margin-right: 30px !important;
  }
  .ux-u-mr-xxl-s {
    margin-right: 40px !important;
  }
  .ux-u-mr-xxl-m {
    margin-right: 50px !important;
  }
  .ux-u-mr-xxl-l {
    margin-right: 60px !important;
  }
  .ux-u-mr-xxl-xl {
    margin-right: 80px !important;
  }
  .ux-u-mr-xxl-xxl {
    margin-right: 100px !important;
  }
  .ux-u-mr-xxl-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-mr-xxl-auto {
    margin-right: auto !important;
  }
  .ux-u-mb-xxl-zero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-xxl-xxxs {
    margin-bottom: 10px !important;
  }
  .ux-u-mb-xxl-xxs {
    margin-bottom: 20px !important;
  }
  .ux-u-mb-xxl-xs {
    margin-bottom: 30px !important;
  }
  .ux-u-mb-xxl-s {
    margin-bottom: 40px !important;
  }
  .ux-u-mb-xxl-m {
    margin-bottom: 50px !important;
  }
  .ux-u-mb-xxl-l {
    margin-bottom: 60px !important;
  }
  .ux-u-mb-xxl-xl {
    margin-bottom: 80px !important;
  }
  .ux-u-mb-xxl-xxl {
    margin-bottom: 100px !important;
  }
  .ux-u-mb-xxl-xxxl {
    margin-bottom: 120px !important;
  }
  .ux-u-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ux-u-ml-xxl-zero {
    margin-left: 0 !important;
  }
  .ux-u-ml-xxl-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ml-xxl-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ml-xxl-xs {
    margin-left: 30px !important;
  }
  .ux-u-ml-xxl-s {
    margin-left: 40px !important;
  }
  .ux-u-ml-xxl-m {
    margin-left: 50px !important;
  }
  .ux-u-ml-xxl-l {
    margin-left: 60px !important;
  }
  .ux-u-ml-xxl-xl {
    margin-left: 80px !important;
  }
  .ux-u-ml-xxl-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ml-xxl-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ml-xxl-auto {
    margin-left: auto !important;
  }
  .ux-u-ms-xxl-zero {
    margin-left: 0 !important;
  }
  .ux-u-ms-xxl-xxxs {
    margin-left: 10px !important;
  }
  .ux-u-ms-xxl-xxs {
    margin-left: 20px !important;
  }
  .ux-u-ms-xxl-xs {
    margin-left: 30px !important;
  }
  .ux-u-ms-xxl-s {
    margin-left: 40px !important;
  }
  .ux-u-ms-xxl-m {
    margin-left: 50px !important;
  }
  .ux-u-ms-xxl-l {
    margin-left: 60px !important;
  }
  .ux-u-ms-xxl-xl {
    margin-left: 80px !important;
  }
  .ux-u-ms-xxl-xxl {
    margin-left: 100px !important;
  }
  .ux-u-ms-xxl-xxxl {
    margin-left: 120px !important;
  }
  .ux-u-ms-xxl-auto {
    margin-left: auto !important;
  }
  .ux-u-me-xxl-zero {
    margin-right: 0 !important;
  }
  .ux-u-me-xxl-xxxs {
    margin-right: 10px !important;
  }
  .ux-u-me-xxl-xxs {
    margin-right: 20px !important;
  }
  .ux-u-me-xxl-xs {
    margin-right: 30px !important;
  }
  .ux-u-me-xxl-s {
    margin-right: 40px !important;
  }
  .ux-u-me-xxl-m {
    margin-right: 50px !important;
  }
  .ux-u-me-xxl-l {
    margin-right: 60px !important;
  }
  .ux-u-me-xxl-xl {
    margin-right: 80px !important;
  }
  .ux-u-me-xxl-xxl {
    margin-right: 100px !important;
  }
  .ux-u-me-xxl-xxxl {
    margin-right: 120px !important;
  }
  .ux-u-me-xxl-auto {
    margin-right: auto !important;
  }
  .ux-u-m-xxl-nzero {
    margin: 0 !important;
  }
  .ux-u-m-xxl-nxxxs {
    margin: -10px !important;
  }
  .ux-u-m-xxl-nxxs {
    margin: -20px !important;
  }
  .ux-u-m-xxl-nxs {
    margin: -30px !important;
  }
  .ux-u-m-xxl-ns {
    margin: -40px !important;
  }
  .ux-u-m-xxl-nm {
    margin: -50px !important;
  }
  .ux-u-m-xxl-nl {
    margin: -60px !important;
  }
  .ux-u-m-xxl-nxl {
    margin: -80px !important;
  }
  .ux-u-m-xxl-nxxl {
    margin: -100px !important;
  }
  .ux-u-m-xxl-nxxxl {
    margin: -120px !important;
  }
  .ux-u-mx-xxl-nzero {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ux-u-mx-xxl-nxxxs {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .ux-u-mx-xxl-nxxs {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .ux-u-mx-xxl-nxs {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .ux-u-mx-xxl-ns {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .ux-u-mx-xxl-nm {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .ux-u-mx-xxl-nl {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .ux-u-mx-xxl-nxl {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .ux-u-mx-xxl-nxxl {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .ux-u-mx-xxl-nxxxl {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .ux-u-my-xxl-nzero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ux-u-my-xxl-nxxxs {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .ux-u-my-xxl-nxxs {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .ux-u-my-xxl-nxs {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .ux-u-my-xxl-ns {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .ux-u-my-xxl-nm {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .ux-u-my-xxl-nl {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .ux-u-my-xxl-nxl {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .ux-u-my-xxl-nxxl {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .ux-u-my-xxl-nxxxl {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .ux-u-mt-xxl-nzero {
    margin-top: 0 !important;
  }
  .ux-u-mt-xxl-nxxxs {
    margin-top: -10px !important;
  }
  .ux-u-mt-xxl-nxxs {
    margin-top: -20px !important;
  }
  .ux-u-mt-xxl-nxs {
    margin-top: -30px !important;
  }
  .ux-u-mt-xxl-ns {
    margin-top: -40px !important;
  }
  .ux-u-mt-xxl-nm {
    margin-top: -50px !important;
  }
  .ux-u-mt-xxl-nl {
    margin-top: -60px !important;
  }
  .ux-u-mt-xxl-nxl {
    margin-top: -80px !important;
  }
  .ux-u-mt-xxl-nxxl {
    margin-top: -100px !important;
  }
  .ux-u-mt-xxl-nxxxl {
    margin-top: -120px !important;
  }
  .ux-u-mr-xxl-nzero {
    margin-right: 0 !important;
  }
  .ux-u-mr-xxl-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-mr-xxl-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-mr-xxl-nxs {
    margin-right: -30px !important;
  }
  .ux-u-mr-xxl-ns {
    margin-right: -40px !important;
  }
  .ux-u-mr-xxl-nm {
    margin-right: -50px !important;
  }
  .ux-u-mr-xxl-nl {
    margin-right: -60px !important;
  }
  .ux-u-mr-xxl-nxl {
    margin-right: -80px !important;
  }
  .ux-u-mr-xxl-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-mr-xxl-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-mb-xxl-nzero {
    margin-bottom: 0 !important;
  }
  .ux-u-mb-xxl-nxxxs {
    margin-bottom: -10px !important;
  }
  .ux-u-mb-xxl-nxxs {
    margin-bottom: -20px !important;
  }
  .ux-u-mb-xxl-nxs {
    margin-bottom: -30px !important;
  }
  .ux-u-mb-xxl-ns {
    margin-bottom: -40px !important;
  }
  .ux-u-mb-xxl-nm {
    margin-bottom: -50px !important;
  }
  .ux-u-mb-xxl-nl {
    margin-bottom: -60px !important;
  }
  .ux-u-mb-xxl-nxl {
    margin-bottom: -80px !important;
  }
  .ux-u-mb-xxl-nxxl {
    margin-bottom: -100px !important;
  }
  .ux-u-mb-xxl-nxxxl {
    margin-bottom: -120px !important;
  }
  .ux-u-ml-xxl-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ml-xxl-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ml-xxl-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ml-xxl-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ml-xxl-ns {
    margin-left: -40px !important;
  }
  .ux-u-ml-xxl-nm {
    margin-left: -50px !important;
  }
  .ux-u-ml-xxl-nl {
    margin-left: -60px !important;
  }
  .ux-u-ml-xxl-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ml-xxl-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ml-xxl-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-ms-xxl-nzero {
    margin-left: 0 !important;
  }
  .ux-u-ms-xxl-nxxxs {
    margin-left: -10px !important;
  }
  .ux-u-ms-xxl-nxxs {
    margin-left: -20px !important;
  }
  .ux-u-ms-xxl-nxs {
    margin-left: -30px !important;
  }
  .ux-u-ms-xxl-ns {
    margin-left: -40px !important;
  }
  .ux-u-ms-xxl-nm {
    margin-left: -50px !important;
  }
  .ux-u-ms-xxl-nl {
    margin-left: -60px !important;
  }
  .ux-u-ms-xxl-nxl {
    margin-left: -80px !important;
  }
  .ux-u-ms-xxl-nxxl {
    margin-left: -100px !important;
  }
  .ux-u-ms-xxl-nxxxl {
    margin-left: -120px !important;
  }
  .ux-u-me-xxl-nzero {
    margin-right: 0 !important;
  }
  .ux-u-me-xxl-nxxxs {
    margin-right: -10px !important;
  }
  .ux-u-me-xxl-nxxs {
    margin-right: -20px !important;
  }
  .ux-u-me-xxl-nxs {
    margin-right: -30px !important;
  }
  .ux-u-me-xxl-ns {
    margin-right: -40px !important;
  }
  .ux-u-me-xxl-nm {
    margin-right: -50px !important;
  }
  .ux-u-me-xxl-nl {
    margin-right: -60px !important;
  }
  .ux-u-me-xxl-nxl {
    margin-right: -80px !important;
  }
  .ux-u-me-xxl-nxxl {
    margin-right: -100px !important;
  }
  .ux-u-me-xxl-nxxxl {
    margin-right: -120px !important;
  }
  .ux-u-p-xxl-zero {
    padding: 0 !important;
  }
  .ux-u-p-xxl-xxxs {
    padding: 10px !important;
  }
  .ux-u-p-xxl-xxs {
    padding: 20px !important;
  }
  .ux-u-p-xxl-xs {
    padding: 30px !important;
  }
  .ux-u-p-xxl-s {
    padding: 40px !important;
  }
  .ux-u-p-xxl-m {
    padding: 50px !important;
  }
  .ux-u-p-xxl-l {
    padding: 60px !important;
  }
  .ux-u-p-xxl-xl {
    padding: 80px !important;
  }
  .ux-u-p-xxl-xxl {
    padding: 100px !important;
  }
  .ux-u-p-xxl-xxxl {
    padding: 120px !important;
  }
  .ux-u-px-xxl-zero {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ux-u-px-xxl-xxxs {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ux-u-px-xxl-xxs {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ux-u-px-xxl-xs {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .ux-u-px-xxl-s {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .ux-u-px-xxl-m {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .ux-u-px-xxl-l {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .ux-u-px-xxl-xl {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .ux-u-px-xxl-xxl {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .ux-u-px-xxl-xxxl {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .ux-u-py-xxl-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ux-u-py-xxl-xxxs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .ux-u-py-xxl-xxs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ux-u-py-xxl-xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .ux-u-py-xxl-s {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ux-u-py-xxl-m {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ux-u-py-xxl-l {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ux-u-py-xxl-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .ux-u-py-xxl-xxl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .ux-u-py-xxl-xxxl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .ux-u-pt-xxl-zero {
    padding-top: 0 !important;
  }
  .ux-u-pt-xxl-xxxs {
    padding-top: 10px !important;
  }
  .ux-u-pt-xxl-xxs {
    padding-top: 20px !important;
  }
  .ux-u-pt-xxl-xs {
    padding-top: 30px !important;
  }
  .ux-u-pt-xxl-s {
    padding-top: 40px !important;
  }
  .ux-u-pt-xxl-m {
    padding-top: 50px !important;
  }
  .ux-u-pt-xxl-l {
    padding-top: 60px !important;
  }
  .ux-u-pt-xxl-xl {
    padding-top: 80px !important;
  }
  .ux-u-pt-xxl-xxl {
    padding-top: 100px !important;
  }
  .ux-u-pt-xxl-xxxl {
    padding-top: 120px !important;
  }
  .ux-u-pr-xxl-zero {
    padding-right: 0 !important;
  }
  .ux-u-pr-xxl-xxxs {
    padding-right: 10px !important;
  }
  .ux-u-pr-xxl-xxs {
    padding-right: 20px !important;
  }
  .ux-u-pr-xxl-xs {
    padding-right: 30px !important;
  }
  .ux-u-pr-xxl-s {
    padding-right: 40px !important;
  }
  .ux-u-pr-xxl-m {
    padding-right: 50px !important;
  }
  .ux-u-pr-xxl-l {
    padding-right: 60px !important;
  }
  .ux-u-pr-xxl-xl {
    padding-right: 80px !important;
  }
  .ux-u-pr-xxl-xxl {
    padding-right: 100px !important;
  }
  .ux-u-pr-xxl-xxxl {
    padding-right: 120px !important;
  }
  .ux-u-pb-xxl-zero {
    padding-bottom: 0 !important;
  }
  .ux-u-pb-xxl-xxxs {
    padding-bottom: 10px !important;
  }
  .ux-u-pb-xxl-xxs {
    padding-bottom: 20px !important;
  }
  .ux-u-pb-xxl-xs {
    padding-bottom: 30px !important;
  }
  .ux-u-pb-xxl-s {
    padding-bottom: 40px !important;
  }
  .ux-u-pb-xxl-m {
    padding-bottom: 50px !important;
  }
  .ux-u-pb-xxl-l {
    padding-bottom: 60px !important;
  }
  .ux-u-pb-xxl-xl {
    padding-bottom: 80px !important;
  }
  .ux-u-pb-xxl-xxl {
    padding-bottom: 100px !important;
  }
  .ux-u-pb-xxl-xxxl {
    padding-bottom: 120px !important;
  }
  .ux-u-pl-xxl-zero {
    padding-left: 0 !important;
  }
  .ux-u-pl-xxl-xxxs {
    padding-left: 10px !important;
  }
  .ux-u-pl-xxl-xxs {
    padding-left: 20px !important;
  }
  .ux-u-pl-xxl-xs {
    padding-left: 30px !important;
  }
  .ux-u-pl-xxl-s {
    padding-left: 40px !important;
  }
  .ux-u-pl-xxl-m {
    padding-left: 50px !important;
  }
  .ux-u-pl-xxl-l {
    padding-left: 60px !important;
  }
  .ux-u-pl-xxl-xl {
    padding-left: 80px !important;
  }
  .ux-u-pl-xxl-xxl {
    padding-left: 100px !important;
  }
  .ux-u-pl-xxl-xxxl {
    padding-left: 120px !important;
  }
  .ux-u-flex-dir-xxl-row {
    flex-direction: row !important;
  }
  .ux-u-flex-dir-xxl-column {
    flex-direction: column !important;
  }
  .ux-u-flex-dir-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ux-u-flex-dir-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ux-u-flex-grow-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .ux-u-flex-grow-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .ux-u-flex-shrink-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ux-u-flex-shrink-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ux-u-flex-wrap-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .ux-u-flex-wrap-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ux-u-flex-wrap-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ux-u-flex-gap-xxl-zero {
    gap: 0 !important;
  }
  .ux-u-flex-gap-xxl-xxxs {
    gap: 10px !important;
  }
  .ux-u-flex-gap-xxl-xxs {
    gap: 20px !important;
  }
  .ux-u-flex-gap-xxl-xs {
    gap: 30px !important;
  }
  .ux-u-flex-gap-xxl-s {
    gap: 40px !important;
  }
  .ux-u-flex-gap-xxl-m {
    gap: 50px !important;
  }
  .ux-u-flex-gap-xxl-l {
    gap: 60px !important;
  }
  .ux-u-flex-gap-xxl-xl {
    gap: 80px !important;
  }
  .ux-u-flex-gap-xxl-xxl {
    gap: 100px !important;
  }
  .ux-u-flex-gap-xxl-xxxl {
    gap: 120px !important;
  }
  .ux-u-flex-jc-xxl-start {
    justify-content: flex-start !important;
  }
  .ux-u-flex-jc-xxl-end {
    justify-content: flex-end !important;
  }
  .ux-u-flex-jc-xxl-center {
    justify-content: center !important;
  }
  .ux-u-flex-jc-xxl-between {
    justify-content: space-between !important;
  }
  .ux-u-flex-jc-xxl-around {
    justify-content: space-around !important;
  }
  .ux-u-flex-jc-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .ux-u-flex-ai-xxl-start {
    align-items: flex-start !important;
  }
  .ux-u-flex-ai-xxl-end {
    align-items: flex-end !important;
  }
  .ux-u-flex-ai-xxl-center {
    align-items: center !important;
  }
  .ux-u-flex-ai-xxl-baseline {
    align-items: baseline !important;
  }
  .ux-u-flex-ai-xxl-stretch {
    align-items: stretch !important;
  }
  .ux-u-flex-ac-xxl-start {
    align-content: flex-start !important;
  }
  .ux-u-flex-ac-xxl-end {
    align-content: flex-end !important;
  }
  .ux-u-flex-ac-xxl-center {
    align-content: center !important;
  }
  .ux-u-flex-ac-xxl-between {
    align-content: space-between !important;
  }
  .ux-u-flex-ac-xxl-around {
    align-content: space-around !important;
  }
  .ux-u-flex-ac-xxl-stretch {
    align-content: stretch !important;
  }
  .ux-u-flex-as-xxl-auto {
    align-self: auto !important;
  }
  .ux-u-flex-as-xxl-start {
    align-self: flex-start !important;
  }
  .ux-u-flex-as-xxl-end {
    align-self: flex-end !important;
  }
  .ux-u-flex-as-xxl-center {
    align-self: center !important;
  }
  .ux-u-flex-as-xxl-baseline {
    align-self: baseline !important;
  }
  .ux-u-flex-as-xxl-stretch {
    align-self: stretch !important;
  }
}

/*# sourceMappingURL=grid.css.map */
