/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xxxxl,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container-xxxxl, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1465px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .order-xxxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxxxl-0 {
    margin-left: 0;
  }

  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -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 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1800px) {
  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxxxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0_5 {
  margin: 0.5rem !important;
}

.mt-0_5,
.my-0_5 {
  margin-top: 0.5rem !important;
}

.mr-0_5,
.mx-0_5 {
  margin-right: 0.5rem !important;
}

.mb-0_5,
.my-0_5 {
  margin-bottom: 0.5rem !important;
}

.ml-0_5,
.mx-0_5 {
  margin-left: 0.5rem !important;
}

.m-1_5 {
  margin: 1.5rem !important;
}

.mt-1_5,
.my-1_5 {
  margin-top: 1.5rem !important;
}

.mr-1_5,
.mx-1_5 {
  margin-right: 1.5rem !important;
}

.mb-1_5,
.my-1_5 {
  margin-bottom: 1.5rem !important;
}

.ml-1_5,
.mx-1_5 {
  margin-left: 1.5rem !important;
}

.m-2_5 {
  margin: 2.5rem !important;
}

.mt-2_5,
.my-2_5 {
  margin-top: 2.5rem !important;
}

.mr-2_5,
.mx-2_5 {
  margin-right: 2.5rem !important;
}

.mb-2_5,
.my-2_5 {
  margin-bottom: 2.5rem !important;
}

.ml-2_5,
.mx-2_5 {
  margin-left: 2.5rem !important;
}

.m-3_5 {
  margin: 3.5rem !important;
}

.mt-3_5,
.my-3_5 {
  margin-top: 3.5rem !important;
}

.mr-3_5,
.mx-3_5 {
  margin-right: 3.5rem !important;
}

.mb-3_5,
.my-3_5 {
  margin-bottom: 3.5rem !important;
}

.ml-3_5,
.mx-3_5 {
  margin-left: 3.5rem !important;
}

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

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

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

.mt-7,
.my-7 {
  margin-top: 7rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 7rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 7rem !important;
}

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

.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

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

.mt-9,
.my-9 {
  margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.mt-15,
.my-15 {
  margin-top: 15rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 15rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 15rem !important;
}

.m-20 {
  margin: 20rem !important;
}

.mt-20,
.my-20 {
  margin-top: 20rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 20rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 20rem !important;
}

.m-25 {
  margin: 25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 25rem !important;
}

.m-30 {
  margin: 30rem !important;
}

.mt-30,
.my-30 {
  margin-top: 30rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 30rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 30rem !important;
}

.m-35 {
  margin: 35rem !important;
}

.mt-35,
.my-35 {
  margin-top: 35rem !important;
}

.mr-35,
.mx-35 {
  margin-right: 35rem !important;
}

.mb-35,
.my-35 {
  margin-bottom: 35rem !important;
}

.ml-35,
.mx-35 {
  margin-left: 35rem !important;
}

.m-40 {
  margin: 40rem !important;
}

.mt-40,
.my-40 {
  margin-top: 40rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 40rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 40rem !important;
}

.m-45 {
  margin: 45rem !important;
}

.mt-45,
.my-45 {
  margin-top: 45rem !important;
}

.mr-45,
.mx-45 {
  margin-right: 45rem !important;
}

.mb-45,
.my-45 {
  margin-bottom: 45rem !important;
}

.ml-45,
.mx-45 {
  margin-left: 45rem !important;
}

.m-50 {
  margin: 50rem !important;
}

.mt-50,
.my-50 {
  margin-top: 50rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 50rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0_5 {
  padding: 0.5rem !important;
}

.pt-0_5,
.py-0_5 {
  padding-top: 0.5rem !important;
}

.pr-0_5,
.px-0_5 {
  padding-right: 0.5rem !important;
}

.pb-0_5,
.py-0_5 {
  padding-bottom: 0.5rem !important;
}

.pl-0_5,
.px-0_5 {
  padding-left: 0.5rem !important;
}

.p-1_5 {
  padding: 1.5rem !important;
}

.pt-1_5,
.py-1_5 {
  padding-top: 1.5rem !important;
}

.pr-1_5,
.px-1_5 {
  padding-right: 1.5rem !important;
}

.pb-1_5,
.py-1_5 {
  padding-bottom: 1.5rem !important;
}

.pl-1_5,
.px-1_5 {
  padding-left: 1.5rem !important;
}

.p-2_5 {
  padding: 2.5rem !important;
}

.pt-2_5,
.py-2_5 {
  padding-top: 2.5rem !important;
}

.pr-2_5,
.px-2_5 {
  padding-right: 2.5rem !important;
}

.pb-2_5,
.py-2_5 {
  padding-bottom: 2.5rem !important;
}

.pl-2_5,
.px-2_5 {
  padding-left: 2.5rem !important;
}

.p-3_5 {
  padding: 3.5rem !important;
}

.pt-3_5,
.py-3_5 {
  padding-top: 3.5rem !important;
}

.pr-3_5,
.px-3_5 {
  padding-right: 3.5rem !important;
}

.pb-3_5,
.py-3_5 {
  padding-bottom: 3.5rem !important;
}

.pl-3_5,
.px-3_5 {
  padding-left: 3.5rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

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

.pt-7,
.py-7 {
  padding-top: 7rem !important;
}

.pr-7,
.px-7 {
  padding-right: 7rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7rem !important;
}

.pl-7,
.px-7 {
  padding-left: 7rem !important;
}

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

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

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

.pt-9,
.py-9 {
  padding-top: 9rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.pt-15,
.py-15 {
  padding-top: 15rem !important;
}

.pr-15,
.px-15 {
  padding-right: 15rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15rem !important;
}

.pl-15,
.px-15 {
  padding-left: 15rem !important;
}

.p-20 {
  padding: 20rem !important;
}

.pt-20,
.py-20 {
  padding-top: 20rem !important;
}

.pr-20,
.px-20 {
  padding-right: 20rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20rem !important;
}

.pl-20,
.px-20 {
  padding-left: 20rem !important;
}

.p-25 {
  padding: 25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 25rem !important;
}

.p-30 {
  padding: 30rem !important;
}

.pt-30,
.py-30 {
  padding-top: 30rem !important;
}

.pr-30,
.px-30 {
  padding-right: 30rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30rem !important;
}

.pl-30,
.px-30 {
  padding-left: 30rem !important;
}

.p-35 {
  padding: 35rem !important;
}

.pt-35,
.py-35 {
  padding-top: 35rem !important;
}

.pr-35,
.px-35 {
  padding-right: 35rem !important;
}

.pb-35,
.py-35 {
  padding-bottom: 35rem !important;
}

.pl-35,
.px-35 {
  padding-left: 35rem !important;
}

.p-40 {
  padding: 40rem !important;
}

.pt-40,
.py-40 {
  padding-top: 40rem !important;
}

.pr-40,
.px-40 {
  padding-right: 40rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40rem !important;
}

.pl-40,
.px-40 {
  padding-left: 40rem !important;
}

.p-45 {
  padding: 45rem !important;
}

.pt-45,
.py-45 {
  padding-top: 45rem !important;
}

.pr-45,
.px-45 {
  padding-right: 45rem !important;
}

.pb-45,
.py-45 {
  padding-bottom: 45rem !important;
}

.pl-45,
.px-45 {
  padding-left: 45rem !important;
}

.p-50 {
  padding: 50rem !important;
}

.pt-50,
.py-50 {
  padding-top: 50rem !important;
}

.pr-50,
.px-50 {
  padding-right: 50rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50rem !important;
}

.pl-50,
.px-50 {
  padding-left: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n2_5,
.my-n2_5 {
  margin-top: -2.5rem !important;
}

.mr-n2_5,
.mx-n2_5 {
  margin-right: -2.5rem !important;
}

.mb-n2_5,
.my-n2_5 {
  margin-bottom: -2.5rem !important;
}

.ml-n2_5,
.mx-n2_5 {
  margin-left: -2.5rem !important;
}

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

.mt-n3_5,
.my-n3_5 {
  margin-top: -3.5rem !important;
}

.mr-n3_5,
.mx-n3_5 {
  margin-right: -3.5rem !important;
}

.mb-n3_5,
.my-n3_5 {
  margin-bottom: -3.5rem !important;
}

.ml-n3_5,
.mx-n3_5 {
  margin-left: -3.5rem !important;
}

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

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

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

.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}

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

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

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

.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10rem !important;
}

.m-n15 {
  margin: -15rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -15rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -15rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -15rem !important;
}

.m-n20 {
  margin: -20rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -20rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -20rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -20rem !important;
}

.m-n25 {
  margin: -25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -25rem !important;
}

.m-n30 {
  margin: -30rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30rem !important;
}

.m-n35 {
  margin: -35rem !important;
}

.mt-n35,
.my-n35 {
  margin-top: -35rem !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -35rem !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -35rem !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -35rem !important;
}

.m-n40 {
  margin: -40rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -40rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -40rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -40rem !important;
}

.m-n45 {
  margin: -45rem !important;
}

.mt-n45,
.my-n45 {
  margin-top: -45rem !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -45rem !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -45rem !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -45rem !important;
}

.m-n50 {
  margin: -50rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -50rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -50rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -50rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -50rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-0_5 {
    margin: 0.5rem !important;
  }

  .mt-sm-0_5,
.my-sm-0_5 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-0_5,
.mx-sm-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-0_5,
.my-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-0_5,
.mx-sm-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-sm-1_5 {
    margin: 1.5rem !important;
  }

  .mt-sm-1_5,
.my-sm-1_5 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-1_5,
.mx-sm-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-1_5,
.my-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-1_5,
.mx-sm-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-sm-2_5 {
    margin: 2.5rem !important;
  }

  .mt-sm-2_5,
.my-sm-2_5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-2_5,
.mx-sm-2_5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-2_5,
.my-sm-2_5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-2_5,
.mx-sm-2_5 {
    margin-left: 2.5rem !important;
  }

  .m-sm-3_5 {
    margin: 3.5rem !important;
  }

  .mt-sm-3_5,
.my-sm-3_5 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-3_5,
.mx-sm-3_5 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-3_5,
.my-sm-3_5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-3_5,
.mx-sm-3_5 {
    margin-left: 3.5rem !important;
  }

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

  .mt-sm-6,
.my-sm-6 {
    margin-top: 6rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 6rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 6rem !important;
  }

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

  .mt-sm-7,
.my-sm-7 {
    margin-top: 7rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 7rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 7rem !important;
  }

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

  .mt-sm-8,
.my-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 8rem !important;
  }

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

  .mt-sm-9,
.my-sm-9 {
    margin-top: 9rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 9rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 9rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 10rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 10rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 10rem !important;
  }

  .m-sm-15 {
    margin: 15rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 15rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 15rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 15rem !important;
  }

  .m-sm-20 {
    margin: 20rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 20rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 20rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 20rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 20rem !important;
  }

  .m-sm-25 {
    margin: 25rem !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 25rem !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 25rem !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 25rem !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 25rem !important;
  }

  .m-sm-30 {
    margin: 30rem !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 30rem !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 30rem !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 30rem !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 30rem !important;
  }

  .m-sm-35 {
    margin: 35rem !important;
  }

  .mt-sm-35,
.my-sm-35 {
    margin-top: 35rem !important;
  }

  .mr-sm-35,
.mx-sm-35 {
    margin-right: 35rem !important;
  }

  .mb-sm-35,
.my-sm-35 {
    margin-bottom: 35rem !important;
  }

  .ml-sm-35,
.mx-sm-35 {
    margin-left: 35rem !important;
  }

  .m-sm-40 {
    margin: 40rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 40rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 40rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 40rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 40rem !important;
  }

  .m-sm-45 {
    margin: 45rem !important;
  }

  .mt-sm-45,
.my-sm-45 {
    margin-top: 45rem !important;
  }

  .mr-sm-45,
.mx-sm-45 {
    margin-right: 45rem !important;
  }

  .mb-sm-45,
.my-sm-45 {
    margin-bottom: 45rem !important;
  }

  .ml-sm-45,
.mx-sm-45 {
    margin-left: 45rem !important;
  }

  .m-sm-50 {
    margin: 50rem !important;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 50rem !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 50rem !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 50rem !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 50rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0_5 {
    padding: 0.5rem !important;
  }

  .pt-sm-0_5,
.py-sm-0_5 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-0_5,
.px-sm-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-0_5,
.py-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-0_5,
.px-sm-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-sm-1_5 {
    padding: 1.5rem !important;
  }

  .pt-sm-1_5,
.py-sm-1_5 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-1_5,
.px-sm-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-1_5,
.py-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-1_5,
.px-sm-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-sm-2_5 {
    padding: 2.5rem !important;
  }

  .pt-sm-2_5,
.py-sm-2_5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-2_5,
.px-sm-2_5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-2_5,
.py-sm-2_5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-2_5,
.px-sm-2_5 {
    padding-left: 2.5rem !important;
  }

  .p-sm-3_5 {
    padding: 3.5rem !important;
  }

  .pt-sm-3_5,
.py-sm-3_5 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-3_5,
.px-sm-3_5 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-3_5,
.py-sm-3_5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-3_5,
.px-sm-3_5 {
    padding-left: 3.5rem !important;
  }

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

  .pt-sm-6,
.py-sm-6 {
    padding-top: 6rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 6rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 6rem !important;
  }

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

  .pt-sm-7,
.py-sm-7 {
    padding-top: 7rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 7rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 7rem !important;
  }

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

  .pt-sm-8,
.py-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 8rem !important;
  }

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

  .pt-sm-9,
.py-sm-9 {
    padding-top: 9rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 9rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 9rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 10rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 10rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 10rem !important;
  }

  .p-sm-15 {
    padding: 15rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 15rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 15rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 15rem !important;
  }

  .p-sm-20 {
    padding: 20rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 20rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 20rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 20rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 20rem !important;
  }

  .p-sm-25 {
    padding: 25rem !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 25rem !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 25rem !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 25rem !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 25rem !important;
  }

  .p-sm-30 {
    padding: 30rem !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 30rem !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 30rem !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 30rem !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 30rem !important;
  }

  .p-sm-35 {
    padding: 35rem !important;
  }

  .pt-sm-35,
.py-sm-35 {
    padding-top: 35rem !important;
  }

  .pr-sm-35,
.px-sm-35 {
    padding-right: 35rem !important;
  }

  .pb-sm-35,
.py-sm-35 {
    padding-bottom: 35rem !important;
  }

  .pl-sm-35,
.px-sm-35 {
    padding-left: 35rem !important;
  }

  .p-sm-40 {
    padding: 40rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 40rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 40rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 40rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 40rem !important;
  }

  .p-sm-45 {
    padding: 45rem !important;
  }

  .pt-sm-45,
.py-sm-45 {
    padding-top: 45rem !important;
  }

  .pr-sm-45,
.px-sm-45 {
    padding-right: 45rem !important;
  }

  .pb-sm-45,
.py-sm-45 {
    padding-bottom: 45rem !important;
  }

  .pl-sm-45,
.px-sm-45 {
    padding-left: 45rem !important;
  }

  .p-sm-50 {
    padding: 50rem !important;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 50rem !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 50rem !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 50rem !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 50rem !important;
  }

  .m-sm-n1 {
    margin: -1rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1rem !important;
  }

  .m-sm-n2 {
    margin: -2rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -2rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -2rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -2rem !important;
  }

  .m-sm-n3 {
    margin: -3rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -3rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -3rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -3rem !important;
  }

  .m-sm-n4 {
    margin: -4rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -4rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -4rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -4rem !important;
  }

  .m-sm-n5 {
    margin: -5rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -5rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -5rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -5rem !important;
  }

  .m-sm-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-sm-n0_5,
.my-sm-n0_5 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n0_5,
.mx-sm-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n0_5,
.my-sm-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n0_5,
.mx-sm-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-sm-n1_5,
.my-sm-n1_5 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n1_5,
.mx-sm-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n1_5,
.my-sm-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n1_5,
.mx-sm-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n2_5 {
    margin: -2.5rem !important;
  }

  .mt-sm-n2_5,
.my-sm-n2_5 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n2_5,
.mx-sm-n2_5 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n2_5,
.my-sm-n2_5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n2_5,
.mx-sm-n2_5 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n3_5 {
    margin: -3.5rem !important;
  }

  .mt-sm-n3_5,
.my-sm-n3_5 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n3_5,
.mx-sm-n3_5 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n3_5,
.my-sm-n3_5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n3_5,
.mx-sm-n3_5 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n6 {
    margin: -6rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -6rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -6rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -6rem !important;
  }

  .m-sm-n7 {
    margin: -7rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -7rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -7rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -7rem !important;
  }

  .m-sm-n8 {
    margin: -8rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -8rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -8rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -8rem !important;
  }

  .m-sm-n9 {
    margin: -9rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -9rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -9rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -9rem !important;
  }

  .m-sm-n10 {
    margin: -10rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -10rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -10rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -10rem !important;
  }

  .m-sm-n15 {
    margin: -15rem !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -15rem !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -15rem !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -15rem !important;
  }

  .m-sm-n20 {
    margin: -20rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -20rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -20rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -20rem !important;
  }

  .m-sm-n25 {
    margin: -25rem !important;
  }

  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -25rem !important;
  }

  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -25rem !important;
  }

  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -25rem !important;
  }

  .m-sm-n30 {
    margin: -30rem !important;
  }

  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -30rem !important;
  }

  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -30rem !important;
  }

  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -30rem !important;
  }

  .m-sm-n35 {
    margin: -35rem !important;
  }

  .mt-sm-n35,
.my-sm-n35 {
    margin-top: -35rem !important;
  }

  .mr-sm-n35,
.mx-sm-n35 {
    margin-right: -35rem !important;
  }

  .mb-sm-n35,
.my-sm-n35 {
    margin-bottom: -35rem !important;
  }

  .ml-sm-n35,
.mx-sm-n35 {
    margin-left: -35rem !important;
  }

  .m-sm-n40 {
    margin: -40rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -40rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -40rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -40rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -40rem !important;
  }

  .m-sm-n45 {
    margin: -45rem !important;
  }

  .mt-sm-n45,
.my-sm-n45 {
    margin-top: -45rem !important;
  }

  .mr-sm-n45,
.mx-sm-n45 {
    margin-right: -45rem !important;
  }

  .mb-sm-n45,
.my-sm-n45 {
    margin-bottom: -45rem !important;
  }

  .ml-sm-n45,
.mx-sm-n45 {
    margin-left: -45rem !important;
  }

  .m-sm-n50 {
    margin: -50rem !important;
  }

  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -50rem !important;
  }

  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -50rem !important;
  }

  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -50rem !important;
  }

  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -50rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-0_5 {
    margin: 0.5rem !important;
  }

  .mt-md-0_5,
.my-md-0_5 {
    margin-top: 0.5rem !important;
  }

  .mr-md-0_5,
.mx-md-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-md-0_5,
.my-md-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-0_5,
.mx-md-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-md-1_5 {
    margin: 1.5rem !important;
  }

  .mt-md-1_5,
.my-md-1_5 {
    margin-top: 1.5rem !important;
  }

  .mr-md-1_5,
.mx-md-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-md-1_5,
.my-md-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-1_5,
.mx-md-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-md-2_5 {
    margin: 2.5rem !important;
  }

  .mt-md-2_5,
.my-md-2_5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-2_5,
.mx-md-2_5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-2_5,
.my-md-2_5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-2_5,
.mx-md-2_5 {
    margin-left: 2.5rem !important;
  }

  .m-md-3_5 {
    margin: 3.5rem !important;
  }

  .mt-md-3_5,
.my-md-3_5 {
    margin-top: 3.5rem !important;
  }

  .mr-md-3_5,
.mx-md-3_5 {
    margin-right: 3.5rem !important;
  }

  .mb-md-3_5,
.my-md-3_5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-3_5,
.mx-md-3_5 {
    margin-left: 3.5rem !important;
  }

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

  .mt-md-6,
.my-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 6rem !important;
  }

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

  .mt-md-7,
.my-md-7 {
    margin-top: 7rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 7rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 7rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 7rem !important;
  }

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

  .mt-md-8,
.my-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 8rem !important;
  }

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

  .mt-md-9,
.my-md-9 {
    margin-top: 9rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 9rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 9rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 10rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 10rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 10rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 10rem !important;
  }

  .m-md-15 {
    margin: 15rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 15rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 15rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 15rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 15rem !important;
  }

  .m-md-20 {
    margin: 20rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 20rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 20rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 20rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 20rem !important;
  }

  .m-md-25 {
    margin: 25rem !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 25rem !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 25rem !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 25rem !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 25rem !important;
  }

  .m-md-30 {
    margin: 30rem !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 30rem !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 30rem !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 30rem !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 30rem !important;
  }

  .m-md-35 {
    margin: 35rem !important;
  }

  .mt-md-35,
.my-md-35 {
    margin-top: 35rem !important;
  }

  .mr-md-35,
.mx-md-35 {
    margin-right: 35rem !important;
  }

  .mb-md-35,
.my-md-35 {
    margin-bottom: 35rem !important;
  }

  .ml-md-35,
.mx-md-35 {
    margin-left: 35rem !important;
  }

  .m-md-40 {
    margin: 40rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 40rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 40rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 40rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 40rem !important;
  }

  .m-md-45 {
    margin: 45rem !important;
  }

  .mt-md-45,
.my-md-45 {
    margin-top: 45rem !important;
  }

  .mr-md-45,
.mx-md-45 {
    margin-right: 45rem !important;
  }

  .mb-md-45,
.my-md-45 {
    margin-bottom: 45rem !important;
  }

  .ml-md-45,
.mx-md-45 {
    margin-left: 45rem !important;
  }

  .m-md-50 {
    margin: 50rem !important;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 50rem !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 50rem !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 50rem !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 50rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-0_5 {
    padding: 0.5rem !important;
  }

  .pt-md-0_5,
.py-md-0_5 {
    padding-top: 0.5rem !important;
  }

  .pr-md-0_5,
.px-md-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-md-0_5,
.py-md-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-0_5,
.px-md-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-md-1_5 {
    padding: 1.5rem !important;
  }

  .pt-md-1_5,
.py-md-1_5 {
    padding-top: 1.5rem !important;
  }

  .pr-md-1_5,
.px-md-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-md-1_5,
.py-md-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-1_5,
.px-md-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-md-2_5 {
    padding: 2.5rem !important;
  }

  .pt-md-2_5,
.py-md-2_5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-2_5,
.px-md-2_5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-2_5,
.py-md-2_5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-2_5,
.px-md-2_5 {
    padding-left: 2.5rem !important;
  }

  .p-md-3_5 {
    padding: 3.5rem !important;
  }

  .pt-md-3_5,
.py-md-3_5 {
    padding-top: 3.5rem !important;
  }

  .pr-md-3_5,
.px-md-3_5 {
    padding-right: 3.5rem !important;
  }

  .pb-md-3_5,
.py-md-3_5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-3_5,
.px-md-3_5 {
    padding-left: 3.5rem !important;
  }

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

  .pt-md-6,
.py-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 6rem !important;
  }

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

  .pt-md-7,
.py-md-7 {
    padding-top: 7rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 7rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 7rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 7rem !important;
  }

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

  .pt-md-8,
.py-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 8rem !important;
  }

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

  .pt-md-9,
.py-md-9 {
    padding-top: 9rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 9rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 9rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 10rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 10rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 10rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 10rem !important;
  }

  .p-md-15 {
    padding: 15rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 15rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 15rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 15rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 15rem !important;
  }

  .p-md-20 {
    padding: 20rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 20rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 20rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 20rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 20rem !important;
  }

  .p-md-25 {
    padding: 25rem !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 25rem !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 25rem !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 25rem !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 25rem !important;
  }

  .p-md-30 {
    padding: 30rem !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 30rem !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 30rem !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 30rem !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 30rem !important;
  }

  .p-md-35 {
    padding: 35rem !important;
  }

  .pt-md-35,
.py-md-35 {
    padding-top: 35rem !important;
  }

  .pr-md-35,
.px-md-35 {
    padding-right: 35rem !important;
  }

  .pb-md-35,
.py-md-35 {
    padding-bottom: 35rem !important;
  }

  .pl-md-35,
.px-md-35 {
    padding-left: 35rem !important;
  }

  .p-md-40 {
    padding: 40rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 40rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 40rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 40rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 40rem !important;
  }

  .p-md-45 {
    padding: 45rem !important;
  }

  .pt-md-45,
.py-md-45 {
    padding-top: 45rem !important;
  }

  .pr-md-45,
.px-md-45 {
    padding-right: 45rem !important;
  }

  .pb-md-45,
.py-md-45 {
    padding-bottom: 45rem !important;
  }

  .pl-md-45,
.px-md-45 {
    padding-left: 45rem !important;
  }

  .p-md-50 {
    padding: 50rem !important;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 50rem !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 50rem !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 50rem !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 50rem !important;
  }

  .m-md-n1 {
    margin: -1rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1rem !important;
  }

  .m-md-n2 {
    margin: -2rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -2rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -2rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -2rem !important;
  }

  .m-md-n3 {
    margin: -3rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -3rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -3rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -3rem !important;
  }

  .m-md-n4 {
    margin: -4rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -4rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -4rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -4rem !important;
  }

  .m-md-n5 {
    margin: -5rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -5rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -5rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -5rem !important;
  }

  .m-md-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-md-n0_5,
.my-md-n0_5 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n0_5,
.mx-md-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n0_5,
.my-md-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n0_5,
.mx-md-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-md-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-md-n1_5,
.my-md-n1_5 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n1_5,
.mx-md-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n1_5,
.my-md-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n1_5,
.mx-md-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-md-n2_5 {
    margin: -2.5rem !important;
  }

  .mt-md-n2_5,
.my-md-n2_5 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n2_5,
.mx-md-n2_5 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n2_5,
.my-md-n2_5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n2_5,
.mx-md-n2_5 {
    margin-left: -2.5rem !important;
  }

  .m-md-n3_5 {
    margin: -3.5rem !important;
  }

  .mt-md-n3_5,
.my-md-n3_5 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n3_5,
.mx-md-n3_5 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n3_5,
.my-md-n3_5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n3_5,
.mx-md-n3_5 {
    margin-left: -3.5rem !important;
  }

  .m-md-n6 {
    margin: -6rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -6rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -6rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -6rem !important;
  }

  .m-md-n7 {
    margin: -7rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -7rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -7rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -7rem !important;
  }

  .m-md-n8 {
    margin: -8rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -8rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -8rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -8rem !important;
  }

  .m-md-n9 {
    margin: -9rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -9rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -9rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -9rem !important;
  }

  .m-md-n10 {
    margin: -10rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -10rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -10rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -10rem !important;
  }

  .m-md-n15 {
    margin: -15rem !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -15rem !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -15rem !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -15rem !important;
  }

  .m-md-n20 {
    margin: -20rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -20rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -20rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -20rem !important;
  }

  .m-md-n25 {
    margin: -25rem !important;
  }

  .mt-md-n25,
.my-md-n25 {
    margin-top: -25rem !important;
  }

  .mr-md-n25,
.mx-md-n25 {
    margin-right: -25rem !important;
  }

  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-md-n25,
.mx-md-n25 {
    margin-left: -25rem !important;
  }

  .m-md-n30 {
    margin: -30rem !important;
  }

  .mt-md-n30,
.my-md-n30 {
    margin-top: -30rem !important;
  }

  .mr-md-n30,
.mx-md-n30 {
    margin-right: -30rem !important;
  }

  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-md-n30,
.mx-md-n30 {
    margin-left: -30rem !important;
  }

  .m-md-n35 {
    margin: -35rem !important;
  }

  .mt-md-n35,
.my-md-n35 {
    margin-top: -35rem !important;
  }

  .mr-md-n35,
.mx-md-n35 {
    margin-right: -35rem !important;
  }

  .mb-md-n35,
.my-md-n35 {
    margin-bottom: -35rem !important;
  }

  .ml-md-n35,
.mx-md-n35 {
    margin-left: -35rem !important;
  }

  .m-md-n40 {
    margin: -40rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -40rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -40rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -40rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -40rem !important;
  }

  .m-md-n45 {
    margin: -45rem !important;
  }

  .mt-md-n45,
.my-md-n45 {
    margin-top: -45rem !important;
  }

  .mr-md-n45,
.mx-md-n45 {
    margin-right: -45rem !important;
  }

  .mb-md-n45,
.my-md-n45 {
    margin-bottom: -45rem !important;
  }

  .ml-md-n45,
.mx-md-n45 {
    margin-left: -45rem !important;
  }

  .m-md-n50 {
    margin: -50rem !important;
  }

  .mt-md-n50,
.my-md-n50 {
    margin-top: -50rem !important;
  }

  .mr-md-n50,
.mx-md-n50 {
    margin-right: -50rem !important;
  }

  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -50rem !important;
  }

  .ml-md-n50,
.mx-md-n50 {
    margin-left: -50rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-0_5 {
    margin: 0.5rem !important;
  }

  .mt-lg-0_5,
.my-lg-0_5 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-0_5,
.mx-lg-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-0_5,
.my-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-0_5,
.mx-lg-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-lg-1_5 {
    margin: 1.5rem !important;
  }

  .mt-lg-1_5,
.my-lg-1_5 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-1_5,
.mx-lg-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-1_5,
.my-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-1_5,
.mx-lg-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-lg-2_5 {
    margin: 2.5rem !important;
  }

  .mt-lg-2_5,
.my-lg-2_5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-2_5,
.mx-lg-2_5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-2_5,
.my-lg-2_5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-2_5,
.mx-lg-2_5 {
    margin-left: 2.5rem !important;
  }

  .m-lg-3_5 {
    margin: 3.5rem !important;
  }

  .mt-lg-3_5,
.my-lg-3_5 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-3_5,
.mx-lg-3_5 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-3_5,
.my-lg-3_5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-3_5,
.mx-lg-3_5 {
    margin-left: 3.5rem !important;
  }

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

  .mt-lg-6,
.my-lg-6 {
    margin-top: 6rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 6rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 6rem !important;
  }

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

  .mt-lg-7,
.my-lg-7 {
    margin-top: 7rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 7rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 7rem !important;
  }

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

  .mt-lg-8,
.my-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 8rem !important;
  }

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

  .mt-lg-9,
.my-lg-9 {
    margin-top: 9rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 9rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 10rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 10rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 10rem !important;
  }

  .m-lg-15 {
    margin: 15rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 15rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 15rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 15rem !important;
  }

  .m-lg-20 {
    margin: 20rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 20rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 20rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 20rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 20rem !important;
  }

  .m-lg-25 {
    margin: 25rem !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 25rem !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 25rem !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 25rem !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 25rem !important;
  }

  .m-lg-30 {
    margin: 30rem !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 30rem !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 30rem !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 30rem !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 30rem !important;
  }

  .m-lg-35 {
    margin: 35rem !important;
  }

  .mt-lg-35,
.my-lg-35 {
    margin-top: 35rem !important;
  }

  .mr-lg-35,
.mx-lg-35 {
    margin-right: 35rem !important;
  }

  .mb-lg-35,
.my-lg-35 {
    margin-bottom: 35rem !important;
  }

  .ml-lg-35,
.mx-lg-35 {
    margin-left: 35rem !important;
  }

  .m-lg-40 {
    margin: 40rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 40rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 40rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 40rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 40rem !important;
  }

  .m-lg-45 {
    margin: 45rem !important;
  }

  .mt-lg-45,
.my-lg-45 {
    margin-top: 45rem !important;
  }

  .mr-lg-45,
.mx-lg-45 {
    margin-right: 45rem !important;
  }

  .mb-lg-45,
.my-lg-45 {
    margin-bottom: 45rem !important;
  }

  .ml-lg-45,
.mx-lg-45 {
    margin-left: 45rem !important;
  }

  .m-lg-50 {
    margin: 50rem !important;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 50rem !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 50rem !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 50rem !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 50rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-0_5 {
    padding: 0.5rem !important;
  }

  .pt-lg-0_5,
.py-lg-0_5 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-0_5,
.px-lg-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-0_5,
.py-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-0_5,
.px-lg-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-lg-1_5 {
    padding: 1.5rem !important;
  }

  .pt-lg-1_5,
.py-lg-1_5 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-1_5,
.px-lg-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-1_5,
.py-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-1_5,
.px-lg-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-lg-2_5 {
    padding: 2.5rem !important;
  }

  .pt-lg-2_5,
.py-lg-2_5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-2_5,
.px-lg-2_5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-2_5,
.py-lg-2_5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-2_5,
.px-lg-2_5 {
    padding-left: 2.5rem !important;
  }

  .p-lg-3_5 {
    padding: 3.5rem !important;
  }

  .pt-lg-3_5,
.py-lg-3_5 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-3_5,
.px-lg-3_5 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-3_5,
.py-lg-3_5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-3_5,
.px-lg-3_5 {
    padding-left: 3.5rem !important;
  }

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

  .pt-lg-6,
.py-lg-6 {
    padding-top: 6rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 6rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 6rem !important;
  }

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

  .pt-lg-7,
.py-lg-7 {
    padding-top: 7rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 7rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 7rem !important;
  }

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

  .pt-lg-8,
.py-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 8rem !important;
  }

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

  .pt-lg-9,
.py-lg-9 {
    padding-top: 9rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 9rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 10rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 10rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 10rem !important;
  }

  .p-lg-15 {
    padding: 15rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 15rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 15rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 15rem !important;
  }

  .p-lg-20 {
    padding: 20rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 20rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 20rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 20rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 20rem !important;
  }

  .p-lg-25 {
    padding: 25rem !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 25rem !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 25rem !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 25rem !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 25rem !important;
  }

  .p-lg-30 {
    padding: 30rem !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 30rem !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 30rem !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 30rem !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 30rem !important;
  }

  .p-lg-35 {
    padding: 35rem !important;
  }

  .pt-lg-35,
.py-lg-35 {
    padding-top: 35rem !important;
  }

  .pr-lg-35,
.px-lg-35 {
    padding-right: 35rem !important;
  }

  .pb-lg-35,
.py-lg-35 {
    padding-bottom: 35rem !important;
  }

  .pl-lg-35,
.px-lg-35 {
    padding-left: 35rem !important;
  }

  .p-lg-40 {
    padding: 40rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 40rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 40rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 40rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 40rem !important;
  }

  .p-lg-45 {
    padding: 45rem !important;
  }

  .pt-lg-45,
.py-lg-45 {
    padding-top: 45rem !important;
  }

  .pr-lg-45,
.px-lg-45 {
    padding-right: 45rem !important;
  }

  .pb-lg-45,
.py-lg-45 {
    padding-bottom: 45rem !important;
  }

  .pl-lg-45,
.px-lg-45 {
    padding-left: 45rem !important;
  }

  .p-lg-50 {
    padding: 50rem !important;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 50rem !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 50rem !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 50rem !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 50rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1rem !important;
  }

  .m-lg-n2 {
    margin: -2rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -2rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -2rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -2rem !important;
  }

  .m-lg-n3 {
    margin: -3rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -3rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -3rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -3rem !important;
  }

  .m-lg-n4 {
    margin: -4rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -4rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -4rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -4rem !important;
  }

  .m-lg-n5 {
    margin: -5rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -5rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -5rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -5rem !important;
  }

  .m-lg-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-lg-n0_5,
.my-lg-n0_5 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n0_5,
.mx-lg-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n0_5,
.my-lg-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n0_5,
.mx-lg-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-lg-n1_5,
.my-lg-n1_5 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n1_5,
.mx-lg-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n1_5,
.my-lg-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n1_5,
.mx-lg-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n2_5 {
    margin: -2.5rem !important;
  }

  .mt-lg-n2_5,
.my-lg-n2_5 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n2_5,
.mx-lg-n2_5 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n2_5,
.my-lg-n2_5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n2_5,
.mx-lg-n2_5 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n3_5 {
    margin: -3.5rem !important;
  }

  .mt-lg-n3_5,
.my-lg-n3_5 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n3_5,
.mx-lg-n3_5 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n3_5,
.my-lg-n3_5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n3_5,
.mx-lg-n3_5 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n6 {
    margin: -6rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -6rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -6rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -6rem !important;
  }

  .m-lg-n7 {
    margin: -7rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -7rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -7rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -7rem !important;
  }

  .m-lg-n8 {
    margin: -8rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -8rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -8rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -8rem !important;
  }

  .m-lg-n9 {
    margin: -9rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -9rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -9rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -9rem !important;
  }

  .m-lg-n10 {
    margin: -10rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -10rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -10rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -10rem !important;
  }

  .m-lg-n15 {
    margin: -15rem !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -15rem !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -15rem !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -15rem !important;
  }

  .m-lg-n20 {
    margin: -20rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -20rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -20rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -20rem !important;
  }

  .m-lg-n25 {
    margin: -25rem !important;
  }

  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -25rem !important;
  }

  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -25rem !important;
  }

  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -25rem !important;
  }

  .m-lg-n30 {
    margin: -30rem !important;
  }

  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -30rem !important;
  }

  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -30rem !important;
  }

  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -30rem !important;
  }

  .m-lg-n35 {
    margin: -35rem !important;
  }

  .mt-lg-n35,
.my-lg-n35 {
    margin-top: -35rem !important;
  }

  .mr-lg-n35,
.mx-lg-n35 {
    margin-right: -35rem !important;
  }

  .mb-lg-n35,
.my-lg-n35 {
    margin-bottom: -35rem !important;
  }

  .ml-lg-n35,
.mx-lg-n35 {
    margin-left: -35rem !important;
  }

  .m-lg-n40 {
    margin: -40rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -40rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -40rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -40rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -40rem !important;
  }

  .m-lg-n45 {
    margin: -45rem !important;
  }

  .mt-lg-n45,
.my-lg-n45 {
    margin-top: -45rem !important;
  }

  .mr-lg-n45,
.mx-lg-n45 {
    margin-right: -45rem !important;
  }

  .mb-lg-n45,
.my-lg-n45 {
    margin-bottom: -45rem !important;
  }

  .ml-lg-n45,
.mx-lg-n45 {
    margin-left: -45rem !important;
  }

  .m-lg-n50 {
    margin: -50rem !important;
  }

  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -50rem !important;
  }

  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -50rem !important;
  }

  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -50rem !important;
  }

  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -50rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-0_5 {
    margin: 0.5rem !important;
  }

  .mt-xl-0_5,
.my-xl-0_5 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-0_5,
.mx-xl-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-0_5,
.my-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-0_5,
.mx-xl-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-xl-1_5 {
    margin: 1.5rem !important;
  }

  .mt-xl-1_5,
.my-xl-1_5 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-1_5,
.mx-xl-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-1_5,
.my-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-1_5,
.mx-xl-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-xl-2_5 {
    margin: 2.5rem !important;
  }

  .mt-xl-2_5,
.my-xl-2_5 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-2_5,
.mx-xl-2_5 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-2_5,
.my-xl-2_5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-2_5,
.mx-xl-2_5 {
    margin-left: 2.5rem !important;
  }

  .m-xl-3_5 {
    margin: 3.5rem !important;
  }

  .mt-xl-3_5,
.my-xl-3_5 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-3_5,
.mx-xl-3_5 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-3_5,
.my-xl-3_5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-3_5,
.mx-xl-3_5 {
    margin-left: 3.5rem !important;
  }

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

  .mt-xl-6,
.my-xl-6 {
    margin-top: 6rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 6rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 6rem !important;
  }

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

  .mt-xl-7,
.my-xl-7 {
    margin-top: 7rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 7rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 7rem !important;
  }

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

  .mt-xl-8,
.my-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 8rem !important;
  }

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

  .mt-xl-9,
.my-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 10rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 10rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 10rem !important;
  }

  .m-xl-15 {
    margin: 15rem !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 15rem !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 15rem !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 15rem !important;
  }

  .m-xl-20 {
    margin: 20rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 20rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 20rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 20rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 20rem !important;
  }

  .m-xl-25 {
    margin: 25rem !important;
  }

  .mt-xl-25,
.my-xl-25 {
    margin-top: 25rem !important;
  }

  .mr-xl-25,
.mx-xl-25 {
    margin-right: 25rem !important;
  }

  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 25rem !important;
  }

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 25rem !important;
  }

  .m-xl-30 {
    margin: 30rem !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 30rem !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 30rem !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 30rem !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 30rem !important;
  }

  .m-xl-35 {
    margin: 35rem !important;
  }

  .mt-xl-35,
.my-xl-35 {
    margin-top: 35rem !important;
  }

  .mr-xl-35,
.mx-xl-35 {
    margin-right: 35rem !important;
  }

  .mb-xl-35,
.my-xl-35 {
    margin-bottom: 35rem !important;
  }

  .ml-xl-35,
.mx-xl-35 {
    margin-left: 35rem !important;
  }

  .m-xl-40 {
    margin: 40rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 40rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 40rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 40rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 40rem !important;
  }

  .m-xl-45 {
    margin: 45rem !important;
  }

  .mt-xl-45,
.my-xl-45 {
    margin-top: 45rem !important;
  }

  .mr-xl-45,
.mx-xl-45 {
    margin-right: 45rem !important;
  }

  .mb-xl-45,
.my-xl-45 {
    margin-bottom: 45rem !important;
  }

  .ml-xl-45,
.mx-xl-45 {
    margin-left: 45rem !important;
  }

  .m-xl-50 {
    margin: 50rem !important;
  }

  .mt-xl-50,
.my-xl-50 {
    margin-top: 50rem !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 50rem !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 50rem !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 50rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-0_5 {
    padding: 0.5rem !important;
  }

  .pt-xl-0_5,
.py-xl-0_5 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-0_5,
.px-xl-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-0_5,
.py-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-0_5,
.px-xl-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-xl-1_5 {
    padding: 1.5rem !important;
  }

  .pt-xl-1_5,
.py-xl-1_5 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-1_5,
.px-xl-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-1_5,
.py-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-1_5,
.px-xl-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-xl-2_5 {
    padding: 2.5rem !important;
  }

  .pt-xl-2_5,
.py-xl-2_5 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-2_5,
.px-xl-2_5 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-2_5,
.py-xl-2_5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-2_5,
.px-xl-2_5 {
    padding-left: 2.5rem !important;
  }

  .p-xl-3_5 {
    padding: 3.5rem !important;
  }

  .pt-xl-3_5,
.py-xl-3_5 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-3_5,
.px-xl-3_5 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-3_5,
.py-xl-3_5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-3_5,
.px-xl-3_5 {
    padding-left: 3.5rem !important;
  }

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

  .pt-xl-6,
.py-xl-6 {
    padding-top: 6rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 6rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 6rem !important;
  }

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

  .pt-xl-7,
.py-xl-7 {
    padding-top: 7rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 7rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 7rem !important;
  }

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

  .pt-xl-8,
.py-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 8rem !important;
  }

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

  .pt-xl-9,
.py-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 10rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 10rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 10rem !important;
  }

  .p-xl-15 {
    padding: 15rem !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 15rem !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 15rem !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 15rem !important;
  }

  .p-xl-20 {
    padding: 20rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 20rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 20rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 20rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 20rem !important;
  }

  .p-xl-25 {
    padding: 25rem !important;
  }

  .pt-xl-25,
.py-xl-25 {
    padding-top: 25rem !important;
  }

  .pr-xl-25,
.px-xl-25 {
    padding-right: 25rem !important;
  }

  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 25rem !important;
  }

  .pl-xl-25,
.px-xl-25 {
    padding-left: 25rem !important;
  }

  .p-xl-30 {
    padding: 30rem !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 30rem !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 30rem !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 30rem !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 30rem !important;
  }

  .p-xl-35 {
    padding: 35rem !important;
  }

  .pt-xl-35,
.py-xl-35 {
    padding-top: 35rem !important;
  }

  .pr-xl-35,
.px-xl-35 {
    padding-right: 35rem !important;
  }

  .pb-xl-35,
.py-xl-35 {
    padding-bottom: 35rem !important;
  }

  .pl-xl-35,
.px-xl-35 {
    padding-left: 35rem !important;
  }

  .p-xl-40 {
    padding: 40rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 40rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 40rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 40rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 40rem !important;
  }

  .p-xl-45 {
    padding: 45rem !important;
  }

  .pt-xl-45,
.py-xl-45 {
    padding-top: 45rem !important;
  }

  .pr-xl-45,
.px-xl-45 {
    padding-right: 45rem !important;
  }

  .pb-xl-45,
.py-xl-45 {
    padding-bottom: 45rem !important;
  }

  .pl-xl-45,
.px-xl-45 {
    padding-left: 45rem !important;
  }

  .p-xl-50 {
    padding: 50rem !important;
  }

  .pt-xl-50,
.py-xl-50 {
    padding-top: 50rem !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 50rem !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 50rem !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 50rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -2rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -2rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -2rem !important;
  }

  .m-xl-n3 {
    margin: -3rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -3rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -3rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -3rem !important;
  }

  .m-xl-n4 {
    margin: -4rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -4rem !important;
  }

  .m-xl-n5 {
    margin: -5rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -5rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -5rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -5rem !important;
  }

  .m-xl-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-xl-n0_5,
.my-xl-n0_5 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n0_5,
.mx-xl-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n0_5,
.my-xl-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n0_5,
.mx-xl-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-xl-n1_5,
.my-xl-n1_5 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n1_5,
.mx-xl-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n1_5,
.my-xl-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n1_5,
.mx-xl-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n2_5 {
    margin: -2.5rem !important;
  }

  .mt-xl-n2_5,
.my-xl-n2_5 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n2_5,
.mx-xl-n2_5 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n2_5,
.my-xl-n2_5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n2_5,
.mx-xl-n2_5 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n3_5 {
    margin: -3.5rem !important;
  }

  .mt-xl-n3_5,
.my-xl-n3_5 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n3_5,
.mx-xl-n3_5 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n3_5,
.my-xl-n3_5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n3_5,
.mx-xl-n3_5 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n6 {
    margin: -6rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -6rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -6rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -6rem !important;
  }

  .m-xl-n7 {
    margin: -7rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -7rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -7rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -7rem !important;
  }

  .m-xl-n8 {
    margin: -8rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -8rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -8rem !important;
  }

  .m-xl-n9 {
    margin: -9rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -9rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -9rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -9rem !important;
  }

  .m-xl-n10 {
    margin: -10rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -10rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -10rem !important;
  }

  .m-xl-n15 {
    margin: -15rem !important;
  }

  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -15rem !important;
  }

  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -15rem !important;
  }

  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -15rem !important;
  }

  .m-xl-n20 {
    margin: -20rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -20rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -20rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -20rem !important;
  }

  .m-xl-n25 {
    margin: -25rem !important;
  }

  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -25rem !important;
  }

  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -25rem !important;
  }

  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -25rem !important;
  }

  .m-xl-n30 {
    margin: -30rem !important;
  }

  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -30rem !important;
  }

  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -30rem !important;
  }

  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -30rem !important;
  }

  .m-xl-n35 {
    margin: -35rem !important;
  }

  .mt-xl-n35,
.my-xl-n35 {
    margin-top: -35rem !important;
  }

  .mr-xl-n35,
.mx-xl-n35 {
    margin-right: -35rem !important;
  }

  .mb-xl-n35,
.my-xl-n35 {
    margin-bottom: -35rem !important;
  }

  .ml-xl-n35,
.mx-xl-n35 {
    margin-left: -35rem !important;
  }

  .m-xl-n40 {
    margin: -40rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -40rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -40rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -40rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -40rem !important;
  }

  .m-xl-n45 {
    margin: -45rem !important;
  }

  .mt-xl-n45,
.my-xl-n45 {
    margin-top: -45rem !important;
  }

  .mr-xl-n45,
.mx-xl-n45 {
    margin-right: -45rem !important;
  }

  .mb-xl-n45,
.my-xl-n45 {
    margin-bottom: -45rem !important;
  }

  .ml-xl-n45,
.mx-xl-n45 {
    margin-left: -45rem !important;
  }

  .m-xl-n50 {
    margin: -50rem !important;
  }

  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -50rem !important;
  }

  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -50rem !important;
  }

  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -50rem !important;
  }

  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -50rem !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xxl-0_5 {
    margin: 0.5rem !important;
  }

  .mt-xxl-0_5,
.my-xxl-0_5 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-0_5,
.mx-xxl-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-0_5,
.my-xxl-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-0_5,
.mx-xxl-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-1_5 {
    margin: 1.5rem !important;
  }

  .mt-xxl-1_5,
.my-xxl-1_5 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-1_5,
.mx-xxl-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-1_5,
.my-xxl-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-1_5,
.mx-xxl-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-2_5 {
    margin: 2.5rem !important;
  }

  .mt-xxl-2_5,
.my-xxl-2_5 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-2_5,
.mx-xxl-2_5 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-2_5,
.my-xxl-2_5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-2_5,
.mx-xxl-2_5 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-3_5 {
    margin: 3.5rem !important;
  }

  .mt-xxl-3_5,
.my-xxl-3_5 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-3_5,
.mx-xxl-3_5 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-3_5,
.my-xxl-3_5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-3_5,
.mx-xxl-3_5 {
    margin-left: 3.5rem !important;
  }

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

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 6rem !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 6rem !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 6rem !important;
  }

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

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 7rem !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 7rem !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 7rem !important;
  }

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

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 8rem !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 8rem !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 8rem !important;
  }

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

  .mt-xxl-9,
.my-xxl-9 {
    margin-top: 9rem !important;
  }

  .mr-xxl-9,
.mx-xxl-9 {
    margin-right: 9rem !important;
  }

  .mb-xxl-9,
.my-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-9,
.mx-xxl-9 {
    margin-left: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10rem !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 10rem !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 10rem !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 10rem !important;
  }

  .m-xxl-15 {
    margin: 15rem !important;
  }

  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 15rem !important;
  }

  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 15rem !important;
  }

  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 15rem !important;
  }

  .m-xxl-20 {
    margin: 20rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 20rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 20rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 20rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 20rem !important;
  }

  .m-xxl-25 {
    margin: 25rem !important;
  }

  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 25rem !important;
  }

  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 25rem !important;
  }

  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 25rem !important;
  }

  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 25rem !important;
  }

  .m-xxl-30 {
    margin: 30rem !important;
  }

  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 30rem !important;
  }

  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 30rem !important;
  }

  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 30rem !important;
  }

  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 30rem !important;
  }

  .m-xxl-35 {
    margin: 35rem !important;
  }

  .mt-xxl-35,
.my-xxl-35 {
    margin-top: 35rem !important;
  }

  .mr-xxl-35,
.mx-xxl-35 {
    margin-right: 35rem !important;
  }

  .mb-xxl-35,
.my-xxl-35 {
    margin-bottom: 35rem !important;
  }

  .ml-xxl-35,
.mx-xxl-35 {
    margin-left: 35rem !important;
  }

  .m-xxl-40 {
    margin: 40rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 40rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 40rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 40rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 40rem !important;
  }

  .m-xxl-45 {
    margin: 45rem !important;
  }

  .mt-xxl-45,
.my-xxl-45 {
    margin-top: 45rem !important;
  }

  .mr-xxl-45,
.mx-xxl-45 {
    margin-right: 45rem !important;
  }

  .mb-xxl-45,
.my-xxl-45 {
    margin-bottom: 45rem !important;
  }

  .ml-xxl-45,
.mx-xxl-45 {
    margin-left: 45rem !important;
  }

  .m-xxl-50 {
    margin: 50rem !important;
  }

  .mt-xxl-50,
.my-xxl-50 {
    margin-top: 50rem !important;
  }

  .mr-xxl-50,
.mx-xxl-50 {
    margin-right: 50rem !important;
  }

  .mb-xxl-50,
.my-xxl-50 {
    margin-bottom: 50rem !important;
  }

  .ml-xxl-50,
.mx-xxl-50 {
    margin-left: 50rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xxl-0_5 {
    padding: 0.5rem !important;
  }

  .pt-xxl-0_5,
.py-xxl-0_5 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-0_5,
.px-xxl-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-0_5,
.py-xxl-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-0_5,
.px-xxl-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-1_5 {
    padding: 1.5rem !important;
  }

  .pt-xxl-1_5,
.py-xxl-1_5 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-1_5,
.px-xxl-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-1_5,
.py-xxl-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-1_5,
.px-xxl-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-2_5 {
    padding: 2.5rem !important;
  }

  .pt-xxl-2_5,
.py-xxl-2_5 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-2_5,
.px-xxl-2_5 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-2_5,
.py-xxl-2_5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-2_5,
.px-xxl-2_5 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-3_5 {
    padding: 3.5rem !important;
  }

  .pt-xxl-3_5,
.py-xxl-3_5 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-3_5,
.px-xxl-3_5 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-3_5,
.py-xxl-3_5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-3_5,
.px-xxl-3_5 {
    padding-left: 3.5rem !important;
  }

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

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 6rem !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 6rem !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 6rem !important;
  }

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

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 7rem !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 7rem !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 7rem !important;
  }

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

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 8rem !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 8rem !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 8rem !important;
  }

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

  .pt-xxl-9,
.py-xxl-9 {
    padding-top: 9rem !important;
  }

  .pr-xxl-9,
.px-xxl-9 {
    padding-right: 9rem !important;
  }

  .pb-xxl-9,
.py-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-9,
.px-xxl-9 {
    padding-left: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10rem !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 10rem !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 10rem !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 10rem !important;
  }

  .p-xxl-15 {
    padding: 15rem !important;
  }

  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 15rem !important;
  }

  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 15rem !important;
  }

  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 15rem !important;
  }

  .p-xxl-20 {
    padding: 20rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 20rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 20rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 20rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 20rem !important;
  }

  .p-xxl-25 {
    padding: 25rem !important;
  }

  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 25rem !important;
  }

  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 25rem !important;
  }

  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 25rem !important;
  }

  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 25rem !important;
  }

  .p-xxl-30 {
    padding: 30rem !important;
  }

  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 30rem !important;
  }

  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 30rem !important;
  }

  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 30rem !important;
  }

  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 30rem !important;
  }

  .p-xxl-35 {
    padding: 35rem !important;
  }

  .pt-xxl-35,
.py-xxl-35 {
    padding-top: 35rem !important;
  }

  .pr-xxl-35,
.px-xxl-35 {
    padding-right: 35rem !important;
  }

  .pb-xxl-35,
.py-xxl-35 {
    padding-bottom: 35rem !important;
  }

  .pl-xxl-35,
.px-xxl-35 {
    padding-left: 35rem !important;
  }

  .p-xxl-40 {
    padding: 40rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 40rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 40rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 40rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 40rem !important;
  }

  .p-xxl-45 {
    padding: 45rem !important;
  }

  .pt-xxl-45,
.py-xxl-45 {
    padding-top: 45rem !important;
  }

  .pr-xxl-45,
.px-xxl-45 {
    padding-right: 45rem !important;
  }

  .pb-xxl-45,
.py-xxl-45 {
    padding-bottom: 45rem !important;
  }

  .pl-xxl-45,
.px-xxl-45 {
    padding-left: 45rem !important;
  }

  .p-xxl-50 {
    padding: 50rem !important;
  }

  .pt-xxl-50,
.py-xxl-50 {
    padding-top: 50rem !important;
  }

  .pr-xxl-50,
.px-xxl-50 {
    padding-right: 50rem !important;
  }

  .pb-xxl-50,
.py-xxl-50 {
    padding-bottom: 50rem !important;
  }

  .pl-xxl-50,
.px-xxl-50 {
    padding-left: 50rem !important;
  }

  .m-xxl-n1 {
    margin: -1rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -1rem !important;
  }

  .m-xxl-n2 {
    margin: -2rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -2rem !important;
  }

  .m-xxl-n3 {
    margin: -3rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -3rem !important;
  }

  .m-xxl-n4 {
    margin: -4rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -4rem !important;
  }

  .m-xxl-n5 {
    margin: -5rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -5rem !important;
  }

  .m-xxl-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n0_5,
.my-xxl-n0_5 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n0_5,
.mx-xxl-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n0_5,
.my-xxl-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n0_5,
.mx-xxl-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n1_5,
.my-xxl-n1_5 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n1_5,
.mx-xxl-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n1_5,
.my-xxl-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n1_5,
.mx-xxl-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n2_5 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n2_5,
.my-xxl-n2_5 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n2_5,
.mx-xxl-n2_5 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n2_5,
.my-xxl-n2_5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n2_5,
.mx-xxl-n2_5 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n3_5 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n3_5,
.my-xxl-n3_5 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n3_5,
.mx-xxl-n3_5 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n3_5,
.my-xxl-n3_5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n3_5,
.mx-xxl-n3_5 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n6 {
    margin: -6rem !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -6rem !important;
  }

  .m-xxl-n7 {
    margin: -7rem !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -7rem !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -7rem !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -7rem !important;
  }

  .m-xxl-n8 {
    margin: -8rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -8rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -8rem !important;
  }

  .m-xxl-n9 {
    margin: -9rem !important;
  }

  .mt-xxl-n9,
.my-xxl-n9 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n9,
.mx-xxl-n9 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n9,
.my-xxl-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n9,
.mx-xxl-n9 {
    margin-left: -9rem !important;
  }

  .m-xxl-n10 {
    margin: -10rem !important;
  }

  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -10rem !important;
  }

  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -10rem !important;
  }

  .m-xxl-n15 {
    margin: -15rem !important;
  }

  .mt-xxl-n15,
.my-xxl-n15 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n15,
.mx-xxl-n15 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n15,
.my-xxl-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n15,
.mx-xxl-n15 {
    margin-left: -15rem !important;
  }

  .m-xxl-n20 {
    margin: -20rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -20rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -20rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -20rem !important;
  }

  .m-xxl-n25 {
    margin: -25rem !important;
  }

  .mt-xxl-n25,
.my-xxl-n25 {
    margin-top: -25rem !important;
  }

  .mr-xxl-n25,
.mx-xxl-n25 {
    margin-right: -25rem !important;
  }

  .mb-xxl-n25,
.my-xxl-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-xxl-n25,
.mx-xxl-n25 {
    margin-left: -25rem !important;
  }

  .m-xxl-n30 {
    margin: -30rem !important;
  }

  .mt-xxl-n30,
.my-xxl-n30 {
    margin-top: -30rem !important;
  }

  .mr-xxl-n30,
.mx-xxl-n30 {
    margin-right: -30rem !important;
  }

  .mb-xxl-n30,
.my-xxl-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-xxl-n30,
.mx-xxl-n30 {
    margin-left: -30rem !important;
  }

  .m-xxl-n35 {
    margin: -35rem !important;
  }

  .mt-xxl-n35,
.my-xxl-n35 {
    margin-top: -35rem !important;
  }

  .mr-xxl-n35,
.mx-xxl-n35 {
    margin-right: -35rem !important;
  }

  .mb-xxl-n35,
.my-xxl-n35 {
    margin-bottom: -35rem !important;
  }

  .ml-xxl-n35,
.mx-xxl-n35 {
    margin-left: -35rem !important;
  }

  .m-xxl-n40 {
    margin: -40rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -40rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -40rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -40rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -40rem !important;
  }

  .m-xxl-n45 {
    margin: -45rem !important;
  }

  .mt-xxl-n45,
.my-xxl-n45 {
    margin-top: -45rem !important;
  }

  .mr-xxl-n45,
.mx-xxl-n45 {
    margin-right: -45rem !important;
  }

  .mb-xxl-n45,
.my-xxl-n45 {
    margin-bottom: -45rem !important;
  }

  .ml-xxl-n45,
.mx-xxl-n45 {
    margin-left: -45rem !important;
  }

  .m-xxl-n50 {
    margin: -50rem !important;
  }

  .mt-xxl-n50,
.my-xxl-n50 {
    margin-top: -50rem !important;
  }

  .mr-xxl-n50,
.mx-xxl-n50 {
    margin-right: -50rem !important;
  }

  .mb-xxl-n50,
.my-xxl-n50 {
    margin-bottom: -50rem !important;
  }

  .ml-xxl-n50,
.mx-xxl-n50 {
    margin-left: -50rem !important;
  }

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

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

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

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 2rem !important;
  }

  .m-xxxl-3 {
    margin: 3rem !important;
  }

  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 3rem !important;
  }

  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 3rem !important;
  }

  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 3rem !important;
  }

  .m-xxxl-4 {
    margin: 4rem !important;
  }

  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 4rem !important;
  }

  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 4rem !important;
  }

  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 4rem !important;
  }

  .m-xxxl-5 {
    margin: 5rem !important;
  }

  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 5rem !important;
  }

  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 5rem !important;
  }

  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 5rem !important;
  }

  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 5rem !important;
  }

  .m-xxxl-0_5 {
    margin: 0.5rem !important;
  }

  .mt-xxxl-0_5,
.my-xxxl-0_5 {
    margin-top: 0.5rem !important;
  }

  .mr-xxxl-0_5,
.mx-xxxl-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-xxxl-0_5,
.my-xxxl-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxxl-0_5,
.mx-xxxl-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-xxxl-1_5 {
    margin: 1.5rem !important;
  }

  .mt-xxxl-1_5,
.my-xxxl-1_5 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxl-1_5,
.mx-xxxl-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxl-1_5,
.my-xxxl-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxl-1_5,
.mx-xxxl-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-xxxl-2_5 {
    margin: 2.5rem !important;
  }

  .mt-xxxl-2_5,
.my-xxxl-2_5 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxl-2_5,
.mx-xxxl-2_5 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxl-2_5,
.my-xxxl-2_5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxl-2_5,
.mx-xxxl-2_5 {
    margin-left: 2.5rem !important;
  }

  .m-xxxl-3_5 {
    margin: 3.5rem !important;
  }

  .mt-xxxl-3_5,
.my-xxxl-3_5 {
    margin-top: 3.5rem !important;
  }

  .mr-xxxl-3_5,
.mx-xxxl-3_5 {
    margin-right: 3.5rem !important;
  }

  .mb-xxxl-3_5,
.my-xxxl-3_5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxxl-3_5,
.mx-xxxl-3_5 {
    margin-left: 3.5rem !important;
  }

  .m-xxxl-6 {
    margin: 6rem !important;
  }

  .mt-xxxl-6,
.my-xxxl-6 {
    margin-top: 6rem !important;
  }

  .mr-xxxl-6,
.mx-xxxl-6 {
    margin-right: 6rem !important;
  }

  .mb-xxxl-6,
.my-xxxl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xxxl-6,
.mx-xxxl-6 {
    margin-left: 6rem !important;
  }

  .m-xxxl-7 {
    margin: 7rem !important;
  }

  .mt-xxxl-7,
.my-xxxl-7 {
    margin-top: 7rem !important;
  }

  .mr-xxxl-7,
.mx-xxxl-7 {
    margin-right: 7rem !important;
  }

  .mb-xxxl-7,
.my-xxxl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xxxl-7,
.mx-xxxl-7 {
    margin-left: 7rem !important;
  }

  .m-xxxl-8 {
    margin: 8rem !important;
  }

  .mt-xxxl-8,
.my-xxxl-8 {
    margin-top: 8rem !important;
  }

  .mr-xxxl-8,
.mx-xxxl-8 {
    margin-right: 8rem !important;
  }

  .mb-xxxl-8,
.my-xxxl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xxxl-8,
.mx-xxxl-8 {
    margin-left: 8rem !important;
  }

  .m-xxxl-9 {
    margin: 9rem !important;
  }

  .mt-xxxl-9,
.my-xxxl-9 {
    margin-top: 9rem !important;
  }

  .mr-xxxl-9,
.mx-xxxl-9 {
    margin-right: 9rem !important;
  }

  .mb-xxxl-9,
.my-xxxl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xxxl-9,
.mx-xxxl-9 {
    margin-left: 9rem !important;
  }

  .m-xxxl-10 {
    margin: 10rem !important;
  }

  .mt-xxxl-10,
.my-xxxl-10 {
    margin-top: 10rem !important;
  }

  .mr-xxxl-10,
.mx-xxxl-10 {
    margin-right: 10rem !important;
  }

  .mb-xxxl-10,
.my-xxxl-10 {
    margin-bottom: 10rem !important;
  }

  .ml-xxxl-10,
.mx-xxxl-10 {
    margin-left: 10rem !important;
  }

  .m-xxxl-15 {
    margin: 15rem !important;
  }

  .mt-xxxl-15,
.my-xxxl-15 {
    margin-top: 15rem !important;
  }

  .mr-xxxl-15,
.mx-xxxl-15 {
    margin-right: 15rem !important;
  }

  .mb-xxxl-15,
.my-xxxl-15 {
    margin-bottom: 15rem !important;
  }

  .ml-xxxl-15,
.mx-xxxl-15 {
    margin-left: 15rem !important;
  }

  .m-xxxl-20 {
    margin: 20rem !important;
  }

  .mt-xxxl-20,
.my-xxxl-20 {
    margin-top: 20rem !important;
  }

  .mr-xxxl-20,
.mx-xxxl-20 {
    margin-right: 20rem !important;
  }

  .mb-xxxl-20,
.my-xxxl-20 {
    margin-bottom: 20rem !important;
  }

  .ml-xxxl-20,
.mx-xxxl-20 {
    margin-left: 20rem !important;
  }

  .m-xxxl-25 {
    margin: 25rem !important;
  }

  .mt-xxxl-25,
.my-xxxl-25 {
    margin-top: 25rem !important;
  }

  .mr-xxxl-25,
.mx-xxxl-25 {
    margin-right: 25rem !important;
  }

  .mb-xxxl-25,
.my-xxxl-25 {
    margin-bottom: 25rem !important;
  }

  .ml-xxxl-25,
.mx-xxxl-25 {
    margin-left: 25rem !important;
  }

  .m-xxxl-30 {
    margin: 30rem !important;
  }

  .mt-xxxl-30,
.my-xxxl-30 {
    margin-top: 30rem !important;
  }

  .mr-xxxl-30,
.mx-xxxl-30 {
    margin-right: 30rem !important;
  }

  .mb-xxxl-30,
.my-xxxl-30 {
    margin-bottom: 30rem !important;
  }

  .ml-xxxl-30,
.mx-xxxl-30 {
    margin-left: 30rem !important;
  }

  .m-xxxl-35 {
    margin: 35rem !important;
  }

  .mt-xxxl-35,
.my-xxxl-35 {
    margin-top: 35rem !important;
  }

  .mr-xxxl-35,
.mx-xxxl-35 {
    margin-right: 35rem !important;
  }

  .mb-xxxl-35,
.my-xxxl-35 {
    margin-bottom: 35rem !important;
  }

  .ml-xxxl-35,
.mx-xxxl-35 {
    margin-left: 35rem !important;
  }

  .m-xxxl-40 {
    margin: 40rem !important;
  }

  .mt-xxxl-40,
.my-xxxl-40 {
    margin-top: 40rem !important;
  }

  .mr-xxxl-40,
.mx-xxxl-40 {
    margin-right: 40rem !important;
  }

  .mb-xxxl-40,
.my-xxxl-40 {
    margin-bottom: 40rem !important;
  }

  .ml-xxxl-40,
.mx-xxxl-40 {
    margin-left: 40rem !important;
  }

  .m-xxxl-45 {
    margin: 45rem !important;
  }

  .mt-xxxl-45,
.my-xxxl-45 {
    margin-top: 45rem !important;
  }

  .mr-xxxl-45,
.mx-xxxl-45 {
    margin-right: 45rem !important;
  }

  .mb-xxxl-45,
.my-xxxl-45 {
    margin-bottom: 45rem !important;
  }

  .ml-xxxl-45,
.mx-xxxl-45 {
    margin-left: 45rem !important;
  }

  .m-xxxl-50 {
    margin: 50rem !important;
  }

  .mt-xxxl-50,
.my-xxxl-50 {
    margin-top: 50rem !important;
  }

  .mr-xxxl-50,
.mx-xxxl-50 {
    margin-right: 50rem !important;
  }

  .mb-xxxl-50,
.my-xxxl-50 {
    margin-bottom: 50rem !important;
  }

  .ml-xxxl-50,
.mx-xxxl-50 {
    margin-left: 50rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-1 {
    padding: 1rem !important;
  }

  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 1rem !important;
  }

  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 1rem !important;
  }

  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 1rem !important;
  }

  .p-xxxl-2 {
    padding: 2rem !important;
  }

  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 2rem !important;
  }

  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 2rem !important;
  }

  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 2rem !important;
  }

  .p-xxxl-3 {
    padding: 3rem !important;
  }

  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 3rem !important;
  }

  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 3rem !important;
  }

  .p-xxxl-4 {
    padding: 4rem !important;
  }

  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 4rem !important;
  }

  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 4rem !important;
  }

  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 4rem !important;
  }

  .p-xxxl-5 {
    padding: 5rem !important;
  }

  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 5rem !important;
  }

  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 5rem !important;
  }

  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 5rem !important;
  }

  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 5rem !important;
  }

  .p-xxxl-0_5 {
    padding: 0.5rem !important;
  }

  .pt-xxxl-0_5,
.py-xxxl-0_5 {
    padding-top: 0.5rem !important;
  }

  .pr-xxxl-0_5,
.px-xxxl-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-xxxl-0_5,
.py-xxxl-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxxl-0_5,
.px-xxxl-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-xxxl-1_5 {
    padding: 1.5rem !important;
  }

  .pt-xxxl-1_5,
.py-xxxl-1_5 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxl-1_5,
.px-xxxl-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxl-1_5,
.py-xxxl-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxl-1_5,
.px-xxxl-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-xxxl-2_5 {
    padding: 2.5rem !important;
  }

  .pt-xxxl-2_5,
.py-xxxl-2_5 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxl-2_5,
.px-xxxl-2_5 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxl-2_5,
.py-xxxl-2_5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxl-2_5,
.px-xxxl-2_5 {
    padding-left: 2.5rem !important;
  }

  .p-xxxl-3_5 {
    padding: 3.5rem !important;
  }

  .pt-xxxl-3_5,
.py-xxxl-3_5 {
    padding-top: 3.5rem !important;
  }

  .pr-xxxl-3_5,
.px-xxxl-3_5 {
    padding-right: 3.5rem !important;
  }

  .pb-xxxl-3_5,
.py-xxxl-3_5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxxl-3_5,
.px-xxxl-3_5 {
    padding-left: 3.5rem !important;
  }

  .p-xxxl-6 {
    padding: 6rem !important;
  }

  .pt-xxxl-6,
.py-xxxl-6 {
    padding-top: 6rem !important;
  }

  .pr-xxxl-6,
.px-xxxl-6 {
    padding-right: 6rem !important;
  }

  .pb-xxxl-6,
.py-xxxl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xxxl-6,
.px-xxxl-6 {
    padding-left: 6rem !important;
  }

  .p-xxxl-7 {
    padding: 7rem !important;
  }

  .pt-xxxl-7,
.py-xxxl-7 {
    padding-top: 7rem !important;
  }

  .pr-xxxl-7,
.px-xxxl-7 {
    padding-right: 7rem !important;
  }

  .pb-xxxl-7,
.py-xxxl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xxxl-7,
.px-xxxl-7 {
    padding-left: 7rem !important;
  }

  .p-xxxl-8 {
    padding: 8rem !important;
  }

  .pt-xxxl-8,
.py-xxxl-8 {
    padding-top: 8rem !important;
  }

  .pr-xxxl-8,
.px-xxxl-8 {
    padding-right: 8rem !important;
  }

  .pb-xxxl-8,
.py-xxxl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xxxl-8,
.px-xxxl-8 {
    padding-left: 8rem !important;
  }

  .p-xxxl-9 {
    padding: 9rem !important;
  }

  .pt-xxxl-9,
.py-xxxl-9 {
    padding-top: 9rem !important;
  }

  .pr-xxxl-9,
.px-xxxl-9 {
    padding-right: 9rem !important;
  }

  .pb-xxxl-9,
.py-xxxl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xxxl-9,
.px-xxxl-9 {
    padding-left: 9rem !important;
  }

  .p-xxxl-10 {
    padding: 10rem !important;
  }

  .pt-xxxl-10,
.py-xxxl-10 {
    padding-top: 10rem !important;
  }

  .pr-xxxl-10,
.px-xxxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxxl-10,
.py-xxxl-10 {
    padding-bottom: 10rem !important;
  }

  .pl-xxxl-10,
.px-xxxl-10 {
    padding-left: 10rem !important;
  }

  .p-xxxl-15 {
    padding: 15rem !important;
  }

  .pt-xxxl-15,
.py-xxxl-15 {
    padding-top: 15rem !important;
  }

  .pr-xxxl-15,
.px-xxxl-15 {
    padding-right: 15rem !important;
  }

  .pb-xxxl-15,
.py-xxxl-15 {
    padding-bottom: 15rem !important;
  }

  .pl-xxxl-15,
.px-xxxl-15 {
    padding-left: 15rem !important;
  }

  .p-xxxl-20 {
    padding: 20rem !important;
  }

  .pt-xxxl-20,
.py-xxxl-20 {
    padding-top: 20rem !important;
  }

  .pr-xxxl-20,
.px-xxxl-20 {
    padding-right: 20rem !important;
  }

  .pb-xxxl-20,
.py-xxxl-20 {
    padding-bottom: 20rem !important;
  }

  .pl-xxxl-20,
.px-xxxl-20 {
    padding-left: 20rem !important;
  }

  .p-xxxl-25 {
    padding: 25rem !important;
  }

  .pt-xxxl-25,
.py-xxxl-25 {
    padding-top: 25rem !important;
  }

  .pr-xxxl-25,
.px-xxxl-25 {
    padding-right: 25rem !important;
  }

  .pb-xxxl-25,
.py-xxxl-25 {
    padding-bottom: 25rem !important;
  }

  .pl-xxxl-25,
.px-xxxl-25 {
    padding-left: 25rem !important;
  }

  .p-xxxl-30 {
    padding: 30rem !important;
  }

  .pt-xxxl-30,
.py-xxxl-30 {
    padding-top: 30rem !important;
  }

  .pr-xxxl-30,
.px-xxxl-30 {
    padding-right: 30rem !important;
  }

  .pb-xxxl-30,
.py-xxxl-30 {
    padding-bottom: 30rem !important;
  }

  .pl-xxxl-30,
.px-xxxl-30 {
    padding-left: 30rem !important;
  }

  .p-xxxl-35 {
    padding: 35rem !important;
  }

  .pt-xxxl-35,
.py-xxxl-35 {
    padding-top: 35rem !important;
  }

  .pr-xxxl-35,
.px-xxxl-35 {
    padding-right: 35rem !important;
  }

  .pb-xxxl-35,
.py-xxxl-35 {
    padding-bottom: 35rem !important;
  }

  .pl-xxxl-35,
.px-xxxl-35 {
    padding-left: 35rem !important;
  }

  .p-xxxl-40 {
    padding: 40rem !important;
  }

  .pt-xxxl-40,
.py-xxxl-40 {
    padding-top: 40rem !important;
  }

  .pr-xxxl-40,
.px-xxxl-40 {
    padding-right: 40rem !important;
  }

  .pb-xxxl-40,
.py-xxxl-40 {
    padding-bottom: 40rem !important;
  }

  .pl-xxxl-40,
.px-xxxl-40 {
    padding-left: 40rem !important;
  }

  .p-xxxl-45 {
    padding: 45rem !important;
  }

  .pt-xxxl-45,
.py-xxxl-45 {
    padding-top: 45rem !important;
  }

  .pr-xxxl-45,
.px-xxxl-45 {
    padding-right: 45rem !important;
  }

  .pb-xxxl-45,
.py-xxxl-45 {
    padding-bottom: 45rem !important;
  }

  .pl-xxxl-45,
.px-xxxl-45 {
    padding-left: 45rem !important;
  }

  .p-xxxl-50 {
    padding: 50rem !important;
  }

  .pt-xxxl-50,
.py-xxxl-50 {
    padding-top: 50rem !important;
  }

  .pr-xxxl-50,
.px-xxxl-50 {
    padding-right: 50rem !important;
  }

  .pb-xxxl-50,
.py-xxxl-50 {
    padding-bottom: 50rem !important;
  }

  .pl-xxxl-50,
.px-xxxl-50 {
    padding-left: 50rem !important;
  }

  .m-xxxl-n1 {
    margin: -1rem !important;
  }

  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -1rem !important;
  }

  .m-xxxl-n2 {
    margin: -2rem !important;
  }

  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -2rem !important;
  }

  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -2rem !important;
  }

  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -2rem !important;
  }

  .m-xxxl-n3 {
    margin: -3rem !important;
  }

  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -3rem !important;
  }

  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -3rem !important;
  }

  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -3rem !important;
  }

  .m-xxxl-n4 {
    margin: -4rem !important;
  }

  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -4rem !important;
  }

  .m-xxxl-n5 {
    margin: -5rem !important;
  }

  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -5rem !important;
  }

  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -5rem !important;
  }

  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -5rem !important;
  }

  .m-xxxl-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-xxxl-n0_5,
.my-xxxl-n0_5 {
    margin-top: -0.5rem !important;
  }

  .mr-xxxl-n0_5,
.mx-xxxl-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-xxxl-n0_5,
.my-xxxl-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxxl-n0_5,
.mx-xxxl-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-xxxl-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-xxxl-n1_5,
.my-xxxl-n1_5 {
    margin-top: -1.5rem !important;
  }

  .mr-xxxl-n1_5,
.mx-xxxl-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-xxxl-n1_5,
.my-xxxl-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxxl-n1_5,
.mx-xxxl-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-xxxl-n2_5 {
    margin: -2.5rem !important;
  }

  .mt-xxxl-n2_5,
.my-xxxl-n2_5 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxl-n2_5,
.mx-xxxl-n2_5 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxl-n2_5,
.my-xxxl-n2_5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxl-n2_5,
.mx-xxxl-n2_5 {
    margin-left: -2.5rem !important;
  }

  .m-xxxl-n3_5 {
    margin: -3.5rem !important;
  }

  .mt-xxxl-n3_5,
.my-xxxl-n3_5 {
    margin-top: -3.5rem !important;
  }

  .mr-xxxl-n3_5,
.mx-xxxl-n3_5 {
    margin-right: -3.5rem !important;
  }

  .mb-xxxl-n3_5,
.my-xxxl-n3_5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxxl-n3_5,
.mx-xxxl-n3_5 {
    margin-left: -3.5rem !important;
  }

  .m-xxxl-n6 {
    margin: -6rem !important;
  }

  .mt-xxxl-n6,
.my-xxxl-n6 {
    margin-top: -6rem !important;
  }

  .mr-xxxl-n6,
.mx-xxxl-n6 {
    margin-right: -6rem !important;
  }

  .mb-xxxl-n6,
.my-xxxl-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-xxxl-n6,
.mx-xxxl-n6 {
    margin-left: -6rem !important;
  }

  .m-xxxl-n7 {
    margin: -7rem !important;
  }

  .mt-xxxl-n7,
.my-xxxl-n7 {
    margin-top: -7rem !important;
  }

  .mr-xxxl-n7,
.mx-xxxl-n7 {
    margin-right: -7rem !important;
  }

  .mb-xxxl-n7,
.my-xxxl-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-xxxl-n7,
.mx-xxxl-n7 {
    margin-left: -7rem !important;
  }

  .m-xxxl-n8 {
    margin: -8rem !important;
  }

  .mt-xxxl-n8,
.my-xxxl-n8 {
    margin-top: -8rem !important;
  }

  .mr-xxxl-n8,
.mx-xxxl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xxxl-n8,
.my-xxxl-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xxxl-n8,
.mx-xxxl-n8 {
    margin-left: -8rem !important;
  }

  .m-xxxl-n9 {
    margin: -9rem !important;
  }

  .mt-xxxl-n9,
.my-xxxl-n9 {
    margin-top: -9rem !important;
  }

  .mr-xxxl-n9,
.mx-xxxl-n9 {
    margin-right: -9rem !important;
  }

  .mb-xxxl-n9,
.my-xxxl-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xxxl-n9,
.mx-xxxl-n9 {
    margin-left: -9rem !important;
  }

  .m-xxxl-n10 {
    margin: -10rem !important;
  }

  .mt-xxxl-n10,
.my-xxxl-n10 {
    margin-top: -10rem !important;
  }

  .mr-xxxl-n10,
.mx-xxxl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xxxl-n10,
.my-xxxl-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-xxxl-n10,
.mx-xxxl-n10 {
    margin-left: -10rem !important;
  }

  .m-xxxl-n15 {
    margin: -15rem !important;
  }

  .mt-xxxl-n15,
.my-xxxl-n15 {
    margin-top: -15rem !important;
  }

  .mr-xxxl-n15,
.mx-xxxl-n15 {
    margin-right: -15rem !important;
  }

  .mb-xxxl-n15,
.my-xxxl-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-xxxl-n15,
.mx-xxxl-n15 {
    margin-left: -15rem !important;
  }

  .m-xxxl-n20 {
    margin: -20rem !important;
  }

  .mt-xxxl-n20,
.my-xxxl-n20 {
    margin-top: -20rem !important;
  }

  .mr-xxxl-n20,
.mx-xxxl-n20 {
    margin-right: -20rem !important;
  }

  .mb-xxxl-n20,
.my-xxxl-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-xxxl-n20,
.mx-xxxl-n20 {
    margin-left: -20rem !important;
  }

  .m-xxxl-n25 {
    margin: -25rem !important;
  }

  .mt-xxxl-n25,
.my-xxxl-n25 {
    margin-top: -25rem !important;
  }

  .mr-xxxl-n25,
.mx-xxxl-n25 {
    margin-right: -25rem !important;
  }

  .mb-xxxl-n25,
.my-xxxl-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-xxxl-n25,
.mx-xxxl-n25 {
    margin-left: -25rem !important;
  }

  .m-xxxl-n30 {
    margin: -30rem !important;
  }

  .mt-xxxl-n30,
.my-xxxl-n30 {
    margin-top: -30rem !important;
  }

  .mr-xxxl-n30,
.mx-xxxl-n30 {
    margin-right: -30rem !important;
  }

  .mb-xxxl-n30,
.my-xxxl-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-xxxl-n30,
.mx-xxxl-n30 {
    margin-left: -30rem !important;
  }

  .m-xxxl-n35 {
    margin: -35rem !important;
  }

  .mt-xxxl-n35,
.my-xxxl-n35 {
    margin-top: -35rem !important;
  }

  .mr-xxxl-n35,
.mx-xxxl-n35 {
    margin-right: -35rem !important;
  }

  .mb-xxxl-n35,
.my-xxxl-n35 {
    margin-bottom: -35rem !important;
  }

  .ml-xxxl-n35,
.mx-xxxl-n35 {
    margin-left: -35rem !important;
  }

  .m-xxxl-n40 {
    margin: -40rem !important;
  }

  .mt-xxxl-n40,
.my-xxxl-n40 {
    margin-top: -40rem !important;
  }

  .mr-xxxl-n40,
.mx-xxxl-n40 {
    margin-right: -40rem !important;
  }

  .mb-xxxl-n40,
.my-xxxl-n40 {
    margin-bottom: -40rem !important;
  }

  .ml-xxxl-n40,
.mx-xxxl-n40 {
    margin-left: -40rem !important;
  }

  .m-xxxl-n45 {
    margin: -45rem !important;
  }

  .mt-xxxl-n45,
.my-xxxl-n45 {
    margin-top: -45rem !important;
  }

  .mr-xxxl-n45,
.mx-xxxl-n45 {
    margin-right: -45rem !important;
  }

  .mb-xxxl-n45,
.my-xxxl-n45 {
    margin-bottom: -45rem !important;
  }

  .ml-xxxl-n45,
.mx-xxxl-n45 {
    margin-left: -45rem !important;
  }

  .m-xxxl-n50 {
    margin: -50rem !important;
  }

  .mt-xxxl-n50,
.my-xxxl-n50 {
    margin-top: -50rem !important;
  }

  .mr-xxxl-n50,
.mx-xxxl-n50 {
    margin-right: -50rem !important;
  }

  .mb-xxxl-n50,
.my-xxxl-n50 {
    margin-bottom: -50rem !important;
  }

  .ml-xxxl-n50,
.mx-xxxl-n50 {
    margin-left: -50rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1800px) {
  .m-xxxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxxl-0,
.my-xxxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxxl-0,
.mx-xxxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxxl-0,
.my-xxxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxxl-0,
.mx-xxxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxxl-1 {
    margin: 1rem !important;
  }

  .mt-xxxxl-1,
.my-xxxxl-1 {
    margin-top: 1rem !important;
  }

  .mr-xxxxl-1,
.mx-xxxxl-1 {
    margin-right: 1rem !important;
  }

  .mb-xxxxl-1,
.my-xxxxl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xxxxl-1,
.mx-xxxxl-1 {
    margin-left: 1rem !important;
  }

  .m-xxxxl-2 {
    margin: 2rem !important;
  }

  .mt-xxxxl-2,
.my-xxxxl-2 {
    margin-top: 2rem !important;
  }

  .mr-xxxxl-2,
.mx-xxxxl-2 {
    margin-right: 2rem !important;
  }

  .mb-xxxxl-2,
.my-xxxxl-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xxxxl-2,
.mx-xxxxl-2 {
    margin-left: 2rem !important;
  }

  .m-xxxxl-3 {
    margin: 3rem !important;
  }

  .mt-xxxxl-3,
.my-xxxxl-3 {
    margin-top: 3rem !important;
  }

  .mr-xxxxl-3,
.mx-xxxxl-3 {
    margin-right: 3rem !important;
  }

  .mb-xxxxl-3,
.my-xxxxl-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxxl-3,
.mx-xxxxl-3 {
    margin-left: 3rem !important;
  }

  .m-xxxxl-4 {
    margin: 4rem !important;
  }

  .mt-xxxxl-4,
.my-xxxxl-4 {
    margin-top: 4rem !important;
  }

  .mr-xxxxl-4,
.mx-xxxxl-4 {
    margin-right: 4rem !important;
  }

  .mb-xxxxl-4,
.my-xxxxl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xxxxl-4,
.mx-xxxxl-4 {
    margin-left: 4rem !important;
  }

  .m-xxxxl-5 {
    margin: 5rem !important;
  }

  .mt-xxxxl-5,
.my-xxxxl-5 {
    margin-top: 5rem !important;
  }

  .mr-xxxxl-5,
.mx-xxxxl-5 {
    margin-right: 5rem !important;
  }

  .mb-xxxxl-5,
.my-xxxxl-5 {
    margin-bottom: 5rem !important;
  }

  .ml-xxxxl-5,
.mx-xxxxl-5 {
    margin-left: 5rem !important;
  }

  .m-xxxxl-0_5 {
    margin: 0.5rem !important;
  }

  .mt-xxxxl-0_5,
.my-xxxxl-0_5 {
    margin-top: 0.5rem !important;
  }

  .mr-xxxxl-0_5,
.mx-xxxxl-0_5 {
    margin-right: 0.5rem !important;
  }

  .mb-xxxxl-0_5,
.my-xxxxl-0_5 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxxxl-0_5,
.mx-xxxxl-0_5 {
    margin-left: 0.5rem !important;
  }

  .m-xxxxl-1_5 {
    margin: 1.5rem !important;
  }

  .mt-xxxxl-1_5,
.my-xxxxl-1_5 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxxl-1_5,
.mx-xxxxl-1_5 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxxl-1_5,
.my-xxxxl-1_5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxxl-1_5,
.mx-xxxxl-1_5 {
    margin-left: 1.5rem !important;
  }

  .m-xxxxl-2_5 {
    margin: 2.5rem !important;
  }

  .mt-xxxxl-2_5,
.my-xxxxl-2_5 {
    margin-top: 2.5rem !important;
  }

  .mr-xxxxl-2_5,
.mx-xxxxl-2_5 {
    margin-right: 2.5rem !important;
  }

  .mb-xxxxl-2_5,
.my-xxxxl-2_5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxxxl-2_5,
.mx-xxxxl-2_5 {
    margin-left: 2.5rem !important;
  }

  .m-xxxxl-3_5 {
    margin: 3.5rem !important;
  }

  .mt-xxxxl-3_5,
.my-xxxxl-3_5 {
    margin-top: 3.5rem !important;
  }

  .mr-xxxxl-3_5,
.mx-xxxxl-3_5 {
    margin-right: 3.5rem !important;
  }

  .mb-xxxxl-3_5,
.my-xxxxl-3_5 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxxxl-3_5,
.mx-xxxxl-3_5 {
    margin-left: 3.5rem !important;
  }

  .m-xxxxl-6 {
    margin: 6rem !important;
  }

  .mt-xxxxl-6,
.my-xxxxl-6 {
    margin-top: 6rem !important;
  }

  .mr-xxxxl-6,
.mx-xxxxl-6 {
    margin-right: 6rem !important;
  }

  .mb-xxxxl-6,
.my-xxxxl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xxxxl-6,
.mx-xxxxl-6 {
    margin-left: 6rem !important;
  }

  .m-xxxxl-7 {
    margin: 7rem !important;
  }

  .mt-xxxxl-7,
.my-xxxxl-7 {
    margin-top: 7rem !important;
  }

  .mr-xxxxl-7,
.mx-xxxxl-7 {
    margin-right: 7rem !important;
  }

  .mb-xxxxl-7,
.my-xxxxl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xxxxl-7,
.mx-xxxxl-7 {
    margin-left: 7rem !important;
  }

  .m-xxxxl-8 {
    margin: 8rem !important;
  }

  .mt-xxxxl-8,
.my-xxxxl-8 {
    margin-top: 8rem !important;
  }

  .mr-xxxxl-8,
.mx-xxxxl-8 {
    margin-right: 8rem !important;
  }

  .mb-xxxxl-8,
.my-xxxxl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xxxxl-8,
.mx-xxxxl-8 {
    margin-left: 8rem !important;
  }

  .m-xxxxl-9 {
    margin: 9rem !important;
  }

  .mt-xxxxl-9,
.my-xxxxl-9 {
    margin-top: 9rem !important;
  }

  .mr-xxxxl-9,
.mx-xxxxl-9 {
    margin-right: 9rem !important;
  }

  .mb-xxxxl-9,
.my-xxxxl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xxxxl-9,
.mx-xxxxl-9 {
    margin-left: 9rem !important;
  }

  .m-xxxxl-10 {
    margin: 10rem !important;
  }

  .mt-xxxxl-10,
.my-xxxxl-10 {
    margin-top: 10rem !important;
  }

  .mr-xxxxl-10,
.mx-xxxxl-10 {
    margin-right: 10rem !important;
  }

  .mb-xxxxl-10,
.my-xxxxl-10 {
    margin-bottom: 10rem !important;
  }

  .ml-xxxxl-10,
.mx-xxxxl-10 {
    margin-left: 10rem !important;
  }

  .m-xxxxl-15 {
    margin: 15rem !important;
  }

  .mt-xxxxl-15,
.my-xxxxl-15 {
    margin-top: 15rem !important;
  }

  .mr-xxxxl-15,
.mx-xxxxl-15 {
    margin-right: 15rem !important;
  }

  .mb-xxxxl-15,
.my-xxxxl-15 {
    margin-bottom: 15rem !important;
  }

  .ml-xxxxl-15,
.mx-xxxxl-15 {
    margin-left: 15rem !important;
  }

  .m-xxxxl-20 {
    margin: 20rem !important;
  }

  .mt-xxxxl-20,
.my-xxxxl-20 {
    margin-top: 20rem !important;
  }

  .mr-xxxxl-20,
.mx-xxxxl-20 {
    margin-right: 20rem !important;
  }

  .mb-xxxxl-20,
.my-xxxxl-20 {
    margin-bottom: 20rem !important;
  }

  .ml-xxxxl-20,
.mx-xxxxl-20 {
    margin-left: 20rem !important;
  }

  .m-xxxxl-25 {
    margin: 25rem !important;
  }

  .mt-xxxxl-25,
.my-xxxxl-25 {
    margin-top: 25rem !important;
  }

  .mr-xxxxl-25,
.mx-xxxxl-25 {
    margin-right: 25rem !important;
  }

  .mb-xxxxl-25,
.my-xxxxl-25 {
    margin-bottom: 25rem !important;
  }

  .ml-xxxxl-25,
.mx-xxxxl-25 {
    margin-left: 25rem !important;
  }

  .m-xxxxl-30 {
    margin: 30rem !important;
  }

  .mt-xxxxl-30,
.my-xxxxl-30 {
    margin-top: 30rem !important;
  }

  .mr-xxxxl-30,
.mx-xxxxl-30 {
    margin-right: 30rem !important;
  }

  .mb-xxxxl-30,
.my-xxxxl-30 {
    margin-bottom: 30rem !important;
  }

  .ml-xxxxl-30,
.mx-xxxxl-30 {
    margin-left: 30rem !important;
  }

  .m-xxxxl-35 {
    margin: 35rem !important;
  }

  .mt-xxxxl-35,
.my-xxxxl-35 {
    margin-top: 35rem !important;
  }

  .mr-xxxxl-35,
.mx-xxxxl-35 {
    margin-right: 35rem !important;
  }

  .mb-xxxxl-35,
.my-xxxxl-35 {
    margin-bottom: 35rem !important;
  }

  .ml-xxxxl-35,
.mx-xxxxl-35 {
    margin-left: 35rem !important;
  }

  .m-xxxxl-40 {
    margin: 40rem !important;
  }

  .mt-xxxxl-40,
.my-xxxxl-40 {
    margin-top: 40rem !important;
  }

  .mr-xxxxl-40,
.mx-xxxxl-40 {
    margin-right: 40rem !important;
  }

  .mb-xxxxl-40,
.my-xxxxl-40 {
    margin-bottom: 40rem !important;
  }

  .ml-xxxxl-40,
.mx-xxxxl-40 {
    margin-left: 40rem !important;
  }

  .m-xxxxl-45 {
    margin: 45rem !important;
  }

  .mt-xxxxl-45,
.my-xxxxl-45 {
    margin-top: 45rem !important;
  }

  .mr-xxxxl-45,
.mx-xxxxl-45 {
    margin-right: 45rem !important;
  }

  .mb-xxxxl-45,
.my-xxxxl-45 {
    margin-bottom: 45rem !important;
  }

  .ml-xxxxl-45,
.mx-xxxxl-45 {
    margin-left: 45rem !important;
  }

  .m-xxxxl-50 {
    margin: 50rem !important;
  }

  .mt-xxxxl-50,
.my-xxxxl-50 {
    margin-top: 50rem !important;
  }

  .mr-xxxxl-50,
.mx-xxxxl-50 {
    margin-right: 50rem !important;
  }

  .mb-xxxxl-50,
.my-xxxxl-50 {
    margin-bottom: 50rem !important;
  }

  .ml-xxxxl-50,
.mx-xxxxl-50 {
    margin-left: 50rem !important;
  }

  .p-xxxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxxl-0,
.py-xxxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxxl-0,
.px-xxxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxxl-0,
.py-xxxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxxl-0,
.px-xxxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxxl-1 {
    padding: 1rem !important;
  }

  .pt-xxxxl-1,
.py-xxxxl-1 {
    padding-top: 1rem !important;
  }

  .pr-xxxxl-1,
.px-xxxxl-1 {
    padding-right: 1rem !important;
  }

  .pb-xxxxl-1,
.py-xxxxl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxxl-1,
.px-xxxxl-1 {
    padding-left: 1rem !important;
  }

  .p-xxxxl-2 {
    padding: 2rem !important;
  }

  .pt-xxxxl-2,
.py-xxxxl-2 {
    padding-top: 2rem !important;
  }

  .pr-xxxxl-2,
.px-xxxxl-2 {
    padding-right: 2rem !important;
  }

  .pb-xxxxl-2,
.py-xxxxl-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xxxxl-2,
.px-xxxxl-2 {
    padding-left: 2rem !important;
  }

  .p-xxxxl-3 {
    padding: 3rem !important;
  }

  .pt-xxxxl-3,
.py-xxxxl-3 {
    padding-top: 3rem !important;
  }

  .pr-xxxxl-3,
.px-xxxxl-3 {
    padding-right: 3rem !important;
  }

  .pb-xxxxl-3,
.py-xxxxl-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxxl-3,
.px-xxxxl-3 {
    padding-left: 3rem !important;
  }

  .p-xxxxl-4 {
    padding: 4rem !important;
  }

  .pt-xxxxl-4,
.py-xxxxl-4 {
    padding-top: 4rem !important;
  }

  .pr-xxxxl-4,
.px-xxxxl-4 {
    padding-right: 4rem !important;
  }

  .pb-xxxxl-4,
.py-xxxxl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xxxxl-4,
.px-xxxxl-4 {
    padding-left: 4rem !important;
  }

  .p-xxxxl-5 {
    padding: 5rem !important;
  }

  .pt-xxxxl-5,
.py-xxxxl-5 {
    padding-top: 5rem !important;
  }

  .pr-xxxxl-5,
.px-xxxxl-5 {
    padding-right: 5rem !important;
  }

  .pb-xxxxl-5,
.py-xxxxl-5 {
    padding-bottom: 5rem !important;
  }

  .pl-xxxxl-5,
.px-xxxxl-5 {
    padding-left: 5rem !important;
  }

  .p-xxxxl-0_5 {
    padding: 0.5rem !important;
  }

  .pt-xxxxl-0_5,
.py-xxxxl-0_5 {
    padding-top: 0.5rem !important;
  }

  .pr-xxxxl-0_5,
.px-xxxxl-0_5 {
    padding-right: 0.5rem !important;
  }

  .pb-xxxxl-0_5,
.py-xxxxl-0_5 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxxxl-0_5,
.px-xxxxl-0_5 {
    padding-left: 0.5rem !important;
  }

  .p-xxxxl-1_5 {
    padding: 1.5rem !important;
  }

  .pt-xxxxl-1_5,
.py-xxxxl-1_5 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxxl-1_5,
.px-xxxxl-1_5 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxxl-1_5,
.py-xxxxl-1_5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxxl-1_5,
.px-xxxxl-1_5 {
    padding-left: 1.5rem !important;
  }

  .p-xxxxl-2_5 {
    padding: 2.5rem !important;
  }

  .pt-xxxxl-2_5,
.py-xxxxl-2_5 {
    padding-top: 2.5rem !important;
  }

  .pr-xxxxl-2_5,
.px-xxxxl-2_5 {
    padding-right: 2.5rem !important;
  }

  .pb-xxxxl-2_5,
.py-xxxxl-2_5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxxxl-2_5,
.px-xxxxl-2_5 {
    padding-left: 2.5rem !important;
  }

  .p-xxxxl-3_5 {
    padding: 3.5rem !important;
  }

  .pt-xxxxl-3_5,
.py-xxxxl-3_5 {
    padding-top: 3.5rem !important;
  }

  .pr-xxxxl-3_5,
.px-xxxxl-3_5 {
    padding-right: 3.5rem !important;
  }

  .pb-xxxxl-3_5,
.py-xxxxl-3_5 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxxxl-3_5,
.px-xxxxl-3_5 {
    padding-left: 3.5rem !important;
  }

  .p-xxxxl-6 {
    padding: 6rem !important;
  }

  .pt-xxxxl-6,
.py-xxxxl-6 {
    padding-top: 6rem !important;
  }

  .pr-xxxxl-6,
.px-xxxxl-6 {
    padding-right: 6rem !important;
  }

  .pb-xxxxl-6,
.py-xxxxl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xxxxl-6,
.px-xxxxl-6 {
    padding-left: 6rem !important;
  }

  .p-xxxxl-7 {
    padding: 7rem !important;
  }

  .pt-xxxxl-7,
.py-xxxxl-7 {
    padding-top: 7rem !important;
  }

  .pr-xxxxl-7,
.px-xxxxl-7 {
    padding-right: 7rem !important;
  }

  .pb-xxxxl-7,
.py-xxxxl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xxxxl-7,
.px-xxxxl-7 {
    padding-left: 7rem !important;
  }

  .p-xxxxl-8 {
    padding: 8rem !important;
  }

  .pt-xxxxl-8,
.py-xxxxl-8 {
    padding-top: 8rem !important;
  }

  .pr-xxxxl-8,
.px-xxxxl-8 {
    padding-right: 8rem !important;
  }

  .pb-xxxxl-8,
.py-xxxxl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xxxxl-8,
.px-xxxxl-8 {
    padding-left: 8rem !important;
  }

  .p-xxxxl-9 {
    padding: 9rem !important;
  }

  .pt-xxxxl-9,
.py-xxxxl-9 {
    padding-top: 9rem !important;
  }

  .pr-xxxxl-9,
.px-xxxxl-9 {
    padding-right: 9rem !important;
  }

  .pb-xxxxl-9,
.py-xxxxl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xxxxl-9,
.px-xxxxl-9 {
    padding-left: 9rem !important;
  }

  .p-xxxxl-10 {
    padding: 10rem !important;
  }

  .pt-xxxxl-10,
.py-xxxxl-10 {
    padding-top: 10rem !important;
  }

  .pr-xxxxl-10,
.px-xxxxl-10 {
    padding-right: 10rem !important;
  }

  .pb-xxxxl-10,
.py-xxxxl-10 {
    padding-bottom: 10rem !important;
  }

  .pl-xxxxl-10,
.px-xxxxl-10 {
    padding-left: 10rem !important;
  }

  .p-xxxxl-15 {
    padding: 15rem !important;
  }

  .pt-xxxxl-15,
.py-xxxxl-15 {
    padding-top: 15rem !important;
  }

  .pr-xxxxl-15,
.px-xxxxl-15 {
    padding-right: 15rem !important;
  }

  .pb-xxxxl-15,
.py-xxxxl-15 {
    padding-bottom: 15rem !important;
  }

  .pl-xxxxl-15,
.px-xxxxl-15 {
    padding-left: 15rem !important;
  }

  .p-xxxxl-20 {
    padding: 20rem !important;
  }

  .pt-xxxxl-20,
.py-xxxxl-20 {
    padding-top: 20rem !important;
  }

  .pr-xxxxl-20,
.px-xxxxl-20 {
    padding-right: 20rem !important;
  }

  .pb-xxxxl-20,
.py-xxxxl-20 {
    padding-bottom: 20rem !important;
  }

  .pl-xxxxl-20,
.px-xxxxl-20 {
    padding-left: 20rem !important;
  }

  .p-xxxxl-25 {
    padding: 25rem !important;
  }

  .pt-xxxxl-25,
.py-xxxxl-25 {
    padding-top: 25rem !important;
  }

  .pr-xxxxl-25,
.px-xxxxl-25 {
    padding-right: 25rem !important;
  }

  .pb-xxxxl-25,
.py-xxxxl-25 {
    padding-bottom: 25rem !important;
  }

  .pl-xxxxl-25,
.px-xxxxl-25 {
    padding-left: 25rem !important;
  }

  .p-xxxxl-30 {
    padding: 30rem !important;
  }

  .pt-xxxxl-30,
.py-xxxxl-30 {
    padding-top: 30rem !important;
  }

  .pr-xxxxl-30,
.px-xxxxl-30 {
    padding-right: 30rem !important;
  }

  .pb-xxxxl-30,
.py-xxxxl-30 {
    padding-bottom: 30rem !important;
  }

  .pl-xxxxl-30,
.px-xxxxl-30 {
    padding-left: 30rem !important;
  }

  .p-xxxxl-35 {
    padding: 35rem !important;
  }

  .pt-xxxxl-35,
.py-xxxxl-35 {
    padding-top: 35rem !important;
  }

  .pr-xxxxl-35,
.px-xxxxl-35 {
    padding-right: 35rem !important;
  }

  .pb-xxxxl-35,
.py-xxxxl-35 {
    padding-bottom: 35rem !important;
  }

  .pl-xxxxl-35,
.px-xxxxl-35 {
    padding-left: 35rem !important;
  }

  .p-xxxxl-40 {
    padding: 40rem !important;
  }

  .pt-xxxxl-40,
.py-xxxxl-40 {
    padding-top: 40rem !important;
  }

  .pr-xxxxl-40,
.px-xxxxl-40 {
    padding-right: 40rem !important;
  }

  .pb-xxxxl-40,
.py-xxxxl-40 {
    padding-bottom: 40rem !important;
  }

  .pl-xxxxl-40,
.px-xxxxl-40 {
    padding-left: 40rem !important;
  }

  .p-xxxxl-45 {
    padding: 45rem !important;
  }

  .pt-xxxxl-45,
.py-xxxxl-45 {
    padding-top: 45rem !important;
  }

  .pr-xxxxl-45,
.px-xxxxl-45 {
    padding-right: 45rem !important;
  }

  .pb-xxxxl-45,
.py-xxxxl-45 {
    padding-bottom: 45rem !important;
  }

  .pl-xxxxl-45,
.px-xxxxl-45 {
    padding-left: 45rem !important;
  }

  .p-xxxxl-50 {
    padding: 50rem !important;
  }

  .pt-xxxxl-50,
.py-xxxxl-50 {
    padding-top: 50rem !important;
  }

  .pr-xxxxl-50,
.px-xxxxl-50 {
    padding-right: 50rem !important;
  }

  .pb-xxxxl-50,
.py-xxxxl-50 {
    padding-bottom: 50rem !important;
  }

  .pl-xxxxl-50,
.px-xxxxl-50 {
    padding-left: 50rem !important;
  }

  .m-xxxxl-n1 {
    margin: -1rem !important;
  }

  .mt-xxxxl-n1,
.my-xxxxl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xxxxl-n1,
.my-xxxxl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-left: -1rem !important;
  }

  .m-xxxxl-n2 {
    margin: -2rem !important;
  }

  .mt-xxxxl-n2,
.my-xxxxl-n2 {
    margin-top: -2rem !important;
  }

  .mr-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-right: -2rem !important;
  }

  .mb-xxxxl-n2,
.my-xxxxl-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-left: -2rem !important;
  }

  .m-xxxxl-n3 {
    margin: -3rem !important;
  }

  .mt-xxxxl-n3,
.my-xxxxl-n3 {
    margin-top: -3rem !important;
  }

  .mr-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-right: -3rem !important;
  }

  .mb-xxxxl-n3,
.my-xxxxl-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-left: -3rem !important;
  }

  .m-xxxxl-n4 {
    margin: -4rem !important;
  }

  .mt-xxxxl-n4,
.my-xxxxl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xxxxl-n4,
.my-xxxxl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-left: -4rem !important;
  }

  .m-xxxxl-n5 {
    margin: -5rem !important;
  }

  .mt-xxxxl-n5,
.my-xxxxl-n5 {
    margin-top: -5rem !important;
  }

  .mr-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-right: -5rem !important;
  }

  .mb-xxxxl-n5,
.my-xxxxl-n5 {
    margin-bottom: -5rem !important;
  }

  .ml-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-left: -5rem !important;
  }

  .m-xxxxl-n0_5 {
    margin: -0.5rem !important;
  }

  .mt-xxxxl-n0_5,
.my-xxxxl-n0_5 {
    margin-top: -0.5rem !important;
  }

  .mr-xxxxl-n0_5,
.mx-xxxxl-n0_5 {
    margin-right: -0.5rem !important;
  }

  .mb-xxxxl-n0_5,
.my-xxxxl-n0_5 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxxxl-n0_5,
.mx-xxxxl-n0_5 {
    margin-left: -0.5rem !important;
  }

  .m-xxxxl-n1_5 {
    margin: -1.5rem !important;
  }

  .mt-xxxxl-n1_5,
.my-xxxxl-n1_5 {
    margin-top: -1.5rem !important;
  }

  .mr-xxxxl-n1_5,
.mx-xxxxl-n1_5 {
    margin-right: -1.5rem !important;
  }

  .mb-xxxxl-n1_5,
.my-xxxxl-n1_5 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxxxl-n1_5,
.mx-xxxxl-n1_5 {
    margin-left: -1.5rem !important;
  }

  .m-xxxxl-n2_5 {
    margin: -2.5rem !important;
  }

  .mt-xxxxl-n2_5,
.my-xxxxl-n2_5 {
    margin-top: -2.5rem !important;
  }

  .mr-xxxxl-n2_5,
.mx-xxxxl-n2_5 {
    margin-right: -2.5rem !important;
  }

  .mb-xxxxl-n2_5,
.my-xxxxl-n2_5 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxxxl-n2_5,
.mx-xxxxl-n2_5 {
    margin-left: -2.5rem !important;
  }

  .m-xxxxl-n3_5 {
    margin: -3.5rem !important;
  }

  .mt-xxxxl-n3_5,
.my-xxxxl-n3_5 {
    margin-top: -3.5rem !important;
  }

  .mr-xxxxl-n3_5,
.mx-xxxxl-n3_5 {
    margin-right: -3.5rem !important;
  }

  .mb-xxxxl-n3_5,
.my-xxxxl-n3_5 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxxxl-n3_5,
.mx-xxxxl-n3_5 {
    margin-left: -3.5rem !important;
  }

  .m-xxxxl-n6 {
    margin: -6rem !important;
  }

  .mt-xxxxl-n6,
.my-xxxxl-n6 {
    margin-top: -6rem !important;
  }

  .mr-xxxxl-n6,
.mx-xxxxl-n6 {
    margin-right: -6rem !important;
  }

  .mb-xxxxl-n6,
.my-xxxxl-n6 {
    margin-bottom: -6rem !important;
  }

  .ml-xxxxl-n6,
.mx-xxxxl-n6 {
    margin-left: -6rem !important;
  }

  .m-xxxxl-n7 {
    margin: -7rem !important;
  }

  .mt-xxxxl-n7,
.my-xxxxl-n7 {
    margin-top: -7rem !important;
  }

  .mr-xxxxl-n7,
.mx-xxxxl-n7 {
    margin-right: -7rem !important;
  }

  .mb-xxxxl-n7,
.my-xxxxl-n7 {
    margin-bottom: -7rem !important;
  }

  .ml-xxxxl-n7,
.mx-xxxxl-n7 {
    margin-left: -7rem !important;
  }

  .m-xxxxl-n8 {
    margin: -8rem !important;
  }

  .mt-xxxxl-n8,
.my-xxxxl-n8 {
    margin-top: -8rem !important;
  }

  .mr-xxxxl-n8,
.mx-xxxxl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xxxxl-n8,
.my-xxxxl-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xxxxl-n8,
.mx-xxxxl-n8 {
    margin-left: -8rem !important;
  }

  .m-xxxxl-n9 {
    margin: -9rem !important;
  }

  .mt-xxxxl-n9,
.my-xxxxl-n9 {
    margin-top: -9rem !important;
  }

  .mr-xxxxl-n9,
.mx-xxxxl-n9 {
    margin-right: -9rem !important;
  }

  .mb-xxxxl-n9,
.my-xxxxl-n9 {
    margin-bottom: -9rem !important;
  }

  .ml-xxxxl-n9,
.mx-xxxxl-n9 {
    margin-left: -9rem !important;
  }

  .m-xxxxl-n10 {
    margin: -10rem !important;
  }

  .mt-xxxxl-n10,
.my-xxxxl-n10 {
    margin-top: -10rem !important;
  }

  .mr-xxxxl-n10,
.mx-xxxxl-n10 {
    margin-right: -10rem !important;
  }

  .mb-xxxxl-n10,
.my-xxxxl-n10 {
    margin-bottom: -10rem !important;
  }

  .ml-xxxxl-n10,
.mx-xxxxl-n10 {
    margin-left: -10rem !important;
  }

  .m-xxxxl-n15 {
    margin: -15rem !important;
  }

  .mt-xxxxl-n15,
.my-xxxxl-n15 {
    margin-top: -15rem !important;
  }

  .mr-xxxxl-n15,
.mx-xxxxl-n15 {
    margin-right: -15rem !important;
  }

  .mb-xxxxl-n15,
.my-xxxxl-n15 {
    margin-bottom: -15rem !important;
  }

  .ml-xxxxl-n15,
.mx-xxxxl-n15 {
    margin-left: -15rem !important;
  }

  .m-xxxxl-n20 {
    margin: -20rem !important;
  }

  .mt-xxxxl-n20,
.my-xxxxl-n20 {
    margin-top: -20rem !important;
  }

  .mr-xxxxl-n20,
.mx-xxxxl-n20 {
    margin-right: -20rem !important;
  }

  .mb-xxxxl-n20,
.my-xxxxl-n20 {
    margin-bottom: -20rem !important;
  }

  .ml-xxxxl-n20,
.mx-xxxxl-n20 {
    margin-left: -20rem !important;
  }

  .m-xxxxl-n25 {
    margin: -25rem !important;
  }

  .mt-xxxxl-n25,
.my-xxxxl-n25 {
    margin-top: -25rem !important;
  }

  .mr-xxxxl-n25,
.mx-xxxxl-n25 {
    margin-right: -25rem !important;
  }

  .mb-xxxxl-n25,
.my-xxxxl-n25 {
    margin-bottom: -25rem !important;
  }

  .ml-xxxxl-n25,
.mx-xxxxl-n25 {
    margin-left: -25rem !important;
  }

  .m-xxxxl-n30 {
    margin: -30rem !important;
  }

  .mt-xxxxl-n30,
.my-xxxxl-n30 {
    margin-top: -30rem !important;
  }

  .mr-xxxxl-n30,
.mx-xxxxl-n30 {
    margin-right: -30rem !important;
  }

  .mb-xxxxl-n30,
.my-xxxxl-n30 {
    margin-bottom: -30rem !important;
  }

  .ml-xxxxl-n30,
.mx-xxxxl-n30 {
    margin-left: -30rem !important;
  }

  .m-xxxxl-n35 {
    margin: -35rem !important;
  }

  .mt-xxxxl-n35,
.my-xxxxl-n35 {
    margin-top: -35rem !important;
  }

  .mr-xxxxl-n35,
.mx-xxxxl-n35 {
    margin-right: -35rem !important;
  }

  .mb-xxxxl-n35,
.my-xxxxl-n35 {
    margin-bottom: -35rem !important;
  }

  .ml-xxxxl-n35,
.mx-xxxxl-n35 {
    margin-left: -35rem !important;
  }

  .m-xxxxl-n40 {
    margin: -40rem !important;
  }

  .mt-xxxxl-n40,
.my-xxxxl-n40 {
    margin-top: -40rem !important;
  }

  .mr-xxxxl-n40,
.mx-xxxxl-n40 {
    margin-right: -40rem !important;
  }

  .mb-xxxxl-n40,
.my-xxxxl-n40 {
    margin-bottom: -40rem !important;
  }

  .ml-xxxxl-n40,
.mx-xxxxl-n40 {
    margin-left: -40rem !important;
  }

  .m-xxxxl-n45 {
    margin: -45rem !important;
  }

  .mt-xxxxl-n45,
.my-xxxxl-n45 {
    margin-top: -45rem !important;
  }

  .mr-xxxxl-n45,
.mx-xxxxl-n45 {
    margin-right: -45rem !important;
  }

  .mb-xxxxl-n45,
.my-xxxxl-n45 {
    margin-bottom: -45rem !important;
  }

  .ml-xxxxl-n45,
.mx-xxxxl-n45 {
    margin-left: -45rem !important;
  }

  .m-xxxxl-n50 {
    margin: -50rem !important;
  }

  .mt-xxxxl-n50,
.my-xxxxl-n50 {
    margin-top: -50rem !important;
  }

  .mr-xxxxl-n50,
.mx-xxxxl-n50 {
    margin-right: -50rem !important;
  }

  .mb-xxxxl-n50,
.my-xxxxl-n50 {
    margin-bottom: -50rem !important;
  }

  .ml-xxxxl-n50,
.mx-xxxxl-n50 {
    margin-left: -50rem !important;
  }

  .m-xxxxl-auto {
    margin: auto !important;
  }

  .mt-xxxxl-auto,
.my-xxxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxxl-auto,
.mx-xxxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxxl-auto,
.my-xxxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxxl-auto,
.mx-xxxxl-auto {
    margin-left: auto !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxxl-none {
    display: none !important;
  }

  .d-xxxxl-inline {
    display: inline !important;
  }

  .d-xxxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxxl-block {
    display: block !important;
  }

  .d-xxxxl-table {
    display: table !important;
  }

  .d-xxxxl-table-row {
    display: table-row !important;
  }

  .d-xxxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}
html ::-moz-selection {
  background: #8F3237;
  color: white;
  opacity: 1;
}
html ::selection {
  background: #8F3237;
  color: white;
  opacity: 1;
}

html,
body,
div,
header,
nav,
ul,
li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: bold;
}

* {
  font-size: 1em;
  text-decoration: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: unset;
}
a:hover, a:visited {
  color: unset;
}

a:active,
p:active,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
div:active,
li:active,
up:active,
select:active,
button:active,
video:active,
input:active,
textarea:active,
div:active,
picture:active,
img:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
a:focus-within,
p:focus-within,
h1:focus-within,
h2:focus-within,
h3:focus-within,
h4:focus-within,
h5:focus-within,
h6:focus-within,
div:focus-within,
li:focus-within,
up:focus-within,
select:focus-within,
button:focus-within,
video:focus-within,
input:focus-within,
textarea:focus-within,
div:focus-within,
picture:focus-within,
img:focus-within {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
a:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
div:focus,
li:focus,
up:focus,
select:focus,
button:focus,
video:focus,
input:focus,
textarea:focus,
div:focus,
picture:focus,
img:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
a:visited,
p:visited,
h1:visited,
h2:visited,
h3:visited,
h4:visited,
h5:visited,
h6:visited,
div:visited,
li:visited,
up:visited,
select:visited,
button:visited,
video:visited,
input:visited,
textarea:visited,
div:visited,
picture:visited,
img:visited {
  color: inherit;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 10px;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

body {
  background-image: url("../../images/ibs_pattern.svg");
  background-repeat: repeat;
  background-size: 24rem;
}

html,
body {
  color: #5D5D5D;
}

.primary {
  color: #8F3237;
}
.primary:visited {
  color: #8F3237;
}

.primary-darken {
  color: #692528;
}

.primary-bg {
  background-color: #8F3237;
}

.primary-bg-darken {
  background-color: #692528;
}

.text-color {
  color: #5D5D5D;
}
.text-color:visited {
  color: #5D5D5D;
}

.text-color-darken {
  color: #444444;
}

.text-color-bg {
  background-color: #5D5D5D;
}

.text-color-bg-darken {
  background-color: #444444;
}

.white {
  color: #fff;
}
.white:visited {
  color: #fff;
}

.white-darken {
  color: #e6e6e6;
}

.white-bg {
  background-color: #fff;
}

.white-bg-darken {
  background-color: #e6e6e6;
}

.black {
  color: #000;
}
.black:visited {
  color: #000;
}

.black-darken {
  color: black;
}

.black-bg {
  background-color: #000;
}

.black-bg-darken {
  background-color: black;
}

.grey {
  color: #C7C8C9;
}
.grey:visited {
  color: #C7C8C9;
}

.grey-darken {
  color: #adafb0;
}

.grey-bg {
  background-color: #C7C8C9;
}

.grey-bg-darken {
  background-color: #adafb0;
}

.light-grey {
  color: #E9E9E9;
}
.light-grey:visited {
  color: #E9E9E9;
}

.light-grey-darken {
  color: #d0d0d0;
}

.light-grey-bg {
  background-color: #E9E9E9;
}

.light-grey-bg-darken {
  background-color: #d0d0d0;
}

.dark-grey {
  color: #414141;
}
.dark-grey:visited {
  color: #414141;
}

.dark-grey-darken {
  color: #282828;
}

.dark-grey-bg {
  background-color: #414141;
}

.dark-grey-bg-darken {
  background-color: #282828;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.transition-slow {
  transition: ease-in-out all 1s;
  -webkit-transition: ease-in-out all 1s;
  -moz-transition: ease-in-out all 1s;
  -ms-transition: ease-in-out all 1s;
}

.transition-normal {
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
}

.transition-fast {
  transition: ease-in-out all 0.25s;
  -webkit-transition: ease-in-out all 0.25s;
  -moz-transition: ease-in-out all 0.25s;
  -ms-transition: ease-in-out all 0.25s;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-1-19 9:58:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
  }
}
.slide-top {
  -webkit-animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
  animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

h1, .heading-1 {
  font-family: loos-compressed;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  h1, .heading-1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 5rem;
  }
}
@media (min-width: 576px) {
  h1, .heading-1 {
    line-height: 4.5rem;
  }
}
@media (min-width: 768px) {
  h1, .heading-1 {
    line-height: 5.5rem;
  }
}

h2, .heading-2 {
  font-family: loos-compressed;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h2, .heading-2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  h2, .heading-2 {
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  h2, .heading-2 {
    line-height: 4rem;
  }
}

.form-standard input::-webkit-input-placeholder, .form-standard select::-webkit-input-placeholder, .form-standard textarea::-webkit-input-placeholder {
  font-family: montserrat;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 500;
}

.form-standard input::-moz-placeholder, .form-standard select::-moz-placeholder, .form-standard textarea::-moz-placeholder {
  font-family: montserrat;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 500;
}

.form-standard input:-ms-input-placeholder, .form-standard select:-ms-input-placeholder, .form-standard textarea:-ms-input-placeholder {
  font-family: montserrat;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 500;
}

.form-standard input::-ms-input-placeholder, .form-standard select::-ms-input-placeholder, .form-standard textarea::-ms-input-placeholder {
  font-family: montserrat;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 500;
}

p, div, ul, body, .text-1, .form-standard input::placeholder, .form-standard select::placeholder, .form-standard textarea::placeholder, .form-standard input, .form-standard select, .form-standard textarea {
  font-family: montserrat;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .form-standard input::-webkit-input-placeholder, .form-standard select::-webkit-input-placeholder, .form-standard textarea::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .form-standard input::-moz-placeholder, .form-standard select::-moz-placeholder, .form-standard textarea::-moz-placeholder {
    font-size: 1.8rem;
  }
  .form-standard input:-ms-input-placeholder, .form-standard select:-ms-input-placeholder, .form-standard textarea:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .form-standard input::-ms-input-placeholder, .form-standard select::-ms-input-placeholder, .form-standard textarea::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  p, div, ul, body, .text-1, .form-standard input::placeholder, .form-standard select::placeholder, .form-standard textarea::placeholder, .form-standard input, .form-standard select, .form-standard textarea {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .form-standard input::-webkit-input-placeholder, .form-standard select::-webkit-input-placeholder, .form-standard textarea::-webkit-input-placeholder {
    font-size: 1.9rem;
  }
  .form-standard input::-moz-placeholder, .form-standard select::-moz-placeholder, .form-standard textarea::-moz-placeholder {
    font-size: 1.9rem;
  }
  .form-standard input:-ms-input-placeholder, .form-standard select:-ms-input-placeholder, .form-standard textarea:-ms-input-placeholder {
    font-size: 1.9rem;
  }
  .form-standard input::-ms-input-placeholder, .form-standard select::-ms-input-placeholder, .form-standard textarea::-ms-input-placeholder {
    font-size: 1.9rem;
  }
  p, div, ul, body, .text-1, .form-standard input::placeholder, .form-standard select::placeholder, .form-standard textarea::placeholder, .form-standard input, .form-standard select, .form-standard textarea {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .form-standard input::-webkit-input-placeholder, .form-standard select::-webkit-input-placeholder, .form-standard textarea::-webkit-input-placeholder {
    line-height: 2.3rem;
  }
  .form-standard input::-moz-placeholder, .form-standard select::-moz-placeholder, .form-standard textarea::-moz-placeholder {
    line-height: 2.3rem;
  }
  .form-standard input:-ms-input-placeholder, .form-standard select:-ms-input-placeholder, .form-standard textarea:-ms-input-placeholder {
    line-height: 2.3rem;
  }
  .form-standard input::-ms-input-placeholder, .form-standard select::-ms-input-placeholder, .form-standard textarea::-ms-input-placeholder {
    line-height: 2.3rem;
  }
  p, div, ul, body, .text-1, .form-standard input::placeholder, .form-standard select::placeholder, .form-standard textarea::placeholder, .form-standard input, .form-standard select, .form-standard textarea {
    line-height: 2.3rem;
  }
}
@media (min-width: 992px) {
  .form-standard input::-webkit-input-placeholder, .form-standard select::-webkit-input-placeholder, .form-standard textarea::-webkit-input-placeholder {
    line-height: 2.4rem;
  }
  .form-standard input::-moz-placeholder, .form-standard select::-moz-placeholder, .form-standard textarea::-moz-placeholder {
    line-height: 2.4rem;
  }
  .form-standard input:-ms-input-placeholder, .form-standard select:-ms-input-placeholder, .form-standard textarea:-ms-input-placeholder {
    line-height: 2.4rem;
  }
  .form-standard input::-ms-input-placeholder, .form-standard select::-ms-input-placeholder, .form-standard textarea::-ms-input-placeholder {
    line-height: 2.4rem;
  }
  p, div, ul, body, .text-1, .form-standard input::placeholder, .form-standard select::placeholder, .form-standard textarea::placeholder, .form-standard input, .form-standard select, .form-standard textarea {
    line-height: 2.4rem;
  }
}

.text-2 {
  font-family: montserrat;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .text-2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .text-2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .text-2 {
    line-height: 1.9rem;
  }
}
@media (min-width: 992px) {
  .text-2 {
    line-height: 1.9rem;
  }
}

strong, b {
  font-family: montserrat;
  font-weight: 700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.dark {
  font-weight: 800;
}

.as-left {
  height: 100%;
}
@media (min-width: 576px) {
  .as-left {
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .as-left {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .as-left {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .as-left {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .as-left {
    padding-left: calc((100vw - 1340px) / 2);
  }
}
@media (min-width: 1600px) {
  .as-left {
    padding-left: calc((100vw - 1400px) / 2);
  }
}
@media (min-width: 1800px) {
  .as-left {
    padding-left: calc((100vw - 1465px) / 2);
  }
}
@media (max-width: 991.98px) {
  .as-left {
    padding: 0px calc(3rem / 2);
  }
}

.as-right {
  height: 100%;
}
@media (min-width: 576px) {
  .as-right {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .as-right {
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .as-right {
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .as-right {
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .as-right {
    padding-right: calc((100vw - 1340px) / 2);
  }
}
@media (min-width: 1600px) {
  .as-right {
    padding-right: calc((100vw - 1400px) / 2);
  }
}
@media (min-width: 1800px) {
  .as-right {
    padding-right: calc((100vw - 1465px) / 2);
  }
}
@media (max-width: 991.98px) {
  .as-right {
    padding: 0px calc(3rem / 2);
  }
}

@media (min-width: 576px) {
  .as-sm-right {
    padding-right: 0px;
  }

  .as-sm-left {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .as-md-right {
    padding-right: 0px;
  }

  .as-md-left {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .as-lg-right {
    padding-right: 0px;
  }

  .as-lg-left {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .as-xl-right {
    padding-right: 0px;
  }

  .as-xl-left {
    padding-left: 0px;
  }
}
@media (min-width: 1400px) {
  .as-xxl-right {
    padding-right: 0px;
  }

  .as-xxl-left {
    padding-left: 0px;
  }
}
@media (min-width: 1600px) {
  .as-xxxl-right {
    padding-right: 0px;
  }

  .as-xxxl-left {
    padding-left: 0px;
  }
}
@media (min-width: 1800px) {
  .as-xxxxl-right {
    padding-right: 0px;
  }

  .as-xxxxl-left {
    padding-left: 0px;
  }
}
.w-10 {
  width: calc(1 * 10%);
}

@media (min-width: 576px) {
  .w-sm-10 {
    width: calc(1 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-10 {
    width: calc(1 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-10 {
    width: calc(1 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-10 {
    width: calc(1 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-10 {
    width: calc(1 * 10%);
  }
}

.h-10 {
  height: calc(1 * 10%);
}

@media (min-width: 576px) {
  .h-sm-10 {
    height: calc(1 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-10 {
    height: calc(1 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-10 {
    height: calc(1 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-10 {
    height: calc(1 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-10 {
    height: calc(1 * 10%);
  }
}

.rh-10 {
  height: calc(1 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-10 {
    height: calc(1 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-10 {
    height: calc(1 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-10 {
    height: calc(1 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-10 {
    height: calc(1 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-10 {
    height: calc(1 * 10rem);
  }
}

.vh-10 {
  height: calc(1 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-10 {
    height: calc(1 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-10 {
    height: calc(1 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-10 {
    height: calc(1 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-10 {
    height: calc(1 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-10 {
    height: calc(1 * 10vh);
  }
}

.w-15 {
  width: calc(1.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-15 {
    width: calc(1.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-15 {
    width: calc(1.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-15 {
    width: calc(1.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-15 {
    width: calc(1.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-15 {
    width: calc(1.5 * 10%);
  }
}

.h-15 {
  height: calc(1.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-15 {
    height: calc(1.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-15 {
    height: calc(1.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-15 {
    height: calc(1.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-15 {
    height: calc(1.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-15 {
    height: calc(1.5 * 10%);
  }
}

.rh-15 {
  height: calc(1.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-15 {
    height: calc(1.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-15 {
    height: calc(1.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-15 {
    height: calc(1.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-15 {
    height: calc(1.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-15 {
    height: calc(1.5 * 10rem);
  }
}

.vh-15 {
  height: calc(1.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-15 {
    height: calc(1.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-15 {
    height: calc(1.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-15 {
    height: calc(1.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-15 {
    height: calc(1.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-15 {
    height: calc(1.5 * 10vh);
  }
}

.w-20 {
  width: calc(2 * 10%);
}

@media (min-width: 576px) {
  .w-sm-20 {
    width: calc(2 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-20 {
    width: calc(2 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-20 {
    width: calc(2 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-20 {
    width: calc(2 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-20 {
    width: calc(2 * 10%);
  }
}

.h-20 {
  height: calc(2 * 10%);
}

@media (min-width: 576px) {
  .h-sm-20 {
    height: calc(2 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-20 {
    height: calc(2 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-20 {
    height: calc(2 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-20 {
    height: calc(2 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-20 {
    height: calc(2 * 10%);
  }
}

.rh-20 {
  height: calc(2 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-20 {
    height: calc(2 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-20 {
    height: calc(2 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-20 {
    height: calc(2 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-20 {
    height: calc(2 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-20 {
    height: calc(2 * 10rem);
  }
}

.vh-20 {
  height: calc(2 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-20 {
    height: calc(2 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-20 {
    height: calc(2 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-20 {
    height: calc(2 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-20 {
    height: calc(2 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-20 {
    height: calc(2 * 10vh);
  }
}

.w-25 {
  width: calc(2.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: calc(2.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: calc(2.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: calc(2.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: calc(2.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-25 {
    width: calc(2.5 * 10%);
  }
}

.h-25 {
  height: calc(2.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-25 {
    height: calc(2.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-25 {
    height: calc(2.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-25 {
    height: calc(2.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-25 {
    height: calc(2.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-25 {
    height: calc(2.5 * 10%);
  }
}

.rh-25 {
  height: calc(2.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-25 {
    height: calc(2.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-25 {
    height: calc(2.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-25 {
    height: calc(2.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-25 {
    height: calc(2.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-25 {
    height: calc(2.5 * 10rem);
  }
}

.vh-25 {
  height: calc(2.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-25 {
    height: calc(2.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-25 {
    height: calc(2.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-25 {
    height: calc(2.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-25 {
    height: calc(2.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-25 {
    height: calc(2.5 * 10vh);
  }
}

.w-30 {
  width: calc(3 * 10%);
}

@media (min-width: 576px) {
  .w-sm-30 {
    width: calc(3 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-30 {
    width: calc(3 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-30 {
    width: calc(3 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-30 {
    width: calc(3 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-30 {
    width: calc(3 * 10%);
  }
}

.h-30 {
  height: calc(3 * 10%);
}

@media (min-width: 576px) {
  .h-sm-30 {
    height: calc(3 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-30 {
    height: calc(3 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-30 {
    height: calc(3 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-30 {
    height: calc(3 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-30 {
    height: calc(3 * 10%);
  }
}

.rh-30 {
  height: calc(3 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-30 {
    height: calc(3 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-30 {
    height: calc(3 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-30 {
    height: calc(3 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-30 {
    height: calc(3 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-30 {
    height: calc(3 * 10rem);
  }
}

.vh-30 {
  height: calc(3 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-30 {
    height: calc(3 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-30 {
    height: calc(3 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-30 {
    height: calc(3 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-30 {
    height: calc(3 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-30 {
    height: calc(3 * 10vh);
  }
}

.w-35 {
  width: calc(3.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-35 {
    width: calc(3.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-35 {
    width: calc(3.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-35 {
    width: calc(3.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-35 {
    width: calc(3.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-35 {
    width: calc(3.5 * 10%);
  }
}

.h-35 {
  height: calc(3.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-35 {
    height: calc(3.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-35 {
    height: calc(3.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-35 {
    height: calc(3.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-35 {
    height: calc(3.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-35 {
    height: calc(3.5 * 10%);
  }
}

.rh-35 {
  height: calc(3.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-35 {
    height: calc(3.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-35 {
    height: calc(3.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-35 {
    height: calc(3.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-35 {
    height: calc(3.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-35 {
    height: calc(3.5 * 10rem);
  }
}

.vh-35 {
  height: calc(3.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-35 {
    height: calc(3.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-35 {
    height: calc(3.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-35 {
    height: calc(3.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-35 {
    height: calc(3.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-35 {
    height: calc(3.5 * 10vh);
  }
}

.w-40 {
  width: calc(4 * 10%);
}

@media (min-width: 576px) {
  .w-sm-40 {
    width: calc(4 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-40 {
    width: calc(4 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-40 {
    width: calc(4 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-40 {
    width: calc(4 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-40 {
    width: calc(4 * 10%);
  }
}

.h-40 {
  height: calc(4 * 10%);
}

@media (min-width: 576px) {
  .h-sm-40 {
    height: calc(4 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-40 {
    height: calc(4 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-40 {
    height: calc(4 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-40 {
    height: calc(4 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-40 {
    height: calc(4 * 10%);
  }
}

.rh-40 {
  height: calc(4 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-40 {
    height: calc(4 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-40 {
    height: calc(4 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-40 {
    height: calc(4 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-40 {
    height: calc(4 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-40 {
    height: calc(4 * 10rem);
  }
}

.vh-40 {
  height: calc(4 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-40 {
    height: calc(4 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-40 {
    height: calc(4 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-40 {
    height: calc(4 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-40 {
    height: calc(4 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-40 {
    height: calc(4 * 10vh);
  }
}

.w-45 {
  width: calc(4.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-45 {
    width: calc(4.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-45 {
    width: calc(4.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-45 {
    width: calc(4.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-45 {
    width: calc(4.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-45 {
    width: calc(4.5 * 10%);
  }
}

.h-45 {
  height: calc(4.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-45 {
    height: calc(4.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-45 {
    height: calc(4.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-45 {
    height: calc(4.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-45 {
    height: calc(4.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-45 {
    height: calc(4.5 * 10%);
  }
}

.rh-45 {
  height: calc(4.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-45 {
    height: calc(4.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-45 {
    height: calc(4.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-45 {
    height: calc(4.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-45 {
    height: calc(4.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-45 {
    height: calc(4.5 * 10rem);
  }
}

.vh-45 {
  height: calc(4.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-45 {
    height: calc(4.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-45 {
    height: calc(4.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-45 {
    height: calc(4.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-45 {
    height: calc(4.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-45 {
    height: calc(4.5 * 10vh);
  }
}

.w-50 {
  width: calc(5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: calc(5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-50 {
    width: calc(5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: calc(5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: calc(5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-50 {
    width: calc(5 * 10%);
  }
}

.h-50 {
  height: calc(5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-50 {
    height: calc(5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-50 {
    height: calc(5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-50 {
    height: calc(5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-50 {
    height: calc(5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-50 {
    height: calc(5 * 10%);
  }
}

.rh-50 {
  height: calc(5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-50 {
    height: calc(5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-50 {
    height: calc(5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-50 {
    height: calc(5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-50 {
    height: calc(5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-50 {
    height: calc(5 * 10rem);
  }
}

.vh-50 {
  height: calc(5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-50 {
    height: calc(5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-50 {
    height: calc(5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-50 {
    height: calc(5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-50 {
    height: calc(5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-50 {
    height: calc(5 * 10vh);
  }
}

.w-55 {
  width: calc(5.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-55 {
    width: calc(5.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-55 {
    width: calc(5.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-55 {
    width: calc(5.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-55 {
    width: calc(5.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-55 {
    width: calc(5.5 * 10%);
  }
}

.h-55 {
  height: calc(5.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-55 {
    height: calc(5.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-55 {
    height: calc(5.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-55 {
    height: calc(5.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-55 {
    height: calc(5.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-55 {
    height: calc(5.5 * 10%);
  }
}

.rh-55 {
  height: calc(5.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-55 {
    height: calc(5.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-55 {
    height: calc(5.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-55 {
    height: calc(5.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-55 {
    height: calc(5.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-55 {
    height: calc(5.5 * 10rem);
  }
}

.vh-55 {
  height: calc(5.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-55 {
    height: calc(5.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-55 {
    height: calc(5.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-55 {
    height: calc(5.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-55 {
    height: calc(5.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-55 {
    height: calc(5.5 * 10vh);
  }
}

.w-60 {
  width: calc(6 * 10%);
}

@media (min-width: 576px) {
  .w-sm-60 {
    width: calc(6 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-60 {
    width: calc(6 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-60 {
    width: calc(6 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-60 {
    width: calc(6 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-60 {
    width: calc(6 * 10%);
  }
}

.h-60 {
  height: calc(6 * 10%);
}

@media (min-width: 576px) {
  .h-sm-60 {
    height: calc(6 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-60 {
    height: calc(6 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-60 {
    height: calc(6 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-60 {
    height: calc(6 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-60 {
    height: calc(6 * 10%);
  }
}

.rh-60 {
  height: calc(6 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-60 {
    height: calc(6 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-60 {
    height: calc(6 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-60 {
    height: calc(6 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-60 {
    height: calc(6 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-60 {
    height: calc(6 * 10rem);
  }
}

.vh-60 {
  height: calc(6 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-60 {
    height: calc(6 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-60 {
    height: calc(6 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-60 {
    height: calc(6 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-60 {
    height: calc(6 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-60 {
    height: calc(6 * 10vh);
  }
}

.w-65 {
  width: calc(6.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-65 {
    width: calc(6.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-65 {
    width: calc(6.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-65 {
    width: calc(6.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-65 {
    width: calc(6.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-65 {
    width: calc(6.5 * 10%);
  }
}

.h-65 {
  height: calc(6.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-65 {
    height: calc(6.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-65 {
    height: calc(6.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-65 {
    height: calc(6.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-65 {
    height: calc(6.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-65 {
    height: calc(6.5 * 10%);
  }
}

.rh-65 {
  height: calc(6.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-65 {
    height: calc(6.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-65 {
    height: calc(6.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-65 {
    height: calc(6.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-65 {
    height: calc(6.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-65 {
    height: calc(6.5 * 10rem);
  }
}

.vh-65 {
  height: calc(6.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-65 {
    height: calc(6.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-65 {
    height: calc(6.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-65 {
    height: calc(6.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-65 {
    height: calc(6.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-65 {
    height: calc(6.5 * 10vh);
  }
}

.w-70 {
  width: calc(7 * 10%);
}

@media (min-width: 576px) {
  .w-sm-70 {
    width: calc(7 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-70 {
    width: calc(7 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-70 {
    width: calc(7 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-70 {
    width: calc(7 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-70 {
    width: calc(7 * 10%);
  }
}

.h-70 {
  height: calc(7 * 10%);
}

@media (min-width: 576px) {
  .h-sm-70 {
    height: calc(7 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-70 {
    height: calc(7 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-70 {
    height: calc(7 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-70 {
    height: calc(7 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-70 {
    height: calc(7 * 10%);
  }
}

.rh-70 {
  height: calc(7 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-70 {
    height: calc(7 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-70 {
    height: calc(7 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-70 {
    height: calc(7 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-70 {
    height: calc(7 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-70 {
    height: calc(7 * 10rem);
  }
}

.vh-70 {
  height: calc(7 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-70 {
    height: calc(7 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-70 {
    height: calc(7 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-70 {
    height: calc(7 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-70 {
    height: calc(7 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-70 {
    height: calc(7 * 10vh);
  }
}

.w-75 {
  width: calc(7.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-75 {
    width: calc(7.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: calc(7.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: calc(7.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-75 {
    width: calc(7.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-75 {
    width: calc(7.5 * 10%);
  }
}

.h-75 {
  height: calc(7.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-75 {
    height: calc(7.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-75 {
    height: calc(7.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-75 {
    height: calc(7.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-75 {
    height: calc(7.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-75 {
    height: calc(7.5 * 10%);
  }
}

.rh-75 {
  height: calc(7.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-75 {
    height: calc(7.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-75 {
    height: calc(7.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-75 {
    height: calc(7.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-75 {
    height: calc(7.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-75 {
    height: calc(7.5 * 10rem);
  }
}

.vh-75 {
  height: calc(7.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-75 {
    height: calc(7.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-75 {
    height: calc(7.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-75 {
    height: calc(7.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-75 {
    height: calc(7.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-75 {
    height: calc(7.5 * 10vh);
  }
}

.w-80 {
  width: calc(8 * 10%);
}

@media (min-width: 576px) {
  .w-sm-80 {
    width: calc(8 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-80 {
    width: calc(8 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: calc(8 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-80 {
    width: calc(8 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-80 {
    width: calc(8 * 10%);
  }
}

.h-80 {
  height: calc(8 * 10%);
}

@media (min-width: 576px) {
  .h-sm-80 {
    height: calc(8 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-80 {
    height: calc(8 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-80 {
    height: calc(8 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-80 {
    height: calc(8 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-80 {
    height: calc(8 * 10%);
  }
}

.rh-80 {
  height: calc(8 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-80 {
    height: calc(8 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-80 {
    height: calc(8 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-80 {
    height: calc(8 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-80 {
    height: calc(8 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-80 {
    height: calc(8 * 10rem);
  }
}

.vh-80 {
  height: calc(8 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-80 {
    height: calc(8 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-80 {
    height: calc(8 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-80 {
    height: calc(8 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-80 {
    height: calc(8 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-80 {
    height: calc(8 * 10vh);
  }
}

.w-85 {
  width: calc(8.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-85 {
    width: calc(8.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-85 {
    width: calc(8.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-85 {
    width: calc(8.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-85 {
    width: calc(8.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-85 {
    width: calc(8.5 * 10%);
  }
}

.h-85 {
  height: calc(8.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-85 {
    height: calc(8.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-85 {
    height: calc(8.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-85 {
    height: calc(8.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-85 {
    height: calc(8.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-85 {
    height: calc(8.5 * 10%);
  }
}

.rh-85 {
  height: calc(8.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-85 {
    height: calc(8.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-85 {
    height: calc(8.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-85 {
    height: calc(8.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-85 {
    height: calc(8.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-85 {
    height: calc(8.5 * 10rem);
  }
}

.vh-85 {
  height: calc(8.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-85 {
    height: calc(8.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-85 {
    height: calc(8.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-85 {
    height: calc(8.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-85 {
    height: calc(8.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-85 {
    height: calc(8.5 * 10vh);
  }
}

.w-90 {
  width: calc(9 * 10%);
}

@media (min-width: 576px) {
  .w-sm-90 {
    width: calc(9 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-90 {
    width: calc(9 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-90 {
    width: calc(9 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-90 {
    width: calc(9 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-90 {
    width: calc(9 * 10%);
  }
}

.h-90 {
  height: calc(9 * 10%);
}

@media (min-width: 576px) {
  .h-sm-90 {
    height: calc(9 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-90 {
    height: calc(9 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-90 {
    height: calc(9 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-90 {
    height: calc(9 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-90 {
    height: calc(9 * 10%);
  }
}

.rh-90 {
  height: calc(9 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-90 {
    height: calc(9 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-90 {
    height: calc(9 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-90 {
    height: calc(9 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-90 {
    height: calc(9 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-90 {
    height: calc(9 * 10rem);
  }
}

.vh-90 {
  height: calc(9 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-90 {
    height: calc(9 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-90 {
    height: calc(9 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-90 {
    height: calc(9 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-90 {
    height: calc(9 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-90 {
    height: calc(9 * 10vh);
  }
}

.w-95 {
  width: calc(9.5 * 10%);
}

@media (min-width: 576px) {
  .w-sm-95 {
    width: calc(9.5 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-95 {
    width: calc(9.5 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-95 {
    width: calc(9.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-95 {
    width: calc(9.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-95 {
    width: calc(9.5 * 10%);
  }
}

.h-95 {
  height: calc(9.5 * 10%);
}

@media (min-width: 576px) {
  .h-sm-95 {
    height: calc(9.5 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-95 {
    height: calc(9.5 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-95 {
    height: calc(9.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-95 {
    height: calc(9.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-95 {
    height: calc(9.5 * 10%);
  }
}

.rh-95 {
  height: calc(9.5 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-95 {
    height: calc(9.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-95 {
    height: calc(9.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-95 {
    height: calc(9.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-95 {
    height: calc(9.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-95 {
    height: calc(9.5 * 10rem);
  }
}

.vh-95 {
  height: calc(9.5 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-95 {
    height: calc(9.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-95 {
    height: calc(9.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-95 {
    height: calc(9.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-95 {
    height: calc(9.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-95 {
    height: calc(9.5 * 10vh);
  }
}

.w-100 {
  width: calc(10 * 10%);
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: calc(10 * 10%);
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: calc(10 * 10%);
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: calc(10 * 10%);
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: calc(10 * 10%);
  }
}

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: calc(10 * 10%);
  }
}

.h-100 {
  height: calc(10 * 10%);
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: calc(10 * 10%);
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: calc(10 * 10%);
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: calc(10 * 10%);
  }
}

@media (min-width: 1200px) {
  .h-xl-100 {
    height: calc(10 * 10%);
  }
}

@media (min-width: 1400px) {
  .h-xxl-100 {
    height: calc(10 * 10%);
  }
}

.rh-100 {
  height: calc(10 * 10rem);
}

@media (min-width: 576px) {
  .rh-sm-100 {
    height: calc(10 * 10rem);
  }
}

@media (min-width: 768px) {
  .rh-md-100 {
    height: calc(10 * 10rem);
  }
}

@media (min-width: 992px) {
  .rh-lg-100 {
    height: calc(10 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rh-xl-100 {
    height: calc(10 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rh-xxl-100 {
    height: calc(10 * 10rem);
  }
}

.vh-100 {
  height: calc(10 * 10vh);
}

@media (min-width: 576px) {
  .vh-sm-100 {
    height: calc(10 * 10vh);
  }
}

@media (min-width: 768px) {
  .vh-md-100 {
    height: calc(10 * 10vh);
  }
}

@media (min-width: 992px) {
  .vh-lg-100 {
    height: calc(10 * 10vh);
  }
}

@media (min-width: 1200px) {
  .vh-xl-100 {
    height: calc(10 * 10vh);
  }
}

@media (min-width: 1400px) {
  .vh-xxl-100 {
    height: calc(10 * 10vh);
  }
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

figure {
  position: relative;
  width: 100%;
}
figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  opacity: 0;
}
figure span {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-size: cover;
}

.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.contain span {
  background-size: contain;
  background-repeat: no-repeat;
}

.fade-in {
  opacity: 1;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.noscroll {
  overflow-y: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.noscroll::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}

.scroll-down svg {
  width: 3rem;
  height: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.scroll-down svg path {
  fill: white;
}

.bottom-shadow:before {
  content: "";
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bottom-shadow.hover-shadow:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.top-shadow:before {
  content: "";
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-shadow.hover-shadow:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.shadow:before {
  content: "";
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.shadow-hover:before {
  content: "";
  background: black;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.shadow-hover:hover:before {
  opacity: 0;
}

.z-index-auto {
  z-index: auto;
}

.z-index-10 {
  z-index: 10;
}

.z-index-20 {
  z-index: 20;
}

.z-index-30 {
  z-index: 30;
}

.z-index-40 {
  z-index: 40;
}

.z-index-50 {
  z-index: 50;
}

.z-index-60 {
  z-index: 60;
}

.z-index-70 {
  z-index: 70;
}

.z-index-80 {
  z-index: 80;
}

.z-index-90 {
  z-index: 90;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.o-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.negative h1, .negative h2, .negative h3, .negative h4, .negative h5, .negative h6, .negative p, .negative div, .negative ul, .negative li {
  color: white !important;
}
.negative path {
  fill: white;
}

.top-line {
  border-top: 1px solid #5D5D5D;
}

.hero {
  min-height: 50rem;
}
.hero figure {
  mix-blend-mode: darken;
}
.hero h1 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.hero h1 img {
  position: absolute;
  left: -3rem;
  top: -2rem;
  width: 7rem;
  height: auto;
}
@media (max-width: 991.98px) {
  .hero h1 {
    padding: 2.7rem;
  }
  .hero h1 img {
    position: absolute;
    left: 0rem;
    top: 1rem;
    width: 5rem;
    height: auto;
  }
}

.overlay-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  overflow-y: auto;
  padding-top: 5rem;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.overlay-wrapper::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
.overlay-wrapper:target {
  opacity: 1;
  pointer-events: auto;
}
.overlay-wrapper #overlay-exit {
  right: 2rem;
  top: 2rem;
  z-index: 10;
}
.overlay-wrapper #overlay-exit img {
  width: 3rem;
  height: auto;
}

.button {
  padding: 1.2rem;
  min-width: 14.5rem;
  text-transform: uppercase;
  background-color: #8F3237;
  color: white;
  border: none !important;
  text-align: center;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  margin-top: 3rem;
  -webkit-clip-path: polygon(calc(100% - 1.5rem) 0%, 100% 1.5rem, 100% 100%, 1.5rem 100%, 0% calc(100% - 1.5rem), 0 0);
          clip-path: polygon(calc(100% - 1.5rem) 0%, 100% 1.5rem, 100% 100%, 1.5rem 100%, 0% calc(100% - 1.5rem), 0 0);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.button:hover {
  background-color: #C7C8C9;
  color: #8F3237;
}

a:visited {
  color: white;
}

input, select {
  background: white;
  border: 1px solid #5D5D5D;
  padding: 1rem;
  color: black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-standard .wpcf7-list-item {
  margin-left: 0px;
}
.form-standard .wpcf7-response-output {
  margin: 2rem 0px !important;
  border: 3px solid #96B177 !important;
  padding: 1rem !important;
  font-weight: bold !important;
}
.form-standard label {
  color: #8F3237;
  margin-bottom: 1rem;
  display: block;
}
.form-standard input, .form-standard select, .form-standard textarea {
  width: 100%;
  padding: 1rem;
  background-color: #E9E9E9;
  border: none;
}
.form-standard input::-webkit-input-placeholder, .form-standard select::-webkit-input-placeholder, .form-standard textarea::-webkit-input-placeholder {
  font-size: 1.3rem;
  color: #8F3237;
}
.form-standard input::-moz-placeholder, .form-standard select::-moz-placeholder, .form-standard textarea::-moz-placeholder {
  font-size: 1.3rem;
  color: #8F3237;
}
.form-standard input:-ms-input-placeholder, .form-standard select:-ms-input-placeholder, .form-standard textarea:-ms-input-placeholder {
  font-size: 1.3rem;
  color: #8F3237;
}
.form-standard input::-ms-input-placeholder, .form-standard select::-ms-input-placeholder, .form-standard textarea::-ms-input-placeholder {
  font-size: 1.3rem;
  color: #8F3237;
}
.form-standard input::placeholder, .form-standard select::placeholder, .form-standard textarea::placeholder {
  font-size: 1.3rem;
  color: #8F3237;
}
.form-standard textarea {
  height: 13rem;
}
.form-standard .select {
  padding-right: 3rem;
}
.form-standard .select-area {
  position: relative;
}
.form-standard .select-area:before {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 1.5rem;
  height: 1.2rem;
  background-color: #8F3237;
  right: 1.5rem;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.form-standard input[type=checkbox] {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  padding: 1rem;
  margin: 0px;
  margin-right: 1rem;
  position: relative;
  background-color: transparent;
  border: 1px solid #8F3237;
}
.form-standard input[type=checkbox]:checked {
  background: #8F3237;
}
.form-standard input[type=submit] {
  padding: 1.2rem 4.5rem;
  text-transform: uppercase;
  background-color: #8F3237;
  color: white;
  border: none !important;
  text-align: center;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  margin-top: 3rem;
  -webkit-clip-path: polygon(calc(100% - 1.5rem) 0%, 100% 1.5rem, 100% 100%, 1.5rem 100%, 0% calc(100% - 1.5rem), 0 0);
          clip-path: polygon(calc(100% - 1.5rem) 0%, 100% 1.5rem, 100% 100%, 1.5rem 100%, 0% calc(100% - 1.5rem), 0 0);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.form-standard input[type=submit]:hover {
  background-color: #C7C8C9;
  color: #8F3237;
}
.form-standard .acceptance label {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-standard .submit span {
  display: block;
  margin: 1rem auto;
}
.form-standard .fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-standard .fields .field {
  width: 100%;
  margin: 1rem 0px;
}
.form-standard .fields .half {
  width: calc(50% - 1rem);
}
@media (max-width: 991.98px) {
  .form-standard .fields .half {
    width: 100%;
  }
}

#main-header {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3.5rem;
}
#main-header .brand {
  position: relative;
  z-index: 10000;
}
#main-header .brand img {
  width: 21rem;
  height: auto;
}

#site-footer .brand img {
  max-width: 20rem;
}
#site-footer .data p {
  width: 25%;
}
#site-footer .data p a:hover {
  color: white;
  opacity: 0.7;
}
#site-footer .data p span {
  display: block;
  -ms-flex-item-align: end;
      align-self: end;
  margin-top: 2rem;
}
@media (max-width: 1199.98px) {
  #site-footer .data p {
    width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  #site-footer .data p {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #site-footer .data p {
    width: 100%;
  }
}

#toffanin {
  border-bottom: 1rem solid #8F3237;
}