/* 
  This file contains a copy of the Bootstrap 4.4.1 CSS utilties that need to be specified when the application state is Not Zoomed (or Zoomed Out), as specified by the 'not-scaled' class and the modification of breakpoint values.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** Float Utilities **/
@media (min-width: 576px) {
    .not-scaled .float-sm-left {
        float: left !important;
    }
    .not-scaled .float-sm-right {
        float: right !important;
    }
    .not-scaled .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .not-scaled .float-md-left {
        float: left !important;
    }
    .not-scaled .float-md-right {
        float: right !important;
    }
    .not-scaled .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .not-scaled .float-lg-left {
        float: left !important;
    }
    .not-scaled .float-lg-right {
        float: right !important;
    }
    .not-scaled .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .not-scaled .float-xl-left {
        float: left !important;
    }
    .not-scaled .float-xl-right {
        float: right !important;
    }
    .not-scaled .float-xl-none {
        float: none !important;
    }
}

/** Spacing Utilities **/
/* non-responsive */
.not-scaled .m-0 {
    margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.not-scaled .m-auto {
    margin: auto !important;
}

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

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

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

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

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

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

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

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