/*!
 * 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)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.flex-container,
.flex-container-fluid,
.flex-container-sm,
.flex-container-md,
.flex-container-lg,
.flex-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .flex-container, .flex-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .flex-container, .flex-container-sm, .flex-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .flex-container, .flex-container-sm, .flex-container-md, .flex-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .flex-container, .flex-container-sm, .flex-container-md, .flex-container-lg, .flex-container-xl {
    max-width: 1140px;
  }
}

.flex-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 > .flex-col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12, .flex-col,
.flex-col-auto, .flex-col-sm-1, .flex-col-sm-2, .flex-col-sm-3, .flex-col-sm-4, .flex-col-sm-5, .flex-col-sm-6, .flex-col-sm-7, .flex-col-sm-8, .flex-col-sm-9, .flex-col-sm-10, .flex-col-sm-11, .flex-col-sm-12, .flex-col-sm,
.flex-col-sm-auto, .flex-col-md-1, .flex-col-md-2, .flex-col-md-3, .flex-col-md-4, .flex-col-md-5, .flex-col-md-6, .flex-col-md-7, .flex-col-md-8, .flex-col-md-9, .flex-col-md-10, .flex-col-md-11, .flex-col-md-12, .flex-col-md,
.flex-col-md-auto, .flex-col-lg-1, .flex-col-lg-2, .flex-col-lg-3, .flex-col-lg-4, .flex-col-lg-5, .flex-col-lg-6, .flex-col-lg-7, .flex-col-lg-8, .flex-col-lg-9, .flex-col-lg-10, .flex-col-lg-11, .flex-col-lg-12, .flex-col-lg,
.flex-col-lg-auto, .flex-col-xl-1, .flex-col-xl-2, .flex-col-xl-3, .flex-col-xl-4, .flex-col-xl-5, .flex-col-xl-6, .flex-col-xl-7, .flex-col-xl-8, .flex-col-xl-9, .flex-col-xl-10, .flex-col-xl-11, .flex-col-xl-12, .flex-col-xl,
.flex-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.flex-row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

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

.flex-row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.flex-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.flex-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.flex-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.flex-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.flex-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.flex-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.flex-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.flex-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.flex-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.flex-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.flex-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.flex-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-order-first {
  -ms-flex-order: -1;
  order: -1;
}

.flex-order-last {
  -ms-flex-order: 13;
  order: 13;
}

.flex-order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.flex-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.flex-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.flex-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.flex-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.flex-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.flex-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.flex-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.flex-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.flex-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.flex-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.flex-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.flex-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.flex-offset-1 {
  margin-left: 8.333333%;
}

.flex-offset-2 {
  margin-left: 16.666667%;
}

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

.flex-offset-4 {
  margin-left: 33.333333%;
}

.flex-offset-5 {
  margin-left: 41.666667%;
}

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

.flex-offset-7 {
  margin-left: 58.333333%;
}

.flex-offset-8 {
  margin-left: 66.666667%;
}

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

.flex-offset-10 {
  margin-left: 83.333333%;
}

.flex-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .flex-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-offset-sm-0 {
    margin-left: 0;
  }
  .flex-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .flex-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .flex-offset-sm-3 {
    margin-left: 25%;
  }
  .flex-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .flex-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .flex-offset-sm-6 {
    margin-left: 50%;
  }
  .flex-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .flex-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .flex-offset-sm-9 {
    margin-left: 75%;
  }
  .flex-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .flex-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .flex-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-offset-md-0 {
    margin-left: 0;
  }
  .flex-offset-md-1 {
    margin-left: 8.333333%;
  }
  .flex-offset-md-2 {
    margin-left: 16.666667%;
  }
  .flex-offset-md-3 {
    margin-left: 25%;
  }
  .flex-offset-md-4 {
    margin-left: 33.333333%;
  }
  .flex-offset-md-5 {
    margin-left: 41.666667%;
  }
  .flex-offset-md-6 {
    margin-left: 50%;
  }
  .flex-offset-md-7 {
    margin-left: 58.333333%;
  }
  .flex-offset-md-8 {
    margin-left: 66.666667%;
  }
  .flex-offset-md-9 {
    margin-left: 75%;
  }
  .flex-offset-md-10 {
    margin-left: 83.333333%;
  }
  .flex-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .flex-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-offset-lg-0 {
    margin-left: 0;
  }
  .flex-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .flex-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .flex-offset-lg-3 {
    margin-left: 25%;
  }
  .flex-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .flex-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .flex-offset-lg-6 {
    margin-left: 50%;
  }
  .flex-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .flex-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .flex-offset-lg-9 {
    margin-left: 75%;
  }
  .flex-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .flex-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .flex-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .flex-row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .flex-row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .flex-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flex-order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .flex-order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .flex-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .flex-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .flex-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .flex-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .flex-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .flex-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .flex-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .flex-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .flex-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .flex-offset-xl-0 {
    margin-left: 0;
  }
  .flex-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .flex-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .flex-offset-xl-3 {
    margin-left: 25%;
  }
  .flex-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .flex-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .flex-offset-xl-6 {
    margin-left: 50%;
  }
  .flex-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .flex-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .flex-offset-xl-9 {
    margin-left: 75%;
  }
  .flex-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .flex-offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

.flex-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .flex-d-sm-none {
    display: none !important;
  }
  .flex-d-sm-inline {
    display: inline !important;
  }
  .flex-d-sm-inline-block {
    display: inline-block !important;
  }
  .flex-d-sm-block {
    display: block !important;
  }
  .flex-d-sm-table {
    display: table !important;
  }
  .flex-d-sm-table-row {
    display: table-row !important;
  }
  .flex-d-sm-table-cell {
    display: table-cell !important;
  }
  .flex-d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .flex-d-md-none {
    display: none !important;
  }
  .flex-d-md-inline {
    display: inline !important;
  }
  .flex-d-md-inline-block {
    display: inline-block !important;
  }
  .flex-d-md-block {
    display: block !important;
  }
  .flex-d-md-table {
    display: table !important;
  }
  .flex-d-md-table-row {
    display: table-row !important;
  }
  .flex-d-md-table-cell {
    display: table-cell !important;
  }
  .flex-d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .flex-d-lg-none {
    display: none !important;
  }
  .flex-d-lg-inline {
    display: inline !important;
  }
  .flex-d-lg-inline-block {
    display: inline-block !important;
  }
  .flex-d-lg-block {
    display: block !important;
  }
  .flex-d-lg-table {
    display: table !important;
  }
  .flex-d-lg-table-row {
    display: table-row !important;
  }
  .flex-d-lg-table-cell {
    display: table-cell !important;
  }
  .flex-d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .flex-d-xl-none {
    display: none !important;
  }
  .flex-d-xl-inline {
    display: inline !important;
  }
  .flex-d-xl-inline-block {
    display: inline-block !important;
  }
  .flex-d-xl-block {
    display: block !important;
  }
  .flex-d-xl-table {
    display: table !important;
  }
  .flex-d-xl-table-row {
    display: table-row !important;
  }
  .flex-d-xl-table-cell {
    display: table-cell !important;
  }
  .flex-d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .flex-d-print-none {
    display: none !important;
  }
  .flex-d-print-inline {
    display: inline !important;
  }
  .flex-d-print-inline-block {
    display: inline-block !important;
  }
  .flex-d-print-block {
    display: block !important;
  }
  .flex-d-print-table {
    display: table !important;
  }
  .flex-d-print-table-row {
    display: table-row !important;
  }
  .flex-d-print-table-cell {
    display: table-cell !important;
  }
  .flex-d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.flex-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.flex-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.flex-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.flex-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.flex-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.flex-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.flex-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.flex-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.flex-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.flex-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.flex-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.flex-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.flex-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.flex-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .flex-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .flex-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .flex-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .flex-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .flex-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .flex-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .flex-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .flex-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .flex-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .flex-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .flex-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .flex-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .flex-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .flex-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .flex-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .flex-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .flex-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .flex-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .flex-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .flex-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .flex-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .flex-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .flex-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .flex-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .flex-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .flex-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .flex-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .flex-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .flex-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .flex-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .flex-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .flex-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .flex-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .flex-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .flex-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .flex-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .flex-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .flex-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .flex-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .flex-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .flex-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .flex-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .flex-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .flex-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .flex-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .flex-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .flex-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .flex-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .flex-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .flex-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .flex-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .flex-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .flex-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .flex-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .flex-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .flex-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .flex-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .flex-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .flex-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .flex-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .flex-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .flex-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .flex-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .flex-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .flex-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .flex-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .flex-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .flex-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .flex-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .flex-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .flex-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .flex-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .flex-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .flex-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .flex-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .flex-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .flex-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .flex-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .flex-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .flex-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .flex-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .flex-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .flex-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .flex-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

.flex-mt-0,
.flex-my-0 {
  margin-top: 0 !important;
}

.flex-mr-0,
.flex-mx-0 {
  margin-right: 0 !important;
}

.flex-mb-0,
.flex-my-0 {
  margin-bottom: 0 !important;
}

.flex-ml-0,
.flex-mx-0 {
  margin-left: 0 !important;
}

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

.flex-mt-1,
.flex-my-1 {
  margin-top: 0.25rem !important;
}

.flex-mr-1,
.flex-mx-1 {
  margin-right: 0.25rem !important;
}

.flex-mb-1,
.flex-my-1 {
  margin-bottom: 0.25rem !important;
}

.flex-ml-1,
.flex-mx-1 {
  margin-left: 0.25rem !important;
}

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

.flex-mt-2,
.flex-my-2 {
  margin-top: 0.5rem !important;
}

.flex-mr-2,
.flex-mx-2 {
  margin-right: 0.5rem !important;
}

.flex-mb-2,
.flex-my-2 {
  margin-bottom: 0.5rem !important;
}

.flex-ml-2,
.flex-mx-2 {
  margin-left: 0.5rem !important;
}

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

.flex-mt-3,
.flex-my-3 {
  margin-top: 1rem !important;
}

.flex-mr-3,
.flex-mx-3 {
  margin-right: 1rem !important;
}

.flex-mb-3,
.flex-my-3 {
  margin-bottom: 1rem !important;
}

.flex-ml-3,
.flex-mx-3 {
  margin-left: 1rem !important;
}

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

.flex-mt-4,
.flex-my-4 {
  margin-top: 1.5rem !important;
}

.flex-mr-4,
.flex-mx-4 {
  margin-right: 1.5rem !important;
}

.flex-mb-4,
.flex-my-4 {
  margin-bottom: 1.5rem !important;
}

.flex-ml-4,
.flex-mx-4 {
  margin-left: 1.5rem !important;
}

.flex-m-5 {
  margin: 3rem !important;
}

.flex-mt-5,
.flex-my-5 {
  margin-top: 3rem !important;
}

.flex-mr-5,
.flex-mx-5 {
  margin-right: 3rem !important;
}

.flex-mb-5,
.flex-my-5 {
  margin-bottom: 3rem !important;
}

.flex-ml-5,
.flex-mx-5 {
  margin-left: 3rem !important;
}

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

.flex-pt-0,
.flex-py-0 {
  padding-top: 0 !important;
}

.flex-pr-0,
.flex-px-0 {
  padding-right: 0 !important;
}

.flex-pb-0,
.flex-py-0 {
  padding-bottom: 0 !important;
}

.flex-pl-0,
.flex-px-0 {
  padding-left: 0 !important;
}

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

.flex-pt-1,
.flex-py-1 {
  padding-top: 0.25rem !important;
}

.flex-pr-1,
.flex-px-1 {
  padding-right: 0.25rem !important;
}

.flex-pb-1,
.flex-py-1 {
  padding-bottom: 0.25rem !important;
}

.flex-pl-1,
.flex-px-1 {
  padding-left: 0.25rem !important;
}

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

.flex-pt-2,
.flex-py-2 {
  padding-top: 0.5rem !important;
}

.flex-pr-2,
.flex-px-2 {
  padding-right: 0.5rem !important;
}

.flex-pb-2,
.flex-py-2 {
  padding-bottom: 0.5rem !important;
}

.flex-pl-2,
.flex-px-2 {
  padding-left: 0.5rem !important;
}

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

.flex-pt-3,
.flex-py-3 {
  padding-top: 1rem !important;
}

.flex-pr-3,
.flex-px-3 {
  padding-right: 1rem !important;
}

.flex-pb-3,
.flex-py-3 {
  padding-bottom: 1rem !important;
}

.flex-pl-3,
.flex-px-3 {
  padding-left: 1rem !important;
}

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

.flex-pt-4,
.flex-py-4 {
  padding-top: 1.5rem !important;
}

.flex-pr-4,
.flex-px-4 {
  padding-right: 1.5rem !important;
}

.flex-pb-4,
.flex-py-4 {
  padding-bottom: 1.5rem !important;
}

.flex-pl-4,
.flex-px-4 {
  padding-left: 1.5rem !important;
}

.flex-p-5 {
  padding: 3rem !important;
}

.flex-pt-5,
.flex-py-5 {
  padding-top: 3rem !important;
}

.flex-pr-5,
.flex-px-5 {
  padding-right: 3rem !important;
}

.flex-pb-5,
.flex-py-5 {
  padding-bottom: 3rem !important;
}

.flex-pl-5,
.flex-px-5 {
  padding-left: 3rem !important;
}

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

.flex-mt-n1,
.flex-my-n1 {
  margin-top: -0.25rem !important;
}

.flex-mr-n1,
.flex-mx-n1 {
  margin-right: -0.25rem !important;
}

.flex-mb-n1,
.flex-my-n1 {
  margin-bottom: -0.25rem !important;
}

.flex-ml-n1,
.flex-mx-n1 {
  margin-left: -0.25rem !important;
}

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

.flex-mt-n2,
.flex-my-n2 {
  margin-top: -0.5rem !important;
}

.flex-mr-n2,
.flex-mx-n2 {
  margin-right: -0.5rem !important;
}

.flex-mb-n2,
.flex-my-n2 {
  margin-bottom: -0.5rem !important;
}

.flex-ml-n2,
.flex-mx-n2 {
  margin-left: -0.5rem !important;
}

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

.flex-mt-n3,
.flex-my-n3 {
  margin-top: -1rem !important;
}

.flex-mr-n3,
.flex-mx-n3 {
  margin-right: -1rem !important;
}

.flex-mb-n3,
.flex-my-n3 {
  margin-bottom: -1rem !important;
}

.flex-ml-n3,
.flex-mx-n3 {
  margin-left: -1rem !important;
}

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

.flex-mt-n4,
.flex-my-n4 {
  margin-top: -1.5rem !important;
}

.flex-mr-n4,
.flex-mx-n4 {
  margin-right: -1.5rem !important;
}

.flex-mb-n4,
.flex-my-n4 {
  margin-bottom: -1.5rem !important;
}

.flex-ml-n4,
.flex-mx-n4 {
  margin-left: -1.5rem !important;
}

.flex-m-n5 {
  margin: -3rem !important;
}

.flex-mt-n5,
.flex-my-n5 {
  margin-top: -3rem !important;
}

.flex-mr-n5,
.flex-mx-n5 {
  margin-right: -3rem !important;
}

.flex-mb-n5,
.flex-my-n5 {
  margin-bottom: -3rem !important;
}

.flex-ml-n5,
.flex-mx-n5 {
  margin-left: -3rem !important;
}

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

.flex-mt-auto,
.flex-my-auto {
  margin-top: auto !important;
}

.flex-mr-auto,
.flex-mx-auto {
  margin-right: auto !important;
}

.flex-mb-auto,
.flex-my-auto {
  margin-bottom: auto !important;
}

.flex-ml-auto,
.flex-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .flex-m-sm-0 {
    margin: 0 !important;
  }
  .flex-mt-sm-0,
  .flex-my-sm-0 {
    margin-top: 0 !important;
  }
  .flex-mr-sm-0,
  .flex-mx-sm-0 {
    margin-right: 0 !important;
  }
  .flex-mb-sm-0,
  .flex-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .flex-ml-sm-0,
  .flex-mx-sm-0 {
    margin-left: 0 !important;
  }
  .flex-m-sm-1 {
    margin: 0.25rem !important;
  }
  .flex-mt-sm-1,
  .flex-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .flex-mr-sm-1,
  .flex-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .flex-mb-sm-1,
  .flex-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .flex-ml-sm-1,
  .flex-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .flex-m-sm-2 {
    margin: 0.5rem !important;
  }
  .flex-mt-sm-2,
  .flex-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .flex-mr-sm-2,
  .flex-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .flex-mb-sm-2,
  .flex-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .flex-ml-sm-2,
  .flex-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .flex-m-sm-3 {
    margin: 1rem !important;
  }
  .flex-mt-sm-3,
  .flex-my-sm-3 {
    margin-top: 1rem !important;
  }
  .flex-mr-sm-3,
  .flex-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .flex-mb-sm-3,
  .flex-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .flex-ml-sm-3,
  .flex-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .flex-m-sm-4 {
    margin: 1.5rem !important;
  }
  .flex-mt-sm-4,
  .flex-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .flex-mr-sm-4,
  .flex-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .flex-mb-sm-4,
  .flex-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .flex-ml-sm-4,
  .flex-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .flex-m-sm-5 {
    margin: 3rem !important;
  }
  .flex-mt-sm-5,
  .flex-my-sm-5 {
    margin-top: 3rem !important;
  }
  .flex-mr-sm-5,
  .flex-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .flex-mb-sm-5,
  .flex-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .flex-ml-sm-5,
  .flex-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .flex-p-sm-0 {
    padding: 0 !important;
  }
  .flex-pt-sm-0,
  .flex-py-sm-0 {
    padding-top: 0 !important;
  }
  .flex-pr-sm-0,
  .flex-px-sm-0 {
    padding-right: 0 !important;
  }
  .flex-pb-sm-0,
  .flex-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .flex-pl-sm-0,
  .flex-px-sm-0 {
    padding-left: 0 !important;
  }
  .flex-p-sm-1 {
    padding: 0.25rem !important;
  }
  .flex-pt-sm-1,
  .flex-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .flex-pr-sm-1,
  .flex-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .flex-pb-sm-1,
  .flex-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .flex-pl-sm-1,
  .flex-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .flex-p-sm-2 {
    padding: 0.5rem !important;
  }
  .flex-pt-sm-2,
  .flex-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .flex-pr-sm-2,
  .flex-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .flex-pb-sm-2,
  .flex-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .flex-pl-sm-2,
  .flex-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .flex-p-sm-3 {
    padding: 1rem !important;
  }
  .flex-pt-sm-3,
  .flex-py-sm-3 {
    padding-top: 1rem !important;
  }
  .flex-pr-sm-3,
  .flex-px-sm-3 {
    padding-right: 1rem !important;
  }
  .flex-pb-sm-3,
  .flex-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .flex-pl-sm-3,
  .flex-px-sm-3 {
    padding-left: 1rem !important;
  }
  .flex-p-sm-4 {
    padding: 1.5rem !important;
  }
  .flex-pt-sm-4,
  .flex-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .flex-pr-sm-4,
  .flex-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .flex-pb-sm-4,
  .flex-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .flex-pl-sm-4,
  .flex-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .flex-p-sm-5 {
    padding: 3rem !important;
  }
  .flex-pt-sm-5,
  .flex-py-sm-5 {
    padding-top: 3rem !important;
  }
  .flex-pr-sm-5,
  .flex-px-sm-5 {
    padding-right: 3rem !important;
  }
  .flex-pb-sm-5,
  .flex-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .flex-pl-sm-5,
  .flex-px-sm-5 {
    padding-left: 3rem !important;
  }
  .flex-m-sm-n1 {
    margin: -0.25rem !important;
  }
  .flex-mt-sm-n1,
  .flex-my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .flex-mr-sm-n1,
  .flex-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .flex-mb-sm-n1,
  .flex-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .flex-ml-sm-n1,
  .flex-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .flex-m-sm-n2 {
    margin: -0.5rem !important;
  }
  .flex-mt-sm-n2,
  .flex-my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .flex-mr-sm-n2,
  .flex-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .flex-mb-sm-n2,
  .flex-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .flex-ml-sm-n2,
  .flex-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .flex-m-sm-n3 {
    margin: -1rem !important;
  }
  .flex-mt-sm-n3,
  .flex-my-sm-n3 {
    margin-top: -1rem !important;
  }
  .flex-mr-sm-n3,
  .flex-mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .flex-mb-sm-n3,
  .flex-my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .flex-ml-sm-n3,
  .flex-mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .flex-m-sm-n4 {
    margin: -1.5rem !important;
  }
  .flex-mt-sm-n4,
  .flex-my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .flex-mr-sm-n4,
  .flex-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .flex-mb-sm-n4,
  .flex-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .flex-ml-sm-n4,
  .flex-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .flex-m-sm-n5 {
    margin: -3rem !important;
  }
  .flex-mt-sm-n5,
  .flex-my-sm-n5 {
    margin-top: -3rem !important;
  }
  .flex-mr-sm-n5,
  .flex-mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .flex-mb-sm-n5,
  .flex-my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .flex-ml-sm-n5,
  .flex-mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .flex-m-sm-auto {
    margin: auto !important;
  }
  .flex-mt-sm-auto,
  .flex-my-sm-auto {
    margin-top: auto !important;
  }
  .flex-mr-sm-auto,
  .flex-mx-sm-auto {
    margin-right: auto !important;
  }
  .flex-mb-sm-auto,
  .flex-my-sm-auto {
    margin-bottom: auto !important;
  }
  .flex-ml-sm-auto,
  .flex-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .flex-m-md-0 {
    margin: 0 !important;
  }
  .flex-mt-md-0,
  .flex-my-md-0 {
    margin-top: 0 !important;
  }
  .flex-mr-md-0,
  .flex-mx-md-0 {
    margin-right: 0 !important;
  }
  .flex-mb-md-0,
  .flex-my-md-0 {
    margin-bottom: 0 !important;
  }
  .flex-ml-md-0,
  .flex-mx-md-0 {
    margin-left: 0 !important;
  }
  .flex-m-md-1 {
    margin: 0.25rem !important;
  }
  .flex-mt-md-1,
  .flex-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .flex-mr-md-1,
  .flex-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .flex-mb-md-1,
  .flex-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .flex-ml-md-1,
  .flex-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .flex-m-md-2 {
    margin: 0.5rem !important;
  }
  .flex-mt-md-2,
  .flex-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .flex-mr-md-2,
  .flex-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .flex-mb-md-2,
  .flex-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .flex-ml-md-2,
  .flex-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .flex-m-md-3 {
    margin: 1rem !important;
  }
  .flex-mt-md-3,
  .flex-my-md-3 {
    margin-top: 1rem !important;
  }
  .flex-mr-md-3,
  .flex-mx-md-3 {
    margin-right: 1rem !important;
  }
  .flex-mb-md-3,
  .flex-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .flex-ml-md-3,
  .flex-mx-md-3 {
    margin-left: 1rem !important;
  }
  .flex-m-md-4 {
    margin: 1.5rem !important;
  }
  .flex-mt-md-4,
  .flex-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .flex-mr-md-4,
  .flex-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .flex-mb-md-4,
  .flex-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .flex-ml-md-4,
  .flex-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .flex-m-md-5 {
    margin: 3rem !important;
  }
  .flex-mt-md-5,
  .flex-my-md-5 {
    margin-top: 3rem !important;
  }
  .flex-mr-md-5,
  .flex-mx-md-5 {
    margin-right: 3rem !important;
  }
  .flex-mb-md-5,
  .flex-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .flex-ml-md-5,
  .flex-mx-md-5 {
    margin-left: 3rem !important;
  }
  .flex-p-md-0 {
    padding: 0 !important;
  }
  .flex-pt-md-0,
  .flex-py-md-0 {
    padding-top: 0 !important;
  }
  .flex-pr-md-0,
  .flex-px-md-0 {
    padding-right: 0 !important;
  }
  .flex-pb-md-0,
  .flex-py-md-0 {
    padding-bottom: 0 !important;
  }
  .flex-pl-md-0,
  .flex-px-md-0 {
    padding-left: 0 !important;
  }
  .flex-p-md-1 {
    padding: 0.25rem !important;
  }
  .flex-pt-md-1,
  .flex-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .flex-pr-md-1,
  .flex-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .flex-pb-md-1,
  .flex-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .flex-pl-md-1,
  .flex-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .flex-p-md-2 {
    padding: 0.5rem !important;
  }
  .flex-pt-md-2,
  .flex-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .flex-pr-md-2,
  .flex-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .flex-pb-md-2,
  .flex-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .flex-pl-md-2,
  .flex-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .flex-p-md-3 {
    padding: 1rem !important;
  }
  .flex-pt-md-3,
  .flex-py-md-3 {
    padding-top: 1rem !important;
  }
  .flex-pr-md-3,
  .flex-px-md-3 {
    padding-right: 1rem !important;
  }
  .flex-pb-md-3,
  .flex-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .flex-pl-md-3,
  .flex-px-md-3 {
    padding-left: 1rem !important;
  }
  .flex-p-md-4 {
    padding: 1.5rem !important;
  }
  .flex-pt-md-4,
  .flex-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .flex-pr-md-4,
  .flex-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .flex-pb-md-4,
  .flex-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .flex-pl-md-4,
  .flex-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .flex-p-md-5 {
    padding: 3rem !important;
  }
  .flex-pt-md-5,
  .flex-py-md-5 {
    padding-top: 3rem !important;
  }
  .flex-pr-md-5,
  .flex-px-md-5 {
    padding-right: 3rem !important;
  }
  .flex-pb-md-5,
  .flex-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .flex-pl-md-5,
  .flex-px-md-5 {
    padding-left: 3rem !important;
  }
  .flex-m-md-n1 {
    margin: -0.25rem !important;
  }
  .flex-mt-md-n1,
  .flex-my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .flex-mr-md-n1,
  .flex-mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .flex-mb-md-n1,
  .flex-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .flex-ml-md-n1,
  .flex-mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .flex-m-md-n2 {
    margin: -0.5rem !important;
  }
  .flex-mt-md-n2,
  .flex-my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .flex-mr-md-n2,
  .flex-mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .flex-mb-md-n2,
  .flex-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .flex-ml-md-n2,
  .flex-mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .flex-m-md-n3 {
    margin: -1rem !important;
  }
  .flex-mt-md-n3,
  .flex-my-md-n3 {
    margin-top: -1rem !important;
  }
  .flex-mr-md-n3,
  .flex-mx-md-n3 {
    margin-right: -1rem !important;
  }
  .flex-mb-md-n3,
  .flex-my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .flex-ml-md-n3,
  .flex-mx-md-n3 {
    margin-left: -1rem !important;
  }
  .flex-m-md-n4 {
    margin: -1.5rem !important;
  }
  .flex-mt-md-n4,
  .flex-my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .flex-mr-md-n4,
  .flex-mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .flex-mb-md-n4,
  .flex-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .flex-ml-md-n4,
  .flex-mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .flex-m-md-n5 {
    margin: -3rem !important;
  }
  .flex-mt-md-n5,
  .flex-my-md-n5 {
    margin-top: -3rem !important;
  }
  .flex-mr-md-n5,
  .flex-mx-md-n5 {
    margin-right: -3rem !important;
  }
  .flex-mb-md-n5,
  .flex-my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .flex-ml-md-n5,
  .flex-mx-md-n5 {
    margin-left: -3rem !important;
  }
  .flex-m-md-auto {
    margin: auto !important;
  }
  .flex-mt-md-auto,
  .flex-my-md-auto {
    margin-top: auto !important;
  }
  .flex-mr-md-auto,
  .flex-mx-md-auto {
    margin-right: auto !important;
  }
  .flex-mb-md-auto,
  .flex-my-md-auto {
    margin-bottom: auto !important;
  }
  .flex-ml-md-auto,
  .flex-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .flex-m-lg-0 {
    margin: 0 !important;
  }
  .flex-mt-lg-0,
  .flex-my-lg-0 {
    margin-top: 0 !important;
  }
  .flex-mr-lg-0,
  .flex-mx-lg-0 {
    margin-right: 0 !important;
  }
  .flex-mb-lg-0,
  .flex-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .flex-ml-lg-0,
  .flex-mx-lg-0 {
    margin-left: 0 !important;
  }
  .flex-m-lg-1 {
    margin: 0.25rem !important;
  }
  .flex-mt-lg-1,
  .flex-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .flex-mr-lg-1,
  .flex-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .flex-mb-lg-1,
  .flex-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .flex-ml-lg-1,
  .flex-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .flex-m-lg-2 {
    margin: 0.5rem !important;
  }
  .flex-mt-lg-2,
  .flex-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .flex-mr-lg-2,
  .flex-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .flex-mb-lg-2,
  .flex-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .flex-ml-lg-2,
  .flex-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .flex-m-lg-3 {
    margin: 1rem !important;
  }
  .flex-mt-lg-3,
  .flex-my-lg-3 {
    margin-top: 1rem !important;
  }
  .flex-mr-lg-3,
  .flex-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .flex-mb-lg-3,
  .flex-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .flex-ml-lg-3,
  .flex-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .flex-m-lg-4 {
    margin: 1.5rem !important;
  }
  .flex-mt-lg-4,
  .flex-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .flex-mr-lg-4,
  .flex-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .flex-mb-lg-4,
  .flex-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .flex-ml-lg-4,
  .flex-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .flex-m-lg-5 {
    margin: 3rem !important;
  }
  .flex-mt-lg-5,
  .flex-my-lg-5 {
    margin-top: 3rem !important;
  }
  .flex-mr-lg-5,
  .flex-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .flex-mb-lg-5,
  .flex-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .flex-ml-lg-5,
  .flex-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .flex-p-lg-0 {
    padding: 0 !important;
  }
  .flex-pt-lg-0,
  .flex-py-lg-0 {
    padding-top: 0 !important;
  }
  .flex-pr-lg-0,
  .flex-px-lg-0 {
    padding-right: 0 !important;
  }
  .flex-pb-lg-0,
  .flex-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .flex-pl-lg-0,
  .flex-px-lg-0 {
    padding-left: 0 !important;
  }
  .flex-p-lg-1 {
    padding: 0.25rem !important;
  }
  .flex-pt-lg-1,
  .flex-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .flex-pr-lg-1,
  .flex-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .flex-pb-lg-1,
  .flex-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .flex-pl-lg-1,
  .flex-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .flex-p-lg-2 {
    padding: 0.5rem !important;
  }
  .flex-pt-lg-2,
  .flex-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .flex-pr-lg-2,
  .flex-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .flex-pb-lg-2,
  .flex-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .flex-pl-lg-2,
  .flex-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .flex-p-lg-3 {
    padding: 1rem !important;
  }
  .flex-pt-lg-3,
  .flex-py-lg-3 {
    padding-top: 1rem !important;
  }
  .flex-pr-lg-3,
  .flex-px-lg-3 {
    padding-right: 1rem !important;
  }
  .flex-pb-lg-3,
  .flex-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .flex-pl-lg-3,
  .flex-px-lg-3 {
    padding-left: 1rem !important;
  }
  .flex-p-lg-4 {
    padding: 1.5rem !important;
  }
  .flex-pt-lg-4,
  .flex-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .flex-pr-lg-4,
  .flex-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .flex-pb-lg-4,
  .flex-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .flex-pl-lg-4,
  .flex-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .flex-p-lg-5 {
    padding: 3rem !important;
  }
  .flex-pt-lg-5,
  .flex-py-lg-5 {
    padding-top: 3rem !important;
  }
  .flex-pr-lg-5,
  .flex-px-lg-5 {
    padding-right: 3rem !important;
  }
  .flex-pb-lg-5,
  .flex-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .flex-pl-lg-5,
  .flex-px-lg-5 {
    padding-left: 3rem !important;
  }
  .flex-m-lg-n1 {
    margin: -0.25rem !important;
  }
  .flex-mt-lg-n1,
  .flex-my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .flex-mr-lg-n1,
  .flex-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .flex-mb-lg-n1,
  .flex-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .flex-ml-lg-n1,
  .flex-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .flex-m-lg-n2 {
    margin: -0.5rem !important;
  }
  .flex-mt-lg-n2,
  .flex-my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .flex-mr-lg-n2,
  .flex-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .flex-mb-lg-n2,
  .flex-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .flex-ml-lg-n2,
  .flex-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .flex-m-lg-n3 {
    margin: -1rem !important;
  }
  .flex-mt-lg-n3,
  .flex-my-lg-n3 {
    margin-top: -1rem !important;
  }
  .flex-mr-lg-n3,
  .flex-mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .flex-mb-lg-n3,
  .flex-my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .flex-ml-lg-n3,
  .flex-mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .flex-m-lg-n4 {
    margin: -1.5rem !important;
  }
  .flex-mt-lg-n4,
  .flex-my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .flex-mr-lg-n4,
  .flex-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .flex-mb-lg-n4,
  .flex-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .flex-ml-lg-n4,
  .flex-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .flex-m-lg-n5 {
    margin: -3rem !important;
  }
  .flex-mt-lg-n5,
  .flex-my-lg-n5 {
    margin-top: -3rem !important;
  }
  .flex-mr-lg-n5,
  .flex-mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .flex-mb-lg-n5,
  .flex-my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .flex-ml-lg-n5,
  .flex-mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .flex-m-lg-auto {
    margin: auto !important;
  }
  .flex-mt-lg-auto,
  .flex-my-lg-auto {
    margin-top: auto !important;
  }
  .flex-mr-lg-auto,
  .flex-mx-lg-auto {
    margin-right: auto !important;
  }
  .flex-mb-lg-auto,
  .flex-my-lg-auto {
    margin-bottom: auto !important;
  }
  .flex-ml-lg-auto,
  .flex-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-m-xl-0 {
    margin: 0 !important;
  }
  .flex-mt-xl-0,
  .flex-my-xl-0 {
    margin-top: 0 !important;
  }
  .flex-mr-xl-0,
  .flex-mx-xl-0 {
    margin-right: 0 !important;
  }
  .flex-mb-xl-0,
  .flex-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .flex-ml-xl-0,
  .flex-mx-xl-0 {
    margin-left: 0 !important;
  }
  .flex-m-xl-1 {
    margin: 0.25rem !important;
  }
  .flex-mt-xl-1,
  .flex-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .flex-mr-xl-1,
  .flex-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .flex-mb-xl-1,
  .flex-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .flex-ml-xl-1,
  .flex-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .flex-m-xl-2 {
    margin: 0.5rem !important;
  }
  .flex-mt-xl-2,
  .flex-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .flex-mr-xl-2,
  .flex-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .flex-mb-xl-2,
  .flex-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .flex-ml-xl-2,
  .flex-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .flex-m-xl-3 {
    margin: 1rem !important;
  }
  .flex-mt-xl-3,
  .flex-my-xl-3 {
    margin-top: 1rem !important;
  }
  .flex-mr-xl-3,
  .flex-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .flex-mb-xl-3,
  .flex-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .flex-ml-xl-3,
  .flex-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .flex-m-xl-4 {
    margin: 1.5rem !important;
  }
  .flex-mt-xl-4,
  .flex-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .flex-mr-xl-4,
  .flex-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .flex-mb-xl-4,
  .flex-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .flex-ml-xl-4,
  .flex-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .flex-m-xl-5 {
    margin: 3rem !important;
  }
  .flex-mt-xl-5,
  .flex-my-xl-5 {
    margin-top: 3rem !important;
  }
  .flex-mr-xl-5,
  .flex-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .flex-mb-xl-5,
  .flex-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .flex-ml-xl-5,
  .flex-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .flex-p-xl-0 {
    padding: 0 !important;
  }
  .flex-pt-xl-0,
  .flex-py-xl-0 {
    padding-top: 0 !important;
  }
  .flex-pr-xl-0,
  .flex-px-xl-0 {
    padding-right: 0 !important;
  }
  .flex-pb-xl-0,
  .flex-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .flex-pl-xl-0,
  .flex-px-xl-0 {
    padding-left: 0 !important;
  }
  .flex-p-xl-1 {
    padding: 0.25rem !important;
  }
  .flex-pt-xl-1,
  .flex-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .flex-pr-xl-1,
  .flex-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .flex-pb-xl-1,
  .flex-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .flex-pl-xl-1,
  .flex-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .flex-p-xl-2 {
    padding: 0.5rem !important;
  }
  .flex-pt-xl-2,
  .flex-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .flex-pr-xl-2,
  .flex-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .flex-pb-xl-2,
  .flex-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .flex-pl-xl-2,
  .flex-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .flex-p-xl-3 {
    padding: 1rem !important;
  }
  .flex-pt-xl-3,
  .flex-py-xl-3 {
    padding-top: 1rem !important;
  }
  .flex-pr-xl-3,
  .flex-px-xl-3 {
    padding-right: 1rem !important;
  }
  .flex-pb-xl-3,
  .flex-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .flex-pl-xl-3,
  .flex-px-xl-3 {
    padding-left: 1rem !important;
  }
  .flex-p-xl-4 {
    padding: 1.5rem !important;
  }
  .flex-pt-xl-4,
  .flex-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .flex-pr-xl-4,
  .flex-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .flex-pb-xl-4,
  .flex-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .flex-pl-xl-4,
  .flex-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .flex-p-xl-5 {
    padding: 3rem !important;
  }
  .flex-pt-xl-5,
  .flex-py-xl-5 {
    padding-top: 3rem !important;
  }
  .flex-pr-xl-5,
  .flex-px-xl-5 {
    padding-right: 3rem !important;
  }
  .flex-pb-xl-5,
  .flex-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .flex-pl-xl-5,
  .flex-px-xl-5 {
    padding-left: 3rem !important;
  }
  .flex-m-xl-n1 {
    margin: -0.25rem !important;
  }
  .flex-mt-xl-n1,
  .flex-my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .flex-mr-xl-n1,
  .flex-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .flex-mb-xl-n1,
  .flex-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .flex-ml-xl-n1,
  .flex-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .flex-m-xl-n2 {
    margin: -0.5rem !important;
  }
  .flex-mt-xl-n2,
  .flex-my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .flex-mr-xl-n2,
  .flex-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .flex-mb-xl-n2,
  .flex-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .flex-ml-xl-n2,
  .flex-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .flex-m-xl-n3 {
    margin: -1rem !important;
  }
  .flex-mt-xl-n3,
  .flex-my-xl-n3 {
    margin-top: -1rem !important;
  }
  .flex-mr-xl-n3,
  .flex-mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .flex-mb-xl-n3,
  .flex-my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .flex-ml-xl-n3,
  .flex-mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .flex-m-xl-n4 {
    margin: -1.5rem !important;
  }
  .flex-mt-xl-n4,
  .flex-my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .flex-mr-xl-n4,
  .flex-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .flex-mb-xl-n4,
  .flex-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .flex-ml-xl-n4,
  .flex-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .flex-m-xl-n5 {
    margin: -3rem !important;
  }
  .flex-mt-xl-n5,
  .flex-my-xl-n5 {
    margin-top: -3rem !important;
  }
  .flex-mr-xl-n5,
  .flex-mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .flex-mb-xl-n5,
  .flex-my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .flex-ml-xl-n5,
  .flex-mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .flex-m-xl-auto {
    margin: auto !important;
  }
  .flex-mt-xl-auto,
  .flex-my-xl-auto {
    margin-top: auto !important;
  }
  .flex-mr-xl-auto,
  .flex-mx-xl-auto {
    margin-right: auto !important;
  }
  .flex-mb-xl-auto,
  .flex-my-xl-auto {
    margin-bottom: auto !important;
  }
  .flex-ml-xl-auto,
  .flex-mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.flex-map */