/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


.lsw-container,
.lsw-container-fluid,
.lsw-container-sm,
.lsw-container-md,
.lsw-container-lg,
.lsw-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .lsw-container, .lsw-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .lsw-container, .lsw-container-sm, .lsw-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .lsw-container, .lsw-container-sm, .lsw-container-md, .lsw-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .lsw-container, .lsw-container-sm, .lsw-container-md, .lsw-container-lg, .lsw-container-xl {
    max-width: 1140px;
  }
}

.lsw-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .lsw-col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.lsw-col-1, .lsw-col-2, .lsw-col-3, .lsw-col-4, .lsw-col-5, .lsw-col-6, .lsw-col-7, .lsw-col-8, .lsw-col-9, .lsw-col-10, .lsw-col-11, .lsw-col-12, .lsw-col,
.lsw-col-auto, .lsw-col-sm-1, .lsw-col-sm-2, .lsw-col-sm-3, .lsw-col-sm-4, .lsw-col-sm-5, .lsw-col-sm-6, .lsw-col-sm-7, .lsw-col-sm-8, .lsw-col-sm-9, .lsw-col-sm-10, .lsw-col-sm-11, .lsw-col-sm-12, .lsw-col-sm,
.lsw-col-sm-auto, .lsw-col-md-1, .lsw-col-md-2, .lsw-col-md-3, .lsw-col-md-4, .lsw-col-md-5, .lsw-col-md-6, .lsw-col-md-7, .lsw-col-md-8, .lsw-col-md-9, .lsw-col-md-10, .lsw-col-md-11, .lsw-col-md-12, .lsw-col-md,
.lsw-col-md-auto, .lsw-col-lg-1, .lsw-col-lg-2, .lsw-col-lg-3, .lsw-col-lg-4, .lsw-col-lg-5, .lsw-col-lg-6, .lsw-col-lg-7, .lsw-col-lg-8, .lsw-col-lg-9, .lsw-col-lg-10, .lsw-col-lg-11, .lsw-col-lg-12, .lsw-col-lg,
.lsw-col-lg-auto, .lsw-col-xl-1, .lsw-col-xl-2, .lsw-col-xl-3, .lsw-col-xl-4, .lsw-col-xl-5, .lsw-col-xl-6, .lsw-col-xl-7, .lsw-col-xl-8, .lsw-col-xl-9, .lsw-col-xl-10, .lsw-col-xl-11, .lsw-col-xl-12, .lsw-col-xl,
.lsw-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.lsw-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.lsw-row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.lsw-row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lsw-row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.lsw-row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.lsw-row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.lsw-row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.lsw-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.lsw-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.lsw-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.lsw-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.lsw-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.lsw-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.lsw-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lsw-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.lsw-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.lsw-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.lsw-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.lsw-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.lsw-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.lsw-offset-1 {
  margin-left: 8.333333%;
}

.lsw-offset-2 {
  margin-left: 16.666667%;
}

.lsw-offset-3 {
  margin-left: 25%;
}

.lsw-offset-4 {
  margin-left: 33.333333%;
}

.lsw-offset-5 {
  margin-left: 41.666667%;
}

.lsw-offset-6 {
  margin-left: 50%;
}

.lsw-offset-7 {
  margin-left: 58.333333%;
}

.lsw-offset-8 {
  margin-left: 66.666667%;
}

.lsw-offset-9 {
  margin-left: 75%;
}

.lsw-offset-10 {
  margin-left: 83.333333%;
}

.lsw-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .lsw-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .lsw-row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lsw-row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .lsw-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .lsw-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .lsw-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .lsw-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .lsw-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lsw-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .lsw-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .lsw-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-offset-sm-0 {
    margin-left: 0;
  }
  .lsw-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .lsw-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .lsw-offset-sm-3 {
    margin-left: 25%;
  }
  .lsw-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .lsw-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .lsw-offset-sm-6 {
    margin-left: 50%;
  }
  .lsw-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .lsw-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .lsw-offset-sm-9 {
    margin-left: 75%;
  }
  .lsw-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .lsw-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .lsw-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .lsw-row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lsw-row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .lsw-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .lsw-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .lsw-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .lsw-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .lsw-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lsw-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .lsw-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .lsw-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-offset-md-0 {
    margin-left: 0;
  }
  .lsw-offset-md-1 {
    margin-left: 8.333333%;
  }
  .lsw-offset-md-2 {
    margin-left: 16.666667%;
  }
  .lsw-offset-md-3 {
    margin-left: 25%;
  }
  .lsw-offset-md-4 {
    margin-left: 33.333333%;
  }
  .lsw-offset-md-5 {
    margin-left: 41.666667%;
  }
  .lsw-offset-md-6 {
    margin-left: 50%;
  }
  .lsw-offset-md-7 {
    margin-left: 58.333333%;
  }
  .lsw-offset-md-8 {
    margin-left: 66.666667%;
  }
  .lsw-offset-md-9 {
    margin-left: 75%;
  }
  .lsw-offset-md-10 {
    margin-left: 83.333333%;
  }
  .lsw-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .lsw-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .lsw-row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lsw-row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .lsw-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .lsw-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .lsw-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .lsw-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .lsw-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lsw-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .lsw-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .lsw-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-offset-lg-0 {
    margin-left: 0;
  }
  .lsw-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .lsw-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .lsw-offset-lg-3 {
    margin-left: 25%;
  }
  .lsw-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .lsw-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .lsw-offset-lg-6 {
    margin-left: 50%;
  }
  .lsw-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .lsw-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .lsw-offset-lg-9 {
    margin-left: 75%;
  }
  .lsw-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .lsw-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .lsw-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .lsw-row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lsw-row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .lsw-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .lsw-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .lsw-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lsw-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .lsw-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .lsw-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lsw-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .lsw-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .lsw-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lsw-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .lsw-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .lsw-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lsw-offset-xl-0 {
    margin-left: 0;
  }
  .lsw-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .lsw-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .lsw-offset-xl-3 {
    margin-left: 25%;
  }
  .lsw-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .lsw-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .lsw-offset-xl-6 {
    margin-left: 50%;
  }
  .lsw-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .lsw-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .lsw-offset-xl-9 {
    margin-left: 75%;
  }
  .lsw-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .lsw-offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.lsw-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.lsw-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.lsw-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.lsw-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.lsw-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.lsw-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.lsw-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.lsw-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.lsw-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.lsw-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.lsw-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.lsw-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.lsw-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.lsw-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.lsw-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.lsw-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.lsw-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.lsw-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.lsw-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.lsw-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.lsw-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.lsw-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.lsw-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.lsw-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.lsw-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.lsw-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.lsw-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.lsw-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.lsw-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.lsw-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.lsw-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.lsw-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.lsw-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.lsw-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .lsw-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .lsw-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .lsw-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .lsw-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .lsw-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .lsw-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .lsw-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .lsw-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .lsw-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .lsw-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .lsw-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .lsw-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .lsw-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .lsw-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lsw-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .lsw-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .lsw-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .lsw-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .lsw-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .lsw-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .lsw-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .lsw-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .lsw-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .lsw-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .lsw-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .lsw-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .lsw-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .lsw-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .lsw-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .lsw-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .lsw-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .lsw-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .lsw-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .lsw-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .lsw-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .lsw-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .lsw-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .lsw-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .lsw-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .lsw-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .lsw-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .lsw-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .lsw-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .lsw-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .lsw-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .lsw-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .lsw-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .lsw-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lsw-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .lsw-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .lsw-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .lsw-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .lsw-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .lsw-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .lsw-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .lsw-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .lsw-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .lsw-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .lsw-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .lsw-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .lsw-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .lsw-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .lsw-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .lsw-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .lsw-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .lsw-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .lsw-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .lsw-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .lsw-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .lsw-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .lsw-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .lsw-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .lsw-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .lsw-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .lsw-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .lsw-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .lsw-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .lsw-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .lsw-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .lsw-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .lsw-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .lsw-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lsw-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .lsw-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .lsw-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .lsw-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .lsw-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .lsw-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .lsw-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .lsw-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .lsw-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .lsw-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .lsw-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .lsw-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .lsw-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .lsw-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .lsw-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .lsw-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .lsw-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .lsw-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .lsw-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .lsw-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .lsw-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .lsw-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .lsw-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .lsw-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .lsw-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .lsw-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .lsw-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .lsw-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .lsw-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .lsw-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .lsw-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .lsw-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .lsw-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .lsw-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .lsw-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .lsw-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .lsw-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .lsw-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .lsw-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .lsw-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .lsw-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .lsw-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .lsw-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .lsw-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .lsw-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .lsw-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .lsw-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .lsw-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .lsw-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .lsw-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .lsw-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .lsw-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .lsw-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .lsw-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.lsw-m-0 {
  margin: 0 !important;
}

.lsw-mt-0,
.lsw-my-0 {
  margin-top: 0 !important;
}

.lsw-mr-0,
.lsw-mx-0 {
  margin-right: 0 !important;
}

.lsw-mb-0,
.lsw-my-0 {
  margin-bottom: 0 !important;
}

.lsw-ml-0,
.lsw-mx-0 {
  margin-left: 0 !important;
}

.lsw-m-1 {
  margin: 0.25rem !important;
}

.lsw-mt-1,
.lsw-my-1 {
  margin-top: 0.25rem !important;
}

.lsw-mr-1,
.lsw-mx-1 {
  margin-right: 0.25rem !important;
}

.lsw-mb-1,
.lsw-my-1 {
  margin-bottom: 0.25rem !important;
}

.lsw-ml-1,
.lsw-mx-1 {
  margin-left: 0.25rem !important;
}

.lsw-m-2 {
  margin: 0.5rem !important;
}

.lsw-mt-2,
.lsw-my-2 {
  margin-top: 0.5rem !important;
}

.lsw-mr-2,
.lsw-mx-2 {
  margin-right: 0.5rem !important;
}

.lsw-mb-2,
.lsw-my-2 {
  margin-bottom: 0.5rem !important;
}

.lsw-ml-2,
.lsw-mx-2 {
  margin-left: 0.5rem !important;
}

.lsw-m-3 {
  margin: 1rem !important;
}

.lsw-mt-3,
.lsw-my-3 {
  margin-top: 1rem !important;
}

.lsw-mr-3,
.lsw-mx-3 {
  margin-right: 1rem !important;
}

.lsw-mb-3,
.lsw-my-3 {
  margin-bottom: 1rem !important;
}

.lsw-ml-3,
.lsw-mx-3 {
  margin-left: 1rem !important;
}

.lsw-m-4 {
  margin: 1.5rem !important;
}

.lsw-mt-4,
.lsw-my-4 {
  margin-top: 1.5rem !important;
}

.lsw-mr-4,
.lsw-mx-4 {
  margin-right: 1.5rem !important;
}

.lsw-mb-4,
.lsw-my-4 {
  margin-bottom: 1.5rem !important;
}

.lsw-ml-4,
.lsw-mx-4 {
  margin-left: 1.5rem !important;
}

.lsw-m-5 {
  margin: 3rem !important;
}

.lsw-mt-5,
.lsw-my-5 {
  margin-top: 3rem !important;
}

.lsw-mr-5,
.lsw-mx-5 {
  margin-right: 3rem !important;
}

.lsw-mb-5,
.lsw-my-5 {
  margin-bottom: 3rem !important;
}

.lsw-ml-5,
.lsw-mx-5 {
  margin-left: 3rem !important;
}

.lsw-p-0 {
  padding: 0 !important;
}

.lsw-pt-0,
.lsw-py-0 {
  padding-top: 0 !important;
}

.lsw-pr-0,
.lsw-px-0 {
  padding-right: 0 !important;
}

.lsw-pb-0,
.lsw-py-0 {
  padding-bottom: 0 !important;
}

.lsw-pl-0,
.lsw-px-0 {
  padding-left: 0 !important;
}

.lsw-p-1 {
  padding: 0.25rem !important;
}

.lsw-pt-1,
.lsw-py-1 {
  padding-top: 0.25rem !important;
}

.lsw-pr-1,
.lsw-px-1 {
  padding-right: 0.25rem !important;
}

.lsw-pb-1,
.lsw-py-1 {
  padding-bottom: 0.25rem !important;
}

.lsw-pl-1,
.lsw-px-1 {
  padding-left: 0.25rem !important;
}

.lsw-p-2 {
  padding: 0.5rem !important;
}

.lsw-pt-2,
.lsw-py-2 {
  padding-top: 0.5rem !important;
}

.lsw-pr-2,
.lsw-px-2 {
  padding-right: 0.5rem !important;
}

.lsw-pb-2,
.lsw-py-2 {
  padding-bottom: 0.5rem !important;
}

.lsw-pl-2,
.lsw-px-2 {
  padding-left: 0.5rem !important;
}

.lsw-p-3 {
  padding: 1rem !important;
}

.lsw-pt-3,
.lsw-py-3 {
  padding-top: 1rem !important;
}

.lsw-pr-3,
.lsw-px-3 {
  padding-right: 1rem !important;
}

.lsw-pb-3,
.lsw-py-3 {
  padding-bottom: 1rem !important;
}

.lsw-pl-3,
.lsw-px-3 {
  padding-left: 1rem !important;
}

.lsw-p-4 {
  padding: 1.5rem !important;
}

.lsw-pt-4,
.lsw-py-4 {
  padding-top: 1.5rem !important;
}

.lsw-pr-4,
.lsw-px-4 {
  padding-right: 1.5rem !important;
}

.lsw-pb-4,
.lsw-py-4 {
  padding-bottom: 1.5rem !important;
}

.lsw-pl-4,
.lsw-px-4 {
  padding-left: 1.5rem !important;
}

.lsw-p-5 {
  padding: 3rem !important;
}

.lsw-pt-5,
.lsw-py-5 {
  padding-top: 3rem !important;
}

.lsw-pr-5,
.lsw-px-5 {
  padding-right: 3rem !important;
}

.lsw-pb-5,
.lsw-py-5 {
  padding-bottom: 3rem !important;
}

.lsw-pl-5,
.lsw-px-5 {
  padding-left: 3rem !important;
}

.lsw-m-n1 {
  margin: -0.25rem !important;
}

.lsw-mt-n1,
.lsw-my-n1 {
  margin-top: -0.25rem !important;
}

.lsw-mr-n1,
.lsw-mx-n1 {
  margin-right: -0.25rem !important;
}

.lsw-mb-n1,
.lsw-my-n1 {
  margin-bottom: -0.25rem !important;
}

.lsw-ml-n1,
.lsw-mx-n1 {
  margin-left: -0.25rem !important;
}

.lsw-m-n2 {
  margin: -0.5rem !important;
}

.lsw-mt-n2,
.lsw-my-n2 {
  margin-top: -0.5rem !important;
}

.lsw-mr-n2,
.lsw-mx-n2 {
  margin-right: -0.5rem !important;
}

.lsw-mb-n2,
.lsw-my-n2 {
  margin-bottom: -0.5rem !important;
}

.lsw-ml-n2,
.lsw-mx-n2 {
  margin-left: -0.5rem !important;
}

.lsw-m-n3 {
  margin: -1rem !important;
}

.lsw-mt-n3,
.lsw-my-n3 {
  margin-top: -1rem !important;
}

.lsw-mr-n3,
.lsw-mx-n3 {
  margin-right: -1rem !important;
}

.lsw-mb-n3,
.lsw-my-n3 {
  margin-bottom: -1rem !important;
}

.lsw-ml-n3,
.lsw-mx-n3 {
  margin-left: -1rem !important;
}

.lsw-m-n4 {
  margin: -1.5rem !important;
}

.lsw-mt-n4,
.lsw-my-n4 {
  margin-top: -1.5rem !important;
}

.lsw-mr-n4,
.lsw-mx-n4 {
  margin-right: -1.5rem !important;
}

.lsw-mb-n4,
.lsw-my-n4 {
  margin-bottom: -1.5rem !important;
}

.lsw-ml-n4,
.lsw-mx-n4 {
  margin-left: -1.5rem !important;
}

.lsw-m-n5 {
  margin: -3rem !important;
}

.lsw-mt-n5,
.lsw-my-n5 {
  margin-top: -3rem !important;
}

.lsw-mr-n5,
.lsw-mx-n5 {
  margin-right: -3rem !important;
}

.lsw-mb-n5,
.lsw-my-n5 {
  margin-bottom: -3rem !important;
}

.lsw-ml-n5,
.lsw-mx-n5 {
  margin-left: -3rem !important;
}

.lsw-m-auto {
  margin: auto !important;
}

.lsw-mt-auto,
.lsw-my-auto {
  margin-top: auto !important;
}

.lsw-mr-auto,
.lsw-mx-auto {
  margin-right: auto !important;
}

.lsw-mb-auto,
.lsw-my-auto {
  margin-bottom: auto !important;
}

.lsw-ml-auto,
.lsw-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .lsw-m-sm-0 {
    margin: 0 !important;
  }
  .lsw-mt-sm-0,
  .lsw-my-sm-0 {
    margin-top: 0 !important;
  }
  .lsw-mr-sm-0,
  .lsw-mx-sm-0 {
    margin-right: 0 !important;
  }
  .lsw-mb-sm-0,
  .lsw-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .lsw-ml-sm-0,
  .lsw-mx-sm-0 {
    margin-left: 0 !important;
  }
  .lsw-m-sm-1 {
    margin: 0.25rem !important;
  }
  .lsw-mt-sm-1,
  .lsw-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .lsw-mr-sm-1,
  .lsw-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .lsw-mb-sm-1,
  .lsw-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .lsw-ml-sm-1,
  .lsw-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .lsw-m-sm-2 {
    margin: 0.5rem !important;
  }
  .lsw-mt-sm-2,
  .lsw-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .lsw-mr-sm-2,
  .lsw-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .lsw-mb-sm-2,
  .lsw-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .lsw-ml-sm-2,
  .lsw-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .lsw-m-sm-3 {
    margin: 1rem !important;
  }
  .lsw-mt-sm-3,
  .lsw-my-sm-3 {
    margin-top: 1rem !important;
  }
  .lsw-mr-sm-3,
  .lsw-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .lsw-mb-sm-3,
  .lsw-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .lsw-ml-sm-3,
  .lsw-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .lsw-m-sm-4 {
    margin: 1.5rem !important;
  }
  .lsw-mt-sm-4,
  .lsw-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .lsw-mr-sm-4,
  .lsw-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .lsw-mb-sm-4,
  .lsw-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .lsw-ml-sm-4,
  .lsw-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .lsw-m-sm-5 {
    margin: 3rem !important;
  }
  .lsw-mt-sm-5,
  .lsw-my-sm-5 {
    margin-top: 3rem !important;
  }
  .lsw-mr-sm-5,
  .lsw-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .lsw-mb-sm-5,
  .lsw-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .lsw-ml-sm-5,
  .lsw-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .lsw-p-sm-0 {
    padding: 0 !important;
  }
  .lsw-pt-sm-0,
  .lsw-py-sm-0 {
    padding-top: 0 !important;
  }
  .lsw-pr-sm-0,
  .lsw-px-sm-0 {
    padding-right: 0 !important;
  }
  .lsw-pb-sm-0,
  .lsw-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .lsw-pl-sm-0,
  .lsw-px-sm-0 {
    padding-left: 0 !important;
  }
  .lsw-p-sm-1 {
    padding: 0.25rem !important;
  }
  .lsw-pt-sm-1,
  .lsw-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .lsw-pr-sm-1,
  .lsw-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .lsw-pb-sm-1,
  .lsw-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .lsw-pl-sm-1,
  .lsw-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .lsw-p-sm-2 {
    padding: 0.5rem !important;
  }
  .lsw-pt-sm-2,
  .lsw-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .lsw-pr-sm-2,
  .lsw-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .lsw-pb-sm-2,
  .lsw-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .lsw-pl-sm-2,
  .lsw-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .lsw-p-sm-3 {
    padding: 1rem !important;
  }
  .lsw-pt-sm-3,
  .lsw-py-sm-3 {
    padding-top: 1rem !important;
  }
  .lsw-pr-sm-3,
  .lsw-px-sm-3 {
    padding-right: 1rem !important;
  }
  .lsw-pb-sm-3,
  .lsw-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .lsw-pl-sm-3,
  .lsw-px-sm-3 {
    padding-left: 1rem !important;
  }
  .lsw-p-sm-4 {
    padding: 1.5rem !important;
  }
  .lsw-pt-sm-4,
  .lsw-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .lsw-pr-sm-4,
  .lsw-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .lsw-pb-sm-4,
  .lsw-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .lsw-pl-sm-4,
  .lsw-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .lsw-p-sm-5 {
    padding: 3rem !important;
  }
  .lsw-pt-sm-5,
  .lsw-py-sm-5 {
    padding-top: 3rem !important;
  }
  .lsw-pr-sm-5,
  .lsw-px-sm-5 {
    padding-right: 3rem !important;
  }
  .lsw-pb-sm-5,
  .lsw-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .lsw-pl-sm-5,
  .lsw-px-sm-5 {
    padding-left: 3rem !important;
  }
  .lsw-m-sm-n1 {
    margin: -0.25rem !important;
  }
  .lsw-mt-sm-n1,
  .lsw-my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .lsw-mr-sm-n1,
  .lsw-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .lsw-mb-sm-n1,
  .lsw-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .lsw-ml-sm-n1,
  .lsw-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .lsw-m-sm-n2 {
    margin: -0.5rem !important;
  }
  .lsw-mt-sm-n2,
  .lsw-my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .lsw-mr-sm-n2,
  .lsw-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .lsw-mb-sm-n2,
  .lsw-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .lsw-ml-sm-n2,
  .lsw-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .lsw-m-sm-n3 {
    margin: -1rem !important;
  }
  .lsw-mt-sm-n3,
  .lsw-my-sm-n3 {
    margin-top: -1rem !important;
  }
  .lsw-mr-sm-n3,
  .lsw-mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .lsw-mb-sm-n3,
  .lsw-my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .lsw-ml-sm-n3,
  .lsw-mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .lsw-m-sm-n4 {
    margin: -1.5rem !important;
  }
  .lsw-mt-sm-n4,
  .lsw-my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .lsw-mr-sm-n4,
  .lsw-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .lsw-mb-sm-n4,
  .lsw-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .lsw-ml-sm-n4,
  .lsw-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .lsw-m-sm-n5 {
    margin: -3rem !important;
  }
  .lsw-mt-sm-n5,
  .lsw-my-sm-n5 {
    margin-top: -3rem !important;
  }
  .lsw-mr-sm-n5,
  .lsw-mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .lsw-mb-sm-n5,
  .lsw-my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .lsw-ml-sm-n5,
  .lsw-mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .lsw-m-sm-auto {
    margin: auto !important;
  }
  .lsw-mt-sm-auto,
  .lsw-my-sm-auto {
    margin-top: auto !important;
  }
  .lsw-mr-sm-auto,
  .lsw-mx-sm-auto {
    margin-right: auto !important;
  }
  .lsw-mb-sm-auto,
  .lsw-my-sm-auto {
    margin-bottom: auto !important;
  }
  .lsw-ml-sm-auto,
  .lsw-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .lsw-m-md-0 {
    margin: 0 !important;
  }
  .lsw-mt-md-0,
  .lsw-my-md-0 {
    margin-top: 0 !important;
  }
  .lsw-mr-md-0,
  .lsw-mx-md-0 {
    margin-right: 0 !important;
  }
  .lsw-mb-md-0,
  .lsw-my-md-0 {
    margin-bottom: 0 !important;
  }
  .lsw-ml-md-0,
  .lsw-mx-md-0 {
    margin-left: 0 !important;
  }
  .lsw-m-md-1 {
    margin: 0.25rem !important;
  }
  .lsw-mt-md-1,
  .lsw-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .lsw-mr-md-1,
  .lsw-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .lsw-mb-md-1,
  .lsw-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .lsw-ml-md-1,
  .lsw-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .lsw-m-md-2 {
    margin: 0.5rem !important;
  }
  .lsw-mt-md-2,
  .lsw-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .lsw-mr-md-2,
  .lsw-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .lsw-mb-md-2,
  .lsw-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .lsw-ml-md-2,
  .lsw-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .lsw-m-md-3 {
    margin: 1rem !important;
  }
  .lsw-mt-md-3,
  .lsw-my-md-3 {
    margin-top: 1rem !important;
  }
  .lsw-mr-md-3,
  .lsw-mx-md-3 {
    margin-right: 1rem !important;
  }
  .lsw-mb-md-3,
  .lsw-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .lsw-ml-md-3,
  .lsw-mx-md-3 {
    margin-left: 1rem !important;
  }
  .lsw-m-md-4 {
    margin: 1.5rem !important;
  }
  .lsw-mt-md-4,
  .lsw-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .lsw-mr-md-4,
  .lsw-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .lsw-mb-md-4,
  .lsw-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .lsw-ml-md-4,
  .lsw-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .lsw-m-md-5 {
    margin: 3rem !important;
  }
  .lsw-mt-md-5,
  .lsw-my-md-5 {
    margin-top: 3rem !important;
  }
  .lsw-mr-md-5,
  .lsw-mx-md-5 {
    margin-right: 3rem !important;
  }
  .lsw-mb-md-5,
  .lsw-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .lsw-ml-md-5,
  .lsw-mx-md-5 {
    margin-left: 3rem !important;
  }
  .lsw-p-md-0 {
    padding: 0 !important;
  }
  .lsw-pt-md-0,
  .lsw-py-md-0 {
    padding-top: 0 !important;
  }
  .lsw-pr-md-0,
  .lsw-px-md-0 {
    padding-right: 0 !important;
  }
  .lsw-pb-md-0,
  .lsw-py-md-0 {
    padding-bottom: 0 !important;
  }
  .lsw-pl-md-0,
  .lsw-px-md-0 {
    padding-left: 0 !important;
  }
  .lsw-p-md-1 {
    padding: 0.25rem !important;
  }
  .lsw-pt-md-1,
  .lsw-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .lsw-pr-md-1,
  .lsw-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .lsw-pb-md-1,
  .lsw-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .lsw-pl-md-1,
  .lsw-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .lsw-p-md-2 {
    padding: 0.5rem !important;
  }
  .lsw-pt-md-2,
  .lsw-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .lsw-pr-md-2,
  .lsw-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .lsw-pb-md-2,
  .lsw-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .lsw-pl-md-2,
  .lsw-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .lsw-p-md-3 {
    padding: 1rem !important;
  }
  .lsw-pt-md-3,
  .lsw-py-md-3 {
    padding-top: 1rem !important;
  }
  .lsw-pr-md-3,
  .lsw-px-md-3 {
    padding-right: 1rem !important;
  }
  .lsw-pb-md-3,
  .lsw-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .lsw-pl-md-3,
  .lsw-px-md-3 {
    padding-left: 1rem !important;
  }
  .lsw-p-md-4 {
    padding: 1.5rem !important;
  }
  .lsw-pt-md-4,
  .lsw-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .lsw-pr-md-4,
  .lsw-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .lsw-pb-md-4,
  .lsw-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .lsw-pl-md-4,
  .lsw-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .lsw-p-md-5 {
    padding: 3rem !important;
  }
  .lsw-pt-md-5,
  .lsw-py-md-5 {
    padding-top: 3rem !important;
  }
  .lsw-pr-md-5,
  .lsw-px-md-5 {
    padding-right: 3rem !important;
  }
  .lsw-pb-md-5,
  .lsw-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .lsw-pl-md-5,
  .lsw-px-md-5 {
    padding-left: 3rem !important;
  }
  .lsw-m-md-n1 {
    margin: -0.25rem !important;
  }
  .lsw-mt-md-n1,
  .lsw-my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .lsw-mr-md-n1,
  .lsw-mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .lsw-mb-md-n1,
  .lsw-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .lsw-ml-md-n1,
  .lsw-mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .lsw-m-md-n2 {
    margin: -0.5rem !important;
  }
  .lsw-mt-md-n2,
  .lsw-my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .lsw-mr-md-n2,
  .lsw-mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .lsw-mb-md-n2,
  .lsw-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .lsw-ml-md-n2,
  .lsw-mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .lsw-m-md-n3 {
    margin: -1rem !important;
  }
  .lsw-mt-md-n3,
  .lsw-my-md-n3 {
    margin-top: -1rem !important;
  }
  .lsw-mr-md-n3,
  .lsw-mx-md-n3 {
    margin-right: -1rem !important;
  }
  .lsw-mb-md-n3,
  .lsw-my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .lsw-ml-md-n3,
  .lsw-mx-md-n3 {
    margin-left: -1rem !important;
  }
  .lsw-m-md-n4 {
    margin: -1.5rem !important;
  }
  .lsw-mt-md-n4,
  .lsw-my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .lsw-mr-md-n4,
  .lsw-mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .lsw-mb-md-n4,
  .lsw-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .lsw-ml-md-n4,
  .lsw-mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .lsw-m-md-n5 {
    margin: -3rem !important;
  }
  .lsw-mt-md-n5,
  .lsw-my-md-n5 {
    margin-top: -3rem !important;
  }
  .lsw-mr-md-n5,
  .lsw-mx-md-n5 {
    margin-right: -3rem !important;
  }
  .lsw-mb-md-n5,
  .lsw-my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .lsw-ml-md-n5,
  .lsw-mx-md-n5 {
    margin-left: -3rem !important;
  }
  .lsw-m-md-auto {
    margin: auto !important;
  }
  .lsw-mt-md-auto,
  .lsw-my-md-auto {
    margin-top: auto !important;
  }
  .lsw-mr-md-auto,
  .lsw-mx-md-auto {
    margin-right: auto !important;
  }
  .lsw-mb-md-auto,
  .lsw-my-md-auto {
    margin-bottom: auto !important;
  }
  .lsw-ml-md-auto,
  .lsw-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .lsw-m-lg-0 {
    margin: 0 !important;
  }
  .lsw-mt-lg-0,
  .lsw-my-lg-0 {
    margin-top: 0 !important;
  }
  .lsw-mr-lg-0,
  .lsw-mx-lg-0 {
    margin-right: 0 !important;
  }
  .lsw-mb-lg-0,
  .lsw-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .lsw-ml-lg-0,
  .lsw-mx-lg-0 {
    margin-left: 0 !important;
  }
  .lsw-m-lg-1 {
    margin: 0.25rem !important;
  }
  .lsw-mt-lg-1,
  .lsw-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .lsw-mr-lg-1,
  .lsw-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .lsw-mb-lg-1,
  .lsw-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .lsw-ml-lg-1,
  .lsw-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .lsw-m-lg-2 {
    margin: 0.5rem !important;
  }
  .lsw-mt-lg-2,
  .lsw-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .lsw-mr-lg-2,
  .lsw-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .lsw-mb-lg-2,
  .lsw-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .lsw-ml-lg-2,
  .lsw-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .lsw-m-lg-3 {
    margin: 1rem !important;
  }
  .lsw-mt-lg-3,
  .lsw-my-lg-3 {
    margin-top: 1rem !important;
  }
  .lsw-mr-lg-3,
  .lsw-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .lsw-mb-lg-3,
  .lsw-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .lsw-ml-lg-3,
  .lsw-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .lsw-m-lg-4 {
    margin: 1.5rem !important;
  }
  .lsw-mt-lg-4,
  .lsw-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .lsw-mr-lg-4,
  .lsw-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .lsw-mb-lg-4,
  .lsw-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .lsw-ml-lg-4,
  .lsw-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .lsw-m-lg-5 {
    margin: 3rem !important;
  }
  .lsw-mt-lg-5,
  .lsw-my-lg-5 {
    margin-top: 3rem !important;
  }
  .lsw-mr-lg-5,
  .lsw-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .lsw-mb-lg-5,
  .lsw-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .lsw-ml-lg-5,
  .lsw-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .lsw-p-lg-0 {
    padding: 0 !important;
  }
  .lsw-pt-lg-0,
  .lsw-py-lg-0 {
    padding-top: 0 !important;
  }
  .lsw-pr-lg-0,
  .lsw-px-lg-0 {
    padding-right: 0 !important;
  }
  .lsw-pb-lg-0,
  .lsw-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .lsw-pl-lg-0,
  .lsw-px-lg-0 {
    padding-left: 0 !important;
  }
  .lsw-p-lg-1 {
    padding: 0.25rem !important;
  }
  .lsw-pt-lg-1,
  .lsw-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .lsw-pr-lg-1,
  .lsw-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .lsw-pb-lg-1,
  .lsw-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .lsw-pl-lg-1,
  .lsw-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .lsw-p-lg-2 {
    padding: 0.5rem !important;
  }
  .lsw-pt-lg-2,
  .lsw-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .lsw-pr-lg-2,
  .lsw-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .lsw-pb-lg-2,
  .lsw-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .lsw-pl-lg-2,
  .lsw-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .lsw-p-lg-3 {
    padding: 1rem !important;
  }
  .lsw-pt-lg-3,
  .lsw-py-lg-3 {
    padding-top: 1rem !important;
  }
  .lsw-pr-lg-3,
  .lsw-px-lg-3 {
    padding-right: 1rem !important;
  }
  .lsw-pb-lg-3,
  .lsw-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .lsw-pl-lg-3,
  .lsw-px-lg-3 {
    padding-left: 1rem !important;
  }
  .lsw-p-lg-4 {
    padding: 1.5rem !important;
  }
  .lsw-pt-lg-4,
  .lsw-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .lsw-pr-lg-4,
  .lsw-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .lsw-pb-lg-4,
  .lsw-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .lsw-pl-lg-4,
  .lsw-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .lsw-p-lg-5 {
    padding: 3rem !important;
  }
  .lsw-pt-lg-5,
  .lsw-py-lg-5 {
    padding-top: 3rem !important;
  }
  .lsw-pr-lg-5,
  .lsw-px-lg-5 {
    padding-right: 3rem !important;
  }
  .lsw-pb-lg-5,
  .lsw-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .lsw-pl-lg-5,
  .lsw-px-lg-5 {
    padding-left: 3rem !important;
  }
  .lsw-m-lg-n1 {
    margin: -0.25rem !important;
  }
  .lsw-mt-lg-n1,
  .lsw-my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .lsw-mr-lg-n1,
  .lsw-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .lsw-mb-lg-n1,
  .lsw-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .lsw-ml-lg-n1,
  .lsw-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .lsw-m-lg-n2 {
    margin: -0.5rem !important;
  }
  .lsw-mt-lg-n2,
  .lsw-my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .lsw-mr-lg-n2,
  .lsw-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .lsw-mb-lg-n2,
  .lsw-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .lsw-ml-lg-n2,
  .lsw-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .lsw-m-lg-n3 {
    margin: -1rem !important;
  }
  .lsw-mt-lg-n3,
  .lsw-my-lg-n3 {
    margin-top: -1rem !important;
  }
  .lsw-mr-lg-n3,
  .lsw-mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .lsw-mb-lg-n3,
  .lsw-my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .lsw-ml-lg-n3,
  .lsw-mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .lsw-m-lg-n4 {
    margin: -1.5rem !important;
  }
  .lsw-mt-lg-n4,
  .lsw-my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .lsw-mr-lg-n4,
  .lsw-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .lsw-mb-lg-n4,
  .lsw-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .lsw-ml-lg-n4,
  .lsw-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .lsw-m-lg-n5 {
    margin: -3rem !important;
  }
  .lsw-mt-lg-n5,
  .lsw-my-lg-n5 {
    margin-top: -3rem !important;
  }
  .lsw-mr-lg-n5,
  .lsw-mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .lsw-mb-lg-n5,
  .lsw-my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .lsw-ml-lg-n5,
  .lsw-mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .lsw-m-lg-auto {
    margin: auto !important;
  }
  .lsw-mt-lg-auto,
  .lsw-my-lg-auto {
    margin-top: auto !important;
  }
  .lsw-mr-lg-auto,
  .lsw-mx-lg-auto {
    margin-right: auto !important;
  }
  .lsw-mb-lg-auto,
  .lsw-my-lg-auto {
    margin-bottom: auto !important;
  }
  .lsw-ml-lg-auto,
  .lsw-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .lsw-m-xl-0 {
    margin: 0 !important;
  }
  .lsw-mt-xl-0,
  .lsw-my-xl-0 {
    margin-top: 0 !important;
  }
  .lsw-mr-xl-0,
  .lsw-mx-xl-0 {
    margin-right: 0 !important;
  }
  .lsw-mb-xl-0,
  .lsw-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .lsw-ml-xl-0,
  .lsw-mx-xl-0 {
    margin-left: 0 !important;
  }
  .lsw-m-xl-1 {
    margin: 0.25rem !important;
  }
  .lsw-mt-xl-1,
  .lsw-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .lsw-mr-xl-1,
  .lsw-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .lsw-mb-xl-1,
  .lsw-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .lsw-ml-xl-1,
  .lsw-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .lsw-m-xl-2 {
    margin: 0.5rem !important;
  }
  .lsw-mt-xl-2,
  .lsw-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .lsw-mr-xl-2,
  .lsw-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .lsw-mb-xl-2,
  .lsw-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .lsw-ml-xl-2,
  .lsw-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .lsw-m-xl-3 {
    margin: 1rem !important;
  }
  .lsw-mt-xl-3,
  .lsw-my-xl-3 {
    margin-top: 1rem !important;
  }
  .lsw-mr-xl-3,
  .lsw-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .lsw-mb-xl-3,
  .lsw-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .lsw-ml-xl-3,
  .lsw-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .lsw-m-xl-4 {
    margin: 1.5rem !important;
  }
  .lsw-mt-xl-4,
  .lsw-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .lsw-mr-xl-4,
  .lsw-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .lsw-mb-xl-4,
  .lsw-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .lsw-ml-xl-4,
  .lsw-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .lsw-m-xl-5 {
    margin: 3rem !important;
  }
  .lsw-mt-xl-5,
  .lsw-my-xl-5 {
    margin-top: 3rem !important;
  }
  .lsw-mr-xl-5,
  .lsw-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .lsw-mb-xl-5,
  .lsw-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .lsw-ml-xl-5,
  .lsw-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .lsw-p-xl-0 {
    padding: 0 !important;
  }
  .lsw-pt-xl-0,
  .lsw-py-xl-0 {
    padding-top: 0 !important;
  }
  .lsw-pr-xl-0,
  .lsw-px-xl-0 {
    padding-right: 0 !important;
  }
  .lsw-pb-xl-0,
  .lsw-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .lsw-pl-xl-0,
  .lsw-px-xl-0 {
    padding-left: 0 !important;
  }
  .lsw-p-xl-1 {
    padding: 0.25rem !important;
  }
  .lsw-pt-xl-1,
  .lsw-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .lsw-pr-xl-1,
  .lsw-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .lsw-pb-xl-1,
  .lsw-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .lsw-pl-xl-1,
  .lsw-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .lsw-p-xl-2 {
    padding: 0.5rem !important;
  }
  .lsw-pt-xl-2,
  .lsw-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .lsw-pr-xl-2,
  .lsw-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .lsw-pb-xl-2,
  .lsw-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .lsw-pl-xl-2,
  .lsw-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .lsw-p-xl-3 {
    padding: 1rem !important;
  }
  .lsw-pt-xl-3,
  .lsw-py-xl-3 {
    padding-top: 1rem !important;
  }
  .lsw-pr-xl-3,
  .lsw-px-xl-3 {
    padding-right: 1rem !important;
  }
  .lsw-pb-xl-3,
  .lsw-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .lsw-pl-xl-3,
  .lsw-px-xl-3 {
    padding-left: 1rem !important;
  }
  .lsw-p-xl-4 {
    padding: 1.5rem !important;
  }
  .lsw-pt-xl-4,
  .lsw-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .lsw-pr-xl-4,
  .lsw-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .lsw-pb-xl-4,
  .lsw-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .lsw-pl-xl-4,
  .lsw-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .lsw-p-xl-5 {
    padding: 3rem !important;
  }
  .lsw-pt-xl-5,
  .lsw-py-xl-5 {
    padding-top: 3rem !important;
  }
  .lsw-pr-xl-5,
  .lsw-px-xl-5 {
    padding-right: 3rem !important;
  }
  .lsw-pb-xl-5,
  .lsw-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .lsw-pl-xl-5,
  .lsw-px-xl-5 {
    padding-left: 3rem !important;
  }
  .lsw-m-xl-n1 {
    margin: -0.25rem !important;
  }
  .lsw-mt-xl-n1,
  .lsw-my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .lsw-mr-xl-n1,
  .lsw-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .lsw-mb-xl-n1,
  .lsw-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .lsw-ml-xl-n1,
  .lsw-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .lsw-m-xl-n2 {
    margin: -0.5rem !important;
  }
  .lsw-mt-xl-n2,
  .lsw-my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .lsw-mr-xl-n2,
  .lsw-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .lsw-mb-xl-n2,
  .lsw-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .lsw-ml-xl-n2,
  .lsw-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .lsw-m-xl-n3 {
    margin: -1rem !important;
  }
  .lsw-mt-xl-n3,
  .lsw-my-xl-n3 {
    margin-top: -1rem !important;
  }
  .lsw-mr-xl-n3,
  .lsw-mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .lsw-mb-xl-n3,
  .lsw-my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .lsw-ml-xl-n3,
  .lsw-mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .lsw-m-xl-n4 {
    margin: -1.5rem !important;
  }
  .lsw-mt-xl-n4,
  .lsw-my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .lsw-mr-xl-n4,
  .lsw-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .lsw-mb-xl-n4,
  .lsw-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .lsw-ml-xl-n4,
  .lsw-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .lsw-m-xl-n5 {
    margin: -3rem !important;
  }
  .lsw-mt-xl-n5,
  .lsw-my-xl-n5 {
    margin-top: -3rem !important;
  }
  .lsw-mr-xl-n5,
  .lsw-mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .lsw-mb-xl-n5,
  .lsw-my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .lsw-ml-xl-n5,
  .lsw-mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .lsw-m-xl-auto {
    margin: auto !important;
  }
  .lsw-mt-xl-auto,
  .lsw-my-xl-auto {
    margin-top: auto !important;
  }
  .lsw-mr-xl-auto,
  .lsw-mx-xl-auto {
    margin-right: auto !important;
  }
  .lsw-mb-xl-auto,
  .lsw-my-xl-auto {
    margin-bottom: auto !important;
  }
  .lsw-ml-xl-auto,
  .lsw-mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */


.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/* text */
.lsw-text-danger {
  color: #dc3545 !important;
}

a.lsw-text-danger:hover, a.lsw-text-danger:focus {
  color: #a71d2a !important;
}

.lsw-text-right {
  text-align: right!important;
}

.w-100 {
  width:100%;
}


.lsw-float-right {
  float: right !important;
}

/* Nav tabs */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .lsw-nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.lsw-input-group-prepend,
.lsw-input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.lsw-input-group-prepend .lsw-btn,
.lsw-input-group-append .lsw-btn {
  position: relative;
  z-index: 2;
}

.lsw-input-group-prepend .lsw-btn:focus,
.lsw-input-group-append .lsw-btn:focus {
  z-index: 3;
}

.form-inline .lsw-input-group,
.form-inline .custom-select {
  width: auto;
}

.lsw-btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lsw-btn-toolbar .lsw-input-group {
  width: auto;
}

.lsw-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}


.lsw-input-group > .form-control,
.lsw-input-group > .form-control-plaintext,
.lsw-input-group > .custom-select,
.lsw-input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.lsw-input-group > .form-control + .form-control,
.lsw-input-group > .form-control + .custom-select,
.lsw-input-group > .form-control + .custom-file,
.lsw-input-group > .form-control-plaintext + .form-control,
.lsw-input-group > .form-control-plaintext + .custom-select,
.lsw-input-group > .form-control-plaintext + .custom-file,
.lsw-input-group > .custom-select + .form-control,
.lsw-input-group > .custom-select + .custom-select,
.lsw-input-group > .custom-select + .custom-file,
.lsw-input-group > .custom-file + .form-control,
.lsw-input-group > .custom-file + .custom-select,
.lsw-input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.lsw-input-group > .form-control:focus,
.lsw-input-group > .custom-select:focus,
.lsw-input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.lsw-input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.lsw-input-group > .form-control:not(:first-child),
.lsw-input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.lsw-input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.lsw-input-group > .custom-file:not(:last-child) .custom-file-label,
.lsw-input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lsw-input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.lsw-input-group:not(.has-validation) > .form-control:not(:last-child),
.lsw-input-group:not(.has-validation) > .custom-select:not(:last-child),
.lsw-input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.lsw-input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lsw-input-group.has-validation > .form-control:nth-last-child(n + 3),
.lsw-input-group.has-validation > .custom-select:nth-last-child(n + 3),
.lsw-input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.lsw-input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lsw-input-group-prepend,
.lsw-input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.lsw-input-group-prepend .lsw-btn,
.lsw-input-group-append .lsw-btn {
  position: relative;
  z-index: 2;
}

.lsw-input-group-prepend .lsw-btn:focus,
.lsw-input-group-append .lsw-btn:focus {
  z-index: 3;
}

.lsw-input-group-prepend .lsw-btn + .lsw-btn,
.lsw-input-group-prepend .lsw-btn + .lsw-input-group-text,
.lsw-input-group-prepend .lsw-input-group-text + .lsw-input-group-text,
.lsw-input-group-prepend .lsw-input-group-text + .lsw-btn,
.lsw-input-group-append .lsw-btn + .lsw-btn,
.lsw-input-group-append .lsw-btn + .lsw-input-group-text,
.lsw-input-group-append .lsw-input-group-text + .lsw-input-group-text,
.lsw-input-group-append .lsw-input-group-text + .lsw-btn {
  margin-left: -1px;
}

.lsw-input-group-prepend {
  margin-right: -1px;
}

.lsw-input-group-append {
  margin-left: -1px;
}

.lsw-input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.lsw-input-group-text input[type="radio"],
.lsw-input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.lsw-input-group-lg > .form-control:not(textarea),
.lsw-input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.lsw-input-group-lg > .form-control,
.lsw-input-group-lg > .custom-select,
.lsw-input-group-lg > .lsw-input-group-prepend > .lsw-input-group-text,
.lsw-input-group-lg > .lsw-input-group-append > .lsw-input-group-text,
.lsw-input-group-lg > .lsw-input-group-prepend > .lsw-btn,
.lsw-input-group-lg > .lsw-input-group-append > .lsw-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.lsw-input-group-sm > .form-control:not(textarea),
.lsw-input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.lsw-input-group-sm > .form-control,
.lsw-input-group-sm > .custom-select,
.lsw-input-group-sm > .lsw-input-group-prepend > .lsw-input-group-text,
.lsw-input-group-sm > .lsw-input-group-append > .lsw-input-group-text,
.lsw-input-group-sm > .lsw-input-group-prepend > .lsw-btn,
.lsw-input-group-sm > .lsw-input-group-append > .lsw-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.lsw-input-group-lg > .custom-select,
.lsw-input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.lsw-input-group > .lsw-input-group-prepend > .lsw-btn,
.lsw-input-group > .lsw-input-group-prepend > .lsw-input-group-text,
.lsw-input-group:not(.has-validation) > .lsw-input-group-append:not(:last-child) > .lsw-btn,
.lsw-input-group:not(.has-validation) > .lsw-input-group-append:not(:last-child) > .lsw-input-group-text,
.lsw-input-group.has-validation > .lsw-input-group-append:nth-last-child(n + 3) > .lsw-btn,
.lsw-input-group.has-validation > .lsw-input-group-append:nth-last-child(n + 3) > .lsw-input-group-text,
.lsw-input-group > .lsw-input-group-append:last-child > .lsw-btn:not(:last-child):not(.dropdown-toggle),
.lsw-input-group > .lsw-input-group-append:last-child > .lsw-input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lsw-input-group > .lsw-input-group-append > .lsw-btn,
.lsw-input-group > .lsw-input-group-append > .lsw-input-group-text,
.lsw-input-group > .lsw-input-group-prepend:not(:first-child) > .lsw-btn,
.lsw-input-group > .lsw-input-group-prepend:not(:first-child) > .lsw-input-group-text,
.lsw-input-group > .lsw-input-group-prepend:first-child > .lsw-btn:not(:first-child),
.lsw-input-group > .lsw-input-group-prepend:first-child > .lsw-input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.lsw-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .lsw-badge {
    transition: none;
  }
}

a.lsw-badge:hover, a.lsw-badge:focus {
  text-decoration: none;
}

.lsw-badge:empty {
  display: none;
}

.lsw-btn .lsw-badge {
  position: relative;
  top: -1px;
}

.lsw-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.lsw-badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.lsw-badge-primary:hover, a.lsw-badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.lsw-badge-primary:focus, a.lsw-badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.lsw-badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.lsw-badge-secondary:hover, a.lsw-badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.lsw-badge-secondary:focus, a.lsw-badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.lsw-badge-success {
  color: #fff;
  background-color: #28a745;
}

a.lsw-badge-success:hover, a.lsw-badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.lsw-badge-success:focus, a.lsw-badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.lsw-badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.lsw-badge-info:hover, a.lsw-badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.lsw-badge-info:focus, a.lsw-badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.lsw-badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.lsw-badge-warning:hover, a.lsw-badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.lsw-badge-warning:focus, a.lsw-badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.lsw-badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.lsw-badge-danger:hover, a.lsw-badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.lsw-badge-danger:focus, a.lsw-badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.lsw-badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.lsw-badge-light:hover, a.lsw-badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.lsw-badge-light:focus, a.lsw-badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.lsw-badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.lsw-badge-dark:hover, a.lsw-badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.lsw-badge-dark:focus, a.lsw-badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}



/* list group */

.lsw-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.lsw-list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.lsw-list-group-item-action:hover, .lsw-list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.lsw-list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.lsw-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.lsw-list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.lsw-list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.lsw-list-group-item.disabled, .lsw-list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.lsw-list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.lsw-list-group-item + .lsw-list-group-item {
  border-top-width: 0;
}

.lsw-list-group-item + .lsw-list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.lsw-list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.lsw-list-group-horizontal > .lsw-list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.lsw-list-group-horizontal > .lsw-list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.lsw-list-group-horizontal > .lsw-list-group-item.active {
  margin-top: 0;
}

.lsw-list-group-horizontal > .lsw-list-group-item + .lsw-list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.lsw-list-group-horizontal > .lsw-list-group-item + .lsw-list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .lsw-list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lsw-list-group-horizontal-sm > .lsw-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .lsw-list-group-horizontal-sm > .lsw-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .lsw-list-group-horizontal-sm > .lsw-list-group-item.active {
    margin-top: 0;
  }
  .lsw-list-group-horizontal-sm > .lsw-list-group-item + .lsw-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .lsw-list-group-horizontal-sm > .lsw-list-group-item + .lsw-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .lsw-list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lsw-list-group-horizontal-md > .lsw-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .lsw-list-group-horizontal-md > .lsw-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .lsw-list-group-horizontal-md > .lsw-list-group-item.active {
    margin-top: 0;
  }
  .lsw-list-group-horizontal-md > .lsw-list-group-item + .lsw-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .lsw-list-group-horizontal-md > .lsw-list-group-item + .lsw-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .lsw-list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lsw-list-group-horizontal-lg > .lsw-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .lsw-list-group-horizontal-lg > .lsw-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .lsw-list-group-horizontal-lg > .lsw-list-group-item.active {
    margin-top: 0;
  }
  .lsw-list-group-horizontal-lg > .lsw-list-group-item + .lsw-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .lsw-list-group-horizontal-lg > .lsw-list-group-item + .lsw-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .lsw-list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lsw-list-group-horizontal-xl > .lsw-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .lsw-list-group-horizontal-xl > .lsw-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .lsw-list-group-horizontal-xl > .lsw-list-group-item.active {
    margin-top: 0;
  }
  .lsw-list-group-horizontal-xl > .lsw-list-group-item + .lsw-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .lsw-list-group-horizontal-xl > .lsw-list-group-item + .lsw-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.lsw-list-group-flush {
  border-radius: 0;
}

.lsw-list-group-flush > .lsw-list-group-item {
  border-width: 0 0 1px;
}

.lsw-list-group-flush > .lsw-list-group-item:last-child {
  border-bottom-width: 0;
}

.lsw-list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.lsw-list-group-item-primary.lsw-list-group-item-action:hover, .lsw-list-group-item-primary.lsw-list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.lsw-list-group-item-primary.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.lsw-list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.lsw-list-group-item-secondary.lsw-list-group-item-action:hover, .lsw-list-group-item-secondary.lsw-list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.lsw-list-group-item-secondary.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.lsw-list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.lsw-list-group-item-success.lsw-list-group-item-action:hover, .lsw-list-group-item-success.lsw-list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.lsw-list-group-item-success.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.lsw-list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.lsw-list-group-item-info.lsw-list-group-item-action:hover, .lsw-list-group-item-info.lsw-list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.lsw-list-group-item-info.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.lsw-list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.lsw-list-group-item-warning.lsw-list-group-item-action:hover, .lsw-list-group-item-warning.lsw-list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.lsw-list-group-item-warning.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.lsw-list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.lsw-list-group-item-danger.lsw-list-group-item-action:hover, .lsw-list-group-item-danger.lsw-list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.lsw-list-group-item-danger.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.lsw-list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.lsw-list-group-item-light.lsw-list-group-item-action:hover, .lsw-list-group-item-light.lsw-list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.lsw-list-group-item-light.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.lsw-list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.lsw-list-group-item-dark.lsw-list-group-item-action:hover, .lsw-list-group-item-dark.lsw-list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.lsw-list-group-item-dark.lsw-list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.lsw-border-0 {
  border: 0 !important;
}

.lsw-border {
  border: 1px solid #dee2e6 !important;
}


.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.lsw-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.lsw-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.lsw-btn-primary:focus, .lsw-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.lsw-btn-primary.disabled, .lsw-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.lsw-btn-primary:not(:disabled):not(.disabled):active, .lsw-btn-primary:not(:disabled):not(.disabled).active,
.show > .lsw-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.lsw-btn-primary:not(:disabled):not(.disabled):active:focus, .lsw-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.lsw-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.lsw-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.lsw-btn-secondary:focus, .lsw-btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.lsw-btn-secondary.disabled, .lsw-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.lsw-btn-secondary:not(:disabled):not(.disabled):active, .lsw-btn-secondary:not(:disabled):not(.disabled).active,
.show > .lsw-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.lsw-btn-secondary:not(:disabled):not(.disabled):active:focus, .lsw-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.lsw-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lsw-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.lsw-btn-success:focus, .lsw-btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.lsw-btn-success.disabled, .lsw-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lsw-btn-success:not(:disabled):not(.disabled):active, .lsw-btn-success:not(:disabled):not(.disabled).active,
.show > .lsw-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.lsw-btn-success:not(:disabled):not(.disabled):active:focus, .lsw-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.lsw-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lsw-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.lsw-btn-info:focus, .lsw-btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.lsw-btn-info.disabled, .lsw-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lsw-btn-info:not(:disabled):not(.disabled):active, .lsw-btn-info:not(:disabled):not(.disabled).active,
.show > .lsw-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.lsw-btn-info:not(:disabled):not(.disabled):active:focus, .lsw-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.lsw-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lsw-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.lsw-btn-warning:focus, .lsw-btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.lsw-btn-warning.disabled, .lsw-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lsw-btn-warning:not(:disabled):not(.disabled):active, .lsw-btn-warning:not(:disabled):not(.disabled).active,
.show > .lsw-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.lsw-btn-warning:not(:disabled):not(.disabled):active:focus, .lsw-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.lsw-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lsw-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.lsw-btn-danger:focus, .lsw-btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.lsw-btn-danger.disabled, .lsw-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lsw-btn-danger:not(:disabled):not(.disabled):active, .lsw-btn-danger:not(:disabled):not(.disabled).active,
.show > .lsw-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.lsw-btn-danger:not(:disabled):not(.disabled):active:focus, .lsw-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.lsw-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lsw-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.lsw-btn-light:focus, .lsw-btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.lsw-btn-light.disabled, .lsw-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lsw-btn-light:not(:disabled):not(.disabled):active, .lsw-btn-light:not(:disabled):not(.disabled).active,
.show > .lsw-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.lsw-btn-light:not(:disabled):not(.disabled):active:focus, .lsw-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.lsw-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lsw-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.lsw-btn-dark:focus, .lsw-btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.lsw-btn-dark.disabled, .lsw-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lsw-btn-dark:not(:disabled):not(.disabled):active, .lsw-btn-dark:not(:disabled):not(.disabled).active,
.show > .lsw-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.lsw-btn-dark:not(:disabled):not(.disabled):active:focus, .lsw-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.lsw-btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.lsw-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.lsw-btn-outline-primary:focus, .lsw-btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.lsw-btn-outline-primary.disabled, .lsw-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.lsw-btn-outline-primary:not(:disabled):not(.disabled):active, .lsw-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.lsw-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.lsw-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.lsw-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.lsw-btn-outline-secondary:focus, .lsw-btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.lsw-btn-outline-secondary.disabled, .lsw-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.lsw-btn-outline-secondary:not(:disabled):not(.disabled):active, .lsw-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.lsw-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.lsw-btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.lsw-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lsw-btn-outline-success:focus, .lsw-btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.lsw-btn-outline-success.disabled, .lsw-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.lsw-btn-outline-success:not(:disabled):not(.disabled):active, .lsw-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lsw-btn-outline-success:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.lsw-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.lsw-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lsw-btn-outline-info:focus, .lsw-btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.lsw-btn-outline-info.disabled, .lsw-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.lsw-btn-outline-info:not(:disabled):not(.disabled):active, .lsw-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lsw-btn-outline-info:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.lsw-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.lsw-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lsw-btn-outline-warning:focus, .lsw-btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.lsw-btn-outline-warning.disabled, .lsw-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.lsw-btn-outline-warning:not(:disabled):not(.disabled):active, .lsw-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lsw-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.lsw-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.lsw-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lsw-btn-outline-danger:focus, .lsw-btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.lsw-btn-outline-danger.disabled, .lsw-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.lsw-btn-outline-danger:not(:disabled):not(.disabled):active, .lsw-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lsw-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.lsw-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.lsw-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lsw-btn-outline-light:focus, .lsw-btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.lsw-btn-outline-light.disabled, .lsw-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.lsw-btn-outline-light:not(:disabled):not(.disabled):active, .lsw-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lsw-btn-outline-light:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.lsw-btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.lsw-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lsw-btn-outline-dark:focus, .lsw-btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.lsw-btn-outline-dark.disabled, .lsw-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.lsw-btn-outline-dark:not(:disabled):not(.disabled):active, .lsw-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .lsw-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lsw-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .lsw-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .lsw-btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.lsw-btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.lsw-btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.lsw-btn-link:focus, .lsw-btn-link.focus {
  text-decoration: underline;
}

.lsw-btn-link:disabled, .lsw-btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.lsw-btn-lg, .lsw-btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.lsw-btn-sm, .lsw-btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.lsw-btn-block {
  display: block;
  width: 100%;
}

.lsw-btn-block + .lsw-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].lsw-btn-block,
input[type="reset"].lsw-btn-block,
input[type="button"].lsw-btn-block {
  width: 100%;
}
