/*!
 * Bootstrap Grid v4.6.0 (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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  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: 980px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

.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: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xxxl-first {
    order: -1;
  }

  .order-xxxl-last {
    order: 13;
  }

  .order-xxxl-0 {
    order: 0;
  }

  .order-xxxl-1 {
    order: 1;
  }

  .order-xxxl-2 {
    order: 2;
  }

  .order-xxxl-3 {
    order: 3;
  }

  .order-xxxl-4 {
    order: 4;
  }

  .order-xxxl-5 {
    order: 5;
  }

  .order-xxxl-6 {
    order: 6;
  }

  .order-xxxl-7 {
    order: 7;
  }

  .order-xxxl-8 {
    order: 8;
  }

  .order-xxxl-9 {
    order: 9;
  }

  .order-xxxl-10 {
    order: 10;
  }

  .order-xxxl-11 {
    order: 11;
  }

  .order-xxxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-xxl-inline-flex {
    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: flex !important;
  }

  .d-xxxl-inline-flex {
    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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxxl-stretch {
    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-13 {
  margin: 13rem !important;
}

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

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

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

.ml-13,
.mx-13 {
  margin-left: 13rem !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-13 {
  padding: 13rem !important;
}

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

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

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

.pl-13,
.px-13 {
  padding-left: 13rem !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-n13 {
  margin: -13rem !important;
}

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

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

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

.ml-n13,
.mx-n13 {
  margin-left: -13rem !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-13 {
    margin: 13rem !important;
  }

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

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

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

  .ml-sm-13,
.mx-sm-13 {
    margin-left: 13rem !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-13 {
    padding: 13rem !important;
  }

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

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

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

  .pl-sm-13,
.px-sm-13 {
    padding-left: 13rem !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-n13 {
    margin: -13rem !important;
  }

  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -13rem !important;
  }

  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -13rem !important;
  }

  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -13rem !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-13 {
    margin: 13rem !important;
  }

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

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

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

  .ml-md-13,
.mx-md-13 {
    margin-left: 13rem !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-13 {
    padding: 13rem !important;
  }

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

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

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

  .pl-md-13,
.px-md-13 {
    padding-left: 13rem !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-n13 {
    margin: -13rem !important;
  }

  .mt-md-n13,
.my-md-n13 {
    margin-top: -13rem !important;
  }

  .mr-md-n13,
.mx-md-n13 {
    margin-right: -13rem !important;
  }

  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-md-n13,
.mx-md-n13 {
    margin-left: -13rem !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-13 {
    margin: 13rem !important;
  }

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

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

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

  .ml-lg-13,
.mx-lg-13 {
    margin-left: 13rem !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-13 {
    padding: 13rem !important;
  }

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

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

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

  .pl-lg-13,
.px-lg-13 {
    padding-left: 13rem !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-n13 {
    margin: -13rem !important;
  }

  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -13rem !important;
  }

  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -13rem !important;
  }

  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -13rem !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-13 {
    margin: 13rem !important;
  }

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

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

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

  .ml-xl-13,
.mx-xl-13 {
    margin-left: 13rem !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-13 {
    padding: 13rem !important;
  }

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

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

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

  .pl-xl-13,
.px-xl-13 {
    padding-left: 13rem !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-n13 {
    margin: -13rem !important;
  }

  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -13rem !important;
  }

  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -13rem !important;
  }

  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -13rem !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-13 {
    margin: 13rem !important;
  }

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

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

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

  .ml-xxl-13,
.mx-xxl-13 {
    margin-left: 13rem !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-13 {
    padding: 13rem !important;
  }

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

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

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

  .pl-xxl-13,
.px-xxl-13 {
    padding-left: 13rem !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-n13 {
    margin: -13rem !important;
  }

  .mt-xxl-n13,
.my-xxl-n13 {
    margin-top: -13rem !important;
  }

  .mr-xxl-n13,
.mx-xxl-n13 {
    margin-right: -13rem !important;
  }

  .mb-xxl-n13,
.my-xxl-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-xxl-n13,
.mx-xxl-n13 {
    margin-left: -13rem !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-13 {
    margin: 13rem !important;
  }

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

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

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

  .ml-xxxl-13,
.mx-xxxl-13 {
    margin-left: 13rem !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-13 {
    padding: 13rem !important;
  }

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

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

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

  .pl-xxxl-13,
.px-xxxl-13 {
    padding-left: 13rem !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-n13 {
    margin: -13rem !important;
  }

  .mt-xxxl-n13,
.my-xxxl-n13 {
    margin-top: -13rem !important;
  }

  .mr-xxxl-n13,
.mx-xxxl-n13 {
    margin-right: -13rem !important;
  }

  .mb-xxxl-n13,
.my-xxxl-n13 {
    margin-bottom: -13rem !important;
  }

  .ml-xxxl-n13,
.mx-xxxl-n13 {
    margin-left: -13rem !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;
  }
}
.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-xxl-inline-flex {
    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: flex !important;
  }

  .d-xxxl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.ciccio {
  color: transparent;
}

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-family: inherit;
  vertical-align: baseline;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  /*
  ::selection {
  	background: map.get($colors, primary);
  	color: white;
  	opacity: 1;
  }
  */
}

html,
body,
div,
header,
nav,
ul,
li {
  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;
}

sup {
  vertical-align: super;
  font-size: 0.83em;
}

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;
}

button {
  border: none;
  background: transparent;
}

a:active,
p:active,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
li:active,
select:active,
button:active,
video:active,
input:active,
textarea:active,
div:active,
picture:active,
img:active {
  outline: 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,
li: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;
  box-shadow: none !important;
}
a:focus,
p:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
li:focus,
select:focus,
button:focus,
video:focus,
input:focus,
textarea:focus,
div:focus,
picture:focus,
img:focus {
  outline: none !important;
  box-shadow: none !important;
}
a:visited,
p:visited,
h1:visited,
h2:visited,
h3:visited,
h4:visited,
h5:visited,
h6:visited,
li: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;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !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;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

figure {
  position: relative;
  overflow: hidden;
}
figure .thumb {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 1.2s ease-in-out;
}
figure .final {
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  z-index: 10;
  transition: opacity 1.1s ease-in-out;
}
figure .final img {
  width: 100%;
  height: auto;
  display: block;
}
figure.cover .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
figure.cover .final img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
figure.lazy .final {
  height: 100%;
  opacity: 1;
}
figure.lazy .thumb {
  position: relative;
  z-index: -1;
  opacity: 0;
}
figure.is-svg picture img,
figure.is-svg picture svg {
  width: 100%;
  height: auto;
}

.fade-in {
  opacity: 1;
}

.image-wrapper {
  height: 100%;
}
.image-wrapper .image {
  min-height: 100%;
}
.image-wrapper .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  min-height: 100%;
}

::-moz-selection {
  color: black !important;
  background: #0b78b9 !important;
}

::selection {
  color: black !important;
  background: #0b78b9 !important;
}

.primary {
  color: #0b78b9;
}
.primary:visited {
  color: #0b78b9;
}

.primary-darken {
  color: #085989;
}

.primary-bg {
  background-color: #0b78b9;
}

.primary-bg-darken {
  background-color: #085989;
}

.zanzariere {
  color: #009fe3;
}
.zanzariere:visited {
  color: #009fe3;
}

.zanzariere-darken {
  color: #007bb0;
}

.zanzariere-bg {
  background-color: #009fe3;
}

.zanzariere-bg-darken {
  background-color: #007bb0;
}

.sistema-zip {
  color: #f39200;
}
.sistema-zip:visited {
  color: #f39200;
}

.sistema-zip-darken {
  color: #c07300;
}

.sistema-zip-bg {
  background-color: #f39200;
}

.sistema-zip-bg-darken {
  background-color: #c07300;
}

.veneziane {
  color: #e6332a;
}
.veneziane:visited {
  color: #e6332a;
}

.veneziane-darken {
  color: #c62017;
}

.veneziane-bg {
  background-color: #e6332a;
}

.veneziane-bg-darken {
  background-color: #c62017;
}

.accessori {
  color: #4eae33;
}
.accessori:visited {
  color: #4eae33;
}

.accessori-darken {
  color: #3c8727;
}

.accessori-bg {
  background-color: #4eae33;
}

.accessori-bg-darken {
  background-color: #3c8727;
}

.white {
  color: #fff;
}
.white:visited {
  color: #fff;
}

.white-darken {
  color: #e6e6e6;
}

.white-bg {
  background-color: #fff;
}

.white-bg-darken {
  background-color: #e6e6e6;
}

.black {
  color: #1f1f1f;
}
.black:visited {
  color: #1f1f1f;
}

.black-darken {
  color: #060606;
}

.black-bg {
  background-color: #1f1f1f;
}

.black-bg-darken {
  background-color: #060606;
}

.grey-a {
  color: #e8e8e8;
}
.grey-a:visited {
  color: #e8e8e8;
}

.grey-a-darken {
  color: #cfcfcf;
}

.grey-a-bg {
  background-color: #e8e8e8;
}

.grey-a-bg-darken {
  background-color: #cfcfcf;
}

.grey-b {
  color: #8e8e8e;
}
.grey-b:visited {
  color: #8e8e8e;
}

.grey-b-darken {
  color: #757575;
}

.grey-b-bg {
  background-color: #8e8e8e;
}

.grey-b-bg-darken {
  background-color: #757575;
}

.medium-grey {
  color: #a1a1a1;
}
.medium-grey:visited {
  color: #a1a1a1;
}

.medium-grey-darken {
  color: #888888;
}

.medium-grey-bg {
  background-color: #a1a1a1;
}

.medium-grey-bg-darken {
  background-color: #888888;
}

.light-grey {
  color: #faf8f6;
}
.light-grey:visited {
  color: #faf8f6;
}

.light-grey-darken {
  color: #e8dfd5;
}

.light-grey-bg {
  background-color: #faf8f6;
}

.light-grey-bg-darken {
  background-color: #e8dfd5;
}

.black-to-transparent-gradient_left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.heading-1-bigger {
  font-family: "Montserrat";
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 800;
  margin: 2rem 0;
}
@media (min-width: 576px) {
  .heading-1-bigger {
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) {
  .heading-1-bigger {
    font-size: 5.3rem;
  }
}
@media (min-width: 1400px) {
  .heading-1-bigger {
    font-size: 6.7rem;
  }
}
@media (min-width: 576px) {
  .heading-1-bigger {
    line-height: 4.2rem;
  }
}
@media (min-width: 768px) {
  .heading-1-bigger {
    line-height: 5.3rem;
  }
}
@media (min-width: 1400px) {
  .heading-1-bigger {
    line-height: 6.7rem;
  }
}

h1, .heading-1 {
  font-family: "Montserrat";
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-weight: 800;
}
@media (min-width: 576px) {
  h1, .heading-1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  h1, .heading-1 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  h1, .heading-1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 576px) {
  h1, .heading-1 {
    line-height: 2.9rem;
  }
}
@media (min-width: 768px) {
  h1, .heading-1 {
    line-height: 3.3rem;
  }
}
@media (min-width: 1400px) {
  h1, .heading-1 {
    line-height: 3.8rem;
  }
}

h2, .heading-2 {
  font-family: "Montserrat";
  font-size: 2.1rem;
  line-height: 2.3rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  h2, .heading-2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h2, .heading-2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 576px) {
  h2, .heading-2 {
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  h2, .heading-2 {
    line-height: 2.7rem;
  }
}
@media (min-width: 1400px) {
  h2, .heading-2 {
    line-height: 2.9rem;
  }
}

h3, .heading-3 {
  font-family: "Montserrat";
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin: 1rem 0;
}
@media (min-width: 576px) {
  h3, .heading-3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  h3, .heading-3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  h3, .heading-3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 576px) {
  h3, .heading-3 {
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) {
  h3, .heading-3 {
    line-height: 2.6rem;
  }
}
@media (min-width: 1400px) {
  h3, .heading-3 {
    line-height: 2.8rem;
  }
}

h4, .heading-4 {
  font-family: "Montserrat";
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 300;
}
@media (min-width: 576px) {
  h4, .heading-4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  h4, .heading-4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  h4, .heading-4 {
    font-size: 2.6rem;
  }
}
@media (min-width: 576px) {
  h4, .heading-4 {
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) {
  h4, .heading-4 {
    line-height: 2.6rem;
  }
}
@media (min-width: 1400px) {
  h4, .heading-4 {
    line-height: 2.8rem;
  }
}

.text-0 {
  font-family: "Montserrat";
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .text-0 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .text-0 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .text-0 {
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .text-0 {
    line-height: 2.2rem;
  }
}

p, div, ul, body, .text-1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  p, div, ul, body, .text-1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  p, div, ul, body, .text-1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  p, div, ul, body, .text-1 {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  p, div, ul, body, .text-1 {
    line-height: 2rem;
  }
}
@media (min-width: 992px) {
  p, div, ul, body, .text-1 {
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  p, div, ul, body, .text-1 {
    line-height: 2.1rem;
  }
}

.text-2 {
  font-family: "Montserrat";
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 300;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 576px) {
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-center-lg {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-center-xl {
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .text-center-xxl {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .text-left-sm {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-left-md {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-left-lg {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-left-xl {
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .text-left-xxl {
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.dark {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

p ul,
.text-1 ul,
.text-2 ul {
  margin: 1rem 0;
}
p ul li,
.text-1 ul li,
.text-2 ul li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 1rem;
}
p ul li::before,
.text-1 ul li::before,
.text-2 ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0b78b9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
p ol,
.text-1 ol,
.text-2 ol {
  margin: 1rem 0;
  list-style: decimal;
}
p ol li,
.text-1 ol li,
.text-2 ol li {
  padding: 0.5rem 0;
  margin-left: 1.5rem;
}

.text-1 p,
.text-2 p {
  margin-bottom: 0.8rem;
}
.text-1 strong,
.text-1 b,
.text-2 strong,
.text-2 b {
  font-weight: 500;
}
.text-1 em,
.text-1 i,
.text-2 em,
.text-2 i {
  font-style: italic;
}

.rank-math-breadcrumb p {
  letter-spacing: 0.2rem;
}

.as-left {
  height: 100%;
  padding: 0 3rem;
}
@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 - 980px) / 2);
  }
}
@media (min-width: 1200px) {
  .as-left {
    padding-left: calc((100vw - 1190px) / 2);
  }
}
@media (min-width: 1400px) {
  .as-left {
    padding-left: calc((100vw - 1380px) / 2);
  }
}
@media (min-width: 1600px) {
  .as-left {
    padding-left: calc((100vw - 1380px) / 2);
  }
}

.as-right {
  height: 100%;
  padding: 0 3rem;
}
@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 - 980px) / 2);
  }
}
@media (min-width: 1200px) {
  .as-right {
    padding-right: calc((100vw - 1190px) / 2);
  }
}
@media (min-width: 1400px) {
  .as-right {
    padding-right: calc((100vw - 1380px) / 2);
  }
}
@media (min-width: 1600px) {
  .as-right {
    padding-right: calc((100vw - 1380px) / 2);
  }
}

@media (min-width: 576px) {
  .as-sm-right {
    padding-right: 0;
  }

  .as-sm-left {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .as-md-right {
    padding-right: 0;
  }

  .as-md-left {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .as-lg-right {
    padding-right: 0;
  }

  .as-lg-left {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .as-xl-right {
    padding-right: 0;
  }

  .as-xl-left {
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .as-xxl-right {
    padding-right: 0;
  }

  .as-xxl-left {
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .as-xxxl-right {
    padding-right: 0;
  }

  .as-xxxl-left {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.w-10 {
  width: calc(1 * 10%);
}

@media (min-width: 576px) {
  .w-sm-10 {
    width: calc(1 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-10 {
    width: calc(1 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-10 {
    width: calc(1 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-10 {
    width: calc(1 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-10 {
    width: calc(1 * 10%) !important;
  }
}

.rw-10 {
  width: calc(1 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-10 {
    width: calc(1 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-10 {
    width: calc(1 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-10 {
    width: calc(1 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-10 {
    width: calc(1 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-10 {
    width: calc(1 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-10 {
    height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-10 {
    height: calc(1 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-15 {
    width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-15 {
    width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-15 {
    width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-15 {
    width: calc(1.5 * 10%) !important;
  }
}

.rw-15 {
  width: calc(1.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-15 {
    width: calc(1.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-15 {
    width: calc(1.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-15 {
    width: calc(1.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-15 {
    width: calc(1.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-15 {
    width: calc(1.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-15 {
    height: calc(1.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-20 {
    width: calc(2 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-20 {
    width: calc(2 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-20 {
    width: calc(2 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-20 {
    width: calc(2 * 10%) !important;
  }
}

.rw-20 {
  width: calc(2 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-20 {
    width: calc(2 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-20 {
    width: calc(2 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-20 {
    width: calc(2 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-20 {
    width: calc(2 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-20 {
    width: calc(2 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-20 {
    height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-20 {
    height: calc(2 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-25 {
    width: calc(2.5 * 10%) !important;
  }
}

.rw-25 {
  width: calc(2.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-25 {
    width: calc(2.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-25 {
    width: calc(2.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-25 {
    width: calc(2.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-25 {
    width: calc(2.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-25 {
    width: calc(2.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-25 {
    height: calc(2.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-30 {
    width: calc(3 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-30 {
    width: calc(3 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-30 {
    width: calc(3 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-30 {
    width: calc(3 * 10%) !important;
  }
}

.rw-30 {
  width: calc(3 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-30 {
    width: calc(3 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-30 {
    width: calc(3 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-30 {
    width: calc(3 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-30 {
    width: calc(3 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-30 {
    width: calc(3 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-30 {
    height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-30 {
    height: calc(3 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-35 {
    width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-35 {
    width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-35 {
    width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-35 {
    width: calc(3.5 * 10%) !important;
  }
}

.rw-35 {
  width: calc(3.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-35 {
    width: calc(3.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-35 {
    width: calc(3.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-35 {
    width: calc(3.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-35 {
    width: calc(3.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-35 {
    width: calc(3.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-35 {
    height: calc(3.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-40 {
    width: calc(4 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-40 {
    width: calc(4 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-40 {
    width: calc(4 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-40 {
    width: calc(4 * 10%) !important;
  }
}

.rw-40 {
  width: calc(4 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-40 {
    width: calc(4 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-40 {
    width: calc(4 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-40 {
    width: calc(4 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-40 {
    width: calc(4 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-40 {
    width: calc(4 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-40 {
    height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-40 {
    height: calc(4 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-45 {
    width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-45 {
    width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-45 {
    width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-45 {
    width: calc(4.5 * 10%) !important;
  }
}

.rw-45 {
  width: calc(4.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-45 {
    width: calc(4.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-45 {
    width: calc(4.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-45 {
    width: calc(4.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-45 {
    width: calc(4.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-45 {
    width: calc(4.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-45 {
    height: calc(4.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-50 {
    width: calc(5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-50 {
    width: calc(5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: calc(5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-50 {
    width: calc(5 * 10%) !important;
  }
}

.rw-50 {
  width: calc(5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-50 {
    width: calc(5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-50 {
    width: calc(5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-50 {
    width: calc(5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-50 {
    width: calc(5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-50 {
    width: calc(5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-50 {
    height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-50 {
    height: calc(5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-55 {
    width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-55 {
    width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-55 {
    width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-55 {
    width: calc(5.5 * 10%) !important;
  }
}

.rw-55 {
  width: calc(5.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-55 {
    width: calc(5.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-55 {
    width: calc(5.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-55 {
    width: calc(5.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-55 {
    width: calc(5.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-55 {
    width: calc(5.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-55 {
    height: calc(5.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-60 {
    width: calc(6 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-60 {
    width: calc(6 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-60 {
    width: calc(6 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-60 {
    width: calc(6 * 10%) !important;
  }
}

.rw-60 {
  width: calc(6 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-60 {
    width: calc(6 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-60 {
    width: calc(6 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-60 {
    width: calc(6 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-60 {
    width: calc(6 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-60 {
    width: calc(6 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-60 {
    height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-60 {
    height: calc(6 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-65 {
    width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-65 {
    width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-65 {
    width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-65 {
    width: calc(6.5 * 10%) !important;
  }
}

.rw-65 {
  width: calc(6.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-65 {
    width: calc(6.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-65 {
    width: calc(6.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-65 {
    width: calc(6.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-65 {
    width: calc(6.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-65 {
    width: calc(6.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-65 {
    height: calc(6.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-70 {
    width: calc(7 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-70 {
    width: calc(7 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-70 {
    width: calc(7 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-70 {
    width: calc(7 * 10%) !important;
  }
}

.rw-70 {
  width: calc(7 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-70 {
    width: calc(7 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-70 {
    width: calc(7 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-70 {
    width: calc(7 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-70 {
    width: calc(7 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-70 {
    width: calc(7 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-70 {
    height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-70 {
    height: calc(7 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-75 {
    width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-75 {
    width: calc(7.5 * 10%) !important;
  }
}

.rw-75 {
  width: calc(7.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-75 {
    width: calc(7.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-75 {
    width: calc(7.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-75 {
    width: calc(7.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-75 {
    width: calc(7.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-75 {
    width: calc(7.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-75 {
    height: calc(7.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-80 {
    width: calc(8 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: calc(8 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-80 {
    width: calc(8 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-80 {
    width: calc(8 * 10%) !important;
  }
}

.rw-80 {
  width: calc(8 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-80 {
    width: calc(8 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-80 {
    width: calc(8 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-80 {
    width: calc(8 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-80 {
    width: calc(8 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-80 {
    width: calc(8 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-80 {
    height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-80 {
    height: calc(8 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-85 {
    width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-85 {
    width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-85 {
    width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-85 {
    width: calc(8.5 * 10%) !important;
  }
}

.rw-85 {
  width: calc(8.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-85 {
    width: calc(8.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-85 {
    width: calc(8.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-85 {
    width: calc(8.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-85 {
    width: calc(8.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-85 {
    width: calc(8.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-85 {
    height: calc(8.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-90 {
    width: calc(9 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-90 {
    width: calc(9 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-90 {
    width: calc(9 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-90 {
    width: calc(9 * 10%) !important;
  }
}

.rw-90 {
  width: calc(9 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-90 {
    width: calc(9 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-90 {
    width: calc(9 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-90 {
    width: calc(9 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-90 {
    width: calc(9 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-90 {
    width: calc(9 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-90 {
    height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-90 {
    height: calc(9 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-95 {
    width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-95 {
    width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-95 {
    width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-95 {
    width: calc(9.5 * 10%) !important;
  }
}

.rw-95 {
  width: calc(9.5 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-95 {
    width: calc(9.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-95 {
    width: calc(9.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-95 {
    width: calc(9.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-95 {
    width: calc(9.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-95 {
    width: calc(9.5 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-95 {
    height: calc(9.5 * 10rem) !important;
  }
}

.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%) !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: calc(10 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: calc(10 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: calc(10 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: calc(10 * 10%) !important;
  }
}

.rw-100 {
  width: calc(10 * 10rem);
}

@media (min-width: 576px) {
  .rw-sm-100 {
    width: calc(10 * 10rem);
  }
}

@media (min-width: 768px) {
  .rw-md-100 {
    width: calc(10 * 10rem);
  }
}

@media (min-width: 992px) {
  .rw-lg-100 {
    width: calc(10 * 10rem);
  }
}

@media (min-width: 1200px) {
  .rw-xl-100 {
    width: calc(10 * 10rem);
  }
}

@media (min-width: 1400px) {
  .rw-xxl-100 {
    width: calc(10 * 10rem);
  }
}

.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) !important;
}

@media (min-width: 576px) {
  .rh-sm-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .rh-md-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .rh-lg-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .rh-xl-100 {
    height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .rh-xxl-100 {
    height: calc(10 * 10rem) !important;
  }
}

.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);
  }
}

.max-w-10 {
  max-width: calc(1 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-10 {
    max-width: calc(1 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-10 {
    max-width: calc(1 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-10 {
    max-width: calc(1 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-10 {
    max-width: calc(1 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-10 {
    max-width: calc(1 * 10%) !important;
  }
}

.max-rw-10 {
  max-width: calc(1 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-10 {
    max-width: calc(1 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-10 {
    max-width: calc(1 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-10 {
    max-width: calc(1 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-10 {
    max-width: calc(1 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-10 {
    max-width: calc(1 * 10rem);
  }
}

.max-h-10 {
  max-height: calc(1 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-10 {
    max-height: calc(1 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-10 {
    max-height: calc(1 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-10 {
    max-height: calc(1 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-10 {
    max-height: calc(1 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-10 {
    max-height: calc(1 * 10%);
  }
}

.max-rh-10 {
  max-height: calc(1 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-10 {
    max-height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-10 {
    max-height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-10 {
    max-height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-10 {
    max-height: calc(1 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-10 {
    max-height: calc(1 * 10rem) !important;
  }
}

.max-vh-10 {
  max-height: calc(1 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-10 {
    max-height: calc(1 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-10 {
    max-height: calc(1 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-10 {
    max-height: calc(1 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-10 {
    max-height: calc(1 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-10 {
    max-height: calc(1 * 10vh);
  }
}

.max-w-15 {
  max-width: calc(1.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-15 {
    max-width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-15 {
    max-width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-15 {
    max-width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-15 {
    max-width: calc(1.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-15 {
    max-width: calc(1.5 * 10%) !important;
  }
}

.max-rw-15 {
  max-width: calc(1.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-15 {
    max-width: calc(1.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-15 {
    max-width: calc(1.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-15 {
    max-width: calc(1.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-15 {
    max-width: calc(1.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-15 {
    max-width: calc(1.5 * 10rem);
  }
}

.max-h-15 {
  max-height: calc(1.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-15 {
    max-height: calc(1.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-15 {
    max-height: calc(1.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-15 {
    max-height: calc(1.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-15 {
    max-height: calc(1.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-15 {
    max-height: calc(1.5 * 10%);
  }
}

.max-rh-15 {
  max-height: calc(1.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-15 {
    max-height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-15 {
    max-height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-15 {
    max-height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-15 {
    max-height: calc(1.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-15 {
    max-height: calc(1.5 * 10rem) !important;
  }
}

.max-vh-15 {
  max-height: calc(1.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-15 {
    max-height: calc(1.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-15 {
    max-height: calc(1.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-15 {
    max-height: calc(1.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-15 {
    max-height: calc(1.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-15 {
    max-height: calc(1.5 * 10vh);
  }
}

.max-w-20 {
  max-width: calc(2 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-20 {
    max-width: calc(2 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-20 {
    max-width: calc(2 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-20 {
    max-width: calc(2 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-20 {
    max-width: calc(2 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-20 {
    max-width: calc(2 * 10%) !important;
  }
}

.max-rw-20 {
  max-width: calc(2 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-20 {
    max-width: calc(2 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-20 {
    max-width: calc(2 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-20 {
    max-width: calc(2 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-20 {
    max-width: calc(2 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-20 {
    max-width: calc(2 * 10rem);
  }
}

.max-h-20 {
  max-height: calc(2 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-20 {
    max-height: calc(2 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-20 {
    max-height: calc(2 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-20 {
    max-height: calc(2 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-20 {
    max-height: calc(2 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-20 {
    max-height: calc(2 * 10%);
  }
}

.max-rh-20 {
  max-height: calc(2 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-20 {
    max-height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-20 {
    max-height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-20 {
    max-height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-20 {
    max-height: calc(2 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-20 {
    max-height: calc(2 * 10rem) !important;
  }
}

.max-vh-20 {
  max-height: calc(2 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-20 {
    max-height: calc(2 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-20 {
    max-height: calc(2 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-20 {
    max-height: calc(2 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-20 {
    max-height: calc(2 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-20 {
    max-height: calc(2 * 10vh);
  }
}

.max-w-25 {
  max-width: calc(2.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-25 {
    max-width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-25 {
    max-width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-25 {
    max-width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-25 {
    max-width: calc(2.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-25 {
    max-width: calc(2.5 * 10%) !important;
  }
}

.max-rw-25 {
  max-width: calc(2.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-25 {
    max-width: calc(2.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-25 {
    max-width: calc(2.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-25 {
    max-width: calc(2.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-25 {
    max-width: calc(2.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-25 {
    max-width: calc(2.5 * 10rem);
  }
}

.max-h-25 {
  max-height: calc(2.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-25 {
    max-height: calc(2.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-25 {
    max-height: calc(2.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-25 {
    max-height: calc(2.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-25 {
    max-height: calc(2.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-25 {
    max-height: calc(2.5 * 10%);
  }
}

.max-rh-25 {
  max-height: calc(2.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-25 {
    max-height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-25 {
    max-height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-25 {
    max-height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-25 {
    max-height: calc(2.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-25 {
    max-height: calc(2.5 * 10rem) !important;
  }
}

.max-vh-25 {
  max-height: calc(2.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-25 {
    max-height: calc(2.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-25 {
    max-height: calc(2.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-25 {
    max-height: calc(2.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-25 {
    max-height: calc(2.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-25 {
    max-height: calc(2.5 * 10vh);
  }
}

.max-w-30 {
  max-width: calc(3 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-30 {
    max-width: calc(3 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-30 {
    max-width: calc(3 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-30 {
    max-width: calc(3 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-30 {
    max-width: calc(3 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-30 {
    max-width: calc(3 * 10%) !important;
  }
}

.max-rw-30 {
  max-width: calc(3 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-30 {
    max-width: calc(3 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-30 {
    max-width: calc(3 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-30 {
    max-width: calc(3 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-30 {
    max-width: calc(3 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-30 {
    max-width: calc(3 * 10rem);
  }
}

.max-h-30 {
  max-height: calc(3 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-30 {
    max-height: calc(3 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-30 {
    max-height: calc(3 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-30 {
    max-height: calc(3 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-30 {
    max-height: calc(3 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-30 {
    max-height: calc(3 * 10%);
  }
}

.max-rh-30 {
  max-height: calc(3 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-30 {
    max-height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-30 {
    max-height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-30 {
    max-height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-30 {
    max-height: calc(3 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-30 {
    max-height: calc(3 * 10rem) !important;
  }
}

.max-vh-30 {
  max-height: calc(3 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-30 {
    max-height: calc(3 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-30 {
    max-height: calc(3 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-30 {
    max-height: calc(3 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-30 {
    max-height: calc(3 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-30 {
    max-height: calc(3 * 10vh);
  }
}

.max-w-35 {
  max-width: calc(3.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-35 {
    max-width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-35 {
    max-width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-35 {
    max-width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-35 {
    max-width: calc(3.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-35 {
    max-width: calc(3.5 * 10%) !important;
  }
}

.max-rw-35 {
  max-width: calc(3.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-35 {
    max-width: calc(3.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-35 {
    max-width: calc(3.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-35 {
    max-width: calc(3.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-35 {
    max-width: calc(3.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-35 {
    max-width: calc(3.5 * 10rem);
  }
}

.max-h-35 {
  max-height: calc(3.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-35 {
    max-height: calc(3.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-35 {
    max-height: calc(3.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-35 {
    max-height: calc(3.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-35 {
    max-height: calc(3.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-35 {
    max-height: calc(3.5 * 10%);
  }
}

.max-rh-35 {
  max-height: calc(3.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-35 {
    max-height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-35 {
    max-height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-35 {
    max-height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-35 {
    max-height: calc(3.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-35 {
    max-height: calc(3.5 * 10rem) !important;
  }
}

.max-vh-35 {
  max-height: calc(3.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-35 {
    max-height: calc(3.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-35 {
    max-height: calc(3.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-35 {
    max-height: calc(3.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-35 {
    max-height: calc(3.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-35 {
    max-height: calc(3.5 * 10vh);
  }
}

.max-w-40 {
  max-width: calc(4 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-40 {
    max-width: calc(4 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-40 {
    max-width: calc(4 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-40 {
    max-width: calc(4 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-40 {
    max-width: calc(4 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-40 {
    max-width: calc(4 * 10%) !important;
  }
}

.max-rw-40 {
  max-width: calc(4 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-40 {
    max-width: calc(4 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-40 {
    max-width: calc(4 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-40 {
    max-width: calc(4 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-40 {
    max-width: calc(4 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-40 {
    max-width: calc(4 * 10rem);
  }
}

.max-h-40 {
  max-height: calc(4 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-40 {
    max-height: calc(4 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-40 {
    max-height: calc(4 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-40 {
    max-height: calc(4 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-40 {
    max-height: calc(4 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-40 {
    max-height: calc(4 * 10%);
  }
}

.max-rh-40 {
  max-height: calc(4 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-40 {
    max-height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-40 {
    max-height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-40 {
    max-height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-40 {
    max-height: calc(4 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-40 {
    max-height: calc(4 * 10rem) !important;
  }
}

.max-vh-40 {
  max-height: calc(4 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-40 {
    max-height: calc(4 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-40 {
    max-height: calc(4 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-40 {
    max-height: calc(4 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-40 {
    max-height: calc(4 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-40 {
    max-height: calc(4 * 10vh);
  }
}

.max-w-45 {
  max-width: calc(4.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-45 {
    max-width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-45 {
    max-width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-45 {
    max-width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-45 {
    max-width: calc(4.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-45 {
    max-width: calc(4.5 * 10%) !important;
  }
}

.max-rw-45 {
  max-width: calc(4.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-45 {
    max-width: calc(4.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-45 {
    max-width: calc(4.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-45 {
    max-width: calc(4.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-45 {
    max-width: calc(4.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-45 {
    max-width: calc(4.5 * 10rem);
  }
}

.max-h-45 {
  max-height: calc(4.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-45 {
    max-height: calc(4.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-45 {
    max-height: calc(4.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-45 {
    max-height: calc(4.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-45 {
    max-height: calc(4.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-45 {
    max-height: calc(4.5 * 10%);
  }
}

.max-rh-45 {
  max-height: calc(4.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-45 {
    max-height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-45 {
    max-height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-45 {
    max-height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-45 {
    max-height: calc(4.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-45 {
    max-height: calc(4.5 * 10rem) !important;
  }
}

.max-vh-45 {
  max-height: calc(4.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-45 {
    max-height: calc(4.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-45 {
    max-height: calc(4.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-45 {
    max-height: calc(4.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-45 {
    max-height: calc(4.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-45 {
    max-height: calc(4.5 * 10vh);
  }
}

.max-w-50 {
  max-width: calc(5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-50 {
    max-width: calc(5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-50 {
    max-width: calc(5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-50 {
    max-width: calc(5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-50 {
    max-width: calc(5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-50 {
    max-width: calc(5 * 10%) !important;
  }
}

.max-rw-50 {
  max-width: calc(5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-50 {
    max-width: calc(5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-50 {
    max-width: calc(5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-50 {
    max-width: calc(5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-50 {
    max-width: calc(5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-50 {
    max-width: calc(5 * 10rem);
  }
}

.max-h-50 {
  max-height: calc(5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-50 {
    max-height: calc(5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-50 {
    max-height: calc(5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-50 {
    max-height: calc(5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-50 {
    max-height: calc(5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-50 {
    max-height: calc(5 * 10%);
  }
}

.max-rh-50 {
  max-height: calc(5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-50 {
    max-height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-50 {
    max-height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-50 {
    max-height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-50 {
    max-height: calc(5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-50 {
    max-height: calc(5 * 10rem) !important;
  }
}

.max-vh-50 {
  max-height: calc(5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-50 {
    max-height: calc(5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-50 {
    max-height: calc(5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-50 {
    max-height: calc(5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-50 {
    max-height: calc(5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-50 {
    max-height: calc(5 * 10vh);
  }
}

.max-w-55 {
  max-width: calc(5.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-55 {
    max-width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-55 {
    max-width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-55 {
    max-width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-55 {
    max-width: calc(5.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-55 {
    max-width: calc(5.5 * 10%) !important;
  }
}

.max-rw-55 {
  max-width: calc(5.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-55 {
    max-width: calc(5.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-55 {
    max-width: calc(5.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-55 {
    max-width: calc(5.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-55 {
    max-width: calc(5.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-55 {
    max-width: calc(5.5 * 10rem);
  }
}

.max-h-55 {
  max-height: calc(5.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-55 {
    max-height: calc(5.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-55 {
    max-height: calc(5.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-55 {
    max-height: calc(5.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-55 {
    max-height: calc(5.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-55 {
    max-height: calc(5.5 * 10%);
  }
}

.max-rh-55 {
  max-height: calc(5.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-55 {
    max-height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-55 {
    max-height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-55 {
    max-height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-55 {
    max-height: calc(5.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-55 {
    max-height: calc(5.5 * 10rem) !important;
  }
}

.max-vh-55 {
  max-height: calc(5.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-55 {
    max-height: calc(5.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-55 {
    max-height: calc(5.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-55 {
    max-height: calc(5.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-55 {
    max-height: calc(5.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-55 {
    max-height: calc(5.5 * 10vh);
  }
}

.max-w-60 {
  max-width: calc(6 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-60 {
    max-width: calc(6 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-60 {
    max-width: calc(6 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-60 {
    max-width: calc(6 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-60 {
    max-width: calc(6 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-60 {
    max-width: calc(6 * 10%) !important;
  }
}

.max-rw-60 {
  max-width: calc(6 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-60 {
    max-width: calc(6 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-60 {
    max-width: calc(6 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-60 {
    max-width: calc(6 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-60 {
    max-width: calc(6 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-60 {
    max-width: calc(6 * 10rem);
  }
}

.max-h-60 {
  max-height: calc(6 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-60 {
    max-height: calc(6 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-60 {
    max-height: calc(6 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-60 {
    max-height: calc(6 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-60 {
    max-height: calc(6 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-60 {
    max-height: calc(6 * 10%);
  }
}

.max-rh-60 {
  max-height: calc(6 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-60 {
    max-height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-60 {
    max-height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-60 {
    max-height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-60 {
    max-height: calc(6 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-60 {
    max-height: calc(6 * 10rem) !important;
  }
}

.max-vh-60 {
  max-height: calc(6 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-60 {
    max-height: calc(6 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-60 {
    max-height: calc(6 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-60 {
    max-height: calc(6 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-60 {
    max-height: calc(6 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-60 {
    max-height: calc(6 * 10vh);
  }
}

.max-w-65 {
  max-width: calc(6.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-65 {
    max-width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-65 {
    max-width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-65 {
    max-width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-65 {
    max-width: calc(6.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-65 {
    max-width: calc(6.5 * 10%) !important;
  }
}

.max-rw-65 {
  max-width: calc(6.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-65 {
    max-width: calc(6.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-65 {
    max-width: calc(6.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-65 {
    max-width: calc(6.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-65 {
    max-width: calc(6.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-65 {
    max-width: calc(6.5 * 10rem);
  }
}

.max-h-65 {
  max-height: calc(6.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-65 {
    max-height: calc(6.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-65 {
    max-height: calc(6.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-65 {
    max-height: calc(6.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-65 {
    max-height: calc(6.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-65 {
    max-height: calc(6.5 * 10%);
  }
}

.max-rh-65 {
  max-height: calc(6.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-65 {
    max-height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-65 {
    max-height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-65 {
    max-height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-65 {
    max-height: calc(6.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-65 {
    max-height: calc(6.5 * 10rem) !important;
  }
}

.max-vh-65 {
  max-height: calc(6.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-65 {
    max-height: calc(6.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-65 {
    max-height: calc(6.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-65 {
    max-height: calc(6.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-65 {
    max-height: calc(6.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-65 {
    max-height: calc(6.5 * 10vh);
  }
}

.max-w-70 {
  max-width: calc(7 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-70 {
    max-width: calc(7 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-70 {
    max-width: calc(7 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-70 {
    max-width: calc(7 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-70 {
    max-width: calc(7 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-70 {
    max-width: calc(7 * 10%) !important;
  }
}

.max-rw-70 {
  max-width: calc(7 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-70 {
    max-width: calc(7 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-70 {
    max-width: calc(7 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-70 {
    max-width: calc(7 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-70 {
    max-width: calc(7 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-70 {
    max-width: calc(7 * 10rem);
  }
}

.max-h-70 {
  max-height: calc(7 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-70 {
    max-height: calc(7 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-70 {
    max-height: calc(7 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-70 {
    max-height: calc(7 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-70 {
    max-height: calc(7 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-70 {
    max-height: calc(7 * 10%);
  }
}

.max-rh-70 {
  max-height: calc(7 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-70 {
    max-height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-70 {
    max-height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-70 {
    max-height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-70 {
    max-height: calc(7 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-70 {
    max-height: calc(7 * 10rem) !important;
  }
}

.max-vh-70 {
  max-height: calc(7 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-70 {
    max-height: calc(7 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-70 {
    max-height: calc(7 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-70 {
    max-height: calc(7 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-70 {
    max-height: calc(7 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-70 {
    max-height: calc(7 * 10vh);
  }
}

.max-w-75 {
  max-width: calc(7.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-75 {
    max-width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-75 {
    max-width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-75 {
    max-width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-75 {
    max-width: calc(7.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-75 {
    max-width: calc(7.5 * 10%) !important;
  }
}

.max-rw-75 {
  max-width: calc(7.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-75 {
    max-width: calc(7.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-75 {
    max-width: calc(7.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-75 {
    max-width: calc(7.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-75 {
    max-width: calc(7.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-75 {
    max-width: calc(7.5 * 10rem);
  }
}

.max-h-75 {
  max-height: calc(7.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-75 {
    max-height: calc(7.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-75 {
    max-height: calc(7.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-75 {
    max-height: calc(7.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-75 {
    max-height: calc(7.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-75 {
    max-height: calc(7.5 * 10%);
  }
}

.max-rh-75 {
  max-height: calc(7.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-75 {
    max-height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-75 {
    max-height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-75 {
    max-height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-75 {
    max-height: calc(7.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-75 {
    max-height: calc(7.5 * 10rem) !important;
  }
}

.max-vh-75 {
  max-height: calc(7.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-75 {
    max-height: calc(7.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-75 {
    max-height: calc(7.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-75 {
    max-height: calc(7.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-75 {
    max-height: calc(7.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-75 {
    max-height: calc(7.5 * 10vh);
  }
}

.max-w-80 {
  max-width: calc(8 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-80 {
    max-width: calc(8 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-80 {
    max-width: calc(8 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-80 {
    max-width: calc(8 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-80 {
    max-width: calc(8 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-80 {
    max-width: calc(8 * 10%) !important;
  }
}

.max-rw-80 {
  max-width: calc(8 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-80 {
    max-width: calc(8 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-80 {
    max-width: calc(8 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-80 {
    max-width: calc(8 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-80 {
    max-width: calc(8 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-80 {
    max-width: calc(8 * 10rem);
  }
}

.max-h-80 {
  max-height: calc(8 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-80 {
    max-height: calc(8 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-80 {
    max-height: calc(8 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-80 {
    max-height: calc(8 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-80 {
    max-height: calc(8 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-80 {
    max-height: calc(8 * 10%);
  }
}

.max-rh-80 {
  max-height: calc(8 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-80 {
    max-height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-80 {
    max-height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-80 {
    max-height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-80 {
    max-height: calc(8 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-80 {
    max-height: calc(8 * 10rem) !important;
  }
}

.max-vh-80 {
  max-height: calc(8 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-80 {
    max-height: calc(8 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-80 {
    max-height: calc(8 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-80 {
    max-height: calc(8 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-80 {
    max-height: calc(8 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-80 {
    max-height: calc(8 * 10vh);
  }
}

.max-w-85 {
  max-width: calc(8.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-85 {
    max-width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-85 {
    max-width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-85 {
    max-width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-85 {
    max-width: calc(8.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-85 {
    max-width: calc(8.5 * 10%) !important;
  }
}

.max-rw-85 {
  max-width: calc(8.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-85 {
    max-width: calc(8.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-85 {
    max-width: calc(8.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-85 {
    max-width: calc(8.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-85 {
    max-width: calc(8.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-85 {
    max-width: calc(8.5 * 10rem);
  }
}

.max-h-85 {
  max-height: calc(8.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-85 {
    max-height: calc(8.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-85 {
    max-height: calc(8.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-85 {
    max-height: calc(8.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-85 {
    max-height: calc(8.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-85 {
    max-height: calc(8.5 * 10%);
  }
}

.max-rh-85 {
  max-height: calc(8.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-85 {
    max-height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-85 {
    max-height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-85 {
    max-height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-85 {
    max-height: calc(8.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-85 {
    max-height: calc(8.5 * 10rem) !important;
  }
}

.max-vh-85 {
  max-height: calc(8.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-85 {
    max-height: calc(8.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-85 {
    max-height: calc(8.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-85 {
    max-height: calc(8.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-85 {
    max-height: calc(8.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-85 {
    max-height: calc(8.5 * 10vh);
  }
}

.max-w-90 {
  max-width: calc(9 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-90 {
    max-width: calc(9 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-90 {
    max-width: calc(9 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-90 {
    max-width: calc(9 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-90 {
    max-width: calc(9 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-90 {
    max-width: calc(9 * 10%) !important;
  }
}

.max-rw-90 {
  max-width: calc(9 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-90 {
    max-width: calc(9 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-90 {
    max-width: calc(9 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-90 {
    max-width: calc(9 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-90 {
    max-width: calc(9 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-90 {
    max-width: calc(9 * 10rem);
  }
}

.max-h-90 {
  max-height: calc(9 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-90 {
    max-height: calc(9 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-90 {
    max-height: calc(9 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-90 {
    max-height: calc(9 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-90 {
    max-height: calc(9 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-90 {
    max-height: calc(9 * 10%);
  }
}

.max-rh-90 {
  max-height: calc(9 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-90 {
    max-height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-90 {
    max-height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-90 {
    max-height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-90 {
    max-height: calc(9 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-90 {
    max-height: calc(9 * 10rem) !important;
  }
}

.max-vh-90 {
  max-height: calc(9 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-90 {
    max-height: calc(9 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-90 {
    max-height: calc(9 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-90 {
    max-height: calc(9 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-90 {
    max-height: calc(9 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-90 {
    max-height: calc(9 * 10vh);
  }
}

.max-w-95 {
  max-width: calc(9.5 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-95 {
    max-width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-95 {
    max-width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-95 {
    max-width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-95 {
    max-width: calc(9.5 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-95 {
    max-width: calc(9.5 * 10%) !important;
  }
}

.max-rw-95 {
  max-width: calc(9.5 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-95 {
    max-width: calc(9.5 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-95 {
    max-width: calc(9.5 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-95 {
    max-width: calc(9.5 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-95 {
    max-width: calc(9.5 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-95 {
    max-width: calc(9.5 * 10rem);
  }
}

.max-h-95 {
  max-height: calc(9.5 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-95 {
    max-height: calc(9.5 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-95 {
    max-height: calc(9.5 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-95 {
    max-height: calc(9.5 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-95 {
    max-height: calc(9.5 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-95 {
    max-height: calc(9.5 * 10%);
  }
}

.max-rh-95 {
  max-height: calc(9.5 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-95 {
    max-height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-95 {
    max-height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-95 {
    max-height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-95 {
    max-height: calc(9.5 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-95 {
    max-height: calc(9.5 * 10rem) !important;
  }
}

.max-vh-95 {
  max-height: calc(9.5 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-95 {
    max-height: calc(9.5 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-95 {
    max-height: calc(9.5 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-95 {
    max-height: calc(9.5 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-95 {
    max-height: calc(9.5 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-95 {
    max-height: calc(9.5 * 10vh);
  }
}

.max-w-100 {
  max-width: calc(10 * 10%);
}

@media (min-width: 576px) {
  .max-w-sm-100 {
    max-width: calc(10 * 10%) !important;
  }
}

@media (min-width: 768px) {
  .max-w-md-100 {
    max-width: calc(10 * 10%) !important;
  }
}

@media (min-width: 992px) {
  .max-w-lg-100 {
    max-width: calc(10 * 10%) !important;
  }
}

@media (min-width: 1200px) {
  .max-w-xl-100 {
    max-width: calc(10 * 10%) !important;
  }
}

@media (min-width: 1400px) {
  .max-w-xxl-100 {
    max-width: calc(10 * 10%) !important;
  }
}

.max-rw-100 {
  max-width: calc(10 * 10rem);
}

@media (min-width: 576px) {
  .max-rw-sm-100 {
    max-width: calc(10 * 10rem);
  }
}

@media (min-width: 768px) {
  .max-rw-md-100 {
    max-width: calc(10 * 10rem);
  }
}

@media (min-width: 992px) {
  .max-rw-lg-100 {
    max-width: calc(10 * 10rem);
  }
}

@media (min-width: 1200px) {
  .max-rw-xl-100 {
    max-width: calc(10 * 10rem);
  }
}

@media (min-width: 1400px) {
  .max-rw-xxl-100 {
    max-width: calc(10 * 10rem);
  }
}

.max-h-100 {
  max-height: calc(10 * 10%);
}

@media (min-width: 576px) {
  .max-h-sm-100 {
    max-height: calc(10 * 10%);
  }
}

@media (min-width: 768px) {
  .max-h-md-100 {
    max-height: calc(10 * 10%);
  }
}

@media (min-width: 992px) {
  .max-h-lg-100 {
    max-height: calc(10 * 10%);
  }
}

@media (min-width: 1200px) {
  .max-h-xl-100 {
    max-height: calc(10 * 10%);
  }
}

@media (min-width: 1400px) {
  .max-h-xxl-100 {
    max-height: calc(10 * 10%);
  }
}

.max-rh-100 {
  max-height: calc(10 * 10rem) !important;
}

@media (min-width: 576px) {
  .max-rh-sm-100 {
    max-height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 768px) {
  .max-rh-md-100 {
    max-height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 992px) {
  .max-rh-lg-100 {
    max-height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1200px) {
  .max-rh-xl-100 {
    max-height: calc(10 * 10rem) !important;
  }
}

@media (min-width: 1400px) {
  .max-rh-xxl-100 {
    max-height: calc(10 * 10rem) !important;
  }
}

.max-vh-100 {
  max-height: calc(10 * 10vh);
}

@media (min-width: 576px) {
  .max-vh-sm-100 {
    max-height: calc(10 * 10vh);
  }
}

@media (min-width: 768px) {
  .max-vh-md-100 {
    max-height: calc(10 * 10vh);
  }
}

@media (min-width: 992px) {
  .max-vh-lg-100 {
    max-height: calc(10 * 10vh);
  }
}

@media (min-width: 1200px) {
  .max-vh-xl-100 {
    max-height: calc(10 * 10vh);
  }
}

@media (min-width: 1400px) {
  .max-vh-xxl-100 {
    max-height: calc(10 * 10vh);
  }
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

html {
  color: #1f1f1f;
}

video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-controller .circle {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  border: 1px solid #0b78b9;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-controller .circle svg {
  width: 2rem;
  height: auto;
}
.video-controller .circle svg.pause {
  display: none;
}

.noscroll {
  overflow-y: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.noscroll::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

.circle {
  border-radius: 50%;
}

.z-index-auto {
  z-index: auto;
}

.z-index-0 {
  z-index: 0;
}

.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: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.radius {
  border-radius: 2rem;
  overflow: hidden;
}

.radius-half {
  border-radius: 1rem;
  overflow: hidden;
}

.bottom-shadow {
  position: relative;
  /* &::before {
  	pointer-events: none;
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 50%;
  	bottom: 0;
  	left: 0;
  	z-index: 1;
  	background: rgb(0 0 0);
  	background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 0%) 100%);
  } */
}

.pointer {
  cursor: pointer;
}

.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.o-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.contain img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.obj-position-0 img {
  -o-object-position: 50% 0% !important;
  object-position: 50% 0% !important;
}

.obj-position-10 img {
  -o-object-position: 50% 10% !important;
  object-position: 50% 10% !important;
}

.obj-position-20 img {
  -o-object-position: 50% 20% !important;
  object-position: 50% 20% !important;
}

.obj-position-30 img {
  -o-object-position: 50% 30% !important;
  object-position: 50% 30% !important;
}

.obj-position-40 img {
  -o-object-position: 50% 40% !important;
  object-position: 50% 40% !important;
}

.obj-position-50 img {
  -o-object-position: 50% 50% !important;
  object-position: 50% 50% !important;
}

.obj-position-60 img {
  -o-object-position: 50% 60% !important;
  object-position: 50% 60% !important;
}

.obj-position-70 img {
  -o-object-position: 50% 70% !important;
  object-position: 50% 70% !important;
}

.obj-position-80 img {
  -o-object-position: 50% 80% !important;
  object-position: 50% 80% !important;
}

.obj-position-90 img {
  -o-object-position: 50% 90% !important;
  object-position: 50% 90% !important;
}

.obj-position-100 img {
  -o-object-position: 50% 100% !important;
  object-position: 50% 100% !important;
}

.page-template-default #site-content p {
  margin-bottom: 1rem;
}
.page-template-default #site-content h4 {
  font-weight: 500;
  margin-top: 2rem;
}
.page-template-default #site-content h2 {
  font-weight: 700;
}
.page-template-default #site-content ul {
  list-style: inherit;
  margin-inline-start: 1em;
}

.z-1 {
  z-index: 1;
}

body.page-my-account .woocommerce-notices-wrapper {
  display: none;
}

del {
  text-decoration: line-through;
}

.multiply {
  mix-blend-mode: multiply;
}

.ratio-1 {
  padding-top: 100%;
  position: relative;
}

.primary-hr {
  height: 1px;
  background-color: #0b78b9;
  border: none;
}

.white-hr {
  height: 1px;
  background-color: white;
  border: none;
}

.square-img {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.square-img figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.square-img figure img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ratio-img {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.ratio-img figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ratio-img figure img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.items-center {
  align-items: center;
}

strong,
.font-bold {
  font-weight: 700;
}

.card {
  background-color: initial;
}

.slider-wrapper .smx-navigation,
.products-carousel-wrapper .smx-navigation {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  top: -4rem;
  transform: none;
  padding: 0;
}
.slider-wrapper .smx-navigation .smx-nav,
.products-carousel-wrapper .smx-navigation .smx-nav {
  padding: 0.5rem;
  height: 3.3rem;
  width: 3.3rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #0b78b9;
}
.slider-wrapper .smx-navigation .smx-nav :hover,
.products-carousel-wrapper .smx-navigation .smx-nav :hover {
  cursor: pointer;
}
.slider-wrapper .smx-navigation .smx-nav svg,
.products-carousel-wrapper .smx-navigation .smx-nav svg {
  display: none;
}
.slider-wrapper .smx-navigation .prev,
.products-carousel-wrapper .smx-navigation .prev {
  transform: rotate(180deg);
  margin-right: 0.5rem;
  position: relative;
}
.slider-wrapper .smx-navigation .prev::after,
.products-carousel-wrapper .smx-navigation .prev::after {
  content: "";
  background: url("/content/themes/dev/images/arrows/arrow-light-primary.svg");
  background-size: cover;
  position: absolute;
  width: 12px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.slider-wrapper .smx-navigation .prev svg *,
.products-carousel-wrapper .smx-navigation .prev svg * {
  fill: #0b78b9;
}
.slider-wrapper .smx-navigation .next,
.products-carousel-wrapper .smx-navigation .next {
  background-color: #0b78b9;
  position: relative;
}
.slider-wrapper .smx-navigation .next::after,
.products-carousel-wrapper .smx-navigation .next::after {
  content: "";
  background: url("/content/themes/dev/images/arrows/arrow-bold-white.svg");
  background-size: cover;
  position: absolute;
  width: 12px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.slider-wrapper .smx-navigation .next svg *,
.products-carousel-wrapper .smx-navigation .next svg * {
  fill: white;
}
.slider-wrapper .smx-pagination,
.products-carousel-wrapper .smx-pagination {
  /* position: absolute;
  bottom: 21rem;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center; */
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.slider-wrapper .smx-pagination button,
.products-carousel-wrapper .smx-pagination button {
  margin: 0 0.3rem !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.slider-wrapper .smx-pagination li,
.products-carousel-wrapper .smx-pagination li {
  display: inline-block;
}
.slider-wrapper .smx-pagination li .smx-dot,
.products-carousel-wrapper .smx-pagination li .smx-dot {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  padding: 0;
  margin: 0 0.3rem;
}
.slider-wrapper .smx-pagination li .smx-dot:hover,
.products-carousel-wrapper .smx-pagination li .smx-dot:hover {
  cursor: pointer;
}
.slider-wrapper .smx-pagination li .smx-dot.is-active,
.products-carousel-wrapper .smx-pagination li .smx-dot.is-active {
  background: white;
}

.smx-button {
  text-align: center;
  margin-top: 2rem;
  display: inline-block;
  min-width: 15rem;
  position: relative;
  overflow: hidden;
  padding: 8px 35px 8px 15px;
  transition: all 0.2s ease-in-out;
}
.smx-button.button-white {
  color: #0b78b9;
  font-weight: 700;
  background-color: #fff;
}
.smx-button.button-white::after {
  content: "";
  background: url("/content/themes/dev/images/arrows/arrow-bold-primary.svg");
  background-size: cover;
  position: absolute;
  width: 12px;
  height: 17px;
  margin-top: 2px;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.smx-button.button-white:hover {
  color: #fff;
  background-color: #0b78b9;
}
.smx-button.button-white:hover::after {
  background: url("/content/themes/dev/images/arrows/arrow-bold-white.svg");
}
.smx-button.button-primary {
  color: #fff;
  font-weight: 700;
  background-color: #0b78b9;
}
.smx-button.button-primary::after {
  content: "";
  background: url("/content/themes/dev/images/arrows/arrow-bold-white.svg");
  background-size: cover;
  position: absolute;
  width: 12px;
  height: 17px;
  margin-top: 2px;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.smx-button.button-primary:hover {
  color: #0b78b9;
  background-color: #faf8f6;
}
.smx-button.button-primary:hover::after {
  background: url("/content/themes/dev/images/arrows/arrow-bold-primary.svg");
}
.smx-button.button-transparent-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.smx-button.button-transparent-white::after {
  content: "";
  background: url("/content/themes/dev/images/arrows/arrow-light-white.svg");
  background-size: cover;
  position: absolute;
  width: 12px;
  height: 17px;
  margin-top: 1px;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.smx-button.button-transparent-white:hover {
  color: #0b78b9;
  background-color: #fff;
}
.smx-button.button-transparent-white:hover::after {
  background: url("/content/themes/dev/images/arrows/arrow-light-primary.svg");
}
.smx-button.button-transparent-primary {
  background-color: transparent;
  color: #0b78b9;
  border: 1px solid #0b78b9;
}
.smx-button.button-transparent-primary::after {
  content: "";
  background: url("/content/themes/dev/images/arrows/arrow-light-primary.svg");
  background-size: cover;
  position: absolute;
  width: 12px;
  height: 17px;
  margin-top: 1px;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.smx-button.button-transparent-primary:hover {
  color: #fff;
  background-color: #0b78b9;
}
.smx-button.button-transparent-primary:hover::after {
  background: url("/content/themes/dev/images/arrows/arrow-light-white.svg");
}

.chiama-ora a {
  padding: 0.8rem 1.6rem;
  border: 2px solid #0b78b9;
  color: #0b78b9;
  font-weight: 800;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.chiama-ora:hover a {
  background-color: #0b78b9;
  color: white;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]):not([type=file]),
textarea,
select {
  border: 1px solid #0b78b9;
  padding: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  color: inherit;
  width: 100%;
}

.select2-selection {
  border: 0 !important;
  background-color: #faf8f6 !important;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-family: inherit !important;
  color: inherit !important;
  height: auto !important;
}
.select2-selection .select2-selection__rendered {
  padding: 0 !important;
}
.select2-selection .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-40%);
}

input[type=checkbox] {
  width: 20px !important;
  min-width: 20px;
  height: 20px !important;
  border: 1px solid #1f1f1f;
  background-color: white;
  padding: 0;
  margin-right: 1rem;
  border-radius: 2px;
  display: inline-block !important;
}
input[type=checkbox]:checked {
  background-color: #1f1f1f;
}
input[type=checkbox]:hover {
  cursor: pointer;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid black;
  background-color: white;
  margin-right: 1rem;
}
input[type=radio]:checked {
  background-color: #0b78b9;
}

input[type=submit] {
  text-align: center;
  display: inline-block;
  min-width: 15rem;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 3.5rem;
  background-color: transparent;
  color: #0b78b9;
  border: 1px solid #0b78b9;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
input[type=submit]:hover {
  color: #fff !important;
  background-color: #0b78b9;
}
input[type=submit][disabled] {
  cursor: not-allowed;
}

.smx-form-1 .screen-reader-response {
  display: none !important;
}
.smx-form-1 .screen-reader-response > p {
  color: #0b78b9;
  font-weight: bold;
  margin-bottom: 2rem;
}
.smx-form-1 .screen-reader-response ul {
  display: none !important;
}
.smx-form-1 .wpcf7-response-output {
  color: #1f1f1f;
  font-weight: bold;
  padding: 1rem;
  border-radius: 0.5rem;
}
.smx-form-1 .col {
  margin-bottom: 1.5rem;
}
.smx-form-1 .col .wpcf7-not-valid-tip {
  color: red;
}
.smx-form-1 label,
.smx-form-1 input,
.smx-form-1 textarea {
  display: block;
  width: 100%;
}
.smx-form-1 input[type=submit] {
  border: none;
  background-color: #0b78b9;
  padding: 1rem;
  color: white;
  border-radius: 4rem;
  min-width: 25rem;
  margin-top: 2rem;
}
.smx-form-1 input[type=submit]:hover {
  cursor: pointer;
}
.smx-form-1 label {
  margin-bottom: 0.5rem;
}
.smx-form-1 form.invalid .wpcf7-response-output, .smx-form-1 form.failed .wpcf7-response-output, .smx-form-1 form.aborted .wpcf7-response-output {
  background-color: #ffcccc;
}
.smx-form-1 form.sent .wpcf7-response-output {
  background-color: #ccffcc;
}

#form-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

#form-prodotto .wpcf7-form input,
#form-prodotto .wpcf7-form textarea {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
#form-prodotto .wpcf7-form input::-moz-placeholder, #form-prodotto .wpcf7-form textarea::-moz-placeholder {
  color: white;
  opacity: 0.7;
}
#form-prodotto .wpcf7-form input::placeholder,
#form-prodotto .wpcf7-form textarea::placeholder {
  color: white;
  opacity: 0.7;
}
#form-prodotto .wpcf7-form input[type=submit]:hover {
  background-color: white;
  color: #0b78b9 !important;
}
#form-prodotto .wpcf7-form input[type=checkbox]:checked {
  background-color: white;
}
#form-prodotto .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: white;
}

.wpcf7-form.submitting .wpcf7-spinner {
  opacity: 1;
}
.wpcf7-form .submit-wrapper {
  display: inline-flex;
  align-items: center;
}
.wpcf7-form .wpcf7-spinner {
  background-image: url("../images/ajax-loader.gif");
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-color: inherit;
  display: inline-flex;
  opacity: 0;
}

.flex-accordion .accordion {
  overflow-y: hidden;
}
.flex-accordion .accordion .accordion-trigger {
  display: flex;
  align-items: center;
}
.flex-accordion .accordion .accordion-trigger img {
  width: 1.8rem;
  height: auto;
  margin-right: 1rem;
  transition: 1s ease-in-out;
}
.flex-accordion .accordion .accordion-trigger:hover {
  cursor: pointer;
}
.flex-accordion .accordion .accordion-body {
  max-height: 0;
  overflow-y: hidden;
  transition: 1s ease-in-out;
}
.flex-accordion .accordion.active .accordion-trigger img {
  transform: rotate(180deg);
}
.flex-accordion .accordion.active .accordion-body {
  padding: 2rem 1rem;
  max-height: 1000px;
}

.home .flex-item-0 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.fasi-container .fase {
  position: relative;
}
.fasi-container .fase .text-wrapper {
  bottom: 0;
}
.fasi-container .fase .image-wrapper {
  height: 150px;
}
.fasi-container .fase .image-wrapper img {
  margin: auto;
}
@media (max-width: 767.98px) {
  .fasi-container .fase:nth-child(2n+1)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.5rem;
    margin: auto;
    background: url("../images/servizi/arrow.svg");
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 2rem;
    transform: translateY(-2rem);
  }
}
@media (min-width: 768px) {
  .fasi-container .fase:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.5rem;
    margin: auto;
    background: url("../images/servizi/arrow.svg");
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 2rem;
    transform: translateY(-2rem);
  }
}
@media (min-width: 992px) {
  .fasi-container .fase:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -0.5rem;
    margin: auto;
    background: url("../images/servizi/arrow.svg");
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 2rem;
    transform: translateY(-2rem);
  }
}

.home .flex-item-0 figure::before {
  content: "";
  width: 100%;
  height: 100%;
  top: -7.5rem;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url("../images/rm-overlay.svg");
  z-index: 99;
  mix-blend-mode: multiply;
}

.tax-tipologia .flex-item-0 figure::before {
  content: "";
  width: 100%;
  height: 120%;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url("../images/rm-overlay.svg");
  z-index: 99;
  mix-blend-mode: multiply;
}

.flex-onlytitle.flex-item-0 {
  overflow: clip;
}
.flex-onlytitle.flex-item-0::before {
  content: "";
  width: 100%;
  height: 120%;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url("../images/rm-overlay.svg");
  z-index: 0;
  mix-blend-mode: multiply;
}

.container-specification .wrapper-specification {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container-specification .wrapper-specification .single-spec {
  width: 100%;
  display: flex;
  align-items: center;
}
.container-specification .wrapper-specification .single-spec:not(:nth-last-child(2)) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .container-specification .wrapper-specification .single-spec {
    width: 50%;
  }
}
.container-specification .wrapper-specification .single-spec .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  border: 1px solid #707070;
  overflow: hidden;
  margin-right: 10px;
}

.card.card-primary .wrapper-image {
  max-width: 80%;
  max-height: 120px;
}
.card.card-primary .wrapper-image img {
  max-height: 120px;
  max-width: 170px;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-spec .image-wrapper img {
  margin-top: -25%;
  margin-left: -25%;
  width: 150% !important;
  height: 150% !important;
}

.wrapper-video iframe {
  aspect-ratio: 16/9;
}
.wrapper-video iframe video {
  margin: 0;
  width: 100%;
}

.wrapper-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.4s ease-in-out;
}
.wrapper-popup.close {
  display: none;
  z-index: -1;
  opacity: 0;
}
.wrapper-popup .popup {
  max-width: 800px;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-id-1590 .flex-item-1 .wrapper-image {
    margin-top: -40px !important;
  }
}
.page-id-1590 .flex-item-1 .wrapper-image picture {
  display: flex;
  justify-content: center;
}
.page-id-1590 .flex-item-1 .wrapper-image img {
  max-width: 170px;
}

.bigger {
  font-weight: 800;
}

.upper-line-h1 {
  display: block;
  position: relative;
}
.upper-line-h1::before {
  content: "";
  height: 6px;
  width: 6rem;
  position: absolute;
  top: -1.5rem;
  left: 0;
  background-color: white;
}

.upper-line-h2::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0b78b9;
}

.primary-bg .upper-line-h2::before,
.primary-bg .upper-line-h3::before,
.black-bg .upper-line-h2::before,
.black-bg .upper-line-h3::before {
  background-color: #fff !important;
}

.title-h2 {
  display: inline-flex;
}
.title-h2.evidenziato-primary {
  padding: 0.9rem 1.8rem;
  background-color: #0b78b9;
}
.title-h2.evidenziato-white {
  padding: 0.9rem 1.8rem;
  background-color: #fff;
}

.title-h1 {
  display: inline-flex;
}
.title-h1.evidenziato-primary {
  padding: 0.9rem 1.8rem;
  background-color: #0b78b9;
}
.title-h1.evidenziato-white {
  padding: 0.9rem 1.8rem;
  background-color: #fff;
}

.single-prodotti .upper-line-h1::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: -2rem;
  left: 0;
  background-color: #0b78b9;
}
.single-prodotti .primary-bg .upper-line-h1::before,
.single-prodotti .black-bg .upper-line-h1::before {
  background-color: #fff !important;
}

.tax-item {
  border: 1px solid #e8e8e8;
  transition: all 0.4s ease-in-out;
}
.tax-item .text-wrapper .tax-upperline {
  width: 3.3rem;
  height: 0.3rem;
}
.tax-item .image-wrapper {
  padding-top: 100%;
  position: relative;
}
.tax-item .image-wrapper .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.tax-item .image-wrapper .image img {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tax-item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.08);
}

.colors-section .colors {
  position: relative;
}
.colors-section .colors .color-container {
  width: 9rem;
  padding: 0.5rem;
  margin: 0 0.5rem;
  height: 100%;
}
.colors-section .colors .color-container .color-pin {
  height: 3.6rem;
  width: 5rem;
  border: 1px solid black;
  margin-bottom: 0.8rem;
  position: relative;
}
.colors-section .colors .color-container .color-pin img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#accordion-content .single-spec {
  border: 1px solid #0b78b9;
}

.product-accordion .wrapper {
  transition: 1s ease;
  overflow: hidden;
  position: relative;
}
.product-accordion .wrapper div,
.product-accordion .wrapper button {
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.product-accordion .wrapper .accordion-trigger .icon {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.product-accordion .wrapper .accordion-trigger .icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0b78b9;
  transition: 1s ease;
}
.product-accordion .wrapper .accordion-trigger .icon .line.one {
  width: 1rem;
  height: 2px;
}
.product-accordion .wrapper .accordion-trigger .icon .line.two {
  height: 0;
  width: 2px;
}
.product-accordion .wrapper .accordion-body {
  transition: 1s ease;
  transform-origin: top;
  overflow: hidden;
  max-height: 150rem;
}
.product-accordion .wrapper.close .accordion-trigger .icon .two {
  height: 1rem;
}
.product-accordion .wrapper.close .accordion-body {
  max-height: 0;
}

.accordion.show .wrapper div,
.accordion.show .wrapper button {
  opacity: 1;
}

.splide-controls {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}
.splide-controls .thumbnail {
  width: 14rem;
  overflow: hidden;
  list-style: none;
  margin: 0 0.3rem;
  cursor: pointer;
  position: relative;
  height: 0;
  padding-top: 9rem;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.splide-controls .thumbnail figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.splide-controls .thumbnail figure img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.splide-controls .thumbnail.is-active {
  opacity: 1;
}

.techs .tech .tech-desc h3 {
  font-size: 1.7rem;
  line-height: 1em;
}
.techs .tech .tech-desc p {
  font-size: 1.6rem;
  line-height: 1em;
}
.techs .tech .tech-image {
  border: 1px solid #e1e1e1;
}

.single-prod-1 h2.text-1 {
  font-weight: 600;
}
.single-prod-1 h2.text-1 b {
  font-weight: 800;
}
.single-prod-1 h3 {
  font-weight: 500;
}
.single-prod-1 h3::first-letter {
  text-transform: uppercase;
}
.single-prod-1 .ante h2.text-1 {
  font-weight: 600;
}
.single-prod-1 .ante h2.text-1 b {
  font-weight: 600;
}

#masthead {
  height: 10rem;
}
#masthead #brand-wrapper a {
  display: block;
}
#masthead #brand-wrapper a .logo {
  display: block;
  width: 8rem;
  margin: 0;
}
@media (max-width: 991.98px) {
  #masthead #brand-wrapper {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  #masthead #brand-wrapper {
    width: 80%;
  }
}

#main-footer .brand a {
  display: block;
}
#main-footer .brand a img {
  display: block;
  width: 15rem;
  margin: 0;
}

.lang-menu-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: ease 1s;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.lang-menu-wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lang-menu-wrapper .menu a {
  justify-content: center;
  cursor: pointer;
}
.lang-menu-wrapper ul li a {
  color: white;
  text-transform: uppercase;
  margin: 1rem 0;
}
.lang-menu-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}

#menu-wrapper #primary-nav ul .current-menu-item a {
  color: #0b78b9;
  font-weight: 700;
}
#menu-wrapper #primary-nav ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
}
#menu-wrapper #primary-nav ul li:not(:last-child) a {
  margin-right: 2.2rem;
}
#menu-wrapper #primary-nav ul li.menu-item-has-children > a .arrow {
  width: 1rem;
  height: auto;
  position: relative;
  top: -2px;
  transition: 0.75s ease-in-out;
}
#menu-wrapper #primary-nav ul li.menu-item-has-children .sub-menu {
  padding: 1.5rem;
  width: auto;
  height: -moz-min-content;
  height: min-content;
  position: fixed;
  background: white;
  top: 10rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(calc(-101% - 10rem)) translateX(-2rem);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
#menu-wrapper #primary-nav ul li.menu-item-has-children .sub-menu .menu-item {
  width: auto;
  padding: 0 1rem;
}
#menu-wrapper #primary-nav ul li.menu-item-has-children .sub-menu .menu-item a {
  position: relative;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#menu-wrapper #primary-nav ul li.menu-item-has-children .sub-menu .menu-item a span {
  z-index: 10;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  background-color: white;
  border-top-right-radius: 1rem;
  font-size: 1.6rem;
}
#menu-wrapper #primary-nav ul li.menu-item-has-children .sub-menu .menu-item .sub-menu-products a {
  height: auto;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
}
#menu-wrapper #primary-nav ul li.menu-item-has-children.open > a .arrow {
  transform: rotate(180deg);
}
#menu-wrapper #primary-nav ul li.menu-item-has-children.open .sub-menu {
  transform: translateY(0) translateX(-2rem);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  #menu-wrapper #primary-nav {
    display: block;
    position: fixed;
    top: 10rem;
    left: 0;
    height: calc(100vh - 10rem);
    width: 100%;
    background: white;
    padding: 2rem;
    transform: translateX(-101%);
    transition: 0.7s ease;
    pointer-events: none;
    overflow-y: auto;
  }
  #menu-wrapper #primary-nav::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
  }
  #menu-wrapper #primary-nav ul {
    flex-wrap: wrap;
  }
  #menu-wrapper #primary-nav ul > li {
    width: 100%;
    padding: 3rem 0;
    border-bottom: 1px solid #0b78b9;
  }
  #menu-wrapper #primary-nav ul > li > a {
    font-weight: 700;
  }
  #menu-wrapper #primary-nav ul > li.menu-item-has-children {
    padding-bottom: 0;
  }
  #menu-wrapper #primary-nav ul > li.menu-item-has-children > a {
    pointer-events: none;
    font-weight: 700;
  }
  #menu-wrapper #primary-nav ul > li.menu-item-has-children > a img {
    display: none;
  }
  #menu-wrapper #primary-nav ul > li.menu-item-has-children .sub-menu {
    height: unset;
    padding: 1rem 0 1.5rem;
    width: 100%;
    position: relative;
    top: 0;
    overflow: auto;
    display: flex;
    transform: none;
    transition: none;
    opacity: 1;
    pointer-events: auto;
    flex-wrap: wrap;
  }
  #menu-wrapper #primary-nav ul > li.menu-item-has-children .sub-menu .menu-item {
    width: 50%;
    padding: 0;
    border-bottom: none;
  }
  #menu-wrapper #primary-nav ul > li.menu-item-has-children .sub-menu .menu-item a {
    margin: 0.5rem 0;
    font-weight: 500;
  }
  #menu-wrapper #primary-nav[aria-hidden=false] {
    transform: translateX(0);
    pointer-events: auto;
  }
}
@media (max-width: 767.98px) {
  #menu-wrapper #primary-nav ul .menu-item-has-children .sub-menu .menu-item {
    width: 100% !important;
    max-width: 50rem !important;
  }
  #menu-wrapper #primary-nav ul .menu-item-has-children .sub-menu .menu-item a {
    margin-right: 0;
  }
}
#menu-wrapper #primary-nav-trigger {
  display: none;
  width: 2.5rem;
  height: 2rem;
  position: relative;
  min-width: 2.5rem;
}
#menu-wrapper #primary-nav-trigger .line {
  background-color: #1f1f1f;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.7s ease;
}
#menu-wrapper #primary-nav-trigger .line.one {
  top: 0;
}
#menu-wrapper #primary-nav-trigger .line.two {
  top: 50%;
  transform: translateY(-50%);
}
#menu-wrapper #primary-nav-trigger .line.three {
  bottom: 0;
}
#menu-wrapper #primary-nav-trigger:hover {
  cursor: pointer;
}
#menu-wrapper #primary-nav-trigger.open .one {
  transform: rotate(45deg) translate(6px, 6px);
}
#menu-wrapper #primary-nav-trigger.open .two {
  transform: translateY(-50%) translateX(-101%);
  opacity: 0;
}
#menu-wrapper #primary-nav-trigger.open .three {
  transform: rotate(-45deg) translate(7px, -7px);
}
@media (max-width: 991.98px) {
  #menu-wrapper {
    width: 30%;
  }
  #menu-wrapper #primary-nav-trigger {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #menu-wrapper {
    width: 20%;
  }
}
#menu-wrapper #lang-menu-toggler {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
#menu-wrapper #lang-menu-toggler button {
  cursor: pointer;
  background: transparent;
  border: 1px solid #0b78b9;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  position: relative;
  border-radius: 50%;
  display: block;
  margin: 5px;
}
#menu-wrapper #lang-menu-toggler button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.7rem;
  transform: translate(-50%, -50%);
}

#shop-nav ul li {
  margin-left: 3rem;
}
#shop-nav ul li a img {
  height: 1.7rem;
  width: auto;
  max-width: none;
}
#shop-nav ul li.smx-menu-cart a {
  position: relative;
}
#shop-nav ul li.smx-menu-cart a span {
  background: #0b78b9;
  display: block;
  color: white;
  font-size: 1.1rem;
  border-radius: 50%;
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  line-height: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 767.98px) {
  #shop-nav {
    width: 30%;
  }
  #shop-nav ul li {
    margin-left: 1.5rem;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 1rem;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*# sourceMappingURL=child-theme.css.map */