/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */

/* .lsd-row .row   { margin:  0 -1.5em; }
.col        { padding: 0  1.5em; }
.col.clean  { padding: 0; } */

/* .lsd-row:after {
    content: "";
    clear: both;
    display: table;
} */

/* @media only screen { .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
}} */



/* LSD Plugins Style (c) 2020 LSDPlugins */
.lsdplugins *,
.lsdplugins *::before,
.lsdplugins *::after {
    box-sizing: inherit
}

.lsdplugins .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.lsdplugins .no-gutters>.col,
.lsdplugins .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

html,
body {
    height: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.lsd-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .lsd-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .lsd-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .lsd-container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .lsd-container {
        max-width: 1140px
    }
}

.lsd-container-fluid,
.lsd-container-sm,
.lsd-container-md,
.lsd-container-lg,
.lsd-container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .lsd-container,
    .lsd-container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .lsd-container,
    .lsd-container-sm,
    .lsd-container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .lsd-container,
    .lsd-container-sm,
    .lsd-container-md,
    .lsd-container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .lsd-container,
    .lsd-container-sm,
    .lsd-container-md,
    .lsd-container-lg,
    .lsd-container-xl {
        max-width: 1140px
    }
}

.lsd-row {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}



.lsd-row .col-1,
.lsd-row .col-2,
.lsd-row .col-3,
.lsd-row .col-4,
.lsd-row .col-5,
.lsd-row .col-6,
.lsd-row .col-7,
.lsd-row .col-8,
.lsd-row .col-9,
.lsd-row .col-10,
.lsd-row .col-11,
.lsd-row .col-12,
.lsd-row .col,
.lsd-row .col-auto,
.lsd-row .col-sm-1,
.lsd-row .col-sm-2,
.lsd-row .col-sm-3,
.lsd-row .col-sm-4,
.lsd-row .col-sm-5,
.lsd-row .col-sm-6,
.lsd-row .col-sm-7,
.lsd-row .col-sm-8,
.lsd-row .col-sm-9,
.lsd-row .col-sm-10,
.lsd-row .col-sm-11,
.lsd-row .col-sm-12,
.lsd-row .col-sm,
.lsd-row .col-sm-auto,
.lsd-row .col-md-1,
.lsd-row .col-md-2,
.lsd-row .col-md-3,
.lsd-row .col-md-4,
.lsd-row .col-md-5,
.lsd-row .col-md-6,
.lsd-row .col-md-7,
.lsd-row .col-md-8,
.lsd-row .col-md-9,
.lsd-row .col-md-10,
.lsd-row .col-md-11,
.lsd-row .col-md-12,
.lsd-row .col-md,
.lsd-row .col-md-auto,
.lsd-row .col-lg-1,
.lsd-row .col-lg-2,
.lsd-row .col-lg-3,
.lsd-row .col-lg-4,
.lsd-row .col-lg-5,
.lsd-row .col-lg-6,
.lsd-row .col-lg-7,
.lsd-row .col-lg-8,
.lsd-row .col-lg-9,
.lsd-row .col-lg-10,
.lsd-row .col-lg-11,
.lsd-row .col-lg-12,
.lsd-row .col-lg,
.lsd-row .col-lg-auto,
.lsd-row .col-xl-1,
.lsd-row .col-xl-2,
.lsd-row .col-xl-3,
.lsd-row .col-xl-4,
.lsd-row .col-xl-5,
.lsd-row .col-xl-6,
.lsd-row .col-xl-7,
.lsd-row .col-xl-8,
.lsd-row .col-xl-9,
.lsd-row .col-xl-10,
.lsd-row .col-xl-11,
.lsd-row .col-xl-12,
.lsd-row .col-xl,
.lsd-row .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.lsd-row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.lsdplugins .row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.lsdplugins .row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.lsdplugins .row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.lsdplugins .row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.lsdplugins .row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.lsdplugins .row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.lsd-row .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.lsd-row .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.lsd-row .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.lsd-row .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.lsd-row .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.lsd-row .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.lsd-row .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    line-height:normal;
}

.lsd-row .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.lsd-row .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.lsd-row .col-9 {
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%
}

.lsd-row .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.lsd-row .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.lsd-row .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.lsd-row .order-first {
    -ms-flex-order: -1;
    order: -1
}

.lsd-row .order-last {
    -ms-flex-order: 13;
    order: 13
}

.lsd-row .order-0 {
    -ms-flex-order: 0;
    order: 0
}

.lsd-row .order-1 {
    -ms-flex-order: 1;
    order: 1
}

.lsd-row .order-2 {
    -ms-flex-order: 2;
    order: 2
}

.lsd-row .order-3 {
    -ms-flex-order: 3;
    order: 3
}

.lsd-row .order-4 {
    -ms-flex-order: 4;
    order: 4
}

.lsd-row .order-5 {
    -ms-flex-order: 5;
    order: 5
}

.lsd-row .order-6 {
    -ms-flex-order: 6;
    order: 6
}

.lsd-row .order-7 {
    -ms-flex-order: 7;
    order: 7
}

.lsd-row .order-8 {
    -ms-flex-order: 8;
    order: 8
}

.lsd-row .order-9 {
    -ms-flex-order: 9;
    order: 9
}

.lsd-row .order-10 {
    -ms-flex-order: 10;
    order: 10
}

.lsd-row .order-11 {
    -ms-flex-order: 11;
    order: 11
}

.lsd-row .order-12 {
    -ms-flex-order: 12;
    order: 12
}

.lsd-row .offset-1 {
    margin-left: 8.333333%
}

.lsd-row .offset-2 {
    margin-left: 16.666667%
}

.lsd-row .offset-3 {
    margin-left: 25%
}

.lsd-row .offset-4 {
    margin-left: 33.333333%
}

.lsd-row .offset-5 {
    margin-left: 41.666667%
}

.lsd-row .offset-6 {
    margin-left: 50%
}

.lsd-row .offset-7 {
    margin-left: 58.333333%
}

.lsd-row .offset-8 {
    margin-left: 66.666667%
}

.lsd-row .offset-9 {
    margin-left: 75%
}

.lsd-row .offset-10 {
    margin-left: 83.333333%
}

.lsd-row .offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .lsd-row .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .lsd-row .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .lsd-row .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .lsd-row .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .lsd-row .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .lsd-row .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .lsd-row .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .lsd-row .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .lsd-row .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .lsd-row .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .lsd-row .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .lsd-row .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .lsd-row .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .lsd-row .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .lsd-row .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .lsd-row .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .lsd-row .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .lsd-row .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .lsd-row .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .lsd-row .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .lsd-row .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .lsd-row .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .lsd-row .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .lsd-row .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .lsd-row .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .lsd-row .offset-sm-0 {
        margin-left: 0
    }

    .lsd-row .offset-sm-1 {
        margin-left: 8.333333%
    }

    .lsd-row .offset-sm-2 {
        margin-left: 16.666667%
    }

    .lsd-row .offset-sm-3 {
        margin-left: 25%
    }

    .lsd-row .offset-sm-4 {
        margin-left: 33.333333%
    }

    .lsd-row .offset-sm-5 {
        margin-left: 41.666667%
    }

    .lsd-row .offset-sm-6 {
        margin-left: 50%
    }

    .lsd-row .offset-sm-7 {
        margin-left: 58.333333%
    }

    .lsd-row .offset-sm-8 {
        margin-left: 66.666667%
    }

    .lsd-row .offset-sm-9 {
        margin-left: 75%
    }

    .lsd-row .offset-sm-10 {
        margin-left: 83.333333%
    }

    .lsd-row .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .lsd-row .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .lsd-row .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .lsd-row .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .lsd-row .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .lsd-row .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .lsd-row .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .lsd-row .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .lsd-row .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .lsd-row .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .lsd-row .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .lsd-row .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .lsd-row .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .lsd-row .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .lsd-row .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .lsd-row .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .lsd-row .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .lsd-row .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .lsd-row .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .lsd-row .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .lsd-row .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .lsd-row .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .lsd-row .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .lsd-row .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .lsd-row .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .lsd-row .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .lsd-row .offset-md-0 {
        margin-left: 0
    }

    .lsd-row .offset-md-1 {
        margin-left: 8.333333%
    }

    .lsd-row .offset-md-2 {
        margin-left: 16.666667%
    }

    .lsd-row .offset-md-3 {
        margin-left: 25%
    }

    .lsd-row .offset-md-4 {
        margin-left: 33.333333%
    }

    .lsd-row .offset-md-5 {
        margin-left: 41.666667%
    }

    .lsd-row .offset-md-6 {
        margin-left: 50%
    }

    .lsd-row .offset-md-7 {
        margin-left: 58.333333%
    }

    .lsd-row .offset-md-8 {
        margin-left: 66.666667%
    }

    .lsd-row .offset-md-9 {
        margin-left: 75%
    }

    .lsd-row .offset-md-10 {
        margin-left: 83.333333%
    }

    .lsd-row .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .lsd-row .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .lsd-row .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .lsd-row .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .lsd-row .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .lsd-row .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .lsd-row .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .lsd-row .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .lsd-row .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .lsd-row .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .lsd-row .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .lsd-row .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .lsd-row .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .lsd-row .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .lsd-row .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .lsd-row .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .lsd-row .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .lsd-row .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .lsd-row .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .lsd-row .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .lsd-row .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .lsd-row .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .lsd-row .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .lsd-row .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .lsd-row .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .lsd-row .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .lsd-row .offset-lg-0 {
        margin-left: 0
    }

    .lsd-row .offset-lg-1 {
        margin-left: 8.333333%
    }

    .lsd-row .offset-lg-2 {
        margin-left: 16.666667%
    }

    .lsd-row .offset-lg-3 {
        margin-left: 25%
    }

    .lsd-row .offset-lg-4 {
        margin-left: 33.333333%
    }

    .lsd-row .offset-lg-5 {
        margin-left: 41.666667%
    }

    .lsd-row .offset-lg-6 {
        margin-left: 50%
    }

    .lsd-row .offset-lg-7 {
        margin-left: 58.333333%
    }

    .lsd-row .offset-lg-8 {
        margin-left: 66.666667%
    }

    .lsd-row .offset-lg-9 {
        margin-left: 75%
    }

    .lsd-row .offset-lg-10 {
        margin-left: 83.333333%
    }

    .lsd-row .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .lsd-row .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .lsd-row .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .lsd-row .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .lsd-row .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .lsd-row .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .lsd-row .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .lsd-row .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .lsd-row .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .lsd-row .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .lsd-row .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .lsd-row .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .lsd-row .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .lsd-row .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .lsd-row .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .lsd-row .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .lsd-row .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .lsd-row .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .lsd-row .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .lsd-row .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .lsd-row .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .lsd-row .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .lsd-row .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .lsd-row .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .lsd-row .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .lsd-row .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .lsd-row .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .lsd-row .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .lsd-row .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .lsd-row .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .lsd-row .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .lsd-row .offset-xl-0 {
        margin-left: 0
    }

    .lsd-row .offset-xl-1 {
        margin-left: 8.333333%
    }

    .lsd-row .offset-xl-2 {
        margin-left: 16.666667%
    }

    .lsd-row .offset-xl-3 {
        margin-left: 25%
    }

    .lsd-row .offset-xl-4 {
        margin-left: 33.333333%
    }

    .lsd-row .offset-xl-5 {
        margin-left: 41.666667%
    }

    .lsd-row .offset-xl-6 {
        margin-left: 50%
    }

    .lsd-row .offset-xl-7 {
        margin-left: 58.333333%
    }

    .lsd-row .offset-xl-8 {
        margin-left: 66.666667%
    }

    .lsd-row .offset-xl-9 {
        margin-left: 75%
    }

    .lsd-row .offset-xl-10 {
        margin-left: 83.333333%
    }

    .lsd-row .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.lsdplugins .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.lsdplugins .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.lsdplugins .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.lsdplugins .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.lsdplugins .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.lsdplugins .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.lsdplugins .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.lsdplugins .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.lsdplugins .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.lsdplugins .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.lsdplugins .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.lsdplugins .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.lsdplugins .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.lsdplugins .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.lsdplugins .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.lsdplugins .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.lsdplugins .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.lsdplugins .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.lsdplugins .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.lsdplugins .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.lsdplugins .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.lsdplugins .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.lsdplugins .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.lsdplugins .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.lsdplugins .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.lsdplugins .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.lsdplugins .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.lsdplugins .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.lsdplugins .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.lsdplugins .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.lsdplugins .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.lsdplugins .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.lsdplugins .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.lsdplugins .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .lsdplugins .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .lsdplugins .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .lsdplugins .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .lsdplugins .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .lsdplugins .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .lsdplugins .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .lsdplugins .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .lsdplugins .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .lsdplugins .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .lsdplugins .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .lsdplugins .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .lsdplugins .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .lsdplugins .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .lsdplugins .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .lsdplugins .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .lsdplugins .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .lsdplugins .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .lsdplugins .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .lsdplugins .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .lsdplugins .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .lsdplugins .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .lsdplugins .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .lsdplugins .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .lsdplugins .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .lsdplugins .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .lsdplugins .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .lsdplugins .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .lsdplugins .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .lsdplugins .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .lsdplugins .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .lsdplugins .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .lsdplugins .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .lsdplugins .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .lsdplugins .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .lsdplugins .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .lsdplugins .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .lsdplugins .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .lsdplugins .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .lsdplugins .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .lsdplugins .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .lsdplugins .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .lsdplugins .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .lsdplugins .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .lsdplugins .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .lsdplugins .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .lsdplugins .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .lsdplugins .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .lsdplugins .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .lsdplugins .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .lsdplugins .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .lsdplugins .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .lsdplugins .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .lsdplugins .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .lsdplugins .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .lsdplugins .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .lsdplugins .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .lsdplugins .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .lsdplugins .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .lsdplugins .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .lsdplugins .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .lsdplugins .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .lsdplugins .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .lsdplugins .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .lsdplugins .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .lsdplugins .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .lsdplugins .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .lsdplugins .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .lsdplugins .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .lsdplugins .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .lsdplugins .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .lsdplugins .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .lsdplugins .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .lsdplugins .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .lsdplugins .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .lsdplugins .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .lsdplugins .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .lsdplugins .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .lsdplugins .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .lsdplugins .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .lsdplugins .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .lsdplugins .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .lsdplugins .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .lsdplugins .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .lsdplugins .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .lsdplugins .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .lsdplugins .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .lsdplugins .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .lsdplugins .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .lsdplugins .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .lsdplugins .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .lsdplugins .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .lsdplugins .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .lsdplugins .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .lsdplugins .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .lsdplugins .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .lsdplugins .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .lsdplugins .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .lsdplugins .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .lsdplugins .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .lsdplugins .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .lsdplugins .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .lsdplugins .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .lsdplugins .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .lsdplugins .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .lsdplugins .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .lsdplugins .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .lsdplugins .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .lsdplugins .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .lsdplugins .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .lsdplugins .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .lsdplugins .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .lsdplugins .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .lsdplugins .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .lsdplugins .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .lsdplugins .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .lsdplugins .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .lsdplugins .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .lsdplugins .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .lsdplugins .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .lsdplugins .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .lsdplugins .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .lsdplugins .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .lsdplugins .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .lsdplugins .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .lsdplugins .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .lsdplugins .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .lsdplugins .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .lsdplugins .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .lsdplugins .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .lsdplugins .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .lsdplugins .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .lsdplugins .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .lsdplugins .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .lsdplugins .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .lsdplugins .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .lsdplugins .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
/* -- Row | Position | Utility -- */


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lsd-row .col-lg-auto {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .lsd-row .col-lg-auto {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.lsd-row .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lsd-row .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .lsd-row .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.lsd-row .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 767px) {
    .lsd-row .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.lsd-row.gutters-15 {
    margin: 0 -10px
}

.lsd-row.gutters-15 .col-6,
.lsd-row.gutters-15 .col-auto,
.lsd-row.gutters-15 .col-lg-4 {
    padding: 0 10px
}

.lsd-row.gutters-5 {
    margin: 0 -5px
}

.lsd-row.gutters-5 .col-6,
.lsd-row.gutters-5 .col-auto,
.lsd-row.gutters-5 .col-lg-4 {
    padding: 0 5px
}

.lsd-row.no-gutters {
    margin: 0
}

.lsd-row.no-gutters .col-6,
.lsd-row.no-gutters .col-auto,
.lsd-row.no-gutters .col-lg-4 {
    padding: 0
}

.bg-white{
    background: #fff;
}

.bg-secondary {
    background-color: #FFECE1 !important
}

.bg-grey-light {
    background-color: #fafafa !important
}

.text-primary {
    color: var(--theme-color) !important
}

.text-success {
    color: #15632C !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-dark-light {
    color: #595959 !important
}

.text-grey {
    color: #8c8c8c !important
}

.text-dark-grey {
    color: #656565 !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-underline {
    border-bottom: 1px solid #F7865D
}

hr {
    margin: 10px 0;
    background-color: #f2f4f3;
    height: 2px;
    border: none
}

hr.half {
    margin: 10px auto;
    width: 60%;
    background-color: #F7865D
}

.grey {
    color: #848484 !important
}

.font-cairo {
    font-family: 'Cairo', sans-serif !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-medium {
    font-weight: 600 !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mr-10 {
    margin-right: 10px !important
}

.ml-5{
    margin-left: 5px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5{
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5{
    margin-top: 5px;
}



.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.my-20{
    margin: 20px auto !important;
}
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pt-15{
    padding-top: 15px !important;
}

.pt-20{
    padding-top: 20px !important;
}

.pb-5{
    padding-bottom: 5px;
}

.pr-10{
    padding-right: 10px;
}

.px-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (max-width: 767px) {
    .px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.fullwidth{
    width: 99.99% !important;
}

.d-flex {
    display: flex
}

.d-none {
    display: none
}

.flex-wrap {
    flex-wrap: wrap
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: flex-end
}

.h-40 {
    height: 40px;
    width: auto
}

.w-50 {
    width: 50% !important;
    flex: 0 0 50% !important
}

/* -- Alert -- */
.lsd-alert{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin: 1rem auto;
    border-radius: 0.25rem;
    padding: 1rem 1.5rem;
    display: flex;

}
.lsd-alert.danger {
    color: #fff;
    background-color: #f75d5d;
    border-color: #f75d5d;
}
.lsd-alert p{
    padding: 3px 10px;
    margin-bottom: 0;
}
.lsd-alert svg{
    margin-top: 3px;
}

.lsd-error{
    border: 1px solid #f75d5d !important;
}

/* -- Button -- */

.lsd-btn {
    font-weight: 500;
    border-radius: 3px;
    padding: 12px 15px;
    box-shadow: none !important;
    border: 1px solid #ddd;
    text-transform: uppercase;
    /* display: inline-flex; */

}

.lsd-btn.btn-sm {
    padding: 3px 10px !important;
    font-weight: 600;
    text-transform: unset
}

/* .lsd-btn.btn-shadow {
    box-shadow: 0px 4px 4px #DFE5F2 !important
} */

.lsd-btn.btn-dropdown {
    /* background-color: #F9F9F9;
    border: 1px solid #E8F0FE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05) !important; */
    border: none;
    padding: 10px 15px;
    padding-right: 26px;
    color: #000;
    font-weight: 600;
    position: relative;
    min-width: 175px;
    text-transform: unset
}


/* -- Input Checkbox-- */
.lsd-checkbox input {
    display: none
}

.lsd-checkbox input~label {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.lsd-checkbox input~label a {
    color: var(--theme-color)
}

.lsd-checkbox input~label:before {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border: 2px solid var(--theme-color);
    border-radius: 3px;
    margin-right: 7px;
    content: "";
    transition: all 0.3s ease-in-out
}

.lsdplugins .lsd-checkbox input~label:after {
    position: absolute;
    top: auto;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background: no-repeat 50%/50% 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    transition: all 0.3s ease-in-out;
    opacity: 0
}

.lsd-checkbox input:checked~label:before {
    background-color: var(--theme-color)
}

.lsd-checkbox input:checked~label:after {
    opacity: 1
}

/* --- Form Group --- */
.lsd-form-group {
    margin-bottom: 5px;
    position: relative
}

.loadanimation.active:before {
    width: 100% !important;
    transition: width 3s linear;
}
.lsd-btn.loadanimation{
  position:relative;
}
.lsd-btn.loadanimation:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-darker-color);
}

.text-bold{
    font-weight: 600;
}