/*
**
** https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.css
** https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.css
**
*/

/*
**
** (✓) [BOOTSTRAP] CONTAINER
** (✓) [BOOTSTRAP] ROW
** (✓) COL
**
** (✓) OFFSET
** (✓) ORDER
** 
** (✓) DISPLAY
** (✓) FLEX-DIRECTION
** (✓) GAP
** (✓) ALIGN-ITEMS
** (✓) JUSTIFY-CONTENT
** (✓) FLEX-GROW
** (✓) FLEX-SHRINK
** (✓) FLEX-WRAP
** 
** (✓) MARGIN
** (✓) PADDING
** 
** (✓) HEIGHT
** (✓) WIDTH
** 
** (✓) FONT-SIZE
** (✓) FONT-WEIGHT
** (✓) TEXT-ALIGN
**
*/

/*
**
** CONTAINER (BOOTSTRAP)
**
*/
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

/*
**
** ROW
**
*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-inline: 15px;
    width: 100%;
}

/*
**
** COL (✓)
**
*/
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333% !important;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
}

.col-3 {
    flex: 0 0 auto;
    width: 25% !important;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667% !important;
}

.col-6 {
    flex: 0 0 auto;
    width: 50% !important;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
}

.col-9 {
    flex: 0 0 auto;
    width: 75% !important;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333% !important;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100% !important;
}

.col-auto {
    flex: 0 0 auto;
    width: auto !important;
}

@media (min-width: 576px) {

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto !important;
    }

}

@media (min-width: 768px) {

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto !important;
    }

}

@media (min-width: 992px) {

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto !important;
    }

}

@media (min-width: 1200px) {

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto !important;
    }

}

@media (min-width: 1400px) {

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto !important;
    }

}

/*
**
** OFFSET (✓)
**
*/
.offset-1 {
    margin-left: 8.33333333% !important;
}

.offset-2 {
    margin-left: 16.66666667% !important;
}

.offset-3 {
    margin-left: 25% !important;
}

.offset-4 {
    margin-left: 33.33333333% !important;
}

.offset-5 {
    margin-left: 41.66666667% !important;
}

.offset-6 {
    margin-left: 50% !important;
}

.offset-7 {
    margin-left: 58.33333333% !important;
}

.offset-8 {
    margin-left: 66.66666667% !important;
}

.offset-9 {
    margin-left: 75% !important;
}

.offset-10 {
    margin-left: 83.33333333% !important;
}

.offset-11 {
    margin-left: 91.66666667% !important;
}

@media (min-width: 576px) {

    .offset-sm-1 {
        margin-left: 8.33333333% !important;
    }

    .offset-sm-2 {
        margin-left: 16.66666667% !important;
    }

    .offset-sm-3 {
        margin-left: 25% !important;
    }

    .offset-sm-4 {
        margin-left: 33.33333333% !important;
    }

    .offset-sm-5 {
        margin-left: 41.66666667% !important;
    }

    .offset-sm-6 {
        margin-left: 50% !important;
    }

    .offset-sm-7 {
        margin-left: 58.33333333% !important;
    }

    .offset-sm-8 {
        margin-left: 66.66666667% !important;
    }

    .offset-sm-9 {
        margin-left: 75% !important;
    }

    .offset-sm-10 {
        margin-left: 83.33333333% !important;
    }

    .offset-sm-11 {
        margin-left: 91.66666667% !important;
    }

}

@media (min-width: 768px) {

    .offset-md-1 {
        margin-left: 8.33333333% !important;
    }

    .offset-md-2 {
        margin-left: 16.66666667% !important;
    }

    .offset-md-3 {
        margin-left: 25% !important;
    }

    .offset-md-4 {
        margin-left: 33.33333333% !important;
    }

    .offset-md-5 {
        margin-left: 41.66666667% !important;
    }

    .offset-md-6 {
        margin-left: 50% !important;
    }

    .offset-md-7 {
        margin-left: 58.33333333% !important;
    }

    .offset-md-8 {
        margin-left: 66.66666667% !important;
    }

    .offset-md-9 {
        margin-left: 75% !important;
    }

    .offset-md-10 {
        margin-left: 83.33333333% !important;
    }

    .offset-md-11 {
        margin-left: 91.66666667% !important;
    }

}

@media (min-width: 992px) {

    .offset-lg-1 {
        margin-left: 8.33333333% !important;
    }

    .offset-lg-2 {
        margin-left: 16.66666667% !important;
    }

    .offset-lg-3 {
        margin-left: 25% !important;
    }

    .offset-lg-4 {
        margin-left: 33.33333333% !important;
    }

    .offset-lg-5 {
        margin-left: 41.66666667% !important;
    }

    .offset-lg-6 {
        margin-left: 50% !important;
    }

    .offset-lg-7 {
        margin-left: 58.33333333% !important;
    }

    .offset-lg-8 {
        margin-left: 66.66666667% !important;
    }

    .offset-lg-9 {
        margin-left: 75% !important;
    }

    .offset-lg-10 {
        margin-left: 83.33333333% !important;
    }

    .offset-lg-11 {
        margin-left: 91.66666667% !important;
    }

}

@media (min-width: 1200px) {

    .offset-xl-1 {
        margin-left: 8.33333333% !important;
    }

    .offset-xl-2 {
        margin-left: 16.66666667% !important;
    }

    .offset-xl-3 {
        margin-left: 25% !important;
    }

    .offset-xl-4 {
        margin-left: 33.33333333% !important;
    }

    .offset-xl-5 {
        margin-left: 41.66666667% !important;
    }

    .offset-xl-6 {
        margin-left: 50% !important;
    }

    .offset-xl-7 {
        margin-left: 58.33333333% !important;
    }

    .offset-xl-8 {
        margin-left: 66.66666667% !important;
    }

    .offset-xl-9 {
        margin-left: 75% !important;
    }

    .offset-xl-10 {
        margin-left: 83.33333333% !important;
    }

    .offset-xl-11 {
        margin-left: 91.66666667% !important;
    }

}

@media (min-width: 1400px) {

    .offset-xxl-1 {
        margin-left: 8.33333333% !important;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667% !important;
    }

    .offset-xxl-3 {
        margin-left: 25% !important;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333% !important;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667% !important;
    }

    .offset-xxl-6 {
        margin-left: 50% !important;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333% !important;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667% !important;
    }

    .offset-xxl-9 {
        margin-left: 75% !important;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333% !important;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667% !important;
    }

}

/*
**
** ORDER (✓)
**
*/
.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

.order-11 {
    order: 11 !important;
}

.order-12 {
    order: 12 !important;
}

@media (min-width: 576px) {

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-6 {
        order: 6 !important;
    }

    .order-sm-7 {
        order: 7 !important;
    }

    .order-sm-8 {
        order: 8 !important;
    }

    .order-sm-9 {
        order: 9 !important;
    }

    .order-sm-10 {
        order: 10 !important;
    }

    .order-sm-11 {
        order: 11 !important;
    }

    .order-sm-12 {
        order: 12 !important;
    }

}

@media (min-width: 768px) {

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-6 {
        order: 6 !important;
    }

    .order-md-7 {
        order: 7 !important;
    }

    .order-md-8 {
        order: 8 !important;
    }

    .order-md-9 {
        order: 9 !important;
    }

    .order-md-10 {
        order: 10 !important;
    }

    .order-md-11 {
        order: 11 !important;
    }

    .order-md-12 {
        order: 12 !important;
    }

}

@media (min-width: 992px) {

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-6 {
        order: 6 !important;
    }

    .order-lg-7 {
        order: 7 !important;
    }

    .order-lg-8 {
        order: 8 !important;
    }

    .order-lg-9 {
        order: 9 !important;
    }

    .order-lg-10 {
        order: 10 !important;
    }

    .order-lg-11 {
        order: 11 !important;
    }

    .order-lg-12 {
        order: 12 !important;
    }

}

@media (min-width: 1200px) {

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-6 {
        order: 6 !important;
    }

    .order-xl-7 {
        order: 7 !important;
    }

    .order-xl-8 {
        order: 8 !important;
    }

    .order-xl-9 {
        order: 9 !important;
    }

    .order-xl-10 {
        order: 10 !important;
    }

    .order-xl-11 {
        order: 11 !important;
    }

    .order-xl-12 {
        order: 12 !important;
    }

}

@media (min-width: 1400px) {

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-6 {
        order: 6 !important;
    }

    .order-xxl-7 {
        order: 7 !important;
    }

    .order-xxl-8 {
        order: 8 !important;
    }

    .order-xxl-9 {
        order: 9 !important;
    }

    .order-xxl-10 {
        order: 10 !important;
    }

    .order-xxl-11 {
        order: 11 !important;
    }

    .order-xxl-12 {
        order: 12 !important;
    }

}

/*
**
** DISPLAY (✓)
**
*/
.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-inline-table {
    display: inline-table !important;
}

.d-inline {
    display: inline !important;
}

.d-none {
    display: none !important;
}

.d-list-item {
    display: list-item !important;
}

@media (min-width: 576px) {

    .d-sm-block {
        display: block !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-inline-grid {
        display: inline-grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-inline-table {
        display: inline-table !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-list-item {
        display: list-item !important;
    }

}

@media (min-width: 768px) {

    .d-md-block {
        display: block !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-inline-grid {
        display: inline-grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-inline-table {
        display: inline-table !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-list-item {
        display: list-item !important;
    }

}

@media (min-width: 992px) {

    .d-lg-block {
        display: block !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-inline-grid {
        display: inline-grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-inline-table {
        display: inline-table !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-list-item {
        display: list-item !important;
    }

}

@media (min-width: 1200px) {

    .d-xl-block {
        display: block !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-inline-grid {
        display: inline-grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-inline-table {
        display: inline-table !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-list-item {
        display: list-item !important;
    }

}

@media (min-width: 1400px) {

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-inline-grid {
        display: inline-grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-inline-table {
        display: inline-table !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-list-item {
        display: list-item !important;
    }

}

/*
**
** FLEX-DIRECTION (✓)
**
*/
.flex-row {
    flex-direction: row !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

@media (min-width: 576px) {

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

}

@media (min-width: 768px) {

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

}

@media (min-width: 992px) {

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

}

@media (min-width: 1200px) {

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

}

@media (min-width: 1400px) {

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

}

/*
**
** GAP (✓)
**
*/
.gap-0 {
    gap: 0rem !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

@media (min-width: 576px) {

    .gap-sm-0 {
        gap: 0rem !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

}

@media (min-width: 768px) {

    .gap-md-0 {
        gap: 0rem !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

}

@media (min-width: 992px) {

    .gap-lg-0 {
        gap: 0rem !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

}

@media (min-width: 1200px) {

    .gap-xl-0 {
        gap: 0rem !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

}

@media (min-width: 1400px) {

    .gap-xxl-0 {
        gap: 0rem !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

}

/*
**
** ALIGN-ITEMS (✓)
**
*/
.align-items-baseline {
    align-items: baseline !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-flex-start {
    align-items: flex-start !important;
}

.align-items-flex-end {
    align-items: flex-end !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

@media (min-width: 576px) {

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-flex-start {
        align-items: flex-start !important;
    }

    .align-items-sm-flex-end {
        align-items: flex-end !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

}

@media (min-width: 768px) {

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-flex-start {
        align-items: flex-start !important;
    }

    .align-items-md-flex-end {
        align-items: flex-end !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

}

@media (min-width: 992px) {

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-flex-start {
        align-items: flex-start !important;
    }

    .align-items-lg-flex-end {
        align-items: flex-end !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

}

@media (min-width: 1200px) {

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-flex-start {
        align-items: flex-start !important;
    }

    .align-items-xl-flex-end {
        align-items: flex-end !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

}

@media (min-width: 1400px) {

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-flex-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-flex-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

}

/*
**
** JUSTIFY-CONTENT (✓)
**
*/
.justify-content-center {
    justify-content: center !important;
}

.justify-content-flex-start {
    justify-content: flex-start !important;
}

.justify-content-flex-end {
    justify-content: flex-end !important;
}

.justify-content-space-around {
    justify-content: space-around !important;
}

.justify-content-space-between {
    justify-content: space-between !important;
}

.justify-content-space-evenly {
    justify-content: space-evenly !important;
}

.justify-content-stretch {
    justify-content: stretch !important;
}

@media (min-width: 576px) {

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-flex-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-flex-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-space-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-space-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-space-evenly {
        justify-content: space-evenly !important;
    }

    .justify-content-sm-stretch {
        justify-content: stretch !important;
    }

}

@media (min-width: 768px) {

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-flex-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-flex-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-space-around {
        justify-content: space-around !important;
    }

    .justify-content-md-space-between {
        justify-content: space-between !important;
    }

    .justify-content-md-space-evenly {
        justify-content: space-evenly !important;
    }

    .justify-content-md-stretch {
        justify-content: stretch !important;
    }

}

@media (min-width: 992px) {

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-flex-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-flex-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-space-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-space-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-space-evenly {
        justify-content: space-evenly !important;
    }

    .justify-content-lg-stretch {
        justify-content: stretch !important;
    }

}

@media (min-width: 1200px) {

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-flex-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-flex-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-space-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-space-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-space-evenly {
        justify-content: space-evenly !important;
    }

    .justify-content-xl-stretch {
        justify-content: stretch !important;
    }

}

@media (min-width: 1400px) {

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-flex-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-flex-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-space-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-space-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-space-evenly {
        justify-content: space-evenly !important;
    }

    .justify-content-xxl-stretch {
        justify-content: stretch !important;
    }

}

/*
**
** FLEX-GROW (✓)
**
*/
.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-grow-2 {
    flex-grow: 2 !important;
}

.flex-grow-3 {
    flex-grow: 3 !important;
}

.flex-grow-4 {
    flex-grow: 4 !important;
}

.flex-grow-5 {
    flex-grow: 5 !important;
}

@media (min-width: 576px) {

    .flex-grow-sm-0 {
        flex-grow: 0 !important;
    }

    .flex-grow-sm-1 {
        flex-grow: 1 !important;
    }

    .flex-grow-sm-2 {
        flex-grow: 2 !important;
    }

    .flex-grow-sm-3 {
        flex-grow: 3 !important;
    }

    .flex-grow-sm-4 {
        flex-grow: 4 !important;
    }

    .flex-grow-sm-5 {
        flex-grow: 5 !important;
    }

}

@media (min-width: 768px) {

    .flex-grow-md-0 {
        flex-grow: 0 !important;
    }

    .flex-grow-md-1 {
        flex-grow: 1 !important;
    }

    .flex-grow-md-2 {
        flex-grow: 2 !important;
    }

    .flex-grow-md-3 {
        flex-grow: 3 !important;
    }

    .flex-grow-md-4 {
        flex-grow: 4 !important;
    }

    .flex-grow-md-5 {
        flex-grow: 5 !important;
    }

}

@media (min-width: 992px) {

    .flex-grow-lg-0 {
        flex-grow: 0 !important;
    }

    .flex-grow-lg-1 {
        flex-grow: 1 !important;
    }

    .flex-grow-lg-2 {
        flex-grow: 2 !important;
    }

    .flex-grow-lg-3 {
        flex-grow: 3 !important;
    }

    .flex-grow-lg-4 {
        flex-grow: 4 !important;
    }

    .flex-grow-lg-5 {
        flex-grow: 5 !important;
    }

}

@media (min-width: 1200px) {

    .flex-grow-xl-0 {
        flex-grow: 0 !important;
    }

    .flex-grow-xl-1 {
        flex-grow: 1 !important;
    }

    .flex-grow-xl-2 {
        flex-grow: 2 !important;
    }

    .flex-grow-xl-3 {
        flex-grow: 3 !important;
    }

    .flex-grow-xl-4 {
        flex-grow: 4 !important;
    }

    .flex-grow-xl-5 {
        flex-grow: 5 !important;
    }

}

@media (min-width: 1400px) {

    .flex-grow-xxl-0 {
        flex-grow: 0 !important;
    }

    .flex-grow-xxl-1 {
        flex-grow: 1 !important;
    }

    .flex-grow-xxl-2 {
        flex-grow: 2 !important;
    }

    .flex-grow-xxl-3 {
        flex-grow: 3 !important;
    }

    .flex-grow-xxl-4 {
        flex-grow: 4 !important;
    }

    .flex-grow-xxl-5 {
        flex-grow: 5 !important;
    }

}

/*
**
** FLEX-SHRINK (✓)
**
*/
.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-shrink-2 {
    flex-shrink: 2 !important;
}

.flex-shrink-3 {
    flex-shrink: 3 !important;
}

.flex-shrink-4 {
    flex-shrink: 4 !important;
}

.flex-shrink-5 {
    flex-shrink: 5 !important;
}

@media (min-width: 576px) {

    .flex-shrink-sm-0 {
        flex-shrink: 0 !important;
    }

    .flex-shrink-sm-1 {
        flex-shrink: 1 !important;
    }

    .flex-shrink-sm-2 {
        flex-shrink: 2 !important;
    }

    .flex-shrink-sm-3 {
        flex-shrink: 3 !important;
    }

    .flex-shrink-sm-4 {
        flex-shrink: 4 !important;
    }

    .flex-shrink-sm-5 {
        flex-shrink: 5 !important;
    }

}

@media (min-width: 768px) {

    .flex-shrink-md-0 {
        flex-shrink: 0 !important;
    }

    .flex-shrink-md-1 {
        flex-shrink: 1 !important;
    }

    .flex-shrink-md-2 {
        flex-shrink: 2 !important;
    }

    .flex-shrink-md-3 {
        flex-shrink: 3 !important;
    }

    .flex-shrink-md-4 {
        flex-shrink: 4 !important;
    }

    .flex-shrink-md-5 {
        flex-shrink: 5 !important;
    }

}

@media (min-width: 992px) {

    .flex-shrink-lg-0 {
        flex-shrink: 0 !important;
    }

    .flex-shrink-lg-1 {
        flex-shrink: 1 !important;
    }

    .flex-shrink-lg-2 {
        flex-shrink: 2 !important;
    }

    .flex-shrink-lg-3 {
        flex-shrink: 3 !important;
    }

    .flex-shrink-lg-4 {
        flex-shrink: 4 !important;
    }

    .flex-shrink-lg-5 {
        flex-shrink: 5 !important;
    }

}

@media (min-width: 1200px) {

    .flex-shrink-xl-0 {
        flex-shrink: 0 !important;
    }

    .flex-shrink-xl-1 {
        flex-shrink: 1 !important;
    }

    .flex-shrink-xl-2 {
        flex-shrink: 2 !important;
    }

    .flex-shrink-xl-3 {
        flex-shrink: 3 !important;
    }

    .flex-shrink-xl-4 {
        flex-shrink: 4 !important;
    }

    .flex-shrink-xl-5 {
        flex-shrink: 5 !important;
    }

}

@media (min-width: 1400px) {

    .flex-shrink-xxl-0 {
        flex-shrink: 0 !important;
    }

    .flex-shrink-xxl-1 {
        flex-shrink: 1 !important;
    }

    .flex-shrink-xxl-2 {
        flex-shrink: 2 !important;
    }

    .flex-shrink-xxl-3 {
        flex-shrink: 3 !important;
    }

    .flex-shrink-xxl-4 {
        flex-shrink: 4 !important;
    }

    .flex-shrink-xxl-5 {
        flex-shrink: 5 !important;
    }

}

/*
**
** FLEX-WRAP (✓)
**
*/
.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

@media (min-width: 576px) {

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

}

@media (min-width: 768px) {

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

}

@media (min-width: 992px) {

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

}

@media (min-width: 1200px) {

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

}

@media (min-width: 1400px) {

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

}

/*
**
** MARGIN (✓)
**
*/
.m-0 {
    margin: 0rem !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {

    .m-sm-0 {
        margin: 0rem !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-0 {
        margin-right: 0rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-0 {
        margin-left: 0rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

}

@media (min-width: 768px) {

    .m-md-0 {
        margin: 0rem !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-0 {
        margin-top: 0rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-0 {
        margin-right: 0rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-0 {
        margin-left: 0rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-0 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

}

@media (min-width: 992px) {

    .m-lg-0 {
        margin: 0rem !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-0 {
        margin-right: 0rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-0 {
        margin-left: 0rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

}

@media (min-width: 1200px) {

    .m-xl-0 {
        margin: 0rem !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-0 {
        margin-right: 0rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-0 {
        margin-left: 0rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

}

@media (min-width: 1400px) {

    .m-xxl-0 {
        margin: 0rem !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0rem !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-0 {
        margin-right: 0rem !important;
    }

    .mr-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mr-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mr-xxl-3 {
        margin-right: 1rem !important;
    }

    .mr-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mr-xxl-5 {
        margin-right: 3rem !important;
    }

    .mr-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0rem !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-0 {
        margin-left: 0rem !important;
    }

    .ml-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ml-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ml-xxl-3 {
        margin-left: 1rem !important;
    }

    .ml-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ml-xxl-5 {
        margin-left: 3rem !important;
    }

    .ml-xxl-auto {
        margin-left: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

}

/*
**
** PADDING (✓)
**
*/
.p-0 {
    padding: 0rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.p-auto {
    padding: auto !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pt-auto {
    padding-top: auto !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pr-auto {
    padding-right: auto !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pb-auto {
    padding-bottom: auto !important;
}

.pl-0 {
    padding-left: 0rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pl-auto {
    padding-left: auto !important;
}

.px-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-auto {
    padding-right: auto !important;
    padding-left: auto !important;
}

.py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}

@media (min-width: 576px) {

    .p-sm-0 {
        padding: 0rem !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .p-sm-auto {
        padding: auto !important;
    }

    .pt-sm-0 {
        padding-top: 0rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pt-sm-auto {
        padding-top: auto !important;
    }

    .pr-sm-0 {
        padding-right: 0rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pr-sm-auto {
        padding-right: auto !important;
    }

    .pb-sm-0 {
        padding-bottom: 0rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-auto {
        padding-bottom: auto !important;
    }

    .pl-sm-0 {
        padding-left: 0rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .pl-sm-auto {
        padding-left: auto !important;
    }

    .px-sm-0 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-sm-auto {
        padding-right: auto !important;
        padding-left: auto !important;
    }

    .py-sm-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }

}

@media (min-width: 768px) {

    .p-md-0 {
        padding: 0rem !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .p-md-auto {
        padding: auto !important;
    }

    .pt-md-0 {
        padding-top: 0rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pt-md-auto {
        padding-top: auto !important;
    }

    .pr-md-0 {
        padding-right: 0rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pr-md-auto {
        padding-right: auto !important;
    }

    .pb-md-0 {
        padding-bottom: 0rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pb-md-auto {
        padding-bottom: auto !important;
    }

    .pl-md-0 {
        padding-left: 0rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .pl-md-auto {
        padding-left: auto !important;
    }

    .px-md-0 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-md-auto {
        padding-right: auto !important;
        padding-left: auto !important;
    }

    .py-md-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }

}

@media (min-width: 992px) {

    .p-lg-0 {
        padding: 0rem !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .p-lg-auto {
        padding: auto !important;
    }

    .pt-lg-0 {
        padding-top: 0rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pt-lg-auto {
        padding-top: auto !important;
    }

    .pr-lg-0 {
        padding-right: 0rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pr-lg-auto {
        padding-right: auto !important;
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-auto {
        padding-bottom: auto !important;
    }

    .pl-lg-0 {
        padding-left: 0rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .pl-lg-auto {
        padding-left: auto !important;
    }

    .px-lg-0 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-lg-auto {
        padding-right: auto !important;
        padding-left: auto !important;
    }

    .py-lg-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }

}

@media (min-width: 1200px) {

    .p-xl-0 {
        padding: 0rem !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .p-xl-auto {
        padding: auto !important;
    }

    .pt-xl-0 {
        padding-top: 0rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pt-xl-auto {
        padding-top: auto !important;
    }

    .pr-xl-0 {
        padding-right: 0rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pr-xl-auto {
        padding-right: auto !important;
    }

    .pb-xl-0 {
        padding-bottom: 0rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-auto {
        padding-bottom: auto !important;
    }

    .pl-xl-0 {
        padding-left: 0rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .pl-xl-auto {
        padding-left: auto !important;
    }

    .px-xl-0 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-auto {
        padding-right: auto !important;
        padding-left: auto !important;
    }

    .py-xl-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }

}

@media (min-width: 1400px) {

    .p-xxl-0 {
        padding: 0rem !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .p-xxl-auto {
        padding: auto !important;
    }

    .pt-xxl-0 {
        padding-top: 0rem !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pt-xxl-auto {
        padding-top: auto !important;
    }

    .pr-xxl-0 {
        padding-right: 0rem !important;
    }

    .pr-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pr-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pr-xxl-3 {
        padding-right: 1rem !important;
    }

    .pr-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pr-xxl-5 {
        padding-right: 3rem !important;
    }

    .pr-xxl-auto {
        padding-right: auto !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0rem !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-auto {
        padding-bottom: auto !important;
    }

    .pl-xxl-0 {
        padding-left: 0rem !important;
    }

    .pl-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .pl-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .pl-xxl-3 {
        padding-left: 1rem !important;
    }

    .pl-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .pl-xxl-5 {
        padding-left: 3rem !important;
    }

    .pl-xxl-auto {
        padding-left: auto !important;
    }

    .px-xxl-0 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-auto {
        padding-right: auto !important;
        padding-left: auto !important;
    }

    .py-xxl-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }

}

/*
**
** HEIGHT (✓)
**
*/
.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.h-0 {
    height: 0px !important;
}

.h-10 {
    height: 10px !important;
}

.h-20 {
    height: 20px !important;
}

.h-30 {
    height: 30px !important;
}

.h-40 {
    height: 40px !important;
}

.h-50 {
    height: 50px !important;
}

.h-60 {
    height: 60px !important;
}

.h-70 {
    height: 70px !important;
}

.h-80 {
    height: 80px !important;
}

.h-90 {
    height: 90px !important;
}

.h-100 {
    height: 100px !important;
}

.h-110 {
    height: 110px !important;
}

.h-120 {
    height: 120px !important;
}

.h-130 {
    height: 130px !important;
}

.h-140 {
    height: 140px !important;
}

.h-150 {
    height: 150px !important;
}

.h-160 {
    height: 160px !important;
}

.h-170 {
    height: 170px !important;
}

.h-180 {
    height: 180px !important;
}

.h-190 {
    height: 190px !important;
}

.h-200 {
    height: 200px !important;
}

.h-210 {
    height: 210px !important;
}

.h-220 {
    height: 220px !important;
}

.h-230 {
    height: 230px !important;
}

.h-240 {
    height: 240px !important;
}

.h-250 {
    height: 250px !important;
}

.h-260 {
    height: 260px !important;
}

.h-270 {
    height: 270px !important;
}

.h-280 {
    height: 280px !important;
}

.h-290 {
    height: 290px !important;
}

.h-300 {
    height: 300px !important;
}

.h-310 {
    height: 310px !important;
}

.h-320 {
    height: 320px !important;
}

.h-330 {
    height: 330px !important;
}

.h-340 {
    height: 340px !important;
}

.h-350 {
    height: 350px !important;
}

.h-360 {
    height: 360px !important;
}

.h-370 {
    height: 370px !important;
}

.h-380 {
    height: 380px !important;
}

.h-390 {
    height: 390px !important;
}

.h-400 {
    height: 400px !important;
}

.h-410 {
    height: 410px !important;
}

.h-420 {
    height: 420px !important;
}

.h-430 {
    height: 430px !important;
}

.h-440 {
    height: 440px !important;
}

.h-450 {
    height: 450px !important;
}

.h-460 {
    height: 460px !important;
}

.h-470 {
    height: 470px !important;
}

.h-480 {
    height: 480px !important;
}

.h-490 {
    height: 490px !important;
}

.h-500 {
    height: 500px !important;
}

.h-510 {
    height: 510px !important;
}

.h-520 {
    height: 520px !important;
}

.h-530 {
    height: 530px !important;
}

.h-540 {
    height: 540px !important;
}

.h-550 {
    height: 550px !important;
}

.h-560 {
    height: 560px !important;
}

.h-570 {
    height: 570px !important;
}

.h-580 {
    height: 580px !important;
}

.h-590 {
    height: 590px !important;
}

.h-600 {
    height: 600px !important;
}

/*
**
** WIDTH (✓)
**
*/
.w-0 {
    width: 0% !important;
}

.w-1 {
    width: 1% !important;
}

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-4 {
    width: 4% !important;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-9 {
    width: 9% !important;
}

.w-10 {
    width: 10% !important;
}

.w-11 {
    width: 11% !important;
}

.w-12 {
    width: 12% !important;
}

.w-13 {
    width: 13% !important;
}

.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}

.w-16 {
    width: 16% !important;
}

.w-17 {
    width: 17% !important;
}

.w-18 {
    width: 18% !important;
}

.w-19 {
    width: 19% !important;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21% !important;
}

.w-22 {
    width: 22% !important;
}

.w-23 {
    width: 23% !important;
}

.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25% !important;
}

.w-26 {
    width: 26% !important;
}

.w-27 {
    width: 27% !important;
}

.w-28 {
    width: 28% !important;
}

.w-29 {
    width: 29% !important;
}

.w-30 {
    width: 30% !important;
}

.w-31 {
    width: 31% !important;
}

.w-32 {
    width: 32% !important;
}

.w-33 {
    width: 33% !important;
}

.w-34 {
    width: 34% !important;
}

.w-35 {
    width: 35% !important;
}

.w-36 {
    width: 36% !important;
}

.w-37 {
    width: 37% !important;
}

.w-38 {
    width: 38% !important;
}

.w-39 {
    width: 39% !important;
}

.w-40 {
    width: 40% !important;
}

.w-41 {
    width: 41% !important;
}

.w-42 {
    width: 42% !important;
}

.w-43 {
    width: 43% !important;
}

.w-44 {
    width: 44% !important;
}

.w-45 {
    width: 45% !important;
}

.w-46 {
    width: 46% !important;
}

.w-47 {
    width: 47% !important;
}

.w-48 {
    width: 48% !important;
}

.w-49 {
    width: 49% !important;
}

.w-50 {
    width: 50% !important;
}

.w-51 {
    width: 51% !important;
}

.w-52 {
    width: 52% !important;
}

.w-53 {
    width: 53% !important;
}

.w-54 {
    width: 54% !important;
}

.w-55 {
    width: 55% !important;
}

.w-56 {
    width: 56% !important;
}

.w-57 {
    width: 57% !important;
}

.w-58 {
    width: 58% !important;
}

.w-59 {
    width: 59% !important;
}

.w-60 {
    width: 60% !important;
}

.w-61 {
    width: 61% !important;
}

.w-62 {
    width: 62% !important;
}

.w-63 {
    width: 63% !important;
}

.w-64 {
    width: 64% !important;
}

.w-65 {
    width: 65% !important;
}

.w-66 {
    width: 66% !important;
}

.w-67 {
    width: 67% !important;
}

.w-68 {
    width: 68% !important;
}

.w-69 {
    width: 69% !important;
}

.w-70 {
    width: 70% !important;
}

.w-71 {
    width: 71% !important;
}

.w-72 {
    width: 72% !important;
}

.w-73 {
    width: 73% !important;
}

.w-74 {
    width: 74% !important;
}

.w-75 {
    width: 75% !important;
}

.w-76 {
    width: 76% !important;
}

.w-77 {
    width: 77% !important;
}

.w-78 {
    width: 78% !important;
}

.w-79 {
    width: 79% !important;
}

.w-80 {
    width: 80% !important;
}

.w-81 {
    width: 81% !important;
}

.w-82 {
    width: 82% !important;
}

.w-83 {
    width: 83% !important;
}

.w-84 {
    width: 84% !important;
}

.w-85 {
    width: 85% !important;
}

.w-86 {
    width: 86% !important;
}

.w-87 {
    width: 87% !important;
}

.w-88 {
    width: 88% !important;
}

.w-89 {
    width: 89% !important;
}

.w-90 {
    width: 90% !important;
}

.w-91 {
    width: 91% !important;
}

.w-92 {
    width: 92% !important;
}

.w-93 {
    width: 93% !important;
}

.w-94 {
    width: 94% !important;
}

.w-95 {
    width: 95% !important;
}

.w-96 {
    width: 96% !important;
}

.w-97 {
    width: 97% !important;
}

.w-98 {
    width: 98% !important;
}

.w-99 {
    width: 99% !important;
}

.w-100 {
    width: 100% !important;
}

/*
**
** FONT-SIZE (✓)
**
*/
.fs-1 {
    font-size: 2.5rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-4 {
    font-size: 1.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

@media (min-width: 576px) {

    .fs-sm-1 {
        font-size: 2.5rem !important;
    }

    .fs-sm-2 {
        font-size: 2rem !important;
    }

    .fs-sm-3 {
        font-size: 1.75rem !important;
    }

    .fs-sm-4 {
        font-size: 1.5rem !important;
    }

    .fs-sm-5 {
        font-size: 1.25rem !important;
    }

    .fs-sm-6 {
        font-size: 1rem !important;
    }

}

@media (min-width: 768px) {

    .fs-md-1 {
        font-size: 2.5rem !important;
    }

    .fs-md-2 {
        font-size: 2rem !important;
    }

    .fs-md-3 {
        font-size: 1.75rem !important;
    }

    .fs-md-4 {
        font-size: 1.5rem !important;
    }

    .fs-md-5 {
        font-size: 1.25rem !important;
    }

    .fs-md-6 {
        font-size: 1rem !important;
    }

}

@media (min-width: 992px) {

    .fs-lg-1 {
        font-size: 2.5rem !important;
    }

    .fs-lg-2 {
        font-size: 2rem !important;
    }

    .fs-lg-3 {
        font-size: 1.75rem !important;
    }

    .fs-lg-4 {
        font-size: 1.5rem !important;
    }

    .fs-lg-5 {
        font-size: 1.25rem !important;
    }

    .fs-lg-6 {
        font-size: 1rem !important;
    }

}

@media (min-width: 1200px) {

    .fs-xl-1 {
        font-size: 2.5rem !important;
    }

    .fs-xl-2 {
        font-size: 2rem !important;
    }

    .fs-xl-3 {
        font-size: 1.75rem !important;
    }

    .fs-xl-4 {
        font-size: 1.5rem !important;
    }

    .fs-xl-5 {
        font-size: 1.25rem !important;
    }

    .fs-xl-6 {
        font-size: 1rem !important;
    }

}

@media (min-width: 1400px) {

    .fs-xxl-1 {
        font-size: 2.5rem !important;
    }

    .fs-xxl-2 {
        font-size: 2rem !important;
    }

    .fs-xxl-3 {
        font-size: 1.75rem !important;
    }

    .fs-xxl-4 {
        font-size: 1.5rem !important;
    }

    .fs-xxl-5 {
        font-size: 1.25rem !important;
    }

    .fs-xxl-6 {
        font-size: 1rem !important;
    }

}

/*
**
** FONT-WEIGHT
**
*/
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*
**
** TEXT-ALIGN (✓)
**
*/
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

@media (min-width: 576px) {

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-justify {
        text-align: justify !important;
    }

}

@media (min-width: 768px) {

    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }

}

@media (min-width: 992px) {

    .text-lg-center {
        text-align: center !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-justify {
        text-align: justify !important;
    }

}

@media (min-width: 1200px) {

    .text-xl-center {
        text-align: center !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-justify {
        text-align: justify !important;
    }

}

@media (min-width: 1400px) {

    .text-xxl-center {
        text-align: center !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-justify {
        text-align: justify !important;
    }

}