html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,*::before,*::after {
    box-sizing: inherit
}

.container,.container-fluid,.container-xs,.container-sm,.container-md,.container-lg,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 480px) {
    .container,.container-xs {
        max-width:480px
    }
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md {
        max-width:720px
    }
}

@media (min-width: 1025px) {
    .container,.container-lg {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-xl {
        max-width:1200px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 480px) {
    .col-xs {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xs-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xs-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xs-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xs-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xs-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xs-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xs-first {
        order: -1
    }

    .order-xs-last {
        order: 13
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }

    .order-xs-7 {
        order: 7
    }

    .order-xs-8 {
        order: 8
    }

    .order-xs-9 {
        order: 9
    }

    .order-xs-10 {
        order: 10
    }

    .order-xs-11 {
        order: 11
    }

    .order-xs-12 {
        order: 12
    }

    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.3333333333%
    }

    .offset-xs-2 {
        margin-left: 16.6666666667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.3333333333%
    }

    .offset-xs-5 {
        margin-left: 41.6666666667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.3333333333%
    }

    .offset-xs-8 {
        margin-left: 66.6666666667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.3333333333%
    }

    .offset-xs-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1025px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 480px) {
    .d-xs-none {
        display:none !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-table {
        display: table !important
    }

    .d-xs-table-row {
        display: table-row !important
    }

    .d-xs-table-cell {
        display: table-cell !important
    }

    .d-xs-flex {
        display: flex !important
    }

    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1025px) {
    .d-lg-none {
        display:none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display:none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 480px) {
    .flex-xs-row {
        flex-direction:row !important
    }

    .flex-xs-column {
        flex-direction: column !important
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        flex: 1 1 auto !important
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xs-start {
        justify-content: flex-start !important
    }

    .justify-content-xs-end {
        justify-content: flex-end !important
    }

    .justify-content-xs-center {
        justify-content: center !important
    }

    .justify-content-xs-between {
        justify-content: space-between !important
    }

    .justify-content-xs-around {
        justify-content: space-around !important
    }

    .align-items-xs-start {
        align-items: flex-start !important
    }

    .align-items-xs-end {
        align-items: flex-end !important
    }

    .align-items-xs-center {
        align-items: center !important
    }

    .align-items-xs-baseline {
        align-items: baseline !important
    }

    .align-items-xs-stretch {
        align-items: stretch !important
    }

    .align-content-xs-start {
        align-content: flex-start !important
    }

    .align-content-xs-end {
        align-content: flex-end !important
    }

    .align-content-xs-center {
        align-content: center !important
    }

    .align-content-xs-between {
        align-content: space-between !important
    }

    .align-content-xs-around {
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        align-content: stretch !important
    }

    .align-self-xs-auto {
        align-self: auto !important
    }

    .align-self-xs-start {
        align-self: flex-start !important
    }

    .align-self-xs-end {
        align-self: flex-end !important
    }

    .align-self-xs-center {
        align-self: center !important
    }

    .align-self-xs-baseline {
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1025px) {
    .flex-lg-row {
        flex-direction:row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        flex-direction:row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1400px) {
    .container.container-wide {
        max-width:84%
    }
}

.container.container-full {
    max-width: 100%
}

.row.gutters-0 {
    margin: 0 0
}

.row.gutters-0 > [class*='col'] {
    padding: 0 0
}

.row.gutters-0.gutters-grid {
    margin: 0
}

.row.gutters-0.gutters-grid > [class*='col'] {
    padding: 0
}

.row.gutters-10 {
    margin: 0 -5px
}

.row.gutters-10 > [class*='col'] {
    padding: 0 5px
}

.row.gutters-10.gutters-grid {
    margin: -5px
}

.row.gutters-10.gutters-grid > [class*='col'] {
    padding: 5px
}

.row.gutters-15 {
    margin: 0 -7.5px
}

.row.gutters-15 > [class*='col'] {
    padding: 0 7.5px
}

.row.gutters-15.gutters-grid {
    margin: -7.5px
}

.row.gutters-15.gutters-grid > [class*='col'] {
    padding: 7.5px
}

.row.gutters-20 {
    margin: 0 -10px
}

.row.gutters-20 > [class*='col'] {
    padding: 0 10px
}

.row.gutters-20.gutters-grid {
    margin: -10px
}

.row.gutters-20.gutters-grid > [class*='col'] {
    padding: 10px
}

.row.gutters-25 {
    margin: 0 -12.5px
}

.row.gutters-25 > [class*='col'] {
    padding: 0 12.5px
}

.row.gutters-25.gutters-grid {
    margin: -12.5px
}

.row.gutters-25.gutters-grid > [class*='col'] {
    padding: 12.5px
}

.row.gutters-30 {
    margin: 0 -15px
}

.row.gutters-30 > [class*='col'] {
    padding: 0 15px
}

.row.gutters-30.gutters-grid {
    margin: -15px
}

.row.gutters-30.gutters-grid > [class*='col'] {
    padding: 15px
}

.row.gutters-40 {
    margin: 0 -20px
}

.row.gutters-40 > [class*='col'] {
    padding: 0 20px
}

.row.gutters-40.gutters-grid {
    margin: -20px
}

.row.gutters-40.gutters-grid > [class*='col'] {
    padding: 20px
}

.row.gutters-50 {
    margin: 0 -25px
}

.row.gutters-50 > [class*='col'] {
    padding: 0 25px
}

.row.gutters-50.gutters-grid {
    margin: -25px
}

.row.gutters-50.gutters-grid > [class*='col'] {
    padding: 25px
}

.row.gutters-60 {
    margin: 0 -30px
}

.row.gutters-60 > [class*='col'] {
    padding: 0 30px
}

.row.gutters-60.gutters-grid {
    margin: -30px
}

.row.gutters-60.gutters-grid > [class*='col'] {
    padding: 30px
}

.row.gutters-70 {
    margin: 0 -35px
}

.row.gutters-70 > [class*='col'] {
    padding: 0 35px
}

.row.gutters-70.gutters-grid {
    margin: -35px
}

.row.gutters-70.gutters-grid > [class*='col'] {
    padding: 35px
}

.row.gutters-80 {
    margin: 0 -40px
}

.row.gutters-80 > [class*='col'] {
    padding: 0 40px
}

.row.gutters-80.gutters-grid {
    margin: -40px
}

.row.gutters-80.gutters-grid > [class*='col'] {
    padding: 40px
}

.row.gutters-90 {
    margin: 0 -45px
}

.row.gutters-90 > [class*='col'] {
    padding: 0 45px
}

.row.gutters-90.gutters-grid {
    margin: -45px
}

.row.gutters-90.gutters-grid > [class*='col'] {
    padding: 45px
}

.row.gutters-100 {
    margin: 0 -50px
}

.row.gutters-100 > [class*='col'] {
    padding: 0 50px
}

.row.gutters-100.gutters-grid {
    margin: -50px
}

.row.gutters-100.gutters-grid > [class*='col'] {
    padding: 50px
}

@media (min-width: 480px) {
    .row.gutters-xs-0 {
        margin:0 0
    }

    .row.gutters-xs-0 > [class*='col'] {
        padding: 0 0
    }

    .row.gutters-xs-0.gutters-grid {
        margin: 0
    }

    .row.gutters-xs-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-xs-10 {
        margin: 0 -5px
    }

    .row.gutters-xs-10 > [class*='col'] {
        padding: 0 5px
    }

    .row.gutters-xs-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-xs-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-xs-15 {
        margin: 0 -7.5px
    }

    .row.gutters-xs-15 > [class*='col'] {
        padding: 0 7.5px
    }

    .row.gutters-xs-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-xs-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-xs-20 {
        margin: 0 -10px
    }

    .row.gutters-xs-20 > [class*='col'] {
        padding: 0 10px
    }

    .row.gutters-xs-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-xs-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-xs-25 {
        margin: 0 -12.5px
    }

    .row.gutters-xs-25 > [class*='col'] {
        padding: 0 12.5px
    }

    .row.gutters-xs-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-xs-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-xs-30 {
        margin: 0 -15px
    }

    .row.gutters-xs-30 > [class*='col'] {
        padding: 0 15px
    }

    .row.gutters-xs-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-xs-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-xs-40 {
        margin: 0 -20px
    }

    .row.gutters-xs-40 > [class*='col'] {
        padding: 0 20px
    }

    .row.gutters-xs-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-xs-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-xs-50 {
        margin: 0 -25px
    }

    .row.gutters-xs-50 > [class*='col'] {
        padding: 0 25px
    }

    .row.gutters-xs-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-xs-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-xs-60 {
        margin: 0 -30px
    }

    .row.gutters-xs-60 > [class*='col'] {
        padding: 0 30px
    }

    .row.gutters-xs-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-xs-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-xs-70 {
        margin: 0 -35px
    }

    .row.gutters-xs-70 > [class*='col'] {
        padding: 0 35px
    }

    .row.gutters-xs-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-xs-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-xs-80 {
        margin: 0 -40px
    }

    .row.gutters-xs-80 > [class*='col'] {
        padding: 0 40px
    }

    .row.gutters-xs-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-xs-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-xs-90 {
        margin: 0 -45px
    }

    .row.gutters-xs-90 > [class*='col'] {
        padding: 0 45px
    }

    .row.gutters-xs-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-xs-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-xs-100 {
        margin: 0 -50px
    }

    .row.gutters-xs-100 > [class*='col'] {
        padding: 0 50px
    }

    .row.gutters-xs-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-xs-100.gutters-grid > [class*='col'] {
        padding: 50px
    }
}

@media (min-width: 576px) {
    .row.gutters-sm-0 {
        margin:0 0
    }

    .row.gutters-sm-0 > [class*='col'] {
        padding: 0 0
    }

    .row.gutters-sm-0.gutters-grid {
        margin: 0
    }

    .row.gutters-sm-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-sm-10 {
        margin: 0 -5px
    }

    .row.gutters-sm-10 > [class*='col'] {
        padding: 0 5px
    }

    .row.gutters-sm-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-sm-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-sm-15 {
        margin: 0 -7.5px
    }

    .row.gutters-sm-15 > [class*='col'] {
        padding: 0 7.5px
    }

    .row.gutters-sm-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-sm-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-sm-20 {
        margin: 0 -10px
    }

    .row.gutters-sm-20 > [class*='col'] {
        padding: 0 10px
    }

    .row.gutters-sm-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-sm-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-sm-25 {
        margin: 0 -12.5px
    }

    .row.gutters-sm-25 > [class*='col'] {
        padding: 0 12.5px
    }

    .row.gutters-sm-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-sm-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-sm-30 {
        margin: 0 -15px
    }

    .row.gutters-sm-30 > [class*='col'] {
        padding: 0 15px
    }

    .row.gutters-sm-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-sm-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-sm-40 {
        margin: 0 -20px
    }

    .row.gutters-sm-40 > [class*='col'] {
        padding: 0 20px
    }

    .row.gutters-sm-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-sm-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-sm-50 {
        margin: 0 -25px
    }

    .row.gutters-sm-50 > [class*='col'] {
        padding: 0 25px
    }

    .row.gutters-sm-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-sm-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-sm-60 {
        margin: 0 -30px
    }

    .row.gutters-sm-60 > [class*='col'] {
        padding: 0 30px
    }

    .row.gutters-sm-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-sm-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-sm-70 {
        margin: 0 -35px
    }

    .row.gutters-sm-70 > [class*='col'] {
        padding: 0 35px
    }

    .row.gutters-sm-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-sm-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-sm-80 {
        margin: 0 -40px
    }

    .row.gutters-sm-80 > [class*='col'] {
        padding: 0 40px
    }

    .row.gutters-sm-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-sm-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-sm-90 {
        margin: 0 -45px
    }

    .row.gutters-sm-90 > [class*='col'] {
        padding: 0 45px
    }

    .row.gutters-sm-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-sm-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-sm-100 {
        margin: 0 -50px
    }

    .row.gutters-sm-100 > [class*='col'] {
        padding: 0 50px
    }

    .row.gutters-sm-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-sm-100.gutters-grid > [class*='col'] {
        padding: 50px
    }
}

@media (min-width: 768px) {
    .row.gutters-md-0 {
        margin:0 0
    }

    .row.gutters-md-0 > [class*='col'] {
        padding: 0 0
    }

    .row.gutters-md-0.gutters-grid {
        margin: 0
    }

    .row.gutters-md-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-md-10 {
        margin: 0 -5px
    }

    .row.gutters-md-10 > [class*='col'] {
        padding: 0 5px
    }

    .row.gutters-md-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-md-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-md-15 {
        margin: 0 -7.5px
    }

    .row.gutters-md-15 > [class*='col'] {
        padding: 0 7.5px
    }

    .row.gutters-md-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-md-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-md-20 {
        margin: 0 -10px
    }

    .row.gutters-md-20 > [class*='col'] {
        padding: 0 10px
    }

    .row.gutters-md-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-md-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-md-25 {
        margin: 0 -12.5px
    }

    .row.gutters-md-25 > [class*='col'] {
        padding: 0 12.5px
    }

    .row.gutters-md-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-md-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-md-30 {
        margin: 0 -15px
    }

    .row.gutters-md-30 > [class*='col'] {
        padding: 0 15px
    }

    .row.gutters-md-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-md-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-md-40 {
        margin: 0 -20px
    }

    .row.gutters-md-40 > [class*='col'] {
        padding: 0 20px
    }

    .row.gutters-md-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-md-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-md-50 {
        margin: 0 -25px
    }

    .row.gutters-md-50 > [class*='col'] {
        padding: 0 25px
    }

    .row.gutters-md-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-md-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-md-60 {
        margin: 0 -30px
    }

    .row.gutters-md-60 > [class*='col'] {
        padding: 0 30px
    }

    .row.gutters-md-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-md-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-md-70 {
        margin: 0 -35px
    }

    .row.gutters-md-70 > [class*='col'] {
        padding: 0 35px
    }

    .row.gutters-md-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-md-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-md-80 {
        margin: 0 -40px
    }

    .row.gutters-md-80 > [class*='col'] {
        padding: 0 40px
    }

    .row.gutters-md-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-md-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-md-90 {
        margin: 0 -45px
    }

    .row.gutters-md-90 > [class*='col'] {
        padding: 0 45px
    }

    .row.gutters-md-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-md-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-md-100 {
        margin: 0 -50px
    }

    .row.gutters-md-100 > [class*='col'] {
        padding: 0 50px
    }

    .row.gutters-md-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-md-100.gutters-grid > [class*='col'] {
        padding: 50px
    }
}

@media (min-width: 1025px) {
    .row.gutters-lg-0 {
        margin:0 0
    }

    .row.gutters-lg-0 > [class*='col'] {
        padding: 0 0
    }

    .row.gutters-lg-0.gutters-grid {
        margin: 0
    }

    .row.gutters-lg-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-lg-10 {
        margin: 0 -5px
    }

    .row.gutters-lg-10 > [class*='col'] {
        padding: 0 5px
    }

    .row.gutters-lg-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-lg-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-lg-15 {
        margin: 0 -7.5px
    }

    .row.gutters-lg-15 > [class*='col'] {
        padding: 0 7.5px
    }

    .row.gutters-lg-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-lg-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-lg-20 {
        margin: 0 -10px
    }

    .row.gutters-lg-20 > [class*='col'] {
        padding: 0 10px
    }

    .row.gutters-lg-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-lg-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-lg-25 {
        margin: 0 -12.5px
    }

    .row.gutters-lg-25 > [class*='col'] {
        padding: 0 12.5px
    }

    .row.gutters-lg-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-lg-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-lg-30 {
        margin: 0 -15px
    }

    .row.gutters-lg-30 > [class*='col'] {
        padding: 0 15px
    }

    .row.gutters-lg-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-lg-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-lg-40 {
        margin: 0 -20px
    }

    .row.gutters-lg-40 > [class*='col'] {
        padding: 0 20px
    }

    .row.gutters-lg-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-lg-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-lg-50 {
        margin: 0 -25px
    }

    .row.gutters-lg-50 > [class*='col'] {
        padding: 0 25px
    }

    .row.gutters-lg-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-lg-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-lg-60 {
        margin: 0 -30px
    }

    .row.gutters-lg-60 > [class*='col'] {
        padding: 0 30px
    }

    .row.gutters-lg-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-lg-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-lg-70 {
        margin: 0 -35px
    }

    .row.gutters-lg-70 > [class*='col'] {
        padding: 0 35px
    }

    .row.gutters-lg-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-lg-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-lg-80 {
        margin: 0 -40px
    }

    .row.gutters-lg-80 > [class*='col'] {
        padding: 0 40px
    }

    .row.gutters-lg-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-lg-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-lg-90 {
        margin: 0 -45px
    }

    .row.gutters-lg-90 > [class*='col'] {
        padding: 0 45px
    }

    .row.gutters-lg-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-lg-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-lg-100 {
        margin: 0 -50px
    }

    .row.gutters-lg-100 > [class*='col'] {
        padding: 0 50px
    }

    .row.gutters-lg-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-lg-100.gutters-grid > [class*='col'] {
        padding: 50px
    }
}

@media (min-width: 1200px) {
    .row.gutters-xl-0 {
        margin:0 0
    }

    .row.gutters-xl-0 > [class*='col'] {
        padding: 0 0
    }

    .row.gutters-xl-0.gutters-grid {
        margin: 0
    }

    .row.gutters-xl-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-xl-10 {
        margin: 0 -5px
    }

    .row.gutters-xl-10 > [class*='col'] {
        padding: 0 5px
    }

    .row.gutters-xl-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-xl-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-xl-15 {
        margin: 0 -7.5px
    }

    .row.gutters-xl-15 > [class*='col'] {
        padding: 0 7.5px
    }

    .row.gutters-xl-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-xl-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-xl-20 {
        margin: 0 -10px
    }

    .row.gutters-xl-20 > [class*='col'] {
        padding: 0 10px
    }

    .row.gutters-xl-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-xl-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-xl-25 {
        margin: 0 -12.5px
    }

    .row.gutters-xl-25 > [class*='col'] {
        padding: 0 12.5px
    }

    .row.gutters-xl-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-xl-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-xl-30 {
        margin: 0 -15px
    }

    .row.gutters-xl-30 > [class*='col'] {
        padding: 0 15px
    }

    .row.gutters-xl-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-xl-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-xl-40 {
        margin: 0 -20px
    }

    .row.gutters-xl-40 > [class*='col'] {
        padding: 0 20px
    }

    .row.gutters-xl-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-xl-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-xl-50 {
        margin: 0 -25px
    }

    .row.gutters-xl-50 > [class*='col'] {
        padding: 0 25px
    }

    .row.gutters-xl-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-xl-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-xl-60 {
        margin: 0 -30px
    }

    .row.gutters-xl-60 > [class*='col'] {
        padding: 0 30px
    }

    .row.gutters-xl-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-xl-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-xl-70 {
        margin: 0 -35px
    }

    .row.gutters-xl-70 > [class*='col'] {
        padding: 0 35px
    }

    .row.gutters-xl-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-xl-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-xl-80 {
        margin: 0 -40px
    }

    .row.gutters-xl-80 > [class*='col'] {
        padding: 0 40px
    }

    .row.gutters-xl-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-xl-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-xl-90 {
        margin: 0 -45px
    }

    .row.gutters-xl-90 > [class*='col'] {
        padding: 0 45px
    }

    .row.gutters-xl-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-xl-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-xl-100 {
        margin: 0 -50px
    }

    .row.gutters-xl-100 > [class*='col'] {
        padding: 0 50px
    }

    .row.gutters-xl-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-xl-100.gutters-grid > [class*='col'] {
        padding: 50px
    }
}

@media (min-width: 1440px) {
    .row.gutters-xxl-0 {
        margin:0 0
    }

    .row.gutters-xxl-0 > [class*='col'] {
        padding: 0 0
    }

    .row.gutters-xxl-0.gutters-grid {
        margin: 0
    }

    .row.gutters-xxl-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-xxl-10 {
        margin: 0 -5px
    }

    .row.gutters-xxl-10 > [class*='col'] {
        padding: 0 5px
    }

    .row.gutters-xxl-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-xxl-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-xxl-15 {
        margin: 0 -7.5px
    }

    .row.gutters-xxl-15 > [class*='col'] {
        padding: 0 7.5px
    }

    .row.gutters-xxl-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-xxl-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-xxl-20 {
        margin: 0 -10px
    }

    .row.gutters-xxl-20 > [class*='col'] {
        padding: 0 10px
    }

    .row.gutters-xxl-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-xxl-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-xxl-25 {
        margin: 0 -12.5px
    }

    .row.gutters-xxl-25 > [class*='col'] {
        padding: 0 12.5px
    }

    .row.gutters-xxl-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-xxl-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-xxl-30 {
        margin: 0 -15px
    }

    .row.gutters-xxl-30 > [class*='col'] {
        padding: 0 15px
    }

    .row.gutters-xxl-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-xxl-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-xxl-40 {
        margin: 0 -20px
    }

    .row.gutters-xxl-40 > [class*='col'] {
        padding: 0 20px
    }

    .row.gutters-xxl-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-xxl-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-xxl-50 {
        margin: 0 -25px
    }

    .row.gutters-xxl-50 > [class*='col'] {
        padding: 0 25px
    }

    .row.gutters-xxl-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-xxl-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-xxl-60 {
        margin: 0 -30px
    }

    .row.gutters-xxl-60 > [class*='col'] {
        padding: 0 30px
    }

    .row.gutters-xxl-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-xxl-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-xxl-70 {
        margin: 0 -35px
    }

    .row.gutters-xxl-70 > [class*='col'] {
        padding: 0 35px
    }

    .row.gutters-xxl-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-xxl-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-xxl-80 {
        margin: 0 -40px
    }

    .row.gutters-xxl-80 > [class*='col'] {
        padding: 0 40px
    }

    .row.gutters-xxl-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-xxl-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-xxl-90 {
        margin: 0 -45px
    }

    .row.gutters-xxl-90 > [class*='col'] {
        padding: 0 45px
    }

    .row.gutters-xxl-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-xxl-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-xxl-100 {
        margin: 0 -50px
    }

    .row.gutters-xxl-100 > [class*='col'] {
        padding: 0 50px
    }

    .row.gutters-xxl-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-xxl-100.gutters-grid > [class*='col'] {
        padding: 50px
    }
}

@media (max-width: 479.98px) {
    .cms-hidden {
        display:none !important
    }
}

.cms-hidden-n {
    display: none !important
}

@media (max-width: 575.98px) {
    .cms-hidden-xs {
        display:none !important
    }
}

@media (min-width: 480px) {
    .cms-hidden-n-xs {
        display:none !important
    }
}

@media (max-width: 767.98px) {
    .cms-hidden-sm {
        display:none !important
    }
}

@media (min-width: 576px) {
    .cms-hidden-n-sm {
        display:none !important
    }
}

@media (max-width: 1024.98px) {
    .cms-hidden-md {
        display:none !important
    }
}

@media (min-width: 768px) {
    .cms-hidden-n-md {
        display:none !important
    }
}

@media (max-width: 1199.98px) {
    .cms-hidden-lg {
        display:none !important
    }
}

@media (min-width: 1025px) {
    .cms-hidden-n-lg {
        display:none !important
    }
}

@media (max-width: 1439.98px) {
    .cms-hidden-xl {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .cms-hidden-n-xl {
        display:none !important
    }
}

.cms-hidden-xxl {
    display: none !important
}

@media (min-width: 1440px) {
    .cms-hidden-n-xxl {
        display:none !important
    }
}

.maxw-40.init {
    max-width: 40px
}

.maxw-40.init + .depend-maxw {
    max-width: calc(100% - 40px)
}

.maxw-40.percent {
    max-width: 40%
}

.maxw-60.init {
    max-width: 60px
}

.maxw-60.init + .depend-maxw {
    max-width: calc(100% - 60px)
}

.maxw-60.percent {
    max-width: 60%
}

.maxw-90.init {
    max-width: 90px
}

.maxw-90.init + .depend-maxw {
    max-width: calc(100% - 90px)
}

.maxw-90.percent {
    max-width: 90%
}

.elementor-col-20,.elementor-column[data-col="20"] {
    width: 20%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-31,.elementor-column[data-col="31"] {
    width: 31%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-40,.elementor-column[data-col="40"] {
    width: 40%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-41,.elementor-column[data-col="41"] {
    width: 41%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-42,.elementor-column[data-col="42"] {
    width: 45%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-44,.elementor-column[data-col="44"] {
    width: 44%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-51,.elementor-column[data-col="51"] {
    width: 51%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-56,.elementor-column[data-col="56"] {
    width: 56%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-58,.elementor-column[data-col="58"] {
    width: 58%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-68,.elementor-column[data-col="68"] {
    width: 68%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-75,.elementor-column[data-col="75"] {
    width: 75%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-100,.elementor-column[data-col="100"] {
    width: 100%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-46\/968,.elementor-column[data-col="46\/968"] {
    width: 45.968%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-54\/032,.elementor-column[data-col="54\/032"] {
    width: 54.032%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-47\/5,.elementor-column[data-col="47\/5"] {
    width: 47.5%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.elementor-col-52\/5,.elementor-column[data-col="52\/5"] {
    width: 52.5%
}

.col-basic {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width: 480px) {
    .elementor-col-xs-20,.elementor-column[data-col="20"] {
        width:20%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-31,.elementor-column[data-col="31"] {
        width: 31%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-41,.elementor-column[data-col="41"] {
        width: 41%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-42,.elementor-column[data-col="42"] {
        width: 45%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-44,.elementor-column[data-col="44"] {
        width: 44%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-51,.elementor-column[data-col="51"] {
        width: 51%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-56,.elementor-column[data-col="56"] {
        width: 56%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-58,.elementor-column[data-col="58"] {
        width: 58%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-68,.elementor-column[data-col="68"] {
        width: 68%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-100,.elementor-column[data-col="100"] {
        width: 100%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-46\/968,.elementor-column[data-col="46\/968"] {
        width: 45.968%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-54\/032,.elementor-column[data-col="54\/032"] {
        width: 54.032%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-47\/5,.elementor-column[data-col="47\/5"] {
        width: 47.5%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xs-52\/5,.elementor-column[data-col="52\/5"] {
        width: 52.5%
    }

    .col-xs-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .elementor-col-sm-20,.elementor-column[data-col="20"] {
        width:20%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-31,.elementor-column[data-col="31"] {
        width: 31%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-41,.elementor-column[data-col="41"] {
        width: 41%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-42,.elementor-column[data-col="42"] {
        width: 45%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-44,.elementor-column[data-col="44"] {
        width: 44%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-51,.elementor-column[data-col="51"] {
        width: 51%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-56,.elementor-column[data-col="56"] {
        width: 56%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-58,.elementor-column[data-col="58"] {
        width: 58%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-68,.elementor-column[data-col="68"] {
        width: 68%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-100,.elementor-column[data-col="100"] {
        width: 100%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-46\/968,.elementor-column[data-col="46\/968"] {
        width: 45.968%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-54\/032,.elementor-column[data-col="54\/032"] {
        width: 54.032%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-47\/5,.elementor-column[data-col="47\/5"] {
        width: 47.5%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-sm-52\/5,.elementor-column[data-col="52\/5"] {
        width: 52.5%
    }

    .col-sm-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .elementor-col-md-20,.elementor-column[data-col="20"] {
        width:20%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-31,.elementor-column[data-col="31"] {
        width: 31%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-41,.elementor-column[data-col="41"] {
        width: 41%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-42,.elementor-column[data-col="42"] {
        width: 45%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-44,.elementor-column[data-col="44"] {
        width: 44%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-51,.elementor-column[data-col="51"] {
        width: 51%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-56,.elementor-column[data-col="56"] {
        width: 56%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-58,.elementor-column[data-col="58"] {
        width: 58%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-68,.elementor-column[data-col="68"] {
        width: 68%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-100,.elementor-column[data-col="100"] {
        width: 100%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-46\/968,.elementor-column[data-col="46\/968"] {
        width: 45.968%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-54\/032,.elementor-column[data-col="54\/032"] {
        width: 54.032%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-47\/5,.elementor-column[data-col="47\/5"] {
        width: 47.5%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-md-52\/5,.elementor-column[data-col="52\/5"] {
        width: 52.5%
    }

    .col-md-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 1025px) {
    .elementor-col-lg-20,.elementor-column[data-col="20"] {
        width:20%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-31,.elementor-column[data-col="31"] {
        width: 31%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-41,.elementor-column[data-col="41"] {
        width: 41%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-42,.elementor-column[data-col="42"] {
        width: 45%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-44,.elementor-column[data-col="44"] {
        width: 44%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-51,.elementor-column[data-col="51"] {
        width: 51%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-56,.elementor-column[data-col="56"] {
        width: 56%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-58,.elementor-column[data-col="58"] {
        width: 58%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-68,.elementor-column[data-col="68"] {
        width: 68%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-100,.elementor-column[data-col="100"] {
        width: 100%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-46\/968,.elementor-column[data-col="46\/968"] {
        width: 45.968%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-54\/032,.elementor-column[data-col="54\/032"] {
        width: 54.032%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-47\/5,.elementor-column[data-col="47\/5"] {
        width: 47.5%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-lg-52\/5,.elementor-column[data-col="52\/5"] {
        width: 52.5%
    }

    .col-lg-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .elementor-col-xl-20,.elementor-column[data-col="20"] {
        width:20%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-31,.elementor-column[data-col="31"] {
        width: 31%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-41,.elementor-column[data-col="41"] {
        width: 41%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-42,.elementor-column[data-col="42"] {
        width: 45%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-44,.elementor-column[data-col="44"] {
        width: 44%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-51,.elementor-column[data-col="51"] {
        width: 51%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-56,.elementor-column[data-col="56"] {
        width: 56%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-58,.elementor-column[data-col="58"] {
        width: 58%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-68,.elementor-column[data-col="68"] {
        width: 68%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-100,.elementor-column[data-col="100"] {
        width: 100%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-46\/968,.elementor-column[data-col="46\/968"] {
        width: 45.968%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-54\/032,.elementor-column[data-col="54\/032"] {
        width: 54.032%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-47\/5,.elementor-column[data-col="47\/5"] {
        width: 47.5%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xl-52\/5,.elementor-column[data-col="52\/5"] {
        width: 52.5%
    }

    .col-xl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width: 1440px) {
    .elementor-col-xxl-20,.elementor-column[data-col="20"] {
        width:20%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-31,.elementor-column[data-col="31"] {
        width: 31%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-41,.elementor-column[data-col="41"] {
        width: 41%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-42,.elementor-column[data-col="42"] {
        width: 45%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-44,.elementor-column[data-col="44"] {
        width: 44%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-51,.elementor-column[data-col="51"] {
        width: 51%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-56,.elementor-column[data-col="56"] {
        width: 56%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-58,.elementor-column[data-col="58"] {
        width: 58%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-68,.elementor-column[data-col="68"] {
        width: 68%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-100,.elementor-column[data-col="100"] {
        width: 100%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-46\/968,.elementor-column[data-col="46\/968"] {
        width: 45.968%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-54\/032,.elementor-column[data-col="54\/032"] {
        width: 54.032%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-47\/5,.elementor-column[data-col="47\/5"] {
        width: 47.5%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .elementor-col-xxl-52\/5,.elementor-column[data-col="52\/5"] {
        width: 52.5%
    }

    .col-xxl-basic {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

.col-1\/5 {
    flex: 0 0 20%;
    max-width: 20%
}

.col-1\/7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.col-1\/8 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.col-1\/9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%
}

.col-1\/11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%
}

.col-2\/5 {
    flex: 0 0 40%;
    max-width: 40%
}

.col-3\/5 {
    flex: 0 0 60%;
    max-width: 60%
}

.col-4\/5 {
    flex: 0 0 80%;
    max-width: 80%
}

.col-1\/10 {
    flex: 0 0 10%;
    max-width: 10%
}

.col-3\/10 {
    flex: 0 0 30%;
    max-width: 30%
}

.col-5\/10 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7\/10 {
    flex: 0 0 70%;
    max-width: 70%
}

.col-9\/10 {
    flex: 0 0 90%;
    max-width: 90%
}

.col-52 {
    flex: 0 0 52%;
    max-width: 52%
}

.col-35\/8333333 {
    flex: 0 0 35.8333333%;
    max-width: 35.8333333%
}

.col-64\/1666667 {
    flex: 0 0 64.1666667%;
    max-width: 64.1666667%
}

.col-31\/15 {
    flex: 0 0 31.15%;
    max-width: 31.15%
}

.col-68\/85 {
    flex: 0 0 68.85%;
    max-width: 68.85%
}

.col-52\/5 {
    flex: 0 0 52.5%;
    max-width: 52.5%
}

.offset-1\/5 {
    margin-left: 20%
}

.offset-1\/7 {
    margin-left: 14.2857142857%
}

.offset-1\/8 {
    margin-left: 12.5%
}

.offset-1\/9 {
    margin-left: 11.1111111111%
}

.offset-1\/11 {
    margin-left: 9.0909090909%
}

.offset-2\/5 {
    margin-left: 40%
}

.offset-3\/5 {
    margin-left: 60%
}

.offset-4\/5 {
    margin-left: 80%
}

.offset-1\/10 {
    margin-left: 10%
}

.offset-3\/10 {
    margin-left: 30%
}

.offset-5\/10 {
    margin-left: 50%
}

.offset-7\/10 {
    margin-left: 70%
}

.offset-9\/10 {
    margin-left: 90%
}

.offset-52 {
    margin-left: 52%
}

.offset-35\/8333333 {
    margin-left: 35.8333333%
}

.offset-64\/1666667 {
    margin-left: 64.1666667%
}

.offset-31\/15 {
    margin-left: 31.15%
}

.offset-68\/85 {
    margin-left: 68.85%
}

.offset-52\/5 {
    margin-left: 52.5%
}

.rtl .offset-1\/5 {
    margin-right: 20%;
    margin-left: 0
}

.rtl .offset-1\/7 {
    margin-right: 14.2857142857%;
    margin-left: 0
}

.rtl .offset-1\/8 {
    margin-right: 12.5%;
    margin-left: 0
}

.rtl .offset-1\/9 {
    margin-right: 11.1111111111%;
    margin-left: 0
}

.rtl .offset-1\/11 {
    margin-right: 9.0909090909%;
    margin-left: 0
}

.rtl .offset-2\/5 {
    margin-right: 40%;
    margin-left: 0
}

.rtl .offset-3\/5 {
    margin-right: 60%;
    margin-left: 0
}

.rtl .offset-4\/5 {
    margin-right: 80%;
    margin-left: 0
}

.rtl .offset-1\/10 {
    margin-right: 10%;
    margin-left: 0
}

.rtl .offset-3\/10 {
    margin-right: 30%;
    margin-left: 0
}

.rtl .offset-5\/10 {
    margin-right: 50%;
    margin-left: 0
}

.rtl .offset-7\/10 {
    margin-right: 70%;
    margin-left: 0
}

.rtl .offset-9\/10 {
    margin-right: 90%;
    margin-left: 0
}

.rtl .offset-52 {
    margin-right: 52%;
    margin-left: 0
}

.rtl .offset-35\/8333333 {
    margin-right: 35.8333333%;
    margin-left: 0
}

.rtl .offset-64\/1666667 {
    margin-right: 64.1666667%;
    margin-left: 0
}

.rtl .offset-31\/15 {
    margin-right: 31.15%;
    margin-left: 0
}

.rtl .offset-68\/85 {
    margin-right: 68.85%;
    margin-left: 0
}

.rtl .offset-52\/5 {
    margin-right: 52.5%;
    margin-left: 0
}

@media (min-width: 480px) {
    .col-xs-1\/5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-xs-1\/7 {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .col-xs-1\/8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xs-1\/9 {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .col-xs-1\/11 {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .col-xs-2\/5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xs-3\/5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xs-4\/5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xs-1\/10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xs-3\/10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xs-5\/10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xs-7\/10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xs-9\/10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xs-52 {
        flex: 0 0 52%;
        max-width: 52%
    }

    .col-xs-35\/8333333 {
        flex: 0 0 35.8333333%;
        max-width: 35.8333333%
    }

    .col-xs-64\/1666667 {
        flex: 0 0 64.1666667%;
        max-width: 64.1666667%
    }

    .col-xs-31\/15 {
        flex: 0 0 31.15%;
        max-width: 31.15%
    }

    .col-xs-68\/85 {
        flex: 0 0 68.85%;
        max-width: 68.85%
    }

    .col-xs-52\/5 {
        flex: 0 0 52.5%;
        max-width: 52.5%
    }

    .offset-xs-1\/5 {
        margin-left: 20%
    }

    .offset-xs-1\/7 {
        margin-left: 14.2857142857%
    }

    .offset-xs-1\/8 {
        margin-left: 12.5%
    }

    .offset-xs-1\/9 {
        margin-left: 11.1111111111%
    }

    .offset-xs-1\/11 {
        margin-left: 9.0909090909%
    }

    .offset-xs-2\/5 {
        margin-left: 40%
    }

    .offset-xs-3\/5 {
        margin-left: 60%
    }

    .offset-xs-4\/5 {
        margin-left: 80%
    }

    .offset-xs-1\/10 {
        margin-left: 10%
    }

    .offset-xs-3\/10 {
        margin-left: 30%
    }

    .offset-xs-5\/10 {
        margin-left: 50%
    }

    .offset-xs-7\/10 {
        margin-left: 70%
    }

    .offset-xs-9\/10 {
        margin-left: 90%
    }

    .offset-xs-52 {
        margin-left: 52%
    }

    .offset-xs-35\/8333333 {
        margin-left: 35.8333333%
    }

    .offset-xs-64\/1666667 {
        margin-left: 64.1666667%
    }

    .offset-xs-31\/15 {
        margin-left: 31.15%
    }

    .offset-xs-68\/85 {
        margin-left: 68.85%
    }

    .offset-xs-52\/5 {
        margin-left: 52.5%
    }

    .rtl .offset-xs-1\/5 {
        margin-right: 20%;
        margin-left: 0
    }

    .rtl .offset-xs-1\/7 {
        margin-right: 14.2857142857%;
        margin-left: 0
    }

    .rtl .offset-xs-1\/8 {
        margin-right: 12.5%;
        margin-left: 0
    }

    .rtl .offset-xs-1\/9 {
        margin-right: 11.1111111111%;
        margin-left: 0
    }

    .rtl .offset-xs-1\/11 {
        margin-right: 9.0909090909%;
        margin-left: 0
    }

    .rtl .offset-xs-2\/5 {
        margin-right: 40%;
        margin-left: 0
    }

    .rtl .offset-xs-3\/5 {
        margin-right: 60%;
        margin-left: 0
    }

    .rtl .offset-xs-4\/5 {
        margin-right: 80%;
        margin-left: 0
    }

    .rtl .offset-xs-1\/10 {
        margin-right: 10%;
        margin-left: 0
    }

    .rtl .offset-xs-3\/10 {
        margin-right: 30%;
        margin-left: 0
    }

    .rtl .offset-xs-5\/10 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-xs-7\/10 {
        margin-right: 70%;
        margin-left: 0
    }

    .rtl .offset-xs-9\/10 {
        margin-right: 90%;
        margin-left: 0
    }

    .rtl .offset-xs-52 {
        margin-right: 52%;
        margin-left: 0
    }

    .rtl .offset-xs-35\/8333333 {
        margin-right: 35.8333333%;
        margin-left: 0
    }

    .rtl .offset-xs-64\/1666667 {
        margin-right: 64.1666667%;
        margin-left: 0
    }

    .rtl .offset-xs-31\/15 {
        margin-right: 31.15%;
        margin-left: 0
    }

    .rtl .offset-xs-68\/85 {
        margin-right: 68.85%;
        margin-left: 0
    }

    .rtl .offset-xs-52\/5 {
        margin-right: 52.5%;
        margin-left: 0
    }
}

@media (min-width: 576px) {
    .col-sm-1\/5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-sm-1\/7 {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .col-sm-1\/8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sm-1\/9 {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .col-sm-1\/11 {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .col-sm-2\/5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-3\/5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-4\/5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-sm-1\/10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-sm-3\/10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-sm-5\/10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7\/10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-sm-9\/10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-sm-52 {
        flex: 0 0 52%;
        max-width: 52%
    }

    .col-sm-35\/8333333 {
        flex: 0 0 35.8333333%;
        max-width: 35.8333333%
    }

    .col-sm-64\/1666667 {
        flex: 0 0 64.1666667%;
        max-width: 64.1666667%
    }

    .col-sm-31\/15 {
        flex: 0 0 31.15%;
        max-width: 31.15%
    }

    .col-sm-68\/85 {
        flex: 0 0 68.85%;
        max-width: 68.85%
    }

    .col-sm-52\/5 {
        flex: 0 0 52.5%;
        max-width: 52.5%
    }

    .offset-sm-1\/5 {
        margin-left: 20%
    }

    .offset-sm-1\/7 {
        margin-left: 14.2857142857%
    }

    .offset-sm-1\/8 {
        margin-left: 12.5%
    }

    .offset-sm-1\/9 {
        margin-left: 11.1111111111%
    }

    .offset-sm-1\/11 {
        margin-left: 9.0909090909%
    }

    .offset-sm-2\/5 {
        margin-left: 40%
    }

    .offset-sm-3\/5 {
        margin-left: 60%
    }

    .offset-sm-4\/5 {
        margin-left: 80%
    }

    .offset-sm-1\/10 {
        margin-left: 10%
    }

    .offset-sm-3\/10 {
        margin-left: 30%
    }

    .offset-sm-5\/10 {
        margin-left: 50%
    }

    .offset-sm-7\/10 {
        margin-left: 70%
    }

    .offset-sm-9\/10 {
        margin-left: 90%
    }

    .offset-sm-52 {
        margin-left: 52%
    }

    .offset-sm-35\/8333333 {
        margin-left: 35.8333333%
    }

    .offset-sm-64\/1666667 {
        margin-left: 64.1666667%
    }

    .offset-sm-31\/15 {
        margin-left: 31.15%
    }

    .offset-sm-68\/85 {
        margin-left: 68.85%
    }

    .offset-sm-52\/5 {
        margin-left: 52.5%
    }

    .rtl .offset-sm-1\/5 {
        margin-right: 20%;
        margin-left: 0
    }

    .rtl .offset-sm-1\/7 {
        margin-right: 14.2857142857%;
        margin-left: 0
    }

    .rtl .offset-sm-1\/8 {
        margin-right: 12.5%;
        margin-left: 0
    }

    .rtl .offset-sm-1\/9 {
        margin-right: 11.1111111111%;
        margin-left: 0
    }

    .rtl .offset-sm-1\/11 {
        margin-right: 9.0909090909%;
        margin-left: 0
    }

    .rtl .offset-sm-2\/5 {
        margin-right: 40%;
        margin-left: 0
    }

    .rtl .offset-sm-3\/5 {
        margin-right: 60%;
        margin-left: 0
    }

    .rtl .offset-sm-4\/5 {
        margin-right: 80%;
        margin-left: 0
    }

    .rtl .offset-sm-1\/10 {
        margin-right: 10%;
        margin-left: 0
    }

    .rtl .offset-sm-3\/10 {
        margin-right: 30%;
        margin-left: 0
    }

    .rtl .offset-sm-5\/10 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-sm-7\/10 {
        margin-right: 70%;
        margin-left: 0
    }

    .rtl .offset-sm-9\/10 {
        margin-right: 90%;
        margin-left: 0
    }

    .rtl .offset-sm-52 {
        margin-right: 52%;
        margin-left: 0
    }

    .rtl .offset-sm-35\/8333333 {
        margin-right: 35.8333333%;
        margin-left: 0
    }

    .rtl .offset-sm-64\/1666667 {
        margin-right: 64.1666667%;
        margin-left: 0
    }

    .rtl .offset-sm-31\/15 {
        margin-right: 31.15%;
        margin-left: 0
    }

    .rtl .offset-sm-68\/85 {
        margin-right: 68.85%;
        margin-left: 0
    }

    .rtl .offset-sm-52\/5 {
        margin-right: 52.5%;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .col-md-1\/5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-md-1\/7 {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .col-md-1\/8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-md-1\/9 {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .col-md-1\/11 {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .col-md-2\/5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-3\/5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-md-4\/5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-md-1\/10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-md-3\/10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-md-5\/10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7\/10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-md-9\/10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-md-52 {
        flex: 0 0 52%;
        max-width: 52%
    }

    .col-md-35\/8333333 {
        flex: 0 0 35.8333333%;
        max-width: 35.8333333%
    }

    .col-md-64\/1666667 {
        flex: 0 0 64.1666667%;
        max-width: 64.1666667%
    }

    .col-md-31\/15 {
        flex: 0 0 31.15%;
        max-width: 31.15%
    }

    .col-md-68\/85 {
        flex: 0 0 68.85%;
        max-width: 68.85%
    }

    .col-md-52\/5 {
        flex: 0 0 52.5%;
        max-width: 52.5%
    }

    .offset-md-1\/5 {
        margin-left: 20%
    }

    .offset-md-1\/7 {
        margin-left: 14.2857142857%
    }

    .offset-md-1\/8 {
        margin-left: 12.5%
    }

    .offset-md-1\/9 {
        margin-left: 11.1111111111%
    }

    .offset-md-1\/11 {
        margin-left: 9.0909090909%
    }

    .offset-md-2\/5 {
        margin-left: 40%
    }

    .offset-md-3\/5 {
        margin-left: 60%
    }

    .offset-md-4\/5 {
        margin-left: 80%
    }

    .offset-md-1\/10 {
        margin-left: 10%
    }

    .offset-md-3\/10 {
        margin-left: 30%
    }

    .offset-md-5\/10 {
        margin-left: 50%
    }

    .offset-md-7\/10 {
        margin-left: 70%
    }

    .offset-md-9\/10 {
        margin-left: 90%
    }

    .offset-md-52 {
        margin-left: 52%
    }

    .offset-md-35\/8333333 {
        margin-left: 35.8333333%
    }

    .offset-md-64\/1666667 {
        margin-left: 64.1666667%
    }

    .offset-md-31\/15 {
        margin-left: 31.15%
    }

    .offset-md-68\/85 {
        margin-left: 68.85%
    }

    .offset-md-52\/5 {
        margin-left: 52.5%
    }

    .rtl .offset-md-1\/5 {
        margin-right: 20%;
        margin-left: 0
    }

    .rtl .offset-md-1\/7 {
        margin-right: 14.2857142857%;
        margin-left: 0
    }

    .rtl .offset-md-1\/8 {
        margin-right: 12.5%;
        margin-left: 0
    }

    .rtl .offset-md-1\/9 {
        margin-right: 11.1111111111%;
        margin-left: 0
    }

    .rtl .offset-md-1\/11 {
        margin-right: 9.0909090909%;
        margin-left: 0
    }

    .rtl .offset-md-2\/5 {
        margin-right: 40%;
        margin-left: 0
    }

    .rtl .offset-md-3\/5 {
        margin-right: 60%;
        margin-left: 0
    }

    .rtl .offset-md-4\/5 {
        margin-right: 80%;
        margin-left: 0
    }

    .rtl .offset-md-1\/10 {
        margin-right: 10%;
        margin-left: 0
    }

    .rtl .offset-md-3\/10 {
        margin-right: 30%;
        margin-left: 0
    }

    .rtl .offset-md-5\/10 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-md-7\/10 {
        margin-right: 70%;
        margin-left: 0
    }

    .rtl .offset-md-9\/10 {
        margin-right: 90%;
        margin-left: 0
    }

    .rtl .offset-md-52 {
        margin-right: 52%;
        margin-left: 0
    }

    .rtl .offset-md-35\/8333333 {
        margin-right: 35.8333333%;
        margin-left: 0
    }

    .rtl .offset-md-64\/1666667 {
        margin-right: 64.1666667%;
        margin-left: 0
    }

    .rtl .offset-md-31\/15 {
        margin-right: 31.15%;
        margin-left: 0
    }

    .rtl .offset-md-68\/85 {
        margin-right: 68.85%;
        margin-left: 0
    }

    .rtl .offset-md-52\/5 {
        margin-right: 52.5%;
        margin-left: 0
    }
}

@media (min-width: 1025px) {
    .col-lg-1\/5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-lg-1\/7 {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .col-lg-1\/8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-1\/9 {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .col-lg-1\/11 {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .col-lg-2\/5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-3\/5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-4\/5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-lg-1\/10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-lg-3\/10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-lg-5\/10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7\/10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-lg-9\/10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-lg-52 {
        flex: 0 0 52%;
        max-width: 52%
    }

    .col-lg-35\/8333333 {
        flex: 0 0 35.8333333%;
        max-width: 35.8333333%
    }

    .col-lg-64\/1666667 {
        flex: 0 0 64.1666667%;
        max-width: 64.1666667%
    }

    .col-lg-31\/15 {
        flex: 0 0 31.15%;
        max-width: 31.15%
    }

    .col-lg-68\/85 {
        flex: 0 0 68.85%;
        max-width: 68.85%
    }

    .col-lg-52\/5 {
        flex: 0 0 52.5%;
        max-width: 52.5%
    }

    .offset-lg-1\/5 {
        margin-left: 20%
    }

    .offset-lg-1\/7 {
        margin-left: 14.2857142857%
    }

    .offset-lg-1\/8 {
        margin-left: 12.5%
    }

    .offset-lg-1\/9 {
        margin-left: 11.1111111111%
    }

    .offset-lg-1\/11 {
        margin-left: 9.0909090909%
    }

    .offset-lg-2\/5 {
        margin-left: 40%
    }

    .offset-lg-3\/5 {
        margin-left: 60%
    }

    .offset-lg-4\/5 {
        margin-left: 80%
    }

    .offset-lg-1\/10 {
        margin-left: 10%
    }

    .offset-lg-3\/10 {
        margin-left: 30%
    }

    .offset-lg-5\/10 {
        margin-left: 50%
    }

    .offset-lg-7\/10 {
        margin-left: 70%
    }

    .offset-lg-9\/10 {
        margin-left: 90%
    }

    .offset-lg-52 {
        margin-left: 52%
    }

    .offset-lg-35\/8333333 {
        margin-left: 35.8333333%
    }

    .offset-lg-64\/1666667 {
        margin-left: 64.1666667%
    }

    .offset-lg-31\/15 {
        margin-left: 31.15%
    }

    .offset-lg-68\/85 {
        margin-left: 68.85%
    }

    .offset-lg-52\/5 {
        margin-left: 52.5%
    }

    .rtl .offset-lg-1\/5 {
        margin-right: 20%;
        margin-left: 0
    }

    .rtl .offset-lg-1\/7 {
        margin-right: 14.2857142857%;
        margin-left: 0
    }

    .rtl .offset-lg-1\/8 {
        margin-right: 12.5%;
        margin-left: 0
    }

    .rtl .offset-lg-1\/9 {
        margin-right: 11.1111111111%;
        margin-left: 0
    }

    .rtl .offset-lg-1\/11 {
        margin-right: 9.0909090909%;
        margin-left: 0
    }

    .rtl .offset-lg-2\/5 {
        margin-right: 40%;
        margin-left: 0
    }

    .rtl .offset-lg-3\/5 {
        margin-right: 60%;
        margin-left: 0
    }

    .rtl .offset-lg-4\/5 {
        margin-right: 80%;
        margin-left: 0
    }

    .rtl .offset-lg-1\/10 {
        margin-right: 10%;
        margin-left: 0
    }

    .rtl .offset-lg-3\/10 {
        margin-right: 30%;
        margin-left: 0
    }

    .rtl .offset-lg-5\/10 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-lg-7\/10 {
        margin-right: 70%;
        margin-left: 0
    }

    .rtl .offset-lg-9\/10 {
        margin-right: 90%;
        margin-left: 0
    }

    .rtl .offset-lg-52 {
        margin-right: 52%;
        margin-left: 0
    }

    .rtl .offset-lg-35\/8333333 {
        margin-right: 35.8333333%;
        margin-left: 0
    }

    .rtl .offset-lg-64\/1666667 {
        margin-right: 64.1666667%;
        margin-left: 0
    }

    .rtl .offset-lg-31\/15 {
        margin-right: 31.15%;
        margin-left: 0
    }

    .rtl .offset-lg-68\/85 {
        margin-right: 68.85%;
        margin-left: 0
    }

    .rtl .offset-lg-52\/5 {
        margin-right: 52.5%;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-xl-1\/5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-xl-1\/7 {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .col-xl-1\/8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xl-1\/9 {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .col-xl-1\/11 {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .col-xl-2\/5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-3\/5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-4\/5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xl-1\/10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xl-3\/10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xl-5\/10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7\/10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xl-9\/10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xl-52 {
        flex: 0 0 52%;
        max-width: 52%
    }

    .col-xl-35\/8333333 {
        flex: 0 0 35.8333333%;
        max-width: 35.8333333%
    }

    .col-xl-64\/1666667 {
        flex: 0 0 64.1666667%;
        max-width: 64.1666667%
    }

    .col-xl-31\/15 {
        flex: 0 0 31.15%;
        max-width: 31.15%
    }

    .col-xl-68\/85 {
        flex: 0 0 68.85%;
        max-width: 68.85%
    }

    .col-xl-52\/5 {
        flex: 0 0 52.5%;
        max-width: 52.5%
    }

    .offset-xl-1\/5 {
        margin-left: 20%
    }

    .offset-xl-1\/7 {
        margin-left: 14.2857142857%
    }

    .offset-xl-1\/8 {
        margin-left: 12.5%
    }

    .offset-xl-1\/9 {
        margin-left: 11.1111111111%
    }

    .offset-xl-1\/11 {
        margin-left: 9.0909090909%
    }

    .offset-xl-2\/5 {
        margin-left: 40%
    }

    .offset-xl-3\/5 {
        margin-left: 60%
    }

    .offset-xl-4\/5 {
        margin-left: 80%
    }

    .offset-xl-1\/10 {
        margin-left: 10%
    }

    .offset-xl-3\/10 {
        margin-left: 30%
    }

    .offset-xl-5\/10 {
        margin-left: 50%
    }

    .offset-xl-7\/10 {
        margin-left: 70%
    }

    .offset-xl-9\/10 {
        margin-left: 90%
    }

    .offset-xl-52 {
        margin-left: 52%
    }

    .offset-xl-35\/8333333 {
        margin-left: 35.8333333%
    }

    .offset-xl-64\/1666667 {
        margin-left: 64.1666667%
    }

    .offset-xl-31\/15 {
        margin-left: 31.15%
    }

    .offset-xl-68\/85 {
        margin-left: 68.85%
    }

    .offset-xl-52\/5 {
        margin-left: 52.5%
    }

    .rtl .offset-xl-1\/5 {
        margin-right: 20%;
        margin-left: 0
    }

    .rtl .offset-xl-1\/7 {
        margin-right: 14.2857142857%;
        margin-left: 0
    }

    .rtl .offset-xl-1\/8 {
        margin-right: 12.5%;
        margin-left: 0
    }

    .rtl .offset-xl-1\/9 {
        margin-right: 11.1111111111%;
        margin-left: 0
    }

    .rtl .offset-xl-1\/11 {
        margin-right: 9.0909090909%;
        margin-left: 0
    }

    .rtl .offset-xl-2\/5 {
        margin-right: 40%;
        margin-left: 0
    }

    .rtl .offset-xl-3\/5 {
        margin-right: 60%;
        margin-left: 0
    }

    .rtl .offset-xl-4\/5 {
        margin-right: 80%;
        margin-left: 0
    }

    .rtl .offset-xl-1\/10 {
        margin-right: 10%;
        margin-left: 0
    }

    .rtl .offset-xl-3\/10 {
        margin-right: 30%;
        margin-left: 0
    }

    .rtl .offset-xl-5\/10 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-xl-7\/10 {
        margin-right: 70%;
        margin-left: 0
    }

    .rtl .offset-xl-9\/10 {
        margin-right: 90%;
        margin-left: 0
    }

    .rtl .offset-xl-52 {
        margin-right: 52%;
        margin-left: 0
    }

    .rtl .offset-xl-35\/8333333 {
        margin-right: 35.8333333%;
        margin-left: 0
    }

    .rtl .offset-xl-64\/1666667 {
        margin-right: 64.1666667%;
        margin-left: 0
    }

    .rtl .offset-xl-31\/15 {
        margin-right: 31.15%;
        margin-left: 0
    }

    .rtl .offset-xl-68\/85 {
        margin-right: 68.85%;
        margin-left: 0
    }

    .rtl .offset-xl-52\/5 {
        margin-right: 52.5%;
        margin-left: 0
    }
}

@media (min-width: 1440px) {
    .col-xxl-1\/5 {
        flex:0 0 20%;
        max-width: 20%
    }

    .col-xxl-1\/7 {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .col-xxl-1\/8 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xxl-1\/9 {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .col-xxl-1\/11 {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .col-xxl-2\/5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xxl-3\/5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xxl-4\/5 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xxl-1\/10 {
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-xxl-3\/10 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-xxl-5\/10 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7\/10 {
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-xxl-9\/10 {
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-xxl-52 {
        flex: 0 0 52%;
        max-width: 52%
    }

    .col-xxl-35\/8333333 {
        flex: 0 0 35.8333333%;
        max-width: 35.8333333%
    }

    .col-xxl-64\/1666667 {
        flex: 0 0 64.1666667%;
        max-width: 64.1666667%
    }

    .col-xxl-31\/15 {
        flex: 0 0 31.15%;
        max-width: 31.15%
    }

    .col-xxl-68\/85 {
        flex: 0 0 68.85%;
        max-width: 68.85%
    }

    .col-xxl-52\/5 {
        flex: 0 0 52.5%;
        max-width: 52.5%
    }

    .offset-xxl-1\/5 {
        margin-left: 20%
    }

    .offset-xxl-1\/7 {
        margin-left: 14.2857142857%
    }

    .offset-xxl-1\/8 {
        margin-left: 12.5%
    }

    .offset-xxl-1\/9 {
        margin-left: 11.1111111111%
    }

    .offset-xxl-1\/11 {
        margin-left: 9.0909090909%
    }

    .offset-xxl-2\/5 {
        margin-left: 40%
    }

    .offset-xxl-3\/5 {
        margin-left: 60%
    }

    .offset-xxl-4\/5 {
        margin-left: 80%
    }

    .offset-xxl-1\/10 {
        margin-left: 10%
    }

    .offset-xxl-3\/10 {
        margin-left: 30%
    }

    .offset-xxl-5\/10 {
        margin-left: 50%
    }

    .offset-xxl-7\/10 {
        margin-left: 70%
    }

    .offset-xxl-9\/10 {
        margin-left: 90%
    }

    .offset-xxl-52 {
        margin-left: 52%
    }

    .offset-xxl-35\/8333333 {
        margin-left: 35.8333333%
    }

    .offset-xxl-64\/1666667 {
        margin-left: 64.1666667%
    }

    .offset-xxl-31\/15 {
        margin-left: 31.15%
    }

    .offset-xxl-68\/85 {
        margin-left: 68.85%
    }

    .offset-xxl-52\/5 {
        margin-left: 52.5%
    }

    .rtl .offset-xxl-1\/5 {
        margin-right: 20%;
        margin-left: 0
    }

    .rtl .offset-xxl-1\/7 {
        margin-right: 14.2857142857%;
        margin-left: 0
    }

    .rtl .offset-xxl-1\/8 {
        margin-right: 12.5%;
        margin-left: 0
    }

    .rtl .offset-xxl-1\/9 {
        margin-right: 11.1111111111%;
        margin-left: 0
    }

    .rtl .offset-xxl-1\/11 {
        margin-right: 9.0909090909%;
        margin-left: 0
    }

    .rtl .offset-xxl-2\/5 {
        margin-right: 40%;
        margin-left: 0
    }

    .rtl .offset-xxl-3\/5 {
        margin-right: 60%;
        margin-left: 0
    }

    .rtl .offset-xxl-4\/5 {
        margin-right: 80%;
        margin-left: 0
    }

    .rtl .offset-xxl-1\/10 {
        margin-right: 10%;
        margin-left: 0
    }

    .rtl .offset-xxl-3\/10 {
        margin-right: 30%;
        margin-left: 0
    }

    .rtl .offset-xxl-5\/10 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-xxl-7\/10 {
        margin-right: 70%;
        margin-left: 0
    }

    .rtl .offset-xxl-9\/10 {
        margin-right: 90%;
        margin-left: 0
    }

    .rtl .offset-xxl-52 {
        margin-right: 52%;
        margin-left: 0
    }

    .rtl .offset-xxl-35\/8333333 {
        margin-right: 35.8333333%;
        margin-left: 0
    }

    .rtl .offset-xxl-64\/1666667 {
        margin-right: 64.1666667%;
        margin-left: 0
    }

    .rtl .offset-xxl-31\/15 {
        margin-right: 31.15%;
        margin-left: 0
    }

    .rtl .offset-xxl-68\/85 {
        margin-right: 68.85%;
        margin-left: 0
    }

    .rtl .offset-xxl-52\/5 {
        margin-right: 52.5%;
        margin-left: 0
    }
}

.row.gutters-grid {
    margin: -15px
}

.row.gutters-grid > * {
    padding: 15px
}

@media (max-width: 479.98px) {
    .justify-content-max-start {
        justify-content:flex-start !important
    }

    .justify-content-max-end {
        justify-content: flex-end !important
    }

    .justify-content-max-center {
        justify-content: center !important
    }

    .justify-content-max-between {
        justify-content: space-between !important
    }

    .justify-content-max-around {
        justify-content: space-around !important
    }
}

@media (max-width: 575.98px) {
    .justify-content-max-xs-start {
        justify-content:flex-start !important
    }

    .justify-content-max-xs-end {
        justify-content: flex-end !important
    }

    .justify-content-max-xs-center {
        justify-content: center !important
    }

    .justify-content-max-xs-between {
        justify-content: space-between !important
    }

    .justify-content-max-xs-around {
        justify-content: space-around !important
    }
}

@media (max-width: 767.98px) {
    .justify-content-max-sm-start {
        justify-content:flex-start !important
    }

    .justify-content-max-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-max-sm-center {
        justify-content: center !important
    }

    .justify-content-max-sm-between {
        justify-content: space-between !important
    }

    .justify-content-max-sm-around {
        justify-content: space-around !important
    }
}

@media (max-width: 1024.98px) {
    .justify-content-max-md-start {
        justify-content:flex-start !important
    }

    .justify-content-max-md-end {
        justify-content: flex-end !important
    }

    .justify-content-max-md-center {
        justify-content: center !important
    }

    .justify-content-max-md-between {
        justify-content: space-between !important
    }

    .justify-content-max-md-around {
        justify-content: space-around !important
    }
}

@media (max-width: 1199.98px) {
    .justify-content-max-lg-start {
        justify-content:flex-start !important
    }

    .justify-content-max-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-max-lg-center {
        justify-content: center !important
    }

    .justify-content-max-lg-between {
        justify-content: space-between !important
    }

    .justify-content-max-lg-around {
        justify-content: space-around !important
    }
}

@media (max-width: 1439.98px) {
    .justify-content-max-xl-start {
        justify-content:flex-start !important
    }

    .justify-content-max-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-max-xl-center {
        justify-content: center !important
    }

    .justify-content-max-xl-between {
        justify-content: space-between !important
    }

    .justify-content-max-xl-around {
        justify-content: space-around !important
    }
}

.justify-content-max-xxl-start {
    justify-content: flex-start !important
}

.justify-content-max-xxl-end {
    justify-content: flex-end !important
}

.justify-content-max-xxl-center {
    justify-content: center !important
}

.justify-content-max-xxl-between {
    justify-content: space-between !important
}

.justify-content-max-xxl-around {
    justify-content: space-around !important
}

.cms-mousewheel {
    overflow: hidden;
    height: 100%;
    max-height: 100vh
}

.cms-mousewheel > * {
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% + 34px);
    padding-right: 34px;
    height: 100%;
    max-height: 100vh;
    padding-bottom: 50px
}

.cms-mousewheel > * select,.cms-mousewheel > * table {
    width: calc(100% - 34px)
}

[dir='rtl'] .cms-mousewheel > * {
    padding-right: 0;
    padding-left: 34px
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-ms-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@-moz-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@-ms-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@-o-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@-webkit-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@-moz-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@-ms-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@-o-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@-ms-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@-o-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-ms-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes spin-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes spin-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }

    20% {
        opacity: 0.8
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-moz-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }

    20% {
        opacity: 0.8
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-ms-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }

    20% {
        opacity: 0.8
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-o-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }

    20% {
        opacity: 0.8
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }

    20% {
        opacity: 0.8
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-ms-keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-o-keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-o-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-ms-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-moz-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-ms-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-o-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes vibrate {
    0% {
        top: 0px
    }

    25% {
        top: -5px
    }

    50% {
        top: 0px
    }

    75% {
        top: 5px
    }

    100% {
        top: 0px
    }
}

@-moz-keyframes vibrate {
    0% {
        top: 0px
    }

    25% {
        top: -5px
    }

    50% {
        top: 0px
    }

    75% {
        top: 5px
    }

    100% {
        top: 0px
    }
}

@-ms-keyframes vibrate {
    0% {
        top: 0px
    }

    25% {
        top: -5px
    }

    50% {
        top: 0px
    }

    75% {
        top: 5px
    }

    100% {
        top: 0px
    }
}

@-o-keyframes vibrate {
    0% {
        top: 0px
    }

    25% {
        top: -5px
    }

    50% {
        top: 0px
    }

    75% {
        top: 5px
    }

    100% {
        top: 0px
    }
}

@keyframes vibrate {
    0% {
        top: 0px
    }

    25% {
        top: -5px
    }

    50% {
        top: 0px
    }

    75% {
        top: 5px
    }

    100% {
        top: 0px
    }
}

@-webkit-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }

    50% {
        right: 20px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

@-moz-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }

    50% {
        right: 20px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

@-ms-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }

    50% {
        right: 20px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

@-o-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }

    50% {
        right: 20px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

@keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }

    50% {
        right: 20px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

@-webkit-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }

    50% {
        left: 20px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@-moz-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }

    50% {
        left: 20px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@-ms-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }

    50% {
        left: 20px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@-o-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }

    50% {
        left: 20px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }

    50% {
        left: 20px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

.wp-block-button {
    margin-bottom: 20px
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-cover {
    color: #fff
}

.single-post p[class],.single-post p[style] {
    line-height: normal;
    clear: both;
    overflow: hidden
}

[class*="wp-block-"] {
    margin-top: 30px;
    margin-bottom: 30px
}

[class*="wp-block-"]:first-child {
    margin-top: 0
}

[class*="wp-block-"]:last-child {
    margin-bottom: 0
}

[class*="wp-block-"] [class*="wp-block-"] {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-group.has-background {
    padding: 15px 20px
}

.wp-block-group .wp-block-button + * {
    padding-top: 15px
}

.wp-block-rss {
    list-style: none
}

.wp-block-table .has-fixed-layout {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.blocks-gallery-caption {
    margin-bottom: 30px
}

.wp-caption.alignright {
    margin-bottom: 0 !important
}

.cms-ac-content {
    display: none
}

.cms-ac-title [class*="cms-ac-title-icon-"] {
    font-size: 20px
}

.cms-ac-title .cms-ac-title-icon-close {
    font-size: 14px
}

.cms-accordion-layout1 .cms-accordion-item {
    padding: 22px 30px;
    border: 2px solid var(--color-secondary);
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 30px;
    cursor: pointer
}

.cms-accordion-layout1 .cms-accordion-item:last-child {
    margin-bottom: 0
}

.cms-accordion-layout1 .cms-accordion-item:hover,.cms-accordion-layout1 .cms-accordion-item.active {
    border-color: var(--color-accent)
}

.cms-accordion-layout1 .cms-accordion-item:hover .cms-ac-title-text,.cms-accordion-layout1 .cms-accordion-item.active .cms-ac-title-text,.cms-accordion-layout1 .cms-accordion-item:hover .cms-ac-title-icon,.cms-accordion-layout1 .cms-accordion-item.active .cms-ac-title-icon {
    color: var(--color-accent)
}

.cms-accordion-layout1 .cms-accordion-item .cms-ac-title-icon-open {
    display: none
}

.cms-accordion-layout1 .cms-accordion-item.active .cms-ac-title-icon-close {
    display: none
}

.cms-accordion-layout1 .cms-accordion-item.active .cms-ac-title-icon-open {
    display: inline-block
}

.cms-accordion-layout1 .cms-ac-title-text {
    font-size: 16px
}

.cms-accordion-layout1 .cms-ac-content {
    padding: 10px 0 0
}

.cms-careers-layout-1 .job-type {
    background-color: var(--color-accent);
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px
}

.cms-clients-layout-1 .cms-client-img {
    min-height: 50px;
    line-height: 50px
}

.cms-clients-layout-1 .cms-client-img img {
    vertical-align: middle
}

.cms-clients-layout-1 .cms-client-item {
    border-top: 3px solid transparent;
    padding: 70px 0
}

.cms-clients-layout-1 .cms-client-item:hover {
    border-color: var(--color-accent)
}

.cms-company-history .content-item {
    display: flex
}

.cms-company-history .content-item .left-content {
    padding-right: 42px;
    position: relative
}

.cms-company-history .content-item .left-content span.dot {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid #dcdee2;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: -11px
}

.cms-company-history .content-item .left-content span.dot:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid var(--color-accent);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-company-history .content-item .left-content:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #dcdee2;
    position: absolute;
    top: 26px;
    right: 0;
    bottom: -3px
}

.cms-company-history .content-item .left-content .timeline-year {
    width: 75px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 0;
    background-color: var(--color-accent);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.cms-company-history .content-item .left-content .timeline-year:before {
    position: absolute;
    content: "";
    display: block;
    height: 21px;
    width: 21px;
    top: 50%;
    right: -9px;
    background-color: var(--color-accent);
    transform: translateY(-50%) rotate(45deg)
}

.cms-company-history .content-item .right-content {
    padding-left: 40px
}

.cms-company-history .content-item .right-content .timeline-title {
    margin-bottom: 13px
}

.cms-company-history .content-item .right-content .timeline-text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px
}

.cms-company-history .content-item:last-child .right-content .timeline-text {
    margin-bottom: 0
}

.cms-company-history .content-item:last-child .left-content:after {
    bottom: 7px
}

@media (max-width: 767px) {
    .cms-company-history .content-item {
        flex-direction:column
    }

    .cms-company-history .content-item span.dot,.cms-company-history .content-item .left-content:after {
        display: none !important
    }

    .cms-company-history .content-item .right-content {
        padding-left: 0;
        margin-top: 15px
    }
}

.cms-countdown-layout-1 .time-item-inner {
    min-width: 100px
}

.cms-countdown-layout-1 .inner-number {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--heading-font-family)
}

.cms-countdown-layout-1 .inner-text {
    font-size: 17px
}

.cms-counter-number {
    white-space: nowrap;
    overflow: hidden
}

.cms-counter-layout1 .cms-counter-image img {
    max-width: 37px
}

.cms-counter-layout2 .cms-counter-wrap:after {
    content: '';
    width: 28px;
    height: 2px;
    display: block;
    background-color: var(--color-secondary);
    margin-top: 22px
}

.cms-counter-links .cms-link {
    padding-bottom: 5px
}

.cms-counter-links .cms-link:last-child {
    padding-bottom: 0
}

.cms-cta-bottom-divider {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 3px
}

.cms-cta-layout-1 .text-underline {
    text-decoration: none;
    border-bottom: 2px solid
}

.cms-cta-layout-1 .text-underline:not([class="text-white"]):not([class="text-fff"]):hover {
    color: #fff;
    border-bottom-color: #fff
}

.cms-cta-layout-1 a.text-underline.text-accent:hover {
    color: var(--color-primary) !important;
    border-bottom-color: var(--color-primary) !important
}

.cms-cta-layout-2 .cms-cta-wrap {
    background-color: #f4f4f4;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 40px
}

@media (max-width: 767px) {
    .cms-cta-layout-2 .cms-cta-wrap {
        padding-left:20px;
        padding-right: 20px
    }
}

.cms-cta-layout-2 .cms-btn-content {
    justify-content: space-between
}

.cms-features-section {
    padding: 19px 50px;
    -webkit-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px
}

@media (max-width: 767px) {
    .cms-features-section {
        padding-left:20px;
        padding-right: 20px
    }
}

.cms-feature-item:not(:last-child) {
    padding-bottom: 13px
}

.cms-feature-item .cms-icon-wrap {
    padding-right: 5px
}

.cms-heading-singnature {
    padding: 17px 44px 17px 0
}

.cms-heading-singnature img {
    position: absolute;
    top: 0;
    left: 0
}

.cms-heading-feature-item:not(:last-child) {
    padding-bottom: 10px
}

.cms-heading-feature-item .cms-icon {
    font-size: 22px
}

.cms-heading-layout-4 .btn-accent:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-accent)
}

.cms-heading-layout-6 .cms-heading-features {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.cms-heading-layout-6 .cms-heading-features .cms-heading-feature-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 991px) {
    .cms-heading-layout-6 .cms-heading-features .cms-heading-feature-item {
        flex:0 0 100%;
        max-width: 100%
    }
}

.cms-heading-layout-7 .cms-heading-wrapper {
    padding-top: 130px
}

.cms-heading-layout-7 .cms-heading-img {
    position: absolute;
    top: 0
}

@media (min-width: 1200px) {
    .cms-heading-layout-7 .cms-heading-img {
        right:-15px
    }

    [dir="rtl"] .cms-heading-layout-7 .cms-heading-img {
        right: auto;
        left: -15px
    }

    .cms-heading-layout-7 .cms-heading-img.order-last {
        left: -15px
    }

    [dir="rtl"] .cms-heading-layout-7 .cms-heading-img.order-last {
        left: auto;
        right: -15px
    }
}

.cms-heading-layout-7 .cms-heading-content {
    position: relative;
    z-index: 1
}

@media (min-width: 1200px) {
    .cms-heading-layout-7 .cms-heading-content.order-last {
        margin-left:47.5%;
        padding-left: 100px
    }

    [dir="rtl"] .cms-heading-layout-7 .cms-heading-content.order-last {
        margin-left: 0;
        margin-right: 47.5%;
        padding-left: 15px;
        padding-right: 100px
    }
}

.cms-heading-layout-7 .cms-heading-desc {
    position: relative
}

.cms-heading-layout-7 .cms-heading-desc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    background-color: var(--color-accent)
}

[dir="rtl"] .cms-heading-layout-7 .cms-heading-desc:before {
    left: auto;
    right: 0
}

.cms-headline-layout-1 .cms-headline-content {
    max-width: 320px
}

.cms-howitwork .cms-howitwork-img {
    position: absolute;
    left: 0;
    right: 0
}

@media (min-width: 992px) {
    .cms-howitwork .cms-howitwork-content {
        max-width:95%
    }
}

@media (min-width: 1200px) {
    .cms-howitwork .cms-howitwork-content {
        max-width:70.625%;
        padding-bottom: 55px
    }
}

@media (min-width: 768px) {
    .cms-howitwork .cms-howitwork-item-img {
        width:66.3716814159%
    }
}

.cms-howitwork .cms-howitwork-item-content {
    margin: 0 auto;
    position: relative
}

.cms-howitwork .cms-howitwork-item-content:before {
    content: '';
    height: 4px;
    background-color: var(--color-accent);
    position: absolute;
    top: 0;
    left: 0;
    width: 124px
}

[dir="rtl"] .cms-howitwork .cms-howitwork-item-content:before {
    left: auto;
    right: 0
}

@media (max-width: 1600px) {
    .cms-howitwork .cms-howitwork-item-content:before {
        width:34.4827586207%
    }
}

@media (min-width: 992px) {
    .cms-howitwork .cms-howitwork-item-content {
        position:absolute;
        right: 0;
        bottom: 0;
        max-width: 90%
    }
}

@media (min-width: 1200px) {
    .cms-howitwork .cms-howitwork-item-content {
        max-width:75%
    }
}

@media (min-width: 1400px) {
    .cms-howitwork .cms-howitwork-item-content {
        max-width:580px
    }
}

@media (min-width: 1601px) {
    .cms-howitwork .cms-howitwork-rating {
        margin-right:166px !important
    }
}

@media (min-width: 992px) {
    .cms-howitwork .cms-howitwork-rating {
        max-width:815px;
        margin-right: 8.8495575221%
    }
}

.cms-howitwork .cms-howitwork-rated {
    border-bottom: 2px solid
}

.cms-howitwork .cms-howitwork-star {
    font-size: 14px;
    color: var(--color-accent);
    letter-spacing: 5px
}

.cms-howitwork .cms-howitwork-star:before {
    content: "\6f\6f\6f\6f\6f"
}

.cms-howitwork .cms-howitwork-r-img,.cms-howitwork .cms-howitwork-item-img {
    background-position: center
}

.elementor-widget-cms_icon_box .cms-icon-wrap {
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.elementor-widget-cms_icon_box:hover .cms-icon-wrap:not(.cms-link-icon):not(.cms-btn-icon) {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.cms-icon-box-layout-2 .icon-position {
    position: absolute;
    font-size: 110px;
    line-height: 1;
    bottom: -20px;
    right: 0
}

.cms-icon-box-layout-2.cms-icon-box-icon-position-start .icon-position {
    top: 0;
    left: 0
}

.cms-icon-box-layout-2.cms-icon-box-icon-position-top .icon-position {
    top: 0;
    right: 0
}

.cms-icon-box-layout-2.cms-icon-box-icon-position-bottom .icon-position {
    bottom: -20px;
    left: 0
}

.cms-icon-box-layout-2.cms-icon-box-icon-position-end .icon-position {
    bottom: -20px;
    right: 0
}

.cms-icon-box-layout-3 .cms-icon-boxes:before {
    content: '';
    display: block;
    width: calc(100% - 80px);
    height: 4px;
    margin: 0 auto;
    background-color: var(--color-accent);
    position: absolute;
    top: 0
}

.cms-icon-box-layout-3 .main-icon {
    position: relative
}

.cms-icon-box-layout-3 .main-icon:before {
    content: '';
    width: 54px;
    height: 54px;
    display: block;
    background-color: #ecf6ea;
    position: absolute;
    left: -10px;
    top: -10px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-icon-box-layout-3 .col-sm-auto + .col {
    margin-top: -10px
}

.cms-icon-box-layout-3 .cms-icon-boxes:hover {
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

.cms-icon-box-layout-3 .cms-icon-boxes:hover .main-icon:before {
    bottom: 0;
    right: -10px;
    width: 84px;
    height: 84px
}

.cms-icon-box-layout-3 .slick-list {
    padding-top: 15px
}

.cms-icon-box-layout-5 .cms-icon-boxes:before,.cms-icon-box-layout-7 .cms-icon-boxes:before,.cms-icon-box-layout-5 .cms-icon-boxes:after,.cms-icon-box-layout-7 .cms-icon-boxes:after {
    content: '';
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-icon-box-layout-5 .cms-icon-boxes:before,.cms-icon-box-layout-7 .cms-icon-boxes:before {
    width: 100%;
    background-color: var(--color-secondary)
}

.cms-icon-box-layout-5 .cms-icon-boxes:after,.cms-icon-box-layout-7 .cms-icon-boxes:after {
    width: 0;
    left: 50%;
    background-color: var(--color-accent)
}

.cms-icon-box-layout-5 .cms-main-icon,.cms-icon-box-layout-7 .cms-main-icon {
    position: relative
}

.cms-icon-box-layout-5 .cms-main-icon:before,.cms-icon-box-layout-7 .cms-main-icon:before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background-color: #ecf6ea;
    position: absolute;
    left: -10px;
    top: -10px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

[dir="rtl"] .cms-icon-box-layout-5 .cms-main-icon:before,[dir="rtl"] .cms-icon-box-layout-7 .cms-main-icon:before {
    left: auto;
    right: -10px
}

.cms-icon-box-layout-5 .col-sm-auto + .col,.cms-icon-box-layout-7 .col-sm-auto + .col {
    margin-top: -10px
}

.cms-icon-box-layout-5 .cms-icon-boxes:hover:after,.cms-icon-box-layout-7 .cms-icon-boxes:hover:after {
    width: 100%;
    left: 0
}

.cms-icon-box-layout-5 .cms-icon-boxes:hover .cms-main-icon:before,.cms-icon-box-layout-7 .cms-icon-boxes:hover .cms-main-icon:before {
    bottom: 0;
    right: -10px;
    width: 94px;
    height: 94px
}

.cms-icon-box-layout-5 .cms-icon-boxes:before,.cms-icon-box-layout-5 .cms-icon-boxes:after {
    top: 0
}

.cms-icon-box-layout-7 .cms-icon-boxes:before,.cms-icon-box-layout-7 .cms-icon-boxes:after {
    bottom: 0
}

.cms-icon-box-layout-7 .cms-btn-icon {
    color: var(--color-accent)
}

.cms-icon-box-layout-7 .cms-icon-boxes:hover .cms-btn-icon {
    color: #fff
}

.cms-icon-box-layout-6 .cms-icon-box-wrap {
    padding-bottom: 40px
}

.cms-icon-box-layout-6 .cms-icon-box-content {
    bottom: 0;
    right: 40px;
    max-width: calc(100% - 80px)
}

[dir="rtl"] .cms-icon-box-layout-6 .cms-icon-box-content {
    right: auto;
    left: 40px
}

@media (min-width: 1200px) {
    .cms-icon-box-layout-6 .cms-icon-box-content {
        max-width:57.3770491803%
    }
}

.cms-icon-box-layout-6 .icon-position {
    position: absolute;
    font-size: 132px;
    line-height: 1;
    bottom: 20px;
    right: 20px
}

.cms-icon-box-layout-6.cms-icon-box-icon-position-start .icon-position {
    top: 20px;
    left: 20px
}

.cms-icon-box-layout-6.cms-icon-box-icon-position-top .icon-position {
    top: 20px;
    right: 20px
}

.cms-icon-box-layout-6.cms-icon-box-icon-position-bottom .icon-position {
    bottom: 20px;
    left: 20px
}

.cms-icon-box-layout-6.cms-icon-box-icon-position-end .icon-position {
    bottom: 20px;
    right: 20px
}

.cms-icon-box-layout-8 .cms-icon-boxes:before {
    content: '';
    display: block;
    width: calc(100% - 80px);
    height: 4px;
    margin: 0 auto;
    background-color: var(--color-accent);
    position: absolute;
    top: 0
}

.cms-icon-box-layout-8 .col-sm-auto + .col {
    margin-top: -10px
}

.cms-icon-box-layout-8 .cms-btn-text {
    color: var(--color-accent)
}

.cms-icon-box-layout-8 .cms-icon-boxes:hover {
    -webkit-transform: translateY(-15px);
    -khtml-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

.cms-icon-box-layout-8 .cms-icon-boxes:hover .cms-readmore {
    color: var(--color-accent)
}

.cms-icon-box-layout-8 .slick-list {
    padding-top: 15px
}

.cms-icon-box-layout-11 .cms-icon-boxes {
    border: 2px solid #e1e1e1
}

.cms-icon-box-layout-11 .cms-icon-boxes:before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    margin: 0 auto;
    background-color: var(--color-accent);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-icon-box-layout-11 .col-sm-auto + .col {
    margin-top: -10px
}

.cms-icon-box-layout-11 .cms-icon-wrap:not(.cms-btn-icon) {
    margin-top: -5px
}

.cms-icon-box-layout-11 .cms-main-icon {
    position: relative
}

.cms-icon-box-layout-11 .cms-main-icon:before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background-color: #ecf6ea;
    position: absolute;
    left: -10px;
    top: -10px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

[dir="rtl"] .cms-icon-box-layout-11 .cms-main-icon:before {
    left: auto;
    right: -10px
}

.cms-icon-box-layout-11 .cms-icon-boxes:hover {
    border-color: transparent
}

.cms-icon-box-layout-11 .cms-icon-boxes:hover:before {
    width: calc(100% - 60px);
    left: 30px
}

.cms-icon-box-layout-11 .cms-icon-boxes:hover .cms-readmore {
    color: var(--color-accent)
}

.cms-icon-box-layout-11 .slick-list {
    padding-top: 15px
}

.cms-icon-box-layout-12 .cms-icon-box-inner {
    padding-top: 23px;
    padding-bottom: 23px
}

.cms-icon-box-layout-12 .icon-position {
    position: absolute;
    font-size: 110px;
    line-height: 1;
    top: -5px;
    right: 0
}

.cms-icon-box-layout-12.cms-icon-box-icon-position-start .icon-position {
    top: 0;
    left: 0
}

.cms-icon-box-layout-12.cms-icon-box-icon-position-top .icon-position {
    top: 0;
    right: 0
}

.cms-icon-box-layout-12.cms-icon-box-icon-position-bottom .icon-position {
    bottom: -20px;
    left: 0
}

.cms-icon-box-layout-12.cms-icon-box-icon-position-end .icon-position {
    bottom: -20px;
    right: 0
}

.cms-list-layout-1 .cms-list-item {
    margin-bottom: 25px
}

.cms-list-layout-1 .cms-list-item:last-child {
    margin-bottom: 0
}

.cms-list-layout-1 .cms-list-item .cms-list-title:before {
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 5px;
    display: inline-block;
    background: var(--color-primary);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

[dir="rtl"] .cms-list-layout-1 .cms-list-item .cms-list-title:before {
    margin-right: 0;
    margin-left: 5px
}

.cms-list-layout-2 .cms-list-item {
    padding-bottom: 15px
}

.cms-list-layout-2 .cms-list-item:last-child {
    padding-bottom: 0
}

.cms-list-layout-3 .cms-list-item {
    padding-bottom: 5px
}

.cms-list-layout-3 .cms-list-item .cms-icon {
    font-size: 13px
}

.cms-list-layout-3 .cms-list-item:last-child {
    padding-bottom: 0
}

.cms-locate-pointer-layout-1 .inner-content {
    position: relative
}

.cms-locate-pointer-layout-1 .img-bg {
    text-align: center
}

.cms-locate-pointer-layout-1 .item-pointer {
    position: absolute;
    cursor: pointer
}

.cms-locate-pointer-layout-1 .item-pointer .item--inner {
    width: 42px;
    height: 42px;
    position: relative
}

.cms-locate-pointer-layout-1 .item-pointer .item--image {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-locate-pointer-layout-1 .item-pointer .item--image img {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid rgba(138, 138, 138, 0.5);
    z-index: 1
}

.cms-locate-pointer-layout-1 .item-pointer .item--image img,.cms-locate-pointer-layout-1 .item-pointer .item--image .locate-point {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cms-locate-pointer-layout-1 .item-pointer .item--image:hover img {
    border-color: #99c893
}

.cms-locate-pointer-layout-1 .item-pointer .item-holder {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 140px;
    left: calc(50% - 50px);
    z-index: 999;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

[dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer .item-holder {
    left: auto;
    right: calc(50% - 50px)
}

.cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder {
    width: 330px;
    max-width: 100%;
    min-height: 140px;
    background-color: #fff;
    color: var(--color-primary);
    padding: 22px 30px;
    position: relative;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder:after {
    content: "";
    bottom: -10px;
    left: 38px;
    position: absolute;
    display: block;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff
}

[dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder:after {
    left: auto;
    right: 38px
}

@media (max-width: 480px) {
    .cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder {
        max-width:300px
    }
}

.cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder {
    right: calc(50% - 50px);
    left: auto
}

.cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder .inner-holder:after {
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
    border-left: 0;
    left: auto;
    right: 50px
}

[dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder .inner-holder:after {
    left: 50px;
    right: auto
}

[dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder {
    right: auto;
    left: calc(50% - 50px)
}

.cms-locate-pointer-layout-1 .item-pointer:hover {
    overflow: visible
}

.cms-locate-pointer-layout-1 .item-pointer:hover .item--image {
    border-color: #9aca94
}

.cms-locate-pointer-layout-1 .item-pointer:hover .item-holder {
    visibility: visible;
    opacity: 1;
    bottom: 70px;
    clip: inherit
}

.cms-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.cms-menu-vert li {
    padding: 2px 0
}

.cms-menu-vert li a {
    color: #213360;
    background: #fff;
    display: block;
    padding: 20px 30px;
    -webkit-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px;
    font-weight: 700;
    font-size: 15px
}

.cms-menu-vert li a .menu-icon {
    margin-right: 10px;
    position: relative
}

.cms-menu-vert li a .menu-icon:before {
    font-family: "cms-solatec";
    content: "\f068";
    text-transform: none !important
}

.cms-menu-vert li.current-menu-item > a,.cms-menu-vert li > a:hover {
    color: #fff;
    background-color: #213360
}

.cms-menu-vert li.current-menu-item > a .menu-icon,.cms-menu-vert li > a:hover .menu-icon {
    -webkit-animation: readmoreIcon 300ms linear 0s;
    -khtml-animation: readmoreIcon 300ms linear 0s;
    -moz-animation: readmoreIcon 300ms linear 0s;
    -ms-animation: readmoreIcon 300ms linear 0s;
    -o-animation: readmoreIcon 300ms linear 0s;
    animation: readmoreIcon 300ms linear 0s
}

.cms-menu-vert li.current-menu-item > a .menu-icon:before,.cms-menu-vert li > a:hover .menu-icon:before {
    content: "\f061"
}

.cms-menu-horz {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.cms-menu-horz li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 10px
}

.cms-menu-separator li {
    position: relative
}

.cms-menu-separator li:after {
    content: '';
    width: 4px;
    height: 1px;
    background-color: #9b9b9b;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -2px
}

[dir="rtl"] .cms-menu-separator li:after {
    right: auto;
    left: -2px
}

.cms-menu-separator li:last-child:after {
    display: none
}

.cms-menu-layout-3 .cms-menu-wraps {
    background-color: #e4f2e2;
    position: relative
}

.cms-menu-layout-3 .cms-menu-wraps:after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    right: 40px;
    height: 4px;
    background-color: var(--color-accent)
}

.cms-menu-style-3 li {
    margin-bottom: 1px
}

.cms-menu-style-3 li:last-child {
    margin-bottom: 0
}

.cms-menu-style-3 a {
    display: block;
    padding: 14px 30px;
    background-color: #fff;
    color: var(--color-primary);
    font-weight: 700;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11) !important;
    -khtml-box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11) !important;
    -moz-box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11) !important;
    -ms-box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11) !important;
    -o-box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11) !important;
    box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.11) !important;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.cms-menu-style-3 a .menu-icon {
    font-size: 20px;
    margin-right: 10px;
    -webkit-transform: translateY(4px);
    -khtml-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    display: inline-block
}

[dir="rtl"] .cms-menu-style-3 a .menu-icon {
    margin-right: 0;
    margin-left: 10px
}

.cms-menu-style-3 .current-menu-item a,.cms-menu-style-3 a:hover {
    background-color: var(--color-accent);
    color: #fff
}

.cms-menu-default {
    margin: -3px 0
}

.cms-menu-default li {
    padding: 5px 0
}

.cms-page-title-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center
}

.cms-page-title-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1d2a4d;
    background-image: linear-gradient(180deg, #1d2a4d 34%, #1b1a1a 82%);
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4
}

.cms-page-title-wrapper > .container {
    position: relative;
    z-index: 1
}

.cms-page-title-content:after {
    content: '';
    height: 2px;
    background-color: var(--color-accent);
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px
}

@media (min-width: 992px) {
    .cms-page-title-content:after {
        left:50px;
        right: 50px
    }
}

.cms-page-title-layout-2 .cms-icon {
    background: var(--color-e7f9fc);
    color: var(--color-283b6a);
    -webkit-border-radius: 6px 0 6px 6px;
    -khtml-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    -ms-border-radius: 6px 0 6px 6px;
    -o-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.cms-page-title-layout-2 .cms-icon:before {
    line-height: 94px
}

.cms-page-title-layout-4 .cms-heading {
    font-size: 75px;
    line-height: 85px
}

@media (max-width: 992px) {
    .cms-page-title-layout-4 .cms-heading {
        font-size:60px;
        line-height: 1
    }
}

@media (max-width: 768px) {
    .cms-page-title-layout-4 .cms-heading {
        font-size:40px;
        line-height: 1
    }
}

.cms-page-title-layout-4 .cms-breadcrumb-wrap {
    border-bottom: 1px solid var(--border-color);
    padding: 5px 0 18px
}

.cms-page-title-layout-5 .cms-page-title-gradient {
    padding-top: 85px;
    padding-bottom: 120px
}

@media (min-width: 1200px) {
    .cms-page-title-layout-5 .cms-heading {
        font-size:75px;
        line-height: 85px
    }
}

.cms-page-title-layout-5 .cms-breadcrumb-wrap {
    border-bottom: 1px solid var(--border-color);
    padding: 5px 0 18px
}

.cms-post-featured-layout-1 .cms-post-featured-wrapper {
    padding-top: 150px;
    border-radius: 16px
}

@media (min-width: 1200px) {
    .cms-post-featured-layout-1 .cms-post-featured-wrapper {
        padding-top:395px
    }
}

.cms-post-featured-layout-1 .cms-post-featured-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 4px;
    background-color: var(--color-accent)
}

.cms-post-featured-layout-1 .cms-icon-wrap {
    color: var(--color-accent);
    position: relative
}

.cms-post-featured-layout-1 .cms-icon-wrap:before {
    content: '';
    width: 54px;
    height: 54px;
    background-color: var(--color-accent);
    opacity: 0.1;
    border-radius: 22px;
    position: absolute;
    top: -10px;
    left: 0
}

.cms-post-featured-layout-1 .cms-icon-wrap:before [dir="rtl"] {
    left: auto;
    right: 0
}

.cms-post-item-title {
    position: relative
}

.cms-post-item-title.has-line:before,.cms-post-item-title.has-line:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px
}

[dir="rtl"] .cms-post-item-title.has-line:before,[dir="rtl"] .cms-post-item-title.has-line:after {
    left: auto;
    right: 0
}

.cms-post-item-title.has-line:before {
    width: 103px;
    background: #c8c8c8
}

.cms-post-item-title.has-line:after {
    width: 36px;
    background: var(--color-secondary)
}

.cms-post-layout-1 .cms-item-content-excerpt {
    min-height: 100px;
    max-height: 100px;
    overflow: hidden
}

.cms-post-layout-1 .cms-post-feature-cat {
    background-color: var(--color-accent);
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    bottom: -15px;
    left: 40px
}

.cms-post-layout-1 .cms-post-feature-cat a {
    color: #fff
}

.cms-post-layout-1 .cms-post-feature-cat a:hover {
    color: #fff
}

.cms-post-layout-1 .cms-item-content {
    position: relative
}

.cms-post-layout-1 .cms-item-content:after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: var(--color-accent);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-post-layout-1 .cms-item-content:hover:after {
    width: calc(100% - 80px)
}

.cms-post-layout-3 .cms-item-content-title {
    height: 56px;
    overflow: hidden
}

.cms-post-layout-3 .cms-item-content-excerpt {
    height: 50px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .cms-post-layout-3 .cms-item-content {
        padding-bottom:157px
    }

    .cms-post-layout-3 .cms-item-content-inner {
        position: absolute;
        bottom: -144px;
        left: 0;
        right: 0
    }

    .cms-post-layout-3 .cms-item-content-excerpt {
        padding-top: 10px
    }

    .cms-post-layout-3 .cms-item-content:hover .cms-item-content-inner {
        bottom: 0;
        background-color: #fff
    }

    .cms-post-layout-3 .cms-item-content:hover .cms-item-content-excerpt {
        padding-top: 0
    }

    .cms-post-layout-3 a[data-other-link] {
        display: block !important;
        position: absolute;
        left: -46px;
        font-weight: 700;
        padding-right: 40px;
        bottom: 115px;
        font-weight: 700;
        -webkit-transform: rotate(90deg);
        -khtml-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .cms-post-layout-3 a[data-other-link] span {
        display: none
    }

    [dir="rtl"] .cms-post-layout-3 a[data-other-link] {
        left: auto;
        right: -46px
    }
}

.cms-post-layout-3 a[data-other-link] {
    display: none
}

.cms-post-layout-4 .cms-grid-item {
    margin-bottom: 10px
}

.cms-post-layout-4 .cms-item-content .cms-item-content-inner {
    position: absolute;
    left: 40px;
    bottom: 0;
    margin-bottom: -43px;
    -webkit-border-radius: 8px 0 8px 8px;
    -khtml-border-radius: 8px 0 8px 8px;
    -moz-border-radius: 8px 0 8px 8px;
    -ms-border-radius: 8px 0 8px 8px;
    -o-border-radius: 8px 0 8px 8px;
    border-radius: 8px 0 8px 8px
}

.cms-post-layout-4 .cms-item-content:hover .cms-img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.cms-post-layout-4 .cms-item-content:hover .cms-item-content-inner {
    margin-bottom: -20px;
    background-color: var(--color-accent);
    color: #fff
}

.cms-post-layout-4 .cms-item-content:hover .cms-item-content-inner * {
    color: #fff
}

.cms-post-layout-4 .cms-item-content-title {
    max-height: 56px;
    overflow: hidden
}

.cms-post-layout-5 .cms-item-content:hover {
    background-color: var(--color-accent);
    color: #fff
}

.cms-post-layout-5 .cms-item-content:hover * {
    color: #fff
}

.cms-post-layout-5 .cms-item-content-title {
    max-height: 56px;
    overflow: hidden
}

.cms-post-layout-6 .cms-item-content:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    background-color: var(--color-accent);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 0
}

.cms-post-layout-6 .cms-item-content:hover:after {
    left: 40px;
    width: calc(100% - 80px)
}

.cms-post-layout-7 .cms-social-layout-5 {
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.cms-post-layout-7 .cms-item-content-inner:before,.cms-post-layout-7 .cms-item-content-inner:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-post-layout-7 .cms-item-content-inner:before {
    left: 40px;
    right: 40px;
    background-color: var(--color-primary)
}

.cms-post-layout-7 .cms-item-content-inner:after {
    left: 50%;
    right: 50%;
    background-color: var(--color-accent)
}

.cms-post-layout-7 .cms-item-content:hover .cms-item-content-inner:after {
    left: 40px;
    right: 40px
}

.cms-post-layout-7 .cms-item-content:hover .cms-item-content-inner:before {
    left: 50%;
    right: 50%
}

.cms-post-layout-8 .cms-service-icon.icon {
    width: 114px;
    height: 114px;
    border: 5px solid #d0f3f8;
    line-height: 104px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.cms-post-layout-8 .cms-service-icon.icon > span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cms-post-layout-8 .cms-grid-item:hover .cms-service-icon.icon {
    background-color: var(--color-e7f9fc);
    border-color: var(--color-e7f9fc);
    color: var(--color-accent)
}

.cms-post-layout-8 .cms-grid-item:hover .cms-service-icon img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.cms-post-layout-8 .cms-grid-item:hover .btn {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff
}

.cms-post-layout-8 .cms-grid-item:hover .btn .hover-icon {
    visibility: visible;
    right: 0
}

.cms-post-pagination {
    margin-top: 35px
}

.cms-department-features {
    font-size: 15px;
    font-weight: 700
}

.cms-department-features .cms-department-feature {
    padding: 7px 0;
    border-bottom: 1px solid var(--border-color)
}

.cms-department-features .cms-department-feature:last-child {
    border-bottom: 0
}

.cms-department-features .cms-department-feature:before {
    font-family: "cms-solatec";
    content: "\64";
    text-transform: none !important;
    font-size: 900;
    padding-right: 15px;
    color: var(--color-435ba1);
    font-size: 10px
}

.cms-department-features .cms-department-feature:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 25px;
    height: 1px;
    background-color: #fff
}

[dir="rtl"] .cms-department-features .cms-department-feature:after {
    left: auto;
    right: 0
}

.cms-pricing-badge {
    position: absolute;
    top: -1px;
    right: -20px;
    transform-origin: 0 0;
    transform: rotate(90deg)
}

[dir="rtl"] .cms-pricing-badge {
    right: auto;
    left: -20px;
    transform-origin: 100% 0;
    transform: rotate(270deg)
}

.cms-pricing-layout-1 .cms-pricing-divider-top {
    position: absolute;
    top: 0;
    height: 2px;
    background: var(--color-accent)
}

.cms-pricing-layout-1 .cms-pricing-separator {
    height: 2px;
    background-color: var(--color-secondary);
    margin: 43px -50px 53px
}

.cms-pricing-layout-1 .cms-heading-feature-item .cms-icon {
    font-size: 20px
}

.cms-pricing-layout-2 .cms-price-feature-item,.cms-pricing-layout-4 .cms-price-feature-item {
    border-bottom: 1px solid #dcdee2;
    padding: 13px 0
}

.cms-pricing-layout-2 .cms-price-feature-item:last-child,.cms-pricing-layout-4 .cms-price-feature-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.cms-pricing-layout-2 .cms-price-feature-price > span,.cms-pricing-layout-4 .cms-price-feature-price > span {
    padding: 0 10px;
    border-radius: 4px 4px 0 4px;
    line-height: 27px;
    display: block
}

@media (min-width: 768px) {
    .cms-pricing-layout-3 .cms-heading-features {
        display:flex;
        flex-wrap: wrap
    }

    .cms-pricing-layout-3 .cms-heading-features .cms-heading-feature-item {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }
}

.cms-process-layout-1 .cms-process-item:after {
    content: '';
    display: block;
    width: 109px;
    height: 33px;
    position: absolute;
    right: -55px;
    top: 40px
}

[dir="rtl"] .cms-process-layout-1 .cms-process-item:after {
    right: auto;
    left: -55px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

@media (max-width: 767px) {
    .cms-process-layout-1 .cms-process-item:after {
        filter:alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        visibility: hidden
    }
}

.cms-process-layout-1 .cms-process-item:nth-child(odd):after {
    background: url(../images/process-arrow-1.png) center center no-repeat
}

.cms-process-layout-1 .cms-process-item:nth-child(even):after {
    background: url(../images/process-arrow-2.png) center center no-repeat
}

.cms-process-layout-1 .cms-process-item:last-child:after {
    display: none
}

.cms-progress-wrapper .elementor-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    color: var(--color-26365e)
}

.cms-progress-wrapper .elementor-progress-wrapper {
    height: 2px;
    background-color: #dcdee2
}

.cms-progress-wrapper .elementor-progress-bar {
    background-color: var(--color-435ba1);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 5px;
    position: relative;
    bottom: 7px
}

.cms-progress-wrapper .elementor-progress-percentage {
    position: absolute;
    top: -30px;
    padding: 0;
    right: 0;
    font-size: 15px;
    color: #848e9f;
    font-weight: 700
}

.cms-progress-wrapper + .cms-progress-wrapper {
    margin-top: 26px
}

.cms-qc-timetable-wrap .cms-qc-timetable {
    border-bottom: 1px solid var(--border-color);
    padding: 7px 0
}

.cms-quick-contact-layout-2 .btn-outline:after {
    display: none
}

.cms-quick-contact-layout-2 .cms-phone-icon {
    font-size: 18px;
    margin-top: -2px
}

.cms-quick-contact-layout-5 .cms-phone-icon,.cms-quick-contact-layout-8 .cms-phone-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: var(--color-435ba1);
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 6px 6px 0 6px;
    -khtml-border-radius: 6px 6px 0 6px;
    -moz-border-radius: 6px 6px 0 6px;
    -ms-border-radius: 6px 6px 0 6px;
    -o-border-radius: 6px 6px 0 6px;
    border-radius: 6px 6px 0 6px
}

.cms-quick-contact-layout-3 .cms-qc-content:after {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    height: 3px;
    background-color: var(--color-435ba1)
}

.cms-quick-contact-layout-4 .btn.btn-outline.btn-white {
    border-color: #7284b9
}

.cms-quick-contact-layout-6 .cms-qc-timetable-wrap .cms-qc-timetable {
    border-bottom-color: #687baa
}

.cms-quick-contact-layout-6 .cms-qc-timetable-wrap .cms-qc-timetable:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.cms-qc-dropdown .dropdown-heading {
    padding: 15px
}

.cms-qc-dropdown .cms-qc-dropdown-content {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: 290px;
    z-index: 1
}

@media (min-width: 1024px) and (max-width:1200px) {
    .cms-qc-dropdown .cms-qc-dropdown-content {
        left:auto;
        right: 0
    }
}

[dir="rtl"] .cms-qc-dropdown .cms-qc-dropdown-content {
    left: auto;
    right: 0
}

@media (min-width: 1024px) and (max-width:1200px) {
    [dir="rtl"] .cms-qc-dropdown .cms-qc-dropdown-content {
        left:0;
        right: auto
    }
}

.cms-qc-dropdown:hover {
    background-color: var(--color-1d2a4d);
    color: #fff
}

.cms-qc-dropdown:hover .cms-qc-dropdown-content {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    top: 100%
}

.cms-quick-contact-layout-10 .cms-qc-inner {
    background-color: #e4f2e2;
    border-radius: 8px
}

.cms-quick-contact-layout-10 .cms-qc-list {
    padding-bottom: 23px
}

.cms-quick-contact-layout-10 .cms-contact-title {
    padding-bottom: 5px
}

.cms-rating .cms-rating-rated {
    border-bottom: 2px solid
}

.cms-e-search-layout-1 .cms-e-search-form {
    padding-left: 50px
}

[dir="rtl"] .cms-e-search-layout-1 .cms-e-search-form {
    padding-left: 0;
    padding-right: 50px
}

.cms-e-search-layout-1 .cms-e-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background: none
}

[dir="rtl"] .cms-e-search-layout-1 .cms-e-search-submit {
    left: auto;
    right: 0
}

.cms-e-search-layout-1 .cms-e-search-field {
    min-width: 160px;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.cms-e-search-layout-1 .cms-e-search-field:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.cms-e-search-layout-1 .cms-e-search-field::-moz-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic
}

.cms-e-search-layout-1 .cms-e-search-field::-webkit-input-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cms-e-search-layout-1 .cms-e-search-field::-o-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cms-e-search-layout-1 .cms-e-search-field::-ms-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cms-socials-layout-2 a,.cms-socials-layout-3 a {
    display: block;
    padding: 8px
}

.cms-socials-layout-2 a {
    border: 2px solid rgba(234, 234, 234, 0.15)
}

.cms-socials-layout-3 a {
    border: 2px solid #eaeaea
}

.cms-single-product .cms-product-regular-price ins {
    display: none
}

.cms-single-product .cms-product-sale-price del {
    display: none
}

.cms-single-product ins,.cms-single-product del {
    text-decoration: none
}

.cms-single-product-1:not(:last-child) .cms-single-product {
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-bottom: 35px
}

.cms-slide-static-layer {
    z-index: 0 !important
}

.cms-slide-img {
    background-position-x: center;
    background-size: cover
}

.cms-slide-content-inner > .justify-content-center .description {
    margin-left: auto;
    margin-right: auto
}

.cms-slide-img-overlay {
    background: rgba(27, 26, 26, 0.25)
}

.cms-slide-img-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: -o-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: -ms-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: -moz-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: linear-gradient(to bottom, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    opacity: 0.5
}

.cms-slide-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 8px;
    text-align: center;
    font-size: 64px;
    color: var(--color-primary);
    background-color: #fff
}

.cms-slide-icon:before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.cms-swiper-dots-in .cms-sliders-wrap .cms-dots-main {
    bottom: 35px
}

.cms-team-social {
    display: flex;
    flex-wrap: wrap
}

.cms-team-social a {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 5px
}

@media (min-width: 992px) {
    .cms-team-social a {
        -webkit-transform:scale(0);
        -khtml-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
}

.cms-team-social span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-team-item:hover .cms-team-social a {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.cms-teams-layout-1 .cms-team-social a span {
    background-color: #fff;
    color: var(--color-accent)
}

@media (max-width: 992px) {
    .cms-teams-layout-1 .cms-team-info {
        background-color:var(--color-accent);
        color: #fff
    }

    .cms-teams-layout-1 .cms-team-info * {
        color: #fff
    }
}

.cms-teams-layout-2 .cms-team-social-wrap {
    background-color: white;
    visibility: hidden;
    bottom: -60px;
    left: 0;
    right: 0;
    padding-top: 25px;
    overflow: hidden
}

@media (max-width: 992px) {
    .cms-teams-layout-2 .cms-team-social-wrap {
        bottom:-5px;
        visibility: visible
    }
}

.cms-teams-layout-2 .cms-team-social a span {
    background-color: var(--color-accent);
    color: #fff
}

.cms-teams-layout-2 .cms-team-info {
    position: relative;
    z-index: 1
}

.cms-teams-layout-2 .cms-team-item:hover .cms-team-social-wrap {
    visibility: visible;
    bottom: -15px
}

@media (max-width: 992px) {
    .cms-teams-layout-2 .cms-team-item:hover .cms-team-social-wrap {
        bottom:-5px
    }
}

.cms-ttmn-star .cms-star-rating:before {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.cms-testimonial-layout-1 .cms-slick-sliders .slick-list {
    overflow: hidden
}

.cms-testimonial-layout-1 .cms-slick-slider-nav .slick-slide {
    cursor: pointer
}

.cms-testimonial-layout-1 .cms-ttmn-desc {
    position: relative
}

.cms-testimonial-layout-1 .cms-ttmn-desc:before {
    position: absolute;
    left: 0;
    top: -39px;
    z-index: -1;
    font-family: "cms-solatec";
    content: "\f10d";
    text-transform: none !important;
    font-size: 900;
    color: var(--color-435ba1)
}

[dir="rtl"] .cms-testimonial-layout-1 .cms-ttmn-desc {
    padding-left: 0;
    padding-right: 40px
}

[dir="rtl"] .cms-testimonial-layout-1 .cms-ttmn-desc:before {
    left: auto;
    right: 0
}

.cms-testimonial-layout-1 .cms-slick-sliders .slick-list {
    margin: 0;
    padding: 0
}

.cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar {
    width: 135px;
    float: left;
    margin-right: 15px
}

[dir="rtl"] .cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar {
    float: right;
    margin-right: 0;
    margin-left: 30px
}

.cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar .cms-ttmn-nav-item {
    margin-right: 5px
}

.cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar .cms-ttmn-nav-item.slick-current .cms-slick-nav-img,.cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar .cms-ttmn-nav-item:hover .cms-slick-nav-img {
    border-color: var(--color-accent)
}

.cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar .cms-slick-nav-img {
    border: 2px solid transparent;
    padding: 3px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar-info {
    float: left;
    width: calc(100% - 150px)
}

[dir="rtl"] .cms-testimonial-layout-1 .cms-ttmn-navs .cms-ttmn-nav-avatar-info {
    float: right
}

.cms-testimonial-layout-2 .cms-ttmn-desc {
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px
}

.cms-testimonial-layout-2 .cms-ttmn-img {
    position: relative;
    display: inline-block
}

.cms-testimonial-layout-2 .cms-ttmn-img:before,.cms-testimonial-layout-2 .cms-ttmn-img:after {
    content: '';
    visibility: hidden;
    position: absolute;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.cms-testimonial-layout-2 .cms-ttmn-img:before {
    content: '';
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: var(--color-accent);
    font-size: 20px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    background: #fff url('../images/quote1.png') center center no-repeat;
    z-index: 1
}

.cms-testimonial-layout-2 .cms-ttmn-img:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-accent);
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7
}

.cms-testimonial-layout-2 .cms-ttmn-img img {
    min-width: 50px;
    min-height: 50px;
    box-shadow: 0 0 0 5px white, 0 0 0 7px var(--color-accent)
}

.cms-testimonial-layout-2 .cms-ttmn-item:hover .cms-ttmn-img:before,.cms-testimonial-layout-2 .cms-ttmn-item:hover .cms-ttmn-img:after {
    visibility: visible;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.cms-testimonial-layout-2 .cms-slick-sliders .slick-list {
    margin: 0;
    padding: 0
}

.cms-video-player {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.btn-video-wrap .cms-btn-text {
    line-height: 1.4
}

.cms-video-play-btn-top-left .btn-video-wrap,.cms-video-play-btn-top-right .btn-video-wrap,.cms-video-play-btn-top-center .btn-video-wrap,.cms-video-play-btn-center-left .btn-video-wrap,.cms-video-play-btn-center-right .btn-video-wrap,.cms-video-play-btn-center-center .btn-video-wrap,.cms-video-play-btn-bottom-left .btn-video-wrap,.cms-video-play-btn-bottom-right .btn-video-wrap,.cms-video-play-btn-bottom-center .btn-video-wrap {
    position: absolute
}

.cms-video-play-btn-top-left .btn-video-wrap,.cms-video-play-btn-top-center .btn-video-wrap,.cms-video-play-btn-top-right .btn-video-wrap {
    top: 40px
}

.cms-video-play-btn-bottom-left .btn-video-wrap,.cms-video-play-btn-bottom-center .btn-video-wrap,.cms-video-play-btn-bottom-right .btn-video-wrap {
    bottom: 40px
}

.cms-video-play-btn-top-left .btn-video-wrap,.cms-video-play-btn-center-left .btn-video-wrap,.cms-video-play-btn-bottom-left .btn-video-wrap {
    left: 40px
}

[dir="rtl"] .cms-video-play-btn-top-left .btn-video-wrap,[dir="rtl"] .cms-video-play-btn-center-left .btn-video-wrap,[dir="rtl"] .cms-video-play-btn-bottom-left .btn-video-wrap {
    left: auto;
    right: 40px
}

.cms-video-play-btn-top-right .btn-video-wrap,.cms-video-play-btn-center-right .btn-video-wrap,.cms-video-play-btn-bottom-right .btn-video-wrap {
    right: 40px
}

[dir="rtl"] .cms-video-play-btn-top-right .btn-video-wrap,[dir="rtl"] .cms-video-play-btn-center-right .btn-video-wrap,[dir="rtl"] .cms-video-play-btn-bottom-right .btn-video-wrap {
    right: auto;
    left: 40px
}

.cms-video-play-btn-top-center .btn-video-wrap,.cms-video-play-btn-bottom-center .btn-video-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cms-video-play-btn-center-left .btn-video-wrap,.cms-video-play-btn-center-right .btn-video-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cms-video-play-btn-center-center .btn-video-wrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cms-video-layout-2 .cms-video-heading {
    z-index: 1;
    -webkit-border-radius: 0 0 16px 0;
    -khtml-border-radius: 0 0 16px 0;
    -moz-border-radius: 0 0 16px 0;
    -ms-border-radius: 0 0 16px 0;
    -o-border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 0
}

[dir="rtl"] .cms-video-layout-2 .cms-video-heading {
    -webkit-border-radius: 0 0 0 16px;
    -khtml-border-radius: 0 0 0 16px;
    -moz-border-radius: 0 0 0 16px;
    -ms-border-radius: 0 0 0 16px;
    -o-border-radius: 0 0 0 16px;
    border-radius: 0 0 0 16px
}

@media (min-width: 1200px) {
    .cms-video-layout-2 .cms-video-player {
        padding-top:166px
    }

    .cms-video-layout-2 .cms-video-heading {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff
    }

    [dir="rtl"] .cms-video-layout-2 .cms-video-heading {
        left: auto;
        right: 0
    }
}

@media (max-width: 1199px) {
    .cms-video-layout-2 .cms-video-heading {
        margin-bottom:-50px
    }

    .cms-video-layout-2 .cms-popup .cms-text {
        color: #fff;
        padding-left: 40px
    }

    [dir="rtl"] .cms-video-layout-2 .cms-popup .cms-text {
        padding-left: 0;
        padding-right: 40px
    }

    .cms-video-layout-2 .cms-popup .cms-text:after {
        background-color: #fff
    }
}

@media (max-width: 400px) {
    .cms-video-layout-2.cms-video-play-icon-style-3 .btn-video-wrap {
        width:calc(100% - 40px)
    }

    .cms-video-layout-2.cms-video-play-icon-style-3 .cms-popup {
        width: 100%
    }

    .cms-video-layout-2.cms-video-play-icon-style-3 .cms-popup .cms-text {
        display: none
    }

    .cms-video-layout-2.cms-video-play-icon-style-3 .cms-popup .cms-icon-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -80px
    }
}

.cms-video-layout-2 .cms-video-sub-title {
    margin-top: 48px;
    position: relative;
    padding-left: 70px;
    padding-right: 70px
}

.cms-video-layout-2 .cms-video-sub-title:before {
    content: '';
    display: block;
    width: 4px;
    height: 93px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--color-accent)
}

[dir="rtl"] .cms-video-layout-2 .cms-video-sub-title:before {
    left: auto;
    right: 0
}

@media (max-width: 991px) {
    .cms-video-layout-2 .cms-video-sub-title {
        padding-left:20px;
        padding-right: 20px
    }
}

.cms-video-layout-2 .video-bg {
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px
}

.cms-video-play-icon-style-2 .btn-video-wrap {
    width: 100px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.cms-video-play-icon-style-2 .btn-video-wrap .cms-img {
    position: absolute;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.cms-video-play-icon-style-2 .btn-video-wrap .cms-icon-wrap {
    margin: 30px auto
}

.cms-video-play-icon-style-3 .cms-popup {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.cms-video-play-icon-style-3 .cms-popup > span {
    flex: 0 0 auto;
    max-width: 100%
}

.cms-video-play-icon-style-3 .cms-popup .cms-text:after {
    content: '';
    width: 70px;
    height: 2px;
    display: inline-block;
    margin: 0 45px 4px 30px;
    background-color: var(--color-secondary)
}

[dir="rtl"] .cms-video-play-icon-style-3 .cms-popup .cms-text:after {
    margin: 0 30px 4px 45px
}

.cms-justify-content-start > .elementor-container {
    justify-content: flex-start
}

.cms-justify-content-end > .elementor-container {
    justify-content: flex-end
}

.cms-justify-content-center > .elementor-container {
    justify-content: center
}

.cms-justify-content-between > .elementor-container {
    justify-content: space-between
}

.cms-justify-content-around > .elementor-container {
    justify-content: space-around
}

@media (min-width: 1600px) {
    .cms-justify-content-xxl-between > .elementor-container {
        justify-content:space-between
    }
}

[dir="rtl"] .elementor-background-overlay {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-section-boxed-bg {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--color-primary);
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px
}

@media (min-width: 1200px) {
    .cms-section-boxed-bg {
        left:40px;
        right: 40px
    }
}

.cms-boxed-bg-true > .cms-section-boxed-bg {
    display: block
}

.cms-column-element-horizontal .elementor-widget-wrap {
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.cms-column-element-horizontal .elementor-widget-wrap > .elementor-element {
    width: auto;
    min-width: unset !important;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0 15px;
    margin: 0
}

.elementor-column-wrap .elementor-widget-wrap > .elementor-element {
    min-width: 100%;
    width: unset
}

.elementor-widget-container {
    height: 100%
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-31,.elementor-column[data-col="31"] {
        width:31.12%
    }

    .elementor-column.elementor-col-68,.elementor-column[data-col="68"] {
        width: 68.88%
    }
}

@media (min-width: 1200px) {
    .cms-separator2-r:before {
        content:'';
        width: 2px;
        background-color: var(--color-secondary);
        position: absolute;
        top: 40px;
        bottom: 40px;
        right: 0
    }

    [dir="rtl"] .cms-separator2-r:before {
        right: auto;
        left: 0
    }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-column > .elementor-column-wrap {
    padding-top: 15px;
    padding-bottom: 15px
}

.elementor-column-gap-no .elementor-column > .elementor-column-wrap {
    padding-top: 0;
    padding-bottom: 0
}

.elementor-column-gap-default > .elementor-row {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px)
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 15px;
    padding-right: 15px
}

.elementor-column-gap-narrow > .elementor-row {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 10px;
    padding-right: 10px
}

.elementor-column-gap-extended > .elementor-row {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px)
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 20px;
    padding-right: 20px
}

.elementor-column-gap-wide > .elementor-row {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px)
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 25px;
    padding-right: 25px
}

.elementor-column-gap-wider > .elementor-row {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px)
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 40px;
    padding-right: 40px
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(1) {
        -webkit-box-ordinal-group:11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(1) {
        -webkit-box-ordinal-group:11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

.elementor-widget-wrap > .elementor-inner-section.elementor-section-boxed {
    max-width: calc(1200px - 30px)
}

.elementor-widget-wrap > .elementor-inner-section.elementor-section-boxed > .elementor-container {
    margin-left: 0
}

[dir="rtl"] .elementor-widget-wrap > .elementor-inner-section.elementor-section-boxed > .elementor-container {
    margin-left: auto;
    margin-right: 0
}

.elementor-inner-section.bg-full-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    background-color: inherit
}

[dir="rtl"] .elementor-inner-section.bg-full-right:after {
    left: auto;
    right: 100%
}

.elementor-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

body .elementor-section .elementor-container {
    flex-wrap: wrap
}

body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px
}

body .elementor-section.elementor-section-stretched.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    padding-left: 15px;
    padding-right: 15px
}

body .elementor-section.elementor-section-stretched.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
    padding-left: 10px;
    padding-right: 10px
}

body .elementor-section.elementor-section-stretched.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    padding-left: 20px;
    padding-right: 20px
}

body .elementor-section.elementor-section-stretched.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
    padding-left: 25px;
    padding-right: 25px
}

body .elementor-section.elementor-section-stretched.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
    padding-left: 40px;
    padding-right: 40px
}

body .elementor-row {
    flex-wrap: wrap
}

.elementor-section {
    padding-top: 110px;
    padding-bottom: 110px
}

.elementor-column-gap-no .elementor-section,.elementor-section.elementor-inner-section {
    padding-top: 0;
    padding-bottom: 0
}

.cms-header-top .elementor-section {
    padding-top: 0;
    padding-bottom: 0
}

.cms-header-top .elementor-row {
    padding-top: 0;
    padding-bottom: 0
}

.elementor-section-content-top > .elementor-container > .elementor-row {
    align-items: start
}

@media (min-width: 1200px) {
    .elementor-section-content-top .cms-cloumn-sticky {
        position:sticky;
        top: 130px
    }
}

.cms-full-content-with-space-end:not(.elementor-inner-section) {
    padding-right: calc((100% - 1200px)/2)
}

[dir="rtl"] .cms-full-content-with-space-end:not(.elementor-inner-section) {
    padding-right: 0;
    padding-left: calc((100% - 1200px)/2)
}

.cms-full-content-with-space-start:not(.elementor-inner-section) {
    padding-left: calc((100% - 1200px)/2)
}

[dir="rtl"] .cms-full-content-with-space-start:not(.elementor-inner-section) {
    padding-left: 0;
    padding-right: calc((100% - 1200px)/2)
}

.cms-full-content-with-space-end-wide:not(.elementor-inner-section) {
    padding-right: calc((100% - 1440px)/2)
}

[dir="rtl"] .cms-full-content-with-space-end-wide:not(.elementor-inner-section) {
    padding-right: 0;
    padding-left: calc((100% - 1440px)/2)
}

.cms-full-content-with-space-start-wide:not(.elementor-inner-section) {
    padding-left: calc((100% - 1440px)/2)
}

[dir="rtl"] .cms-full-content-with-space-start-wide:not(.elementor-inner-section) {
    padding-left: 0;
    padding-right: calc((100% - 1440px)/2)
}

.wpcf7 .wpcf7-form .cms-input.time-wrap:before,.wpcf7 .wpcf7-form .cms-input.date-wrap:before {
    position: absolute;
    top: calc(50% + 11px);
    transform: translateY(-50%);
    right: 26px;
    color: #091d3e;
    font-weight: bold;
    font-size: 14px;
    pointer-events: none;
    z-index: 1
}

[dir="rtl"] .wpcf7 .wpcf7-form .cms-input.time-wrap:before,[dir="rtl"] .wpcf7 .wpcf7-form .cms-input.date-wrap:before {
    right: auto;
    left: 26px
}

.wpcf7 .wpcf7-form .cms-input.time-wrap input,.wpcf7 .wpcf7-form .cms-input.date-wrap input {
    position: relative
}

.wpcf7 .wpcf7-form .cms-input.time-wrap:before {
    font-family: "cms-solatec";
    content: '\f017';
    text-transform: none !important
}

.wpcf7 .wpcf7-form .cms-input.date-wrap:before {
    font-family: "cms-solatec";
    content: '\f783';
    text-transform: none !important
}

.cms-cf7-layout-3 .cms-form-desc {
    padding-bottom: 13px
}

.cms-submit {
    position: relative
}

.cms-submit .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cms-language-switcher .trp-language-switcher {
    margin: -15px;
    vertical-align: top
}

.cms-language-switcher .trp-language-switcher > div {
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 15px;
    vertical-align: top;
    width: auto !important
}

.cms-language-switcher .trp-language-switcher > div > a {
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: inherit;
    display: flex;
    align-items: center;
    color: var(--color-primary);
    white-space: nowrap
}

.cms-language-switcher .trp-language-switcher > div > a > img {
    width: 35px;
    height: auto;
    margin: 0 10px 0 0
}

[dir="rtl"] .cms-language-switcher .trp-language-switcher > div > a > img {
    margin: 0 0 0 10px
}

.cms-language-switcher .trp-language-switcher > div > a:hover {
    background: transparent;
    color: var(--color-accent)
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language {
    display: block !important;
    position: absolute;
    top: 0;
    height: unset;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    overflow: visible;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a {
    margin-bottom: 15px
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a:last-child {
    margin-bottom: 0
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a:hover {
    color: var(--color-accent)
}

.cms-language-switcher .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden;
    opacity: 0
}

.cms-language-switcher .trp-language-switcher:hover .trp-ls-shortcode-language {
    background: #fff;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-language-switcher.cms-hidden-text a {
    font-size: 0
}

.cms-language-switcher.cms-hidden-text a img {
    margin: 0 !important
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher {
    color: var(--body-font-color);
    font-size: 13px
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div {
    padding: 15px 30px 15px 15px
}

[dir="rtl"] .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div {
    padding: 15px 15px 15px 30px
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div > a {
    color: var(--body-font-color)
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div > a:hover {
    color: var(--color-accent)
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover {
    color: var(--color-primary)
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover > div > a {
    color: var(--color-primary)
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover > div > a:hover {
    color: var(--color-accent)
}

.cms-ls-layout-1 .cms-language-switcher:after {
    font-family: "cms-solatec";
    content: "\68";
    text-transform: none !important;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 2px;
    z-index: 1
}

[dir="rtl"] .cms-ls-layout-1 .cms-language-switcher:after {
    left: 15px;
    right: auto
}

.elementor-widget-spacer {
    margin-bottom: 0 !important
}

body {
    color: var(--body-font-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: start;
    background: var(--body-bg)
}

html {
    line-height: var(--body-line-height);
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    word-break: break-word
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow: scroll
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: 700
}

code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top
}

label {
    display: block;
    margin-bottom: 0;
    cursor: pointer
}

input + label {
    display: inline-block
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: none
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    line-height: normal;
    width: auto;
    -webkit-transform: translate(0px, 2px);
    -khtml-transform: translate(0px, 2px);
    -moz-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    -o-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
    margin-right: 10px
}

[dir="rtl"] [type="checkbox"],[dir="rtl"] [type="radio"] {
    margin-right: 0;
    margin-left: 10px
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

embed,iframe,object {
    max-width: 100%
}

figure {
    margin: 0
}

p {
    margin: 0 0 25px
}

p:last-child {
    margin-bottom: 0;
    clear: both
}

* {
    text-decoration: none
}

*:hover {
    outline: none !important;
    text-decoration: none
}

.disabled,[aria-disabled="true"] {
    cursor: not-allowed;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

.font-100 {
    font-weight: 100 !important
}

.font-100i {
    font-weight: 100 !important;
    font-style: italic
}

.font-200 {
    font-weight: 200 !important
}

.font-200i {
    font-weight: 200 !important;
    font-style: italic
}

.font-300 {
    font-weight: 300 !important
}

.font-300i {
    font-weight: 300 !important;
    font-style: italic
}

.font-400 {
    font-weight: 400 !important
}

.font-400i {
    font-weight: 400 !important;
    font-style: italic
}

.font-500 {
    font-weight: 500 !important
}

.font-500i {
    font-weight: 500 !important;
    font-style: italic
}

.font-600 {
    font-weight: 600 !important
}

.font-600i {
    font-weight: 600 !important;
    font-style: italic
}

.font-700 {
    font-weight: 700 !important
}

.font-700i {
    font-weight: 700 !important;
    font-style: italic
}

.font-800 {
    font-weight: 800 !important
}

.font-800i {
    font-weight: 800 !important;
    font-style: italic
}

.font-900 {
    font-weight: 900 !important
}

.font-900i {
    font-weight: 900 !important;
    font-style: italic
}

.text-10 {
    font-size: 10px
}

.lh-10 {
    line-height: 10px
}

.text-11 {
    font-size: 11px
}

.lh-11 {
    line-height: 11px
}

.text-12 {
    font-size: 12px
}

.lh-12 {
    line-height: 12px
}

.text-13 {
    font-size: 13px
}

.lh-13 {
    line-height: 13px
}

.text-14 {
    font-size: 14px
}

.lh-14 {
    line-height: 14px
}

.text-15 {
    font-size: 15px
}

.lh-15 {
    line-height: 15px
}

.text-16 {
    font-size: 16px
}

.lh-16 {
    line-height: 16px
}

.text-17 {
    font-size: 17px
}

.lh-17 {
    line-height: 17px
}

.text-18 {
    font-size: 18px
}

.lh-18 {
    line-height: 18px
}

.text-19 {
    font-size: 19px
}

.lh-19 {
    line-height: 19px
}

.text-20 {
    font-size: 20px
}

.lh-20 {
    line-height: 20px
}

.text-21 {
    font-size: 21px
}

.lh-21 {
    line-height: 21px
}

.text-22 {
    font-size: 22px
}

.lh-22 {
    line-height: 22px
}

.text-23 {
    font-size: 23px
}

.lh-23 {
    line-height: 23px
}

.text-24 {
    font-size: 24px
}

.lh-24 {
    line-height: 24px
}

.text-25 {
    font-size: 25px
}

.lh-25 {
    line-height: 25px
}

.text-26 {
    font-size: 26px
}

.lh-26 {
    line-height: 26px
}

.text-27 {
    font-size: 27px
}

.lh-27 {
    line-height: 27px
}

.text-28 {
    font-size: 28px
}

.lh-28 {
    line-height: 28px
}

.text-29 {
    font-size: 29px
}

.lh-29 {
    line-height: 29px
}

.text-30 {
    font-size: 30px
}

.lh-30 {
    line-height: 30px
}

.text-31 {
    font-size: 31px
}

.lh-31 {
    line-height: 31px
}

.text-32 {
    font-size: 32px
}

.lh-32 {
    line-height: 32px
}

.text-33 {
    font-size: 33px
}

.lh-33 {
    line-height: 33px
}

.text-34 {
    font-size: 34px
}

.lh-34 {
    line-height: 34px
}

.text-35 {
    font-size: 35px
}

.lh-35 {
    line-height: 35px
}

.text-36 {
    font-size: 36px
}

.lh-36 {
    line-height: 36px
}

.text-37 {
    font-size: 37px
}

.lh-37 {
    line-height: 37px
}

.text-38 {
    font-size: 38px
}

.lh-38 {
    line-height: 38px
}

.text-39 {
    font-size: 39px
}

.lh-39 {
    line-height: 39px
}

.text-40 {
    font-size: 40px
}

.lh-40 {
    line-height: 40px
}

.text-41 {
    font-size: 41px
}

.lh-41 {
    line-height: 41px
}

.text-42 {
    font-size: 42px
}

.lh-42 {
    line-height: 42px
}

.text-44 {
    font-size: 44px
}

.lh-44 {
    line-height: 44px
}

.text-45 {
    font-size: 45px
}

.lh-45 {
    line-height: 45px
}

.text-46 {
    font-size: 46px
}

.lh-46 {
    line-height: 46px
}

.text-48 {
    font-size: 48px
}

.lh-48 {
    line-height: 48px
}

.text-50 {
    font-size: 50px
}

.lh-50 {
    line-height: 50px
}

.text-54 {
    font-size: 54px
}

.lh-54 {
    line-height: 54px
}

.text-55 {
    font-size: 55px
}

.lh-55 {
    line-height: 55px
}

.text-60 {
    font-size: 60px
}

.lh-60 {
    line-height: 60px
}

.text-64 {
    font-size: 64px
}

.lh-64 {
    line-height: 64px
}

.text-68 {
    font-size: 68px
}

.lh-68 {
    line-height: 68px
}

.text-70 {
    font-size: 70px
}

.lh-70 {
    line-height: 70px
}

.text-75 {
    font-size: 75px
}

.lh-75 {
    line-height: 75px
}

.text-78 {
    font-size: 78px
}

.lh-78 {
    line-height: 78px
}

.text-80 {
    font-size: 80px
}

.lh-80 {
    line-height: 80px
}

.text-82 {
    font-size: 82px
}

.lh-82 {
    line-height: 82px
}

.text-90 {
    font-size: 90px
}

.lh-90 {
    line-height: 90px
}

.text-100 {
    font-size: 100px
}

.lh-100 {
    line-height: 100px
}

.text-180 {
    font-size: 180px
}

.lh-180 {
    line-height: 180px
}

.text-200 {
    font-size: 200px
}

.lh-200 {
    line-height: 200px
}

@media (min-width: 480px) {
    .text-xs-10 {
        font-size:10px
    }

    .lh-xs-10 {
        line-height: 10px
    }

    .text-xs-11 {
        font-size: 11px
    }

    .lh-xs-11 {
        line-height: 11px
    }

    .text-xs-12 {
        font-size: 12px
    }

    .lh-xs-12 {
        line-height: 12px
    }

    .text-xs-13 {
        font-size: 13px
    }

    .lh-xs-13 {
        line-height: 13px
    }

    .text-xs-14 {
        font-size: 14px
    }

    .lh-xs-14 {
        line-height: 14px
    }

    .text-xs-15 {
        font-size: 15px
    }

    .lh-xs-15 {
        line-height: 15px
    }

    .text-xs-16 {
        font-size: 16px
    }

    .lh-xs-16 {
        line-height: 16px
    }

    .text-xs-17 {
        font-size: 17px
    }

    .lh-xs-17 {
        line-height: 17px
    }

    .text-xs-18 {
        font-size: 18px
    }

    .lh-xs-18 {
        line-height: 18px
    }

    .text-xs-19 {
        font-size: 19px
    }

    .lh-xs-19 {
        line-height: 19px
    }

    .text-xs-20 {
        font-size: 20px
    }

    .lh-xs-20 {
        line-height: 20px
    }

    .text-xs-21 {
        font-size: 21px
    }

    .lh-xs-21 {
        line-height: 21px
    }

    .text-xs-22 {
        font-size: 22px
    }

    .lh-xs-22 {
        line-height: 22px
    }

    .text-xs-23 {
        font-size: 23px
    }

    .lh-xs-23 {
        line-height: 23px
    }

    .text-xs-24 {
        font-size: 24px
    }

    .lh-xs-24 {
        line-height: 24px
    }

    .text-xs-25 {
        font-size: 25px
    }

    .lh-xs-25 {
        line-height: 25px
    }

    .text-xs-26 {
        font-size: 26px
    }

    .lh-xs-26 {
        line-height: 26px
    }

    .text-xs-27 {
        font-size: 27px
    }

    .lh-xs-27 {
        line-height: 27px
    }

    .text-xs-28 {
        font-size: 28px
    }

    .lh-xs-28 {
        line-height: 28px
    }

    .text-xs-29 {
        font-size: 29px
    }

    .lh-xs-29 {
        line-height: 29px
    }

    .text-xs-30 {
        font-size: 30px
    }

    .lh-xs-30 {
        line-height: 30px
    }

    .text-xs-31 {
        font-size: 31px
    }

    .lh-xs-31 {
        line-height: 31px
    }

    .text-xs-32 {
        font-size: 32px
    }

    .lh-xs-32 {
        line-height: 32px
    }

    .text-xs-33 {
        font-size: 33px
    }

    .lh-xs-33 {
        line-height: 33px
    }

    .text-xs-34 {
        font-size: 34px
    }

    .lh-xs-34 {
        line-height: 34px
    }

    .text-xs-35 {
        font-size: 35px
    }

    .lh-xs-35 {
        line-height: 35px
    }

    .text-xs-36 {
        font-size: 36px
    }

    .lh-xs-36 {
        line-height: 36px
    }

    .text-xs-37 {
        font-size: 37px
    }

    .lh-xs-37 {
        line-height: 37px
    }

    .text-xs-38 {
        font-size: 38px
    }

    .lh-xs-38 {
        line-height: 38px
    }

    .text-xs-39 {
        font-size: 39px
    }

    .lh-xs-39 {
        line-height: 39px
    }

    .text-xs-40 {
        font-size: 40px
    }

    .lh-xs-40 {
        line-height: 40px
    }

    .text-xs-41 {
        font-size: 41px
    }

    .lh-xs-41 {
        line-height: 41px
    }

    .text-xs-42 {
        font-size: 42px
    }

    .lh-xs-42 {
        line-height: 42px
    }

    .text-xs-44 {
        font-size: 44px
    }

    .lh-xs-44 {
        line-height: 44px
    }

    .text-xs-45 {
        font-size: 45px
    }

    .lh-xs-45 {
        line-height: 45px
    }

    .text-xs-46 {
        font-size: 46px
    }

    .lh-xs-46 {
        line-height: 46px
    }

    .text-xs-48 {
        font-size: 48px
    }

    .lh-xs-48 {
        line-height: 48px
    }

    .text-xs-50 {
        font-size: 50px
    }

    .lh-xs-50 {
        line-height: 50px
    }

    .text-xs-54 {
        font-size: 54px
    }

    .lh-xs-54 {
        line-height: 54px
    }

    .text-xs-55 {
        font-size: 55px
    }

    .lh-xs-55 {
        line-height: 55px
    }

    .text-xs-60 {
        font-size: 60px
    }

    .lh-xs-60 {
        line-height: 60px
    }

    .text-xs-64 {
        font-size: 64px
    }

    .lh-xs-64 {
        line-height: 64px
    }

    .text-xs-68 {
        font-size: 68px
    }

    .lh-xs-68 {
        line-height: 68px
    }

    .text-xs-70 {
        font-size: 70px
    }

    .lh-xs-70 {
        line-height: 70px
    }

    .text-xs-75 {
        font-size: 75px
    }

    .lh-xs-75 {
        line-height: 75px
    }

    .text-xs-78 {
        font-size: 78px
    }

    .lh-xs-78 {
        line-height: 78px
    }

    .text-xs-80 {
        font-size: 80px
    }

    .lh-xs-80 {
        line-height: 80px
    }

    .text-xs-82 {
        font-size: 82px
    }

    .lh-xs-82 {
        line-height: 82px
    }

    .text-xs-90 {
        font-size: 90px
    }

    .lh-xs-90 {
        line-height: 90px
    }

    .text-xs-100 {
        font-size: 100px
    }

    .lh-xs-100 {
        line-height: 100px
    }

    .text-xs-180 {
        font-size: 180px
    }

    .lh-xs-180 {
        line-height: 180px
    }

    .text-xs-200 {
        font-size: 200px
    }

    .lh-xs-200 {
        line-height: 200px
    }
}

@media (min-width: 576px) {
    .text-sm-10 {
        font-size:10px
    }

    .lh-sm-10 {
        line-height: 10px
    }

    .text-sm-11 {
        font-size: 11px
    }

    .lh-sm-11 {
        line-height: 11px
    }

    .text-sm-12 {
        font-size: 12px
    }

    .lh-sm-12 {
        line-height: 12px
    }

    .text-sm-13 {
        font-size: 13px
    }

    .lh-sm-13 {
        line-height: 13px
    }

    .text-sm-14 {
        font-size: 14px
    }

    .lh-sm-14 {
        line-height: 14px
    }

    .text-sm-15 {
        font-size: 15px
    }

    .lh-sm-15 {
        line-height: 15px
    }

    .text-sm-16 {
        font-size: 16px
    }

    .lh-sm-16 {
        line-height: 16px
    }

    .text-sm-17 {
        font-size: 17px
    }

    .lh-sm-17 {
        line-height: 17px
    }

    .text-sm-18 {
        font-size: 18px
    }

    .lh-sm-18 {
        line-height: 18px
    }

    .text-sm-19 {
        font-size: 19px
    }

    .lh-sm-19 {
        line-height: 19px
    }

    .text-sm-20 {
        font-size: 20px
    }

    .lh-sm-20 {
        line-height: 20px
    }

    .text-sm-21 {
        font-size: 21px
    }

    .lh-sm-21 {
        line-height: 21px
    }

    .text-sm-22 {
        font-size: 22px
    }

    .lh-sm-22 {
        line-height: 22px
    }

    .text-sm-23 {
        font-size: 23px
    }

    .lh-sm-23 {
        line-height: 23px
    }

    .text-sm-24 {
        font-size: 24px
    }

    .lh-sm-24 {
        line-height: 24px
    }

    .text-sm-25 {
        font-size: 25px
    }

    .lh-sm-25 {
        line-height: 25px
    }

    .text-sm-26 {
        font-size: 26px
    }

    .lh-sm-26 {
        line-height: 26px
    }

    .text-sm-27 {
        font-size: 27px
    }

    .lh-sm-27 {
        line-height: 27px
    }

    .text-sm-28 {
        font-size: 28px
    }

    .lh-sm-28 {
        line-height: 28px
    }

    .text-sm-29 {
        font-size: 29px
    }

    .lh-sm-29 {
        line-height: 29px
    }

    .text-sm-30 {
        font-size: 30px
    }

    .lh-sm-30 {
        line-height: 30px
    }

    .text-sm-31 {
        font-size: 31px
    }

    .lh-sm-31 {
        line-height: 31px
    }

    .text-sm-32 {
        font-size: 32px
    }

    .lh-sm-32 {
        line-height: 32px
    }

    .text-sm-33 {
        font-size: 33px
    }

    .lh-sm-33 {
        line-height: 33px
    }

    .text-sm-34 {
        font-size: 34px
    }

    .lh-sm-34 {
        line-height: 34px
    }

    .text-sm-35 {
        font-size: 35px
    }

    .lh-sm-35 {
        line-height: 35px
    }

    .text-sm-36 {
        font-size: 36px
    }

    .lh-sm-36 {
        line-height: 36px
    }

    .text-sm-37 {
        font-size: 37px
    }

    .lh-sm-37 {
        line-height: 37px
    }

    .text-sm-38 {
        font-size: 38px
    }

    .lh-sm-38 {
        line-height: 38px
    }

    .text-sm-39 {
        font-size: 39px
    }

    .lh-sm-39 {
        line-height: 39px
    }

    .text-sm-40 {
        font-size: 40px
    }

    .lh-sm-40 {
        line-height: 40px
    }

    .text-sm-41 {
        font-size: 41px
    }

    .lh-sm-41 {
        line-height: 41px
    }

    .text-sm-42 {
        font-size: 42px
    }

    .lh-sm-42 {
        line-height: 42px
    }

    .text-sm-44 {
        font-size: 44px
    }

    .lh-sm-44 {
        line-height: 44px
    }

    .text-sm-45 {
        font-size: 45px
    }

    .lh-sm-45 {
        line-height: 45px
    }

    .text-sm-46 {
        font-size: 46px
    }

    .lh-sm-46 {
        line-height: 46px
    }

    .text-sm-48 {
        font-size: 48px
    }

    .lh-sm-48 {
        line-height: 48px
    }

    .text-sm-50 {
        font-size: 50px
    }

    .lh-sm-50 {
        line-height: 50px
    }

    .text-sm-54 {
        font-size: 54px
    }

    .lh-sm-54 {
        line-height: 54px
    }

    .text-sm-55 {
        font-size: 55px
    }

    .lh-sm-55 {
        line-height: 55px
    }

    .text-sm-60 {
        font-size: 60px
    }

    .lh-sm-60 {
        line-height: 60px
    }

    .text-sm-64 {
        font-size: 64px
    }

    .lh-sm-64 {
        line-height: 64px
    }

    .text-sm-68 {
        font-size: 68px
    }

    .lh-sm-68 {
        line-height: 68px
    }

    .text-sm-70 {
        font-size: 70px
    }

    .lh-sm-70 {
        line-height: 70px
    }

    .text-sm-75 {
        font-size: 75px
    }

    .lh-sm-75 {
        line-height: 75px
    }

    .text-sm-78 {
        font-size: 78px
    }

    .lh-sm-78 {
        line-height: 78px
    }

    .text-sm-80 {
        font-size: 80px
    }

    .lh-sm-80 {
        line-height: 80px
    }

    .text-sm-82 {
        font-size: 82px
    }

    .lh-sm-82 {
        line-height: 82px
    }

    .text-sm-90 {
        font-size: 90px
    }

    .lh-sm-90 {
        line-height: 90px
    }

    .text-sm-100 {
        font-size: 100px
    }

    .lh-sm-100 {
        line-height: 100px
    }

    .text-sm-180 {
        font-size: 180px
    }

    .lh-sm-180 {
        line-height: 180px
    }

    .text-sm-200 {
        font-size: 200px
    }

    .lh-sm-200 {
        line-height: 200px
    }
}

@media (min-width: 768px) {
    .text-md-10 {
        font-size:10px
    }

    .lh-md-10 {
        line-height: 10px
    }

    .text-md-11 {
        font-size: 11px
    }

    .lh-md-11 {
        line-height: 11px
    }

    .text-md-12 {
        font-size: 12px
    }

    .lh-md-12 {
        line-height: 12px
    }

    .text-md-13 {
        font-size: 13px
    }

    .lh-md-13 {
        line-height: 13px
    }

    .text-md-14 {
        font-size: 14px
    }

    .lh-md-14 {
        line-height: 14px
    }

    .text-md-15 {
        font-size: 15px
    }

    .lh-md-15 {
        line-height: 15px
    }

    .text-md-16 {
        font-size: 16px
    }

    .lh-md-16 {
        line-height: 16px
    }

    .text-md-17 {
        font-size: 17px
    }

    .lh-md-17 {
        line-height: 17px
    }

    .text-md-18 {
        font-size: 18px
    }

    .lh-md-18 {
        line-height: 18px
    }

    .text-md-19 {
        font-size: 19px
    }

    .lh-md-19 {
        line-height: 19px
    }

    .text-md-20 {
        font-size: 20px
    }

    .lh-md-20 {
        line-height: 20px
    }

    .text-md-21 {
        font-size: 21px
    }

    .lh-md-21 {
        line-height: 21px
    }

    .text-md-22 {
        font-size: 22px
    }

    .lh-md-22 {
        line-height: 22px
    }

    .text-md-23 {
        font-size: 23px
    }

    .lh-md-23 {
        line-height: 23px
    }

    .text-md-24 {
        font-size: 24px
    }

    .lh-md-24 {
        line-height: 24px
    }

    .text-md-25 {
        font-size: 25px
    }

    .lh-md-25 {
        line-height: 25px
    }

    .text-md-26 {
        font-size: 26px
    }

    .lh-md-26 {
        line-height: 26px
    }

    .text-md-27 {
        font-size: 27px
    }

    .lh-md-27 {
        line-height: 27px
    }

    .text-md-28 {
        font-size: 28px
    }

    .lh-md-28 {
        line-height: 28px
    }

    .text-md-29 {
        font-size: 29px
    }

    .lh-md-29 {
        line-height: 29px
    }

    .text-md-30 {
        font-size: 30px
    }

    .lh-md-30 {
        line-height: 30px
    }

    .text-md-31 {
        font-size: 31px
    }

    .lh-md-31 {
        line-height: 31px
    }

    .text-md-32 {
        font-size: 32px
    }

    .lh-md-32 {
        line-height: 32px
    }

    .text-md-33 {
        font-size: 33px
    }

    .lh-md-33 {
        line-height: 33px
    }

    .text-md-34 {
        font-size: 34px
    }

    .lh-md-34 {
        line-height: 34px
    }

    .text-md-35 {
        font-size: 35px
    }

    .lh-md-35 {
        line-height: 35px
    }

    .text-md-36 {
        font-size: 36px
    }

    .lh-md-36 {
        line-height: 36px
    }

    .text-md-37 {
        font-size: 37px
    }

    .lh-md-37 {
        line-height: 37px
    }

    .text-md-38 {
        font-size: 38px
    }

    .lh-md-38 {
        line-height: 38px
    }

    .text-md-39 {
        font-size: 39px
    }

    .lh-md-39 {
        line-height: 39px
    }

    .text-md-40 {
        font-size: 40px
    }

    .lh-md-40 {
        line-height: 40px
    }

    .text-md-41 {
        font-size: 41px
    }

    .lh-md-41 {
        line-height: 41px
    }

    .text-md-42 {
        font-size: 42px
    }

    .lh-md-42 {
        line-height: 42px
    }

    .text-md-44 {
        font-size: 44px
    }

    .lh-md-44 {
        line-height: 44px
    }

    .text-md-45 {
        font-size: 45px
    }

    .lh-md-45 {
        line-height: 45px
    }

    .text-md-46 {
        font-size: 46px
    }

    .lh-md-46 {
        line-height: 46px
    }

    .text-md-48 {
        font-size: 48px
    }

    .lh-md-48 {
        line-height: 48px
    }

    .text-md-50 {
        font-size: 50px
    }

    .lh-md-50 {
        line-height: 50px
    }

    .text-md-54 {
        font-size: 54px
    }

    .lh-md-54 {
        line-height: 54px
    }

    .text-md-55 {
        font-size: 55px
    }

    .lh-md-55 {
        line-height: 55px
    }

    .text-md-60 {
        font-size: 60px
    }

    .lh-md-60 {
        line-height: 60px
    }

    .text-md-64 {
        font-size: 64px
    }

    .lh-md-64 {
        line-height: 64px
    }

    .text-md-68 {
        font-size: 68px
    }

    .lh-md-68 {
        line-height: 68px
    }

    .text-md-70 {
        font-size: 70px
    }

    .lh-md-70 {
        line-height: 70px
    }

    .text-md-75 {
        font-size: 75px
    }

    .lh-md-75 {
        line-height: 75px
    }

    .text-md-78 {
        font-size: 78px
    }

    .lh-md-78 {
        line-height: 78px
    }

    .text-md-80 {
        font-size: 80px
    }

    .lh-md-80 {
        line-height: 80px
    }

    .text-md-82 {
        font-size: 82px
    }

    .lh-md-82 {
        line-height: 82px
    }

    .text-md-90 {
        font-size: 90px
    }

    .lh-md-90 {
        line-height: 90px
    }

    .text-md-100 {
        font-size: 100px
    }

    .lh-md-100 {
        line-height: 100px
    }

    .text-md-180 {
        font-size: 180px
    }

    .lh-md-180 {
        line-height: 180px
    }

    .text-md-200 {
        font-size: 200px
    }

    .lh-md-200 {
        line-height: 200px
    }
}

@media (min-width: 1025px) {
    .text-lg-10 {
        font-size:10px
    }

    .lh-lg-10 {
        line-height: 10px
    }

    .text-lg-11 {
        font-size: 11px
    }

    .lh-lg-11 {
        line-height: 11px
    }

    .text-lg-12 {
        font-size: 12px
    }

    .lh-lg-12 {
        line-height: 12px
    }

    .text-lg-13 {
        font-size: 13px
    }

    .lh-lg-13 {
        line-height: 13px
    }

    .text-lg-14 {
        font-size: 14px
    }

    .lh-lg-14 {
        line-height: 14px
    }

    .text-lg-15 {
        font-size: 15px
    }

    .lh-lg-15 {
        line-height: 15px
    }

    .text-lg-16 {
        font-size: 16px
    }

    .lh-lg-16 {
        line-height: 16px
    }

    .text-lg-17 {
        font-size: 17px
    }

    .lh-lg-17 {
        line-height: 17px
    }

    .text-lg-18 {
        font-size: 18px
    }

    .lh-lg-18 {
        line-height: 18px
    }

    .text-lg-19 {
        font-size: 19px
    }

    .lh-lg-19 {
        line-height: 19px
    }

    .text-lg-20 {
        font-size: 20px
    }

    .lh-lg-20 {
        line-height: 20px
    }

    .text-lg-21 {
        font-size: 21px
    }

    .lh-lg-21 {
        line-height: 21px
    }

    .text-lg-22 {
        font-size: 22px
    }

    .lh-lg-22 {
        line-height: 22px
    }

    .text-lg-23 {
        font-size: 23px
    }

    .lh-lg-23 {
        line-height: 23px
    }

    .text-lg-24 {
        font-size: 24px
    }

    .lh-lg-24 {
        line-height: 24px
    }

    .text-lg-25 {
        font-size: 25px
    }

    .lh-lg-25 {
        line-height: 25px
    }

    .text-lg-26 {
        font-size: 26px
    }

    .lh-lg-26 {
        line-height: 26px
    }

    .text-lg-27 {
        font-size: 27px
    }

    .lh-lg-27 {
        line-height: 27px
    }

    .text-lg-28 {
        font-size: 28px
    }

    .lh-lg-28 {
        line-height: 28px
    }

    .text-lg-29 {
        font-size: 29px
    }

    .lh-lg-29 {
        line-height: 29px
    }

    .text-lg-30 {
        font-size: 30px
    }

    .lh-lg-30 {
        line-height: 30px
    }

    .text-lg-31 {
        font-size: 31px
    }

    .lh-lg-31 {
        line-height: 31px
    }

    .text-lg-32 {
        font-size: 32px
    }

    .lh-lg-32 {
        line-height: 32px
    }

    .text-lg-33 {
        font-size: 33px
    }

    .lh-lg-33 {
        line-height: 33px
    }

    .text-lg-34 {
        font-size: 34px
    }

    .lh-lg-34 {
        line-height: 34px
    }

    .text-lg-35 {
        font-size: 35px
    }

    .lh-lg-35 {
        line-height: 35px
    }

    .text-lg-36 {
        font-size: 36px
    }

    .lh-lg-36 {
        line-height: 36px
    }

    .text-lg-37 {
        font-size: 37px
    }

    .lh-lg-37 {
        line-height: 37px
    }

    .text-lg-38 {
        font-size: 38px
    }

    .lh-lg-38 {
        line-height: 38px
    }

    .text-lg-39 {
        font-size: 39px
    }

    .lh-lg-39 {
        line-height: 39px
    }

    .text-lg-40 {
        font-size: 40px
    }

    .lh-lg-40 {
        line-height: 40px
    }

    .text-lg-41 {
        font-size: 41px
    }

    .lh-lg-41 {
        line-height: 41px
    }

    .text-lg-42 {
        font-size: 42px
    }

    .lh-lg-42 {
        line-height: 42px
    }

    .text-lg-44 {
        font-size: 44px
    }

    .lh-lg-44 {
        line-height: 44px
    }

    .text-lg-45 {
        font-size: 45px
    }

    .lh-lg-45 {
        line-height: 45px
    }

    .text-lg-46 {
        font-size: 46px
    }

    .lh-lg-46 {
        line-height: 46px
    }

    .text-lg-48 {
        font-size: 48px
    }

    .lh-lg-48 {
        line-height: 48px
    }

    .text-lg-50 {
        font-size: 50px
    }

    .lh-lg-50 {
        line-height: 50px
    }

    .text-lg-54 {
        font-size: 54px
    }

    .lh-lg-54 {
        line-height: 54px
    }

    .text-lg-55 {
        font-size: 55px
    }

    .lh-lg-55 {
        line-height: 55px
    }

    .text-lg-60 {
        font-size: 60px
    }

    .lh-lg-60 {
        line-height: 60px
    }

    .text-lg-64 {
        font-size: 64px
    }

    .lh-lg-64 {
        line-height: 64px
    }

    .text-lg-68 {
        font-size: 68px
    }

    .lh-lg-68 {
        line-height: 68px
    }

    .text-lg-70 {
        font-size: 70px
    }

    .lh-lg-70 {
        line-height: 70px
    }

    .text-lg-75 {
        font-size: 75px
    }

    .lh-lg-75 {
        line-height: 75px
    }

    .text-lg-78 {
        font-size: 78px
    }

    .lh-lg-78 {
        line-height: 78px
    }

    .text-lg-80 {
        font-size: 80px
    }

    .lh-lg-80 {
        line-height: 80px
    }

    .text-lg-82 {
        font-size: 82px
    }

    .lh-lg-82 {
        line-height: 82px
    }

    .text-lg-90 {
        font-size: 90px
    }

    .lh-lg-90 {
        line-height: 90px
    }

    .text-lg-100 {
        font-size: 100px
    }

    .lh-lg-100 {
        line-height: 100px
    }

    .text-lg-180 {
        font-size: 180px
    }

    .lh-lg-180 {
        line-height: 180px
    }

    .text-lg-200 {
        font-size: 200px
    }

    .lh-lg-200 {
        line-height: 200px
    }
}

@media (min-width: 1200px) {
    .text-xl-10 {
        font-size:10px
    }

    .lh-xl-10 {
        line-height: 10px
    }

    .text-xl-11 {
        font-size: 11px
    }

    .lh-xl-11 {
        line-height: 11px
    }

    .text-xl-12 {
        font-size: 12px
    }

    .lh-xl-12 {
        line-height: 12px
    }

    .text-xl-13 {
        font-size: 13px
    }

    .lh-xl-13 {
        line-height: 13px
    }

    .text-xl-14 {
        font-size: 14px
    }

    .lh-xl-14 {
        line-height: 14px
    }

    .text-xl-15 {
        font-size: 15px
    }

    .lh-xl-15 {
        line-height: 15px
    }

    .text-xl-16 {
        font-size: 16px
    }

    .lh-xl-16 {
        line-height: 16px
    }

    .text-xl-17 {
        font-size: 17px
    }

    .lh-xl-17 {
        line-height: 17px
    }

    .text-xl-18 {
        font-size: 18px
    }

    .lh-xl-18 {
        line-height: 18px
    }

    .text-xl-19 {
        font-size: 19px
    }

    .lh-xl-19 {
        line-height: 19px
    }

    .text-xl-20 {
        font-size: 20px
    }

    .lh-xl-20 {
        line-height: 20px
    }

    .text-xl-21 {
        font-size: 21px
    }

    .lh-xl-21 {
        line-height: 21px
    }

    .text-xl-22 {
        font-size: 22px
    }

    .lh-xl-22 {
        line-height: 22px
    }

    .text-xl-23 {
        font-size: 23px
    }

    .lh-xl-23 {
        line-height: 23px
    }

    .text-xl-24 {
        font-size: 24px
    }

    .lh-xl-24 {
        line-height: 24px
    }

    .text-xl-25 {
        font-size: 25px
    }

    .lh-xl-25 {
        line-height: 25px
    }

    .text-xl-26 {
        font-size: 26px
    }

    .lh-xl-26 {
        line-height: 26px
    }

    .text-xl-27 {
        font-size: 27px
    }

    .lh-xl-27 {
        line-height: 27px
    }

    .text-xl-28 {
        font-size: 28px
    }

    .lh-xl-28 {
        line-height: 28px
    }

    .text-xl-29 {
        font-size: 29px
    }

    .lh-xl-29 {
        line-height: 29px
    }

    .text-xl-30 {
        font-size: 30px
    }

    .lh-xl-30 {
        line-height: 30px
    }

    .text-xl-31 {
        font-size: 31px
    }

    .lh-xl-31 {
        line-height: 31px
    }

    .text-xl-32 {
        font-size: 32px
    }

    .lh-xl-32 {
        line-height: 32px
    }

    .text-xl-33 {
        font-size: 33px
    }

    .lh-xl-33 {
        line-height: 33px
    }

    .text-xl-34 {
        font-size: 34px
    }

    .lh-xl-34 {
        line-height: 34px
    }

    .text-xl-35 {
        font-size: 35px
    }

    .lh-xl-35 {
        line-height: 35px
    }

    .text-xl-36 {
        font-size: 36px
    }

    .lh-xl-36 {
        line-height: 36px
    }

    .text-xl-37 {
        font-size: 37px
    }

    .lh-xl-37 {
        line-height: 37px
    }

    .text-xl-38 {
        font-size: 38px
    }

    .lh-xl-38 {
        line-height: 38px
    }

    .text-xl-39 {
        font-size: 39px
    }

    .lh-xl-39 {
        line-height: 39px
    }

    .text-xl-40 {
        font-size: 40px
    }

    .lh-xl-40 {
        line-height: 40px
    }

    .text-xl-41 {
        font-size: 41px
    }

    .lh-xl-41 {
        line-height: 41px
    }

    .text-xl-42 {
        font-size: 42px
    }

    .lh-xl-42 {
        line-height: 42px
    }

    .text-xl-44 {
        font-size: 44px
    }

    .lh-xl-44 {
        line-height: 44px
    }

    .text-xl-45 {
        font-size: 45px
    }

    .lh-xl-45 {
        line-height: 45px
    }

    .text-xl-46 {
        font-size: 46px
    }

    .lh-xl-46 {
        line-height: 46px
    }

    .text-xl-48 {
        font-size: 48px
    }

    .lh-xl-48 {
        line-height: 48px
    }

    .text-xl-50 {
        font-size: 50px
    }

    .lh-xl-50 {
        line-height: 50px
    }

    .text-xl-54 {
        font-size: 54px
    }

    .lh-xl-54 {
        line-height: 54px
    }

    .text-xl-55 {
        font-size: 55px
    }

    .lh-xl-55 {
        line-height: 55px
    }

    .text-xl-60 {
        font-size: 60px
    }

    .lh-xl-60 {
        line-height: 60px
    }

    .text-xl-64 {
        font-size: 64px
    }

    .lh-xl-64 {
        line-height: 64px
    }

    .text-xl-68 {
        font-size: 68px
    }

    .lh-xl-68 {
        line-height: 68px
    }

    .text-xl-70 {
        font-size: 70px
    }

    .lh-xl-70 {
        line-height: 70px
    }

    .text-xl-75 {
        font-size: 75px
    }

    .lh-xl-75 {
        line-height: 75px
    }

    .text-xl-78 {
        font-size: 78px
    }

    .lh-xl-78 {
        line-height: 78px
    }

    .text-xl-80 {
        font-size: 80px
    }

    .lh-xl-80 {
        line-height: 80px
    }

    .text-xl-82 {
        font-size: 82px
    }

    .lh-xl-82 {
        line-height: 82px
    }

    .text-xl-90 {
        font-size: 90px
    }

    .lh-xl-90 {
        line-height: 90px
    }

    .text-xl-100 {
        font-size: 100px
    }

    .lh-xl-100 {
        line-height: 100px
    }

    .text-xl-180 {
        font-size: 180px
    }

    .lh-xl-180 {
        line-height: 180px
    }

    .text-xl-200 {
        font-size: 200px
    }

    .lh-xl-200 {
        line-height: 200px
    }
}

@media (min-width: 1440px) {
    .text-xxl-10 {
        font-size:10px
    }

    .lh-xxl-10 {
        line-height: 10px
    }

    .text-xxl-11 {
        font-size: 11px
    }

    .lh-xxl-11 {
        line-height: 11px
    }

    .text-xxl-12 {
        font-size: 12px
    }

    .lh-xxl-12 {
        line-height: 12px
    }

    .text-xxl-13 {
        font-size: 13px
    }

    .lh-xxl-13 {
        line-height: 13px
    }

    .text-xxl-14 {
        font-size: 14px
    }

    .lh-xxl-14 {
        line-height: 14px
    }

    .text-xxl-15 {
        font-size: 15px
    }

    .lh-xxl-15 {
        line-height: 15px
    }

    .text-xxl-16 {
        font-size: 16px
    }

    .lh-xxl-16 {
        line-height: 16px
    }

    .text-xxl-17 {
        font-size: 17px
    }

    .lh-xxl-17 {
        line-height: 17px
    }

    .text-xxl-18 {
        font-size: 18px
    }

    .lh-xxl-18 {
        line-height: 18px
    }

    .text-xxl-19 {
        font-size: 19px
    }

    .lh-xxl-19 {
        line-height: 19px
    }

    .text-xxl-20 {
        font-size: 20px
    }

    .lh-xxl-20 {
        line-height: 20px
    }

    .text-xxl-21 {
        font-size: 21px
    }

    .lh-xxl-21 {
        line-height: 21px
    }

    .text-xxl-22 {
        font-size: 22px
    }

    .lh-xxl-22 {
        line-height: 22px
    }

    .text-xxl-23 {
        font-size: 23px
    }

    .lh-xxl-23 {
        line-height: 23px
    }

    .text-xxl-24 {
        font-size: 24px
    }

    .lh-xxl-24 {
        line-height: 24px
    }

    .text-xxl-25 {
        font-size: 25px
    }

    .lh-xxl-25 {
        line-height: 25px
    }

    .text-xxl-26 {
        font-size: 26px
    }

    .lh-xxl-26 {
        line-height: 26px
    }

    .text-xxl-27 {
        font-size: 27px
    }

    .lh-xxl-27 {
        line-height: 27px
    }

    .text-xxl-28 {
        font-size: 28px
    }

    .lh-xxl-28 {
        line-height: 28px
    }

    .text-xxl-29 {
        font-size: 29px
    }

    .lh-xxl-29 {
        line-height: 29px
    }

    .text-xxl-30 {
        font-size: 30px
    }

    .lh-xxl-30 {
        line-height: 30px
    }

    .text-xxl-31 {
        font-size: 31px
    }

    .lh-xxl-31 {
        line-height: 31px
    }

    .text-xxl-32 {
        font-size: 32px
    }

    .lh-xxl-32 {
        line-height: 32px
    }

    .text-xxl-33 {
        font-size: 33px
    }

    .lh-xxl-33 {
        line-height: 33px
    }

    .text-xxl-34 {
        font-size: 34px
    }

    .lh-xxl-34 {
        line-height: 34px
    }

    .text-xxl-35 {
        font-size: 35px
    }

    .lh-xxl-35 {
        line-height: 35px
    }

    .text-xxl-36 {
        font-size: 36px
    }

    .lh-xxl-36 {
        line-height: 36px
    }

    .text-xxl-37 {
        font-size: 37px
    }

    .lh-xxl-37 {
        line-height: 37px
    }

    .text-xxl-38 {
        font-size: 38px
    }

    .lh-xxl-38 {
        line-height: 38px
    }

    .text-xxl-39 {
        font-size: 39px
    }

    .lh-xxl-39 {
        line-height: 39px
    }

    .text-xxl-40 {
        font-size: 40px
    }

    .lh-xxl-40 {
        line-height: 40px
    }

    .text-xxl-41 {
        font-size: 41px
    }

    .lh-xxl-41 {
        line-height: 41px
    }

    .text-xxl-42 {
        font-size: 42px
    }

    .lh-xxl-42 {
        line-height: 42px
    }

    .text-xxl-44 {
        font-size: 44px
    }

    .lh-xxl-44 {
        line-height: 44px
    }

    .text-xxl-45 {
        font-size: 45px
    }

    .lh-xxl-45 {
        line-height: 45px
    }

    .text-xxl-46 {
        font-size: 46px
    }

    .lh-xxl-46 {
        line-height: 46px
    }

    .text-xxl-48 {
        font-size: 48px
    }

    .lh-xxl-48 {
        line-height: 48px
    }

    .text-xxl-50 {
        font-size: 50px
    }

    .lh-xxl-50 {
        line-height: 50px
    }

    .text-xxl-54 {
        font-size: 54px
    }

    .lh-xxl-54 {
        line-height: 54px
    }

    .text-xxl-55 {
        font-size: 55px
    }

    .lh-xxl-55 {
        line-height: 55px
    }

    .text-xxl-60 {
        font-size: 60px
    }

    .lh-xxl-60 {
        line-height: 60px
    }

    .text-xxl-64 {
        font-size: 64px
    }

    .lh-xxl-64 {
        line-height: 64px
    }

    .text-xxl-68 {
        font-size: 68px
    }

    .lh-xxl-68 {
        line-height: 68px
    }

    .text-xxl-70 {
        font-size: 70px
    }

    .lh-xxl-70 {
        line-height: 70px
    }

    .text-xxl-75 {
        font-size: 75px
    }

    .lh-xxl-75 {
        line-height: 75px
    }

    .text-xxl-78 {
        font-size: 78px
    }

    .lh-xxl-78 {
        line-height: 78px
    }

    .text-xxl-80 {
        font-size: 80px
    }

    .lh-xxl-80 {
        line-height: 80px
    }

    .text-xxl-82 {
        font-size: 82px
    }

    .lh-xxl-82 {
        line-height: 82px
    }

    .text-xxl-90 {
        font-size: 90px
    }

    .lh-xxl-90 {
        line-height: 90px
    }

    .text-xxl-100 {
        font-size: 100px
    }

    .lh-xxl-100 {
        line-height: 100px
    }

    .text-xxl-180 {
        font-size: 180px
    }

    .lh-xxl-180 {
        line-height: 180px
    }

    .text-xxl-200 {
        font-size: 200px
    }

    .lh-xxl-200 {
        line-height: 200px
    }
}

.lh-1 {
    line-height: 1.05
}

.text-large {
    font-size: var(--body-font-size-large)
}

.text-medium {
    font-size: var(--body-font-size-medium)
}

.text-small {
    font-size: var(--body-font-size-small)
}

.text-xsmall {
    font-size: var(--body-font-size-xsmall)
}

.text-xxsmall {
    font-size: var(--body-font-size-xxsmall)
}

.text-10.text-va-20 {
    letter-spacing: 0.2px
}

.text-10.text-va-30 {
    letter-spacing: 0.3px
}

.text-10.text-va-40 {
    letter-spacing: 0.4px
}

.text-10.text-va-50 {
    letter-spacing: 0.5px
}

.text-10.text-va-70 {
    letter-spacing: 0.7px
}

.text-10.text-va-100 {
    letter-spacing: 1px
}

.text-10.text-va-200 {
    letter-spacing: 2px
}

.text-11.text-va-20 {
    letter-spacing: 0.22px
}

.text-11.text-va-30 {
    letter-spacing: 0.33px
}

.text-11.text-va-40 {
    letter-spacing: 0.44px
}

.text-11.text-va-50 {
    letter-spacing: 0.55px
}

.text-11.text-va-70 {
    letter-spacing: 0.77px
}

.text-11.text-va-100 {
    letter-spacing: 1.1px
}

.text-11.text-va-200 {
    letter-spacing: 2.2px
}

.text-12.text-va-20 {
    letter-spacing: 0.24px
}

.text-12.text-va-30 {
    letter-spacing: 0.36px
}

.text-12.text-va-40 {
    letter-spacing: 0.48px
}

.text-12.text-va-50 {
    letter-spacing: 0.6px
}

.text-12.text-va-70 {
    letter-spacing: 0.84px
}

.text-12.text-va-100 {
    letter-spacing: 1.2px
}

.text-12.text-va-200 {
    letter-spacing: 2.4px
}

.text-13.text-va-20 {
    letter-spacing: 0.26px
}

.text-13.text-va-30 {
    letter-spacing: 0.39px
}

.text-13.text-va-40 {
    letter-spacing: 0.52px
}

.text-13.text-va-50 {
    letter-spacing: 0.65px
}

.text-13.text-va-70 {
    letter-spacing: 0.91px
}

.text-13.text-va-100 {
    letter-spacing: 1.3px
}

.text-13.text-va-200 {
    letter-spacing: 2.6px
}

.text-14.text-va-20 {
    letter-spacing: 0.28px
}

.text-14.text-va-30 {
    letter-spacing: 0.42px
}

.text-14.text-va-40 {
    letter-spacing: 0.56px
}

.text-14.text-va-50 {
    letter-spacing: 0.7px
}

.text-14.text-va-70 {
    letter-spacing: 0.98px
}

.text-14.text-va-100 {
    letter-spacing: 1.4px
}

.text-14.text-va-200 {
    letter-spacing: 2.8px
}

.text-15.text-va-20 {
    letter-spacing: 0.3px
}

.text-15.text-va-30 {
    letter-spacing: 0.45px
}

.text-15.text-va-40 {
    letter-spacing: 0.6px
}

.text-15.text-va-50 {
    letter-spacing: 0.75px
}

.text-15.text-va-70 {
    letter-spacing: 1.05px
}

.text-15.text-va-100 {
    letter-spacing: 1.5px
}

.text-15.text-va-200 {
    letter-spacing: 3px
}

.text-16.text-va-20 {
    letter-spacing: 0.32px
}

.text-16.text-va-30 {
    letter-spacing: 0.48px
}

.text-16.text-va-40 {
    letter-spacing: 0.64px
}

.text-16.text-va-50 {
    letter-spacing: 0.8px
}

.text-16.text-va-70 {
    letter-spacing: 1.12px
}

.text-16.text-va-100 {
    letter-spacing: 1.6px
}

.text-16.text-va-200 {
    letter-spacing: 3.2px
}

.text-17.text-va-20 {
    letter-spacing: 0.34px
}

.text-17.text-va-30 {
    letter-spacing: 0.51px
}

.text-17.text-va-40 {
    letter-spacing: 0.68px
}

.text-17.text-va-50 {
    letter-spacing: 0.85px
}

.text-17.text-va-70 {
    letter-spacing: 1.19px
}

.text-17.text-va-100 {
    letter-spacing: 1.7px
}

.text-17.text-va-200 {
    letter-spacing: 3.4px
}

.text-18.text-va-20 {
    letter-spacing: 0.36px
}

.text-18.text-va-30 {
    letter-spacing: 0.54px
}

.text-18.text-va-40 {
    letter-spacing: 0.72px
}

.text-18.text-va-50 {
    letter-spacing: 0.9px
}

.text-18.text-va-70 {
    letter-spacing: 1.26px
}

.text-18.text-va-100 {
    letter-spacing: 1.8px
}

.text-18.text-va-200 {
    letter-spacing: 3.6px
}

.text-19.text-va-20 {
    letter-spacing: 0.38px
}

.text-19.text-va-30 {
    letter-spacing: 0.57px
}

.text-19.text-va-40 {
    letter-spacing: 0.76px
}

.text-19.text-va-50 {
    letter-spacing: 0.95px
}

.text-19.text-va-70 {
    letter-spacing: 1.33px
}

.text-19.text-va-100 {
    letter-spacing: 1.9px
}

.text-19.text-va-200 {
    letter-spacing: 3.8px
}

.text-20.text-va-20 {
    letter-spacing: 0.4px
}

.text-20.text-va-30 {
    letter-spacing: 0.6px
}

.text-20.text-va-40 {
    letter-spacing: 0.8px
}

.text-20.text-va-50 {
    letter-spacing: 1px
}

.text-20.text-va-70 {
    letter-spacing: 1.4px
}

.text-20.text-va-100 {
    letter-spacing: 2px
}

.text-20.text-va-200 {
    letter-spacing: 4px
}

.text-21.text-va-20 {
    letter-spacing: 0.42px
}

.text-21.text-va-30 {
    letter-spacing: 0.63px
}

.text-21.text-va-40 {
    letter-spacing: 0.84px
}

.text-21.text-va-50 {
    letter-spacing: 1.05px
}

.text-21.text-va-70 {
    letter-spacing: 1.47px
}

.text-21.text-va-100 {
    letter-spacing: 2.1px
}

.text-21.text-va-200 {
    letter-spacing: 4.2px
}

.text-22.text-va-20 {
    letter-spacing: 0.44px
}

.text-22.text-va-30 {
    letter-spacing: 0.66px
}

.text-22.text-va-40 {
    letter-spacing: 0.88px
}

.text-22.text-va-50 {
    letter-spacing: 1.1px
}

.text-22.text-va-70 {
    letter-spacing: 1.54px
}

.text-22.text-va-100 {
    letter-spacing: 2.2px
}

.text-22.text-va-200 {
    letter-spacing: 4.4px
}

.text-23.text-va-20 {
    letter-spacing: 0.46px
}

.text-23.text-va-30 {
    letter-spacing: 0.69px
}

.text-23.text-va-40 {
    letter-spacing: 0.92px
}

.text-23.text-va-50 {
    letter-spacing: 1.15px
}

.text-23.text-va-70 {
    letter-spacing: 1.61px
}

.text-23.text-va-100 {
    letter-spacing: 2.3px
}

.text-23.text-va-200 {
    letter-spacing: 4.6px
}

.text-24.text-va-20 {
    letter-spacing: 0.48px
}

.text-24.text-va-30 {
    letter-spacing: 0.72px
}

.text-24.text-va-40 {
    letter-spacing: 0.96px
}

.text-24.text-va-50 {
    letter-spacing: 1.2px
}

.text-24.text-va-70 {
    letter-spacing: 1.68px
}

.text-24.text-va-100 {
    letter-spacing: 2.4px
}

.text-24.text-va-200 {
    letter-spacing: 4.8px
}

.text-25.text-va-20 {
    letter-spacing: 0.5px
}

.text-25.text-va-30 {
    letter-spacing: 0.75px
}

.text-25.text-va-40 {
    letter-spacing: 1px
}

.text-25.text-va-50 {
    letter-spacing: 1.25px
}

.text-25.text-va-70 {
    letter-spacing: 1.75px
}

.text-25.text-va-100 {
    letter-spacing: 2.5px
}

.text-25.text-va-200 {
    letter-spacing: 5px
}

.text-26.text-va-20 {
    letter-spacing: 0.52px
}

.text-26.text-va-30 {
    letter-spacing: 0.78px
}

.text-26.text-va-40 {
    letter-spacing: 1.04px
}

.text-26.text-va-50 {
    letter-spacing: 1.3px
}

.text-26.text-va-70 {
    letter-spacing: 1.82px
}

.text-26.text-va-100 {
    letter-spacing: 2.6px
}

.text-26.text-va-200 {
    letter-spacing: 5.2px
}

.text-27.text-va-20 {
    letter-spacing: 0.54px
}

.text-27.text-va-30 {
    letter-spacing: 0.81px
}

.text-27.text-va-40 {
    letter-spacing: 1.08px
}

.text-27.text-va-50 {
    letter-spacing: 1.35px
}

.text-27.text-va-70 {
    letter-spacing: 1.89px
}

.text-27.text-va-100 {
    letter-spacing: 2.7px
}

.text-27.text-va-200 {
    letter-spacing: 5.4px
}

.text-28.text-va-20 {
    letter-spacing: 0.56px
}

.text-28.text-va-30 {
    letter-spacing: 0.84px
}

.text-28.text-va-40 {
    letter-spacing: 1.12px
}

.text-28.text-va-50 {
    letter-spacing: 1.4px
}

.text-28.text-va-70 {
    letter-spacing: 1.96px
}

.text-28.text-va-100 {
    letter-spacing: 2.8px
}

.text-28.text-va-200 {
    letter-spacing: 5.6px
}

.text-29.text-va-20 {
    letter-spacing: 0.58px
}

.text-29.text-va-30 {
    letter-spacing: 0.87px
}

.text-29.text-va-40 {
    letter-spacing: 1.16px
}

.text-29.text-va-50 {
    letter-spacing: 1.45px
}

.text-29.text-va-70 {
    letter-spacing: 2.03px
}

.text-29.text-va-100 {
    letter-spacing: 2.9px
}

.text-29.text-va-200 {
    letter-spacing: 5.8px
}

.text-30.text-va-20 {
    letter-spacing: 0.6px
}

.text-30.text-va-30 {
    letter-spacing: 0.9px
}

.text-30.text-va-40 {
    letter-spacing: 1.2px
}

.text-30.text-va-50 {
    letter-spacing: 1.5px
}

.text-30.text-va-70 {
    letter-spacing: 2.1px
}

.text-30.text-va-100 {
    letter-spacing: 3px
}

.text-30.text-va-200 {
    letter-spacing: 6px
}

.text-31.text-va-20 {
    letter-spacing: 0.62px
}

.text-31.text-va-30 {
    letter-spacing: 0.93px
}

.text-31.text-va-40 {
    letter-spacing: 1.24px
}

.text-31.text-va-50 {
    letter-spacing: 1.55px
}

.text-31.text-va-70 {
    letter-spacing: 2.17px
}

.text-31.text-va-100 {
    letter-spacing: 3.1px
}

.text-31.text-va-200 {
    letter-spacing: 6.2px
}

.text-32.text-va-20 {
    letter-spacing: 0.64px
}

.text-32.text-va-30 {
    letter-spacing: 0.96px
}

.text-32.text-va-40 {
    letter-spacing: 1.28px
}

.text-32.text-va-50 {
    letter-spacing: 1.6px
}

.text-32.text-va-70 {
    letter-spacing: 2.24px
}

.text-32.text-va-100 {
    letter-spacing: 3.2px
}

.text-32.text-va-200 {
    letter-spacing: 6.4px
}

.text-33.text-va-20 {
    letter-spacing: 0.66px
}

.text-33.text-va-30 {
    letter-spacing: 0.99px
}

.text-33.text-va-40 {
    letter-spacing: 1.32px
}

.text-33.text-va-50 {
    letter-spacing: 1.65px
}

.text-33.text-va-70 {
    letter-spacing: 2.31px
}

.text-33.text-va-100 {
    letter-spacing: 3.3px
}

.text-33.text-va-200 {
    letter-spacing: 6.6px
}

.text-34.text-va-20 {
    letter-spacing: 0.68px
}

.text-34.text-va-30 {
    letter-spacing: 1.02px
}

.text-34.text-va-40 {
    letter-spacing: 1.36px
}

.text-34.text-va-50 {
    letter-spacing: 1.7px
}

.text-34.text-va-70 {
    letter-spacing: 2.38px
}

.text-34.text-va-100 {
    letter-spacing: 3.4px
}

.text-34.text-va-200 {
    letter-spacing: 6.8px
}

.text-35.text-va-20 {
    letter-spacing: 0.7px
}

.text-35.text-va-30 {
    letter-spacing: 1.05px
}

.text-35.text-va-40 {
    letter-spacing: 1.4px
}

.text-35.text-va-50 {
    letter-spacing: 1.75px
}

.text-35.text-va-70 {
    letter-spacing: 2.45px
}

.text-35.text-va-100 {
    letter-spacing: 3.5px
}

.text-35.text-va-200 {
    letter-spacing: 7px
}

.text-36.text-va-20 {
    letter-spacing: 0.72px
}

.text-36.text-va-30 {
    letter-spacing: 1.08px
}

.text-36.text-va-40 {
    letter-spacing: 1.44px
}

.text-36.text-va-50 {
    letter-spacing: 1.8px
}

.text-36.text-va-70 {
    letter-spacing: 2.52px
}

.text-36.text-va-100 {
    letter-spacing: 3.6px
}

.text-36.text-va-200 {
    letter-spacing: 7.2px
}

.text-37.text-va-20 {
    letter-spacing: 0.74px
}

.text-37.text-va-30 {
    letter-spacing: 1.11px
}

.text-37.text-va-40 {
    letter-spacing: 1.48px
}

.text-37.text-va-50 {
    letter-spacing: 1.85px
}

.text-37.text-va-70 {
    letter-spacing: 2.59px
}

.text-37.text-va-100 {
    letter-spacing: 3.7px
}

.text-37.text-va-200 {
    letter-spacing: 7.4px
}

.text-38.text-va-20 {
    letter-spacing: 0.76px
}

.text-38.text-va-30 {
    letter-spacing: 1.14px
}

.text-38.text-va-40 {
    letter-spacing: 1.52px
}

.text-38.text-va-50 {
    letter-spacing: 1.9px
}

.text-38.text-va-70 {
    letter-spacing: 2.66px
}

.text-38.text-va-100 {
    letter-spacing: 3.8px
}

.text-38.text-va-200 {
    letter-spacing: 7.6px
}

.text-39.text-va-20 {
    letter-spacing: 0.78px
}

.text-39.text-va-30 {
    letter-spacing: 1.17px
}

.text-39.text-va-40 {
    letter-spacing: 1.56px
}

.text-39.text-va-50 {
    letter-spacing: 1.95px
}

.text-39.text-va-70 {
    letter-spacing: 2.73px
}

.text-39.text-va-100 {
    letter-spacing: 3.9px
}

.text-39.text-va-200 {
    letter-spacing: 7.8px
}

.text-40.text-va-20 {
    letter-spacing: 0.8px
}

.text-40.text-va-30 {
    letter-spacing: 1.2px
}

.text-40.text-va-40 {
    letter-spacing: 1.6px
}

.text-40.text-va-50 {
    letter-spacing: 2px
}

.text-40.text-va-70 {
    letter-spacing: 2.8px
}

.text-40.text-va-100 {
    letter-spacing: 4px
}

.text-40.text-va-200 {
    letter-spacing: 8px
}

.text-41.text-va-20 {
    letter-spacing: 0.82px
}

.text-41.text-va-30 {
    letter-spacing: 1.23px
}

.text-41.text-va-40 {
    letter-spacing: 1.64px
}

.text-41.text-va-50 {
    letter-spacing: 2.05px
}

.text-41.text-va-70 {
    letter-spacing: 2.87px
}

.text-41.text-va-100 {
    letter-spacing: 4.1px
}

.text-41.text-va-200 {
    letter-spacing: 8.2px
}

.text-42.text-va-20 {
    letter-spacing: 0.84px
}

.text-42.text-va-30 {
    letter-spacing: 1.26px
}

.text-42.text-va-40 {
    letter-spacing: 1.68px
}

.text-42.text-va-50 {
    letter-spacing: 2.1px
}

.text-42.text-va-70 {
    letter-spacing: 2.94px
}

.text-42.text-va-100 {
    letter-spacing: 4.2px
}

.text-42.text-va-200 {
    letter-spacing: 8.4px
}

.text-44.text-va-20 {
    letter-spacing: 0.88px
}

.text-44.text-va-30 {
    letter-spacing: 1.32px
}

.text-44.text-va-40 {
    letter-spacing: 1.76px
}

.text-44.text-va-50 {
    letter-spacing: 2.2px
}

.text-44.text-va-70 {
    letter-spacing: 3.08px
}

.text-44.text-va-100 {
    letter-spacing: 4.4px
}

.text-44.text-va-200 {
    letter-spacing: 8.8px
}

.text-45.text-va-20 {
    letter-spacing: 0.9px
}

.text-45.text-va-30 {
    letter-spacing: 1.35px
}

.text-45.text-va-40 {
    letter-spacing: 1.8px
}

.text-45.text-va-50 {
    letter-spacing: 2.25px
}

.text-45.text-va-70 {
    letter-spacing: 3.15px
}

.text-45.text-va-100 {
    letter-spacing: 4.5px
}

.text-45.text-va-200 {
    letter-spacing: 9px
}

.text-46.text-va-20 {
    letter-spacing: 0.92px
}

.text-46.text-va-30 {
    letter-spacing: 1.38px
}

.text-46.text-va-40 {
    letter-spacing: 1.84px
}

.text-46.text-va-50 {
    letter-spacing: 2.3px
}

.text-46.text-va-70 {
    letter-spacing: 3.22px
}

.text-46.text-va-100 {
    letter-spacing: 4.6px
}

.text-46.text-va-200 {
    letter-spacing: 9.2px
}

.text-48.text-va-20 {
    letter-spacing: 0.96px
}

.text-48.text-va-30 {
    letter-spacing: 1.44px
}

.text-48.text-va-40 {
    letter-spacing: 1.92px
}

.text-48.text-va-50 {
    letter-spacing: 2.4px
}

.text-48.text-va-70 {
    letter-spacing: 3.36px
}

.text-48.text-va-100 {
    letter-spacing: 4.8px
}

.text-48.text-va-200 {
    letter-spacing: 9.6px
}

.text-50.text-va-20 {
    letter-spacing: 1px
}

.text-50.text-va-30 {
    letter-spacing: 1.5px
}

.text-50.text-va-40 {
    letter-spacing: 2px
}

.text-50.text-va-50 {
    letter-spacing: 2.5px
}

.text-50.text-va-70 {
    letter-spacing: 3.5px
}

.text-50.text-va-100 {
    letter-spacing: 5px
}

.text-50.text-va-200 {
    letter-spacing: 10px
}

.text-54.text-va-20 {
    letter-spacing: 1.08px
}

.text-54.text-va-30 {
    letter-spacing: 1.62px
}

.text-54.text-va-40 {
    letter-spacing: 2.16px
}

.text-54.text-va-50 {
    letter-spacing: 2.7px
}

.text-54.text-va-70 {
    letter-spacing: 3.78px
}

.text-54.text-va-100 {
    letter-spacing: 5.4px
}

.text-54.text-va-200 {
    letter-spacing: 10.8px
}

.text-55.text-va-20 {
    letter-spacing: 1.1px
}

.text-55.text-va-30 {
    letter-spacing: 1.65px
}

.text-55.text-va-40 {
    letter-spacing: 2.2px
}

.text-55.text-va-50 {
    letter-spacing: 2.75px
}

.text-55.text-va-70 {
    letter-spacing: 3.85px
}

.text-55.text-va-100 {
    letter-spacing: 5.5px
}

.text-55.text-va-200 {
    letter-spacing: 11px
}

.text-60.text-va-20 {
    letter-spacing: 1.2px
}

.text-60.text-va-30 {
    letter-spacing: 1.8px
}

.text-60.text-va-40 {
    letter-spacing: 2.4px
}

.text-60.text-va-50 {
    letter-spacing: 3px
}

.text-60.text-va-70 {
    letter-spacing: 4.2px
}

.text-60.text-va-100 {
    letter-spacing: 6px
}

.text-60.text-va-200 {
    letter-spacing: 12px
}

.text-64.text-va-20 {
    letter-spacing: 1.28px
}

.text-64.text-va-30 {
    letter-spacing: 1.92px
}

.text-64.text-va-40 {
    letter-spacing: 2.56px
}

.text-64.text-va-50 {
    letter-spacing: 3.2px
}

.text-64.text-va-70 {
    letter-spacing: 4.48px
}

.text-64.text-va-100 {
    letter-spacing: 6.4px
}

.text-64.text-va-200 {
    letter-spacing: 12.8px
}

.text-68.text-va-20 {
    letter-spacing: 1.36px
}

.text-68.text-va-30 {
    letter-spacing: 2.04px
}

.text-68.text-va-40 {
    letter-spacing: 2.72px
}

.text-68.text-va-50 {
    letter-spacing: 3.4px
}

.text-68.text-va-70 {
    letter-spacing: 4.76px
}

.text-68.text-va-100 {
    letter-spacing: 6.8px
}

.text-68.text-va-200 {
    letter-spacing: 13.6px
}

.text-70.text-va-20 {
    letter-spacing: 1.4px
}

.text-70.text-va-30 {
    letter-spacing: 2.1px
}

.text-70.text-va-40 {
    letter-spacing: 2.8px
}

.text-70.text-va-50 {
    letter-spacing: 3.5px
}

.text-70.text-va-70 {
    letter-spacing: 4.9px
}

.text-70.text-va-100 {
    letter-spacing: 7px
}

.text-70.text-va-200 {
    letter-spacing: 14px
}

.text-75.text-va-20 {
    letter-spacing: 1.5px
}

.text-75.text-va-30 {
    letter-spacing: 2.25px
}

.text-75.text-va-40 {
    letter-spacing: 3px
}

.text-75.text-va-50 {
    letter-spacing: 3.75px
}

.text-75.text-va-70 {
    letter-spacing: 5.25px
}

.text-75.text-va-100 {
    letter-spacing: 7.5px
}

.text-75.text-va-200 {
    letter-spacing: 15px
}

.text-78.text-va-20 {
    letter-spacing: 1.56px
}

.text-78.text-va-30 {
    letter-spacing: 2.34px
}

.text-78.text-va-40 {
    letter-spacing: 3.12px
}

.text-78.text-va-50 {
    letter-spacing: 3.9px
}

.text-78.text-va-70 {
    letter-spacing: 5.46px
}

.text-78.text-va-100 {
    letter-spacing: 7.8px
}

.text-78.text-va-200 {
    letter-spacing: 15.6px
}

.text-80.text-va-20 {
    letter-spacing: 1.6px
}

.text-80.text-va-30 {
    letter-spacing: 2.4px
}

.text-80.text-va-40 {
    letter-spacing: 3.2px
}

.text-80.text-va-50 {
    letter-spacing: 4px
}

.text-80.text-va-70 {
    letter-spacing: 5.6px
}

.text-80.text-va-100 {
    letter-spacing: 8px
}

.text-80.text-va-200 {
    letter-spacing: 16px
}

.text-82.text-va-20 {
    letter-spacing: 1.64px
}

.text-82.text-va-30 {
    letter-spacing: 2.46px
}

.text-82.text-va-40 {
    letter-spacing: 3.28px
}

.text-82.text-va-50 {
    letter-spacing: 4.1px
}

.text-82.text-va-70 {
    letter-spacing: 5.74px
}

.text-82.text-va-100 {
    letter-spacing: 8.2px
}

.text-82.text-va-200 {
    letter-spacing: 16.4px
}

.text-90.text-va-20 {
    letter-spacing: 1.8px
}

.text-90.text-va-30 {
    letter-spacing: 2.7px
}

.text-90.text-va-40 {
    letter-spacing: 3.6px
}

.text-90.text-va-50 {
    letter-spacing: 4.5px
}

.text-90.text-va-70 {
    letter-spacing: 6.3px
}

.text-90.text-va-100 {
    letter-spacing: 9px
}

.text-90.text-va-200 {
    letter-spacing: 18px
}

.text-100.text-va-20 {
    letter-spacing: 2px
}

.text-100.text-va-30 {
    letter-spacing: 3px
}

.text-100.text-va-40 {
    letter-spacing: 4px
}

.text-100.text-va-50 {
    letter-spacing: 5px
}

.text-100.text-va-70 {
    letter-spacing: 7px
}

.text-100.text-va-100 {
    letter-spacing: 10px
}

.text-100.text-va-200 {
    letter-spacing: 20px
}

.text-180.text-va-20 {
    letter-spacing: 3.6px
}

.text-180.text-va-30 {
    letter-spacing: 5.4px
}

.text-180.text-va-40 {
    letter-spacing: 7.2px
}

.text-180.text-va-50 {
    letter-spacing: 9px
}

.text-180.text-va-70 {
    letter-spacing: 12.6px
}

.text-180.text-va-100 {
    letter-spacing: 18px
}

.text-180.text-va-200 {
    letter-spacing: 36px
}

.text-200.text-va-20 {
    letter-spacing: 4px
}

.text-200.text-va-30 {
    letter-spacing: 6px
}

.text-200.text-va-40 {
    letter-spacing: 8px
}

.text-200.text-va-50 {
    letter-spacing: 10px
}

.text-200.text-va-70 {
    letter-spacing: 14px
}

.text-200.text-va-100 {
    letter-spacing: 20px
}

.text-200.text-va-200 {
    letter-spacing: 40px
}

@media (min-width: 480px) {
    .text-xs-10.text-va-20 {
        letter-spacing:0.2px
    }

    .text-xs-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-xs-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-xs-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-xs-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-xs-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-xs-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-xs-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-xs-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-xs-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-xs-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-xs-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-xs-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-xs-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-xs-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-xs-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-xs-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-xs-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-xs-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-xs-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-xs-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-xs-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-xs-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-xs-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-xs-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-xs-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-xs-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-xs-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-xs-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-xs-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-xs-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-xs-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-xs-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-xs-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-xs-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-xs-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-xs-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-xs-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-xs-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-xs-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-xs-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-xs-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-xs-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-xs-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-xs-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-xs-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-xs-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-xs-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-xs-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-xs-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-xs-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-xs-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-xs-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-xs-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-xs-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-xs-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-xs-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-xs-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-xs-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-xs-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-xs-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-xs-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-xs-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-xs-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-xs-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-xs-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-xs-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-xs-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-xs-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-xs-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-xs-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-xs-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-xs-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-xs-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-xs-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-xs-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-xs-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-xs-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-xs-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-xs-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-xs-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-xs-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-xs-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-xs-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-xs-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-xs-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-xs-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-xs-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-xs-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-xs-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-xs-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-xs-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-xs-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-xs-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-xs-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-xs-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-xs-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-xs-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-xs-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-xs-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-xs-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-xs-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-xs-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-xs-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-xs-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-xs-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-xs-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-xs-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-xs-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-xs-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-xs-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-xs-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-xs-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-xs-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-xs-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-xs-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-xs-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-xs-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-xs-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-xs-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-xs-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-xs-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-xs-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-xs-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-xs-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-xs-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-xs-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-xs-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-xs-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-xs-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-xs-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-xs-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-xs-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-xs-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-xs-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-xs-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-xs-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-xs-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-xs-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-xs-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-xs-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-xs-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-xs-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-xs-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-xs-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-xs-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-xs-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-xs-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-xs-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-xs-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-xs-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-xs-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-xs-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-xs-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-xs-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-xs-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-xs-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-xs-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-xs-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-xs-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-xs-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-xs-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-xs-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-xs-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-xs-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-xs-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-xs-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-xs-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-xs-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-xs-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-xs-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-xs-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-xs-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-xs-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-xs-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-xs-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-xs-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-xs-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-xs-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-xs-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-xs-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-xs-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-xs-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-xs-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-xs-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-xs-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-xs-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-xs-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-xs-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-xs-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-xs-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-xs-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-xs-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-xs-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-xs-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-xs-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-xs-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-xs-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-xs-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-xs-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-xs-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-xs-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-xs-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-xs-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-xs-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-xs-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-xs-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-xs-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-xs-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-xs-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-xs-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-xs-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-xs-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-xs-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-xs-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-xs-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-xs-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-xs-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-xs-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-xs-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-xs-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-xs-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-xs-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-xs-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-xs-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-xs-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-xs-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-xs-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-xs-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-xs-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-xs-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-xs-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-xs-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-xs-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-xs-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-xs-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-xs-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-xs-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-xs-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-xs-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-xs-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-xs-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-xs-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-xs-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-xs-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-xs-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-xs-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-xs-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-xs-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-xs-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-xs-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-xs-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-xs-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-xs-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-xs-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-xs-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-xs-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-xs-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-xs-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-xs-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-xs-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-xs-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-xs-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-xs-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-xs-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-xs-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-xs-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-xs-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-xs-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-xs-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-xs-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-xs-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-xs-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-xs-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-xs-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-xs-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-xs-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-xs-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-xs-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-xs-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-xs-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-xs-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-xs-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-xs-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-xs-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-xs-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-xs-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-xs-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-xs-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-xs-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-xs-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-xs-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-xs-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-xs-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-xs-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-xs-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-xs-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-xs-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-xs-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-xs-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-xs-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-xs-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-xs-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-xs-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-xs-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-xs-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-xs-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-xs-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-xs-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-xs-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-xs-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-xs-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-xs-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-xs-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-xs-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-xs-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-xs-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-xs-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-xs-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-xs-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-xs-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-xs-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-xs-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-xs-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-xs-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-xs-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-xs-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-xs-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-xs-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-xs-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-xs-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-xs-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-xs-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-xs-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-xs-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-xs-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-xs-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-xs-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-xs-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-xs-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-xs-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-xs-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-xs-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-xs-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-xs-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-xs-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-xs-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-xs-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-xs-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-xs-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-xs-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-xs-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-xs-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-xs-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-xs-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-xs-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-xs-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-xs-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-xs-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-xs-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-xs-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-xs-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-xs-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-xs-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 576px) {
    .text-sm-10.text-va-20 {
        letter-spacing:0.2px
    }

    .text-sm-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-sm-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-sm-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-sm-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-sm-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-sm-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-sm-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-sm-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-sm-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-sm-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-sm-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-sm-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-sm-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-sm-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-sm-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-sm-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-sm-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-sm-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-sm-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-sm-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-sm-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-sm-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-sm-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-sm-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-sm-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-sm-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-sm-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-sm-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-sm-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-sm-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-sm-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-sm-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-sm-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-sm-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-sm-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-sm-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-sm-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-sm-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-sm-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-sm-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-sm-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-sm-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-sm-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-sm-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-sm-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-sm-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-sm-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-sm-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-sm-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-sm-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-sm-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-sm-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-sm-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-sm-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-sm-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-sm-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-sm-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-sm-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-sm-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-sm-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-sm-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-sm-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-sm-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-sm-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-sm-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-sm-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-sm-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-sm-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-sm-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-sm-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-sm-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-sm-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-sm-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-sm-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-sm-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-sm-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-sm-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-sm-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-sm-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-sm-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-sm-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-sm-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-sm-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-sm-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-sm-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-sm-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-sm-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-sm-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-sm-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-sm-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-sm-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-sm-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-sm-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-sm-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-sm-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-sm-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-sm-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-sm-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-sm-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-sm-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-sm-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-sm-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-sm-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-sm-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-sm-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-sm-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-sm-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-sm-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-sm-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-sm-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-sm-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-sm-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-sm-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-sm-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-sm-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-sm-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-sm-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-sm-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-sm-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-sm-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-sm-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-sm-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-sm-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-sm-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-sm-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-sm-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-sm-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-sm-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-sm-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-sm-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-sm-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-sm-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-sm-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-sm-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-sm-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-sm-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-sm-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-sm-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-sm-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-sm-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-sm-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-sm-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-sm-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-sm-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-sm-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-sm-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-sm-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-sm-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-sm-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-sm-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-sm-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-sm-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-sm-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-sm-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-sm-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-sm-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-sm-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-sm-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-sm-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-sm-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-sm-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-sm-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-sm-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-sm-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-sm-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-sm-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-sm-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-sm-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-sm-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-sm-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-sm-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-sm-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-sm-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-sm-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-sm-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-sm-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-sm-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-sm-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-sm-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-sm-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-sm-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-sm-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-sm-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-sm-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-sm-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-sm-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-sm-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-sm-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-sm-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-sm-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-sm-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-sm-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-sm-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-sm-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-sm-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-sm-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-sm-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-sm-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-sm-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-sm-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-sm-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-sm-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-sm-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-sm-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-sm-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-sm-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-sm-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-sm-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-sm-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-sm-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-sm-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-sm-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-sm-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-sm-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-sm-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-sm-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-sm-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-sm-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-sm-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-sm-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-sm-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-sm-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-sm-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-sm-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-sm-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-sm-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-sm-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-sm-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-sm-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-sm-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-sm-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-sm-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-sm-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-sm-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-sm-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-sm-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-sm-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-sm-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-sm-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-sm-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-sm-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-sm-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-sm-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-sm-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-sm-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-sm-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-sm-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-sm-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-sm-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-sm-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-sm-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-sm-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-sm-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-sm-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-sm-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-sm-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-sm-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-sm-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-sm-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-sm-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-sm-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-sm-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-sm-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-sm-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-sm-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-sm-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-sm-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-sm-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-sm-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-sm-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-sm-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-sm-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-sm-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-sm-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-sm-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-sm-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-sm-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-sm-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-sm-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-sm-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-sm-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-sm-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-sm-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-sm-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-sm-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-sm-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-sm-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-sm-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-sm-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-sm-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-sm-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-sm-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-sm-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-sm-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-sm-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-sm-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-sm-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-sm-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-sm-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-sm-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-sm-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-sm-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-sm-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-sm-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-sm-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-sm-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-sm-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-sm-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-sm-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-sm-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-sm-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-sm-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-sm-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-sm-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-sm-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-sm-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-sm-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-sm-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-sm-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-sm-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-sm-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-sm-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-sm-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-sm-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-sm-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-sm-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-sm-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-sm-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-sm-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-sm-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-sm-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-sm-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-sm-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-sm-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-sm-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-sm-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-sm-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-sm-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-sm-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-sm-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-sm-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-sm-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-sm-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-sm-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-sm-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-sm-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-sm-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-sm-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-sm-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-sm-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-sm-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-sm-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-sm-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-sm-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-sm-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-sm-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-sm-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-sm-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-sm-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-sm-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-sm-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-sm-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-sm-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 768px) {
    .text-md-10.text-va-20 {
        letter-spacing:0.2px
    }

    .text-md-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-md-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-md-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-md-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-md-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-md-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-md-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-md-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-md-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-md-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-md-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-md-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-md-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-md-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-md-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-md-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-md-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-md-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-md-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-md-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-md-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-md-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-md-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-md-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-md-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-md-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-md-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-md-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-md-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-md-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-md-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-md-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-md-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-md-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-md-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-md-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-md-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-md-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-md-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-md-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-md-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-md-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-md-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-md-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-md-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-md-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-md-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-md-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-md-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-md-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-md-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-md-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-md-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-md-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-md-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-md-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-md-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-md-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-md-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-md-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-md-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-md-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-md-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-md-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-md-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-md-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-md-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-md-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-md-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-md-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-md-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-md-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-md-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-md-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-md-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-md-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-md-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-md-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-md-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-md-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-md-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-md-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-md-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-md-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-md-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-md-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-md-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-md-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-md-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-md-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-md-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-md-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-md-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-md-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-md-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-md-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-md-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-md-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-md-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-md-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-md-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-md-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-md-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-md-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-md-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-md-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-md-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-md-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-md-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-md-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-md-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-md-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-md-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-md-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-md-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-md-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-md-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-md-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-md-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-md-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-md-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-md-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-md-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-md-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-md-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-md-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-md-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-md-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-md-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-md-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-md-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-md-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-md-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-md-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-md-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-md-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-md-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-md-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-md-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-md-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-md-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-md-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-md-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-md-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-md-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-md-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-md-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-md-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-md-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-md-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-md-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-md-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-md-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-md-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-md-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-md-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-md-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-md-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-md-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-md-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-md-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-md-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-md-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-md-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-md-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-md-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-md-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-md-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-md-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-md-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-md-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-md-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-md-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-md-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-md-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-md-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-md-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-md-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-md-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-md-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-md-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-md-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-md-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-md-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-md-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-md-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-md-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-md-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-md-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-md-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-md-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-md-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-md-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-md-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-md-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-md-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-md-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-md-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-md-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-md-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-md-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-md-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-md-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-md-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-md-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-md-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-md-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-md-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-md-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-md-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-md-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-md-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-md-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-md-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-md-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-md-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-md-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-md-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-md-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-md-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-md-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-md-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-md-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-md-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-md-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-md-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-md-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-md-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-md-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-md-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-md-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-md-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-md-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-md-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-md-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-md-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-md-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-md-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-md-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-md-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-md-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-md-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-md-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-md-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-md-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-md-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-md-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-md-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-md-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-md-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-md-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-md-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-md-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-md-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-md-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-md-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-md-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-md-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-md-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-md-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-md-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-md-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-md-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-md-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-md-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-md-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-md-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-md-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-md-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-md-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-md-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-md-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-md-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-md-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-md-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-md-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-md-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-md-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-md-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-md-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-md-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-md-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-md-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-md-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-md-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-md-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-md-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-md-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-md-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-md-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-md-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-md-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-md-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-md-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-md-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-md-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-md-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-md-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-md-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-md-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-md-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-md-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-md-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-md-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-md-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-md-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-md-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-md-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-md-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-md-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-md-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-md-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-md-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-md-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-md-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-md-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-md-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-md-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-md-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-md-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-md-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-md-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-md-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-md-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-md-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-md-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-md-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-md-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-md-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-md-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-md-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-md-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-md-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-md-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-md-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-md-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-md-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-md-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-md-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-md-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-md-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-md-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-md-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-md-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-md-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-md-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-md-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-md-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-md-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-md-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-md-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-md-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-md-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-md-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-md-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-md-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-md-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-md-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-md-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-md-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-md-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-md-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-md-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1025px) {
    .text-lg-10.text-va-20 {
        letter-spacing:0.2px
    }

    .text-lg-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-lg-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-lg-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-lg-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-lg-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-lg-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-lg-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-lg-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-lg-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-lg-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-lg-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-lg-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-lg-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-lg-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-lg-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-lg-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-lg-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-lg-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-lg-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-lg-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-lg-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-lg-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-lg-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-lg-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-lg-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-lg-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-lg-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-lg-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-lg-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-lg-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-lg-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-lg-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-lg-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-lg-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-lg-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-lg-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-lg-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-lg-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-lg-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-lg-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-lg-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-lg-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-lg-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-lg-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-lg-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-lg-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-lg-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-lg-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-lg-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-lg-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-lg-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-lg-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-lg-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-lg-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-lg-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-lg-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-lg-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-lg-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-lg-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-lg-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-lg-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-lg-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-lg-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-lg-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-lg-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-lg-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-lg-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-lg-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-lg-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-lg-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-lg-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-lg-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-lg-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-lg-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-lg-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-lg-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-lg-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-lg-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-lg-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-lg-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-lg-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-lg-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-lg-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-lg-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-lg-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-lg-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-lg-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-lg-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-lg-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-lg-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-lg-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-lg-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-lg-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-lg-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-lg-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-lg-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-lg-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-lg-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-lg-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-lg-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-lg-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-lg-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-lg-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-lg-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-lg-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-lg-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-lg-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-lg-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-lg-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-lg-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-lg-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-lg-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-lg-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-lg-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-lg-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-lg-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-lg-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-lg-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-lg-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-lg-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-lg-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-lg-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-lg-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-lg-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-lg-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-lg-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-lg-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-lg-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-lg-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-lg-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-lg-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-lg-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-lg-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-lg-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-lg-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-lg-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-lg-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-lg-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-lg-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-lg-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-lg-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-lg-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-lg-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-lg-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-lg-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-lg-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-lg-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-lg-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-lg-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-lg-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-lg-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-lg-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-lg-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-lg-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-lg-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-lg-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-lg-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-lg-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-lg-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-lg-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-lg-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-lg-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-lg-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-lg-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-lg-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-lg-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-lg-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-lg-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-lg-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-lg-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-lg-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-lg-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-lg-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-lg-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-lg-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-lg-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-lg-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-lg-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-lg-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-lg-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-lg-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-lg-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-lg-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-lg-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-lg-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-lg-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-lg-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-lg-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-lg-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-lg-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-lg-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-lg-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-lg-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-lg-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-lg-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-lg-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-lg-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-lg-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-lg-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-lg-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-lg-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-lg-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-lg-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-lg-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-lg-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-lg-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-lg-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-lg-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-lg-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-lg-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-lg-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-lg-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-lg-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-lg-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-lg-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-lg-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-lg-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-lg-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-lg-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-lg-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-lg-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-lg-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-lg-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-lg-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-lg-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-lg-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-lg-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-lg-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-lg-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-lg-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-lg-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-lg-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-lg-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-lg-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-lg-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-lg-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-lg-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-lg-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-lg-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-lg-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-lg-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-lg-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-lg-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-lg-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-lg-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-lg-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-lg-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-lg-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-lg-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-lg-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-lg-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-lg-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-lg-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-lg-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-lg-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-lg-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-lg-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-lg-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-lg-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-lg-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-lg-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-lg-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-lg-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-lg-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-lg-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-lg-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-lg-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-lg-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-lg-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-lg-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-lg-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-lg-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-lg-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-lg-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-lg-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-lg-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-lg-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-lg-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-lg-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-lg-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-lg-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-lg-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-lg-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-lg-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-lg-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-lg-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-lg-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-lg-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-lg-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-lg-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-lg-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-lg-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-lg-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-lg-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-lg-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-lg-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-lg-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-lg-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-lg-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-lg-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-lg-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-lg-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-lg-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-lg-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-lg-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-lg-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-lg-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-lg-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-lg-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-lg-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-lg-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-lg-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-lg-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-lg-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-lg-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-lg-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-lg-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-lg-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-lg-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-lg-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-lg-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-lg-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-lg-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-lg-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-lg-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-lg-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-lg-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-lg-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-lg-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-lg-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-lg-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-lg-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-lg-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-lg-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-lg-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-lg-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-lg-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-lg-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-lg-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-lg-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-lg-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-lg-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-lg-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-lg-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-lg-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-lg-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-lg-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-lg-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-lg-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-lg-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-lg-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-lg-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-lg-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-lg-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-lg-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-lg-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-lg-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-lg-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-lg-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-lg-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-lg-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-lg-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-lg-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1200px) {
    .text-xl-10.text-va-20 {
        letter-spacing:0.2px
    }

    .text-xl-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-xl-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-xl-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-xl-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-xl-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-xl-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-xl-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-xl-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-xl-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-xl-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-xl-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-xl-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-xl-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-xl-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-xl-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-xl-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-xl-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-xl-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-xl-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-xl-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-xl-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-xl-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-xl-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-xl-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-xl-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-xl-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-xl-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-xl-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-xl-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-xl-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-xl-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-xl-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-xl-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-xl-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-xl-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-xl-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-xl-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-xl-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-xl-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-xl-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-xl-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-xl-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-xl-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-xl-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-xl-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-xl-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-xl-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-xl-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-xl-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-xl-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-xl-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-xl-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-xl-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-xl-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-xl-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-xl-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-xl-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-xl-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-xl-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-xl-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-xl-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-xl-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-xl-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-xl-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-xl-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-xl-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-xl-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-xl-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-xl-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-xl-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-xl-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-xl-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-xl-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-xl-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-xl-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-xl-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-xl-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-xl-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-xl-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-xl-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-xl-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-xl-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-xl-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-xl-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-xl-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-xl-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-xl-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-xl-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-xl-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-xl-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-xl-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-xl-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-xl-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-xl-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-xl-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-xl-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-xl-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-xl-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-xl-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-xl-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-xl-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-xl-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-xl-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-xl-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-xl-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-xl-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-xl-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-xl-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-xl-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-xl-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-xl-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-xl-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-xl-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-xl-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-xl-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-xl-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-xl-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-xl-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-xl-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-xl-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-xl-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-xl-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-xl-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-xl-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-xl-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-xl-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-xl-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-xl-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-xl-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-xl-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-xl-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-xl-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-xl-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-xl-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-xl-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-xl-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-xl-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-xl-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-xl-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-xl-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-xl-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-xl-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-xl-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-xl-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-xl-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-xl-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-xl-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-xl-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-xl-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-xl-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-xl-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-xl-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-xl-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-xl-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-xl-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-xl-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-xl-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-xl-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-xl-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-xl-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-xl-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-xl-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-xl-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-xl-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-xl-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-xl-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-xl-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-xl-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-xl-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-xl-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-xl-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-xl-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-xl-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-xl-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-xl-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-xl-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-xl-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-xl-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-xl-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-xl-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-xl-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-xl-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-xl-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-xl-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-xl-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-xl-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-xl-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-xl-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-xl-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-xl-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-xl-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-xl-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-xl-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-xl-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-xl-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-xl-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-xl-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-xl-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-xl-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-xl-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-xl-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-xl-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-xl-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-xl-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-xl-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-xl-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-xl-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-xl-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-xl-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-xl-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-xl-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-xl-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-xl-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-xl-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-xl-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-xl-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-xl-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-xl-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-xl-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-xl-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-xl-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-xl-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-xl-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-xl-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-xl-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-xl-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-xl-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-xl-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-xl-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-xl-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-xl-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-xl-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-xl-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-xl-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-xl-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-xl-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-xl-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-xl-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-xl-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-xl-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-xl-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-xl-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-xl-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-xl-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-xl-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-xl-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-xl-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-xl-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-xl-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-xl-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-xl-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-xl-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-xl-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-xl-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-xl-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-xl-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-xl-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-xl-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-xl-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-xl-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-xl-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-xl-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-xl-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-xl-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-xl-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-xl-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-xl-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-xl-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-xl-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-xl-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-xl-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-xl-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-xl-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-xl-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-xl-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-xl-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-xl-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-xl-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-xl-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-xl-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-xl-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-xl-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-xl-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-xl-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-xl-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-xl-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-xl-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-xl-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-xl-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-xl-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-xl-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-xl-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-xl-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-xl-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-xl-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-xl-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-xl-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-xl-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-xl-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-xl-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-xl-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-xl-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-xl-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-xl-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-xl-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-xl-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-xl-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-xl-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-xl-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-xl-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-xl-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-xl-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-xl-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-xl-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-xl-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-xl-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-xl-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-xl-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-xl-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-xl-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-xl-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-xl-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-xl-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-xl-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-xl-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-xl-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-xl-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-xl-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-xl-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-xl-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-xl-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-xl-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-xl-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-xl-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-xl-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-xl-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-xl-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-xl-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-xl-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-xl-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-xl-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-xl-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-xl-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-xl-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-xl-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-xl-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-xl-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-xl-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-xl-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-xl-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-xl-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-xl-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-xl-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-xl-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-xl-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-xl-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-xl-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-xl-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-xl-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-xl-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-xl-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-xl-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-xl-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1440px) {
    .text-xxl-10.text-va-20 {
        letter-spacing:0.2px
    }

    .text-xxl-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-xxl-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-xxl-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-xxl-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-xxl-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-xxl-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-xxl-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-xxl-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-xxl-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-xxl-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-xxl-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-xxl-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-xxl-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-xxl-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-xxl-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-xxl-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-xxl-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-xxl-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-xxl-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-xxl-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-xxl-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-xxl-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-xxl-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-xxl-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-xxl-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-xxl-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-xxl-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-xxl-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-xxl-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-xxl-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-xxl-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-xxl-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-xxl-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-xxl-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-xxl-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-xxl-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-xxl-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-xxl-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-xxl-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-xxl-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-xxl-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-xxl-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-xxl-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-xxl-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-xxl-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-xxl-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-xxl-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-xxl-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-xxl-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-xxl-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-xxl-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-xxl-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-xxl-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-xxl-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-xxl-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-xxl-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-xxl-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-xxl-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-xxl-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-xxl-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-xxl-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-xxl-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-xxl-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-xxl-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-xxl-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-xxl-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-xxl-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-xxl-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-xxl-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-xxl-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-xxl-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-xxl-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-xxl-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-xxl-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-xxl-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-xxl-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-xxl-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-xxl-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-xxl-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-xxl-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-xxl-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-xxl-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-xxl-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-xxl-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-xxl-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-xxl-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-xxl-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-xxl-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-xxl-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-xxl-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-xxl-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-xxl-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-xxl-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-xxl-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-xxl-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-xxl-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-xxl-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-xxl-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-xxl-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-xxl-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-xxl-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-xxl-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-xxl-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-xxl-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-xxl-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-xxl-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-xxl-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-xxl-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-xxl-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-xxl-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-xxl-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-xxl-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-xxl-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-xxl-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-xxl-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-xxl-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-xxl-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-xxl-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-xxl-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-xxl-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-xxl-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-xxl-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-xxl-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-xxl-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-xxl-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-xxl-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-xxl-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-xxl-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-xxl-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-xxl-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-xxl-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-xxl-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-xxl-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-xxl-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-xxl-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-xxl-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-xxl-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-xxl-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-xxl-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-xxl-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-xxl-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-xxl-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-xxl-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-xxl-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-xxl-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-xxl-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-xxl-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-xxl-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-xxl-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-xxl-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-xxl-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-xxl-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-xxl-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-xxl-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-xxl-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-xxl-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-xxl-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-xxl-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-xxl-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-xxl-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-xxl-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-xxl-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-xxl-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-xxl-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-xxl-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-xxl-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-xxl-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-xxl-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-xxl-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-xxl-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-xxl-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-xxl-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-xxl-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-xxl-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-xxl-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-xxl-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-xxl-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-xxl-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-xxl-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-xxl-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-xxl-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-xxl-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-xxl-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-xxl-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-xxl-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-xxl-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-xxl-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-xxl-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-xxl-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-xxl-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-xxl-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-xxl-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-xxl-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-xxl-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-xxl-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-xxl-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-xxl-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-xxl-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-xxl-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-xxl-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-xxl-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-xxl-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-xxl-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-xxl-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-xxl-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-xxl-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-xxl-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-xxl-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-xxl-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-xxl-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-xxl-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-xxl-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-xxl-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-xxl-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-xxl-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-xxl-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-xxl-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-xxl-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-xxl-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-xxl-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-xxl-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-xxl-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-xxl-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-xxl-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-xxl-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-xxl-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-xxl-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-xxl-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-xxl-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-xxl-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-xxl-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-xxl-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-xxl-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-xxl-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-xxl-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-xxl-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-xxl-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-xxl-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-xxl-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-xxl-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-xxl-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-xxl-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-xxl-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-xxl-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-xxl-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-xxl-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-xxl-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-xxl-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-xxl-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-xxl-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-xxl-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-xxl-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-xxl-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-xxl-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-xxl-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-xxl-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-xxl-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-xxl-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-xxl-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-xxl-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-xxl-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-xxl-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-xxl-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-xxl-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-xxl-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-xxl-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-xxl-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-xxl-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-xxl-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-xxl-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-xxl-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-xxl-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-xxl-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-xxl-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-xxl-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-xxl-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-xxl-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-xxl-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-xxl-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-xxl-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-xxl-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-xxl-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-xxl-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-xxl-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-xxl-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-xxl-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-xxl-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-xxl-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-xxl-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-xxl-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-xxl-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-xxl-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-xxl-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-xxl-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-xxl-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-xxl-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-xxl-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-xxl-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-xxl-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-xxl-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-xxl-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-xxl-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-xxl-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-xxl-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-xxl-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-xxl-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-xxl-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-xxl-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-xxl-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-xxl-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-xxl-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-xxl-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-xxl-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-xxl-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-xxl-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-xxl-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-xxl-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-xxl-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-xxl-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-xxl-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-xxl-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-xxl-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-xxl-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-xxl-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-xxl-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-xxl-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-xxl-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-xxl-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-xxl-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-xxl-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-xxl-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-xxl-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-xxl-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-xxl-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-xxl-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-xxl-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-xxl-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-xxl-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-xxl-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-xxl-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-xxl-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-xxl-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-xxl-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-xxl-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-xxl-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-xxl-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-xxl-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-xxl-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-xxl-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-xxl-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-xxl-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-xxl-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-xxl-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-xxl-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-xxl-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-xxl-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-xxl-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-xxl-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-xxl-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-xxl-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-xxl-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-xxl-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-xxl-200.text-va-200 {
        letter-spacing: 40px
    }
}

.lh-1\/2 {
    line-height: 1.2
}

.lh-1\/3 {
    line-height: 1.333
}

[class^="cmsi-"],[class*=" cmsi-"] {
    display: inline-block;
    line-height: 0
}

.cms-btn-icon [class^="cmsi-"],.cms-btn-icon [class*=" cmsi-"] {
    display: block
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.cms-heading,.heading {
    clear: both;
    font-family: var(--heading-font-family)
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,.h1 *,.h2 *,.h3 *,.h4 *,.h5 *,.h6 *,.cms-heading *,.heading * {
    color: inherit
}

h1,.h1 {
    color: var(--heading-font-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: var(--heading-h1-size);
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
    margin: 0.67rem 0
}

h2,.h2 {
    color: var(--heading-font-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: var(--heading-h2-size);
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
    margin: 0.57rem 0
}

h3,.h3 {
    color: var(--heading-font-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: var(--heading-h3-size);
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
    margin: 0.47rem 0
}

h4,.h4 {
    color: var(--heading-font-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: var(--heading-h4-size);
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
    margin: 0.37rem 0
}

h5,.h5 {
    color: var(--heading-font-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: var(--heading-h5-size);
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
    margin: 0.27rem 0
}

h6,.h6 {
    color: var(--heading-font-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: var(--heading-h6-size);
    line-height: 1.4667;
    letter-spacing: var(--heading-letter-spacing);
    margin: 0.17rem 0
}

.cms-heading {
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight)
}

.cms-heading2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700
}

ul,ol {
    list-style-position: inside;
    padding-left: 0;
    padding-right: 0
}

ul li,ol li {
    padding: 2px 0
}

ul ul,ol ul,ul ol,ol ol {
    padding-left: 15px
}

[dir="rtl"] ul ul,[dir="rtl"] ol ul,[dir="rtl"] ul ol,[dir="rtl"] ol ol {
    padding-left: 0;
    padding-right: 15px
}

ul.unstyled,ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.unstyled ul,ol.unstyled ul,ul.unstyled ol,ol.unstyled ol {
    list-style: none
}

ul.horizontal,ol.horizontal {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

ul.horizontal > li,ol.horizontal > li {
    padding: 5px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.cms-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.cms-list ul,.cms-list ol {
    padding: 0;
    margin: 0;
    list-style: none
}

.cms-list li {
    position: relative
}

.cms-list li:before {
    color: var(--color-accent);
    margin-right: 7px
}

.cms-list.cms-list-outline li {
    font-weight: 600;
    color: var(--color-primary)
}

.cms-list.cms-list-outline li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: var(--color-accent);
    border: 2px solid #fff;
    padding: 7px 0;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 1px var(--color-accent);
    -khtml-box-shadow: 0px 0px 0px 1px var(--color-accent);
    -moz-box-shadow: 0px 0px 0px 1px var(--color-accent);
    -ms-box-shadow: 0px 0px 0px 1px var(--color-accent);
    -o-box-shadow: 0px 0px 0px 1px var(--color-accent);
    box-shadow: 0px 0px 0px 1px var(--color-accent)
}

.cms-list.cms-list-carret li {
    font-weight: inherit;
    color: inherit
}

.cms-list.cms-list-carret li:before {
    padding-top: 2px;
    font-family: "cms-solatec";
    content: '';
    text-transform: none !important;
    font-size: 17px
}

.cms-list.cms-list-checked-circle {
    color: var(--color-primary);
    margin: -2px 0
}

.cms-list.cms-list-checked-circle li {
    padding: 2px 0
}

.cms-list.cms-list-checked-circle li:before {
    padding-top: 2px;
    color: var(--accent-color);
    font-family: "cms-solatec";
    content: '';
    text-transform: none !important;
    font-size: 13px
}

@media (min-width: 768px) {
    .cms-list.cms-list-col-2 {
        display:flex;
        flex-wrap: wrap
    }

    .cms-list.cms-list-col-2 li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-spacing: 0
}

table th,table td {
    padding: 8px;
    border: 1px solid #ddd;
    border-bottom: 0;
    text-align: start;
    vertical-align: middle;
    border-right: 0;
    border-bottom: 0
}

table th {
    font-family: var(--heading-font-family)
}

table + * {
    margin-top: 20px
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: var(--color-26365e);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit;
    -webkit-transform: translateY(-2px);
    -khtml-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: var(--color-26365e);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit;
    -webkit-transform: translateY(-2px);
    -khtml-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

input::-o-placeholder,textarea::-o-placeholder {
    color: var(--color-26365e);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit;
    -webkit-transform: translateY(-2px);
    -khtml-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

input::-ms-placeholder,textarea::-ms-placeholder {
    color: var(--color-26365e);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit;
    -webkit-transform: translateY(-2px);
    -khtml-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0
}

input::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    text-align: start;
    padding: 0;
    margin: 0
}

input::-webkit-datetime-edit {
    text-align: start;
    width: 100%
}

.cms-label-active {
    position: relative;
    padding-top: 23px
}

.cms-label-active > label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    padding: 0 10px;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(-25px);
    -khtml-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.cms-label-active:hover > label,.cms-label-active:active > label,.cms-label-active:focus > label {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.cms-form-style-1 > div:not(:last-child) {
    margin-bottom: 12px
}

.cms-form-style-1 select,.cms-form-style-1 textarea,.cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    color: var(--color-primary);
    font-size: 14px;
    border: 2px solid var(--color-e6f8fb);
    background-color: var(--color-e6f8fb);
    -webkit-border-radius: 0 8px 8px 8px;
    -khtml-border-radius: 0 8px 8px 8px;
    -moz-border-radius: 0 8px 8px 8px;
    -ms-border-radius: 0 8px 8px 8px;
    -o-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px
}

.cms-form-style-1 select:hover,.cms-form-style-1 textarea:hover,.cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):hover,.cms-form-style-1 select:active,.cms-form-style-1 textarea:active,.cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):active,.cms-form-style-1 select:focus,.cms-form-style-1 textarea:focus,.cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
    border-color: var(--color-accent);
    background-color: #fff
}

.cms-form-style-1 select,.cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    line-height: 56px;
    height: 60px
}

.cms-form-style-1 input[type="submit"],.cms-form-style-1 input[type="button"] {
    line-height: 70px
}

.cms-form-space-30 > div:not(:last-child) {
    margin-bottom: 7px
}

input,textarea,select,.select2-container.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: var(--body-font-color);
    padding: 0 20px;
    line-height: 53px;
    height: 55px;
    font-size: 100%;
    text-align: start;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none
}

input:hover,textarea:hover,select:hover,.select2-container.select2-container--default .select2-selection--single:hover,input:focus,textarea:focus,select:focus,.select2-container.select2-container--default .select2-selection--single:focus,input:active,textarea:active,select:active,.select2-container.select2-container--default .select2-selection--single:active {
    border-color: var(--color-accent);
    color: var(--color-primary);
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),textarea:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),select:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.select2-container.select2-container--default .select2-selection--single:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100%
}

[dir="rtl"] input,[dir="rtl"] textarea,[dir="rtl"] select,[dir="rtl"] .select2-container.select2-container--default .select2-selection--single {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

select {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-arrow.png);
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    padding-right: 40px
}

[dir="rtl"] select {
    background-position: 10px 50%;
    padding-right: 22px;
    padding-left: 40px
}

textarea {
    padding-top: 15px;
    line-height: normal;
    min-height: 110px
}

input,select,textarea {
    vertical-align: top;
    position: relative
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.cms-select form {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.cms-select select {
    height: 55px;
    line-height: 37px;
    font-size: 15px;
    background-color: transparent;
    position: relative;
    z-index: 99;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.cms-select i {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

.cms-custom-checkbox,.cms-custom-radio {
    position: relative;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    display: inline-block
}

[dir="rtl"] .cms-custom-checkbox,[dir="rtl"] .cms-custom-radio {
    margin-right: 0;
    margin-left: 5px
}

.cms-custom-checkbox input[type="checkbox"],.cms-custom-radio input[type="checkbox"],.cms-custom-checkbox .cms-checkmark,.cms-custom-radio .cms-checkmark {
    width: 17px;
    height: 17px;
    display: inline-block;
    padding: 0;
    margin: 0
}

.cms-custom-checkbox input,.cms-custom-radio input {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.cms-custom-checkbox input:checked + .cms-checkmark:after,.cms-custom-radio input:checked + .cms-checkmark:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-custom-checkbox .cms-checkmark,.cms-custom-radio .cms-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid var(--color-secondary);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.cms-custom-checkbox .cms-checkmark:after,.cms-custom-radio .cms-checkmark:after {
    content: "";
    background-color: var(--color-accent);
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.cms-custom-checkbox + label,.cms-custom-radio + label {
    display: inline-block
}

.cms-custom-radio input:checked + .cms-checkmark {
    border-color: var(--color-accent)
}

.cms-custom-radio input:checked + .cms-checkmark:after {
    background-color: var(--color-accent)
}

.cms-custom-radio .cms-checkmark {
    margin-top: 3px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-custom-radio .cms-checkmark:after {
    background-color: var(--color-secondary);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-custom-checkbox {
    -webkit-transform: translate(0, 3px);
    -khtml-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

#ui-datepicker-div {
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -9999px;
    min-width: 300px;
    z-index: 10001 !important
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
    display: none
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    width: 100%
}

#ui-datepicker-div .ui-datepicker-calendar th {
    text-align: center
}

#ui-datepicker-div .ui-datepicker-calendar td {
    text-align: center;
    padding: 6px
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
    color: rgba(0, 0, 0, 0.2)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px !important;
    right: 15px !important
}

[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto !important;
    left: 15px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px !important
}

a {
    color: var(--color-primary)
}

a:hover {
    color: var(--color-accent)
}

a:focus {
    color: var(--color-accent)
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%
}

.text-underline {
    text-decoration: underline
}

.text-border-bottom {
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 3px
}

.text-center {
    text-align: center !important
}

.text-start {
    text-align: start !important
}

.text-end {
    text-align: end !important
}

.text-justify {
    text-align: justify !important
}

@media (max-width: 479.98px) {
    .text-max-center {
        text-align:center !important
    }

    .text-max-start {
        text-align: start !important
    }

    .text-max-end {
        text-align: end !important
    }

    .text-max-justify {
        text-align: justify !important
    }
}

@media (min-width: 480px) {
    .text-xs-center {
        text-align:center !important
    }

    .text-xs-start {
        text-align: start !important
    }

    .text-xs-end {
        text-align: end !important
    }

    .text-xs-justify {
        text-align: justify !important
    }
}

@media (max-width: 575.98px) {
    .text-max-xs-center {
        text-align:center !important
    }

    .text-max-xs-start {
        text-align: start !important
    }

    .text-max-xs-end {
        text-align: end !important
    }

    .text-max-xs-justify {
        text-align: justify !important
    }
}

@media (min-width: 576px) {
    .text-sm-center {
        text-align:center !important
    }

    .text-sm-start {
        text-align: start !important
    }

    .text-sm-end {
        text-align: end !important
    }

    .text-sm-justify {
        text-align: justify !important
    }
}

@media (max-width: 767.98px) {
    .text-max-sm-center {
        text-align:center !important
    }

    .text-max-sm-start {
        text-align: start !important
    }

    .text-max-sm-end {
        text-align: end !important
    }

    .text-max-sm-justify {
        text-align: justify !important
    }
}

@media (min-width: 768px) {
    .text-md-center {
        text-align:center !important
    }

    .text-md-start {
        text-align: start !important
    }

    .text-md-end {
        text-align: end !important
    }

    .text-md-justify {
        text-align: justify !important
    }
}

@media (max-width: 1024.98px) {
    .text-max-md-center {
        text-align:center !important
    }

    .text-max-md-start {
        text-align: start !important
    }

    .text-max-md-end {
        text-align: end !important
    }

    .text-max-md-justify {
        text-align: justify !important
    }
}

@media (min-width: 1025px) {
    .text-lg-center {
        text-align:center !important
    }

    .text-lg-start {
        text-align: start !important
    }

    .text-lg-end {
        text-align: end !important
    }

    .text-lg-justify {
        text-align: justify !important
    }
}

@media (max-width: 1199.98px) {
    .text-max-lg-center {
        text-align:center !important
    }

    .text-max-lg-start {
        text-align: start !important
    }

    .text-max-lg-end {
        text-align: end !important
    }

    .text-max-lg-justify {
        text-align: justify !important
    }
}

@media (min-width: 1200px) {
    .text-xl-center {
        text-align:center !important
    }

    .text-xl-start {
        text-align: start !important
    }

    .text-xl-end {
        text-align: end !important
    }

    .text-xl-justify {
        text-align: justify !important
    }
}

@media (max-width: 1439.98px) {
    .text-max-xl-center {
        text-align:center !important
    }

    .text-max-xl-start {
        text-align: start !important
    }

    .text-max-xl-end {
        text-align: end !important
    }

    .text-max-xl-justify {
        text-align: justify !important
    }
}

@media (min-width: 1440px) {
    .text-xxl-center {
        text-align:center !important
    }

    .text-xxl-start {
        text-align: start !important
    }

    .text-xxl-end {
        text-align: end !important
    }

    .text-xxl-justify {
        text-align: justify !important
    }
}

.text-max-xxl-center {
    text-align: center !important
}

.text-max-xxl-start {
    text-align: start !important
}

.text-max-xxl-end {
    text-align: end !important
}

.text-max-xxl-justify {
    text-align: justify !important
}

.bypostauthor,.sticky {
    visibility: visible
}

.screen-reader-text {
    display: none
}

.alignleft,.alignright,.aligncenter {
    margin-top: 6px;
    margin-bottom: 45px !important
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px !important
}

[dir="rtl"] .alignleft {
    float: right;
    margin-right: 0 !important;
    margin-left: 35px !important
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px
}

[dir="rtl"] .alignright {
    float: left;
    margin-left: 0;
    margin-right: 35px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cms-single-page p:last-child {
    clear: both
}

.cms-single-page p:last-child img[class*="align"] {
    margin-bottom: 0
}

blockquote {
    padding: 0 0 0 1rem;
    border-left: 5px solid var(--color-accent)
}

[dir="rtl"] blockquote {
    padding: 0 1rem 0 0;
    border-left: 0;
    border-right: 5px solid var(--color-accent)
}

blockquote.has-text-align-right {
    padding: 0 1rem 0 0;
    border-left: 0;
    border-right: 5px solid var(--color-accent)
}

[dir="rtl"] blockquote.has-text-align-right {
    padding: 0 0 0 1rem;
    border-right: 0;
    border-left: 5px solid var(--color-accent);
    text-align: left
}

.cms-badge-1 {
    height: 18px;
    min-width: 46px;
    position: relative;
    background-color: var(--color-accent);
    color: #fff;
    padding: 0 10px
}

.cms-badge-1:before,.cms-badge-1:after {
    content: '';
    display: block;
    position: absolute
}

.cms-badge-1:before {
    width: 1px;
    height: 1px;
    top: -1px;
    left: 0;
    background-color: inherit
}

[dir="rtl"] .cms-badge-1:before {
    left: auto;
    right: 0
}

.cms-badge-1:after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 9px 0;
    border-color: transparent #fff transparent transparent
}

[dir = 'rtl'] .cms-badge-1:after {
    right: auto;
    left: 0;
    border-width: 9px 0 9px 6px;
    border-color: transparent transparent transparent #fff
}

.cms-badge-1 .cms-badge-text {
    line-height: 18px;
    font-size: 80%
}

.bdr-solid {
    border-style: solid
}

.bdr-t-solid {
    border-top-style: solid
}

.bdr-r-solid {
    border-right-style: solid
}

.bdr-b-solid {
    border-bottom-style: solid
}

.bdr-l-solid {
    border-left-style: solid
}

.bdr-dashed {
    border-style: dashed
}

.bdr-t-dashed {
    border-top-style: dashed
}

.bdr-r-dashed {
    border-right-style: dashed
}

.bdr-b-dashed {
    border-bottom-style: dashed
}

.bdr-l-dashed {
    border-left-style: dashed
}

.bdr-dotted {
    border-style: dotted
}

.bdr-t-dotted {
    border-top-style: dotted
}

.bdr-r-dotted {
    border-right-style: dotted
}

.bdr-b-dotted {
    border-bottom-style: dotted
}

.bdr-l-dotted {
    border-left-style: dotted
}

.bdr-double {
    border-style: double
}

.bdr-t-double {
    border-top-style: double
}

.bdr-r-double {
    border-right-style: double
}

.bdr-b-double {
    border-bottom-style: double
}

.bdr-l-double {
    border-left-style: double
}

.bdr-groove {
    border-style: groove
}

.bdr-t-groove {
    border-top-style: groove
}

.bdr-r-groove {
    border-right-style: groove
}

.bdr-b-groove {
    border-bottom-style: groove
}

.bdr-l-groove {
    border-left-style: groove
}

.bdr-inset {
    border-style: inset
}

.bdr-t-inset {
    border-top-style: inset
}

.bdr-r-inset {
    border-right-style: inset
}

.bdr-b-inset {
    border-bottom-style: inset
}

.bdr-l-inset {
    border-left-style: inset
}

.bdr-outset {
    border-style: outset
}

.bdr-t-outset {
    border-top-style: outset
}

.bdr-r-outset {
    border-right-style: outset
}

.bdr-b-outset {
    border-bottom-style: outset
}

.bdr-l-outset {
    border-left-style: outset
}

.bdr-ridge {
    border-style: ridge
}

.bdr-t-ridge {
    border-top-style: ridge
}

.bdr-r-ridge {
    border-right-style: ridge
}

.bdr-b-ridge {
    border-bottom-style: ridge
}

.bdr-l-ridge {
    border-left-style: ridge
}

.bdr-0 {
    border-width: 0px
}

.bdr-t-0 {
    border-top-width: 0px
}

.bdr-r-0 {
    border-right-width: 0px
}

.bdr-b-0 {
    border-bottom-width: 0px
}

.bdr-l-0 {
    border-left-width: 0px
}

.bdr-lr-0 {
    border-left-width: 0px;
    border-right-width: 0px
}

.bdr-tb-0 {
    border-top-width: 0px;
    border-bottom-width: 0px
}

.bdr-1 {
    border-width: 1px
}

.bdr-t-1 {
    border-top-width: 1px
}

.bdr-r-1 {
    border-right-width: 1px
}

.bdr-b-1 {
    border-bottom-width: 1px
}

.bdr-l-1 {
    border-left-width: 1px
}

.bdr-lr-1 {
    border-left-width: 1px;
    border-right-width: 1px
}

.bdr-tb-1 {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.bdr-2 {
    border-width: 2px
}

.bdr-t-2 {
    border-top-width: 2px
}

.bdr-r-2 {
    border-right-width: 2px
}

.bdr-b-2 {
    border-bottom-width: 2px
}

.bdr-l-2 {
    border-left-width: 2px
}

.bdr-lr-2 {
    border-left-width: 2px;
    border-right-width: 2px
}

.bdr-tb-2 {
    border-top-width: 2px;
    border-bottom-width: 2px
}

.bdr-3 {
    border-width: 3px
}

.bdr-t-3 {
    border-top-width: 3px
}

.bdr-r-3 {
    border-right-width: 3px
}

.bdr-b-3 {
    border-bottom-width: 3px
}

.bdr-l-3 {
    border-left-width: 3px
}

.bdr-lr-3 {
    border-left-width: 3px;
    border-right-width: 3px
}

.bdr-tb-3 {
    border-top-width: 3px;
    border-bottom-width: 3px
}

.bdr-4 {
    border-width: 4px
}

.bdr-t-4 {
    border-top-width: 4px
}

.bdr-r-4 {
    border-right-width: 4px
}

.bdr-b-4 {
    border-bottom-width: 4px
}

.bdr-l-4 {
    border-left-width: 4px
}

.bdr-lr-4 {
    border-left-width: 4px;
    border-right-width: 4px
}

.bdr-tb-4 {
    border-top-width: 4px;
    border-bottom-width: 4px
}

.bdr-5 {
    border-width: 5px
}

.bdr-t-5 {
    border-top-width: 5px
}

.bdr-r-5 {
    border-right-width: 5px
}

.bdr-b-5 {
    border-bottom-width: 5px
}

.bdr-l-5 {
    border-left-width: 5px
}

.bdr-lr-5 {
    border-left-width: 5px;
    border-right-width: 5px
}

.bdr-tb-5 {
    border-top-width: 5px;
    border-bottom-width: 5px
}

.bdr-6 {
    border-width: 6px
}

.bdr-t-6 {
    border-top-width: 6px
}

.bdr-r-6 {
    border-right-width: 6px
}

.bdr-b-6 {
    border-bottom-width: 6px
}

.bdr-l-6 {
    border-left-width: 6px
}

.bdr-lr-6 {
    border-left-width: 6px;
    border-right-width: 6px
}

.bdr-tb-6 {
    border-top-width: 6px;
    border-bottom-width: 6px
}

.bdr-7 {
    border-width: 7px
}

.bdr-t-7 {
    border-top-width: 7px
}

.bdr-r-7 {
    border-right-width: 7px
}

.bdr-b-7 {
    border-bottom-width: 7px
}

.bdr-l-7 {
    border-left-width: 7px
}

.bdr-lr-7 {
    border-left-width: 7px;
    border-right-width: 7px
}

.bdr-tb-7 {
    border-top-width: 7px;
    border-bottom-width: 7px
}

.bdr-8 {
    border-width: 8px
}

.bdr-t-8 {
    border-top-width: 8px
}

.bdr-r-8 {
    border-right-width: 8px
}

.bdr-b-8 {
    border-bottom-width: 8px
}

.bdr-l-8 {
    border-left-width: 8px
}

.bdr-lr-8 {
    border-left-width: 8px;
    border-right-width: 8px
}

.bdr-tb-8 {
    border-top-width: 8px;
    border-bottom-width: 8px
}

.bdr-9 {
    border-width: 9px
}

.bdr-t-9 {
    border-top-width: 9px
}

.bdr-r-9 {
    border-right-width: 9px
}

.bdr-b-9 {
    border-bottom-width: 9px
}

.bdr-l-9 {
    border-left-width: 9px
}

.bdr-lr-9 {
    border-left-width: 9px;
    border-right-width: 9px
}

.bdr-tb-9 {
    border-top-width: 9px;
    border-bottom-width: 9px
}

.bdr-10 {
    border-width: 10px
}

.bdr-t-10 {
    border-top-width: 10px
}

.bdr-r-10 {
    border-right-width: 10px
}

.bdr-b-10 {
    border-bottom-width: 10px
}

.bdr-l-10 {
    border-left-width: 10px
}

.bdr-lr-10 {
    border-left-width: 10px;
    border-right-width: 10px
}

.bdr-tb-10 {
    border-top-width: 10px;
    border-bottom-width: 10px
}

.bdr-radius-5 {
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important
}

.bdr-radius-10 {
    -webkit-border-radius: 10px !important;
    -khtml-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important
}

.bdr-radius-15 {
    -webkit-border-radius: 15px !important;
    -khtml-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    border-radius: 15px !important
}

.bdr-radius-20 {
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important
}

.bdr-radius-24 {
    -webkit-border-radius: 24px !important;
    -khtml-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -ms-border-radius: 24px !important;
    -o-border-radius: 24px !important;
    border-radius: 24px !important
}

.bdr-radius-25 {
    -webkit-border-radius: 25px !important;
    -khtml-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important
}

.bdr-radius-40 {
    -webkit-border-radius: 40px !important;
    -khtml-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    border-radius: 40px !important
}

[class*="bdr-radius-"] {
    overflow: hidden
}

.circle,.cms-circle,.elementor img.circle {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.bdr-main {
    border-color: var(--color-secondary)
}

[data-other-link="other-link"],.cms-bdr-b {
    border-bottom: 2px solid
}

.cms-hover-bdr-b:hover {
    border-bottom: 2px solid var(--color-accent)
}

.cms-radius-4,.elementor .cms-radius-4,.elementor .cms-radius-4 > .elementor-column-wrap {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.cms-radius-6,.elementor .cms-radius-6,.elementor .cms-radius-6 > .elementor-column-wrap {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.cms-radius-8,.elementor .cms-radius-8,.elementor .cms-radius-8 > .elementor-column-wrap {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.cms-radius-10,.elementor .cms-radius-10,.elementor .cms-radius-10 > .elementor-column-wrap {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.cms-radius-16,.elementor .cms-radius-16,.elementor .cms-radius-16 > .elementor-column-wrap {
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px
}

.cms-radius-t-8,.elementor .cms-radius-t-8,.elementor .cms-radius-t-8 > .elementor-column-wrap {
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.cms-radius-b-8,.elementor .cms-radius-b-8,.elementor .cms-radius-b-8 > .elementor-column-wrap {
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px
}

.cms-radius-tl-8,.elementor .cms-radius-tl-8,.elementor .cms-radius-tl-8 > .elementor-column-wrap {
    -webkit-border-radius: 8px 0 0 0;
    -khtml-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0
}

.cms-radius-tl-8-rtl,.elementor .cms-radius-tl-8-rtl,.elementor .cms-radius-tl-8-rtl > .elementor-column-wrap {
    -webkit-border-radius: 0 8px 0 0;
    -khtml-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0
}

.cms-radius-tr-8,.elementor .cms-radius-tr-8,.elementor .cms-radius-tr-8 > .elementor-column-wrap {
    -webkit-border-radius: 0 8px 0 0;
    -khtml-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0
}

.cms-radius-tr-8-rtl,.elementor .cms-radius-tr-8-rtl,.elementor .cms-radius-tr-8-rtl > .elementor-column-wrap {
    -webkit-border-radius: 0 0 0 8px;
    -khtml-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    -ms-border-radius: 0 0 0 8px;
    -o-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px
}

.cms-radius-tl-br-8,.elementor .cms-radius-tl-br-8,.elementor .cms-radius-tl-br-8 > .elementor-column-wrap {
    -webkit-border-radius: 8px 0 8px 0;
    -khtml-border-radius: 8px 0 8px 0;
    -moz-border-radius: 8px 0 8px 0;
    -ms-border-radius: 8px 0 8px 0;
    -o-border-radius: 8px 0 8px 0;
    border-radius: 8px 0 8px 0
}

.cms-radius-t-16,.elementor .cms-radius-t-16,.elementor .cms-radius-t-16 > .elementor-column-wrap {
    -webkit-border-radius: 16px 16px 0 0;
    -khtml-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0
}

.cms-radius-tr-16,.elementor .cms-radius-tr-16,.elementor .cms-radius-tr-16 > .elementor-column-wrap {
    -webkit-border-radius: 0 16px 0 0;
    -khtml-border-radius: 0 16px 0 0;
    -moz-border-radius: 0 16px 0 0;
    -ms-border-radius: 0 16px 0 0;
    -o-border-radius: 0 16px 0 0;
    border-radius: 0 16px 0 0
}

.cms-radius-bl-16,.elementor .cms-radius-bl-16,.elementor .cms-radius-bl-16 > .elementor-column-wrap {
    -webkit-border-radius: 0 0 0 16px;
    -khtml-border-radius: 0 0 0 16px;
    -moz-border-radius: 0 0 0 16px;
    -ms-border-radius: 0 0 0 16px;
    -o-border-radius: 0 0 0 16px;
    border-radius: 0 0 0 16px
}

.btn,button,.button,input[type="submit"],input[type="button"] {
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1;
    letter-spacing: 0;
    padding: 11.5px 18px;
    background-color: var(--color-primary);
    outline: none;
    cursor: pointer;
    text-transform: capitalize;
    vertical-align: top;
    border: 2px solid rgba(234, 234, 234, 1);
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.btn .cms-btn-icon,button .cms-btn-icon,.button .cms-btn-icon,input[type="submit"] .cms-btn-icon,input[type="button"] .cms-btn-icon {
    font-size: 20px
}

.btn:hover,button:hover,.button:hover,input[type="submit"]:hover,input[type="button"]:hover,.btn:focus,button:focus,.button:focus,input[type="submit"]:focus,input[type="button"]:focus {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
    outline: none
}

.btn:hover .cms-btn-icon,button:hover .cms-btn-icon,.button:hover .cms-btn-icon,input[type="submit"]:hover .cms-btn-icon,input[type="button"]:hover .cms-btn-icon,.btn:focus .cms-btn-icon,button:focus .cms-btn-icon,.button:focus .cms-btn-icon,input[type="submit"]:focus .cms-btn-icon,input[type="button"]:focus .cms-btn-icon {
    -webkit-animation: readmoreIcon 300ms linear 0s;
    -khtml-animation: readmoreIcon 300ms linear 0s;
    -moz-animation: readmoreIcon 300ms linear 0s;
    -ms-animation: readmoreIcon 300ms linear 0s;
    -o-animation: readmoreIcon 300ms linear 0s;
    animation: readmoreIcon 300ms linear 0s
}

[dir="rtl"] .btn:hover .cms-btn-icon,[dir="rtl"] button:hover .cms-btn-icon,[dir="rtl"] .button:hover .cms-btn-icon,[dir="rtl"] input[type="submit"]:hover .cms-btn-icon,[dir="rtl"] input[type="button"]:hover .cms-btn-icon,[dir="rtl"] .btn:focus .cms-btn-icon,[dir="rtl"] button:focus .cms-btn-icon,[dir="rtl"] .button:focus .cms-btn-icon,[dir="rtl"] input[type="submit"]:focus .cms-btn-icon,[dir="rtl"] input[type="button"]:focus .cms-btn-icon {
    -webkit-animation: readmoreIcon-rtl 300ms linear 0s;
    -khtml-animation: readmoreIcon-rtl 300ms linear 0s;
    -moz-animation: readmoreIcon-rtl 300ms linear 0s;
    -ms-animation: readmoreIcon-rtl 300ms linear 0s;
    -o-animation: readmoreIcon-rtl 300ms linear 0s;
    animation: readmoreIcon-rtl 300ms linear 0s
}

.btn.btn-outline,button.btn-outline,.button.btn-outline,input[type="submit"].btn-outline,input[type="button"].btn-outline {
    background: transparent;
    border-color: rgba(234, 234, 234, 1)
}

.btn.btn-outline.btn-accent,button.btn-outline.btn-accent,.button.btn-outline.btn-accent,input[type="submit"].btn-outline.btn-accent,input[type="button"].btn-outline.btn-accent {
    color: rgb(74,171,61)
}

.btn.btn-outline.btn-primary,button.btn-outline.btn-primary,.button.btn-outline.btn-primary,input[type="submit"].btn-outline.btn-primary,input[type="button"].btn-outline.btn-primary {
    color: rgb(27,26,26)
}

.btn.btn-outline.btn-secondary,button.btn-outline.btn-secondary,.button.btn-outline.btn-secondary,input[type="submit"].btn-outline.btn-secondary,input[type="button"].btn-outline.btn-secondary {
    color: rgb(234,234,234)
}

.btn.btn-outline.btn-rating,button.btn-outline.btn-rating,.button.btn-outline.btn-rating,input[type="submit"].btn-outline.btn-rating,input[type="button"].btn-outline.btn-rating {
    color: rgb(74,171,61)
}

.btn.btn-outline.btn-body,button.btn-outline.btn-body,.button.btn-outline.btn-body,input[type="submit"].btn-outline.btn-body,input[type="button"].btn-outline.btn-body {
    color: rgb(155,155,155)
}

.btn.btn-outline.btn-white,button.btn-outline.btn-white,.button.btn-outline.btn-white,input[type="submit"].btn-outline.btn-white,input[type="button"].btn-outline.btn-white {
    color: rgb(255,255,255)
}

.btn.btn-outline.btn-616161,button.btn-outline.btn-616161,.button.btn-outline.btn-616161,input[type="submit"].btn-outline.btn-616161,input[type="button"].btn-outline.btn-616161 {
    color: rgb(97,97,97)
}

.btn.btn-outline.btn-white:hover,button.btn-outline.btn-white:hover,.button.btn-outline.btn-white:hover,input[type="submit"].btn-outline.btn-white:hover,input[type="button"].btn-outline.btn-white:hover {
    color: var(--color-primary) !important
}

.btn.btn-outline.btn-white.btn-hover-accent:hover,button.btn-outline.btn-white.btn-hover-accent:hover,.button.btn-outline.btn-white.btn-hover-accent:hover,input[type="submit"].btn-outline.btn-white.btn-hover-accent:hover,input[type="button"].btn-outline.btn-white.btn-hover-accent:hover {
    color: #fff !important
}

.btn.btn-hover-accent:hover,button.btn-hover-accent:hover,.button.btn-hover-accent:hover,input[type="submit"].btn-hover-accent:hover,input[type="button"].btn-hover-accent:hover {
    color: #fff;
    border-color: rgb(74,171,61);
    background-color: rgb(74,171,61)
}

.btn.btn-hover-primary:hover,button.btn-hover-primary:hover,.button.btn-hover-primary:hover,input[type="submit"].btn-hover-primary:hover,input[type="button"].btn-hover-primary:hover {
    color: #fff;
    border-color: rgb(27,26,26);
    background-color: rgb(27,26,26)
}

.btn.btn-hover-secondary:hover,button.btn-hover-secondary:hover,.button.btn-hover-secondary:hover,input[type="submit"].btn-hover-secondary:hover,input[type="button"].btn-hover-secondary:hover {
    color: #fff;
    border-color: rgb(234,234,234);
    background-color: rgb(234,234,234)
}

.btn.btn-hover-rating:hover,button.btn-hover-rating:hover,.button.btn-hover-rating:hover,input[type="submit"].btn-hover-rating:hover,input[type="button"].btn-hover-rating:hover {
    color: #fff;
    border-color: rgb(74,171,61);
    background-color: rgb(74,171,61)
}

.btn.btn-hover-body:hover,button.btn-hover-body:hover,.button.btn-hover-body:hover,input[type="submit"].btn-hover-body:hover,input[type="button"].btn-hover-body:hover {
    color: #fff;
    border-color: rgb(155,155,155);
    background-color: rgb(155,155,155)
}

.btn.btn-hover-white:hover,button.btn-hover-white:hover,.button.btn-hover-white:hover,input[type="submit"].btn-hover-white:hover,input[type="button"].btn-hover-white:hover {
    color: #fff;
    border-color: rgb(255,255,255);
    background-color: rgb(255,255,255)
}

.btn.btn-hover-616161:hover,button.btn-hover-616161:hover,.button.btn-hover-616161:hover,input[type="submit"].btn-hover-616161:hover,input[type="button"].btn-hover-616161:hover {
    color: #fff;
    border-color: rgb(97,97,97);
    background-color: rgb(97,97,97)
}

.btn.btn-hover-white:hover,button.btn-hover-white:hover,.button.btn-hover-white:hover,input[type="submit"].btn-hover-white:hover,input[type="button"].btn-hover-white:hover {
    color: var(--color-accent)
}

[dir="rtl"] .btn,[dir="rtl"] button,[dir="rtl"] .button,[dir="rtl"] input[type="submit"],[dir="rtl"] input[type="button"] {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.btn.text-justify,button.text-justify,.button.text-justify,input[type="submit"].text-justify,input[type="button"].text-justify {
    display: block
}

.btn-outline:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 18px;
    right: 18px;
    background-color: var(--color-accent);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

[dir="rtl"] .btn-outline:after {
    left: auto;
    right: 0
}

.btn-outline:hover:after {
    width: 0;
    right: auto
}

.btn-outline.no-underline:after {
    visibility: hidden;
    opacity: 0
}

.btn-outline.border-color-primary {
    border-color: var(--color-primary)
}

.cms-btn-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -5px
}

.cms-btn-content > span {
    flex: 0 0 auto;
    position: relative;
    padding: 5px
}

.cms-readmore {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden
}

.cms-readmore .cms-btn-icon {
    font-size: 20px
}

.cms-readmore .cms-btn-icon .cmsi-arrow-circle-right {
    -webkit-transform: translateY(2px);
    -khtml-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.cms-readmore.style-1 .cms-btn-text {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-readmore.style-2 {
    background-color: transparent;
    padding: 9px 0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.cms-readmore:hover.style-1 .cms-btn-text {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cms-readmore:hover.style-2 {
    background-color: var(--color-accent);
    color: #fff;
    padding: 5px 20px
}

.hover-active-readmore:hover .cms-readmore.style-1 .cms-btn-text {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.hover-active-readmore:hover .cms-readmore.style-2 {
    background-color: var(--color-accent);
    color: #fff;
    padding: 9px 20px
}

.cms-loading-icon,.cms-added-icon {
    display: none
}

.loading .cms-loading-icon {
    display: inline-block
}

.loading .cms-default-icon,.loading .cms-added-icon {
    display: none
}

.added .cms-added-icon {
    display: inline-block
}

.added .cms-default-icon,.added .cms-loading-icon {
    display: none
}

.btn-accent {
    background-color: rgb(74,171,61);
    border-color: rgb(74,171,61);
    color: var(--color-white)
}

.btn-primary {
    background-color: rgb(27,26,26);
    border-color: rgb(27,26,26);
    color: var(--color-white)
}

.btn-secondary {
    background-color: rgb(234,234,234);
    border-color: rgb(234,234,234);
    color: var(--color-white)
}

.btn-rating {
    background-color: rgb(74,171,61);
    border-color: rgb(74,171,61);
    color: var(--color-white)
}

.btn-body {
    background-color: rgb(155,155,155);
    border-color: rgb(155,155,155);
    color: var(--color-white)
}

.btn-white {
    background-color: rgb(255,255,255);
    border-color: rgb(255,255,255);
    color: var(--color-white)
}

.btn-616161 {
    background-color: rgb(97,97,97);
    border-color: rgb(97,97,97);
    color: var(--color-white)
}

.btn-white {
    color: var(--color-accent)
}

.btn-xs {
    padding: 2px 10px
}

.btn-sm {
    padding: 5px 15px
}

.btn-md {
    padding: 12.5px 17px
}

.btn-lg {
    padding: 21px 27px
}

.btn-xl {
    padding: 25px 35px
}

.btn-xxl {
    padding: 30px 40px
}

.btn-xs {
    font-size: 12px
}

.btn-xs .cms-btn-icon {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0
}

.btn-sm .cms-btn-icon {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0
}

.btn- .cms-btn-icon {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.btn-md .cms-btn-icon {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0
}

.btn-lg .cms-btn-icon {
    font-size: 26px;
    margin-top: -7px;
    margin-bottom: -7px
}

.btn-xl .cms-btn-icon {
    font-size: 24px;
    margin-top: -7px;
    margin-bottom: -7px
}

.btn-xxl .cms-btn-icon {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0
}

.btn-xs {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.btn-sm {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.btn- {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.btn-lg {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.btn-xl {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.btn-xxl {
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

[dir="rtl"] .btn-xs:not(.btn-circle) {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

[dir="rtl"] .btn-sm:not(.btn-circle) {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

[dir="rtl"] .btn-:not(.btn-circle) {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

[dir="rtl"] .btn-lg:not(.btn-circle) {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

[dir="rtl"] .btn-xl:not(.btn-circle) {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

[dir="rtl"] .btn-xxl:not(.btn-circle) {
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

.btn-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.btn-overlay,.just-link,.btn-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0
}

.just-link .cms-btn-icon,.btn-text .cms-btn-icon {
    font-size: 20px
}

.just-link:hover .cms-btn-icon,.btn-text:hover .cms-btn-icon {
    -webkit-animation: readmoreIcon 300ms linear 0s;
    -khtml-animation: readmoreIcon 300ms linear 0s;
    -moz-animation: readmoreIcon 300ms linear 0s;
    -ms-animation: readmoreIcon 300ms linear 0s;
    -o-animation: readmoreIcon 300ms linear 0s;
    animation: readmoreIcon 300ms linear 0s
}

[dir="rtl"] .just-link:hover .cms-btn-icon,[dir="rtl"] .btn-text:hover .cms-btn-icon {
    -webkit-animation: readmoreIcon-rtl 300ms linear 0s;
    -khtml-animation: readmoreIcon-rtl 300ms linear 0s;
    -moz-animation: readmoreIcon-rtl 300ms linear 0s;
    -ms-animation: readmoreIcon-rtl 300ms linear 0s;
    -o-animation: readmoreIcon-rtl 300ms linear 0s;
    animation: readmoreIcon-rtl 300ms linear 0s
}

.btn-video {
    width: 105px;
    height: 105px;
    line-height: 73px;
    font-size: 33px;
    position: relative;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border: 16px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.btn-video:before,.btn-video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -khtml-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.btn-video:before {
    -webkit-animation-delay: 0.9s;
    -khtml-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.btn-video:after {
    -webkit-animation-delay: 0.6s;
    -khtml-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.btn-video .cms-play-video-icon {
    width: 73px;
    height: 73px;
    line-height: 73px;
    display: block;
    background: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.btn-video .cms-play-video-icon:before {
    font-family: "cms-solatec";
    content: '\f3aa';
    text-transform: none !important
}

.btn-video.rev-btn {
    border: none !important
}

.btn-underline {
    border-bottom: 2px solid
}

.btn-xlg {
    padding: 18px
}

.cms-block-shadow {
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    -khtml-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    -ms-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    -o-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    -webkit-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.cms-box-shadow {
    -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    -khtml-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    -moz-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    -ms-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    -o-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
    box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16)
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.empty-none:empty {
    display: none
}

[dir="rtl"] .rtl-flip {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.d-center {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.cms-bottom-divider {
    position: relative
}

.cms-bottom-divider:after {
    content: '';
    display: block;
    height: 3px;
    background: var(--color-accent);
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0
}

.cms-bottom-divider.cms-bottom-divider-primary {
    background: var(--color-primary)
}

.elementor-section.cms-bottom-divider:after {
    left: 70px;
    right: 70px
}

.cms-bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

.cms-ripple {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    color: var(--color-accent);
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-ripple:before,.cms-ripple:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 3s infinite;
    -khtml-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
}

.cms-ripple:before {
    -webkit-animation-delay: 0.9s;
    -khtml-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.cms-ripple:after {
    -webkit-animation-delay: 0.6s;
    -khtml-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.cms-ripple.cms-ripple-accent {
    background-color: var(--color-accent);
    color: #fff;
    -webkit-box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15);
    -khtml-box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15);
    -moz-box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15);
    -ms-box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15);
    -o-box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15);
    box-shadow: 0 0 0 15px rgba(74, 171, 61, 0.15)
}

.cms-ripple.cms-ripple-accent:before,.cms-ripple.cms-ripple-accent:after {
    -webkit-box-shadow: 0 0 0 0 var(--color-accent);
    -khtml-box-shadow: 0 0 0 0 var(--color-accent);
    -moz-box-shadow: 0 0 0 0 var(--color-accent);
    -ms-box-shadow: 0 0 0 0 var(--color-accent);
    -o-box-shadow: 0 0 0 0 var(--color-accent);
    box-shadow: 0 0 0 0 var(--color-accent);
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3
}

.cms-ripple.locate-point {
    background-color: #aeaeae
}

.cms-ripple.locate-point:before,.cms-ripple.locate-point:after {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

.cms-ripple.locate-point .cms-ripple-inner {
    width: 8px;
    height: 8px;
    background-color: var(--color-primary);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px)
}

.cms-ripple.size-22 {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5)
}

.cms-ripple.size-22:before,.cms-ripple.size-22:after {
    width: 20px;
    height: 20px
}

.cms-ripple.size-42 {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5)
}

.cms-ripple.size-90 {
    width: 90px;
    height: 90px;
    line-height: 90px
}

.cms-ripple.cms-vibrate span {
    position: relative;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -khtml-animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -ms-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
    animation: vibrate 2s linear 0s infinite
}

.cms-img {
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-hover-img-scale:hover .cms-img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.z-ontop {
    z-index: 1
}

.cms-rating-star:before {
    content: "\6f\6f\6f\6f\6f"
}

.cms-link-overlay > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cms-invisible {
    visibility: hidden
}

.cms-clip-path {
    position: relative;
    overflow: hidden
}

.cms-clip-path:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: calc(100% + 10px);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-clip-path-wrap:hover .cms-clip-path:after {
    -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%);
    clip-path: polygon(0 100%, 0 100%, 100% 100%)
}

.cms-clip-path-40:after {
    height: 41px
}

.cms-clip-path-accent:after {
    background-color: rgb(74,171,61)
}

.cms-clip-path-primary:after {
    background-color: rgb(27,26,26)
}

.cms-clip-path-secondary:after {
    background-color: rgb(234,234,234)
}

.cms-clip-path-rating:after {
    background-color: rgb(74,171,61)
}

.cms-clip-path-body:after {
    background-color: rgb(155,155,155)
}

.cms-clip-path-white:after {
    background-color: rgb(255,255,255)
}

.cms-clip-path-616161:after {
    background-color: rgb(97,97,97)
}

.link-accent {
    color: rgb(74,171,61)
}

.link-accent * {
    color: inherit
}

.link-hover-accent:hover {
    color: rgb(74,171,61)
}

.link-hover-accent:hover * {
    color: inherit
}

.text-accent {
    color: rgb(74,171,61)
}

.text-accent a {
    color: inherit
}

body *.text-hover-accent:hover {
    color: rgb(74,171,61)!important
}

body *.text-hover-accent:hover * {
    color: inherit
}

.bg-accent {
    background-color: rgb(74,171,61)
}

.bg-hover-accent:hover {
    background-color: rgb(74,171,61)
}

.bdr-accent {
    border-color: rgb(74,171,61)
}

.bdr-hover-accent:hover {
    border-color: rgb(74,171,61)
}

.link-primary {
    color: rgb(27,26,26)
}

.link-primary * {
    color: inherit
}

.link-hover-primary:hover {
    color: rgb(27,26,26)
}

.link-hover-primary:hover * {
    color: inherit
}

.text-primary {
    color: rgb(27,26,26)
}

.text-primary a {
    color: inherit
}

body *.text-hover-primary:hover {
    color: rgb(27,26,26)!important
}

body *.text-hover-primary:hover * {
    color: inherit
}

.bg-primary {
    background-color: rgb(27,26,26)
}

.bg-hover-primary:hover {
    background-color: rgb(27,26,26)
}

.bdr-primary {
    border-color: rgb(27,26,26)
}

.bdr-hover-primary:hover {
    border-color: rgb(27,26,26)
}

.link-secondary {
    color: rgb(234,234,234)
}

.link-secondary * {
    color: inherit
}

.link-hover-secondary:hover {
    color: rgb(234,234,234)
}

.link-hover-secondary:hover * {
    color: inherit
}

.text-secondary {
    color: rgb(234,234,234)
}

.text-secondary a {
    color: inherit
}

body *.text-hover-secondary:hover {
    color: rgb(234,234,234)!important
}

body *.text-hover-secondary:hover * {
    color: inherit
}

.bg-secondary {
    background-color: rgb(234,234,234)
}

.bg-hover-secondary:hover {
    background-color: rgb(234,234,234)
}

.bdr-secondary {
    border-color: rgb(234,234,234)
}

.bdr-hover-secondary:hover {
    border-color: rgb(234,234,234)
}

.link-rating {
    color: rgb(74,171,61)
}

.link-rating * {
    color: inherit
}

.link-hover-rating:hover {
    color: rgb(74,171,61)
}

.link-hover-rating:hover * {
    color: inherit
}

.text-rating {
    color: rgb(74,171,61)
}

.text-rating a {
    color: inherit
}

body *.text-hover-rating:hover {
    color: rgb(74,171,61)!important
}

body *.text-hover-rating:hover * {
    color: inherit
}

.bg-rating {
    background-color: rgb(74,171,61)
}

.bg-hover-rating:hover {
    background-color: rgb(74,171,61)
}

.bdr-rating {
    border-color: rgb(74,171,61)
}

.bdr-hover-rating:hover {
    border-color: rgb(74,171,61)
}

.link-body {
    color: rgb(155,155,155)
}

.link-body * {
    color: inherit
}

.link-hover-body:hover {
    color: rgb(155,155,155)
}

.link-hover-body:hover * {
    color: inherit
}

.text-body {
    color: rgb(155,155,155)
}

.text-body a {
    color: inherit
}

body *.text-hover-body:hover {
    color: rgb(155,155,155)!important
}

body *.text-hover-body:hover * {
    color: inherit
}

.bg-body {
    background-color: rgb(155,155,155)
}

.bg-hover-body:hover {
    background-color: rgb(155,155,155)
}

.bdr-body {
    border-color: rgb(155,155,155)
}

.bdr-hover-body:hover {
    border-color: rgb(155,155,155)
}

.link-white {
    color: rgb(255,255,255)
}

.link-white * {
    color: inherit
}

.link-hover-white:hover {
    color: rgb(255,255,255)
}

.link-hover-white:hover * {
    color: inherit
}

.text-white {
    color: rgb(255,255,255)
}

.text-white a {
    color: inherit
}

body *.text-hover-white:hover {
    color: rgb(255,255,255)!important
}

body *.text-hover-white:hover * {
    color: inherit
}

.bg-white {
    background-color: rgb(255,255,255)
}

.bg-hover-white:hover {
    background-color: rgb(255,255,255)
}

.bdr-white {
    border-color: rgb(255,255,255)
}

.bdr-hover-white:hover {
    border-color: rgb(255,255,255)
}

.link-616161 {
    color: rgb(97,97,97)
}

.link-616161 * {
    color: inherit
}

.link-hover-616161:hover {
    color: rgb(97,97,97)
}

.link-hover-616161:hover * {
    color: inherit
}

.text-616161 {
    color: rgb(97,97,97)
}

.text-616161 a {
    color: inherit
}

body *.text-hover-616161:hover {
    color: rgb(97,97,97)!important
}

body *.text-hover-616161:hover * {
    color: inherit
}

.bg-616161 {
    background-color: rgb(97,97,97)
}

.bg-hover-616161:hover {
    background-color: rgb(97,97,97)
}

.bdr-616161 {
    border-color: rgb(97,97,97)
}

.bdr-hover-616161:hover {
    border-color: rgb(97,97,97)
}

.bg-light-accent {
    background-color: #e4f2e2
}

.bg-gradient-1,.cms-gradient-1,.cms-overlay-gradient-1 > .elementor-background-overlay,.cms-overlay-gradient-1 > .elementor-column-wrap > .elementor-background-overlay {
    background-image: -moz-linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    background-image: -webkit-linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    background-image: -ms-linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%)
}

.bg-gradient-2,.cms-gradient-2,.cms-overlay-gradient-2 > .elementor-background-overlay,.cms-overlay-gradient-2 > .elementor-column-wrap > .elementor-background-overlay {
    background-image: -moz-linear-gradient(top, rgba(27,26,26,1) 0%, rgba(29,42,53,1) 7%, rgba(41,137,216,0.02) 50%, rgba(32,124,202,0) 51%, rgba(27,26,26,0) 82%);
    background-image: -webkit-linear-gradient(top, rgba(27,26,26,1) 0%, rgba(29,42,53,1) 7%, rgba(41,137,216,0.02) 50%, rgba(32,124,202,0) 51%, rgba(27,26,26,0) 82%);
    background-image: -ms-linear-gradient(top, rgba(27,26,26,1) 0%, rgba(29,42,53,1) 7%, rgba(41,137,216,0.02) 50%, rgba(32,124,202,0) 51%, rgba(27,26,26,0) 82%)
}

@media (max-width: 479.98px) {
    .d-max-none {
        display:none !important
    }

    .d-max-inline {
        display: inline !important
    }

    .d-max-inline-block {
        display: inline-block !important
    }

    .d-max-block {
        display: block !important
    }

    .d-max-table {
        display: table !important
    }

    .d-max-table-row {
        display: table-row !important
    }

    .d-max-table-cell {
        display: table-cell !important
    }

    .d-max-flex {
        display: flex !important
    }

    .d-max-inline-flex {
        display: inline-flex !important
    }
}

@media (max-width: 575.98px) {
    .d-max-xs-none {
        display:none !important
    }

    .d-max-xs-inline {
        display: inline !important
    }

    .d-max-xs-inline-block {
        display: inline-block !important
    }

    .d-max-xs-block {
        display: block !important
    }

    .d-max-xs-table {
        display: table !important
    }

    .d-max-xs-table-row {
        display: table-row !important
    }

    .d-max-xs-table-cell {
        display: table-cell !important
    }

    .d-max-xs-flex {
        display: flex !important
    }

    .d-max-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (max-width: 767.98px) {
    .d-max-sm-none {
        display:none !important
    }

    .d-max-sm-inline {
        display: inline !important
    }

    .d-max-sm-inline-block {
        display: inline-block !important
    }

    .d-max-sm-block {
        display: block !important
    }

    .d-max-sm-table {
        display: table !important
    }

    .d-max-sm-table-row {
        display: table-row !important
    }

    .d-max-sm-table-cell {
        display: table-cell !important
    }

    .d-max-sm-flex {
        display: flex !important
    }

    .d-max-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (max-width: 1024.98px) {
    .d-max-md-none {
        display:none !important
    }

    .d-max-md-inline {
        display: inline !important
    }

    .d-max-md-inline-block {
        display: inline-block !important
    }

    .d-max-md-block {
        display: block !important
    }

    .d-max-md-table {
        display: table !important
    }

    .d-max-md-table-row {
        display: table-row !important
    }

    .d-max-md-table-cell {
        display: table-cell !important
    }

    .d-max-md-flex {
        display: flex !important
    }

    .d-max-md-inline-flex {
        display: inline-flex !important
    }
}

@media (max-width: 1199.98px) {
    .d-max-lg-none {
        display:none !important
    }

    .d-max-lg-inline {
        display: inline !important
    }

    .d-max-lg-inline-block {
        display: inline-block !important
    }

    .d-max-lg-block {
        display: block !important
    }

    .d-max-lg-table {
        display: table !important
    }

    .d-max-lg-table-row {
        display: table-row !important
    }

    .d-max-lg-table-cell {
        display: table-cell !important
    }

    .d-max-lg-flex {
        display: flex !important
    }

    .d-max-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (max-width: 1439.98px) {
    .d-max-xl-none {
        display:none !important
    }

    .d-max-xl-inline {
        display: inline !important
    }

    .d-max-xl-inline-block {
        display: inline-block !important
    }

    .d-max-xl-block {
        display: block !important
    }

    .d-max-xl-table {
        display: table !important
    }

    .d-max-xl-table-row {
        display: table-row !important
    }

    .d-max-xl-table-cell {
        display: table-cell !important
    }

    .d-max-xl-flex {
        display: flex !important
    }

    .d-max-xl-inline-flex {
        display: inline-flex !important
    }
}

.d-max-xxl-none {
    display: none !important
}

.d-max-xxl-inline {
    display: inline !important
}

.d-max-xxl-inline-block {
    display: inline-block !important
}

.d-max-xxl-block {
    display: block !important
}

.d-max-xxl-table {
    display: table !important
}

.d-max-xxl-table-row {
    display: table-row !important
}

.d-max-xxl-table-cell {
    display: table-cell !important
}

.d-max-xxl-flex {
    display: flex !important
}

.d-max-xxl-inline-flex {
    display: inline-flex !important
}

.d-flex {
    flex-wrap: wrap
}

.hover-border {
    -webkit-transition: color 0.25s;
    -khtml-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
}

.hover-border:before,.hover-border:after {
    border: 3px solid transparent;
    width: 0;
    height: 0
}

.hover-border:before {
    top: 0;
    left: 0
}

.hover-border:after {
    bottom: 0;
    right: 0
}

.hover-border:hover:before,.hover-border:hover:after {
    width: 100%;
    height: 100%;
    display: block
}

.hover-border:hover:before {
    border-top-color: var(--color-accent);
    border-right-color: var(--color-accent);
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -khtml-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s
}

.hover-border:hover:after {
    border-bottom-color: var(--color-accent);
    border-left-color: var(--color-accent);
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -khtml-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -ms-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    -o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s
}

.hover-border-outer {
    position: relative;
    z-index: 1;
    height: 100%;
    display: block
}

.hover-border-outer:before,.hover-border-outer:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1;
    display: block
}

.cms-icon {
    display: inline-block;
    text-align: center;
    position: relative;
    line-height: 1;
    vertical-align: middle
}

.cms-icon[data-title]:after {
    content: attr(data-title);
    position: absolute;
    top: -15px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    background: var(--color-secondary);
    font-family: var(--heading-font-family);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

[dir="rtl"] .cms-icon[data-title]:after {
    right: auto;
    left: 0
}

.cms-icon-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.cms-icon-list .cms-icon {
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0 5px 10px
}

.cms-icon-40 {
    width: 40px;
    height: 40px;
    font-size: 30px
}

.cms-icon-46 {
    width: 46px;
    height: 46px;
    font-size: 30px
}

.cms-icon-50 {
    width: 50px;
    height: 50px;
    font-size: 35px
}

.cms-icon-60 {
    width: 60px;
    height: 60px;
    font-size: 40px
}

.cms-icon-61 {
    width: 61px;
    height: 61px;
    font-size: 40px
}

.cms-icon-70 {
    width: 70px;
    height: 70px;
    font-size: 50px
}

.cms-icon-80 {
    width: 80px;
    height: 80px;
    font-size: 60px
}

.cms-icon-90 {
    width: 90px;
    height: 90px;
    font-size: 70px
}

.cms-icon-94 {
    width: 94px;
    height: 94px;
    font-size: 64px
}

.cms-icon-100 {
    width: 100px;
    height: 100px;
    font-size: 80px
}

.cms-icon-116 {
    width: 116px;
    height: 116px;
    font-size: 50px
}

.cms-icon-xl {
    width: 100px;
    height: 100px;
    font-size: 50px
}

.cms-icon-lg {
    width: 80px;
    height: 80px;
    font-size: 40px
}

.cms-icon-md {
    width: 60px;
    height: 60px;
    font-size: 30px
}

.cms-icon-sm {
    width: 40px;
    height: 40px;
    font-size: 20px
}

.cms-icon-style-1:after {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 13px;
    height: 13px;
    background: inherit
}

.cms-icon-style-1.circle:after {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.opacity-0 {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.opacity-01 {
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-opacity: 0.1;
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-opacity: 0.1;
    -o-opacity: 0.1;
    opacity: 0.1
}

.opacity-02 {
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2
}

.opacity-03 {
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3
}

.opacity-04 {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4
}

.opacity-05 {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

.opacity-06 {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6
}

.opacity-07 {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7
}

.opacity-08 {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8
}

.opacity-09 {
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9
}

.opacity-15 {
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -webkit-opacity: 0.15;
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-opacity: 0.15;
    -o-opacity: 0.15;
    opacity: 0.15
}

.cms-overlay-wrap {
    position: relative;
    overflow: hidden;
    outline: none
}

.cms-overlay-wrap img {
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-overlay-wrap .cms-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-overlay-wrap .cms-overlay-content:not([class*="bg-"]) {
    background: var(--primary-07)
}

.cms-overlay-wrap .cms-bottom-to-top {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.cms-overlay-wrap:hover img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.cms-overlay-wrap:hover .cms-overlay-content {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-overlay-wrap:hover .cms-bottom-to-top {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 991px) {
    .cms-overlay-wrap .cms-overlay-content {
        visibility:visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }

    .cms-overlay-wrap .cms-bottom-to-top {
        -webkit-transform: translateY(0);
        -khtml-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.cms-overlay-wrap.cms-overlay-bottom-to-top:before {
    height: 0
}

.cms-overlay-wrap.cms-overlay-bottom-to-top:hover:before {
    height: calc(100% - 20px)
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 500ms linear;
    -khtml-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title {
    color: var(--color-accent)
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title:hover {
    color: #fff
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title:hover a {
    color: inherit
}

.cms-overlay-wrap.cms-overlay-slideup:hover .cms-overlay-content {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cms-overlay-wrap.cms-overlay-zoom-in .cms-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.cms-overlay-wrap.cms-overlay-center-to-side .cms-overlay-content {
    left: 50%;
    right: 50%;
    background: rgba(0, 0, 0, 0.4)
}

.cms-overlay-wrap:hover.cms-overlay-zoom-in .cms-overlay-content {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.cms-overlay-wrap:hover.cms-overlay-center-to-side .cms-overlay-content {
    left: 0;
    right: 0
}

.cms-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.relative {
    position: relative
}

.absolute {
    position: absolute;
    z-index: 1
}

.cms-abs-t-5 {
    top: 5px
}

.cms-abs-r-5 {
    right: 5px
}

[dir="rtl"] .cms-abs-r-5 {
    right: auto;
    left: 5px
}

.cms-abs-b-5 {
    bottom: 5px
}

.cms-abs-l-5 {
    left: 5px
}

[dir="rtl"] .cms-abs-l-5 {
    left: auto;
    right: 5px
}

.cms-abs-t-10 {
    top: 10px
}

.cms-abs-r-10 {
    right: 10px
}

[dir="rtl"] .cms-abs-r-10 {
    right: auto;
    left: 10px
}

.cms-abs-b-10 {
    bottom: 10px
}

.cms-abs-l-10 {
    left: 10px
}

[dir="rtl"] .cms-abs-l-10 {
    left: auto;
    right: 10px
}

.cms-abs-t-15 {
    top: 15px
}

.cms-abs-r-15 {
    right: 15px
}

[dir="rtl"] .cms-abs-r-15 {
    right: auto;
    left: 15px
}

.cms-abs-b-15 {
    bottom: 15px
}

.cms-abs-l-15 {
    left: 15px
}

[dir="rtl"] .cms-abs-l-15 {
    left: auto;
    right: 15px
}

.cms-abs-t-20 {
    top: 20px
}

.cms-abs-r-20 {
    right: 20px
}

[dir="rtl"] .cms-abs-r-20 {
    right: auto;
    left: 20px
}

.cms-abs-b-20 {
    bottom: 20px
}

.cms-abs-l-20 {
    left: 20px
}

[dir="rtl"] .cms-abs-l-20 {
    left: auto;
    right: 20px
}

.cms-abs-t-25 {
    top: 25px
}

.cms-abs-r-25 {
    right: 25px
}

[dir="rtl"] .cms-abs-r-25 {
    right: auto;
    left: 25px
}

.cms-abs-b-25 {
    bottom: 25px
}

.cms-abs-l-25 {
    left: 25px
}

[dir="rtl"] .cms-abs-l-25 {
    left: auto;
    right: 25px
}

.cms-abs-t-30 {
    top: 30px
}

.cms-abs-r-30 {
    right: 30px
}

[dir="rtl"] .cms-abs-r-30 {
    right: auto;
    left: 30px
}

.cms-abs-b-30 {
    bottom: 30px
}

.cms-abs-l-30 {
    left: 30px
}

[dir="rtl"] .cms-abs-l-30 {
    left: auto;
    right: 30px
}

.cms-abs-t-35 {
    top: 35px
}

.cms-abs-r-35 {
    right: 35px
}

[dir="rtl"] .cms-abs-r-35 {
    right: auto;
    left: 35px
}

.cms-abs-b-35 {
    bottom: 35px
}

.cms-abs-l-35 {
    left: 35px
}

[dir="rtl"] .cms-abs-l-35 {
    left: auto;
    right: 35px
}

.cms-abs-t-40 {
    top: 40px
}

.cms-abs-r-40 {
    right: 40px
}

[dir="rtl"] .cms-abs-r-40 {
    right: auto;
    left: 40px
}

.cms-abs-b-40 {
    bottom: 40px
}

.cms-abs-l-40 {
    left: 40px
}

[dir="rtl"] .cms-abs-l-40 {
    left: auto;
    right: 40px
}

.comments-rating {
    border: none;
    padding: 0;
    margin: 0
}

.rating-container {
    display: inline-block;
    height: 24px;
    vertical-align: top;
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl
}

.rating-container * {
    font-size: 1.4rem
}

.rating-container > input {
    display: none
}

.rating-container > input + label {
    font-family: 'cms-solatec';
    display: inline-block;
    overflow: hidden;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0
}

.rating-container > input + label:before {
    display: inline-block;
    content: '\70';
    color: var(--color-primary)
}

.rating-container > input:checked ~ label:before,.rating-container > input + label:hover ~ label:before,.rating-container > input + label:hover:before,.cms-rating-icon-filled:before {
    content: '\6f';
    color: var(--color-rating);
    text-shadow: 0 0 1px #333
}

.rating-container:hover > input + label:before,.cms-rating-icon-empty:before {
    content: '\70';
    color: var(--color-primary);
    text-shadow: none
}

.rating-container:hover > input + label:hover ~ label:before,.rating-container:hover > input + label:hover:before {
    content: '\6f';
    color: var(--color-rating)
}

.cms-rating-icon-filled,.cms-rating-icon-empty {
    font-family: 'cms-solatec';
    display: inline-block;
    overflow: hidden;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0
}

.cms-rating-icon-empty {
    z-index: -1
}

.cms-zodoc-rating .cms-zodoc-text {
    line-height: 1;
    max-width: 200px
}

.cms-star-rating {
    width: 90px;
    height: 14px;
    display: inline-block;
    letter-spacing: 3px
}

.cms-star-rating:before {
    font-family: 'cms-solatec';
    content: '\70\70\70\70\70';
    color: var(--color-primary)
}

.cms-star-rating .cms-star-rated {
    top: 0;
    color: var(--color-rating)
}

.cms-star-rating .cms-star-rated:before {
    font-family: 'cms-solatec';
    content: '\6f\6f\6f\6f\6f'
}

.cms-search-form,.woocommerce-product-search {
    position: relative
}

.cms-search-form [type="search"],.woocommerce-product-search [type="search"] {
    padding-right: 58px
}

[dir="rtl"] .cms-search-form [type="search"],[dir="rtl"] .woocommerce-product-search [type="search"] {
    padding-right: 20px;
    padding-left: 58px
}

.cms-search-form [type="submit"],.woocommerce-product-search [type="submit"] {
    width: 48px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 0;
    text-indent: -999999px;
    color: var(--color-primary)
}

[dir="rtl"] .cms-search-form [type="submit"],[dir="rtl"] .woocommerce-product-search [type="submit"] {
    right: auto;
    left: 0
}

.cms-search-form [type="submit"]:before,.woocommerce-product-search [type="submit"]:before {
    font-family: "cms-solatec";
    content: '\74';
    text-transform: none !important;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cms-search-form [type="submit"]:hover,.woocommerce-product-search [type="submit"]:hover {
    color: var(--color-accent)
}

.cms-search-form-popup {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    border-bottom: 2px solid var(--color-secondary)
}

.cms-search-form-popup [type="search"] {
    border: none;
    padding-left: 58px;
    padding-right: 0;
    font-size: 35px;
    background: transparent;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

[dir="rtl"] .cms-search-form-popup [type="search"] {
    padding-right: 58px;
    padding-left: 0
}

.cms-search-form-popup [type="search"]::-webkit-input-placeholder {
    font-size: 35px;
    color: var(--body-font-color)
}

.cms-search-form-popup [type="submit"] {
    left: 0
}

.cms-search-form-popup [type="submit"]:before {
    font-size: 28px;
    margin-top: -2px
}

[dir="rtl"] .cms-search-form-popup [type="submit"] {
    left: auto;
    right: 0
}

.cms-shadow-0 {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.cms-shadow-active-0.active,.cms-shadow-active-0:hover,.cms-shadow-active-0.current,.cms-shadow-active-0[class*="current"] {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.active .cms-shadow-active-0,[class*="current"] .cms-shadow-active-0 {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.cms-shadow-hover-0:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.cms-shadow-1 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
}

.cms-shadow-active-1.active,.cms-shadow-active-1:hover,.cms-shadow-active-1.current,.cms-shadow-active-1[class*="current"] {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
}

.active .cms-shadow-active-1,[class*="current"] .cms-shadow-active-1 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
}

.cms-shadow-hover-1:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
}

.cms-shadow-2 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
}

.cms-shadow-active-2.active,.cms-shadow-active-2:hover,.cms-shadow-active-2.current,.cms-shadow-active-2[class*="current"] {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
}

.active .cms-shadow-active-2,[class*="current"] .cms-shadow-active-2 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
}

.cms-shadow-hover-2:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
}

.cms-shadow-3 {
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
}

.cms-shadow-active-3.active,.cms-shadow-active-3:hover,.cms-shadow-active-3.current,.cms-shadow-active-3[class*="current"] {
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
}

.active .cms-shadow-active-3,[class*="current"] .cms-shadow-active-3 {
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
}

.cms-shadow-hover-3:hover {
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
}

.cms-shadow-4 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
}

.cms-shadow-active-4.active,.cms-shadow-active-4:hover,.cms-shadow-active-4.current,.cms-shadow-active-4[class*="current"] {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
}

.active .cms-shadow-active-4,[class*="current"] .cms-shadow-active-4 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
}

.cms-shadow-hover-4:hover {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
}

@media (max-width: 479.98px) {
    .cms-shadow-0 {
        -webkit-box-shadow:none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .cms-shadow-1 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
    }

    .cms-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
    }

    .cms-shadow-3 {
        -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
    }

    .cms-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
    }
}

@media (max-width: 575.98px) {
    .cms-xs-shadow-0 {
        -webkit-box-shadow:none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .cms-xs-shadow-1 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
    }

    .cms-xs-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
    }

    .cms-xs-shadow-3 {
        -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
    }

    .cms-xs-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
    }
}

@media (max-width: 767.98px) {
    .cms-sm-shadow-0 {
        -webkit-box-shadow:none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .cms-sm-shadow-1 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
    }

    .cms-sm-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
    }

    .cms-sm-shadow-3 {
        -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
    }

    .cms-sm-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
    }
}

@media (max-width: 1024.98px) {
    .cms-md-shadow-0 {
        -webkit-box-shadow:none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .cms-md-shadow-1 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
    }

    .cms-md-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
    }

    .cms-md-shadow-3 {
        -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
    }

    .cms-md-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
    }
}

@media (max-width: 1199.98px) {
    .cms-lg-shadow-0 {
        -webkit-box-shadow:none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .cms-lg-shadow-1 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
    }

    .cms-lg-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
    }

    .cms-lg-shadow-3 {
        -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
    }

    .cms-lg-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
    }
}

@media (max-width: 1439.98px) {
    .cms-xl-shadow-0 {
        -webkit-box-shadow:none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .cms-xl-shadow-1 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
    }

    .cms-xl-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
    }

    .cms-xl-shadow-3 {
        -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
    }

    .cms-xl-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
    }
}

.cms-xxl-shadow-0 {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.cms-xxl-shadow-1 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08)
}

.cms-xxl-shadow-2 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.16)
}

.cms-xxl-shadow-3 {
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -khtml-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -ms-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -o-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15)
}

.cms-xxl-shadow-4 {
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

[dir="rtl"] .mr-0 {
    margin-left: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

[dir="rtl"] .ml-0 {
    margin-right: 0
}

.m-lr-0 {
    margin-left: 0;
    margin-right: 0
}

.m-tb-0 {
    margin-top: 0;
    margin-bottom: 0
}

.m-5 {
    margin: 5px
}

.mt-5 {
    margin-top: 5px
}

.mr-5 {
    margin-right: 5px
}

[dir="rtl"] .mr-5 {
    margin-left: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

[dir="rtl"] .ml-5 {
    margin-right: 5px
}

.m-lr-5 {
    margin-left: 5px;
    margin-right: 5px
}

.m-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.m-8 {
    margin: 8px
}

.mt-8 {
    margin-top: 8px
}

.mr-8 {
    margin-right: 8px
}

[dir="rtl"] .mr-8 {
    margin-left: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.ml-8 {
    margin-left: 8px
}

[dir="rtl"] .ml-8 {
    margin-right: 8px
}

.m-lr-8 {
    margin-left: 8px;
    margin-right: 8px
}

.m-tb-8 {
    margin-top: 8px;
    margin-bottom: 8px
}

.m-10 {
    margin: 10px
}

.mt-10 {
    margin-top: 10px
}

.mr-10 {
    margin-right: 10px
}

[dir="rtl"] .mr-10 {
    margin-left: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

[dir="rtl"] .ml-10 {
    margin-right: 10px
}

.m-lr-10 {
    margin-left: 10px;
    margin-right: 10px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-12 {
    margin: 12px
}

.mt-12 {
    margin-top: 12px
}

.mr-12 {
    margin-right: 12px
}

[dir="rtl"] .mr-12 {
    margin-left: 12px
}

.mb-12 {
    margin-bottom: 12px
}

.ml-12 {
    margin-left: 12px
}

[dir="rtl"] .ml-12 {
    margin-right: 12px
}

.m-lr-12 {
    margin-left: 12px;
    margin-right: 12px
}

.m-tb-12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.m-15 {
    margin: 15px
}

.mt-15 {
    margin-top: 15px
}

.mr-15 {
    margin-right: 15px
}

[dir="rtl"] .mr-15 {
    margin-left: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

[dir="rtl"] .ml-15 {
    margin-right: 15px
}

.m-lr-15 {
    margin-left: 15px;
    margin-right: 15px
}

.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.m-17 {
    margin: 17px
}

.mt-17 {
    margin-top: 17px
}

.mr-17 {
    margin-right: 17px
}

[dir="rtl"] .mr-17 {
    margin-left: 17px
}

.mb-17 {
    margin-bottom: 17px
}

.ml-17 {
    margin-left: 17px
}

[dir="rtl"] .ml-17 {
    margin-right: 17px
}

.m-lr-17 {
    margin-left: 17px;
    margin-right: 17px
}

.m-tb-17 {
    margin-top: 17px;
    margin-bottom: 17px
}

.m-20 {
    margin: 20px
}

.mt-20 {
    margin-top: 20px
}

.mr-20 {
    margin-right: 20px
}

[dir="rtl"] .mr-20 {
    margin-left: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

[dir="rtl"] .ml-20 {
    margin-right: 20px
}

.m-lr-20 {
    margin-left: 20px;
    margin-right: 20px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-25 {
    margin: 25px
}

.mt-25 {
    margin-top: 25px
}

.mr-25 {
    margin-right: 25px
}

[dir="rtl"] .mr-25 {
    margin-left: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

[dir="rtl"] .ml-25 {
    margin-right: 25px
}

.m-lr-25 {
    margin-left: 25px;
    margin-right: 25px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-32 {
    margin: 32px
}

.mt-32 {
    margin-top: 32px
}

.mr-32 {
    margin-right: 32px
}

[dir="rtl"] .mr-32 {
    margin-left: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-32 {
    margin-left: 32px
}

[dir="rtl"] .ml-32 {
    margin-right: 32px
}

.m-lr-32 {
    margin-left: 32px;
    margin-right: 32px
}

.m-tb-32 {
    margin-top: 32px;
    margin-bottom: 32px
}

.m-30 {
    margin: 30px
}

.mt-30 {
    margin-top: 30px
}

.mr-30 {
    margin-right: 30px
}

[dir="rtl"] .mr-30 {
    margin-left: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

[dir="rtl"] .ml-30 {
    margin-right: 30px
}

.m-lr-30 {
    margin-left: 30px;
    margin-right: 30px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-35 {
    margin: 35px
}

.mt-35 {
    margin-top: 35px
}

.mr-35 {
    margin-right: 35px
}

[dir="rtl"] .mr-35 {
    margin-left: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

[dir="rtl"] .ml-35 {
    margin-right: 35px
}

.m-lr-35 {
    margin-left: 35px;
    margin-right: 35px
}

.m-tb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.m-40 {
    margin: 40px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

[dir="rtl"] .mr-40 {
    margin-left: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

[dir="rtl"] .ml-40 {
    margin-right: 40px
}

.m-lr-40 {
    margin-left: 40px;
    margin-right: 40px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-45 {
    margin: 45px
}

.mt-45 {
    margin-top: 45px
}

.mr-45 {
    margin-right: 45px
}

[dir="rtl"] .mr-45 {
    margin-left: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

[dir="rtl"] .ml-45 {
    margin-right: 45px
}

.m-lr-45 {
    margin-left: 45px;
    margin-right: 45px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-50 {
    margin: 50px
}

.mt-50 {
    margin-top: 50px
}

.mr-50 {
    margin-right: 50px
}

[dir="rtl"] .mr-50 {
    margin-left: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

[dir="rtl"] .ml-50 {
    margin-right: 50px
}

.m-lr-50 {
    margin-left: 50px;
    margin-right: 50px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-55 {
    margin: 55px
}

.mt-55 {
    margin-top: 55px
}

.mr-55 {
    margin-right: 55px
}

[dir="rtl"] .mr-55 {
    margin-left: 55px
}

.mb-55 {
    margin-bottom: 55px
}

.ml-55 {
    margin-left: 55px
}

[dir="rtl"] .ml-55 {
    margin-right: 55px
}

.m-lr-55 {
    margin-left: 55px;
    margin-right: 55px
}

.m-tb-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

.m-60 {
    margin: 60px
}

.mt-60 {
    margin-top: 60px
}

.mr-60 {
    margin-right: 60px
}

[dir="rtl"] .mr-60 {
    margin-left: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.ml-60 {
    margin-left: 60px
}

[dir="rtl"] .ml-60 {
    margin-right: 60px
}

.m-lr-60 {
    margin-left: 60px;
    margin-right: 60px
}

.m-tb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.m-65 {
    margin: 65px
}

.mt-65 {
    margin-top: 65px
}

.mr-65 {
    margin-right: 65px
}

[dir="rtl"] .mr-65 {
    margin-left: 65px
}

.mb-65 {
    margin-bottom: 65px
}

.ml-65 {
    margin-left: 65px
}

[dir="rtl"] .ml-65 {
    margin-right: 65px
}

.m-lr-65 {
    margin-left: 65px;
    margin-right: 65px
}

.m-tb-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

.m-70 {
    margin: 70px
}

.mt-70 {
    margin-top: 70px
}

.mr-70 {
    margin-right: 70px
}

[dir="rtl"] .mr-70 {
    margin-left: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.ml-70 {
    margin-left: 70px
}

[dir="rtl"] .ml-70 {
    margin-right: 70px
}

.m-lr-70 {
    margin-left: 70px;
    margin-right: 70px
}

.m-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.m-75 {
    margin: 75px
}

.mt-75 {
    margin-top: 75px
}

.mr-75 {
    margin-right: 75px
}

[dir="rtl"] .mr-75 {
    margin-left: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

[dir="rtl"] .ml-75 {
    margin-right: 75px
}

.m-lr-75 {
    margin-left: 75px;
    margin-right: 75px
}

.m-tb-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.m-80 {
    margin: 80px
}

.mt-80 {
    margin-top: 80px
}

.mr-80 {
    margin-right: 80px
}

[dir="rtl"] .mr-80 {
    margin-left: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.ml-80 {
    margin-left: 80px
}

[dir="rtl"] .ml-80 {
    margin-right: 80px
}

.m-lr-80 {
    margin-left: 80px;
    margin-right: 80px
}

.m-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.m-85 {
    margin: 85px
}

.mt-85 {
    margin-top: 85px
}

.mr-85 {
    margin-right: 85px
}

[dir="rtl"] .mr-85 {
    margin-left: 85px
}

.mb-85 {
    margin-bottom: 85px
}

.ml-85 {
    margin-left: 85px
}

[dir="rtl"] .ml-85 {
    margin-right: 85px
}

.m-lr-85 {
    margin-left: 85px;
    margin-right: 85px
}

.m-tb-85 {
    margin-top: 85px;
    margin-bottom: 85px
}

.m-90 {
    margin: 90px
}

.mt-90 {
    margin-top: 90px
}

.mr-90 {
    margin-right: 90px
}

[dir="rtl"] .mr-90 {
    margin-left: 90px
}

.mb-90 {
    margin-bottom: 90px
}

.ml-90 {
    margin-left: 90px
}

[dir="rtl"] .ml-90 {
    margin-right: 90px
}

.m-lr-90 {
    margin-left: 90px;
    margin-right: 90px
}

.m-tb-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.m-95 {
    margin: 95px
}

.mt-95 {
    margin-top: 95px
}

.mr-95 {
    margin-right: 95px
}

[dir="rtl"] .mr-95 {
    margin-left: 95px
}

.mb-95 {
    margin-bottom: 95px
}

.ml-95 {
    margin-left: 95px
}

[dir="rtl"] .ml-95 {
    margin-right: 95px
}

.m-lr-95 {
    margin-left: 95px;
    margin-right: 95px
}

.m-tb-95 {
    margin-top: 95px;
    margin-bottom: 95px
}

.m-100 {
    margin: 100px
}

.mt-100 {
    margin-top: 100px
}

.mr-100 {
    margin-right: 100px
}

[dir="rtl"] .mr-100 {
    margin-left: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

[dir="rtl"] .ml-100 {
    margin-right: 100px
}

.m-lr-100 {
    margin-left: 100px;
    margin-right: 100px
}

.m-tb-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.m-105 {
    margin: 105px
}

.mt-105 {
    margin-top: 105px
}

.mr-105 {
    margin-right: 105px
}

[dir="rtl"] .mr-105 {
    margin-left: 105px
}

.mb-105 {
    margin-bottom: 105px
}

.ml-105 {
    margin-left: 105px
}

[dir="rtl"] .ml-105 {
    margin-right: 105px
}

.m-lr-105 {
    margin-left: 105px;
    margin-right: 105px
}

.m-tb-105 {
    margin-top: 105px;
    margin-bottom: 105px
}

.m-110 {
    margin: 110px
}

.mt-110 {
    margin-top: 110px
}

.mr-110 {
    margin-right: 110px
}

[dir="rtl"] .mr-110 {
    margin-left: 110px
}

.mb-110 {
    margin-bottom: 110px
}

.ml-110 {
    margin-left: 110px
}

[dir="rtl"] .ml-110 {
    margin-right: 110px
}

.m-lr-110 {
    margin-left: 110px;
    margin-right: 110px
}

.m-tb-110 {
    margin-top: 110px;
    margin-bottom: 110px
}

.m-115 {
    margin: 115px
}

.mt-115 {
    margin-top: 115px
}

.mr-115 {
    margin-right: 115px
}

[dir="rtl"] .mr-115 {
    margin-left: 115px
}

.mb-115 {
    margin-bottom: 115px
}

.ml-115 {
    margin-left: 115px
}

[dir="rtl"] .ml-115 {
    margin-right: 115px
}

.m-lr-115 {
    margin-left: 115px;
    margin-right: 115px
}

.m-tb-115 {
    margin-top: 115px;
    margin-bottom: 115px
}

.m-120 {
    margin: 120px
}

.mt-120 {
    margin-top: 120px
}

.mr-120 {
    margin-right: 120px
}

[dir="rtl"] .mr-120 {
    margin-left: 120px
}

.mb-120 {
    margin-bottom: 120px
}

.ml-120 {
    margin-left: 120px
}

[dir="rtl"] .ml-120 {
    margin-right: 120px
}

.m-lr-120 {
    margin-left: 120px;
    margin-right: 120px
}

.m-tb-120 {
    margin-top: 120px;
    margin-bottom: 120px
}

.m-125 {
    margin: 125px
}

.mt-125 {
    margin-top: 125px
}

.mr-125 {
    margin-right: 125px
}

[dir="rtl"] .mr-125 {
    margin-left: 125px
}

.mb-125 {
    margin-bottom: 125px
}

.ml-125 {
    margin-left: 125px
}

[dir="rtl"] .ml-125 {
    margin-right: 125px
}

.m-lr-125 {
    margin-left: 125px;
    margin-right: 125px
}

.m-tb-125 {
    margin-top: 125px;
    margin-bottom: 125px
}

.m-130 {
    margin: 130px
}

.mt-130 {
    margin-top: 130px
}

.mr-130 {
    margin-right: 130px
}

[dir="rtl"] .mr-130 {
    margin-left: 130px
}

.mb-130 {
    margin-bottom: 130px
}

.ml-130 {
    margin-left: 130px
}

[dir="rtl"] .ml-130 {
    margin-right: 130px
}

.m-lr-130 {
    margin-left: 130px;
    margin-right: 130px
}

.m-tb-130 {
    margin-top: 130px;
    margin-bottom: 130px
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

[dir="rtl"] .pr-0 {
    padding-left: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

[dir="rtl"] .pl-0 {
    padding-right: 0
}

.p-lr-0 {
    padding-left: 0;
    padding-right: 0
}

.p-tb-0 {
    padding-top: 0;
    padding-bottom: 0
}

.p-5 {
    padding: 5px
}

.pt-5 {
    padding-top: 5px
}

.pr-5 {
    padding-right: 5px
}

[dir="rtl"] .pr-5 {
    padding-left: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.pl-5 {
    padding-left: 5px
}

[dir="rtl"] .pl-5 {
    padding-right: 5px
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px
}

.p-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.p-8 {
    padding: 8px
}

.pt-8 {
    padding-top: 8px
}

.pr-8 {
    padding-right: 8px
}

[dir="rtl"] .pr-8 {
    padding-left: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pl-8 {
    padding-left: 8px
}

[dir="rtl"] .pl-8 {
    padding-right: 8px
}

.p-lr-8 {
    padding-left: 8px;
    padding-right: 8px
}

.p-tb-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.p-10 {
    padding: 10px
}

.pt-10 {
    padding-top: 10px
}

.pr-10 {
    padding-right: 10px
}

[dir="rtl"] .pr-10 {
    padding-left: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

[dir="rtl"] .pl-10 {
    padding-right: 10px
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px
}

.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-12 {
    padding: 12px
}

.pt-12 {
    padding-top: 12px
}

.pr-12 {
    padding-right: 12px
}

[dir="rtl"] .pr-12 {
    padding-left: 12px
}

.pb-12 {
    padding-bottom: 12px
}

.pl-12 {
    padding-left: 12px
}

[dir="rtl"] .pl-12 {
    padding-right: 12px
}

.p-lr-12 {
    padding-left: 12px;
    padding-right: 12px
}

.p-tb-12 {
    padding-top: 12px;
    padding-bottom: 12px
}

.p-15 {
    padding: 15px
}

.pt-15 {
    padding-top: 15px
}

.pr-15 {
    padding-right: 15px
}

[dir="rtl"] .pr-15 {
    padding-left: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.pl-15 {
    padding-left: 15px
}

[dir="rtl"] .pl-15 {
    padding-right: 15px
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-17 {
    padding: 17px
}

.pt-17 {
    padding-top: 17px
}

.pr-17 {
    padding-right: 17px
}

[dir="rtl"] .pr-17 {
    padding-left: 17px
}

.pb-17 {
    padding-bottom: 17px
}

.pl-17 {
    padding-left: 17px
}

[dir="rtl"] .pl-17 {
    padding-right: 17px
}

.p-lr-17 {
    padding-left: 17px;
    padding-right: 17px
}

.p-tb-17 {
    padding-top: 17px;
    padding-bottom: 17px
}

.p-20 {
    padding: 20px
}

.pt-20 {
    padding-top: 20px
}

.pr-20 {
    padding-right: 20px
}

[dir="rtl"] .pr-20 {
    padding-left: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-20 {
    padding-left: 20px
}

[dir="rtl"] .pl-20 {
    padding-right: 20px
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-25 {
    padding: 25px
}

.pt-25 {
    padding-top: 25px
}

.pr-25 {
    padding-right: 25px
}

[dir="rtl"] .pr-25 {
    padding-left: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.pl-25 {
    padding-left: 25px
}

[dir="rtl"] .pl-25 {
    padding-right: 25px
}

.p-lr-25 {
    padding-left: 25px;
    padding-right: 25px
}

.p-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.p-32 {
    padding: 32px
}

.pt-32 {
    padding-top: 32px
}

.pr-32 {
    padding-right: 32px
}

[dir="rtl"] .pr-32 {
    padding-left: 32px
}

.pb-32 {
    padding-bottom: 32px
}

.pl-32 {
    padding-left: 32px
}

[dir="rtl"] .pl-32 {
    padding-right: 32px
}

.p-lr-32 {
    padding-left: 32px;
    padding-right: 32px
}

.p-tb-32 {
    padding-top: 32px;
    padding-bottom: 32px
}

.p-30 {
    padding: 30px
}

.pt-30 {
    padding-top: 30px
}

.pr-30 {
    padding-right: 30px
}

[dir="rtl"] .pr-30 {
    padding-left: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-30 {
    padding-left: 30px
}

[dir="rtl"] .pl-30 {
    padding-right: 30px
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-35 {
    padding: 35px
}

.pt-35 {
    padding-top: 35px
}

.pr-35 {
    padding-right: 35px
}

[dir="rtl"] .pr-35 {
    padding-left: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.pl-35 {
    padding-left: 35px
}

[dir="rtl"] .pl-35 {
    padding-right: 35px
}

.p-lr-35 {
    padding-left: 35px;
    padding-right: 35px
}

.p-tb-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

[dir="rtl"] .pr-40 {
    padding-left: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

[dir="rtl"] .pl-40 {
    padding-right: 40px
}

.p-lr-40 {
    padding-left: 40px;
    padding-right: 40px
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-45 {
    padding: 45px
}

.pt-45 {
    padding-top: 45px
}

.pr-45 {
    padding-right: 45px
}

[dir="rtl"] .pr-45 {
    padding-left: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.pl-45 {
    padding-left: 45px
}

[dir="rtl"] .pl-45 {
    padding-right: 45px
}

.p-lr-45 {
    padding-left: 45px;
    padding-right: 45px
}

.p-tb-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.p-50 {
    padding: 50px
}

.pt-50 {
    padding-top: 50px
}

.pr-50 {
    padding-right: 50px
}

[dir="rtl"] .pr-50 {
    padding-left: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-50 {
    padding-left: 50px
}

[dir="rtl"] .pl-50 {
    padding-right: 50px
}

.p-lr-50 {
    padding-left: 50px;
    padding-right: 50px
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-55 {
    padding: 55px
}

.pt-55 {
    padding-top: 55px
}

.pr-55 {
    padding-right: 55px
}

[dir="rtl"] .pr-55 {
    padding-left: 55px
}

.pb-55 {
    padding-bottom: 55px
}

.pl-55 {
    padding-left: 55px
}

[dir="rtl"] .pl-55 {
    padding-right: 55px
}

.p-lr-55 {
    padding-left: 55px;
    padding-right: 55px
}

.p-tb-55 {
    padding-top: 55px;
    padding-bottom: 55px
}

.p-60 {
    padding: 60px
}

.pt-60 {
    padding-top: 60px
}

.pr-60 {
    padding-right: 60px
}

[dir="rtl"] .pr-60 {
    padding-left: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pl-60 {
    padding-left: 60px
}

[dir="rtl"] .pl-60 {
    padding-right: 60px
}

.p-lr-60 {
    padding-left: 60px;
    padding-right: 60px
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-65 {
    padding: 65px
}

.pt-65 {
    padding-top: 65px
}

.pr-65 {
    padding-right: 65px
}

[dir="rtl"] .pr-65 {
    padding-left: 65px
}

.pb-65 {
    padding-bottom: 65px
}

.pl-65 {
    padding-left: 65px
}

[dir="rtl"] .pl-65 {
    padding-right: 65px
}

.p-lr-65 {
    padding-left: 65px;
    padding-right: 65px
}

.p-tb-65 {
    padding-top: 65px;
    padding-bottom: 65px
}

.p-70 {
    padding: 70px
}

.pt-70 {
    padding-top: 70px
}

.pr-70 {
    padding-right: 70px
}

[dir="rtl"] .pr-70 {
    padding-left: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pl-70 {
    padding-left: 70px
}

[dir="rtl"] .pl-70 {
    padding-right: 70px
}

.p-lr-70 {
    padding-left: 70px;
    padding-right: 70px
}

.p-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.p-75 {
    padding: 75px
}

.pt-75 {
    padding-top: 75px
}

.pr-75 {
    padding-right: 75px
}

[dir="rtl"] .pr-75 {
    padding-left: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.pl-75 {
    padding-left: 75px
}

[dir="rtl"] .pl-75 {
    padding-right: 75px
}

.p-lr-75 {
    padding-left: 75px;
    padding-right: 75px
}

.p-tb-75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.p-80 {
    padding: 80px
}

.pt-80 {
    padding-top: 80px
}

.pr-80 {
    padding-right: 80px
}

[dir="rtl"] .pr-80 {
    padding-left: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pl-80 {
    padding-left: 80px
}

[dir="rtl"] .pl-80 {
    padding-right: 80px
}

.p-lr-80 {
    padding-left: 80px;
    padding-right: 80px
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.p-85 {
    padding: 85px
}

.pt-85 {
    padding-top: 85px
}

.pr-85 {
    padding-right: 85px
}

[dir="rtl"] .pr-85 {
    padding-left: 85px
}

.pb-85 {
    padding-bottom: 85px
}

.pl-85 {
    padding-left: 85px
}

[dir="rtl"] .pl-85 {
    padding-right: 85px
}

.p-lr-85 {
    padding-left: 85px;
    padding-right: 85px
}

.p-tb-85 {
    padding-top: 85px;
    padding-bottom: 85px
}

.p-90 {
    padding: 90px
}

.pt-90 {
    padding-top: 90px
}

.pr-90 {
    padding-right: 90px
}

[dir="rtl"] .pr-90 {
    padding-left: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pl-90 {
    padding-left: 90px
}

[dir="rtl"] .pl-90 {
    padding-right: 90px
}

.p-lr-90 {
    padding-left: 90px;
    padding-right: 90px
}

.p-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.p-95 {
    padding: 95px
}

.pt-95 {
    padding-top: 95px
}

.pr-95 {
    padding-right: 95px
}

[dir="rtl"] .pr-95 {
    padding-left: 95px
}

.pb-95 {
    padding-bottom: 95px
}

.pl-95 {
    padding-left: 95px
}

[dir="rtl"] .pl-95 {
    padding-right: 95px
}

.p-lr-95 {
    padding-left: 95px;
    padding-right: 95px
}

.p-tb-95 {
    padding-top: 95px;
    padding-bottom: 95px
}

.p-100 {
    padding: 100px
}

.pt-100 {
    padding-top: 100px
}

.pr-100 {
    padding-right: 100px
}

[dir="rtl"] .pr-100 {
    padding-left: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-100 {
    padding-left: 100px
}

[dir="rtl"] .pl-100 {
    padding-right: 100px
}

.p-lr-100 {
    padding-left: 100px;
    padding-right: 100px
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.p-105 {
    padding: 105px
}

.pt-105 {
    padding-top: 105px
}

.pr-105 {
    padding-right: 105px
}

[dir="rtl"] .pr-105 {
    padding-left: 105px
}

.pb-105 {
    padding-bottom: 105px
}

.pl-105 {
    padding-left: 105px
}

[dir="rtl"] .pl-105 {
    padding-right: 105px
}

.p-lr-105 {
    padding-left: 105px;
    padding-right: 105px
}

.p-tb-105 {
    padding-top: 105px;
    padding-bottom: 105px
}

.p-110 {
    padding: 110px
}

.pt-110 {
    padding-top: 110px
}

.pr-110 {
    padding-right: 110px
}

[dir="rtl"] .pr-110 {
    padding-left: 110px
}

.pb-110 {
    padding-bottom: 110px
}

.pl-110 {
    padding-left: 110px
}

[dir="rtl"] .pl-110 {
    padding-right: 110px
}

.p-lr-110 {
    padding-left: 110px;
    padding-right: 110px
}

.p-tb-110 {
    padding-top: 110px;
    padding-bottom: 110px
}

.p-115 {
    padding: 115px
}

.pt-115 {
    padding-top: 115px
}

.pr-115 {
    padding-right: 115px
}

[dir="rtl"] .pr-115 {
    padding-left: 115px
}

.pb-115 {
    padding-bottom: 115px
}

.pl-115 {
    padding-left: 115px
}

[dir="rtl"] .pl-115 {
    padding-right: 115px
}

.p-lr-115 {
    padding-left: 115px;
    padding-right: 115px
}

.p-tb-115 {
    padding-top: 115px;
    padding-bottom: 115px
}

.p-120 {
    padding: 120px
}

.pt-120 {
    padding-top: 120px
}

.pr-120 {
    padding-right: 120px
}

[dir="rtl"] .pr-120 {
    padding-left: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pl-120 {
    padding-left: 120px
}

[dir="rtl"] .pl-120 {
    padding-right: 120px
}

.p-lr-120 {
    padding-left: 120px;
    padding-right: 120px
}

.p-tb-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.p-125 {
    padding: 125px
}

.pt-125 {
    padding-top: 125px
}

.pr-125 {
    padding-right: 125px
}

[dir="rtl"] .pr-125 {
    padding-left: 125px
}

.pb-125 {
    padding-bottom: 125px
}

.pl-125 {
    padding-left: 125px
}

[dir="rtl"] .pl-125 {
    padding-right: 125px
}

.p-lr-125 {
    padding-left: 125px;
    padding-right: 125px
}

.p-tb-125 {
    padding-top: 125px;
    padding-bottom: 125px
}

.p-130 {
    padding: 130px
}

.pt-130 {
    padding-top: 130px
}

.pr-130 {
    padding-right: 130px
}

[dir="rtl"] .pr-130 {
    padding-left: 130px
}

.pb-130 {
    padding-bottom: 130px
}

.pl-130 {
    padding-left: 130px
}

[dir="rtl"] .pl-130 {
    padding-right: 130px
}

.p-lr-130 {
    padding-left: 130px;
    padding-right: 130px
}

.p-tb-130 {
    padding-top: 130px;
    padding-bottom: 130px
}

.m-n0 {
    margin: -0
}

.mt-n0 {
    margin-top: -0
}

.mr-n0 {
    margin-right: -0
}

[dir="rtl"] .mr-n0 {
    margin-left: -0
}

.mb-n0 {
    margin-bottom: -0
}

.ml-n0 {
    margin-left: -0
}

[dir="rtl"] .ml-n0 {
    margin-right: -0
}

.m-n5 {
    margin: -5px
}

.mt-n5 {
    margin-top: -5px
}

.mr-n5 {
    margin-right: -5px
}

[dir="rtl"] .mr-n5 {
    margin-left: -5px
}

.mb-n5 {
    margin-bottom: -5px
}

.ml-n5 {
    margin-left: -5px
}

[dir="rtl"] .ml-n5 {
    margin-right: -5px
}

.m-n8 {
    margin: -8px
}

.mt-n8 {
    margin-top: -8px
}

.mr-n8 {
    margin-right: -8px
}

[dir="rtl"] .mr-n8 {
    margin-left: -8px
}

.mb-n8 {
    margin-bottom: -8px
}

.ml-n8 {
    margin-left: -8px
}

[dir="rtl"] .ml-n8 {
    margin-right: -8px
}

.m-n10 {
    margin: -10px
}

.mt-n10 {
    margin-top: -10px
}

.mr-n10 {
    margin-right: -10px
}

[dir="rtl"] .mr-n10 {
    margin-left: -10px
}

.mb-n10 {
    margin-bottom: -10px
}

.ml-n10 {
    margin-left: -10px
}

[dir="rtl"] .ml-n10 {
    margin-right: -10px
}

.m-n12 {
    margin: -12px
}

.mt-n12 {
    margin-top: -12px
}

.mr-n12 {
    margin-right: -12px
}

[dir="rtl"] .mr-n12 {
    margin-left: -12px
}

.mb-n12 {
    margin-bottom: -12px
}

.ml-n12 {
    margin-left: -12px
}

[dir="rtl"] .ml-n12 {
    margin-right: -12px
}

.m-n15 {
    margin: -15px
}

.mt-n15 {
    margin-top: -15px
}

.mr-n15 {
    margin-right: -15px
}

[dir="rtl"] .mr-n15 {
    margin-left: -15px
}

.mb-n15 {
    margin-bottom: -15px
}

.ml-n15 {
    margin-left: -15px
}

[dir="rtl"] .ml-n15 {
    margin-right: -15px
}

.m-n17 {
    margin: -17px
}

.mt-n17 {
    margin-top: -17px
}

.mr-n17 {
    margin-right: -17px
}

[dir="rtl"] .mr-n17 {
    margin-left: -17px
}

.mb-n17 {
    margin-bottom: -17px
}

.ml-n17 {
    margin-left: -17px
}

[dir="rtl"] .ml-n17 {
    margin-right: -17px
}

.m-n20 {
    margin: -20px
}

.mt-n20 {
    margin-top: -20px
}

.mr-n20 {
    margin-right: -20px
}

[dir="rtl"] .mr-n20 {
    margin-left: -20px
}

.mb-n20 {
    margin-bottom: -20px
}

.ml-n20 {
    margin-left: -20px
}

[dir="rtl"] .ml-n20 {
    margin-right: -20px
}

.m-n25 {
    margin: -25px
}

.mt-n25 {
    margin-top: -25px
}

.mr-n25 {
    margin-right: -25px
}

[dir="rtl"] .mr-n25 {
    margin-left: -25px
}

.mb-n25 {
    margin-bottom: -25px
}

.ml-n25 {
    margin-left: -25px
}

[dir="rtl"] .ml-n25 {
    margin-right: -25px
}

.m-n32 {
    margin: -32px
}

.mt-n32 {
    margin-top: -32px
}

.mr-n32 {
    margin-right: -32px
}

[dir="rtl"] .mr-n32 {
    margin-left: -32px
}

.mb-n32 {
    margin-bottom: -32px
}

.ml-n32 {
    margin-left: -32px
}

[dir="rtl"] .ml-n32 {
    margin-right: -32px
}

.m-n30 {
    margin: -30px
}

.mt-n30 {
    margin-top: -30px
}

.mr-n30 {
    margin-right: -30px
}

[dir="rtl"] .mr-n30 {
    margin-left: -30px
}

.mb-n30 {
    margin-bottom: -30px
}

.ml-n30 {
    margin-left: -30px
}

[dir="rtl"] .ml-n30 {
    margin-right: -30px
}

.m-n35 {
    margin: -35px
}

.mt-n35 {
    margin-top: -35px
}

.mr-n35 {
    margin-right: -35px
}

[dir="rtl"] .mr-n35 {
    margin-left: -35px
}

.mb-n35 {
    margin-bottom: -35px
}

.ml-n35 {
    margin-left: -35px
}

[dir="rtl"] .ml-n35 {
    margin-right: -35px
}

.m-n40 {
    margin: -40px
}

.mt-n40 {
    margin-top: -40px
}

.mr-n40 {
    margin-right: -40px
}

[dir="rtl"] .mr-n40 {
    margin-left: -40px
}

.mb-n40 {
    margin-bottom: -40px
}

.ml-n40 {
    margin-left: -40px
}

[dir="rtl"] .ml-n40 {
    margin-right: -40px
}

.m-n45 {
    margin: -45px
}

.mt-n45 {
    margin-top: -45px
}

.mr-n45 {
    margin-right: -45px
}

[dir="rtl"] .mr-n45 {
    margin-left: -45px
}

.mb-n45 {
    margin-bottom: -45px
}

.ml-n45 {
    margin-left: -45px
}

[dir="rtl"] .ml-n45 {
    margin-right: -45px
}

.m-n50 {
    margin: -50px
}

.mt-n50 {
    margin-top: -50px
}

.mr-n50 {
    margin-right: -50px
}

[dir="rtl"] .mr-n50 {
    margin-left: -50px
}

.mb-n50 {
    margin-bottom: -50px
}

.ml-n50 {
    margin-left: -50px
}

[dir="rtl"] .ml-n50 {
    margin-right: -50px
}

.m-n55 {
    margin: -55px
}

.mt-n55 {
    margin-top: -55px
}

.mr-n55 {
    margin-right: -55px
}

[dir="rtl"] .mr-n55 {
    margin-left: -55px
}

.mb-n55 {
    margin-bottom: -55px
}

.ml-n55 {
    margin-left: -55px
}

[dir="rtl"] .ml-n55 {
    margin-right: -55px
}

.m-n60 {
    margin: -60px
}

.mt-n60 {
    margin-top: -60px
}

.mr-n60 {
    margin-right: -60px
}

[dir="rtl"] .mr-n60 {
    margin-left: -60px
}

.mb-n60 {
    margin-bottom: -60px
}

.ml-n60 {
    margin-left: -60px
}

[dir="rtl"] .ml-n60 {
    margin-right: -60px
}

.m-n65 {
    margin: -65px
}

.mt-n65 {
    margin-top: -65px
}

.mr-n65 {
    margin-right: -65px
}

[dir="rtl"] .mr-n65 {
    margin-left: -65px
}

.mb-n65 {
    margin-bottom: -65px
}

.ml-n65 {
    margin-left: -65px
}

[dir="rtl"] .ml-n65 {
    margin-right: -65px
}

.m-n70 {
    margin: -70px
}

.mt-n70 {
    margin-top: -70px
}

.mr-n70 {
    margin-right: -70px
}

[dir="rtl"] .mr-n70 {
    margin-left: -70px
}

.mb-n70 {
    margin-bottom: -70px
}

.ml-n70 {
    margin-left: -70px
}

[dir="rtl"] .ml-n70 {
    margin-right: -70px
}

.m-n75 {
    margin: -75px
}

.mt-n75 {
    margin-top: -75px
}

.mr-n75 {
    margin-right: -75px
}

[dir="rtl"] .mr-n75 {
    margin-left: -75px
}

.mb-n75 {
    margin-bottom: -75px
}

.ml-n75 {
    margin-left: -75px
}

[dir="rtl"] .ml-n75 {
    margin-right: -75px
}

.m-n80 {
    margin: -80px
}

.mt-n80 {
    margin-top: -80px
}

.mr-n80 {
    margin-right: -80px
}

[dir="rtl"] .mr-n80 {
    margin-left: -80px
}

.mb-n80 {
    margin-bottom: -80px
}

.ml-n80 {
    margin-left: -80px
}

[dir="rtl"] .ml-n80 {
    margin-right: -80px
}

.m-n85 {
    margin: -85px
}

.mt-n85 {
    margin-top: -85px
}

.mr-n85 {
    margin-right: -85px
}

[dir="rtl"] .mr-n85 {
    margin-left: -85px
}

.mb-n85 {
    margin-bottom: -85px
}

.ml-n85 {
    margin-left: -85px
}

[dir="rtl"] .ml-n85 {
    margin-right: -85px
}

.m-n90 {
    margin: -90px
}

.mt-n90 {
    margin-top: -90px
}

.mr-n90 {
    margin-right: -90px
}

[dir="rtl"] .mr-n90 {
    margin-left: -90px
}

.mb-n90 {
    margin-bottom: -90px
}

.ml-n90 {
    margin-left: -90px
}

[dir="rtl"] .ml-n90 {
    margin-right: -90px
}

.m-n95 {
    margin: -95px
}

.mt-n95 {
    margin-top: -95px
}

.mr-n95 {
    margin-right: -95px
}

[dir="rtl"] .mr-n95 {
    margin-left: -95px
}

.mb-n95 {
    margin-bottom: -95px
}

.ml-n95 {
    margin-left: -95px
}

[dir="rtl"] .ml-n95 {
    margin-right: -95px
}

.m-n100 {
    margin: -100px
}

.mt-n100 {
    margin-top: -100px
}

.mr-n100 {
    margin-right: -100px
}

[dir="rtl"] .mr-n100 {
    margin-left: -100px
}

.mb-n100 {
    margin-bottom: -100px
}

.ml-n100 {
    margin-left: -100px
}

[dir="rtl"] .ml-n100 {
    margin-right: -100px
}

.m-n105 {
    margin: -105px
}

.mt-n105 {
    margin-top: -105px
}

.mr-n105 {
    margin-right: -105px
}

[dir="rtl"] .mr-n105 {
    margin-left: -105px
}

.mb-n105 {
    margin-bottom: -105px
}

.ml-n105 {
    margin-left: -105px
}

[dir="rtl"] .ml-n105 {
    margin-right: -105px
}

.m-n110 {
    margin: -110px
}

.mt-n110 {
    margin-top: -110px
}

.mr-n110 {
    margin-right: -110px
}

[dir="rtl"] .mr-n110 {
    margin-left: -110px
}

.mb-n110 {
    margin-bottom: -110px
}

.ml-n110 {
    margin-left: -110px
}

[dir="rtl"] .ml-n110 {
    margin-right: -110px
}

.m-n115 {
    margin: -115px
}

.mt-n115 {
    margin-top: -115px
}

.mr-n115 {
    margin-right: -115px
}

[dir="rtl"] .mr-n115 {
    margin-left: -115px
}

.mb-n115 {
    margin-bottom: -115px
}

.ml-n115 {
    margin-left: -115px
}

[dir="rtl"] .ml-n115 {
    margin-right: -115px
}

.m-n120 {
    margin: -120px
}

.mt-n120 {
    margin-top: -120px
}

.mr-n120 {
    margin-right: -120px
}

[dir="rtl"] .mr-n120 {
    margin-left: -120px
}

.mb-n120 {
    margin-bottom: -120px
}

.ml-n120 {
    margin-left: -120px
}

[dir="rtl"] .ml-n120 {
    margin-right: -120px
}

.m-n125 {
    margin: -125px
}

.mt-n125 {
    margin-top: -125px
}

.mr-n125 {
    margin-right: -125px
}

[dir="rtl"] .mr-n125 {
    margin-left: -125px
}

.mb-n125 {
    margin-bottom: -125px
}

.ml-n125 {
    margin-left: -125px
}

[dir="rtl"] .ml-n125 {
    margin-right: -125px
}

.m-n130 {
    margin: -130px
}

.mt-n130 {
    margin-top: -130px
}

.mr-n130 {
    margin-right: -130px
}

[dir="rtl"] .mr-n130 {
    margin-left: -130px
}

.mb-n130 {
    margin-bottom: -130px
}

.ml-n130 {
    margin-left: -130px
}

[dir="rtl"] .ml-n130 {
    margin-right: -130px
}

.m-auto {
    margin: auto
}

.mt-auto,.my-auto {
    margin-top: auto
}

.mr-auto,.mx-auto {
    margin-right: auto
}

.mb-auto,.my-auto {
    margin-bottom: auto
}

.ml-auto,.mx-auto {
    margin-left: auto
}

@media (min-width: 480px) {
    .m-xs-0 {
        margin:0
    }

    .mt-xs-0 {
        margin-top: 0
    }

    .mr-xs-0 {
        margin-right: 0
    }

    [dir="rtl"] .mr-xs-0 {
        margin-left: 0
    }

    .mb-xs-0 {
        margin-bottom: 0
    }

    .ml-xs-0 {
        margin-left: 0
    }

    [dir="rtl"] .ml-xs-0 {
        margin-right: 0
    }

    .m-lr-xs-0 {
        margin-left: 0;
        margin-right: 0
    }

    .m-tb-xs-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-xs-5 {
        margin: 5px
    }

    .mt-xs-5 {
        margin-top: 5px
    }

    .mr-xs-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-xs-5 {
        margin-left: 5px
    }

    .mb-xs-5 {
        margin-bottom: 5px
    }

    .ml-xs-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-xs-5 {
        margin-right: 5px
    }

    .m-lr-xs-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-xs-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-xs-8 {
        margin: 8px
    }

    .mt-xs-8 {
        margin-top: 8px
    }

    .mr-xs-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-xs-8 {
        margin-left: 8px
    }

    .mb-xs-8 {
        margin-bottom: 8px
    }

    .ml-xs-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-xs-8 {
        margin-right: 8px
    }

    .m-lr-xs-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-xs-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-xs-10 {
        margin: 10px
    }

    .mt-xs-10 {
        margin-top: 10px
    }

    .mr-xs-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-xs-10 {
        margin-left: 10px
    }

    .mb-xs-10 {
        margin-bottom: 10px
    }

    .ml-xs-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-xs-10 {
        margin-right: 10px
    }

    .m-lr-xs-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-xs-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-xs-12 {
        margin: 12px
    }

    .mt-xs-12 {
        margin-top: 12px
    }

    .mr-xs-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-xs-12 {
        margin-left: 12px
    }

    .mb-xs-12 {
        margin-bottom: 12px
    }

    .ml-xs-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-xs-12 {
        margin-right: 12px
    }

    .m-lr-xs-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-xs-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-xs-15 {
        margin: 15px
    }

    .mt-xs-15 {
        margin-top: 15px
    }

    .mr-xs-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-xs-15 {
        margin-left: 15px
    }

    .mb-xs-15 {
        margin-bottom: 15px
    }

    .ml-xs-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-xs-15 {
        margin-right: 15px
    }

    .m-lr-xs-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-xs-17 {
        margin: 17px
    }

    .mt-xs-17 {
        margin-top: 17px
    }

    .mr-xs-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-xs-17 {
        margin-left: 17px
    }

    .mb-xs-17 {
        margin-bottom: 17px
    }

    .ml-xs-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-xs-17 {
        margin-right: 17px
    }

    .m-lr-xs-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-xs-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-xs-20 {
        margin: 20px
    }

    .mt-xs-20 {
        margin-top: 20px
    }

    .mr-xs-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-xs-20 {
        margin-left: 20px
    }

    .mb-xs-20 {
        margin-bottom: 20px
    }

    .ml-xs-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-xs-20 {
        margin-right: 20px
    }

    .m-lr-xs-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-xs-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-xs-25 {
        margin: 25px
    }

    .mt-xs-25 {
        margin-top: 25px
    }

    .mr-xs-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-xs-25 {
        margin-left: 25px
    }

    .mb-xs-25 {
        margin-bottom: 25px
    }

    .ml-xs-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-xs-25 {
        margin-right: 25px
    }

    .m-lr-xs-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-xs-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-xs-32 {
        margin: 32px
    }

    .mt-xs-32 {
        margin-top: 32px
    }

    .mr-xs-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-xs-32 {
        margin-left: 32px
    }

    .mb-xs-32 {
        margin-bottom: 32px
    }

    .ml-xs-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-xs-32 {
        margin-right: 32px
    }

    .m-lr-xs-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-xs-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-xs-30 {
        margin: 30px
    }

    .mt-xs-30 {
        margin-top: 30px
    }

    .mr-xs-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-xs-30 {
        margin-left: 30px
    }

    .mb-xs-30 {
        margin-bottom: 30px
    }

    .ml-xs-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-xs-30 {
        margin-right: 30px
    }

    .m-lr-xs-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-xs-35 {
        margin: 35px
    }

    .mt-xs-35 {
        margin-top: 35px
    }

    .mr-xs-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-xs-35 {
        margin-left: 35px
    }

    .mb-xs-35 {
        margin-bottom: 35px
    }

    .ml-xs-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-xs-35 {
        margin-right: 35px
    }

    .m-lr-xs-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-xs-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-xs-40 {
        margin: 40px
    }

    .mt-xs-40 {
        margin-top: 40px
    }

    .mr-xs-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-xs-40 {
        margin-left: 40px
    }

    .mb-xs-40 {
        margin-bottom: 40px
    }

    .ml-xs-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-xs-40 {
        margin-right: 40px
    }

    .m-lr-xs-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-xs-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-xs-45 {
        margin: 45px
    }

    .mt-xs-45 {
        margin-top: 45px
    }

    .mr-xs-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-xs-45 {
        margin-left: 45px
    }

    .mb-xs-45 {
        margin-bottom: 45px
    }

    .ml-xs-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-xs-45 {
        margin-right: 45px
    }

    .m-lr-xs-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-xs-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-xs-50 {
        margin: 50px
    }

    .mt-xs-50 {
        margin-top: 50px
    }

    .mr-xs-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-xs-50 {
        margin-left: 50px
    }

    .mb-xs-50 {
        margin-bottom: 50px
    }

    .ml-xs-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-xs-50 {
        margin-right: 50px
    }

    .m-lr-xs-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-xs-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-xs-55 {
        margin: 55px
    }

    .mt-xs-55 {
        margin-top: 55px
    }

    .mr-xs-55 {
        margin-right: 55px
    }

    [dir="rtl"] .mr-xs-55 {
        margin-left: 55px
    }

    .mb-xs-55 {
        margin-bottom: 55px
    }

    .ml-xs-55 {
        margin-left: 55px
    }

    [dir="rtl"] .ml-xs-55 {
        margin-right: 55px
    }

    .m-lr-xs-55 {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-tb-xs-55 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-xs-60 {
        margin: 60px
    }

    .mt-xs-60 {
        margin-top: 60px
    }

    .mr-xs-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-xs-60 {
        margin-left: 60px
    }

    .mb-xs-60 {
        margin-bottom: 60px
    }

    .ml-xs-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-xs-60 {
        margin-right: 60px
    }

    .m-lr-xs-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-xs-65 {
        margin: 65px
    }

    .mt-xs-65 {
        margin-top: 65px
    }

    .mr-xs-65 {
        margin-right: 65px
    }

    [dir="rtl"] .mr-xs-65 {
        margin-left: 65px
    }

    .mb-xs-65 {
        margin-bottom: 65px
    }

    .ml-xs-65 {
        margin-left: 65px
    }

    [dir="rtl"] .ml-xs-65 {
        margin-right: 65px
    }

    .m-lr-xs-65 {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-tb-xs-65 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-xs-70 {
        margin: 70px
    }

    .mt-xs-70 {
        margin-top: 70px
    }

    .mr-xs-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-xs-70 {
        margin-left: 70px
    }

    .mb-xs-70 {
        margin-bottom: 70px
    }

    .ml-xs-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-xs-70 {
        margin-right: 70px
    }

    .m-lr-xs-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-xs-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-xs-75 {
        margin: 75px
    }

    .mt-xs-75 {
        margin-top: 75px
    }

    .mr-xs-75 {
        margin-right: 75px
    }

    [dir="rtl"] .mr-xs-75 {
        margin-left: 75px
    }

    .mb-xs-75 {
        margin-bottom: 75px
    }

    .ml-xs-75 {
        margin-left: 75px
    }

    [dir="rtl"] .ml-xs-75 {
        margin-right: 75px
    }

    .m-lr-xs-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-tb-xs-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-xs-80 {
        margin: 80px
    }

    .mt-xs-80 {
        margin-top: 80px
    }

    .mr-xs-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-xs-80 {
        margin-left: 80px
    }

    .mb-xs-80 {
        margin-bottom: 80px
    }

    .ml-xs-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-xs-80 {
        margin-right: 80px
    }

    .m-lr-xs-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-xs-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-xs-85 {
        margin: 85px
    }

    .mt-xs-85 {
        margin-top: 85px
    }

    .mr-xs-85 {
        margin-right: 85px
    }

    [dir="rtl"] .mr-xs-85 {
        margin-left: 85px
    }

    .mb-xs-85 {
        margin-bottom: 85px
    }

    .ml-xs-85 {
        margin-left: 85px
    }

    [dir="rtl"] .ml-xs-85 {
        margin-right: 85px
    }

    .m-lr-xs-85 {
        margin-left: 85px;
        margin-right: 85px
    }

    .m-tb-xs-85 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .m-xs-90 {
        margin: 90px
    }

    .mt-xs-90 {
        margin-top: 90px
    }

    .mr-xs-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-xs-90 {
        margin-left: 90px
    }

    .mb-xs-90 {
        margin-bottom: 90px
    }

    .ml-xs-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-xs-90 {
        margin-right: 90px
    }

    .m-lr-xs-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-xs-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-xs-95 {
        margin: 95px
    }

    .mt-xs-95 {
        margin-top: 95px
    }

    .mr-xs-95 {
        margin-right: 95px
    }

    [dir="rtl"] .mr-xs-95 {
        margin-left: 95px
    }

    .mb-xs-95 {
        margin-bottom: 95px
    }

    .ml-xs-95 {
        margin-left: 95px
    }

    [dir="rtl"] .ml-xs-95 {
        margin-right: 95px
    }

    .m-lr-xs-95 {
        margin-left: 95px;
        margin-right: 95px
    }

    .m-tb-xs-95 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .m-xs-100 {
        margin: 100px
    }

    .mt-xs-100 {
        margin-top: 100px
    }

    .mr-xs-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-xs-100 {
        margin-left: 100px
    }

    .mb-xs-100 {
        margin-bottom: 100px
    }

    .ml-xs-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-xs-100 {
        margin-right: 100px
    }

    .m-lr-xs-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-xs-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-xs-105 {
        margin: 105px
    }

    .mt-xs-105 {
        margin-top: 105px
    }

    .mr-xs-105 {
        margin-right: 105px
    }

    [dir="rtl"] .mr-xs-105 {
        margin-left: 105px
    }

    .mb-xs-105 {
        margin-bottom: 105px
    }

    .ml-xs-105 {
        margin-left: 105px
    }

    [dir="rtl"] .ml-xs-105 {
        margin-right: 105px
    }

    .m-lr-xs-105 {
        margin-left: 105px;
        margin-right: 105px
    }

    .m-tb-xs-105 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .m-xs-110 {
        margin: 110px
    }

    .mt-xs-110 {
        margin-top: 110px
    }

    .mr-xs-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-xs-110 {
        margin-left: 110px
    }

    .mb-xs-110 {
        margin-bottom: 110px
    }

    .ml-xs-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-xs-110 {
        margin-right: 110px
    }

    .m-lr-xs-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-xs-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-xs-115 {
        margin: 115px
    }

    .mt-xs-115 {
        margin-top: 115px
    }

    .mr-xs-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-xs-115 {
        margin-left: 115px
    }

    .mb-xs-115 {
        margin-bottom: 115px
    }

    .ml-xs-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-xs-115 {
        margin-right: 115px
    }

    .m-lr-xs-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-xs-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-xs-120 {
        margin: 120px
    }

    .mt-xs-120 {
        margin-top: 120px
    }

    .mr-xs-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-xs-120 {
        margin-left: 120px
    }

    .mb-xs-120 {
        margin-bottom: 120px
    }

    .ml-xs-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-xs-120 {
        margin-right: 120px
    }

    .m-lr-xs-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-xs-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-xs-125 {
        margin: 125px
    }

    .mt-xs-125 {
        margin-top: 125px
    }

    .mr-xs-125 {
        margin-right: 125px
    }

    [dir="rtl"] .mr-xs-125 {
        margin-left: 125px
    }

    .mb-xs-125 {
        margin-bottom: 125px
    }

    .ml-xs-125 {
        margin-left: 125px
    }

    [dir="rtl"] .ml-xs-125 {
        margin-right: 125px
    }

    .m-lr-xs-125 {
        margin-left: 125px;
        margin-right: 125px
    }

    .m-tb-xs-125 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .m-xs-130 {
        margin: 130px
    }

    .mt-xs-130 {
        margin-top: 130px
    }

    .mr-xs-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-xs-130 {
        margin-left: 130px
    }

    .mb-xs-130 {
        margin-bottom: 130px
    }

    .ml-xs-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-xs-130 {
        margin-right: 130px
    }

    .m-lr-xs-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-xs-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .p-xs-0 {
        padding: 0
    }

    .pt-xs-0 {
        padding-top: 0
    }

    .pr-xs-0 {
        padding-right: 0
    }

    [dir="rtl"] .pr-xs-0 {
        padding-left: 0
    }

    .pb-xs-0 {
        padding-bottom: 0
    }

    .pl-xs-0 {
        padding-left: 0
    }

    [dir="rtl"] .pl-xs-0 {
        padding-right: 0
    }

    .p-lr-xs-0 {
        padding-left: 0;
        padding-right: 0
    }

    .p-tb-xs-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-xs-5 {
        padding: 5px
    }

    .pt-xs-5 {
        padding-top: 5px
    }

    .pr-xs-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-xs-5 {
        padding-left: 5px
    }

    .pb-xs-5 {
        padding-bottom: 5px
    }

    .pl-xs-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-xs-5 {
        padding-right: 5px
    }

    .p-lr-xs-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-xs-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-xs-8 {
        padding: 8px
    }

    .pt-xs-8 {
        padding-top: 8px
    }

    .pr-xs-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-xs-8 {
        padding-left: 8px
    }

    .pb-xs-8 {
        padding-bottom: 8px
    }

    .pl-xs-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-xs-8 {
        padding-right: 8px
    }

    .p-lr-xs-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-xs-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-xs-10 {
        padding: 10px
    }

    .pt-xs-10 {
        padding-top: 10px
    }

    .pr-xs-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-xs-10 {
        padding-left: 10px
    }

    .pb-xs-10 {
        padding-bottom: 10px
    }

    .pl-xs-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-xs-10 {
        padding-right: 10px
    }

    .p-lr-xs-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-xs-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-xs-12 {
        padding: 12px
    }

    .pt-xs-12 {
        padding-top: 12px
    }

    .pr-xs-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-xs-12 {
        padding-left: 12px
    }

    .pb-xs-12 {
        padding-bottom: 12px
    }

    .pl-xs-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-xs-12 {
        padding-right: 12px
    }

    .p-lr-xs-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-xs-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-xs-15 {
        padding: 15px
    }

    .pt-xs-15 {
        padding-top: 15px
    }

    .pr-xs-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-xs-15 {
        padding-left: 15px
    }

    .pb-xs-15 {
        padding-bottom: 15px
    }

    .pl-xs-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-xs-15 {
        padding-right: 15px
    }

    .p-lr-xs-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-xs-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-xs-17 {
        padding: 17px
    }

    .pt-xs-17 {
        padding-top: 17px
    }

    .pr-xs-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-xs-17 {
        padding-left: 17px
    }

    .pb-xs-17 {
        padding-bottom: 17px
    }

    .pl-xs-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-xs-17 {
        padding-right: 17px
    }

    .p-lr-xs-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-xs-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-xs-20 {
        padding: 20px
    }

    .pt-xs-20 {
        padding-top: 20px
    }

    .pr-xs-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-xs-20 {
        padding-left: 20px
    }

    .pb-xs-20 {
        padding-bottom: 20px
    }

    .pl-xs-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-xs-20 {
        padding-right: 20px
    }

    .p-lr-xs-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-xs-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-xs-25 {
        padding: 25px
    }

    .pt-xs-25 {
        padding-top: 25px
    }

    .pr-xs-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-xs-25 {
        padding-left: 25px
    }

    .pb-xs-25 {
        padding-bottom: 25px
    }

    .pl-xs-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-xs-25 {
        padding-right: 25px
    }

    .p-lr-xs-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-xs-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-xs-32 {
        padding: 32px
    }

    .pt-xs-32 {
        padding-top: 32px
    }

    .pr-xs-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-xs-32 {
        padding-left: 32px
    }

    .pb-xs-32 {
        padding-bottom: 32px
    }

    .pl-xs-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-xs-32 {
        padding-right: 32px
    }

    .p-lr-xs-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-xs-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-xs-30 {
        padding: 30px
    }

    .pt-xs-30 {
        padding-top: 30px
    }

    .pr-xs-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-xs-30 {
        padding-left: 30px
    }

    .pb-xs-30 {
        padding-bottom: 30px
    }

    .pl-xs-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-xs-30 {
        padding-right: 30px
    }

    .p-lr-xs-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-xs-35 {
        padding: 35px
    }

    .pt-xs-35 {
        padding-top: 35px
    }

    .pr-xs-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-xs-35 {
        padding-left: 35px
    }

    .pb-xs-35 {
        padding-bottom: 35px
    }

    .pl-xs-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-xs-35 {
        padding-right: 35px
    }

    .p-lr-xs-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-xs-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-xs-40 {
        padding: 40px
    }

    .pt-xs-40 {
        padding-top: 40px
    }

    .pr-xs-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-xs-40 {
        padding-left: 40px
    }

    .pb-xs-40 {
        padding-bottom: 40px
    }

    .pl-xs-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-xs-40 {
        padding-right: 40px
    }

    .p-lr-xs-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-xs-45 {
        padding: 45px
    }

    .pt-xs-45 {
        padding-top: 45px
    }

    .pr-xs-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-xs-45 {
        padding-left: 45px
    }

    .pb-xs-45 {
        padding-bottom: 45px
    }

    .pl-xs-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-xs-45 {
        padding-right: 45px
    }

    .p-lr-xs-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-xs-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-xs-50 {
        padding: 50px
    }

    .pt-xs-50 {
        padding-top: 50px
    }

    .pr-xs-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-xs-50 {
        padding-left: 50px
    }

    .pb-xs-50 {
        padding-bottom: 50px
    }

    .pl-xs-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-xs-50 {
        padding-right: 50px
    }

    .p-lr-xs-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-xs-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-xs-55 {
        padding: 55px
    }

    .pt-xs-55 {
        padding-top: 55px
    }

    .pr-xs-55 {
        padding-right: 55px
    }

    [dir="rtl"] .pr-xs-55 {
        padding-left: 55px
    }

    .pb-xs-55 {
        padding-bottom: 55px
    }

    .pl-xs-55 {
        padding-left: 55px
    }

    [dir="rtl"] .pl-xs-55 {
        padding-right: 55px
    }

    .p-lr-xs-55 {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-tb-xs-55 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-xs-60 {
        padding: 60px
    }

    .pt-xs-60 {
        padding-top: 60px
    }

    .pr-xs-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-xs-60 {
        padding-left: 60px
    }

    .pb-xs-60 {
        padding-bottom: 60px
    }

    .pl-xs-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-xs-60 {
        padding-right: 60px
    }

    .p-lr-xs-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-xs-65 {
        padding: 65px
    }

    .pt-xs-65 {
        padding-top: 65px
    }

    .pr-xs-65 {
        padding-right: 65px
    }

    [dir="rtl"] .pr-xs-65 {
        padding-left: 65px
    }

    .pb-xs-65 {
        padding-bottom: 65px
    }

    .pl-xs-65 {
        padding-left: 65px
    }

    [dir="rtl"] .pl-xs-65 {
        padding-right: 65px
    }

    .p-lr-xs-65 {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-tb-xs-65 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-xs-70 {
        padding: 70px
    }

    .pt-xs-70 {
        padding-top: 70px
    }

    .pr-xs-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-xs-70 {
        padding-left: 70px
    }

    .pb-xs-70 {
        padding-bottom: 70px
    }

    .pl-xs-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-xs-70 {
        padding-right: 70px
    }

    .p-lr-xs-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-xs-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-xs-75 {
        padding: 75px
    }

    .pt-xs-75 {
        padding-top: 75px
    }

    .pr-xs-75 {
        padding-right: 75px
    }

    [dir="rtl"] .pr-xs-75 {
        padding-left: 75px
    }

    .pb-xs-75 {
        padding-bottom: 75px
    }

    .pl-xs-75 {
        padding-left: 75px
    }

    [dir="rtl"] .pl-xs-75 {
        padding-right: 75px
    }

    .p-lr-xs-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-tb-xs-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-xs-80 {
        padding: 80px
    }

    .pt-xs-80 {
        padding-top: 80px
    }

    .pr-xs-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-xs-80 {
        padding-left: 80px
    }

    .pb-xs-80 {
        padding-bottom: 80px
    }

    .pl-xs-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-xs-80 {
        padding-right: 80px
    }

    .p-lr-xs-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-xs-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-xs-85 {
        padding: 85px
    }

    .pt-xs-85 {
        padding-top: 85px
    }

    .pr-xs-85 {
        padding-right: 85px
    }

    [dir="rtl"] .pr-xs-85 {
        padding-left: 85px
    }

    .pb-xs-85 {
        padding-bottom: 85px
    }

    .pl-xs-85 {
        padding-left: 85px
    }

    [dir="rtl"] .pl-xs-85 {
        padding-right: 85px
    }

    .p-lr-xs-85 {
        padding-left: 85px;
        padding-right: 85px
    }

    .p-tb-xs-85 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .p-xs-90 {
        padding: 90px
    }

    .pt-xs-90 {
        padding-top: 90px
    }

    .pr-xs-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-xs-90 {
        padding-left: 90px
    }

    .pb-xs-90 {
        padding-bottom: 90px
    }

    .pl-xs-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-xs-90 {
        padding-right: 90px
    }

    .p-lr-xs-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-xs-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-xs-95 {
        padding: 95px
    }

    .pt-xs-95 {
        padding-top: 95px
    }

    .pr-xs-95 {
        padding-right: 95px
    }

    [dir="rtl"] .pr-xs-95 {
        padding-left: 95px
    }

    .pb-xs-95 {
        padding-bottom: 95px
    }

    .pl-xs-95 {
        padding-left: 95px
    }

    [dir="rtl"] .pl-xs-95 {
        padding-right: 95px
    }

    .p-lr-xs-95 {
        padding-left: 95px;
        padding-right: 95px
    }

    .p-tb-xs-95 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .p-xs-100 {
        padding: 100px
    }

    .pt-xs-100 {
        padding-top: 100px
    }

    .pr-xs-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-xs-100 {
        padding-left: 100px
    }

    .pb-xs-100 {
        padding-bottom: 100px
    }

    .pl-xs-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-xs-100 {
        padding-right: 100px
    }

    .p-lr-xs-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-xs-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-xs-105 {
        padding: 105px
    }

    .pt-xs-105 {
        padding-top: 105px
    }

    .pr-xs-105 {
        padding-right: 105px
    }

    [dir="rtl"] .pr-xs-105 {
        padding-left: 105px
    }

    .pb-xs-105 {
        padding-bottom: 105px
    }

    .pl-xs-105 {
        padding-left: 105px
    }

    [dir="rtl"] .pl-xs-105 {
        padding-right: 105px
    }

    .p-lr-xs-105 {
        padding-left: 105px;
        padding-right: 105px
    }

    .p-tb-xs-105 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .p-xs-110 {
        padding: 110px
    }

    .pt-xs-110 {
        padding-top: 110px
    }

    .pr-xs-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-xs-110 {
        padding-left: 110px
    }

    .pb-xs-110 {
        padding-bottom: 110px
    }

    .pl-xs-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-xs-110 {
        padding-right: 110px
    }

    .p-lr-xs-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-xs-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-xs-115 {
        padding: 115px
    }

    .pt-xs-115 {
        padding-top: 115px
    }

    .pr-xs-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-xs-115 {
        padding-left: 115px
    }

    .pb-xs-115 {
        padding-bottom: 115px
    }

    .pl-xs-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-xs-115 {
        padding-right: 115px
    }

    .p-lr-xs-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-xs-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-xs-120 {
        padding: 120px
    }

    .pt-xs-120 {
        padding-top: 120px
    }

    .pr-xs-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-xs-120 {
        padding-left: 120px
    }

    .pb-xs-120 {
        padding-bottom: 120px
    }

    .pl-xs-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-xs-120 {
        padding-right: 120px
    }

    .p-lr-xs-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-xs-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-xs-125 {
        padding: 125px
    }

    .pt-xs-125 {
        padding-top: 125px
    }

    .pr-xs-125 {
        padding-right: 125px
    }

    [dir="rtl"] .pr-xs-125 {
        padding-left: 125px
    }

    .pb-xs-125 {
        padding-bottom: 125px
    }

    .pl-xs-125 {
        padding-left: 125px
    }

    [dir="rtl"] .pl-xs-125 {
        padding-right: 125px
    }

    .p-lr-xs-125 {
        padding-left: 125px;
        padding-right: 125px
    }

    .p-tb-xs-125 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .p-xs-130 {
        padding: 130px
    }

    .pt-xs-130 {
        padding-top: 130px
    }

    .pr-xs-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-xs-130 {
        padding-left: 130px
    }

    .pb-xs-130 {
        padding-bottom: 130px
    }

    .pl-xs-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-xs-130 {
        padding-right: 130px
    }

    .p-lr-xs-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-xs-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .m-xs-n0 {
        margin: -0
    }

    .mt-xs-n0 {
        margin-top: -0
    }

    .mr-xs-n0 {
        margin-right: -0
    }

    [dir="rtl"] .mr-xs-n0 {
        margin-left: -0
    }

    .mb-xs-n0 {
        margin-bottom: -0
    }

    .ml-xs-n0 {
        margin-left: -0
    }

    [dir="rtl"] .ml-xs-n0 {
        margin-right: -0
    }

    .m-xs-n5 {
        margin: -5px
    }

    .mt-xs-n5 {
        margin-top: -5px
    }

    .mr-xs-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-xs-n5 {
        margin-left: -5px
    }

    .mb-xs-n5 {
        margin-bottom: -5px
    }

    .ml-xs-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-xs-n5 {
        margin-right: -5px
    }

    .m-xs-n8 {
        margin: -8px
    }

    .mt-xs-n8 {
        margin-top: -8px
    }

    .mr-xs-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-xs-n8 {
        margin-left: -8px
    }

    .mb-xs-n8 {
        margin-bottom: -8px
    }

    .ml-xs-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-xs-n8 {
        margin-right: -8px
    }

    .m-xs-n10 {
        margin: -10px
    }

    .mt-xs-n10 {
        margin-top: -10px
    }

    .mr-xs-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-xs-n10 {
        margin-left: -10px
    }

    .mb-xs-n10 {
        margin-bottom: -10px
    }

    .ml-xs-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-xs-n10 {
        margin-right: -10px
    }

    .m-xs-n12 {
        margin: -12px
    }

    .mt-xs-n12 {
        margin-top: -12px
    }

    .mr-xs-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-xs-n12 {
        margin-left: -12px
    }

    .mb-xs-n12 {
        margin-bottom: -12px
    }

    .ml-xs-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-xs-n12 {
        margin-right: -12px
    }

    .m-xs-n15 {
        margin: -15px
    }

    .mt-xs-n15 {
        margin-top: -15px
    }

    .mr-xs-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-xs-n15 {
        margin-left: -15px
    }

    .mb-xs-n15 {
        margin-bottom: -15px
    }

    .ml-xs-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-xs-n15 {
        margin-right: -15px
    }

    .m-xs-n17 {
        margin: -17px
    }

    .mt-xs-n17 {
        margin-top: -17px
    }

    .mr-xs-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-xs-n17 {
        margin-left: -17px
    }

    .mb-xs-n17 {
        margin-bottom: -17px
    }

    .ml-xs-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-xs-n17 {
        margin-right: -17px
    }

    .m-xs-n20 {
        margin: -20px
    }

    .mt-xs-n20 {
        margin-top: -20px
    }

    .mr-xs-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-xs-n20 {
        margin-left: -20px
    }

    .mb-xs-n20 {
        margin-bottom: -20px
    }

    .ml-xs-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-xs-n20 {
        margin-right: -20px
    }

    .m-xs-n25 {
        margin: -25px
    }

    .mt-xs-n25 {
        margin-top: -25px
    }

    .mr-xs-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-xs-n25 {
        margin-left: -25px
    }

    .mb-xs-n25 {
        margin-bottom: -25px
    }

    .ml-xs-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-xs-n25 {
        margin-right: -25px
    }

    .m-xs-n32 {
        margin: -32px
    }

    .mt-xs-n32 {
        margin-top: -32px
    }

    .mr-xs-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-xs-n32 {
        margin-left: -32px
    }

    .mb-xs-n32 {
        margin-bottom: -32px
    }

    .ml-xs-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-xs-n32 {
        margin-right: -32px
    }

    .m-xs-n30 {
        margin: -30px
    }

    .mt-xs-n30 {
        margin-top: -30px
    }

    .mr-xs-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-xs-n30 {
        margin-left: -30px
    }

    .mb-xs-n30 {
        margin-bottom: -30px
    }

    .ml-xs-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-xs-n30 {
        margin-right: -30px
    }

    .m-xs-n35 {
        margin: -35px
    }

    .mt-xs-n35 {
        margin-top: -35px
    }

    .mr-xs-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-xs-n35 {
        margin-left: -35px
    }

    .mb-xs-n35 {
        margin-bottom: -35px
    }

    .ml-xs-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-xs-n35 {
        margin-right: -35px
    }

    .m-xs-n40 {
        margin: -40px
    }

    .mt-xs-n40 {
        margin-top: -40px
    }

    .mr-xs-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-xs-n40 {
        margin-left: -40px
    }

    .mb-xs-n40 {
        margin-bottom: -40px
    }

    .ml-xs-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-xs-n40 {
        margin-right: -40px
    }

    .m-xs-n45 {
        margin: -45px
    }

    .mt-xs-n45 {
        margin-top: -45px
    }

    .mr-xs-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-xs-n45 {
        margin-left: -45px
    }

    .mb-xs-n45 {
        margin-bottom: -45px
    }

    .ml-xs-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-xs-n45 {
        margin-right: -45px
    }

    .m-xs-n50 {
        margin: -50px
    }

    .mt-xs-n50 {
        margin-top: -50px
    }

    .mr-xs-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-xs-n50 {
        margin-left: -50px
    }

    .mb-xs-n50 {
        margin-bottom: -50px
    }

    .ml-xs-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-xs-n50 {
        margin-right: -50px
    }

    .m-xs-n55 {
        margin: -55px
    }

    .mt-xs-n55 {
        margin-top: -55px
    }

    .mr-xs-n55 {
        margin-right: -55px
    }

    [dir="rtl"] .mr-xs-n55 {
        margin-left: -55px
    }

    .mb-xs-n55 {
        margin-bottom: -55px
    }

    .ml-xs-n55 {
        margin-left: -55px
    }

    [dir="rtl"] .ml-xs-n55 {
        margin-right: -55px
    }

    .m-xs-n60 {
        margin: -60px
    }

    .mt-xs-n60 {
        margin-top: -60px
    }

    .mr-xs-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-xs-n60 {
        margin-left: -60px
    }

    .mb-xs-n60 {
        margin-bottom: -60px
    }

    .ml-xs-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-xs-n60 {
        margin-right: -60px
    }

    .m-xs-n65 {
        margin: -65px
    }

    .mt-xs-n65 {
        margin-top: -65px
    }

    .mr-xs-n65 {
        margin-right: -65px
    }

    [dir="rtl"] .mr-xs-n65 {
        margin-left: -65px
    }

    .mb-xs-n65 {
        margin-bottom: -65px
    }

    .ml-xs-n65 {
        margin-left: -65px
    }

    [dir="rtl"] .ml-xs-n65 {
        margin-right: -65px
    }

    .m-xs-n70 {
        margin: -70px
    }

    .mt-xs-n70 {
        margin-top: -70px
    }

    .mr-xs-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-xs-n70 {
        margin-left: -70px
    }

    .mb-xs-n70 {
        margin-bottom: -70px
    }

    .ml-xs-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-xs-n70 {
        margin-right: -70px
    }

    .m-xs-n75 {
        margin: -75px
    }

    .mt-xs-n75 {
        margin-top: -75px
    }

    .mr-xs-n75 {
        margin-right: -75px
    }

    [dir="rtl"] .mr-xs-n75 {
        margin-left: -75px
    }

    .mb-xs-n75 {
        margin-bottom: -75px
    }

    .ml-xs-n75 {
        margin-left: -75px
    }

    [dir="rtl"] .ml-xs-n75 {
        margin-right: -75px
    }

    .m-xs-n80 {
        margin: -80px
    }

    .mt-xs-n80 {
        margin-top: -80px
    }

    .mr-xs-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-xs-n80 {
        margin-left: -80px
    }

    .mb-xs-n80 {
        margin-bottom: -80px
    }

    .ml-xs-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-xs-n80 {
        margin-right: -80px
    }

    .m-xs-n85 {
        margin: -85px
    }

    .mt-xs-n85 {
        margin-top: -85px
    }

    .mr-xs-n85 {
        margin-right: -85px
    }

    [dir="rtl"] .mr-xs-n85 {
        margin-left: -85px
    }

    .mb-xs-n85 {
        margin-bottom: -85px
    }

    .ml-xs-n85 {
        margin-left: -85px
    }

    [dir="rtl"] .ml-xs-n85 {
        margin-right: -85px
    }

    .m-xs-n90 {
        margin: -90px
    }

    .mt-xs-n90 {
        margin-top: -90px
    }

    .mr-xs-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-xs-n90 {
        margin-left: -90px
    }

    .mb-xs-n90 {
        margin-bottom: -90px
    }

    .ml-xs-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-xs-n90 {
        margin-right: -90px
    }

    .m-xs-n95 {
        margin: -95px
    }

    .mt-xs-n95 {
        margin-top: -95px
    }

    .mr-xs-n95 {
        margin-right: -95px
    }

    [dir="rtl"] .mr-xs-n95 {
        margin-left: -95px
    }

    .mb-xs-n95 {
        margin-bottom: -95px
    }

    .ml-xs-n95 {
        margin-left: -95px
    }

    [dir="rtl"] .ml-xs-n95 {
        margin-right: -95px
    }

    .m-xs-n100 {
        margin: -100px
    }

    .mt-xs-n100 {
        margin-top: -100px
    }

    .mr-xs-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-xs-n100 {
        margin-left: -100px
    }

    .mb-xs-n100 {
        margin-bottom: -100px
    }

    .ml-xs-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-xs-n100 {
        margin-right: -100px
    }

    .m-xs-n105 {
        margin: -105px
    }

    .mt-xs-n105 {
        margin-top: -105px
    }

    .mr-xs-n105 {
        margin-right: -105px
    }

    [dir="rtl"] .mr-xs-n105 {
        margin-left: -105px
    }

    .mb-xs-n105 {
        margin-bottom: -105px
    }

    .ml-xs-n105 {
        margin-left: -105px
    }

    [dir="rtl"] .ml-xs-n105 {
        margin-right: -105px
    }

    .m-xs-n110 {
        margin: -110px
    }

    .mt-xs-n110 {
        margin-top: -110px
    }

    .mr-xs-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-xs-n110 {
        margin-left: -110px
    }

    .mb-xs-n110 {
        margin-bottom: -110px
    }

    .ml-xs-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-xs-n110 {
        margin-right: -110px
    }

    .m-xs-n115 {
        margin: -115px
    }

    .mt-xs-n115 {
        margin-top: -115px
    }

    .mr-xs-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-xs-n115 {
        margin-left: -115px
    }

    .mb-xs-n115 {
        margin-bottom: -115px
    }

    .ml-xs-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-xs-n115 {
        margin-right: -115px
    }

    .m-xs-n120 {
        margin: -120px
    }

    .mt-xs-n120 {
        margin-top: -120px
    }

    .mr-xs-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-xs-n120 {
        margin-left: -120px
    }

    .mb-xs-n120 {
        margin-bottom: -120px
    }

    .ml-xs-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-xs-n120 {
        margin-right: -120px
    }

    .m-xs-n125 {
        margin: -125px
    }

    .mt-xs-n125 {
        margin-top: -125px
    }

    .mr-xs-n125 {
        margin-right: -125px
    }

    [dir="rtl"] .mr-xs-n125 {
        margin-left: -125px
    }

    .mb-xs-n125 {
        margin-bottom: -125px
    }

    .ml-xs-n125 {
        margin-left: -125px
    }

    [dir="rtl"] .ml-xs-n125 {
        margin-right: -125px
    }

    .m-xs-n130 {
        margin: -130px
    }

    .mt-xs-n130 {
        margin-top: -130px
    }

    .mr-xs-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-xs-n130 {
        margin-left: -130px
    }

    .mb-xs-n130 {
        margin-bottom: -130px
    }

    .ml-xs-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-xs-n130 {
        margin-right: -130px
    }

    .m-xs-auto {
        margin: auto
    }

    .mt-xs-auto,.my-xs-auto {
        margin-top: auto
    }

    .mr-xs-auto,.mx-xs-auto {
        margin-right: auto
    }

    .mb-xs-auto,.my-xs-auto {
        margin-bottom: auto
    }

    .ml-xs-auto,.mx-xs-auto {
        margin-left: auto
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0
    }

    .mt-sm-0 {
        margin-top: 0
    }

    .mr-sm-0 {
        margin-right: 0
    }

    [dir="rtl"] .mr-sm-0 {
        margin-left: 0
    }

    .mb-sm-0 {
        margin-bottom: 0
    }

    .ml-sm-0 {
        margin-left: 0
    }

    [dir="rtl"] .ml-sm-0 {
        margin-right: 0
    }

    .m-lr-sm-0 {
        margin-left: 0;
        margin-right: 0
    }

    .m-tb-sm-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-sm-5 {
        margin: 5px
    }

    .mt-sm-5 {
        margin-top: 5px
    }

    .mr-sm-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-sm-5 {
        margin-left: 5px
    }

    .mb-sm-5 {
        margin-bottom: 5px
    }

    .ml-sm-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-sm-5 {
        margin-right: 5px
    }

    .m-lr-sm-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-sm-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-sm-8 {
        margin: 8px
    }

    .mt-sm-8 {
        margin-top: 8px
    }

    .mr-sm-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-sm-8 {
        margin-left: 8px
    }

    .mb-sm-8 {
        margin-bottom: 8px
    }

    .ml-sm-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-sm-8 {
        margin-right: 8px
    }

    .m-lr-sm-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-sm-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-sm-10 {
        margin: 10px
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .mr-sm-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-sm-10 {
        margin-left: 10px
    }

    .mb-sm-10 {
        margin-bottom: 10px
    }

    .ml-sm-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-sm-10 {
        margin-right: 10px
    }

    .m-lr-sm-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-sm-12 {
        margin: 12px
    }

    .mt-sm-12 {
        margin-top: 12px
    }

    .mr-sm-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-sm-12 {
        margin-left: 12px
    }

    .mb-sm-12 {
        margin-bottom: 12px
    }

    .ml-sm-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-sm-12 {
        margin-right: 12px
    }

    .m-lr-sm-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-sm-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-sm-15 {
        margin: 15px
    }

    .mt-sm-15 {
        margin-top: 15px
    }

    .mr-sm-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-sm-15 {
        margin-left: 15px
    }

    .mb-sm-15 {
        margin-bottom: 15px
    }

    .ml-sm-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-sm-15 {
        margin-right: 15px
    }

    .m-lr-sm-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-sm-17 {
        margin: 17px
    }

    .mt-sm-17 {
        margin-top: 17px
    }

    .mr-sm-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-sm-17 {
        margin-left: 17px
    }

    .mb-sm-17 {
        margin-bottom: 17px
    }

    .ml-sm-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-sm-17 {
        margin-right: 17px
    }

    .m-lr-sm-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-sm-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-sm-20 {
        margin: 20px
    }

    .mt-sm-20 {
        margin-top: 20px
    }

    .mr-sm-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-sm-20 {
        margin-left: 20px
    }

    .mb-sm-20 {
        margin-bottom: 20px
    }

    .ml-sm-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-sm-20 {
        margin-right: 20px
    }

    .m-lr-sm-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-sm-25 {
        margin: 25px
    }

    .mt-sm-25 {
        margin-top: 25px
    }

    .mr-sm-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-sm-25 {
        margin-left: 25px
    }

    .mb-sm-25 {
        margin-bottom: 25px
    }

    .ml-sm-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-sm-25 {
        margin-right: 25px
    }

    .m-lr-sm-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-sm-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-sm-32 {
        margin: 32px
    }

    .mt-sm-32 {
        margin-top: 32px
    }

    .mr-sm-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-sm-32 {
        margin-left: 32px
    }

    .mb-sm-32 {
        margin-bottom: 32px
    }

    .ml-sm-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-sm-32 {
        margin-right: 32px
    }

    .m-lr-sm-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-sm-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-sm-30 {
        margin: 30px
    }

    .mt-sm-30 {
        margin-top: 30px
    }

    .mr-sm-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-sm-30 {
        margin-left: 30px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .ml-sm-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-sm-30 {
        margin-right: 30px
    }

    .m-lr-sm-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-sm-35 {
        margin: 35px
    }

    .mt-sm-35 {
        margin-top: 35px
    }

    .mr-sm-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-sm-35 {
        margin-left: 35px
    }

    .mb-sm-35 {
        margin-bottom: 35px
    }

    .ml-sm-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-sm-35 {
        margin-right: 35px
    }

    .m-lr-sm-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-sm-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-sm-40 {
        margin: 40px
    }

    .mt-sm-40 {
        margin-top: 40px
    }

    .mr-sm-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-sm-40 {
        margin-left: 40px
    }

    .mb-sm-40 {
        margin-bottom: 40px
    }

    .ml-sm-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-sm-40 {
        margin-right: 40px
    }

    .m-lr-sm-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-sm-45 {
        margin: 45px
    }

    .mt-sm-45 {
        margin-top: 45px
    }

    .mr-sm-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-sm-45 {
        margin-left: 45px
    }

    .mb-sm-45 {
        margin-bottom: 45px
    }

    .ml-sm-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-sm-45 {
        margin-right: 45px
    }

    .m-lr-sm-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-sm-50 {
        margin: 50px
    }

    .mt-sm-50 {
        margin-top: 50px
    }

    .mr-sm-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-sm-50 {
        margin-left: 50px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }

    .ml-sm-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-sm-50 {
        margin-right: 50px
    }

    .m-lr-sm-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-sm-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-sm-55 {
        margin: 55px
    }

    .mt-sm-55 {
        margin-top: 55px
    }

    .mr-sm-55 {
        margin-right: 55px
    }

    [dir="rtl"] .mr-sm-55 {
        margin-left: 55px
    }

    .mb-sm-55 {
        margin-bottom: 55px
    }

    .ml-sm-55 {
        margin-left: 55px
    }

    [dir="rtl"] .ml-sm-55 {
        margin-right: 55px
    }

    .m-lr-sm-55 {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-tb-sm-55 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-sm-60 {
        margin: 60px
    }

    .mt-sm-60 {
        margin-top: 60px
    }

    .mr-sm-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-sm-60 {
        margin-left: 60px
    }

    .mb-sm-60 {
        margin-bottom: 60px
    }

    .ml-sm-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-sm-60 {
        margin-right: 60px
    }

    .m-lr-sm-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-sm-65 {
        margin: 65px
    }

    .mt-sm-65 {
        margin-top: 65px
    }

    .mr-sm-65 {
        margin-right: 65px
    }

    [dir="rtl"] .mr-sm-65 {
        margin-left: 65px
    }

    .mb-sm-65 {
        margin-bottom: 65px
    }

    .ml-sm-65 {
        margin-left: 65px
    }

    [dir="rtl"] .ml-sm-65 {
        margin-right: 65px
    }

    .m-lr-sm-65 {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-tb-sm-65 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-sm-70 {
        margin: 70px
    }

    .mt-sm-70 {
        margin-top: 70px
    }

    .mr-sm-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-sm-70 {
        margin-left: 70px
    }

    .mb-sm-70 {
        margin-bottom: 70px
    }

    .ml-sm-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-sm-70 {
        margin-right: 70px
    }

    .m-lr-sm-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-sm-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-sm-75 {
        margin: 75px
    }

    .mt-sm-75 {
        margin-top: 75px
    }

    .mr-sm-75 {
        margin-right: 75px
    }

    [dir="rtl"] .mr-sm-75 {
        margin-left: 75px
    }

    .mb-sm-75 {
        margin-bottom: 75px
    }

    .ml-sm-75 {
        margin-left: 75px
    }

    [dir="rtl"] .ml-sm-75 {
        margin-right: 75px
    }

    .m-lr-sm-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-tb-sm-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-sm-80 {
        margin: 80px
    }

    .mt-sm-80 {
        margin-top: 80px
    }

    .mr-sm-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-sm-80 {
        margin-left: 80px
    }

    .mb-sm-80 {
        margin-bottom: 80px
    }

    .ml-sm-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-sm-80 {
        margin-right: 80px
    }

    .m-lr-sm-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-sm-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-sm-85 {
        margin: 85px
    }

    .mt-sm-85 {
        margin-top: 85px
    }

    .mr-sm-85 {
        margin-right: 85px
    }

    [dir="rtl"] .mr-sm-85 {
        margin-left: 85px
    }

    .mb-sm-85 {
        margin-bottom: 85px
    }

    .ml-sm-85 {
        margin-left: 85px
    }

    [dir="rtl"] .ml-sm-85 {
        margin-right: 85px
    }

    .m-lr-sm-85 {
        margin-left: 85px;
        margin-right: 85px
    }

    .m-tb-sm-85 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .m-sm-90 {
        margin: 90px
    }

    .mt-sm-90 {
        margin-top: 90px
    }

    .mr-sm-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-sm-90 {
        margin-left: 90px
    }

    .mb-sm-90 {
        margin-bottom: 90px
    }

    .ml-sm-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-sm-90 {
        margin-right: 90px
    }

    .m-lr-sm-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-sm-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-sm-95 {
        margin: 95px
    }

    .mt-sm-95 {
        margin-top: 95px
    }

    .mr-sm-95 {
        margin-right: 95px
    }

    [dir="rtl"] .mr-sm-95 {
        margin-left: 95px
    }

    .mb-sm-95 {
        margin-bottom: 95px
    }

    .ml-sm-95 {
        margin-left: 95px
    }

    [dir="rtl"] .ml-sm-95 {
        margin-right: 95px
    }

    .m-lr-sm-95 {
        margin-left: 95px;
        margin-right: 95px
    }

    .m-tb-sm-95 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .m-sm-100 {
        margin: 100px
    }

    .mt-sm-100 {
        margin-top: 100px
    }

    .mr-sm-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-sm-100 {
        margin-left: 100px
    }

    .mb-sm-100 {
        margin-bottom: 100px
    }

    .ml-sm-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-sm-100 {
        margin-right: 100px
    }

    .m-lr-sm-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-sm-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-sm-105 {
        margin: 105px
    }

    .mt-sm-105 {
        margin-top: 105px
    }

    .mr-sm-105 {
        margin-right: 105px
    }

    [dir="rtl"] .mr-sm-105 {
        margin-left: 105px
    }

    .mb-sm-105 {
        margin-bottom: 105px
    }

    .ml-sm-105 {
        margin-left: 105px
    }

    [dir="rtl"] .ml-sm-105 {
        margin-right: 105px
    }

    .m-lr-sm-105 {
        margin-left: 105px;
        margin-right: 105px
    }

    .m-tb-sm-105 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .m-sm-110 {
        margin: 110px
    }

    .mt-sm-110 {
        margin-top: 110px
    }

    .mr-sm-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-sm-110 {
        margin-left: 110px
    }

    .mb-sm-110 {
        margin-bottom: 110px
    }

    .ml-sm-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-sm-110 {
        margin-right: 110px
    }

    .m-lr-sm-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-sm-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-sm-115 {
        margin: 115px
    }

    .mt-sm-115 {
        margin-top: 115px
    }

    .mr-sm-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-sm-115 {
        margin-left: 115px
    }

    .mb-sm-115 {
        margin-bottom: 115px
    }

    .ml-sm-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-sm-115 {
        margin-right: 115px
    }

    .m-lr-sm-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-sm-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-sm-120 {
        margin: 120px
    }

    .mt-sm-120 {
        margin-top: 120px
    }

    .mr-sm-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-sm-120 {
        margin-left: 120px
    }

    .mb-sm-120 {
        margin-bottom: 120px
    }

    .ml-sm-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-sm-120 {
        margin-right: 120px
    }

    .m-lr-sm-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-sm-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-sm-125 {
        margin: 125px
    }

    .mt-sm-125 {
        margin-top: 125px
    }

    .mr-sm-125 {
        margin-right: 125px
    }

    [dir="rtl"] .mr-sm-125 {
        margin-left: 125px
    }

    .mb-sm-125 {
        margin-bottom: 125px
    }

    .ml-sm-125 {
        margin-left: 125px
    }

    [dir="rtl"] .ml-sm-125 {
        margin-right: 125px
    }

    .m-lr-sm-125 {
        margin-left: 125px;
        margin-right: 125px
    }

    .m-tb-sm-125 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .m-sm-130 {
        margin: 130px
    }

    .mt-sm-130 {
        margin-top: 130px
    }

    .mr-sm-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-sm-130 {
        margin-left: 130px
    }

    .mb-sm-130 {
        margin-bottom: 130px
    }

    .ml-sm-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-sm-130 {
        margin-right: 130px
    }

    .m-lr-sm-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-sm-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .p-sm-0 {
        padding: 0
    }

    .pt-sm-0 {
        padding-top: 0
    }

    .pr-sm-0 {
        padding-right: 0
    }

    [dir="rtl"] .pr-sm-0 {
        padding-left: 0
    }

    .pb-sm-0 {
        padding-bottom: 0
    }

    .pl-sm-0 {
        padding-left: 0
    }

    [dir="rtl"] .pl-sm-0 {
        padding-right: 0
    }

    .p-lr-sm-0 {
        padding-left: 0;
        padding-right: 0
    }

    .p-tb-sm-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-sm-5 {
        padding: 5px
    }

    .pt-sm-5 {
        padding-top: 5px
    }

    .pr-sm-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-sm-5 {
        padding-left: 5px
    }

    .pb-sm-5 {
        padding-bottom: 5px
    }

    .pl-sm-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-sm-5 {
        padding-right: 5px
    }

    .p-lr-sm-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-sm-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-sm-8 {
        padding: 8px
    }

    .pt-sm-8 {
        padding-top: 8px
    }

    .pr-sm-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-sm-8 {
        padding-left: 8px
    }

    .pb-sm-8 {
        padding-bottom: 8px
    }

    .pl-sm-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-sm-8 {
        padding-right: 8px
    }

    .p-lr-sm-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-sm-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-sm-10 {
        padding: 10px
    }

    .pt-sm-10 {
        padding-top: 10px
    }

    .pr-sm-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-sm-10 {
        padding-left: 10px
    }

    .pb-sm-10 {
        padding-bottom: 10px
    }

    .pl-sm-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-sm-10 {
        padding-right: 10px
    }

    .p-lr-sm-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-sm-12 {
        padding: 12px
    }

    .pt-sm-12 {
        padding-top: 12px
    }

    .pr-sm-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-sm-12 {
        padding-left: 12px
    }

    .pb-sm-12 {
        padding-bottom: 12px
    }

    .pl-sm-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-sm-12 {
        padding-right: 12px
    }

    .p-lr-sm-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-sm-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-sm-15 {
        padding: 15px
    }

    .pt-sm-15 {
        padding-top: 15px
    }

    .pr-sm-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-sm-15 {
        padding-left: 15px
    }

    .pb-sm-15 {
        padding-bottom: 15px
    }

    .pl-sm-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-sm-15 {
        padding-right: 15px
    }

    .p-lr-sm-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-sm-17 {
        padding: 17px
    }

    .pt-sm-17 {
        padding-top: 17px
    }

    .pr-sm-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-sm-17 {
        padding-left: 17px
    }

    .pb-sm-17 {
        padding-bottom: 17px
    }

    .pl-sm-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-sm-17 {
        padding-right: 17px
    }

    .p-lr-sm-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-sm-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-sm-20 {
        padding: 20px
    }

    .pt-sm-20 {
        padding-top: 20px
    }

    .pr-sm-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-sm-20 {
        padding-left: 20px
    }

    .pb-sm-20 {
        padding-bottom: 20px
    }

    .pl-sm-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-sm-20 {
        padding-right: 20px
    }

    .p-lr-sm-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-sm-25 {
        padding: 25px
    }

    .pt-sm-25 {
        padding-top: 25px
    }

    .pr-sm-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-sm-25 {
        padding-left: 25px
    }

    .pb-sm-25 {
        padding-bottom: 25px
    }

    .pl-sm-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-sm-25 {
        padding-right: 25px
    }

    .p-lr-sm-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-sm-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-sm-32 {
        padding: 32px
    }

    .pt-sm-32 {
        padding-top: 32px
    }

    .pr-sm-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-sm-32 {
        padding-left: 32px
    }

    .pb-sm-32 {
        padding-bottom: 32px
    }

    .pl-sm-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-sm-32 {
        padding-right: 32px
    }

    .p-lr-sm-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-sm-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-sm-30 {
        padding: 30px
    }

    .pt-sm-30 {
        padding-top: 30px
    }

    .pr-sm-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-sm-30 {
        padding-left: 30px
    }

    .pb-sm-30 {
        padding-bottom: 30px
    }

    .pl-sm-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-sm-30 {
        padding-right: 30px
    }

    .p-lr-sm-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-sm-35 {
        padding: 35px
    }

    .pt-sm-35 {
        padding-top: 35px
    }

    .pr-sm-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-sm-35 {
        padding-left: 35px
    }

    .pb-sm-35 {
        padding-bottom: 35px
    }

    .pl-sm-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-sm-35 {
        padding-right: 35px
    }

    .p-lr-sm-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-sm-40 {
        padding: 40px
    }

    .pt-sm-40 {
        padding-top: 40px
    }

    .pr-sm-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-sm-40 {
        padding-left: 40px
    }

    .pb-sm-40 {
        padding-bottom: 40px
    }

    .pl-sm-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-sm-40 {
        padding-right: 40px
    }

    .p-lr-sm-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-sm-45 {
        padding: 45px
    }

    .pt-sm-45 {
        padding-top: 45px
    }

    .pr-sm-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-sm-45 {
        padding-left: 45px
    }

    .pb-sm-45 {
        padding-bottom: 45px
    }

    .pl-sm-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-sm-45 {
        padding-right: 45px
    }

    .p-lr-sm-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-sm-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-sm-50 {
        padding: 50px
    }

    .pt-sm-50 {
        padding-top: 50px
    }

    .pr-sm-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-sm-50 {
        padding-left: 50px
    }

    .pb-sm-50 {
        padding-bottom: 50px
    }

    .pl-sm-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-sm-50 {
        padding-right: 50px
    }

    .p-lr-sm-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-sm-55 {
        padding: 55px
    }

    .pt-sm-55 {
        padding-top: 55px
    }

    .pr-sm-55 {
        padding-right: 55px
    }

    [dir="rtl"] .pr-sm-55 {
        padding-left: 55px
    }

    .pb-sm-55 {
        padding-bottom: 55px
    }

    .pl-sm-55 {
        padding-left: 55px
    }

    [dir="rtl"] .pl-sm-55 {
        padding-right: 55px
    }

    .p-lr-sm-55 {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-tb-sm-55 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-sm-60 {
        padding: 60px
    }

    .pt-sm-60 {
        padding-top: 60px
    }

    .pr-sm-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-sm-60 {
        padding-left: 60px
    }

    .pb-sm-60 {
        padding-bottom: 60px
    }

    .pl-sm-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-sm-60 {
        padding-right: 60px
    }

    .p-lr-sm-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-sm-65 {
        padding: 65px
    }

    .pt-sm-65 {
        padding-top: 65px
    }

    .pr-sm-65 {
        padding-right: 65px
    }

    [dir="rtl"] .pr-sm-65 {
        padding-left: 65px
    }

    .pb-sm-65 {
        padding-bottom: 65px
    }

    .pl-sm-65 {
        padding-left: 65px
    }

    [dir="rtl"] .pl-sm-65 {
        padding-right: 65px
    }

    .p-lr-sm-65 {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-tb-sm-65 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-sm-70 {
        padding: 70px
    }

    .pt-sm-70 {
        padding-top: 70px
    }

    .pr-sm-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-sm-70 {
        padding-left: 70px
    }

    .pb-sm-70 {
        padding-bottom: 70px
    }

    .pl-sm-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-sm-70 {
        padding-right: 70px
    }

    .p-lr-sm-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-sm-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-sm-75 {
        padding: 75px
    }

    .pt-sm-75 {
        padding-top: 75px
    }

    .pr-sm-75 {
        padding-right: 75px
    }

    [dir="rtl"] .pr-sm-75 {
        padding-left: 75px
    }

    .pb-sm-75 {
        padding-bottom: 75px
    }

    .pl-sm-75 {
        padding-left: 75px
    }

    [dir="rtl"] .pl-sm-75 {
        padding-right: 75px
    }

    .p-lr-sm-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-tb-sm-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-sm-80 {
        padding: 80px
    }

    .pt-sm-80 {
        padding-top: 80px
    }

    .pr-sm-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-sm-80 {
        padding-left: 80px
    }

    .pb-sm-80 {
        padding-bottom: 80px
    }

    .pl-sm-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-sm-80 {
        padding-right: 80px
    }

    .p-lr-sm-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-sm-85 {
        padding: 85px
    }

    .pt-sm-85 {
        padding-top: 85px
    }

    .pr-sm-85 {
        padding-right: 85px
    }

    [dir="rtl"] .pr-sm-85 {
        padding-left: 85px
    }

    .pb-sm-85 {
        padding-bottom: 85px
    }

    .pl-sm-85 {
        padding-left: 85px
    }

    [dir="rtl"] .pl-sm-85 {
        padding-right: 85px
    }

    .p-lr-sm-85 {
        padding-left: 85px;
        padding-right: 85px
    }

    .p-tb-sm-85 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .p-sm-90 {
        padding: 90px
    }

    .pt-sm-90 {
        padding-top: 90px
    }

    .pr-sm-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-sm-90 {
        padding-left: 90px
    }

    .pb-sm-90 {
        padding-bottom: 90px
    }

    .pl-sm-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-sm-90 {
        padding-right: 90px
    }

    .p-lr-sm-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-sm-95 {
        padding: 95px
    }

    .pt-sm-95 {
        padding-top: 95px
    }

    .pr-sm-95 {
        padding-right: 95px
    }

    [dir="rtl"] .pr-sm-95 {
        padding-left: 95px
    }

    .pb-sm-95 {
        padding-bottom: 95px
    }

    .pl-sm-95 {
        padding-left: 95px
    }

    [dir="rtl"] .pl-sm-95 {
        padding-right: 95px
    }

    .p-lr-sm-95 {
        padding-left: 95px;
        padding-right: 95px
    }

    .p-tb-sm-95 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .p-sm-100 {
        padding: 100px
    }

    .pt-sm-100 {
        padding-top: 100px
    }

    .pr-sm-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-sm-100 {
        padding-left: 100px
    }

    .pb-sm-100 {
        padding-bottom: 100px
    }

    .pl-sm-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-sm-100 {
        padding-right: 100px
    }

    .p-lr-sm-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-sm-105 {
        padding: 105px
    }

    .pt-sm-105 {
        padding-top: 105px
    }

    .pr-sm-105 {
        padding-right: 105px
    }

    [dir="rtl"] .pr-sm-105 {
        padding-left: 105px
    }

    .pb-sm-105 {
        padding-bottom: 105px
    }

    .pl-sm-105 {
        padding-left: 105px
    }

    [dir="rtl"] .pl-sm-105 {
        padding-right: 105px
    }

    .p-lr-sm-105 {
        padding-left: 105px;
        padding-right: 105px
    }

    .p-tb-sm-105 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .p-sm-110 {
        padding: 110px
    }

    .pt-sm-110 {
        padding-top: 110px
    }

    .pr-sm-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-sm-110 {
        padding-left: 110px
    }

    .pb-sm-110 {
        padding-bottom: 110px
    }

    .pl-sm-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-sm-110 {
        padding-right: 110px
    }

    .p-lr-sm-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-sm-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-sm-115 {
        padding: 115px
    }

    .pt-sm-115 {
        padding-top: 115px
    }

    .pr-sm-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-sm-115 {
        padding-left: 115px
    }

    .pb-sm-115 {
        padding-bottom: 115px
    }

    .pl-sm-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-sm-115 {
        padding-right: 115px
    }

    .p-lr-sm-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-sm-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-sm-120 {
        padding: 120px
    }

    .pt-sm-120 {
        padding-top: 120px
    }

    .pr-sm-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-sm-120 {
        padding-left: 120px
    }

    .pb-sm-120 {
        padding-bottom: 120px
    }

    .pl-sm-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-sm-120 {
        padding-right: 120px
    }

    .p-lr-sm-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-sm-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-sm-125 {
        padding: 125px
    }

    .pt-sm-125 {
        padding-top: 125px
    }

    .pr-sm-125 {
        padding-right: 125px
    }

    [dir="rtl"] .pr-sm-125 {
        padding-left: 125px
    }

    .pb-sm-125 {
        padding-bottom: 125px
    }

    .pl-sm-125 {
        padding-left: 125px
    }

    [dir="rtl"] .pl-sm-125 {
        padding-right: 125px
    }

    .p-lr-sm-125 {
        padding-left: 125px;
        padding-right: 125px
    }

    .p-tb-sm-125 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .p-sm-130 {
        padding: 130px
    }

    .pt-sm-130 {
        padding-top: 130px
    }

    .pr-sm-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-sm-130 {
        padding-left: 130px
    }

    .pb-sm-130 {
        padding-bottom: 130px
    }

    .pl-sm-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-sm-130 {
        padding-right: 130px
    }

    .p-lr-sm-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-sm-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .m-sm-n0 {
        margin: -0
    }

    .mt-sm-n0 {
        margin-top: -0
    }

    .mr-sm-n0 {
        margin-right: -0
    }

    [dir="rtl"] .mr-sm-n0 {
        margin-left: -0
    }

    .mb-sm-n0 {
        margin-bottom: -0
    }

    .ml-sm-n0 {
        margin-left: -0
    }

    [dir="rtl"] .ml-sm-n0 {
        margin-right: -0
    }

    .m-sm-n5 {
        margin: -5px
    }

    .mt-sm-n5 {
        margin-top: -5px
    }

    .mr-sm-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-sm-n5 {
        margin-left: -5px
    }

    .mb-sm-n5 {
        margin-bottom: -5px
    }

    .ml-sm-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-sm-n5 {
        margin-right: -5px
    }

    .m-sm-n8 {
        margin: -8px
    }

    .mt-sm-n8 {
        margin-top: -8px
    }

    .mr-sm-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-sm-n8 {
        margin-left: -8px
    }

    .mb-sm-n8 {
        margin-bottom: -8px
    }

    .ml-sm-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-sm-n8 {
        margin-right: -8px
    }

    .m-sm-n10 {
        margin: -10px
    }

    .mt-sm-n10 {
        margin-top: -10px
    }

    .mr-sm-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-sm-n10 {
        margin-left: -10px
    }

    .mb-sm-n10 {
        margin-bottom: -10px
    }

    .ml-sm-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-sm-n10 {
        margin-right: -10px
    }

    .m-sm-n12 {
        margin: -12px
    }

    .mt-sm-n12 {
        margin-top: -12px
    }

    .mr-sm-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-sm-n12 {
        margin-left: -12px
    }

    .mb-sm-n12 {
        margin-bottom: -12px
    }

    .ml-sm-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-sm-n12 {
        margin-right: -12px
    }

    .m-sm-n15 {
        margin: -15px
    }

    .mt-sm-n15 {
        margin-top: -15px
    }

    .mr-sm-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-sm-n15 {
        margin-left: -15px
    }

    .mb-sm-n15 {
        margin-bottom: -15px
    }

    .ml-sm-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-sm-n15 {
        margin-right: -15px
    }

    .m-sm-n17 {
        margin: -17px
    }

    .mt-sm-n17 {
        margin-top: -17px
    }

    .mr-sm-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-sm-n17 {
        margin-left: -17px
    }

    .mb-sm-n17 {
        margin-bottom: -17px
    }

    .ml-sm-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-sm-n17 {
        margin-right: -17px
    }

    .m-sm-n20 {
        margin: -20px
    }

    .mt-sm-n20 {
        margin-top: -20px
    }

    .mr-sm-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-sm-n20 {
        margin-left: -20px
    }

    .mb-sm-n20 {
        margin-bottom: -20px
    }

    .ml-sm-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-sm-n20 {
        margin-right: -20px
    }

    .m-sm-n25 {
        margin: -25px
    }

    .mt-sm-n25 {
        margin-top: -25px
    }

    .mr-sm-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-sm-n25 {
        margin-left: -25px
    }

    .mb-sm-n25 {
        margin-bottom: -25px
    }

    .ml-sm-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-sm-n25 {
        margin-right: -25px
    }

    .m-sm-n32 {
        margin: -32px
    }

    .mt-sm-n32 {
        margin-top: -32px
    }

    .mr-sm-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-sm-n32 {
        margin-left: -32px
    }

    .mb-sm-n32 {
        margin-bottom: -32px
    }

    .ml-sm-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-sm-n32 {
        margin-right: -32px
    }

    .m-sm-n30 {
        margin: -30px
    }

    .mt-sm-n30 {
        margin-top: -30px
    }

    .mr-sm-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-sm-n30 {
        margin-left: -30px
    }

    .mb-sm-n30 {
        margin-bottom: -30px
    }

    .ml-sm-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-sm-n30 {
        margin-right: -30px
    }

    .m-sm-n35 {
        margin: -35px
    }

    .mt-sm-n35 {
        margin-top: -35px
    }

    .mr-sm-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-sm-n35 {
        margin-left: -35px
    }

    .mb-sm-n35 {
        margin-bottom: -35px
    }

    .ml-sm-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-sm-n35 {
        margin-right: -35px
    }

    .m-sm-n40 {
        margin: -40px
    }

    .mt-sm-n40 {
        margin-top: -40px
    }

    .mr-sm-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-sm-n40 {
        margin-left: -40px
    }

    .mb-sm-n40 {
        margin-bottom: -40px
    }

    .ml-sm-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-sm-n40 {
        margin-right: -40px
    }

    .m-sm-n45 {
        margin: -45px
    }

    .mt-sm-n45 {
        margin-top: -45px
    }

    .mr-sm-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-sm-n45 {
        margin-left: -45px
    }

    .mb-sm-n45 {
        margin-bottom: -45px
    }

    .ml-sm-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-sm-n45 {
        margin-right: -45px
    }

    .m-sm-n50 {
        margin: -50px
    }

    .mt-sm-n50 {
        margin-top: -50px
    }

    .mr-sm-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-sm-n50 {
        margin-left: -50px
    }

    .mb-sm-n50 {
        margin-bottom: -50px
    }

    .ml-sm-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-sm-n50 {
        margin-right: -50px
    }

    .m-sm-n55 {
        margin: -55px
    }

    .mt-sm-n55 {
        margin-top: -55px
    }

    .mr-sm-n55 {
        margin-right: -55px
    }

    [dir="rtl"] .mr-sm-n55 {
        margin-left: -55px
    }

    .mb-sm-n55 {
        margin-bottom: -55px
    }

    .ml-sm-n55 {
        margin-left: -55px
    }

    [dir="rtl"] .ml-sm-n55 {
        margin-right: -55px
    }

    .m-sm-n60 {
        margin: -60px
    }

    .mt-sm-n60 {
        margin-top: -60px
    }

    .mr-sm-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-sm-n60 {
        margin-left: -60px
    }

    .mb-sm-n60 {
        margin-bottom: -60px
    }

    .ml-sm-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-sm-n60 {
        margin-right: -60px
    }

    .m-sm-n65 {
        margin: -65px
    }

    .mt-sm-n65 {
        margin-top: -65px
    }

    .mr-sm-n65 {
        margin-right: -65px
    }

    [dir="rtl"] .mr-sm-n65 {
        margin-left: -65px
    }

    .mb-sm-n65 {
        margin-bottom: -65px
    }

    .ml-sm-n65 {
        margin-left: -65px
    }

    [dir="rtl"] .ml-sm-n65 {
        margin-right: -65px
    }

    .m-sm-n70 {
        margin: -70px
    }

    .mt-sm-n70 {
        margin-top: -70px
    }

    .mr-sm-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-sm-n70 {
        margin-left: -70px
    }

    .mb-sm-n70 {
        margin-bottom: -70px
    }

    .ml-sm-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-sm-n70 {
        margin-right: -70px
    }

    .m-sm-n75 {
        margin: -75px
    }

    .mt-sm-n75 {
        margin-top: -75px
    }

    .mr-sm-n75 {
        margin-right: -75px
    }

    [dir="rtl"] .mr-sm-n75 {
        margin-left: -75px
    }

    .mb-sm-n75 {
        margin-bottom: -75px
    }

    .ml-sm-n75 {
        margin-left: -75px
    }

    [dir="rtl"] .ml-sm-n75 {
        margin-right: -75px
    }

    .m-sm-n80 {
        margin: -80px
    }

    .mt-sm-n80 {
        margin-top: -80px
    }

    .mr-sm-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-sm-n80 {
        margin-left: -80px
    }

    .mb-sm-n80 {
        margin-bottom: -80px
    }

    .ml-sm-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-sm-n80 {
        margin-right: -80px
    }

    .m-sm-n85 {
        margin: -85px
    }

    .mt-sm-n85 {
        margin-top: -85px
    }

    .mr-sm-n85 {
        margin-right: -85px
    }

    [dir="rtl"] .mr-sm-n85 {
        margin-left: -85px
    }

    .mb-sm-n85 {
        margin-bottom: -85px
    }

    .ml-sm-n85 {
        margin-left: -85px
    }

    [dir="rtl"] .ml-sm-n85 {
        margin-right: -85px
    }

    .m-sm-n90 {
        margin: -90px
    }

    .mt-sm-n90 {
        margin-top: -90px
    }

    .mr-sm-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-sm-n90 {
        margin-left: -90px
    }

    .mb-sm-n90 {
        margin-bottom: -90px
    }

    .ml-sm-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-sm-n90 {
        margin-right: -90px
    }

    .m-sm-n95 {
        margin: -95px
    }

    .mt-sm-n95 {
        margin-top: -95px
    }

    .mr-sm-n95 {
        margin-right: -95px
    }

    [dir="rtl"] .mr-sm-n95 {
        margin-left: -95px
    }

    .mb-sm-n95 {
        margin-bottom: -95px
    }

    .ml-sm-n95 {
        margin-left: -95px
    }

    [dir="rtl"] .ml-sm-n95 {
        margin-right: -95px
    }

    .m-sm-n100 {
        margin: -100px
    }

    .mt-sm-n100 {
        margin-top: -100px
    }

    .mr-sm-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-sm-n100 {
        margin-left: -100px
    }

    .mb-sm-n100 {
        margin-bottom: -100px
    }

    .ml-sm-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-sm-n100 {
        margin-right: -100px
    }

    .m-sm-n105 {
        margin: -105px
    }

    .mt-sm-n105 {
        margin-top: -105px
    }

    .mr-sm-n105 {
        margin-right: -105px
    }

    [dir="rtl"] .mr-sm-n105 {
        margin-left: -105px
    }

    .mb-sm-n105 {
        margin-bottom: -105px
    }

    .ml-sm-n105 {
        margin-left: -105px
    }

    [dir="rtl"] .ml-sm-n105 {
        margin-right: -105px
    }

    .m-sm-n110 {
        margin: -110px
    }

    .mt-sm-n110 {
        margin-top: -110px
    }

    .mr-sm-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-sm-n110 {
        margin-left: -110px
    }

    .mb-sm-n110 {
        margin-bottom: -110px
    }

    .ml-sm-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-sm-n110 {
        margin-right: -110px
    }

    .m-sm-n115 {
        margin: -115px
    }

    .mt-sm-n115 {
        margin-top: -115px
    }

    .mr-sm-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-sm-n115 {
        margin-left: -115px
    }

    .mb-sm-n115 {
        margin-bottom: -115px
    }

    .ml-sm-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-sm-n115 {
        margin-right: -115px
    }

    .m-sm-n120 {
        margin: -120px
    }

    .mt-sm-n120 {
        margin-top: -120px
    }

    .mr-sm-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-sm-n120 {
        margin-left: -120px
    }

    .mb-sm-n120 {
        margin-bottom: -120px
    }

    .ml-sm-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-sm-n120 {
        margin-right: -120px
    }

    .m-sm-n125 {
        margin: -125px
    }

    .mt-sm-n125 {
        margin-top: -125px
    }

    .mr-sm-n125 {
        margin-right: -125px
    }

    [dir="rtl"] .mr-sm-n125 {
        margin-left: -125px
    }

    .mb-sm-n125 {
        margin-bottom: -125px
    }

    .ml-sm-n125 {
        margin-left: -125px
    }

    [dir="rtl"] .ml-sm-n125 {
        margin-right: -125px
    }

    .m-sm-n130 {
        margin: -130px
    }

    .mt-sm-n130 {
        margin-top: -130px
    }

    .mr-sm-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-sm-n130 {
        margin-left: -130px
    }

    .mb-sm-n130 {
        margin-bottom: -130px
    }

    .ml-sm-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-sm-n130 {
        margin-right: -130px
    }

    .m-sm-auto {
        margin: auto
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0
    }

    .mt-md-0 {
        margin-top: 0
    }

    .mr-md-0 {
        margin-right: 0
    }

    [dir="rtl"] .mr-md-0 {
        margin-left: 0
    }

    .mb-md-0 {
        margin-bottom: 0
    }

    .ml-md-0 {
        margin-left: 0
    }

    [dir="rtl"] .ml-md-0 {
        margin-right: 0
    }

    .m-lr-md-0 {
        margin-left: 0;
        margin-right: 0
    }

    .m-tb-md-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-md-5 {
        margin: 5px
    }

    .mt-md-5 {
        margin-top: 5px
    }

    .mr-md-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-md-5 {
        margin-left: 5px
    }

    .mb-md-5 {
        margin-bottom: 5px
    }

    .ml-md-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-md-5 {
        margin-right: 5px
    }

    .m-lr-md-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-md-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-md-8 {
        margin: 8px
    }

    .mt-md-8 {
        margin-top: 8px
    }

    .mr-md-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-md-8 {
        margin-left: 8px
    }

    .mb-md-8 {
        margin-bottom: 8px
    }

    .ml-md-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-md-8 {
        margin-right: 8px
    }

    .m-lr-md-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-md-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-md-10 {
        margin: 10px
    }

    .mt-md-10 {
        margin-top: 10px
    }

    .mr-md-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-md-10 {
        margin-left: 10px
    }

    .mb-md-10 {
        margin-bottom: 10px
    }

    .ml-md-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-md-10 {
        margin-right: 10px
    }

    .m-lr-md-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-md-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-md-12 {
        margin: 12px
    }

    .mt-md-12 {
        margin-top: 12px
    }

    .mr-md-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-md-12 {
        margin-left: 12px
    }

    .mb-md-12 {
        margin-bottom: 12px
    }

    .ml-md-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-md-12 {
        margin-right: 12px
    }

    .m-lr-md-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-md-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-md-15 {
        margin: 15px
    }

    .mt-md-15 {
        margin-top: 15px
    }

    .mr-md-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-md-15 {
        margin-left: 15px
    }

    .mb-md-15 {
        margin-bottom: 15px
    }

    .ml-md-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-md-15 {
        margin-right: 15px
    }

    .m-lr-md-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-md-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-md-17 {
        margin: 17px
    }

    .mt-md-17 {
        margin-top: 17px
    }

    .mr-md-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-md-17 {
        margin-left: 17px
    }

    .mb-md-17 {
        margin-bottom: 17px
    }

    .ml-md-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-md-17 {
        margin-right: 17px
    }

    .m-lr-md-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-md-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-md-20 {
        margin: 20px
    }

    .mt-md-20 {
        margin-top: 20px
    }

    .mr-md-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-md-20 {
        margin-left: 20px
    }

    .mb-md-20 {
        margin-bottom: 20px
    }

    .ml-md-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-md-20 {
        margin-right: 20px
    }

    .m-lr-md-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-md-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-md-25 {
        margin: 25px
    }

    .mt-md-25 {
        margin-top: 25px
    }

    .mr-md-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-md-25 {
        margin-left: 25px
    }

    .mb-md-25 {
        margin-bottom: 25px
    }

    .ml-md-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-md-25 {
        margin-right: 25px
    }

    .m-lr-md-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-md-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-md-32 {
        margin: 32px
    }

    .mt-md-32 {
        margin-top: 32px
    }

    .mr-md-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-md-32 {
        margin-left: 32px
    }

    .mb-md-32 {
        margin-bottom: 32px
    }

    .ml-md-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-md-32 {
        margin-right: 32px
    }

    .m-lr-md-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-md-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-md-30 {
        margin: 30px
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .mr-md-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-md-30 {
        margin-left: 30px
    }

    .mb-md-30 {
        margin-bottom: 30px
    }

    .ml-md-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-md-30 {
        margin-right: 30px
    }

    .m-lr-md-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-md-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-md-35 {
        margin: 35px
    }

    .mt-md-35 {
        margin-top: 35px
    }

    .mr-md-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-md-35 {
        margin-left: 35px
    }

    .mb-md-35 {
        margin-bottom: 35px
    }

    .ml-md-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-md-35 {
        margin-right: 35px
    }

    .m-lr-md-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-md-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-md-40 {
        margin: 40px
    }

    .mt-md-40 {
        margin-top: 40px
    }

    .mr-md-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-md-40 {
        margin-left: 40px
    }

    .mb-md-40 {
        margin-bottom: 40px
    }

    .ml-md-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-md-40 {
        margin-right: 40px
    }

    .m-lr-md-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-md-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-md-45 {
        margin: 45px
    }

    .mt-md-45 {
        margin-top: 45px
    }

    .mr-md-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-md-45 {
        margin-left: 45px
    }

    .mb-md-45 {
        margin-bottom: 45px
    }

    .ml-md-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-md-45 {
        margin-right: 45px
    }

    .m-lr-md-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-md-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-md-50 {
        margin: 50px
    }

    .mt-md-50 {
        margin-top: 50px
    }

    .mr-md-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-md-50 {
        margin-left: 50px
    }

    .mb-md-50 {
        margin-bottom: 50px
    }

    .ml-md-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-md-50 {
        margin-right: 50px
    }

    .m-lr-md-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-md-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-md-55 {
        margin: 55px
    }

    .mt-md-55 {
        margin-top: 55px
    }

    .mr-md-55 {
        margin-right: 55px
    }

    [dir="rtl"] .mr-md-55 {
        margin-left: 55px
    }

    .mb-md-55 {
        margin-bottom: 55px
    }

    .ml-md-55 {
        margin-left: 55px
    }

    [dir="rtl"] .ml-md-55 {
        margin-right: 55px
    }

    .m-lr-md-55 {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-tb-md-55 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-md-60 {
        margin: 60px
    }

    .mt-md-60 {
        margin-top: 60px
    }

    .mr-md-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-md-60 {
        margin-left: 60px
    }

    .mb-md-60 {
        margin-bottom: 60px
    }

    .ml-md-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-md-60 {
        margin-right: 60px
    }

    .m-lr-md-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-md-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-md-65 {
        margin: 65px
    }

    .mt-md-65 {
        margin-top: 65px
    }

    .mr-md-65 {
        margin-right: 65px
    }

    [dir="rtl"] .mr-md-65 {
        margin-left: 65px
    }

    .mb-md-65 {
        margin-bottom: 65px
    }

    .ml-md-65 {
        margin-left: 65px
    }

    [dir="rtl"] .ml-md-65 {
        margin-right: 65px
    }

    .m-lr-md-65 {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-tb-md-65 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-md-70 {
        margin: 70px
    }

    .mt-md-70 {
        margin-top: 70px
    }

    .mr-md-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-md-70 {
        margin-left: 70px
    }

    .mb-md-70 {
        margin-bottom: 70px
    }

    .ml-md-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-md-70 {
        margin-right: 70px
    }

    .m-lr-md-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-md-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-md-75 {
        margin: 75px
    }

    .mt-md-75 {
        margin-top: 75px
    }

    .mr-md-75 {
        margin-right: 75px
    }

    [dir="rtl"] .mr-md-75 {
        margin-left: 75px
    }

    .mb-md-75 {
        margin-bottom: 75px
    }

    .ml-md-75 {
        margin-left: 75px
    }

    [dir="rtl"] .ml-md-75 {
        margin-right: 75px
    }

    .m-lr-md-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-tb-md-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-md-80 {
        margin: 80px
    }

    .mt-md-80 {
        margin-top: 80px
    }

    .mr-md-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-md-80 {
        margin-left: 80px
    }

    .mb-md-80 {
        margin-bottom: 80px
    }

    .ml-md-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-md-80 {
        margin-right: 80px
    }

    .m-lr-md-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-md-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-md-85 {
        margin: 85px
    }

    .mt-md-85 {
        margin-top: 85px
    }

    .mr-md-85 {
        margin-right: 85px
    }

    [dir="rtl"] .mr-md-85 {
        margin-left: 85px
    }

    .mb-md-85 {
        margin-bottom: 85px
    }

    .ml-md-85 {
        margin-left: 85px
    }

    [dir="rtl"] .ml-md-85 {
        margin-right: 85px
    }

    .m-lr-md-85 {
        margin-left: 85px;
        margin-right: 85px
    }

    .m-tb-md-85 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .m-md-90 {
        margin: 90px
    }

    .mt-md-90 {
        margin-top: 90px
    }

    .mr-md-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-md-90 {
        margin-left: 90px
    }

    .mb-md-90 {
        margin-bottom: 90px
    }

    .ml-md-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-md-90 {
        margin-right: 90px
    }

    .m-lr-md-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-md-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-md-95 {
        margin: 95px
    }

    .mt-md-95 {
        margin-top: 95px
    }

    .mr-md-95 {
        margin-right: 95px
    }

    [dir="rtl"] .mr-md-95 {
        margin-left: 95px
    }

    .mb-md-95 {
        margin-bottom: 95px
    }

    .ml-md-95 {
        margin-left: 95px
    }

    [dir="rtl"] .ml-md-95 {
        margin-right: 95px
    }

    .m-lr-md-95 {
        margin-left: 95px;
        margin-right: 95px
    }

    .m-tb-md-95 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .m-md-100 {
        margin: 100px
    }

    .mt-md-100 {
        margin-top: 100px
    }

    .mr-md-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-md-100 {
        margin-left: 100px
    }

    .mb-md-100 {
        margin-bottom: 100px
    }

    .ml-md-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-md-100 {
        margin-right: 100px
    }

    .m-lr-md-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-md-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-md-105 {
        margin: 105px
    }

    .mt-md-105 {
        margin-top: 105px
    }

    .mr-md-105 {
        margin-right: 105px
    }

    [dir="rtl"] .mr-md-105 {
        margin-left: 105px
    }

    .mb-md-105 {
        margin-bottom: 105px
    }

    .ml-md-105 {
        margin-left: 105px
    }

    [dir="rtl"] .ml-md-105 {
        margin-right: 105px
    }

    .m-lr-md-105 {
        margin-left: 105px;
        margin-right: 105px
    }

    .m-tb-md-105 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .m-md-110 {
        margin: 110px
    }

    .mt-md-110 {
        margin-top: 110px
    }

    .mr-md-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-md-110 {
        margin-left: 110px
    }

    .mb-md-110 {
        margin-bottom: 110px
    }

    .ml-md-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-md-110 {
        margin-right: 110px
    }

    .m-lr-md-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-md-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-md-115 {
        margin: 115px
    }

    .mt-md-115 {
        margin-top: 115px
    }

    .mr-md-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-md-115 {
        margin-left: 115px
    }

    .mb-md-115 {
        margin-bottom: 115px
    }

    .ml-md-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-md-115 {
        margin-right: 115px
    }

    .m-lr-md-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-md-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-md-120 {
        margin: 120px
    }

    .mt-md-120 {
        margin-top: 120px
    }

    .mr-md-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-md-120 {
        margin-left: 120px
    }

    .mb-md-120 {
        margin-bottom: 120px
    }

    .ml-md-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-md-120 {
        margin-right: 120px
    }

    .m-lr-md-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-md-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-md-125 {
        margin: 125px
    }

    .mt-md-125 {
        margin-top: 125px
    }

    .mr-md-125 {
        margin-right: 125px
    }

    [dir="rtl"] .mr-md-125 {
        margin-left: 125px
    }

    .mb-md-125 {
        margin-bottom: 125px
    }

    .ml-md-125 {
        margin-left: 125px
    }

    [dir="rtl"] .ml-md-125 {
        margin-right: 125px
    }

    .m-lr-md-125 {
        margin-left: 125px;
        margin-right: 125px
    }

    .m-tb-md-125 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .m-md-130 {
        margin: 130px
    }

    .mt-md-130 {
        margin-top: 130px
    }

    .mr-md-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-md-130 {
        margin-left: 130px
    }

    .mb-md-130 {
        margin-bottom: 130px
    }

    .ml-md-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-md-130 {
        margin-right: 130px
    }

    .m-lr-md-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-md-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .p-md-0 {
        padding: 0
    }

    .pt-md-0 {
        padding-top: 0
    }

    .pr-md-0 {
        padding-right: 0
    }

    [dir="rtl"] .pr-md-0 {
        padding-left: 0
    }

    .pb-md-0 {
        padding-bottom: 0
    }

    .pl-md-0 {
        padding-left: 0
    }

    [dir="rtl"] .pl-md-0 {
        padding-right: 0
    }

    .p-lr-md-0 {
        padding-left: 0;
        padding-right: 0
    }

    .p-tb-md-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-md-5 {
        padding: 5px
    }

    .pt-md-5 {
        padding-top: 5px
    }

    .pr-md-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-md-5 {
        padding-left: 5px
    }

    .pb-md-5 {
        padding-bottom: 5px
    }

    .pl-md-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-md-5 {
        padding-right: 5px
    }

    .p-lr-md-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-md-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-md-8 {
        padding: 8px
    }

    .pt-md-8 {
        padding-top: 8px
    }

    .pr-md-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-md-8 {
        padding-left: 8px
    }

    .pb-md-8 {
        padding-bottom: 8px
    }

    .pl-md-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-md-8 {
        padding-right: 8px
    }

    .p-lr-md-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-md-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-md-10 {
        padding: 10px
    }

    .pt-md-10 {
        padding-top: 10px
    }

    .pr-md-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-md-10 {
        padding-left: 10px
    }

    .pb-md-10 {
        padding-bottom: 10px
    }

    .pl-md-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-md-10 {
        padding-right: 10px
    }

    .p-lr-md-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-md-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-md-12 {
        padding: 12px
    }

    .pt-md-12 {
        padding-top: 12px
    }

    .pr-md-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-md-12 {
        padding-left: 12px
    }

    .pb-md-12 {
        padding-bottom: 12px
    }

    .pl-md-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-md-12 {
        padding-right: 12px
    }

    .p-lr-md-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-md-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-md-15 {
        padding: 15px
    }

    .pt-md-15 {
        padding-top: 15px
    }

    .pr-md-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-md-15 {
        padding-left: 15px
    }

    .pb-md-15 {
        padding-bottom: 15px
    }

    .pl-md-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-md-15 {
        padding-right: 15px
    }

    .p-lr-md-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-md-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-md-17 {
        padding: 17px
    }

    .pt-md-17 {
        padding-top: 17px
    }

    .pr-md-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-md-17 {
        padding-left: 17px
    }

    .pb-md-17 {
        padding-bottom: 17px
    }

    .pl-md-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-md-17 {
        padding-right: 17px
    }

    .p-lr-md-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-md-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-md-20 {
        padding: 20px
    }

    .pt-md-20 {
        padding-top: 20px
    }

    .pr-md-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-md-20 {
        padding-left: 20px
    }

    .pb-md-20 {
        padding-bottom: 20px
    }

    .pl-md-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-md-20 {
        padding-right: 20px
    }

    .p-lr-md-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-md-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-md-25 {
        padding: 25px
    }

    .pt-md-25 {
        padding-top: 25px
    }

    .pr-md-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-md-25 {
        padding-left: 25px
    }

    .pb-md-25 {
        padding-bottom: 25px
    }

    .pl-md-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-md-25 {
        padding-right: 25px
    }

    .p-lr-md-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-md-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-md-32 {
        padding: 32px
    }

    .pt-md-32 {
        padding-top: 32px
    }

    .pr-md-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-md-32 {
        padding-left: 32px
    }

    .pb-md-32 {
        padding-bottom: 32px
    }

    .pl-md-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-md-32 {
        padding-right: 32px
    }

    .p-lr-md-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-md-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-md-30 {
        padding: 30px
    }

    .pt-md-30 {
        padding-top: 30px
    }

    .pr-md-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-md-30 {
        padding-left: 30px
    }

    .pb-md-30 {
        padding-bottom: 30px
    }

    .pl-md-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-md-30 {
        padding-right: 30px
    }

    .p-lr-md-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-md-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-md-35 {
        padding: 35px
    }

    .pt-md-35 {
        padding-top: 35px
    }

    .pr-md-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-md-35 {
        padding-left: 35px
    }

    .pb-md-35 {
        padding-bottom: 35px
    }

    .pl-md-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-md-35 {
        padding-right: 35px
    }

    .p-lr-md-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-md-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-md-40 {
        padding: 40px
    }

    .pt-md-40 {
        padding-top: 40px
    }

    .pr-md-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-md-40 {
        padding-left: 40px
    }

    .pb-md-40 {
        padding-bottom: 40px
    }

    .pl-md-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-md-40 {
        padding-right: 40px
    }

    .p-lr-md-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-md-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-md-45 {
        padding: 45px
    }

    .pt-md-45 {
        padding-top: 45px
    }

    .pr-md-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-md-45 {
        padding-left: 45px
    }

    .pb-md-45 {
        padding-bottom: 45px
    }

    .pl-md-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-md-45 {
        padding-right: 45px
    }

    .p-lr-md-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-md-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-md-50 {
        padding: 50px
    }

    .pt-md-50 {
        padding-top: 50px
    }

    .pr-md-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-md-50 {
        padding-left: 50px
    }

    .pb-md-50 {
        padding-bottom: 50px
    }

    .pl-md-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-md-50 {
        padding-right: 50px
    }

    .p-lr-md-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-md-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-md-55 {
        padding: 55px
    }

    .pt-md-55 {
        padding-top: 55px
    }

    .pr-md-55 {
        padding-right: 55px
    }

    [dir="rtl"] .pr-md-55 {
        padding-left: 55px
    }

    .pb-md-55 {
        padding-bottom: 55px
    }

    .pl-md-55 {
        padding-left: 55px
    }

    [dir="rtl"] .pl-md-55 {
        padding-right: 55px
    }

    .p-lr-md-55 {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-tb-md-55 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-md-60 {
        padding: 60px
    }

    .pt-md-60 {
        padding-top: 60px
    }

    .pr-md-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-md-60 {
        padding-left: 60px
    }

    .pb-md-60 {
        padding-bottom: 60px
    }

    .pl-md-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-md-60 {
        padding-right: 60px
    }

    .p-lr-md-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-md-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-md-65 {
        padding: 65px
    }

    .pt-md-65 {
        padding-top: 65px
    }

    .pr-md-65 {
        padding-right: 65px
    }

    [dir="rtl"] .pr-md-65 {
        padding-left: 65px
    }

    .pb-md-65 {
        padding-bottom: 65px
    }

    .pl-md-65 {
        padding-left: 65px
    }

    [dir="rtl"] .pl-md-65 {
        padding-right: 65px
    }

    .p-lr-md-65 {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-tb-md-65 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-md-70 {
        padding: 70px
    }

    .pt-md-70 {
        padding-top: 70px
    }

    .pr-md-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-md-70 {
        padding-left: 70px
    }

    .pb-md-70 {
        padding-bottom: 70px
    }

    .pl-md-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-md-70 {
        padding-right: 70px
    }

    .p-lr-md-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-md-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-md-75 {
        padding: 75px
    }

    .pt-md-75 {
        padding-top: 75px
    }

    .pr-md-75 {
        padding-right: 75px
    }

    [dir="rtl"] .pr-md-75 {
        padding-left: 75px
    }

    .pb-md-75 {
        padding-bottom: 75px
    }

    .pl-md-75 {
        padding-left: 75px
    }

    [dir="rtl"] .pl-md-75 {
        padding-right: 75px
    }

    .p-lr-md-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-tb-md-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-md-80 {
        padding: 80px
    }

    .pt-md-80 {
        padding-top: 80px
    }

    .pr-md-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-md-80 {
        padding-left: 80px
    }

    .pb-md-80 {
        padding-bottom: 80px
    }

    .pl-md-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-md-80 {
        padding-right: 80px
    }

    .p-lr-md-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-md-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-md-85 {
        padding: 85px
    }

    .pt-md-85 {
        padding-top: 85px
    }

    .pr-md-85 {
        padding-right: 85px
    }

    [dir="rtl"] .pr-md-85 {
        padding-left: 85px
    }

    .pb-md-85 {
        padding-bottom: 85px
    }

    .pl-md-85 {
        padding-left: 85px
    }

    [dir="rtl"] .pl-md-85 {
        padding-right: 85px
    }

    .p-lr-md-85 {
        padding-left: 85px;
        padding-right: 85px
    }

    .p-tb-md-85 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .p-md-90 {
        padding: 90px
    }

    .pt-md-90 {
        padding-top: 90px
    }

    .pr-md-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-md-90 {
        padding-left: 90px
    }

    .pb-md-90 {
        padding-bottom: 90px
    }

    .pl-md-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-md-90 {
        padding-right: 90px
    }

    .p-lr-md-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-md-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-md-95 {
        padding: 95px
    }

    .pt-md-95 {
        padding-top: 95px
    }

    .pr-md-95 {
        padding-right: 95px
    }

    [dir="rtl"] .pr-md-95 {
        padding-left: 95px
    }

    .pb-md-95 {
        padding-bottom: 95px
    }

    .pl-md-95 {
        padding-left: 95px
    }

    [dir="rtl"] .pl-md-95 {
        padding-right: 95px
    }

    .p-lr-md-95 {
        padding-left: 95px;
        padding-right: 95px
    }

    .p-tb-md-95 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .p-md-100 {
        padding: 100px
    }

    .pt-md-100 {
        padding-top: 100px
    }

    .pr-md-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-md-100 {
        padding-left: 100px
    }

    .pb-md-100 {
        padding-bottom: 100px
    }

    .pl-md-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-md-100 {
        padding-right: 100px
    }

    .p-lr-md-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-md-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-md-105 {
        padding: 105px
    }

    .pt-md-105 {
        padding-top: 105px
    }

    .pr-md-105 {
        padding-right: 105px
    }

    [dir="rtl"] .pr-md-105 {
        padding-left: 105px
    }

    .pb-md-105 {
        padding-bottom: 105px
    }

    .pl-md-105 {
        padding-left: 105px
    }

    [dir="rtl"] .pl-md-105 {
        padding-right: 105px
    }

    .p-lr-md-105 {
        padding-left: 105px;
        padding-right: 105px
    }

    .p-tb-md-105 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .p-md-110 {
        padding: 110px
    }

    .pt-md-110 {
        padding-top: 110px
    }

    .pr-md-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-md-110 {
        padding-left: 110px
    }

    .pb-md-110 {
        padding-bottom: 110px
    }

    .pl-md-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-md-110 {
        padding-right: 110px
    }

    .p-lr-md-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-md-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-md-115 {
        padding: 115px
    }

    .pt-md-115 {
        padding-top: 115px
    }

    .pr-md-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-md-115 {
        padding-left: 115px
    }

    .pb-md-115 {
        padding-bottom: 115px
    }

    .pl-md-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-md-115 {
        padding-right: 115px
    }

    .p-lr-md-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-md-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-md-120 {
        padding: 120px
    }

    .pt-md-120 {
        padding-top: 120px
    }

    .pr-md-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-md-120 {
        padding-left: 120px
    }

    .pb-md-120 {
        padding-bottom: 120px
    }

    .pl-md-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-md-120 {
        padding-right: 120px
    }

    .p-lr-md-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-md-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-md-125 {
        padding: 125px
    }

    .pt-md-125 {
        padding-top: 125px
    }

    .pr-md-125 {
        padding-right: 125px
    }

    [dir="rtl"] .pr-md-125 {
        padding-left: 125px
    }

    .pb-md-125 {
        padding-bottom: 125px
    }

    .pl-md-125 {
        padding-left: 125px
    }

    [dir="rtl"] .pl-md-125 {
        padding-right: 125px
    }

    .p-lr-md-125 {
        padding-left: 125px;
        padding-right: 125px
    }

    .p-tb-md-125 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .p-md-130 {
        padding: 130px
    }

    .pt-md-130 {
        padding-top: 130px
    }

    .pr-md-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-md-130 {
        padding-left: 130px
    }

    .pb-md-130 {
        padding-bottom: 130px
    }

    .pl-md-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-md-130 {
        padding-right: 130px
    }

    .p-lr-md-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-md-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .m-md-n0 {
        margin: -0
    }

    .mt-md-n0 {
        margin-top: -0
    }

    .mr-md-n0 {
        margin-right: -0
    }

    [dir="rtl"] .mr-md-n0 {
        margin-left: -0
    }

    .mb-md-n0 {
        margin-bottom: -0
    }

    .ml-md-n0 {
        margin-left: -0
    }

    [dir="rtl"] .ml-md-n0 {
        margin-right: -0
    }

    .m-md-n5 {
        margin: -5px
    }

    .mt-md-n5 {
        margin-top: -5px
    }

    .mr-md-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-md-n5 {
        margin-left: -5px
    }

    .mb-md-n5 {
        margin-bottom: -5px
    }

    .ml-md-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-md-n5 {
        margin-right: -5px
    }

    .m-md-n8 {
        margin: -8px
    }

    .mt-md-n8 {
        margin-top: -8px
    }

    .mr-md-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-md-n8 {
        margin-left: -8px
    }

    .mb-md-n8 {
        margin-bottom: -8px
    }

    .ml-md-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-md-n8 {
        margin-right: -8px
    }

    .m-md-n10 {
        margin: -10px
    }

    .mt-md-n10 {
        margin-top: -10px
    }

    .mr-md-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-md-n10 {
        margin-left: -10px
    }

    .mb-md-n10 {
        margin-bottom: -10px
    }

    .ml-md-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-md-n10 {
        margin-right: -10px
    }

    .m-md-n12 {
        margin: -12px
    }

    .mt-md-n12 {
        margin-top: -12px
    }

    .mr-md-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-md-n12 {
        margin-left: -12px
    }

    .mb-md-n12 {
        margin-bottom: -12px
    }

    .ml-md-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-md-n12 {
        margin-right: -12px
    }

    .m-md-n15 {
        margin: -15px
    }

    .mt-md-n15 {
        margin-top: -15px
    }

    .mr-md-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-md-n15 {
        margin-left: -15px
    }

    .mb-md-n15 {
        margin-bottom: -15px
    }

    .ml-md-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-md-n15 {
        margin-right: -15px
    }

    .m-md-n17 {
        margin: -17px
    }

    .mt-md-n17 {
        margin-top: -17px
    }

    .mr-md-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-md-n17 {
        margin-left: -17px
    }

    .mb-md-n17 {
        margin-bottom: -17px
    }

    .ml-md-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-md-n17 {
        margin-right: -17px
    }

    .m-md-n20 {
        margin: -20px
    }

    .mt-md-n20 {
        margin-top: -20px
    }

    .mr-md-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-md-n20 {
        margin-left: -20px
    }

    .mb-md-n20 {
        margin-bottom: -20px
    }

    .ml-md-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-md-n20 {
        margin-right: -20px
    }

    .m-md-n25 {
        margin: -25px
    }

    .mt-md-n25 {
        margin-top: -25px
    }

    .mr-md-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-md-n25 {
        margin-left: -25px
    }

    .mb-md-n25 {
        margin-bottom: -25px
    }

    .ml-md-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-md-n25 {
        margin-right: -25px
    }

    .m-md-n32 {
        margin: -32px
    }

    .mt-md-n32 {
        margin-top: -32px
    }

    .mr-md-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-md-n32 {
        margin-left: -32px
    }

    .mb-md-n32 {
        margin-bottom: -32px
    }

    .ml-md-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-md-n32 {
        margin-right: -32px
    }

    .m-md-n30 {
        margin: -30px
    }

    .mt-md-n30 {
        margin-top: -30px
    }

    .mr-md-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-md-n30 {
        margin-left: -30px
    }

    .mb-md-n30 {
        margin-bottom: -30px
    }

    .ml-md-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-md-n30 {
        margin-right: -30px
    }

    .m-md-n35 {
        margin: -35px
    }

    .mt-md-n35 {
        margin-top: -35px
    }

    .mr-md-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-md-n35 {
        margin-left: -35px
    }

    .mb-md-n35 {
        margin-bottom: -35px
    }

    .ml-md-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-md-n35 {
        margin-right: -35px
    }

    .m-md-n40 {
        margin: -40px
    }

    .mt-md-n40 {
        margin-top: -40px
    }

    .mr-md-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-md-n40 {
        margin-left: -40px
    }

    .mb-md-n40 {
        margin-bottom: -40px
    }

    .ml-md-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-md-n40 {
        margin-right: -40px
    }

    .m-md-n45 {
        margin: -45px
    }

    .mt-md-n45 {
        margin-top: -45px
    }

    .mr-md-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-md-n45 {
        margin-left: -45px
    }

    .mb-md-n45 {
        margin-bottom: -45px
    }

    .ml-md-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-md-n45 {
        margin-right: -45px
    }

    .m-md-n50 {
        margin: -50px
    }

    .mt-md-n50 {
        margin-top: -50px
    }

    .mr-md-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-md-n50 {
        margin-left: -50px
    }

    .mb-md-n50 {
        margin-bottom: -50px
    }

    .ml-md-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-md-n50 {
        margin-right: -50px
    }

    .m-md-n55 {
        margin: -55px
    }

    .mt-md-n55 {
        margin-top: -55px
    }

    .mr-md-n55 {
        margin-right: -55px
    }

    [dir="rtl"] .mr-md-n55 {
        margin-left: -55px
    }

    .mb-md-n55 {
        margin-bottom: -55px
    }

    .ml-md-n55 {
        margin-left: -55px
    }

    [dir="rtl"] .ml-md-n55 {
        margin-right: -55px
    }

    .m-md-n60 {
        margin: -60px
    }

    .mt-md-n60 {
        margin-top: -60px
    }

    .mr-md-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-md-n60 {
        margin-left: -60px
    }

    .mb-md-n60 {
        margin-bottom: -60px
    }

    .ml-md-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-md-n60 {
        margin-right: -60px
    }

    .m-md-n65 {
        margin: -65px
    }

    .mt-md-n65 {
        margin-top: -65px
    }

    .mr-md-n65 {
        margin-right: -65px
    }

    [dir="rtl"] .mr-md-n65 {
        margin-left: -65px
    }

    .mb-md-n65 {
        margin-bottom: -65px
    }

    .ml-md-n65 {
        margin-left: -65px
    }

    [dir="rtl"] .ml-md-n65 {
        margin-right: -65px
    }

    .m-md-n70 {
        margin: -70px
    }

    .mt-md-n70 {
        margin-top: -70px
    }

    .mr-md-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-md-n70 {
        margin-left: -70px
    }

    .mb-md-n70 {
        margin-bottom: -70px
    }

    .ml-md-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-md-n70 {
        margin-right: -70px
    }

    .m-md-n75 {
        margin: -75px
    }

    .mt-md-n75 {
        margin-top: -75px
    }

    .mr-md-n75 {
        margin-right: -75px
    }

    [dir="rtl"] .mr-md-n75 {
        margin-left: -75px
    }

    .mb-md-n75 {
        margin-bottom: -75px
    }

    .ml-md-n75 {
        margin-left: -75px
    }

    [dir="rtl"] .ml-md-n75 {
        margin-right: -75px
    }

    .m-md-n80 {
        margin: -80px
    }

    .mt-md-n80 {
        margin-top: -80px
    }

    .mr-md-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-md-n80 {
        margin-left: -80px
    }

    .mb-md-n80 {
        margin-bottom: -80px
    }

    .ml-md-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-md-n80 {
        margin-right: -80px
    }

    .m-md-n85 {
        margin: -85px
    }

    .mt-md-n85 {
        margin-top: -85px
    }

    .mr-md-n85 {
        margin-right: -85px
    }

    [dir="rtl"] .mr-md-n85 {
        margin-left: -85px
    }

    .mb-md-n85 {
        margin-bottom: -85px
    }

    .ml-md-n85 {
        margin-left: -85px
    }

    [dir="rtl"] .ml-md-n85 {
        margin-right: -85px
    }

    .m-md-n90 {
        margin: -90px
    }

    .mt-md-n90 {
        margin-top: -90px
    }

    .mr-md-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-md-n90 {
        margin-left: -90px
    }

    .mb-md-n90 {
        margin-bottom: -90px
    }

    .ml-md-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-md-n90 {
        margin-right: -90px
    }

    .m-md-n95 {
        margin: -95px
    }

    .mt-md-n95 {
        margin-top: -95px
    }

    .mr-md-n95 {
        margin-right: -95px
    }

    [dir="rtl"] .mr-md-n95 {
        margin-left: -95px
    }

    .mb-md-n95 {
        margin-bottom: -95px
    }

    .ml-md-n95 {
        margin-left: -95px
    }

    [dir="rtl"] .ml-md-n95 {
        margin-right: -95px
    }

    .m-md-n100 {
        margin: -100px
    }

    .mt-md-n100 {
        margin-top: -100px
    }

    .mr-md-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-md-n100 {
        margin-left: -100px
    }

    .mb-md-n100 {
        margin-bottom: -100px
    }

    .ml-md-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-md-n100 {
        margin-right: -100px
    }

    .m-md-n105 {
        margin: -105px
    }

    .mt-md-n105 {
        margin-top: -105px
    }

    .mr-md-n105 {
        margin-right: -105px
    }

    [dir="rtl"] .mr-md-n105 {
        margin-left: -105px
    }

    .mb-md-n105 {
        margin-bottom: -105px
    }

    .ml-md-n105 {
        margin-left: -105px
    }

    [dir="rtl"] .ml-md-n105 {
        margin-right: -105px
    }

    .m-md-n110 {
        margin: -110px
    }

    .mt-md-n110 {
        margin-top: -110px
    }

    .mr-md-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-md-n110 {
        margin-left: -110px
    }

    .mb-md-n110 {
        margin-bottom: -110px
    }

    .ml-md-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-md-n110 {
        margin-right: -110px
    }

    .m-md-n115 {
        margin: -115px
    }

    .mt-md-n115 {
        margin-top: -115px
    }

    .mr-md-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-md-n115 {
        margin-left: -115px
    }

    .mb-md-n115 {
        margin-bottom: -115px
    }

    .ml-md-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-md-n115 {
        margin-right: -115px
    }

    .m-md-n120 {
        margin: -120px
    }

    .mt-md-n120 {
        margin-top: -120px
    }

    .mr-md-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-md-n120 {
        margin-left: -120px
    }

    .mb-md-n120 {
        margin-bottom: -120px
    }

    .ml-md-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-md-n120 {
        margin-right: -120px
    }

    .m-md-n125 {
        margin: -125px
    }

    .mt-md-n125 {
        margin-top: -125px
    }

    .mr-md-n125 {
        margin-right: -125px
    }

    [dir="rtl"] .mr-md-n125 {
        margin-left: -125px
    }

    .mb-md-n125 {
        margin-bottom: -125px
    }

    .ml-md-n125 {
        margin-left: -125px
    }

    [dir="rtl"] .ml-md-n125 {
        margin-right: -125px
    }

    .m-md-n130 {
        margin: -130px
    }

    .mt-md-n130 {
        margin-top: -130px
    }

    .mr-md-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-md-n130 {
        margin-left: -130px
    }

    .mb-md-n130 {
        margin-bottom: -130px
    }

    .ml-md-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-md-n130 {
        margin-right: -130px
    }

    .m-md-auto {
        margin: auto
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin:0
    }

    .mt-lg-0 {
        margin-top: 0
    }

    .mr-lg-0 {
        margin-right: 0
    }

    [dir="rtl"] .mr-lg-0 {
        margin-left: 0
    }

    .mb-lg-0 {
        margin-bottom: 0
    }

    .ml-lg-0 {
        margin-left: 0
    }

    [dir="rtl"] .ml-lg-0 {
        margin-right: 0
    }

    .m-lr-lg-0 {
        margin-left: 0;
        margin-right: 0
    }

    .m-tb-lg-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-lg-5 {
        margin: 5px
    }

    .mt-lg-5 {
        margin-top: 5px
    }

    .mr-lg-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-lg-5 {
        margin-left: 5px
    }

    .mb-lg-5 {
        margin-bottom: 5px
    }

    .ml-lg-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-lg-5 {
        margin-right: 5px
    }

    .m-lr-lg-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-lg-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lg-8 {
        margin: 8px
    }

    .mt-lg-8 {
        margin-top: 8px
    }

    .mr-lg-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-lg-8 {
        margin-left: 8px
    }

    .mb-lg-8 {
        margin-bottom: 8px
    }

    .ml-lg-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-lg-8 {
        margin-right: 8px
    }

    .m-lr-lg-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-lg-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lg-10 {
        margin: 10px
    }

    .mt-lg-10 {
        margin-top: 10px
    }

    .mr-lg-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-lg-10 {
        margin-left: 10px
    }

    .mb-lg-10 {
        margin-bottom: 10px
    }

    .ml-lg-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-lg-10 {
        margin-right: 10px
    }

    .m-lr-lg-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lg-12 {
        margin: 12px
    }

    .mt-lg-12 {
        margin-top: 12px
    }

    .mr-lg-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-lg-12 {
        margin-left: 12px
    }

    .mb-lg-12 {
        margin-bottom: 12px
    }

    .ml-lg-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-lg-12 {
        margin-right: 12px
    }

    .m-lr-lg-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-lg-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lg-15 {
        margin: 15px
    }

    .mt-lg-15 {
        margin-top: 15px
    }

    .mr-lg-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-lg-15 {
        margin-left: 15px
    }

    .mb-lg-15 {
        margin-bottom: 15px
    }

    .ml-lg-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-lg-15 {
        margin-right: 15px
    }

    .m-lr-lg-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-lg-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lg-17 {
        margin: 17px
    }

    .mt-lg-17 {
        margin-top: 17px
    }

    .mr-lg-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-lg-17 {
        margin-left: 17px
    }

    .mb-lg-17 {
        margin-bottom: 17px
    }

    .ml-lg-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-lg-17 {
        margin-right: 17px
    }

    .m-lr-lg-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-lg-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lg-20 {
        margin: 20px
    }

    .mt-lg-20 {
        margin-top: 20px
    }

    .mr-lg-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-lg-20 {
        margin-left: 20px
    }

    .mb-lg-20 {
        margin-bottom: 20px
    }

    .ml-lg-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-lg-20 {
        margin-right: 20px
    }

    .m-lr-lg-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lg-25 {
        margin: 25px
    }

    .mt-lg-25 {
        margin-top: 25px
    }

    .mr-lg-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-lg-25 {
        margin-left: 25px
    }

    .mb-lg-25 {
        margin-bottom: 25px
    }

    .ml-lg-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-lg-25 {
        margin-right: 25px
    }

    .m-lr-lg-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-lg-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lg-32 {
        margin: 32px
    }

    .mt-lg-32 {
        margin-top: 32px
    }

    .mr-lg-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-lg-32 {
        margin-left: 32px
    }

    .mb-lg-32 {
        margin-bottom: 32px
    }

    .ml-lg-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-lg-32 {
        margin-right: 32px
    }

    .m-lr-lg-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-lg-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lg-30 {
        margin: 30px
    }

    .mt-lg-30 {
        margin-top: 30px
    }

    .mr-lg-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-lg-30 {
        margin-left: 30px
    }

    .mb-lg-30 {
        margin-bottom: 30px
    }

    .ml-lg-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-lg-30 {
        margin-right: 30px
    }

    .m-lr-lg-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-lg-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lg-35 {
        margin: 35px
    }

    .mt-lg-35 {
        margin-top: 35px
    }

    .mr-lg-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-lg-35 {
        margin-left: 35px
    }

    .mb-lg-35 {
        margin-bottom: 35px
    }

    .ml-lg-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-lg-35 {
        margin-right: 35px
    }

    .m-lr-lg-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-lg-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lg-40 {
        margin: 40px
    }

    .mt-lg-40 {
        margin-top: 40px
    }

    .mr-lg-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-lg-40 {
        margin-left: 40px
    }

    .mb-lg-40 {
        margin-bottom: 40px
    }

    .ml-lg-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-lg-40 {
        margin-right: 40px
    }

    .m-lr-lg-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-lg-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lg-45 {
        margin: 45px
    }

    .mt-lg-45 {
        margin-top: 45px
    }

    .mr-lg-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-lg-45 {
        margin-left: 45px
    }

    .mb-lg-45 {
        margin-bottom: 45px
    }

    .ml-lg-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-lg-45 {
        margin-right: 45px
    }

    .m-lr-lg-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-lg-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lg-50 {
        margin: 50px
    }

    .mt-lg-50 {
        margin-top: 50px
    }

    .mr-lg-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-lg-50 {
        margin-left: 50px
    }

    .mb-lg-50 {
        margin-bottom: 50px
    }

    .ml-lg-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-lg-50 {
        margin-right: 50px
    }

    .m-lr-lg-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-lg-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lg-55 {
        margin: 55px
    }

    .mt-lg-55 {
        margin-top: 55px
    }

    .mr-lg-55 {
        margin-right: 55px
    }

    [dir="rtl"] .mr-lg-55 {
        margin-left: 55px
    }

    .mb-lg-55 {
        margin-bottom: 55px
    }

    .ml-lg-55 {
        margin-left: 55px
    }

    [dir="rtl"] .ml-lg-55 {
        margin-right: 55px
    }

    .m-lr-lg-55 {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-tb-lg-55 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-lg-60 {
        margin: 60px
    }

    .mt-lg-60 {
        margin-top: 60px
    }

    .mr-lg-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-lg-60 {
        margin-left: 60px
    }

    .mb-lg-60 {
        margin-bottom: 60px
    }

    .ml-lg-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-lg-60 {
        margin-right: 60px
    }

    .m-lr-lg-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-lg-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lg-65 {
        margin: 65px
    }

    .mt-lg-65 {
        margin-top: 65px
    }

    .mr-lg-65 {
        margin-right: 65px
    }

    [dir="rtl"] .mr-lg-65 {
        margin-left: 65px
    }

    .mb-lg-65 {
        margin-bottom: 65px
    }

    .ml-lg-65 {
        margin-left: 65px
    }

    [dir="rtl"] .ml-lg-65 {
        margin-right: 65px
    }

    .m-lr-lg-65 {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-tb-lg-65 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-lg-70 {
        margin: 70px
    }

    .mt-lg-70 {
        margin-top: 70px
    }

    .mr-lg-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-lg-70 {
        margin-left: 70px
    }

    .mb-lg-70 {
        margin-bottom: 70px
    }

    .ml-lg-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-lg-70 {
        margin-right: 70px
    }

    .m-lr-lg-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-lg-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lg-75 {
        margin: 75px
    }

    .mt-lg-75 {
        margin-top: 75px
    }

    .mr-lg-75 {
        margin-right: 75px
    }

    [dir="rtl"] .mr-lg-75 {
        margin-left: 75px
    }

    .mb-lg-75 {
        margin-bottom: 75px
    }

    .ml-lg-75 {
        margin-left: 75px
    }

    [dir="rtl"] .ml-lg-75 {
        margin-right: 75px
    }

    .m-lr-lg-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-tb-lg-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-lg-80 {
        margin: 80px
    }

    .mt-lg-80 {
        margin-top: 80px
    }

    .mr-lg-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-lg-80 {
        margin-left: 80px
    }

    .mb-lg-80 {
        margin-bottom: 80px
    }

    .ml-lg-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-lg-80 {
        margin-right: 80px
    }

    .m-lr-lg-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-lg-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lg-85 {
        margin: 85px
    }

    .mt-lg-85 {
        margin-top: 85px
    }

    .mr-lg-85 {
        margin-right: 85px
    }

    [dir="rtl"] .mr-lg-85 {
        margin-left: 85px
    }

    .mb-lg-85 {
        margin-bottom: 85px
    }

    .ml-lg-85 {
        margin-left: 85px
    }

    [dir="rtl"] .ml-lg-85 {
        margin-right: 85px
    }

    .m-lr-lg-85 {
        margin-left: 85px;
        margin-right: 85px
    }

    .m-tb-lg-85 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .m-lg-90 {
        margin: 90px
    }

    .mt-lg-90 {
        margin-top: 90px
    }

    .mr-lg-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-lg-90 {
        margin-left: 90px
    }

    .mb-lg-90 {
        margin-bottom: 90px
    }

    .ml-lg-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-lg-90 {
        margin-right: 90px
    }

    .m-lr-lg-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-lg-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lg-95 {
        margin: 95px
    }

    .mt-lg-95 {
        margin-top: 95px
    }

    .mr-lg-95 {
        margin-right: 95px
    }

    [dir="rtl"] .mr-lg-95 {
        margin-left: 95px
    }

    .mb-lg-95 {
        margin-bottom: 95px
    }

    .ml-lg-95 {
        margin-left: 95px
    }

    [dir="rtl"] .ml-lg-95 {
        margin-right: 95px
    }

    .m-lr-lg-95 {
        margin-left: 95px;
        margin-right: 95px
    }

    .m-tb-lg-95 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .m-lg-100 {
        margin: 100px
    }

    .mt-lg-100 {
        margin-top: 100px
    }

    .mr-lg-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-lg-100 {
        margin-left: 100px
    }

    .mb-lg-100 {
        margin-bottom: 100px
    }

    .ml-lg-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-lg-100 {
        margin-right: 100px
    }

    .m-lr-lg-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-lg-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lg-105 {
        margin: 105px
    }

    .mt-lg-105 {
        margin-top: 105px
    }

    .mr-lg-105 {
        margin-right: 105px
    }

    [dir="rtl"] .mr-lg-105 {
        margin-left: 105px
    }

    .mb-lg-105 {
        margin-bottom: 105px
    }

    .ml-lg-105 {
        margin-left: 105px
    }

    [dir="rtl"] .ml-lg-105 {
        margin-right: 105px
    }

    .m-lr-lg-105 {
        margin-left: 105px;
        margin-right: 105px
    }

    .m-tb-lg-105 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .m-lg-110 {
        margin: 110px
    }

    .mt-lg-110 {
        margin-top: 110px
    }

    .mr-lg-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-lg-110 {
        margin-left: 110px
    }

    .mb-lg-110 {
        margin-bottom: 110px
    }

    .ml-lg-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-lg-110 {
        margin-right: 110px
    }

    .m-lr-lg-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-lg-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lg-115 {
        margin: 115px
    }

    .mt-lg-115 {
        margin-top: 115px
    }

    .mr-lg-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-lg-115 {
        margin-left: 115px
    }

    .mb-lg-115 {
        margin-bottom: 115px
    }

    .ml-lg-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-lg-115 {
        margin-right: 115px
    }

    .m-lr-lg-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-lg-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lg-120 {
        margin: 120px
    }

    .mt-lg-120 {
        margin-top: 120px
    }

    .mr-lg-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-lg-120 {
        margin-left: 120px
    }

    .mb-lg-120 {
        margin-bottom: 120px
    }

    .ml-lg-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-lg-120 {
        margin-right: 120px
    }

    .m-lr-lg-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-lg-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lg-125 {
        margin: 125px
    }

    .mt-lg-125 {
        margin-top: 125px
    }

    .mr-lg-125 {
        margin-right: 125px
    }

    [dir="rtl"] .mr-lg-125 {
        margin-left: 125px
    }

    .mb-lg-125 {
        margin-bottom: 125px
    }

    .ml-lg-125 {
        margin-left: 125px
    }

    [dir="rtl"] .ml-lg-125 {
        margin-right: 125px
    }

    .m-lr-lg-125 {
        margin-left: 125px;
        margin-right: 125px
    }

    .m-tb-lg-125 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .m-lg-130 {
        margin: 130px
    }

    .mt-lg-130 {
        margin-top: 130px
    }

    .mr-lg-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-lg-130 {
        margin-left: 130px
    }

    .mb-lg-130 {
        margin-bottom: 130px
    }

    .ml-lg-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-lg-130 {
        margin-right: 130px
    }

    .m-lr-lg-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-lg-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .p-lg-0 {
        padding: 0
    }

    .pt-lg-0 {
        padding-top: 0
    }

    .pr-lg-0 {
        padding-right: 0
    }

    [dir="rtl"] .pr-lg-0 {
        padding-left: 0
    }

    .pb-lg-0 {
        padding-bottom: 0
    }

    .pl-lg-0 {
        padding-left: 0
    }

    [dir="rtl"] .pl-lg-0 {
        padding-right: 0
    }

    .p-lr-lg-0 {
        padding-left: 0;
        padding-right: 0
    }

    .p-tb-lg-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-lg-5 {
        padding: 5px
    }

    .pt-lg-5 {
        padding-top: 5px
    }

    .pr-lg-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-lg-5 {
        padding-left: 5px
    }

    .pb-lg-5 {
        padding-bottom: 5px
    }

    .pl-lg-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-lg-5 {
        padding-right: 5px
    }

    .p-lr-lg-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-lg-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lg-8 {
        padding: 8px
    }

    .pt-lg-8 {
        padding-top: 8px
    }

    .pr-lg-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-lg-8 {
        padding-left: 8px
    }

    .pb-lg-8 {
        padding-bottom: 8px
    }

    .pl-lg-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-lg-8 {
        padding-right: 8px
    }

    .p-lr-lg-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-lg-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lg-10 {
        padding: 10px
    }

    .pt-lg-10 {
        padding-top: 10px
    }

    .pr-lg-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-lg-10 {
        padding-left: 10px
    }

    .pb-lg-10 {
        padding-bottom: 10px
    }

    .pl-lg-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-lg-10 {
        padding-right: 10px
    }

    .p-lr-lg-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lg-12 {
        padding: 12px
    }

    .pt-lg-12 {
        padding-top: 12px
    }

    .pr-lg-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-lg-12 {
        padding-left: 12px
    }

    .pb-lg-12 {
        padding-bottom: 12px
    }

    .pl-lg-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-lg-12 {
        padding-right: 12px
    }

    .p-lr-lg-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-lg-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lg-15 {
        padding: 15px
    }

    .pt-lg-15 {
        padding-top: 15px
    }

    .pr-lg-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-lg-15 {
        padding-left: 15px
    }

    .pb-lg-15 {
        padding-bottom: 15px
    }

    .pl-lg-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-lg-15 {
        padding-right: 15px
    }

    .p-lr-lg-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lg-17 {
        padding: 17px
    }

    .pt-lg-17 {
        padding-top: 17px
    }

    .pr-lg-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-lg-17 {
        padding-left: 17px
    }

    .pb-lg-17 {
        padding-bottom: 17px
    }

    .pl-lg-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-lg-17 {
        padding-right: 17px
    }

    .p-lr-lg-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-lg-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lg-20 {
        padding: 20px
    }

    .pt-lg-20 {
        padding-top: 20px
    }

    .pr-lg-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-lg-20 {
        padding-left: 20px
    }

    .pb-lg-20 {
        padding-bottom: 20px
    }

    .pl-lg-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-lg-20 {
        padding-right: 20px
    }

    .p-lr-lg-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lg-25 {
        padding: 25px
    }

    .pt-lg-25 {
        padding-top: 25px
    }

    .pr-lg-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-lg-25 {
        padding-left: 25px
    }

    .pb-lg-25 {
        padding-bottom: 25px
    }

    .pl-lg-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-lg-25 {
        padding-right: 25px
    }

    .p-lr-lg-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-lg-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lg-32 {
        padding: 32px
    }

    .pt-lg-32 {
        padding-top: 32px
    }

    .pr-lg-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-lg-32 {
        padding-left: 32px
    }

    .pb-lg-32 {
        padding-bottom: 32px
    }

    .pl-lg-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-lg-32 {
        padding-right: 32px
    }

    .p-lr-lg-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-lg-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lg-30 {
        padding: 30px
    }

    .pt-lg-30 {
        padding-top: 30px
    }

    .pr-lg-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-lg-30 {
        padding-left: 30px
    }

    .pb-lg-30 {
        padding-bottom: 30px
    }

    .pl-lg-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-lg-30 {
        padding-right: 30px
    }

    .p-lr-lg-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lg-35 {
        padding: 35px
    }

    .pt-lg-35 {
        padding-top: 35px
    }

    .pr-lg-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-lg-35 {
        padding-left: 35px
    }

    .pb-lg-35 {
        padding-bottom: 35px
    }

    .pl-lg-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-lg-35 {
        padding-right: 35px
    }

    .p-lr-lg-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lg-40 {
        padding: 40px
    }

    .pt-lg-40 {
        padding-top: 40px
    }

    .pr-lg-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-lg-40 {
        padding-left: 40px
    }

    .pb-lg-40 {
        padding-bottom: 40px
    }

    .pl-lg-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-lg-40 {
        padding-right: 40px
    }

    .p-lr-lg-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lg-45 {
        padding: 45px
    }

    .pt-lg-45 {
        padding-top: 45px
    }

    .pr-lg-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-lg-45 {
        padding-left: 45px
    }

    .pb-lg-45 {
        padding-bottom: 45px
    }

    .pl-lg-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-lg-45 {
        padding-right: 45px
    }

    .p-lr-lg-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-lg-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lg-50 {
        padding: 50px
    }

    .pt-lg-50 {
        padding-top: 50px
    }

    .pr-lg-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-lg-50 {
        padding-left: 50px
    }

    .pb-lg-50 {
        padding-bottom: 50px
    }

    .pl-lg-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-lg-50 {
        padding-right: 50px
    }

    .p-lr-lg-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lg-55 {
        padding: 55px
    }

    .pt-lg-55 {
        padding-top: 55px
    }

    .pr-lg-55 {
        padding-right: 55px
    }

    [dir="rtl"] .pr-lg-55 {
        padding-left: 55px
    }

    .pb-lg-55 {
        padding-bottom: 55px
    }

    .pl-lg-55 {
        padding-left: 55px
    }

    [dir="rtl"] .pl-lg-55 {
        padding-right: 55px
    }

    .p-lr-lg-55 {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-tb-lg-55 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-lg-60 {
        padding: 60px
    }

    .pt-lg-60 {
        padding-top: 60px
    }

    .pr-lg-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-lg-60 {
        padding-left: 60px
    }

    .pb-lg-60 {
        padding-bottom: 60px
    }

    .pl-lg-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-lg-60 {
        padding-right: 60px
    }

    .p-lr-lg-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lg-65 {
        padding: 65px
    }

    .pt-lg-65 {
        padding-top: 65px
    }

    .pr-lg-65 {
        padding-right: 65px
    }

    [dir="rtl"] .pr-lg-65 {
        padding-left: 65px
    }

    .pb-lg-65 {
        padding-bottom: 65px
    }

    .pl-lg-65 {
        padding-left: 65px
    }

    [dir="rtl"] .pl-lg-65 {
        padding-right: 65px
    }

    .p-lr-lg-65 {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-tb-lg-65 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-lg-70 {
        padding: 70px
    }

    .pt-lg-70 {
        padding-top: 70px
    }

    .pr-lg-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-lg-70 {
        padding-left: 70px
    }

    .pb-lg-70 {
        padding-bottom: 70px
    }

    .pl-lg-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-lg-70 {
        padding-right: 70px
    }

    .p-lr-lg-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-lg-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lg-75 {
        padding: 75px
    }

    .pt-lg-75 {
        padding-top: 75px
    }

    .pr-lg-75 {
        padding-right: 75px
    }

    [dir="rtl"] .pr-lg-75 {
        padding-left: 75px
    }

    .pb-lg-75 {
        padding-bottom: 75px
    }

    .pl-lg-75 {
        padding-left: 75px
    }

    [dir="rtl"] .pl-lg-75 {
        padding-right: 75px
    }

    .p-lr-lg-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-tb-lg-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-lg-80 {
        padding: 80px
    }

    .pt-lg-80 {
        padding-top: 80px
    }

    .pr-lg-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-lg-80 {
        padding-left: 80px
    }

    .pb-lg-80 {
        padding-bottom: 80px
    }

    .pl-lg-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-lg-80 {
        padding-right: 80px
    }

    .p-lr-lg-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-lg-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lg-85 {
        padding: 85px
    }

    .pt-lg-85 {
        padding-top: 85px
    }

    .pr-lg-85 {
        padding-right: 85px
    }

    [dir="rtl"] .pr-lg-85 {
        padding-left: 85px
    }

    .pb-lg-85 {
        padding-bottom: 85px
    }

    .pl-lg-85 {
        padding-left: 85px
    }

    [dir="rtl"] .pl-lg-85 {
        padding-right: 85px
    }

    .p-lr-lg-85 {
        padding-left: 85px;
        padding-right: 85px
    }

    .p-tb-lg-85 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .p-lg-90 {
        padding: 90px
    }

    .pt-lg-90 {
        padding-top: 90px
    }

    .pr-lg-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-lg-90 {
        padding-left: 90px
    }

    .pb-lg-90 {
        padding-bottom: 90px
    }

    .pl-lg-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-lg-90 {
        padding-right: 90px
    }

    .p-lr-lg-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lg-95 {
        padding: 95px
    }

    .pt-lg-95 {
        padding-top: 95px
    }

    .pr-lg-95 {
        padding-right: 95px
    }

    [dir="rtl"] .pr-lg-95 {
        padding-left: 95px
    }

    .pb-lg-95 {
        padding-bottom: 95px
    }

    .pl-lg-95 {
        padding-left: 95px
    }

    [dir="rtl"] .pl-lg-95 {
        padding-right: 95px
    }

    .p-lr-lg-95 {
        padding-left: 95px;
        padding-right: 95px
    }

    .p-tb-lg-95 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .p-lg-100 {
        padding: 100px
    }

    .pt-lg-100 {
        padding-top: 100px
    }

    .pr-lg-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-lg-100 {
        padding-left: 100px
    }

    .pb-lg-100 {
        padding-bottom: 100px
    }

    .pl-lg-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-lg-100 {
        padding-right: 100px
    }

    .p-lr-lg-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lg-105 {
        padding: 105px
    }

    .pt-lg-105 {
        padding-top: 105px
    }

    .pr-lg-105 {
        padding-right: 105px
    }

    [dir="rtl"] .pr-lg-105 {
        padding-left: 105px
    }

    .pb-lg-105 {
        padding-bottom: 105px
    }

    .pl-lg-105 {
        padding-left: 105px
    }

    [dir="rtl"] .pl-lg-105 {
        padding-right: 105px
    }

    .p-lr-lg-105 {
        padding-left: 105px;
        padding-right: 105px
    }

    .p-tb-lg-105 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .p-lg-110 {
        padding: 110px
    }

    .pt-lg-110 {
        padding-top: 110px
    }

    .pr-lg-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-lg-110 {
        padding-left: 110px
    }

    .pb-lg-110 {
        padding-bottom: 110px
    }

    .pl-lg-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-lg-110 {
        padding-right: 110px
    }

    .p-lr-lg-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-lg-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lg-115 {
        padding: 115px
    }

    .pt-lg-115 {
        padding-top: 115px
    }

    .pr-lg-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-lg-115 {
        padding-left: 115px
    }

    .pb-lg-115 {
        padding-bottom: 115px
    }

    .pl-lg-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-lg-115 {
        padding-right: 115px
    }

    .p-lr-lg-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-lg-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lg-120 {
        padding: 120px
    }

    .pt-lg-120 {
        padding-top: 120px
    }

    .pr-lg-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-lg-120 {
        padding-left: 120px
    }

    .pb-lg-120 {
        padding-bottom: 120px
    }

    .pl-lg-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-lg-120 {
        padding-right: 120px
    }

    .p-lr-lg-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-lg-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lg-125 {
        padding: 125px
    }

    .pt-lg-125 {
        padding-top: 125px
    }

    .pr-lg-125 {
        padding-right: 125px
    }

    [dir="rtl"] .pr-lg-125 {
        padding-left: 125px
    }

    .pb-lg-125 {
        padding-bottom: 125px
    }

    .pl-lg-125 {
        padding-left: 125px
    }

    [dir="rtl"] .pl-lg-125 {
        padding-right: 125px
    }

    .p-lr-lg-125 {
        padding-left: 125px;
        padding-right: 125px
    }

    .p-tb-lg-125 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .p-lg-130 {
        padding: 130px
    }

    .pt-lg-130 {
        padding-top: 130px
    }

    .pr-lg-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-lg-130 {
        padding-left: 130px
    }

    .pb-lg-130 {
        padding-bottom: 130px
    }

    .pl-lg-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-lg-130 {
        padding-right: 130px
    }

    .p-lr-lg-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-lg-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .m-lg-n0 {
        margin: -0
    }

    .mt-lg-n0 {
        margin-top: -0
    }

    .mr-lg-n0 {
        margin-right: -0
    }

    [dir="rtl"] .mr-lg-n0 {
        margin-left: -0
    }

    .mb-lg-n0 {
        margin-bottom: -0
    }

    .ml-lg-n0 {
        margin-left: -0
    }

    [dir="rtl"] .ml-lg-n0 {
        margin-right: -0
    }

    .m-lg-n5 {
        margin: -5px
    }

    .mt-lg-n5 {
        margin-top: -5px
    }

    .mr-lg-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-lg-n5 {
        margin-left: -5px
    }

    .mb-lg-n5 {
        margin-bottom: -5px
    }

    .ml-lg-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-lg-n5 {
        margin-right: -5px
    }

    .m-lg-n8 {
        margin: -8px
    }

    .mt-lg-n8 {
        margin-top: -8px
    }

    .mr-lg-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-lg-n8 {
        margin-left: -8px
    }

    .mb-lg-n8 {
        margin-bottom: -8px
    }

    .ml-lg-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-lg-n8 {
        margin-right: -8px
    }

    .m-lg-n10 {
        margin: -10px
    }

    .mt-lg-n10 {
        margin-top: -10px
    }

    .mr-lg-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-lg-n10 {
        margin-left: -10px
    }

    .mb-lg-n10 {
        margin-bottom: -10px
    }

    .ml-lg-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-lg-n10 {
        margin-right: -10px
    }

    .m-lg-n12 {
        margin: -12px
    }

    .mt-lg-n12 {
        margin-top: -12px
    }

    .mr-lg-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-lg-n12 {
        margin-left: -12px
    }

    .mb-lg-n12 {
        margin-bottom: -12px
    }

    .ml-lg-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-lg-n12 {
        margin-right: -12px
    }

    .m-lg-n15 {
        margin: -15px
    }

    .mt-lg-n15 {
        margin-top: -15px
    }

    .mr-lg-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-lg-n15 {
        margin-left: -15px
    }

    .mb-lg-n15 {
        margin-bottom: -15px
    }

    .ml-lg-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-lg-n15 {
        margin-right: -15px
    }

    .m-lg-n17 {
        margin: -17px
    }

    .mt-lg-n17 {
        margin-top: -17px
    }

    .mr-lg-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-lg-n17 {
        margin-left: -17px
    }

    .mb-lg-n17 {
        margin-bottom: -17px
    }

    .ml-lg-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-lg-n17 {
        margin-right: -17px
    }

    .m-lg-n20 {
        margin: -20px
    }

    .mt-lg-n20 {
        margin-top: -20px
    }

    .mr-lg-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-lg-n20 {
        margin-left: -20px
    }

    .mb-lg-n20 {
        margin-bottom: -20px
    }

    .ml-lg-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-lg-n20 {
        margin-right: -20px
    }

    .m-lg-n25 {
        margin: -25px
    }

    .mt-lg-n25 {
        margin-top: -25px
    }

    .mr-lg-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-lg-n25 {
        margin-left: -25px
    }

    .mb-lg-n25 {
        margin-bottom: -25px
    }

    .ml-lg-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-lg-n25 {
        margin-right: -25px
    }

    .m-lg-n32 {
        margin: -32px
    }

    .mt-lg-n32 {
        margin-top: -32px
    }

    .mr-lg-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-lg-n32 {
        margin-left: -32px
    }

    .mb-lg-n32 {
        margin-bottom: -32px
    }

    .ml-lg-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-lg-n32 {
        margin-right: -32px
    }

    .m-lg-n30 {
        margin: -30px
    }

    .mt-lg-n30 {
        margin-top: -30px
    }

    .mr-lg-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-lg-n30 {
        margin-left: -30px
    }

    .mb-lg-n30 {
        margin-bottom: -30px
    }

    .ml-lg-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-lg-n30 {
        margin-right: -30px
    }

    .m-lg-n35 {
        margin: -35px
    }

    .mt-lg-n35 {
        margin-top: -35px
    }

    .mr-lg-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-lg-n35 {
        margin-left: -35px
    }

    .mb-lg-n35 {
        margin-bottom: -35px
    }

    .ml-lg-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-lg-n35 {
        margin-right: -35px
    }

    .m-lg-n40 {
        margin: -40px
    }

    .mt-lg-n40 {
        margin-top: -40px
    }

    .mr-lg-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-lg-n40 {
        margin-left: -40px
    }

    .mb-lg-n40 {
        margin-bottom: -40px
    }

    .ml-lg-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-lg-n40 {
        margin-right: -40px
    }

    .m-lg-n45 {
        margin: -45px
    }

    .mt-lg-n45 {
        margin-top: -45px
    }

    .mr-lg-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-lg-n45 {
        margin-left: -45px
    }

    .mb-lg-n45 {
        margin-bottom: -45px
    }

    .ml-lg-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-lg-n45 {
        margin-right: -45px
    }

    .m-lg-n50 {
        margin: -50px
    }

    .mt-lg-n50 {
        margin-top: -50px
    }

    .mr-lg-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-lg-n50 {
        margin-left: -50px
    }

    .mb-lg-n50 {
        margin-bottom: -50px
    }

    .ml-lg-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-lg-n50 {
        margin-right: -50px
    }

    .m-lg-n55 {
        margin: -55px
    }

    .mt-lg-n55 {
        margin-top: -55px
    }

    .mr-lg-n55 {
        margin-right: -55px
    }

    [dir="rtl"] .mr-lg-n55 {
        margin-left: -55px
    }

    .mb-lg-n55 {
        margin-bottom: -55px
    }

    .ml-lg-n55 {
        margin-left: -55px
    }

    [dir="rtl"] .ml-lg-n55 {
        margin-right: -55px
    }

    .m-lg-n60 {
        margin: -60px
    }

    .mt-lg-n60 {
        margin-top: -60px
    }

    .mr-lg-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-lg-n60 {
        margin-left: -60px
    }

    .mb-lg-n60 {
        margin-bottom: -60px
    }

    .ml-lg-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-lg-n60 {
        margin-right: -60px
    }

    .m-lg-n65 {
        margin: -65px
    }

    .mt-lg-n65 {
        margin-top: -65px
    }

    .mr-lg-n65 {
        margin-right: -65px
    }

    [dir="rtl"] .mr-lg-n65 {
        margin-left: -65px
    }

    .mb-lg-n65 {
        margin-bottom: -65px
    }

    .ml-lg-n65 {
        margin-left: -65px
    }

    [dir="rtl"] .ml-lg-n65 {
        margin-right: -65px
    }

    .m-lg-n70 {
        margin: -70px
    }

    .mt-lg-n70 {
        margin-top: -70px
    }

    .mr-lg-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-lg-n70 {
        margin-left: -70px
    }

    .mb-lg-n70 {
        margin-bottom: -70px
    }

    .ml-lg-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-lg-n70 {
        margin-right: -70px
    }

    .m-lg-n75 {
        margin: -75px
    }

    .mt-lg-n75 {
        margin-top: -75px
    }

    .mr-lg-n75 {
        margin-right: -75px
    }

    [dir="rtl"] .mr-lg-n75 {
        margin-left: -75px
    }

    .mb-lg-n75 {
        margin-bottom: -75px
    }

    .ml-lg-n75 {
        margin-left: -75px
    }

    [dir="rtl"] .ml-lg-n75 {
        margin-right: -75px
    }

    .m-lg-n80 {
        margin: -80px
    }

    .mt-lg-n80 {
        margin-top: -80px
    }

    .mr-lg-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-lg-n80 {
        margin-left: -80px
    }

    .mb-lg-n80 {
        margin-bottom: -80px
    }

    .ml-lg-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-lg-n80 {
        margin-right: -80px
    }

    .m-lg-n85 {
        margin: -85px
    }

    .mt-lg-n85 {
        margin-top: -85px
    }

    .mr-lg-n85 {
        margin-right: -85px
    }

    [dir="rtl"] .mr-lg-n85 {
        margin-left: -85px
    }

    .mb-lg-n85 {
        margin-bottom: -85px
    }

    .ml-lg-n85 {
        margin-left: -85px
    }

    [dir="rtl"] .ml-lg-n85 {
        margin-right: -85px
    }

    .m-lg-n90 {
        margin: -90px
    }

    .mt-lg-n90 {
        margin-top: -90px
    }

    .mr-lg-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-lg-n90 {
        margin-left: -90px
    }

    .mb-lg-n90 {
        margin-bottom: -90px
    }

    .ml-lg-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-lg-n90 {
        margin-right: -90px
    }

    .m-lg-n95 {
        margin: -95px
    }

    .mt-lg-n95 {
        margin-top: -95px
    }

    .mr-lg-n95 {
        margin-right: -95px
    }

    [dir="rtl"] .mr-lg-n95 {
        margin-left: -95px
    }

    .mb-lg-n95 {
        margin-bottom: -95px
    }

    .ml-lg-n95 {
        margin-left: -95px
    }

    [dir="rtl"] .ml-lg-n95 {
        margin-right: -95px
    }

    .m-lg-n100 {
        margin: -100px
    }

    .mt-lg-n100 {
        margin-top: -100px
    }

    .mr-lg-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-lg-n100 {
        margin-left: -100px
    }

    .mb-lg-n100 {
        margin-bottom: -100px
    }

    .ml-lg-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-lg-n100 {
        margin-right: -100px
    }

    .m-lg-n105 {
        margin: -105px
    }

    .mt-lg-n105 {
        margin-top: -105px
    }

    .mr-lg-n105 {
        margin-right: -105px
    }

    [dir="rtl"] .mr-lg-n105 {
        margin-left: -105px
    }

    .mb-lg-n105 {
        margin-bottom: -105px
    }

    .ml-lg-n105 {
        margin-left: -105px
    }

    [dir="rtl"] .ml-lg-n105 {
        margin-right: -105px
    }

    .m-lg-n110 {
        margin: -110px
    }

    .mt-lg-n110 {
        margin-top: -110px
    }

    .mr-lg-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-lg-n110 {
        margin-left: -110px
    }

    .mb-lg-n110 {
        margin-bottom: -110px
    }

    .ml-lg-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-lg-n110 {
        margin-right: -110px
    }

    .m-lg-n115 {
        margin: -115px
    }

    .mt-lg-n115 {
        margin-top: -115px
    }

    .mr-lg-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-lg-n115 {
        margin-left: -115px
    }

    .mb-lg-n115 {
        margin-bottom: -115px
    }

    .ml-lg-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-lg-n115 {
        margin-right: -115px
    }

    .m-lg-n120 {
        margin: -120px
    }

    .mt-lg-n120 {
        margin-top: -120px
    }

    .mr-lg-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-lg-n120 {
        margin-left: -120px
    }

    .mb-lg-n120 {
        margin-bottom: -120px
    }

    .ml-lg-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-lg-n120 {
        margin-right: -120px
    }

    .m-lg-n125 {
        margin: -125px
    }

    .mt-lg-n125 {
        margin-top: -125px
    }

    .mr-lg-n125 {
        margin-right: -125px
    }

    [dir="rtl"] .mr-lg-n125 {
        margin-left: -125px
    }

    .mb-lg-n125 {
        margin-bottom: -125px
    }

    .ml-lg-n125 {
        margin-left: -125px
    }

    [dir="rtl"] .ml-lg-n125 {
        margin-right: -125px
    }

    .m-lg-n130 {
        margin: -130px
    }

    .mt-lg-n130 {
        margin-top: -130px
    }

    .mr-lg-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-lg-n130 {
        margin-left: -130px
    }

    .mb-lg-n130 {
        margin-bottom: -130px
    }

    .ml-lg-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-lg-n130 {
        margin-right: -130px
    }

    .m-lg-auto {
        margin: auto
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0
    }

    .mt-xl-0 {
        margin-top: 0
    }

    .mr-xl-0 {
        margin-right: 0
    }

    [dir="rtl"] .mr-xl-0 {
        margin-left: 0
    }

    .mb-xl-0 {
        margin-bottom: 0
    }

    .ml-xl-0 {
        margin-left: 0
    }

    [dir="rtl"] .ml-xl-0 {
        margin-right: 0
    }

    .m-lr-xl-0 {
        margin-left: 0;
        margin-right: 0
    }

    .m-tb-xl-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-xl-5 {
        margin: 5px
    }

    .mt-xl-5 {
        margin-top: 5px
    }

    .mr-xl-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-xl-5 {
        margin-left: 5px
    }

    .mb-xl-5 {
        margin-bottom: 5px
    }

    .ml-xl-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-xl-5 {
        margin-right: 5px
    }

    .m-lr-xl-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-xl-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-xl-8 {
        margin: 8px
    }

    .mt-xl-8 {
        margin-top: 8px
    }

    .mr-xl-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-xl-8 {
        margin-left: 8px
    }

    .mb-xl-8 {
        margin-bottom: 8px
    }

    .ml-xl-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-xl-8 {
        margin-right: 8px
    }

    .m-lr-xl-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-xl-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-xl-10 {
        margin: 10px
    }

    .mt-xl-10 {
        margin-top: 10px
    }

    .mr-xl-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-xl-10 {
        margin-left: 10px
    }

    .mb-xl-10 {
        margin-bottom: 10px
    }

    .ml-xl-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-xl-10 {
        margin-right: 10px
    }

    .m-lr-xl-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-xl-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-xl-12 {
        margin: 12px
    }

    .mt-xl-12 {
        margin-top: 12px
    }

    .mr-xl-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-xl-12 {
        margin-left: 12px
    }

    .mb-xl-12 {
        margin-bottom: 12px
    }

    .ml-xl-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-xl-12 {
        margin-right: 12px
    }

    .m-lr-xl-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-xl-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-xl-15 {
        margin: 15px
    }

    .mt-xl-15 {
        margin-top: 15px
    }

    .mr-xl-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-xl-15 {
        margin-left: 15px
    }

    .mb-xl-15 {
        margin-bottom: 15px
    }

    .ml-xl-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-xl-15 {
        margin-right: 15px
    }

    .m-lr-xl-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-xl-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-xl-17 {
        margin: 17px
    }

    .mt-xl-17 {
        margin-top: 17px
    }

    .mr-xl-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-xl-17 {
        margin-left: 17px
    }

    .mb-xl-17 {
        margin-bottom: 17px
    }

    .ml-xl-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-xl-17 {
        margin-right: 17px
    }

    .m-lr-xl-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-xl-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-xl-20 {
        margin: 20px
    }

    .mt-xl-20 {
        margin-top: 20px
    }

    .mr-xl-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-xl-20 {
        margin-left: 20px
    }

    .mb-xl-20 {
        margin-bottom: 20px
    }

    .ml-xl-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-xl-20 {
        margin-right: 20px
    }

    .m-lr-xl-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-xl-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-xl-25 {
        margin: 25px
    }

    .mt-xl-25 {
        margin-top: 25px
    }

    .mr-xl-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-xl-25 {
        margin-left: 25px
    }

    .mb-xl-25 {
        margin-bottom: 25px
    }

    .ml-xl-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-xl-25 {
        margin-right: 25px
    }

    .m-lr-xl-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-xl-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-xl-32 {
        margin: 32px
    }

    .mt-xl-32 {
        margin-top: 32px
    }

    .mr-xl-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-xl-32 {
        margin-left: 32px
    }

    .mb-xl-32 {
        margin-bottom: 32px
    }

    .ml-xl-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-xl-32 {
        margin-right: 32px
    }

    .m-lr-xl-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-xl-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-xl-30 {
        margin: 30px
    }

    .mt-xl-30 {
        margin-top: 30px
    }

    .mr-xl-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-xl-30 {
        margin-left: 30px
    }

    .mb-xl-30 {
        margin-bottom: 30px
    }

    .ml-xl-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-xl-30 {
        margin-right: 30px
    }

    .m-lr-xl-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-xl-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-xl-35 {
        margin: 35px
    }

    .mt-xl-35 {
        margin-top: 35px
    }

    .mr-xl-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-xl-35 {
        margin-left: 35px
    }

    .mb-xl-35 {
        margin-bottom: 35px
    }

    .ml-xl-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-xl-35 {
        margin-right: 35px
    }

    .m-lr-xl-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-xl-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-xl-40 {
        margin: 40px
    }

    .mt-xl-40 {
        margin-top: 40px
    }

    .mr-xl-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-xl-40 {
        margin-left: 40px
    }

    .mb-xl-40 {
        margin-bottom: 40px
    }

    .ml-xl-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-xl-40 {
        margin-right: 40px
    }

    .m-lr-xl-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-xl-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-xl-45 {
        margin: 45px
    }

    .mt-xl-45 {
        margin-top: 45px
    }

    .mr-xl-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-xl-45 {
        margin-left: 45px
    }

    .mb-xl-45 {
        margin-bottom: 45px
    }

    .ml-xl-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-xl-45 {
        margin-right: 45px
    }

    .m-lr-xl-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-xl-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-xl-50 {
        margin: 50px
    }

    .mt-xl-50 {
        margin-top: 50px
    }

    .mr-xl-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-xl-50 {
        margin-left: 50px
    }

    .mb-xl-50 {
        margin-bottom: 50px
    }

    .ml-xl-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-xl-50 {
        margin-right: 50px
    }

    .m-lr-xl-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-xl-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-xl-55 {
        margin: 55px
    }

    .mt-xl-55 {
        margin-top: 55px
    }

    .mr-xl-55 {
        margin-right: 55px
    }

    [dir="rtl"] .mr-xl-55 {
        margin-left: 55px
    }

    .mb-xl-55 {
        margin-bottom: 55px
    }

    .ml-xl-55 {
        margin-left: 55px
    }

    [dir="rtl"] .ml-xl-55 {
        margin-right: 55px
    }

    .m-lr-xl-55 {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-tb-xl-55 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-xl-60 {
        margin: 60px
    }

    .mt-xl-60 {
        margin-top: 60px
    }

    .mr-xl-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-xl-60 {
        margin-left: 60px
    }

    .mb-xl-60 {
        margin-bottom: 60px
    }

    .ml-xl-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-xl-60 {
        margin-right: 60px
    }

    .m-lr-xl-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-xl-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-xl-65 {
        margin: 65px
    }

    .mt-xl-65 {
        margin-top: 65px
    }

    .mr-xl-65 {
        margin-right: 65px
    }

    [dir="rtl"] .mr-xl-65 {
        margin-left: 65px
    }

    .mb-xl-65 {
        margin-bottom: 65px
    }

    .ml-xl-65 {
        margin-left: 65px
    }

    [dir="rtl"] .ml-xl-65 {
        margin-right: 65px
    }

    .m-lr-xl-65 {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-tb-xl-65 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-xl-70 {
        margin: 70px
    }

    .mt-xl-70 {
        margin-top: 70px
    }

    .mr-xl-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-xl-70 {
        margin-left: 70px
    }

    .mb-xl-70 {
        margin-bottom: 70px
    }

    .ml-xl-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-xl-70 {
        margin-right: 70px
    }

    .m-lr-xl-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-xl-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-xl-75 {
        margin: 75px
    }

    .mt-xl-75 {
        margin-top: 75px
    }

    .mr-xl-75 {
        margin-right: 75px
    }

    [dir="rtl"] .mr-xl-75 {
        margin-left: 75px
    }

    .mb-xl-75 {
        margin-bottom: 75px
    }

    .ml-xl-75 {
        margin-left: 75px
    }

    [dir="rtl"] .ml-xl-75 {
        margin-right: 75px
    }

    .m-lr-xl-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-tb-xl-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-xl-80 {
        margin: 80px
    }

    .mt-xl-80 {
        margin-top: 80px
    }

    .mr-xl-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-xl-80 {
        margin-left: 80px
    }

    .mb-xl-80 {
        margin-bottom: 80px
    }

    .ml-xl-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-xl-80 {
        margin-right: 80px
    }

    .m-lr-xl-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-xl-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-xl-85 {
        margin: 85px
    }

    .mt-xl-85 {
        margin-top: 85px
    }

    .mr-xl-85 {
        margin-right: 85px
    }

    [dir="rtl"] .mr-xl-85 {
        margin-left: 85px
    }

    .mb-xl-85 {
        margin-bottom: 85px
    }

    .ml-xl-85 {
        margin-left: 85px
    }

    [dir="rtl"] .ml-xl-85 {
        margin-right: 85px
    }

    .m-lr-xl-85 {
        margin-left: 85px;
        margin-right: 85px
    }

    .m-tb-xl-85 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .m-xl-90 {
        margin: 90px
    }

    .mt-xl-90 {
        margin-top: 90px
    }

    .mr-xl-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-xl-90 {
        margin-left: 90px
    }

    .mb-xl-90 {
        margin-bottom: 90px
    }

    .ml-xl-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-xl-90 {
        margin-right: 90px
    }

    .m-lr-xl-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-xl-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-xl-95 {
        margin: 95px
    }

    .mt-xl-95 {
        margin-top: 95px
    }

    .mr-xl-95 {
        margin-right: 95px
    }

    [dir="rtl"] .mr-xl-95 {
        margin-left: 95px
    }

    .mb-xl-95 {
        margin-bottom: 95px
    }

    .ml-xl-95 {
        margin-left: 95px
    }

    [dir="rtl"] .ml-xl-95 {
        margin-right: 95px
    }

    .m-lr-xl-95 {
        margin-left: 95px;
        margin-right: 95px
    }

    .m-tb-xl-95 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .m-xl-100 {
        margin: 100px
    }

    .mt-xl-100 {
        margin-top: 100px
    }

    .mr-xl-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-xl-100 {
        margin-left: 100px
    }

    .mb-xl-100 {
        margin-bottom: 100px
    }

    .ml-xl-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-xl-100 {
        margin-right: 100px
    }

    .m-lr-xl-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-xl-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-xl-105 {
        margin: 105px
    }

    .mt-xl-105 {
        margin-top: 105px
    }

    .mr-xl-105 {
        margin-right: 105px
    }

    [dir="rtl"] .mr-xl-105 {
        margin-left: 105px
    }

    .mb-xl-105 {
        margin-bottom: 105px
    }

    .ml-xl-105 {
        margin-left: 105px
    }

    [dir="rtl"] .ml-xl-105 {
        margin-right: 105px
    }

    .m-lr-xl-105 {
        margin-left: 105px;
        margin-right: 105px
    }

    .m-tb-xl-105 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .m-xl-110 {
        margin: 110px
    }

    .mt-xl-110 {
        margin-top: 110px
    }

    .mr-xl-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-xl-110 {
        margin-left: 110px
    }

    .mb-xl-110 {
        margin-bottom: 110px
    }

    .ml-xl-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-xl-110 {
        margin-right: 110px
    }

    .m-lr-xl-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-xl-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-xl-115 {
        margin: 115px
    }

    .mt-xl-115 {
        margin-top: 115px
    }

    .mr-xl-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-xl-115 {
        margin-left: 115px
    }

    .mb-xl-115 {
        margin-bottom: 115px
    }

    .ml-xl-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-xl-115 {
        margin-right: 115px
    }

    .m-lr-xl-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-xl-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-xl-120 {
        margin: 120px
    }

    .mt-xl-120 {
        margin-top: 120px
    }

    .mr-xl-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-xl-120 {
        margin-left: 120px
    }

    .mb-xl-120 {
        margin-bottom: 120px
    }

    .ml-xl-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-xl-120 {
        margin-right: 120px
    }

    .m-lr-xl-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-xl-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-xl-125 {
        margin: 125px
    }

    .mt-xl-125 {
        margin-top: 125px
    }

    .mr-xl-125 {
        margin-right: 125px
    }

    [dir="rtl"] .mr-xl-125 {
        margin-left: 125px
    }

    .mb-xl-125 {
        margin-bottom: 125px
    }

    .ml-xl-125 {
        margin-left: 125px
    }

    [dir="rtl"] .ml-xl-125 {
        margin-right: 125px
    }

    .m-lr-xl-125 {
        margin-left: 125px;
        margin-right: 125px
    }

    .m-tb-xl-125 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .m-xl-130 {
        margin: 130px
    }

    .mt-xl-130 {
        margin-top: 130px
    }

    .mr-xl-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-xl-130 {
        margin-left: 130px
    }

    .mb-xl-130 {
        margin-bottom: 130px
    }

    .ml-xl-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-xl-130 {
        margin-right: 130px
    }

    .m-lr-xl-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-xl-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .p-xl-0 {
        padding: 0
    }

    .pt-xl-0 {
        padding-top: 0
    }

    .pr-xl-0 {
        padding-right: 0
    }

    [dir="rtl"] .pr-xl-0 {
        padding-left: 0
    }

    .pb-xl-0 {
        padding-bottom: 0
    }

    .pl-xl-0 {
        padding-left: 0
    }

    [dir="rtl"] .pl-xl-0 {
        padding-right: 0
    }

    .p-lr-xl-0 {
        padding-left: 0;
        padding-right: 0
    }

    .p-tb-xl-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-xl-5 {
        padding: 5px
    }

    .pt-xl-5 {
        padding-top: 5px
    }

    .pr-xl-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-xl-5 {
        padding-left: 5px
    }

    .pb-xl-5 {
        padding-bottom: 5px
    }

    .pl-xl-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-xl-5 {
        padding-right: 5px
    }

    .p-lr-xl-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-xl-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-xl-8 {
        padding: 8px
    }

    .pt-xl-8 {
        padding-top: 8px
    }

    .pr-xl-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-xl-8 {
        padding-left: 8px
    }

    .pb-xl-8 {
        padding-bottom: 8px
    }

    .pl-xl-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-xl-8 {
        padding-right: 8px
    }

    .p-lr-xl-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-xl-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-xl-10 {
        padding: 10px
    }

    .pt-xl-10 {
        padding-top: 10px
    }

    .pr-xl-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-xl-10 {
        padding-left: 10px
    }

    .pb-xl-10 {
        padding-bottom: 10px
    }

    .pl-xl-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-xl-10 {
        padding-right: 10px
    }

    .p-lr-xl-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-xl-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-xl-12 {
        padding: 12px
    }

    .pt-xl-12 {
        padding-top: 12px
    }

    .pr-xl-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-xl-12 {
        padding-left: 12px
    }

    .pb-xl-12 {
        padding-bottom: 12px
    }

    .pl-xl-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-xl-12 {
        padding-right: 12px
    }

    .p-lr-xl-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-xl-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-xl-15 {
        padding: 15px
    }

    .pt-xl-15 {
        padding-top: 15px
    }

    .pr-xl-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-xl-15 {
        padding-left: 15px
    }

    .pb-xl-15 {
        padding-bottom: 15px
    }

    .pl-xl-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-xl-15 {
        padding-right: 15px
    }

    .p-lr-xl-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-xl-17 {
        padding: 17px
    }

    .pt-xl-17 {
        padding-top: 17px
    }

    .pr-xl-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-xl-17 {
        padding-left: 17px
    }

    .pb-xl-17 {
        padding-bottom: 17px
    }

    .pl-xl-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-xl-17 {
        padding-right: 17px
    }

    .p-lr-xl-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-xl-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-xl-20 {
        padding: 20px
    }

    .pt-xl-20 {
        padding-top: 20px
    }

    .pr-xl-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-xl-20 {
        padding-left: 20px
    }

    .pb-xl-20 {
        padding-bottom: 20px
    }

    .pl-xl-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-xl-20 {
        padding-right: 20px
    }

    .p-lr-xl-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-xl-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-xl-25 {
        padding: 25px
    }

    .pt-xl-25 {
        padding-top: 25px
    }

    .pr-xl-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-xl-25 {
        padding-left: 25px
    }

    .pb-xl-25 {
        padding-bottom: 25px
    }

    .pl-xl-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-xl-25 {
        padding-right: 25px
    }

    .p-lr-xl-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-xl-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-xl-32 {
        padding: 32px
    }

    .pt-xl-32 {
        padding-top: 32px
    }

    .pr-xl-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-xl-32 {
        padding-left: 32px
    }

    .pb-xl-32 {
        padding-bottom: 32px
    }

    .pl-xl-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-xl-32 {
        padding-right: 32px
    }

    .p-lr-xl-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-xl-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-xl-30 {
        padding: 30px
    }

    .pt-xl-30 {
        padding-top: 30px
    }

    .pr-xl-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-xl-30 {
        padding-left: 30px
    }

    .pb-xl-30 {
        padding-bottom: 30px
    }

    .pl-xl-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-xl-30 {
        padding-right: 30px
    }

    .p-lr-xl-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-xl-35 {
        padding: 35px
    }

    .pt-xl-35 {
        padding-top: 35px
    }

    .pr-xl-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-xl-35 {
        padding-left: 35px
    }

    .pb-xl-35 {
        padding-bottom: 35px
    }

    .pl-xl-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-xl-35 {
        padding-right: 35px
    }

    .p-lr-xl-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-xl-40 {
        padding: 40px
    }

    .pt-xl-40 {
        padding-top: 40px
    }

    .pr-xl-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-xl-40 {
        padding-left: 40px
    }

    .pb-xl-40 {
        padding-bottom: 40px
    }

    .pl-xl-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-xl-40 {
        padding-right: 40px
    }

    .p-lr-xl-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-xl-45 {
        padding: 45px
    }

    .pt-xl-45 {
        padding-top: 45px
    }

    .pr-xl-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-xl-45 {
        padding-left: 45px
    }

    .pb-xl-45 {
        padding-bottom: 45px
    }

    .pl-xl-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-xl-45 {
        padding-right: 45px
    }

    .p-lr-xl-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-xl-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-xl-50 {
        padding: 50px
    }

    .pt-xl-50 {
        padding-top: 50px
    }

    .pr-xl-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-xl-50 {
        padding-left: 50px
    }

    .pb-xl-50 {
        padding-bottom: 50px
    }

    .pl-xl-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-xl-50 {
        padding-right: 50px
    }

    .p-lr-xl-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-xl-55 {
        padding: 55px
    }

    .pt-xl-55 {
        padding-top: 55px
    }

    .pr-xl-55 {
        padding-right: 55px
    }

    [dir="rtl"] .pr-xl-55 {
        padding-left: 55px
    }

    .pb-xl-55 {
        padding-bottom: 55px
    }

    .pl-xl-55 {
        padding-left: 55px
    }

    [dir="rtl"] .pl-xl-55 {
        padding-right: 55px
    }

    .p-lr-xl-55 {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-tb-xl-55 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-xl-60 {
        padding: 60px
    }

    .pt-xl-60 {
        padding-top: 60px
    }

    .pr-xl-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-xl-60 {
        padding-left: 60px
    }

    .pb-xl-60 {
        padding-bottom: 60px
    }

    .pl-xl-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-xl-60 {
        padding-right: 60px
    }

    .p-lr-xl-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-xl-65 {
        padding: 65px
    }

    .pt-xl-65 {
        padding-top: 65px
    }

    .pr-xl-65 {
        padding-right: 65px
    }

    [dir="rtl"] .pr-xl-65 {
        padding-left: 65px
    }

    .pb-xl-65 {
        padding-bottom: 65px
    }

    .pl-xl-65 {
        padding-left: 65px
    }

    [dir="rtl"] .pl-xl-65 {
        padding-right: 65px
    }

    .p-lr-xl-65 {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-tb-xl-65 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-xl-70 {
        padding: 70px
    }

    .pt-xl-70 {
        padding-top: 70px
    }

    .pr-xl-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-xl-70 {
        padding-left: 70px
    }

    .pb-xl-70 {
        padding-bottom: 70px
    }

    .pl-xl-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-xl-70 {
        padding-right: 70px
    }

    .p-lr-xl-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-xl-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-xl-75 {
        padding: 75px
    }

    .pt-xl-75 {
        padding-top: 75px
    }

    .pr-xl-75 {
        padding-right: 75px
    }

    [dir="rtl"] .pr-xl-75 {
        padding-left: 75px
    }

    .pb-xl-75 {
        padding-bottom: 75px
    }

    .pl-xl-75 {
        padding-left: 75px
    }

    [dir="rtl"] .pl-xl-75 {
        padding-right: 75px
    }

    .p-lr-xl-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-tb-xl-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-xl-80 {
        padding: 80px
    }

    .pt-xl-80 {
        padding-top: 80px
    }

    .pr-xl-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-xl-80 {
        padding-left: 80px
    }

    .pb-xl-80 {
        padding-bottom: 80px
    }

    .pl-xl-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-xl-80 {
        padding-right: 80px
    }

    .p-lr-xl-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-xl-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-xl-85 {
        padding: 85px
    }

    .pt-xl-85 {
        padding-top: 85px
    }

    .pr-xl-85 {
        padding-right: 85px
    }

    [dir="rtl"] .pr-xl-85 {
        padding-left: 85px
    }

    .pb-xl-85 {
        padding-bottom: 85px
    }

    .pl-xl-85 {
        padding-left: 85px
    }

    [dir="rtl"] .pl-xl-85 {
        padding-right: 85px
    }

    .p-lr-xl-85 {
        padding-left: 85px;
        padding-right: 85px
    }

    .p-tb-xl-85 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .p-xl-90 {
        padding: 90px
    }

    .pt-xl-90 {
        padding-top: 90px
    }

    .pr-xl-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-xl-90 {
        padding-left: 90px
    }

    .pb-xl-90 {
        padding-bottom: 90px
    }

    .pl-xl-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-xl-90 {
        padding-right: 90px
    }

    .p-lr-xl-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-xl-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-xl-95 {
        padding: 95px
    }

    .pt-xl-95 {
        padding-top: 95px
    }

    .pr-xl-95 {
        padding-right: 95px
    }

    [dir="rtl"] .pr-xl-95 {
        padding-left: 95px
    }

    .pb-xl-95 {
        padding-bottom: 95px
    }

    .pl-xl-95 {
        padding-left: 95px
    }

    [dir="rtl"] .pl-xl-95 {
        padding-right: 95px
    }

    .p-lr-xl-95 {
        padding-left: 95px;
        padding-right: 95px
    }

    .p-tb-xl-95 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .p-xl-100 {
        padding: 100px
    }

    .pt-xl-100 {
        padding-top: 100px
    }

    .pr-xl-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-xl-100 {
        padding-left: 100px
    }

    .pb-xl-100 {
        padding-bottom: 100px
    }

    .pl-xl-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-xl-100 {
        padding-right: 100px
    }

    .p-lr-xl-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-xl-105 {
        padding: 105px
    }

    .pt-xl-105 {
        padding-top: 105px
    }

    .pr-xl-105 {
        padding-right: 105px
    }

    [dir="rtl"] .pr-xl-105 {
        padding-left: 105px
    }

    .pb-xl-105 {
        padding-bottom: 105px
    }

    .pl-xl-105 {
        padding-left: 105px
    }

    [dir="rtl"] .pl-xl-105 {
        padding-right: 105px
    }

    .p-lr-xl-105 {
        padding-left: 105px;
        padding-right: 105px
    }

    .p-tb-xl-105 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .p-xl-110 {
        padding: 110px
    }

    .pt-xl-110 {
        padding-top: 110px
    }

    .pr-xl-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-xl-110 {
        padding-left: 110px
    }

    .pb-xl-110 {
        padding-bottom: 110px
    }

    .pl-xl-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-xl-110 {
        padding-right: 110px
    }

    .p-lr-xl-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-xl-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-xl-115 {
        padding: 115px
    }

    .pt-xl-115 {
        padding-top: 115px
    }

    .pr-xl-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-xl-115 {
        padding-left: 115px
    }

    .pb-xl-115 {
        padding-bottom: 115px
    }

    .pl-xl-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-xl-115 {
        padding-right: 115px
    }

    .p-lr-xl-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-xl-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-xl-120 {
        padding: 120px
    }

    .pt-xl-120 {
        padding-top: 120px
    }

    .pr-xl-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-xl-120 {
        padding-left: 120px
    }

    .pb-xl-120 {
        padding-bottom: 120px
    }

    .pl-xl-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-xl-120 {
        padding-right: 120px
    }

    .p-lr-xl-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-xl-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-xl-125 {
        padding: 125px
    }

    .pt-xl-125 {
        padding-top: 125px
    }

    .pr-xl-125 {
        padding-right: 125px
    }

    [dir="rtl"] .pr-xl-125 {
        padding-left: 125px
    }

    .pb-xl-125 {
        padding-bottom: 125px
    }

    .pl-xl-125 {
        padding-left: 125px
    }

    [dir="rtl"] .pl-xl-125 {
        padding-right: 125px
    }

    .p-lr-xl-125 {
        padding-left: 125px;
        padding-right: 125px
    }

    .p-tb-xl-125 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .p-xl-130 {
        padding: 130px
    }

    .pt-xl-130 {
        padding-top: 130px
    }

    .pr-xl-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-xl-130 {
        padding-left: 130px
    }

    .pb-xl-130 {
        padding-bottom: 130px
    }

    .pl-xl-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-xl-130 {
        padding-right: 130px
    }

    .p-lr-xl-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-xl-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .m-xl-n0 {
        margin: -0
    }

    .mt-xl-n0 {
        margin-top: -0
    }

    .mr-xl-n0 {
        margin-right: -0
    }

    [dir="rtl"] .mr-xl-n0 {
        margin-left: -0
    }

    .mb-xl-n0 {
        margin-bottom: -0
    }

    .ml-xl-n0 {
        margin-left: -0
    }

    [dir="rtl"] .ml-xl-n0 {
        margin-right: -0
    }

    .m-xl-n5 {
        margin: -5px
    }

    .mt-xl-n5 {
        margin-top: -5px
    }

    .mr-xl-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-xl-n5 {
        margin-left: -5px
    }

    .mb-xl-n5 {
        margin-bottom: -5px
    }

    .ml-xl-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-xl-n5 {
        margin-right: -5px
    }

    .m-xl-n8 {
        margin: -8px
    }

    .mt-xl-n8 {
        margin-top: -8px
    }

    .mr-xl-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-xl-n8 {
        margin-left: -8px
    }

    .mb-xl-n8 {
        margin-bottom: -8px
    }

    .ml-xl-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-xl-n8 {
        margin-right: -8px
    }

    .m-xl-n10 {
        margin: -10px
    }

    .mt-xl-n10 {
        margin-top: -10px
    }

    .mr-xl-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-xl-n10 {
        margin-left: -10px
    }

    .mb-xl-n10 {
        margin-bottom: -10px
    }

    .ml-xl-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-xl-n10 {
        margin-right: -10px
    }

    .m-xl-n12 {
        margin: -12px
    }

    .mt-xl-n12 {
        margin-top: -12px
    }

    .mr-xl-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-xl-n12 {
        margin-left: -12px
    }

    .mb-xl-n12 {
        margin-bottom: -12px
    }

    .ml-xl-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-xl-n12 {
        margin-right: -12px
    }

    .m-xl-n15 {
        margin: -15px
    }

    .mt-xl-n15 {
        margin-top: -15px
    }

    .mr-xl-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-xl-n15 {
        margin-left: -15px
    }

    .mb-xl-n15 {
        margin-bottom: -15px
    }

    .ml-xl-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-xl-n15 {
        margin-right: -15px
    }

    .m-xl-n17 {
        margin: -17px
    }

    .mt-xl-n17 {
        margin-top: -17px
    }

    .mr-xl-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-xl-n17 {
        margin-left: -17px
    }

    .mb-xl-n17 {
        margin-bottom: -17px
    }

    .ml-xl-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-xl-n17 {
        margin-right: -17px
    }

    .m-xl-n20 {
        margin: -20px
    }

    .mt-xl-n20 {
        margin-top: -20px
    }

    .mr-xl-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-xl-n20 {
        margin-left: -20px
    }

    .mb-xl-n20 {
        margin-bottom: -20px
    }

    .ml-xl-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-xl-n20 {
        margin-right: -20px
    }

    .m-xl-n25 {
        margin: -25px
    }

    .mt-xl-n25 {
        margin-top: -25px
    }

    .mr-xl-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-xl-n25 {
        margin-left: -25px
    }

    .mb-xl-n25 {
        margin-bottom: -25px
    }

    .ml-xl-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-xl-n25 {
        margin-right: -25px
    }

    .m-xl-n32 {
        margin: -32px
    }

    .mt-xl-n32 {
        margin-top: -32px
    }

    .mr-xl-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-xl-n32 {
        margin-left: -32px
    }

    .mb-xl-n32 {
        margin-bottom: -32px
    }

    .ml-xl-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-xl-n32 {
        margin-right: -32px
    }

    .m-xl-n30 {
        margin: -30px
    }

    .mt-xl-n30 {
        margin-top: -30px
    }

    .mr-xl-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-xl-n30 {
        margin-left: -30px
    }

    .mb-xl-n30 {
        margin-bottom: -30px
    }

    .ml-xl-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-xl-n30 {
        margin-right: -30px
    }

    .m-xl-n35 {
        margin: -35px
    }

    .mt-xl-n35 {
        margin-top: -35px
    }

    .mr-xl-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-xl-n35 {
        margin-left: -35px
    }

    .mb-xl-n35 {
        margin-bottom: -35px
    }

    .ml-xl-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-xl-n35 {
        margin-right: -35px
    }

    .m-xl-n40 {
        margin: -40px
    }

    .mt-xl-n40 {
        margin-top: -40px
    }

    .mr-xl-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-xl-n40 {
        margin-left: -40px
    }

    .mb-xl-n40 {
        margin-bottom: -40px
    }

    .ml-xl-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-xl-n40 {
        margin-right: -40px
    }

    .m-xl-n45 {
        margin: -45px
    }

    .mt-xl-n45 {
        margin-top: -45px
    }

    .mr-xl-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-xl-n45 {
        margin-left: -45px
    }

    .mb-xl-n45 {
        margin-bottom: -45px
    }

    .ml-xl-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-xl-n45 {
        margin-right: -45px
    }

    .m-xl-n50 {
        margin: -50px
    }

    .mt-xl-n50 {
        margin-top: -50px
    }

    .mr-xl-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-xl-n50 {
        margin-left: -50px
    }

    .mb-xl-n50 {
        margin-bottom: -50px
    }

    .ml-xl-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-xl-n50 {
        margin-right: -50px
    }

    .m-xl-n55 {
        margin: -55px
    }

    .mt-xl-n55 {
        margin-top: -55px
    }

    .mr-xl-n55 {
        margin-right: -55px
    }

    [dir="rtl"] .mr-xl-n55 {
        margin-left: -55px
    }

    .mb-xl-n55 {
        margin-bottom: -55px
    }

    .ml-xl-n55 {
        margin-left: -55px
    }

    [dir="rtl"] .ml-xl-n55 {
        margin-right: -55px
    }

    .m-xl-n60 {
        margin: -60px
    }

    .mt-xl-n60 {
        margin-top: -60px
    }

    .mr-xl-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-xl-n60 {
        margin-left: -60px
    }

    .mb-xl-n60 {
        margin-bottom: -60px
    }

    .ml-xl-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-xl-n60 {
        margin-right: -60px
    }

    .m-xl-n65 {
        margin: -65px
    }

    .mt-xl-n65 {
        margin-top: -65px
    }

    .mr-xl-n65 {
        margin-right: -65px
    }

    [dir="rtl"] .mr-xl-n65 {
        margin-left: -65px
    }

    .mb-xl-n65 {
        margin-bottom: -65px
    }

    .ml-xl-n65 {
        margin-left: -65px
    }

    [dir="rtl"] .ml-xl-n65 {
        margin-right: -65px
    }

    .m-xl-n70 {
        margin: -70px
    }

    .mt-xl-n70 {
        margin-top: -70px
    }

    .mr-xl-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-xl-n70 {
        margin-left: -70px
    }

    .mb-xl-n70 {
        margin-bottom: -70px
    }

    .ml-xl-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-xl-n70 {
        margin-right: -70px
    }

    .m-xl-n75 {
        margin: -75px
    }

    .mt-xl-n75 {
        margin-top: -75px
    }

    .mr-xl-n75 {
        margin-right: -75px
    }

    [dir="rtl"] .mr-xl-n75 {
        margin-left: -75px
    }

    .mb-xl-n75 {
        margin-bottom: -75px
    }

    .ml-xl-n75 {
        margin-left: -75px
    }

    [dir="rtl"] .ml-xl-n75 {
        margin-right: -75px
    }

    .m-xl-n80 {
        margin: -80px
    }

    .mt-xl-n80 {
        margin-top: -80px
    }

    .mr-xl-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-xl-n80 {
        margin-left: -80px
    }

    .mb-xl-n80 {
        margin-bottom: -80px
    }

    .ml-xl-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-xl-n80 {
        margin-right: -80px
    }

    .m-xl-n85 {
        margin: -85px
    }

    .mt-xl-n85 {
        margin-top: -85px
    }

    .mr-xl-n85 {
        margin-right: -85px
    }

    [dir="rtl"] .mr-xl-n85 {
        margin-left: -85px
    }

    .mb-xl-n85 {
        margin-bottom: -85px
    }

    .ml-xl-n85 {
        margin-left: -85px
    }

    [dir="rtl"] .ml-xl-n85 {
        margin-right: -85px
    }

    .m-xl-n90 {
        margin: -90px
    }

    .mt-xl-n90 {
        margin-top: -90px
    }

    .mr-xl-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-xl-n90 {
        margin-left: -90px
    }

    .mb-xl-n90 {
        margin-bottom: -90px
    }

    .ml-xl-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-xl-n90 {
        margin-right: -90px
    }

    .m-xl-n95 {
        margin: -95px
    }

    .mt-xl-n95 {
        margin-top: -95px
    }

    .mr-xl-n95 {
        margin-right: -95px
    }

    [dir="rtl"] .mr-xl-n95 {
        margin-left: -95px
    }

    .mb-xl-n95 {
        margin-bottom: -95px
    }

    .ml-xl-n95 {
        margin-left: -95px
    }

    [dir="rtl"] .ml-xl-n95 {
        margin-right: -95px
    }

    .m-xl-n100 {
        margin: -100px
    }

    .mt-xl-n100 {
        margin-top: -100px
    }

    .mr-xl-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-xl-n100 {
        margin-left: -100px
    }

    .mb-xl-n100 {
        margin-bottom: -100px
    }

    .ml-xl-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-xl-n100 {
        margin-right: -100px
    }

    .m-xl-n105 {
        margin: -105px
    }

    .mt-xl-n105 {
        margin-top: -105px
    }

    .mr-xl-n105 {
        margin-right: -105px
    }

    [dir="rtl"] .mr-xl-n105 {
        margin-left: -105px
    }

    .mb-xl-n105 {
        margin-bottom: -105px
    }

    .ml-xl-n105 {
        margin-left: -105px
    }

    [dir="rtl"] .ml-xl-n105 {
        margin-right: -105px
    }

    .m-xl-n110 {
        margin: -110px
    }

    .mt-xl-n110 {
        margin-top: -110px
    }

    .mr-xl-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-xl-n110 {
        margin-left: -110px
    }

    .mb-xl-n110 {
        margin-bottom: -110px
    }

    .ml-xl-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-xl-n110 {
        margin-right: -110px
    }

    .m-xl-n115 {
        margin: -115px
    }

    .mt-xl-n115 {
        margin-top: -115px
    }

    .mr-xl-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-xl-n115 {
        margin-left: -115px
    }

    .mb-xl-n115 {
        margin-bottom: -115px
    }

    .ml-xl-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-xl-n115 {
        margin-right: -115px
    }

    .m-xl-n120 {
        margin: -120px
    }

    .mt-xl-n120 {
        margin-top: -120px
    }

    .mr-xl-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-xl-n120 {
        margin-left: -120px
    }

    .mb-xl-n120 {
        margin-bottom: -120px
    }

    .ml-xl-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-xl-n120 {
        margin-right: -120px
    }

    .m-xl-n125 {
        margin: -125px
    }

    .mt-xl-n125 {
        margin-top: -125px
    }

    .mr-xl-n125 {
        margin-right: -125px
    }

    [dir="rtl"] .mr-xl-n125 {
        margin-left: -125px
    }

    .mb-xl-n125 {
        margin-bottom: -125px
    }

    .ml-xl-n125 {
        margin-left: -125px
    }

    [dir="rtl"] .ml-xl-n125 {
        margin-right: -125px
    }

    .m-xl-n130 {
        margin: -130px
    }

    .mt-xl-n130 {
        margin-top: -130px
    }

    .mr-xl-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-xl-n130 {
        margin-left: -130px
    }

    .mb-xl-n130 {
        margin-bottom: -130px
    }

    .ml-xl-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-xl-n130 {
        margin-right: -130px
    }

    .m-xl-auto {
        margin: auto
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin:0
    }

    .mt-xxl-0 {
        margin-top: 0
    }

    .mr-xxl-0 {
        margin-right: 0
    }

    [dir="rtl"] .mr-xxl-0 {
        margin-left: 0
    }

    .mb-xxl-0 {
        margin-bottom: 0
    }

    .ml-xxl-0 {
        margin-left: 0
    }

    [dir="rtl"] .ml-xxl-0 {
        margin-right: 0
    }

    .m-lr-xxl-0 {
        margin-left: 0;
        margin-right: 0
    }

    .m-tb-xxl-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .m-xxl-5 {
        margin: 5px
    }

    .mt-xxl-5 {
        margin-top: 5px
    }

    .mr-xxl-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-xxl-5 {
        margin-left: 5px
    }

    .mb-xxl-5 {
        margin-bottom: 5px
    }

    .ml-xxl-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-xxl-5 {
        margin-right: 5px
    }

    .m-lr-xxl-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-xxl-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-xxl-8 {
        margin: 8px
    }

    .mt-xxl-8 {
        margin-top: 8px
    }

    .mr-xxl-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-xxl-8 {
        margin-left: 8px
    }

    .mb-xxl-8 {
        margin-bottom: 8px
    }

    .ml-xxl-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-xxl-8 {
        margin-right: 8px
    }

    .m-lr-xxl-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-xxl-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-xxl-10 {
        margin: 10px
    }

    .mt-xxl-10 {
        margin-top: 10px
    }

    .mr-xxl-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-xxl-10 {
        margin-left: 10px
    }

    .mb-xxl-10 {
        margin-bottom: 10px
    }

    .ml-xxl-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-xxl-10 {
        margin-right: 10px
    }

    .m-lr-xxl-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-xxl-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-xxl-12 {
        margin: 12px
    }

    .mt-xxl-12 {
        margin-top: 12px
    }

    .mr-xxl-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-xxl-12 {
        margin-left: 12px
    }

    .mb-xxl-12 {
        margin-bottom: 12px
    }

    .ml-xxl-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-xxl-12 {
        margin-right: 12px
    }

    .m-lr-xxl-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-xxl-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-xxl-15 {
        margin: 15px
    }

    .mt-xxl-15 {
        margin-top: 15px
    }

    .mr-xxl-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-xxl-15 {
        margin-left: 15px
    }

    .mb-xxl-15 {
        margin-bottom: 15px
    }

    .ml-xxl-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-xxl-15 {
        margin-right: 15px
    }

    .m-lr-xxl-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-xxl-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-xxl-17 {
        margin: 17px
    }

    .mt-xxl-17 {
        margin-top: 17px
    }

    .mr-xxl-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-xxl-17 {
        margin-left: 17px
    }

    .mb-xxl-17 {
        margin-bottom: 17px
    }

    .ml-xxl-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-xxl-17 {
        margin-right: 17px
    }

    .m-lr-xxl-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-xxl-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-xxl-20 {
        margin: 20px
    }

    .mt-xxl-20 {
        margin-top: 20px
    }

    .mr-xxl-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-xxl-20 {
        margin-left: 20px
    }

    .mb-xxl-20 {
        margin-bottom: 20px
    }

    .ml-xxl-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-xxl-20 {
        margin-right: 20px
    }

    .m-lr-xxl-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-xxl-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-xxl-25 {
        margin: 25px
    }

    .mt-xxl-25 {
        margin-top: 25px
    }

    .mr-xxl-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-xxl-25 {
        margin-left: 25px
    }

    .mb-xxl-25 {
        margin-bottom: 25px
    }

    .ml-xxl-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-xxl-25 {
        margin-right: 25px
    }

    .m-lr-xxl-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-xxl-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-xxl-32 {
        margin: 32px
    }

    .mt-xxl-32 {
        margin-top: 32px
    }

    .mr-xxl-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-xxl-32 {
        margin-left: 32px
    }

    .mb-xxl-32 {
        margin-bottom: 32px
    }

    .ml-xxl-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-xxl-32 {
        margin-right: 32px
    }

    .m-lr-xxl-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-xxl-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-xxl-30 {
        margin: 30px
    }

    .mt-xxl-30 {
        margin-top: 30px
    }

    .mr-xxl-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-xxl-30 {
        margin-left: 30px
    }

    .mb-xxl-30 {
        margin-bottom: 30px
    }

    .ml-xxl-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-xxl-30 {
        margin-right: 30px
    }

    .m-lr-xxl-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-xxl-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-xxl-35 {
        margin: 35px
    }

    .mt-xxl-35 {
        margin-top: 35px
    }

    .mr-xxl-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-xxl-35 {
        margin-left: 35px
    }

    .mb-xxl-35 {
        margin-bottom: 35px
    }

    .ml-xxl-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-xxl-35 {
        margin-right: 35px
    }

    .m-lr-xxl-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-xxl-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-xxl-40 {
        margin: 40px
    }

    .mt-xxl-40 {
        margin-top: 40px
    }

    .mr-xxl-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-xxl-40 {
        margin-left: 40px
    }

    .mb-xxl-40 {
        margin-bottom: 40px
    }

    .ml-xxl-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-xxl-40 {
        margin-right: 40px
    }

    .m-lr-xxl-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-xxl-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-xxl-45 {
        margin: 45px
    }

    .mt-xxl-45 {
        margin-top: 45px
    }

    .mr-xxl-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-xxl-45 {
        margin-left: 45px
    }

    .mb-xxl-45 {
        margin-bottom: 45px
    }

    .ml-xxl-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-xxl-45 {
        margin-right: 45px
    }

    .m-lr-xxl-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-xxl-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-xxl-50 {
        margin: 50px
    }

    .mt-xxl-50 {
        margin-top: 50px
    }

    .mr-xxl-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-xxl-50 {
        margin-left: 50px
    }

    .mb-xxl-50 {
        margin-bottom: 50px
    }

    .ml-xxl-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-xxl-50 {
        margin-right: 50px
    }

    .m-lr-xxl-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-xxl-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-xxl-55 {
        margin: 55px
    }

    .mt-xxl-55 {
        margin-top: 55px
    }

    .mr-xxl-55 {
        margin-right: 55px
    }

    [dir="rtl"] .mr-xxl-55 {
        margin-left: 55px
    }

    .mb-xxl-55 {
        margin-bottom: 55px
    }

    .ml-xxl-55 {
        margin-left: 55px
    }

    [dir="rtl"] .ml-xxl-55 {
        margin-right: 55px
    }

    .m-lr-xxl-55 {
        margin-left: 55px;
        margin-right: 55px
    }

    .m-tb-xxl-55 {
        margin-top: 55px;
        margin-bottom: 55px
    }

    .m-xxl-60 {
        margin: 60px
    }

    .mt-xxl-60 {
        margin-top: 60px
    }

    .mr-xxl-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-xxl-60 {
        margin-left: 60px
    }

    .mb-xxl-60 {
        margin-bottom: 60px
    }

    .ml-xxl-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-xxl-60 {
        margin-right: 60px
    }

    .m-lr-xxl-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-xxl-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-xxl-65 {
        margin: 65px
    }

    .mt-xxl-65 {
        margin-top: 65px
    }

    .mr-xxl-65 {
        margin-right: 65px
    }

    [dir="rtl"] .mr-xxl-65 {
        margin-left: 65px
    }

    .mb-xxl-65 {
        margin-bottom: 65px
    }

    .ml-xxl-65 {
        margin-left: 65px
    }

    [dir="rtl"] .ml-xxl-65 {
        margin-right: 65px
    }

    .m-lr-xxl-65 {
        margin-left: 65px;
        margin-right: 65px
    }

    .m-tb-xxl-65 {
        margin-top: 65px;
        margin-bottom: 65px
    }

    .m-xxl-70 {
        margin: 70px
    }

    .mt-xxl-70 {
        margin-top: 70px
    }

    .mr-xxl-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-xxl-70 {
        margin-left: 70px
    }

    .mb-xxl-70 {
        margin-bottom: 70px
    }

    .ml-xxl-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-xxl-70 {
        margin-right: 70px
    }

    .m-lr-xxl-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-xxl-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-xxl-75 {
        margin: 75px
    }

    .mt-xxl-75 {
        margin-top: 75px
    }

    .mr-xxl-75 {
        margin-right: 75px
    }

    [dir="rtl"] .mr-xxl-75 {
        margin-left: 75px
    }

    .mb-xxl-75 {
        margin-bottom: 75px
    }

    .ml-xxl-75 {
        margin-left: 75px
    }

    [dir="rtl"] .ml-xxl-75 {
        margin-right: 75px
    }

    .m-lr-xxl-75 {
        margin-left: 75px;
        margin-right: 75px
    }

    .m-tb-xxl-75 {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .m-xxl-80 {
        margin: 80px
    }

    .mt-xxl-80 {
        margin-top: 80px
    }

    .mr-xxl-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-xxl-80 {
        margin-left: 80px
    }

    .mb-xxl-80 {
        margin-bottom: 80px
    }

    .ml-xxl-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-xxl-80 {
        margin-right: 80px
    }

    .m-lr-xxl-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-xxl-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-xxl-85 {
        margin: 85px
    }

    .mt-xxl-85 {
        margin-top: 85px
    }

    .mr-xxl-85 {
        margin-right: 85px
    }

    [dir="rtl"] .mr-xxl-85 {
        margin-left: 85px
    }

    .mb-xxl-85 {
        margin-bottom: 85px
    }

    .ml-xxl-85 {
        margin-left: 85px
    }

    [dir="rtl"] .ml-xxl-85 {
        margin-right: 85px
    }

    .m-lr-xxl-85 {
        margin-left: 85px;
        margin-right: 85px
    }

    .m-tb-xxl-85 {
        margin-top: 85px;
        margin-bottom: 85px
    }

    .m-xxl-90 {
        margin: 90px
    }

    .mt-xxl-90 {
        margin-top: 90px
    }

    .mr-xxl-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-xxl-90 {
        margin-left: 90px
    }

    .mb-xxl-90 {
        margin-bottom: 90px
    }

    .ml-xxl-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-xxl-90 {
        margin-right: 90px
    }

    .m-lr-xxl-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-xxl-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-xxl-95 {
        margin: 95px
    }

    .mt-xxl-95 {
        margin-top: 95px
    }

    .mr-xxl-95 {
        margin-right: 95px
    }

    [dir="rtl"] .mr-xxl-95 {
        margin-left: 95px
    }

    .mb-xxl-95 {
        margin-bottom: 95px
    }

    .ml-xxl-95 {
        margin-left: 95px
    }

    [dir="rtl"] .ml-xxl-95 {
        margin-right: 95px
    }

    .m-lr-xxl-95 {
        margin-left: 95px;
        margin-right: 95px
    }

    .m-tb-xxl-95 {
        margin-top: 95px;
        margin-bottom: 95px
    }

    .m-xxl-100 {
        margin: 100px
    }

    .mt-xxl-100 {
        margin-top: 100px
    }

    .mr-xxl-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-xxl-100 {
        margin-left: 100px
    }

    .mb-xxl-100 {
        margin-bottom: 100px
    }

    .ml-xxl-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-xxl-100 {
        margin-right: 100px
    }

    .m-lr-xxl-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-xxl-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-xxl-105 {
        margin: 105px
    }

    .mt-xxl-105 {
        margin-top: 105px
    }

    .mr-xxl-105 {
        margin-right: 105px
    }

    [dir="rtl"] .mr-xxl-105 {
        margin-left: 105px
    }

    .mb-xxl-105 {
        margin-bottom: 105px
    }

    .ml-xxl-105 {
        margin-left: 105px
    }

    [dir="rtl"] .ml-xxl-105 {
        margin-right: 105px
    }

    .m-lr-xxl-105 {
        margin-left: 105px;
        margin-right: 105px
    }

    .m-tb-xxl-105 {
        margin-top: 105px;
        margin-bottom: 105px
    }

    .m-xxl-110 {
        margin: 110px
    }

    .mt-xxl-110 {
        margin-top: 110px
    }

    .mr-xxl-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-xxl-110 {
        margin-left: 110px
    }

    .mb-xxl-110 {
        margin-bottom: 110px
    }

    .ml-xxl-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-xxl-110 {
        margin-right: 110px
    }

    .m-lr-xxl-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-xxl-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-xxl-115 {
        margin: 115px
    }

    .mt-xxl-115 {
        margin-top: 115px
    }

    .mr-xxl-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-xxl-115 {
        margin-left: 115px
    }

    .mb-xxl-115 {
        margin-bottom: 115px
    }

    .ml-xxl-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-xxl-115 {
        margin-right: 115px
    }

    .m-lr-xxl-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-xxl-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-xxl-120 {
        margin: 120px
    }

    .mt-xxl-120 {
        margin-top: 120px
    }

    .mr-xxl-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-xxl-120 {
        margin-left: 120px
    }

    .mb-xxl-120 {
        margin-bottom: 120px
    }

    .ml-xxl-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-xxl-120 {
        margin-right: 120px
    }

    .m-lr-xxl-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-xxl-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-xxl-125 {
        margin: 125px
    }

    .mt-xxl-125 {
        margin-top: 125px
    }

    .mr-xxl-125 {
        margin-right: 125px
    }

    [dir="rtl"] .mr-xxl-125 {
        margin-left: 125px
    }

    .mb-xxl-125 {
        margin-bottom: 125px
    }

    .ml-xxl-125 {
        margin-left: 125px
    }

    [dir="rtl"] .ml-xxl-125 {
        margin-right: 125px
    }

    .m-lr-xxl-125 {
        margin-left: 125px;
        margin-right: 125px
    }

    .m-tb-xxl-125 {
        margin-top: 125px;
        margin-bottom: 125px
    }

    .m-xxl-130 {
        margin: 130px
    }

    .mt-xxl-130 {
        margin-top: 130px
    }

    .mr-xxl-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-xxl-130 {
        margin-left: 130px
    }

    .mb-xxl-130 {
        margin-bottom: 130px
    }

    .ml-xxl-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-xxl-130 {
        margin-right: 130px
    }

    .m-lr-xxl-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-xxl-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .p-xxl-0 {
        padding: 0
    }

    .pt-xxl-0 {
        padding-top: 0
    }

    .pr-xxl-0 {
        padding-right: 0
    }

    [dir="rtl"] .pr-xxl-0 {
        padding-left: 0
    }

    .pb-xxl-0 {
        padding-bottom: 0
    }

    .pl-xxl-0 {
        padding-left: 0
    }

    [dir="rtl"] .pl-xxl-0 {
        padding-right: 0
    }

    .p-lr-xxl-0 {
        padding-left: 0;
        padding-right: 0
    }

    .p-tb-xxl-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .p-xxl-5 {
        padding: 5px
    }

    .pt-xxl-5 {
        padding-top: 5px
    }

    .pr-xxl-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-xxl-5 {
        padding-left: 5px
    }

    .pb-xxl-5 {
        padding-bottom: 5px
    }

    .pl-xxl-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-xxl-5 {
        padding-right: 5px
    }

    .p-lr-xxl-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-xxl-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-xxl-8 {
        padding: 8px
    }

    .pt-xxl-8 {
        padding-top: 8px
    }

    .pr-xxl-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-xxl-8 {
        padding-left: 8px
    }

    .pb-xxl-8 {
        padding-bottom: 8px
    }

    .pl-xxl-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-xxl-8 {
        padding-right: 8px
    }

    .p-lr-xxl-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-xxl-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-xxl-10 {
        padding: 10px
    }

    .pt-xxl-10 {
        padding-top: 10px
    }

    .pr-xxl-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-xxl-10 {
        padding-left: 10px
    }

    .pb-xxl-10 {
        padding-bottom: 10px
    }

    .pl-xxl-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-xxl-10 {
        padding-right: 10px
    }

    .p-lr-xxl-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-xxl-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-xxl-12 {
        padding: 12px
    }

    .pt-xxl-12 {
        padding-top: 12px
    }

    .pr-xxl-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-xxl-12 {
        padding-left: 12px
    }

    .pb-xxl-12 {
        padding-bottom: 12px
    }

    .pl-xxl-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-xxl-12 {
        padding-right: 12px
    }

    .p-lr-xxl-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-xxl-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-xxl-15 {
        padding: 15px
    }

    .pt-xxl-15 {
        padding-top: 15px
    }

    .pr-xxl-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-xxl-15 {
        padding-left: 15px
    }

    .pb-xxl-15 {
        padding-bottom: 15px
    }

    .pl-xxl-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-xxl-15 {
        padding-right: 15px
    }

    .p-lr-xxl-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-xxl-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-xxl-17 {
        padding: 17px
    }

    .pt-xxl-17 {
        padding-top: 17px
    }

    .pr-xxl-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-xxl-17 {
        padding-left: 17px
    }

    .pb-xxl-17 {
        padding-bottom: 17px
    }

    .pl-xxl-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-xxl-17 {
        padding-right: 17px
    }

    .p-lr-xxl-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-xxl-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-xxl-20 {
        padding: 20px
    }

    .pt-xxl-20 {
        padding-top: 20px
    }

    .pr-xxl-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-xxl-20 {
        padding-left: 20px
    }

    .pb-xxl-20 {
        padding-bottom: 20px
    }

    .pl-xxl-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-xxl-20 {
        padding-right: 20px
    }

    .p-lr-xxl-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-xxl-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-xxl-25 {
        padding: 25px
    }

    .pt-xxl-25 {
        padding-top: 25px
    }

    .pr-xxl-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-xxl-25 {
        padding-left: 25px
    }

    .pb-xxl-25 {
        padding-bottom: 25px
    }

    .pl-xxl-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-xxl-25 {
        padding-right: 25px
    }

    .p-lr-xxl-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-xxl-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-xxl-32 {
        padding: 32px
    }

    .pt-xxl-32 {
        padding-top: 32px
    }

    .pr-xxl-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-xxl-32 {
        padding-left: 32px
    }

    .pb-xxl-32 {
        padding-bottom: 32px
    }

    .pl-xxl-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-xxl-32 {
        padding-right: 32px
    }

    .p-lr-xxl-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-xxl-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-xxl-30 {
        padding: 30px
    }

    .pt-xxl-30 {
        padding-top: 30px
    }

    .pr-xxl-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-xxl-30 {
        padding-left: 30px
    }

    .pb-xxl-30 {
        padding-bottom: 30px
    }

    .pl-xxl-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-xxl-30 {
        padding-right: 30px
    }

    .p-lr-xxl-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-xxl-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-xxl-35 {
        padding: 35px
    }

    .pt-xxl-35 {
        padding-top: 35px
    }

    .pr-xxl-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-xxl-35 {
        padding-left: 35px
    }

    .pb-xxl-35 {
        padding-bottom: 35px
    }

    .pl-xxl-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-xxl-35 {
        padding-right: 35px
    }

    .p-lr-xxl-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-xxl-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-xxl-40 {
        padding: 40px
    }

    .pt-xxl-40 {
        padding-top: 40px
    }

    .pr-xxl-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-xxl-40 {
        padding-left: 40px
    }

    .pb-xxl-40 {
        padding-bottom: 40px
    }

    .pl-xxl-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-xxl-40 {
        padding-right: 40px
    }

    .p-lr-xxl-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-xxl-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-xxl-45 {
        padding: 45px
    }

    .pt-xxl-45 {
        padding-top: 45px
    }

    .pr-xxl-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-xxl-45 {
        padding-left: 45px
    }

    .pb-xxl-45 {
        padding-bottom: 45px
    }

    .pl-xxl-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-xxl-45 {
        padding-right: 45px
    }

    .p-lr-xxl-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-xxl-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-xxl-50 {
        padding: 50px
    }

    .pt-xxl-50 {
        padding-top: 50px
    }

    .pr-xxl-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-xxl-50 {
        padding-left: 50px
    }

    .pb-xxl-50 {
        padding-bottom: 50px
    }

    .pl-xxl-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-xxl-50 {
        padding-right: 50px
    }

    .p-lr-xxl-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-xxl-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-xxl-55 {
        padding: 55px
    }

    .pt-xxl-55 {
        padding-top: 55px
    }

    .pr-xxl-55 {
        padding-right: 55px
    }

    [dir="rtl"] .pr-xxl-55 {
        padding-left: 55px
    }

    .pb-xxl-55 {
        padding-bottom: 55px
    }

    .pl-xxl-55 {
        padding-left: 55px
    }

    [dir="rtl"] .pl-xxl-55 {
        padding-right: 55px
    }

    .p-lr-xxl-55 {
        padding-left: 55px;
        padding-right: 55px
    }

    .p-tb-xxl-55 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .p-xxl-60 {
        padding: 60px
    }

    .pt-xxl-60 {
        padding-top: 60px
    }

    .pr-xxl-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-xxl-60 {
        padding-left: 60px
    }

    .pb-xxl-60 {
        padding-bottom: 60px
    }

    .pl-xxl-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-xxl-60 {
        padding-right: 60px
    }

    .p-lr-xxl-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-xxl-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-xxl-65 {
        padding: 65px
    }

    .pt-xxl-65 {
        padding-top: 65px
    }

    .pr-xxl-65 {
        padding-right: 65px
    }

    [dir="rtl"] .pr-xxl-65 {
        padding-left: 65px
    }

    .pb-xxl-65 {
        padding-bottom: 65px
    }

    .pl-xxl-65 {
        padding-left: 65px
    }

    [dir="rtl"] .pl-xxl-65 {
        padding-right: 65px
    }

    .p-lr-xxl-65 {
        padding-left: 65px;
        padding-right: 65px
    }

    .p-tb-xxl-65 {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .p-xxl-70 {
        padding: 70px
    }

    .pt-xxl-70 {
        padding-top: 70px
    }

    .pr-xxl-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-xxl-70 {
        padding-left: 70px
    }

    .pb-xxl-70 {
        padding-bottom: 70px
    }

    .pl-xxl-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-xxl-70 {
        padding-right: 70px
    }

    .p-lr-xxl-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-xxl-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-xxl-75 {
        padding: 75px
    }

    .pt-xxl-75 {
        padding-top: 75px
    }

    .pr-xxl-75 {
        padding-right: 75px
    }

    [dir="rtl"] .pr-xxl-75 {
        padding-left: 75px
    }

    .pb-xxl-75 {
        padding-bottom: 75px
    }

    .pl-xxl-75 {
        padding-left: 75px
    }

    [dir="rtl"] .pl-xxl-75 {
        padding-right: 75px
    }

    .p-lr-xxl-75 {
        padding-left: 75px;
        padding-right: 75px
    }

    .p-tb-xxl-75 {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .p-xxl-80 {
        padding: 80px
    }

    .pt-xxl-80 {
        padding-top: 80px
    }

    .pr-xxl-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-xxl-80 {
        padding-left: 80px
    }

    .pb-xxl-80 {
        padding-bottom: 80px
    }

    .pl-xxl-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-xxl-80 {
        padding-right: 80px
    }

    .p-lr-xxl-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-xxl-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-xxl-85 {
        padding: 85px
    }

    .pt-xxl-85 {
        padding-top: 85px
    }

    .pr-xxl-85 {
        padding-right: 85px
    }

    [dir="rtl"] .pr-xxl-85 {
        padding-left: 85px
    }

    .pb-xxl-85 {
        padding-bottom: 85px
    }

    .pl-xxl-85 {
        padding-left: 85px
    }

    [dir="rtl"] .pl-xxl-85 {
        padding-right: 85px
    }

    .p-lr-xxl-85 {
        padding-left: 85px;
        padding-right: 85px
    }

    .p-tb-xxl-85 {
        padding-top: 85px;
        padding-bottom: 85px
    }

    .p-xxl-90 {
        padding: 90px
    }

    .pt-xxl-90 {
        padding-top: 90px
    }

    .pr-xxl-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-xxl-90 {
        padding-left: 90px
    }

    .pb-xxl-90 {
        padding-bottom: 90px
    }

    .pl-xxl-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-xxl-90 {
        padding-right: 90px
    }

    .p-lr-xxl-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-xxl-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-xxl-95 {
        padding: 95px
    }

    .pt-xxl-95 {
        padding-top: 95px
    }

    .pr-xxl-95 {
        padding-right: 95px
    }

    [dir="rtl"] .pr-xxl-95 {
        padding-left: 95px
    }

    .pb-xxl-95 {
        padding-bottom: 95px
    }

    .pl-xxl-95 {
        padding-left: 95px
    }

    [dir="rtl"] .pl-xxl-95 {
        padding-right: 95px
    }

    .p-lr-xxl-95 {
        padding-left: 95px;
        padding-right: 95px
    }

    .p-tb-xxl-95 {
        padding-top: 95px;
        padding-bottom: 95px
    }

    .p-xxl-100 {
        padding: 100px
    }

    .pt-xxl-100 {
        padding-top: 100px
    }

    .pr-xxl-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-xxl-100 {
        padding-left: 100px
    }

    .pb-xxl-100 {
        padding-bottom: 100px
    }

    .pl-xxl-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-xxl-100 {
        padding-right: 100px
    }

    .p-lr-xxl-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-xxl-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-xxl-105 {
        padding: 105px
    }

    .pt-xxl-105 {
        padding-top: 105px
    }

    .pr-xxl-105 {
        padding-right: 105px
    }

    [dir="rtl"] .pr-xxl-105 {
        padding-left: 105px
    }

    .pb-xxl-105 {
        padding-bottom: 105px
    }

    .pl-xxl-105 {
        padding-left: 105px
    }

    [dir="rtl"] .pl-xxl-105 {
        padding-right: 105px
    }

    .p-lr-xxl-105 {
        padding-left: 105px;
        padding-right: 105px
    }

    .p-tb-xxl-105 {
        padding-top: 105px;
        padding-bottom: 105px
    }

    .p-xxl-110 {
        padding: 110px
    }

    .pt-xxl-110 {
        padding-top: 110px
    }

    .pr-xxl-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-xxl-110 {
        padding-left: 110px
    }

    .pb-xxl-110 {
        padding-bottom: 110px
    }

    .pl-xxl-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-xxl-110 {
        padding-right: 110px
    }

    .p-lr-xxl-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-xxl-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-xxl-115 {
        padding: 115px
    }

    .pt-xxl-115 {
        padding-top: 115px
    }

    .pr-xxl-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-xxl-115 {
        padding-left: 115px
    }

    .pb-xxl-115 {
        padding-bottom: 115px
    }

    .pl-xxl-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-xxl-115 {
        padding-right: 115px
    }

    .p-lr-xxl-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-xxl-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-xxl-120 {
        padding: 120px
    }

    .pt-xxl-120 {
        padding-top: 120px
    }

    .pr-xxl-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-xxl-120 {
        padding-left: 120px
    }

    .pb-xxl-120 {
        padding-bottom: 120px
    }

    .pl-xxl-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-xxl-120 {
        padding-right: 120px
    }

    .p-lr-xxl-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-xxl-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-xxl-125 {
        padding: 125px
    }

    .pt-xxl-125 {
        padding-top: 125px
    }

    .pr-xxl-125 {
        padding-right: 125px
    }

    [dir="rtl"] .pr-xxl-125 {
        padding-left: 125px
    }

    .pb-xxl-125 {
        padding-bottom: 125px
    }

    .pl-xxl-125 {
        padding-left: 125px
    }

    [dir="rtl"] .pl-xxl-125 {
        padding-right: 125px
    }

    .p-lr-xxl-125 {
        padding-left: 125px;
        padding-right: 125px
    }

    .p-tb-xxl-125 {
        padding-top: 125px;
        padding-bottom: 125px
    }

    .p-xxl-130 {
        padding: 130px
    }

    .pt-xxl-130 {
        padding-top: 130px
    }

    .pr-xxl-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-xxl-130 {
        padding-left: 130px
    }

    .pb-xxl-130 {
        padding-bottom: 130px
    }

    .pl-xxl-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-xxl-130 {
        padding-right: 130px
    }

    .p-lr-xxl-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-xxl-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .m-xxl-n0 {
        margin: -0
    }

    .mt-xxl-n0 {
        margin-top: -0
    }

    .mr-xxl-n0 {
        margin-right: -0
    }

    [dir="rtl"] .mr-xxl-n0 {
        margin-left: -0
    }

    .mb-xxl-n0 {
        margin-bottom: -0
    }

    .ml-xxl-n0 {
        margin-left: -0
    }

    [dir="rtl"] .ml-xxl-n0 {
        margin-right: -0
    }

    .m-xxl-n5 {
        margin: -5px
    }

    .mt-xxl-n5 {
        margin-top: -5px
    }

    .mr-xxl-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-xxl-n5 {
        margin-left: -5px
    }

    .mb-xxl-n5 {
        margin-bottom: -5px
    }

    .ml-xxl-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-xxl-n5 {
        margin-right: -5px
    }

    .m-xxl-n8 {
        margin: -8px
    }

    .mt-xxl-n8 {
        margin-top: -8px
    }

    .mr-xxl-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-xxl-n8 {
        margin-left: -8px
    }

    .mb-xxl-n8 {
        margin-bottom: -8px
    }

    .ml-xxl-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-xxl-n8 {
        margin-right: -8px
    }

    .m-xxl-n10 {
        margin: -10px
    }

    .mt-xxl-n10 {
        margin-top: -10px
    }

    .mr-xxl-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-xxl-n10 {
        margin-left: -10px
    }

    .mb-xxl-n10 {
        margin-bottom: -10px
    }

    .ml-xxl-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-xxl-n10 {
        margin-right: -10px
    }

    .m-xxl-n12 {
        margin: -12px
    }

    .mt-xxl-n12 {
        margin-top: -12px
    }

    .mr-xxl-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-xxl-n12 {
        margin-left: -12px
    }

    .mb-xxl-n12 {
        margin-bottom: -12px
    }

    .ml-xxl-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-xxl-n12 {
        margin-right: -12px
    }

    .m-xxl-n15 {
        margin: -15px
    }

    .mt-xxl-n15 {
        margin-top: -15px
    }

    .mr-xxl-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-xxl-n15 {
        margin-left: -15px
    }

    .mb-xxl-n15 {
        margin-bottom: -15px
    }

    .ml-xxl-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-xxl-n15 {
        margin-right: -15px
    }

    .m-xxl-n17 {
        margin: -17px
    }

    .mt-xxl-n17 {
        margin-top: -17px
    }

    .mr-xxl-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-xxl-n17 {
        margin-left: -17px
    }

    .mb-xxl-n17 {
        margin-bottom: -17px
    }

    .ml-xxl-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-xxl-n17 {
        margin-right: -17px
    }

    .m-xxl-n20 {
        margin: -20px
    }

    .mt-xxl-n20 {
        margin-top: -20px
    }

    .mr-xxl-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-xxl-n20 {
        margin-left: -20px
    }

    .mb-xxl-n20 {
        margin-bottom: -20px
    }

    .ml-xxl-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-xxl-n20 {
        margin-right: -20px
    }

    .m-xxl-n25 {
        margin: -25px
    }

    .mt-xxl-n25 {
        margin-top: -25px
    }

    .mr-xxl-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-xxl-n25 {
        margin-left: -25px
    }

    .mb-xxl-n25 {
        margin-bottom: -25px
    }

    .ml-xxl-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-xxl-n25 {
        margin-right: -25px
    }

    .m-xxl-n32 {
        margin: -32px
    }

    .mt-xxl-n32 {
        margin-top: -32px
    }

    .mr-xxl-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-xxl-n32 {
        margin-left: -32px
    }

    .mb-xxl-n32 {
        margin-bottom: -32px
    }

    .ml-xxl-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-xxl-n32 {
        margin-right: -32px
    }

    .m-xxl-n30 {
        margin: -30px
    }

    .mt-xxl-n30 {
        margin-top: -30px
    }

    .mr-xxl-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-xxl-n30 {
        margin-left: -30px
    }

    .mb-xxl-n30 {
        margin-bottom: -30px
    }

    .ml-xxl-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-xxl-n30 {
        margin-right: -30px
    }

    .m-xxl-n35 {
        margin: -35px
    }

    .mt-xxl-n35 {
        margin-top: -35px
    }

    .mr-xxl-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-xxl-n35 {
        margin-left: -35px
    }

    .mb-xxl-n35 {
        margin-bottom: -35px
    }

    .ml-xxl-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-xxl-n35 {
        margin-right: -35px
    }

    .m-xxl-n40 {
        margin: -40px
    }

    .mt-xxl-n40 {
        margin-top: -40px
    }

    .mr-xxl-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-xxl-n40 {
        margin-left: -40px
    }

    .mb-xxl-n40 {
        margin-bottom: -40px
    }

    .ml-xxl-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-xxl-n40 {
        margin-right: -40px
    }

    .m-xxl-n45 {
        margin: -45px
    }

    .mt-xxl-n45 {
        margin-top: -45px
    }

    .mr-xxl-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-xxl-n45 {
        margin-left: -45px
    }

    .mb-xxl-n45 {
        margin-bottom: -45px
    }

    .ml-xxl-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-xxl-n45 {
        margin-right: -45px
    }

    .m-xxl-n50 {
        margin: -50px
    }

    .mt-xxl-n50 {
        margin-top: -50px
    }

    .mr-xxl-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-xxl-n50 {
        margin-left: -50px
    }

    .mb-xxl-n50 {
        margin-bottom: -50px
    }

    .ml-xxl-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-xxl-n50 {
        margin-right: -50px
    }

    .m-xxl-n55 {
        margin: -55px
    }

    .mt-xxl-n55 {
        margin-top: -55px
    }

    .mr-xxl-n55 {
        margin-right: -55px
    }

    [dir="rtl"] .mr-xxl-n55 {
        margin-left: -55px
    }

    .mb-xxl-n55 {
        margin-bottom: -55px
    }

    .ml-xxl-n55 {
        margin-left: -55px
    }

    [dir="rtl"] .ml-xxl-n55 {
        margin-right: -55px
    }

    .m-xxl-n60 {
        margin: -60px
    }

    .mt-xxl-n60 {
        margin-top: -60px
    }

    .mr-xxl-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-xxl-n60 {
        margin-left: -60px
    }

    .mb-xxl-n60 {
        margin-bottom: -60px
    }

    .ml-xxl-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-xxl-n60 {
        margin-right: -60px
    }

    .m-xxl-n65 {
        margin: -65px
    }

    .mt-xxl-n65 {
        margin-top: -65px
    }

    .mr-xxl-n65 {
        margin-right: -65px
    }

    [dir="rtl"] .mr-xxl-n65 {
        margin-left: -65px
    }

    .mb-xxl-n65 {
        margin-bottom: -65px
    }

    .ml-xxl-n65 {
        margin-left: -65px
    }

    [dir="rtl"] .ml-xxl-n65 {
        margin-right: -65px
    }

    .m-xxl-n70 {
        margin: -70px
    }

    .mt-xxl-n70 {
        margin-top: -70px
    }

    .mr-xxl-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-xxl-n70 {
        margin-left: -70px
    }

    .mb-xxl-n70 {
        margin-bottom: -70px
    }

    .ml-xxl-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-xxl-n70 {
        margin-right: -70px
    }

    .m-xxl-n75 {
        margin: -75px
    }

    .mt-xxl-n75 {
        margin-top: -75px
    }

    .mr-xxl-n75 {
        margin-right: -75px
    }

    [dir="rtl"] .mr-xxl-n75 {
        margin-left: -75px
    }

    .mb-xxl-n75 {
        margin-bottom: -75px
    }

    .ml-xxl-n75 {
        margin-left: -75px
    }

    [dir="rtl"] .ml-xxl-n75 {
        margin-right: -75px
    }

    .m-xxl-n80 {
        margin: -80px
    }

    .mt-xxl-n80 {
        margin-top: -80px
    }

    .mr-xxl-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-xxl-n80 {
        margin-left: -80px
    }

    .mb-xxl-n80 {
        margin-bottom: -80px
    }

    .ml-xxl-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-xxl-n80 {
        margin-right: -80px
    }

    .m-xxl-n85 {
        margin: -85px
    }

    .mt-xxl-n85 {
        margin-top: -85px
    }

    .mr-xxl-n85 {
        margin-right: -85px
    }

    [dir="rtl"] .mr-xxl-n85 {
        margin-left: -85px
    }

    .mb-xxl-n85 {
        margin-bottom: -85px
    }

    .ml-xxl-n85 {
        margin-left: -85px
    }

    [dir="rtl"] .ml-xxl-n85 {
        margin-right: -85px
    }

    .m-xxl-n90 {
        margin: -90px
    }

    .mt-xxl-n90 {
        margin-top: -90px
    }

    .mr-xxl-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-xxl-n90 {
        margin-left: -90px
    }

    .mb-xxl-n90 {
        margin-bottom: -90px
    }

    .ml-xxl-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-xxl-n90 {
        margin-right: -90px
    }

    .m-xxl-n95 {
        margin: -95px
    }

    .mt-xxl-n95 {
        margin-top: -95px
    }

    .mr-xxl-n95 {
        margin-right: -95px
    }

    [dir="rtl"] .mr-xxl-n95 {
        margin-left: -95px
    }

    .mb-xxl-n95 {
        margin-bottom: -95px
    }

    .ml-xxl-n95 {
        margin-left: -95px
    }

    [dir="rtl"] .ml-xxl-n95 {
        margin-right: -95px
    }

    .m-xxl-n100 {
        margin: -100px
    }

    .mt-xxl-n100 {
        margin-top: -100px
    }

    .mr-xxl-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-xxl-n100 {
        margin-left: -100px
    }

    .mb-xxl-n100 {
        margin-bottom: -100px
    }

    .ml-xxl-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-xxl-n100 {
        margin-right: -100px
    }

    .m-xxl-n105 {
        margin: -105px
    }

    .mt-xxl-n105 {
        margin-top: -105px
    }

    .mr-xxl-n105 {
        margin-right: -105px
    }

    [dir="rtl"] .mr-xxl-n105 {
        margin-left: -105px
    }

    .mb-xxl-n105 {
        margin-bottom: -105px
    }

    .ml-xxl-n105 {
        margin-left: -105px
    }

    [dir="rtl"] .ml-xxl-n105 {
        margin-right: -105px
    }

    .m-xxl-n110 {
        margin: -110px
    }

    .mt-xxl-n110 {
        margin-top: -110px
    }

    .mr-xxl-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-xxl-n110 {
        margin-left: -110px
    }

    .mb-xxl-n110 {
        margin-bottom: -110px
    }

    .ml-xxl-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-xxl-n110 {
        margin-right: -110px
    }

    .m-xxl-n115 {
        margin: -115px
    }

    .mt-xxl-n115 {
        margin-top: -115px
    }

    .mr-xxl-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-xxl-n115 {
        margin-left: -115px
    }

    .mb-xxl-n115 {
        margin-bottom: -115px
    }

    .ml-xxl-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-xxl-n115 {
        margin-right: -115px
    }

    .m-xxl-n120 {
        margin: -120px
    }

    .mt-xxl-n120 {
        margin-top: -120px
    }

    .mr-xxl-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-xxl-n120 {
        margin-left: -120px
    }

    .mb-xxl-n120 {
        margin-bottom: -120px
    }

    .ml-xxl-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-xxl-n120 {
        margin-right: -120px
    }

    .m-xxl-n125 {
        margin: -125px
    }

    .mt-xxl-n125 {
        margin-top: -125px
    }

    .mr-xxl-n125 {
        margin-right: -125px
    }

    [dir="rtl"] .mr-xxl-n125 {
        margin-left: -125px
    }

    .mb-xxl-n125 {
        margin-bottom: -125px
    }

    .ml-xxl-n125 {
        margin-left: -125px
    }

    [dir="rtl"] .ml-xxl-n125 {
        margin-right: -125px
    }

    .m-xxl-n130 {
        margin: -130px
    }

    .mt-xxl-n130 {
        margin-top: -130px
    }

    .mr-xxl-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-xxl-n130 {
        margin-left: -130px
    }

    .mb-xxl-n130 {
        margin-bottom: -130px
    }

    .ml-xxl-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-xxl-n130 {
        margin-right: -130px
    }

    .m-xxl-auto {
        margin: auto
    }

    .mt-xxl-auto,.my-xxl-auto {
        margin-top: auto
    }

    .mr-xxl-auto,.mx-xxl-auto {
        margin-right: auto
    }

    .mb-xxl-auto,.my-xxl-auto {
        margin-bottom: auto
    }

    .ml-xxl-auto,.mx-xxl-auto {
        margin-left: auto
    }
}

a,.transition,.cms-transition,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.cms-slick-dots button,img {
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-transition-1 {
    -webkit-transition: all 300ms linear 0s;
    -khtml-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.cms-transition-2 {
    -webkit-transition: all 300ms linear 0.05s;
    -khtml-transition: all 300ms linear 0.05s;
    -moz-transition: all 300ms linear 0.05s;
    -ms-transition: all 300ms linear 0.05s;
    -o-transition: all 300ms linear 0.05s;
    transition: all 300ms linear 0.05s
}

.cms-grid {
    position: relative
}

.cms-grid-sizer {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.cms-grid-gutter {
    width: 0
}

.cms-grid-filter-wrap {
    margin-bottom: 30px
}

.cms-grid-filter-wrap .cms-filter-item {
    max-width: 100%;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: var(--color-primary);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.cms-grid-filter-wrap .cms-filter-item:after {
    content: '';
    height: 4px;
    position: absolute;
    background-color: var(--color-accent);
    left: 7.5px;
    right: 100%;
    margin: auto;
    bottom: -1px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-grid-filter-wrap .cms-filter-item.active,.cms-grid-filter-wrap .cms-filter-item:hover {
    color: var(--color-accent)
}

.cms-grid-filter-wrap .cms-filter-item.active:after,.cms-grid-filter-wrap .cms-filter-item:hover:after {
    opacity: 1;
    right: 7.5px
}

.cms-grid-filter-wrap.outline .cms-filter-item:after {
    display: none
}

.cms-grid-filter-wrap.outline .cms-filter-item:after:hover .cms-filter-item-inner,.cms-grid-filter-wrap.outline .cms-filter-item:after.active .cms-filter-item-inner {
    border-color: var(--color-accent);
    color: var(--color-accent)
}

.cms-grid-filter-wrap.outline .cms-filter-item-inner {
    border: 2px solid filter_color;
    color: var(--color-primary);
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-grid-overlay.loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: visible
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    height: 100%;
    min-height: 1px;
    outline: none
}

.slick-slide img {
    display: inline-block !important;
    vertical-align: top
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    opacity: 0;
    visibility: hidden
}

.slick-disabled {
    cursor: not-allowed !important;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

.cms-slick-sliders {
    position: relative
}

.cms-slick-sliders .slick-list {
    overflow: visible
}

.cms-slick-sliders .slick-list .cms-slick-slide:not(.slick-active) {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.cms-slick-arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px
}

.cms-slick-arrows .cms-slick-arrow {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 15px
}

.cms-slick-arrows .cms-slick-dots {
    margin: 0;
    padding: 15px 20px
}

.cms-slick-arrow {
    cursor: pointer;
    z-index: 1;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-slick-arrow:hover {
    color: var(--color-accent)
}

.cms-slick-nav-in-vertical .cms-slick-arrows,.cms-slick-nav-out-vertical .cms-slick-arrows {
    margin: 0
}

.cms-slick-nav-in-vertical .cms-slick-arrow,.cms-slick-nav-out-vertical .cms-slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10.5px
}

.cms-slick-nav-in-vertical .cms-slick-prev {
    left: 15px
}

.cms-slick-nav-in-vertical .cms-slick-next {
    right: 15px
}

.cms-slick-nav-out-vertical .cms-slick-prev {
    left: -70px
}

@media (max-width: 1199px) {
    .cms-slick-nav-out-vertical .cms-slick-prev {
        left:-10px
    }
}

.cms-slick-nav-out-vertical .cms-slick-next {
    right: -70px
}

@media (max-width: 1199px) {
    .cms-slick-nav-out-vertical .cms-slick-next {
        right:-10px
    }
}

[class*="cms-slick-nav-top-"] .cms-slick-arrows {
    padding-bottom: 45px
}

[class*="cms-slick-nav-bottom-"] .cms-slick-arrows {
    padding-top: calc(45px - 5px)
}

.cms-slick-nav-top-right .cms-slick-arrows,.cms-slick-nav-bottom-right .cms-slick-arrows {
    justify-content: flex-end
}

@media (max-width: 767px) {
    .cms-slick-nav-top-right .cms-slick-arrows,.cms-slick-nav-bottom-right .cms-slick-arrows {
        justify-content:center
    }
}

.cms-slick-nav-top-center .cms-slick-arrows,.cms-slick-nav-bottom-center .cms-slick-arrows {
    justify-content: center
}

.cms-slick-dots-in-nav-true .cms-slick-arrows {
    flex-wrap: nowrap
}

@media (min-width: 1200px) {
    .cms-slick-nav-left-side .cms-slick--arrows,.cms-slick-nav-right-side .cms-slick--arrows,.cms-slick-nav-left-side2 .cms-slick--arrows,.cms-slick-nav-right-side2 .cms-slick--arrows {
        position:absolute;
        width: 70px
    }

    .cms-slick-nav-left-side:not(.cms-slick-dots-in-nav-true) .cms-slick-arrow,.cms-slick-nav-right-side:not(.cms-slick-dots-in-nav-true) .cms-slick-arrow,.cms-slick-nav-left-side2:not(.cms-slick-dots-in-nav-true) .cms-slick-arrow,.cms-slick-nav-right-side2:not(.cms-slick-dots-in-nav-true) .cms-slick-arrow {
        flex: 0 0 100%
    }

    .cms-slick-nav-left-side .cms-slick-sliders,.cms-slick-nav-right-side .cms-slick-sliders {
        position: relative;
        max-width: 1635px
    }

    .cms-slick-nav-left-side .cms-slick--arrows,.cms-slick-nav-right-side .cms-slick--arrows {
        top: 15px
    }

    .cms-slick-nav-left-side .cms-slick-sliders {
        padding-left: 70px;
        margin-right: -250px
    }

    [dir="rtl"] .cms-slick-nav-left-side .cms-slick-sliders {
        padding-left: 0;
        padding-right: 70px;
        margin-right: 0;
        margin-left: -250px
    }

    .cms-slick-nav-left-side .cms-slick--arrows {
        left: 0
    }

    [dir="rtl"] .cms-slick-nav-left-side .cms-slick--arrows {
        right: 0;
        left: auto
    }

    .cms-slick-nav-left-side .cms-slick-dots {
        margin-left: -445px;
        width: 100vw
    }

    .cms-slick-nav-left-side2 .cms-slick-sliders {
        padding-left: 70px;
        margin-left: -70px;
        margin-right: -380px
    }

    [dir="rtl"] .cms-slick-nav-left-side2 .cms-slick-sliders {
        padding-left: 0;
        padding-right: 70px;
        margin-right: -70;
        margin-left: -380px
    }

    .cms-slick-nav-left-side2 .cms-slick--arrows {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    [dir="rtl"] .cms-slick-nav-left-side2 .cms-slick--arrows {
        right: 0;
        left: auto
    }

    .cms-slick-nav-right-side .cms-slick-sliders {
        padding-right: 70px;
        margin-left: -250px
    }

    [dir="rtl"] .cms-slick-nav-right-side .cms-slick-sliders {
        padding-right: 0;
        padding-left: 70px;
        margin-left: 0;
        margin-right: -250px
    }

    .cms-slick-nav-right-side .cms-slick--arrows {
        right: 0
    }

    .cms-slick-nav-right-side .cms-slick--arrows .cms-slick-arrows .cms-slick-arrow-icon {
        float: right
    }

    [dir="rtl"] .cms-slick-nav-right-side .cms-slick--arrows {
        right: auto;
        left: 0
    }

    [dir="rtl"] .cms-slick-nav-right-side .cms-slick--arrows .cms-slick-arrow-icon {
        float: left
    }

    .cms-slick-nav-right-side2 .cms-slick-sliders {
        padding-right: 70px;
        margin-right: -70px;
        margin-left: -380px
    }

    [dir="rtl"] .cms-slick-nav-right-side2 .cms-slick-sliders {
        padding-right: 0;
        padding-left: 70px;
        margin-left: -70;
        margin-right: -380px
    }

    .cms-slick-nav-right-side2 .cms-slick--arrows {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    [dir="rtl"] .cms-slick-nav-right-side2 .cms-slick--arrows {
        left: 0;
        right: auto
    }
}

.cms-slick-nav-left-side2 .cms-slick-dots,.cms-slick-nav-right-side2 .cms-slick-dots {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.cms-slick-nav-style-default .cms-slick-arrow-icon {
    width: 21px;
    height: 42px;
    display: block;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-slick-nav-style-default .cms-slick-arrow-icon:before,.cms-slick-nav-style-default .cms-slick-arrow-icon:after {
    content: '';
    height: 2px;
    position: absolute;
    width: 30px;
    background-color: #fff
}

.cms-slick-nav-style-default .cms-slick-arrow-icon:before {
    transform: rotate(45deg);
    top: 10px;
    left: -5px
}

.cms-slick-nav-style-default .cms-slick-arrow-icon:after {
    transform: rotate(-45deg);
    bottom: 10px;
    left: -5px
}

html:not([dir="rtl"]) .cms-slick-nav-style-default .cms-slick-arrow-icon.prev {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

[dir="rtl"] .cms-slick-nav-style-default .cms-slick-arrow-icon.next {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-slick-nav-style-default .cms-slick-arrow-icon:hover:before,.cms-slick-nav-style-default .cms-slick-arrow-icon:hover:after {
    background-color: var(--color-accent)
}

.cms-slick-nav-style-long-arrow-text .cms-slick-arrow-icon {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 15px
}

.cms-slick-nav-style-long-arrow-text .cms-slick-arrow-icon.next:before {
    content: attr(data-title);
    padding-right: 10px
}

[dir="rtl"] .cms-slick-nav-style-long-arrow-text .cms-slick-arrow-icon.next:before {
    padding-right: 0;
    padding-left: 10px;
    float: right
}

.cms-slick-nav-style-long-arrow-text .cms-slick-arrow-icon.next:after {
    font-family: "cms-solatec";
    content: "\f068";
    text-transform: none !important
}

.cms-slick-nav-style-long-arrow-text .cms-slick-arrow-icon.prev:before {
    font-family: "cms-solatec";
    content: "\f068";
    text-transform: none !important
}

.cms-slick-nav-style-long-arrow-text .cms-slick-arrow-icon.prev:after {
    content: attr(data-title);
    padding-left: 10px
}

[dir="rtl"] .cms-slick-nav-style-long-arrow-text .cms-slick-arrow-icon.prev:after {
    padding-left: 0;
    padding-right: 10px;
    float: left
}

.cms-slick-nav-style-long-arrow-text .cms-slick-arrow:hover .cms-slick-arrow-icon.next:after {
    font-family: "cms-solatec";
    content: "\f061";
    text-transform: none !important
}

[dir="rtl"] .cms-slick-nav-style-long-arrow-text .cms-slick-arrow:hover .cms-slick-arrow-icon.next:after {
    font-family: "cms-solatec";
    content: "\f060";
    text-transform: none !important
}

.cms-slick-nav-style-long-arrow-text .cms-slick-arrow:hover .cms-slick-arrow-icon.prev:before {
    font-family: "cms-solatec";
    content: "\f060";
    text-transform: none !important
}

[dir="rtl"] .cms-slick-nav-style-long-arrow-text .cms-slick-arrow:hover .cms-slick-arrow-icon.prev:before {
    font-family: "cms-solatec";
    content: "\f061";
    text-transform: none !important
}

.cms-slick-nav-style-long-arrow .cms-slick-arrows {
    margin: 40px 0 0
}

.cms-slick-nav-style-long-arrow .cms-slick-arrow {
    width: 100px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: var(--color-primary)
}

.cms-slick-nav-style-long-arrow .cms-slick-arrow:hover {
    background-color: var(--color-accent)
}

.cms-slick-nav-style-long-arrow .cms-slick-next:before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: var(--color-secondary);
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: calc(50% - 10px)
}

.cms-slick-nav-style-long-arrow .cms-slick-next:hover:before {
    background-color: transparent
}

.cms-slick-nav-color-accent .cms-slick-arrow-icon:before,.cms-slick-nav-color-accent .cms-slick-arrow-icon:after {
    background-color: rgb(74,171,61)
}

.cms-slick-nav-color-primary .cms-slick-arrow-icon:before,.cms-slick-nav-color-primary .cms-slick-arrow-icon:after {
    background-color: rgb(27,26,26)
}

.cms-slick-nav-color-secondary .cms-slick-arrow-icon:before,.cms-slick-nav-color-secondary .cms-slick-arrow-icon:after {
    background-color: rgb(234,234,234)
}

.cms-slick-nav-color-rating .cms-slick-arrow-icon:before,.cms-slick-nav-color-rating .cms-slick-arrow-icon:after {
    background-color: rgb(74,171,61)
}

.cms-slick-nav-color-body .cms-slick-arrow-icon:before,.cms-slick-nav-color-body .cms-slick-arrow-icon:after {
    background-color: rgb(155,155,155)
}

.cms-slick-nav-color-white .cms-slick-arrow-icon:before,.cms-slick-nav-color-white .cms-slick-arrow-icon:after {
    background-color: rgb(255,255,255)
}

.cms-slick-nav-color-616161 .cms-slick-arrow-icon:before,.cms-slick-nav-color-616161 .cms-slick-arrow-icon:after {
    background-color: rgb(97,97,97)
}

.cms-slick-nav-color-hover-accent .cms-slick-arrow-icon:hover:before,.cms-slick-nav-color-hover-accent .cms-slick-arrow-icon:hover:after {
    background-color: rgb(74,171,61)
}

.cms-slick-nav-color-hover-primary .cms-slick-arrow-icon:hover:before,.cms-slick-nav-color-hover-primary .cms-slick-arrow-icon:hover:after {
    background-color: rgb(27,26,26)
}

.cms-slick-nav-color-hover-secondary .cms-slick-arrow-icon:hover:before,.cms-slick-nav-color-hover-secondary .cms-slick-arrow-icon:hover:after {
    background-color: rgb(234,234,234)
}

.cms-slick-nav-color-hover-rating .cms-slick-arrow-icon:hover:before,.cms-slick-nav-color-hover-rating .cms-slick-arrow-icon:hover:after {
    background-color: rgb(74,171,61)
}

.cms-slick-nav-color-hover-body .cms-slick-arrow-icon:hover:before,.cms-slick-nav-color-hover-body .cms-slick-arrow-icon:hover:after {
    background-color: rgb(155,155,155)
}

.cms-slick-nav-color-hover-white .cms-slick-arrow-icon:hover:before,.cms-slick-nav-color-hover-white .cms-slick-arrow-icon:hover:after {
    background-color: rgb(255,255,255)
}

.cms-slick-nav-color-hover-616161 .cms-slick-arrow-icon:hover:before,.cms-slick-nav-color-hover-616161 .cms-slick-arrow-icon:hover:after {
    background-color: rgb(97,97,97)
}

.cms-slick-dots {
    margin-top: 36px
}

ul.cms-slick-dot {
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%
}

ul.cms-slick-dot li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0
}

ul.cms-slick-dot li button {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: block;
    font-size: 0;
    text-indent: -9999px;
    position: relative;
    border: none;
    -webkit-backface-visibility: visible;
    -khtml-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ul.cms-slick-dot li button:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 3px transparent;
    -khtml-box-shadow: 0 0 0 3px transparent;
    -moz-box-shadow: 0 0 0 3px transparent;
    -ms-box-shadow: 0 0 0 3px transparent;
    -o-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

ul.cms-slick-dot li.slick-active button:before,ul.cms-slick-dot li:hover button:before {
    -webkit-box-shadow: 0 0 0 3px var(--color-accent);
    -khtml-box-shadow: 0 0 0 3px var(--color-accent);
    -moz-box-shadow: 0 0 0 3px var(--color-accent);
    -ms-box-shadow: 0 0 0 3px var(--color-accent);
    -o-box-shadow: 0 0 0 3px var(--color-accent);
    box-shadow: 0 0 0 3px var(--color-accent);
    background: #161616
}

.cms-slick-dots-align-start ul.cms-slick-dot {
    justify-content: flex-start
}

.cms-slick-dots-align-center ul.cms-slick-dot {
    justify-content: center
}

.cms-slick-dots-align-end ul.cms-slick-dot {
    justify-content: flex-end
}

.cms-slick-dots-align-justify ul.cms-slick-dot {
    justify-content: space-between
}

@media (min-width: 570px) {
    .cms-slick-dots-in .cms-slick-dots {
        position:absolute;
        bottom: 40px;
        left: 0;
        right: 0
    }
}

.cms-slick-dots-color-accent ul.cms-slick-dot li button:before {
    background: rgb(74,171,61)
}

.cms-slick-dots-color-primary ul.cms-slick-dot li button:before {
    background: rgb(27,26,26)
}

.cms-slick-dots-color-secondary ul.cms-slick-dot li button:before {
    background: rgb(234,234,234)
}

.cms-slick-dots-color-rating ul.cms-slick-dot li button:before {
    background: rgb(74,171,61)
}

.cms-slick-dots-color-body ul.cms-slick-dot li button:before {
    background: rgb(155,155,155)
}

.cms-slick-dots-color-white ul.cms-slick-dot li button:before {
    background: rgb(255,255,255)
}

.cms-slick-dots-color-616161 ul.cms-slick-dot li button:before {
    background: rgb(97,97,97)
}

.cms-slick-dots-color-hover-accent ul.cms-slick-dot li.slick-active button:before,.cms-slick-dots-color-hover-accent ul.cms-slick-dot li:hover button:before {
    background: rgb(74,171,61)
}

.cms-slick-dots-color-hover-primary ul.cms-slick-dot li.slick-active button:before,.cms-slick-dots-color-hover-primary ul.cms-slick-dot li:hover button:before {
    background: rgb(27,26,26)
}

.cms-slick-dots-color-hover-secondary ul.cms-slick-dot li.slick-active button:before,.cms-slick-dots-color-hover-secondary ul.cms-slick-dot li:hover button:before {
    background: rgb(234,234,234)
}

.cms-slick-dots-color-hover-rating ul.cms-slick-dot li.slick-active button:before,.cms-slick-dots-color-hover-rating ul.cms-slick-dot li:hover button:before {
    background: rgb(74,171,61)
}

.cms-slick-dots-color-hover-body ul.cms-slick-dot li.slick-active button:before,.cms-slick-dots-color-hover-body ul.cms-slick-dot li:hover button:before {
    background: rgb(155,155,155)
}

.cms-slick-dots-color-hover-white ul.cms-slick-dot li.slick-active button:before,.cms-slick-dots-color-hover-white ul.cms-slick-dot li:hover button:before {
    background: rgb(255,255,255)
}

.cms-slick-dots-color-hover-616161 ul.cms-slick-dot li.slick-active button:before,.cms-slick-dots-color-hover-616161 ul.cms-slick-dot li:hover button:before {
    background: rgb(97,97,97)
}

.cms-slick-slider-data-settings .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.cms-slick-slider-data-settings .cms-slick-slide {
    margin-left: 15px;
    margin-right: 15px
}

.cms-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    z-index: 0
}

@media (min-width: 992px) {
    .cms-swiper-container:not(.no-shadow) {
        padding:0;
        margin: 0
    }
}

.cms-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.cms-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0 !important
}

.cms-swiper-slide.swiper-slide-visible,.cms-swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.swiper-container-multirow-column > .cms-swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-multirow-column > .cms-swiper-wrapper .cms-swiper-slide {
    height: calc((100% - 40px) / 2)
}

.swiper-container-multirow-row > .cms-swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row
}

.swiper-container-multirow-row > .cms-swiper-wrapper .cms-swiper-slide {
    height: calc((100% - 40px) / 2)
}

.swiper-container-vertical > .cms-swiper-wrapper {
    flex-direction: column
}

.swiper-container-cube .swiper-cube-shadow {
    display: none;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

@media (min-width: 1200px) {
    .cms-sliders-full-end .cms-swiper-container {
        margin-right:-160px
    }

    [dir="rtl"] .cms-sliders-full-end .cms-swiper-container {
        margin-right: 0;
        margin-left: -160px
    }
}

@media (min-width: 1600px) {
    .cms-sliders-full-end .cms-swiper-container {
        margin-right:-427px
    }

    [dir="rtl"] .cms-sliders-full-end .cms-swiper-container {
        margin-right: 0;
        margin-left: -427px
    }
}

@media (min-width: 1800px) {
    .cms-sliders-full-end .cms-swiper-container {
        margin-right:0
    }

    [dir="rtl"] .cms-sliders-full-end .cms-swiper-container {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .cms-sliders-full-end-large .cms-swiper-container {
        margin-right:-320px
    }

    [dir="rtl"] .cms-sliders-full-end-large .cms-swiper-container {
        margin-right: 0;
        margin-left: -320px
    }
}

@media (min-width: 1600px) {
    .cms-sliders-full-end-large .cms-swiper-container {
        margin-right:-442px
    }

    [dir="rtl"] .cms-sliders-full-end-large .cms-swiper-container {
        margin-right: 0;
        margin-left: -442px
    }
}

@media (min-width: 1800px) {
    .cms-sliders-full-end-large .cms-swiper-container {
        margin-right:-442px
    }

    [dir="rtl"] .cms-sliders-full-end-large .cms-swiper-container {
        margin-right: 0;
        margin-left: -442px
    }
}

@media (min-width: 992px) {
    .cms-sliders-full-start .cms-swiper-container {
        margin-left:-160px
    }
}

@media (min-width: 1200px) {
    .cms-sliders-full-start .cms-swiper-container {
        margin-left:-360px
    }
}

@media (min-width: 992px) {
    .cms-sliders-full-start-large .cms-swiper-container {
        margin-left:-360px
    }

    [dir="rtl"] .cms-sliders-full-start-large .cms-swiper-container {
        margin-left: 0;
        margin-right: -360px
    }
}

@media (min-width: 1200px) {
    .cms-sliders-full-start-large .cms-swiper-container {
        margin-left:-460px
    }

    [dir="rtl"] .cms-sliders-full-start-large .cms-swiper-container {
        margin-left: 0;
        margin-right: -460px
    }
}

.cms-swiper-effect-cube,.cms-swiper-effect-flip {
    overflow: hidden
}

.cms-swiper-arrow {
    font-size: 40px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    color: var(--color-accent);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: background 300ms linear 0ms;
    -khtml-transition: background 300ms linear 0ms;
    -moz-transition: background 300ms linear 0ms;
    -ms-transition: background 300ms linear 0ms;
    -o-transition: background 300ms linear 0ms;
    transition: background 300ms linear 0ms
}

.cms-swiper-arrow:before {
    display: block;
    line-height: 45px;
    -webkit-transition: font-size 300ms linear 0ms;
    -khtml-transition: font-size 300ms linear 0ms;
    -moz-transition: font-size 300ms linear 0ms;
    -ms-transition: font-size 300ms linear 0ms;
    -o-transition: font-size 300ms linear 0ms;
    transition: font-size 300ms linear 0ms
}

.cms-swiper-arrow:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-swiper-arrow.swiper-button-disabled {
    cursor: not-allowed
}

.cms-swiper-arrow-next {
    text-align: end
}

.cms-swiper-arrow-next:before {
    content: "\6a"
}

.cms-swiper-arrow-prev {
    text-align: start
}

.cms-swiper-arrow-prev:before {
    content: "\69"
}

.cms-swiper-nav-outline-yes .cms-swiper-arrow {
    -webkit-box-shadow: 0 0 0 2px #bcbcbc inset;
    -khtml-box-shadow: 0 0 0 2px #bcbcbc inset;
    -moz-box-shadow: 0 0 0 2px #bcbcbc inset;
    -ms-box-shadow: 0 0 0 2px #bcbcbc inset;
    -o-box-shadow: 0 0 0 2px #bcbcbc inset;
    box-shadow: 0 0 0 2px #bcbcbc inset
}

.cms-swiper-nav-outline-yes .cms-swiper-arrow:hover {
    -webkit-box-shadow: 0 0 0 2px transparent inset;
    -khtml-box-shadow: 0 0 0 2px transparent inset;
    -moz-box-shadow: 0 0 0 2px transparent inset;
    -ms-box-shadow: 0 0 0 2px transparent inset;
    -o-box-shadow: 0 0 0 2px transparent inset;
    box-shadow: 0 0 0 2px transparent inset
}

.cms-swiper-arrows-false .cms-swiper-arrows,.cms-swiper-arrows-false .cms-swiper-arrow {
    display: none
}

@media (max-width: 991px) {
    .cms-swiper-arrows-tablet-false .cms-swiper-arrows,.cms-swiper-arrows-tablet-false .cms-swiper-arrow {
        display:none
    }

    .cms-swiper-arrows-tablet-true .cms-swiper-arrows {
        display: flex
    }

    .cms-swiper-arrows-tablet-true .cms-swiper-arrow {
        display: block
    }
}

@media (max-width: 767px) {
    .cms-swiper-arrows-mobile-false .cms-swiper-arrows,.cms-swiper-arrows-mobile-false .cms-swiper-arrow {
        display:none
    }

    .cms-swiper-arrows-mobile-true .cms-swiper-arrows {
        display: flex
    }

    .cms-swiper-arrows-mobile-true .cms-swiper-arrow {
        display: block
    }
}

.cms-swiper-nav-in-vertical .cms-swiper-arrow,.cms-swiper-nav-out-vertical .cms-swiper-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
    left: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
    left: auto;
    right: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-prev:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
    right: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
    right: auto;
    left: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-next:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-swiper-nav-out-vertical .cms-swiper-arrow-prev {
    left: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-prev {
    left: auto;
    right: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-prev:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-swiper-nav-out-vertical .cms-swiper-arrow-next {
    right: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-next {
    right: auto;
    left: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-next:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-swiper-nav-top-right .cms-swiper-arrows,.cms-swiper-nav-bottom-right .cms-swiper-arrows {
    justify-content: end
}

.cms-swiper-nav-top-center .cms-swiper-arrows,.cms-swiper-nav-bottom-center .cms-swiper-arrows {
    justify-content: center
}

.cms-swiper-nav-pos-inside .cms-swiper-arrows {
    position: absolute;
    left: 0;
    right: 0
}

@media (min-width: 1600px) {
    .cms-swiper-nav-pos-inside .cms-swiper-arrows {
        left:150px;
        right: 150px
    }
}

.cms-swiper-nav-pos-inside[class*="cms-swiper-nav-top-"] .cms-swiper-arrows {
    top: 75px
}

.cms-swiper-nav-pos-inside[class*="cms-swiper-nav-bottom-"] .cms-swiper-arrows {
    bottom: 75px
}

.cms-swiper-nav-left-side .cms-swiper-container {
    overflow: visible
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap {
    position: relative
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a {
    font-weight: 700;
    padding-bottom: 3px;
    padding-right: 40px;
    border-bottom: 3px solid
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-accent {
    border-bottom-color: rgb(74,171,61)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-accent:hover {
    border-bottom-color: rgb(74,171,61)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-primary {
    border-bottom-color: rgb(27,26,26)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-primary:hover {
    border-bottom-color: rgb(27,26,26)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-secondary {
    border-bottom-color: rgb(234,234,234)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-secondary:hover {
    border-bottom-color: rgb(234,234,234)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-rating {
    border-bottom-color: rgb(74,171,61)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-rating:hover {
    border-bottom-color: rgb(74,171,61)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-body {
    border-bottom-color: rgb(155,155,155)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-body:hover {
    border-bottom-color: rgb(155,155,155)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-white {
    border-bottom-color: rgb(255,255,255)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-white:hover {
    border-bottom-color: rgb(255,255,255)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-616161 {
    border-bottom-color: rgb(97,97,97)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-616161:hover {
    border-bottom-color: rgb(97,97,97)
}

@media (min-width: 992px) {
    .cms-swiper-nav-left-side .cms-swiper-slider-wrap {
        padding-left:60px
    }

    [dir="rtl"] .cms-swiper-nav-left-side .cms-swiper-slider-wrap {
        padding-left: 0;
        padding-right: 60px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
        width: 60px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -60px;
        z-index: 1;
        margin: 0
    }

    [dir="rtl"] .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
        left: auto;
        right: -60px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-arrow {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrow {
        width: 100%;
        flex: 0 0 100%;
        text-align: start;
        margin: 0;
        padding: 40px 0;
        height: auto !important
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-additional {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding-bottom: 60px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-additional > * {
        -webkit-transform: rotate(90deg) translate(0, 20px);
        -khtml-transform: rotate(90deg) translate(0, 20px);
        -moz-transform: rotate(90deg) translate(0, 20px);
        -ms-transform: rotate(90deg) translate(0, 20px);
        -o-transform: rotate(90deg) translate(0, 20px);
        transform: rotate(90deg) translate(0, 20px)
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-dots {
        max-width: 1200px
    }
}

@media (max-width: 991px) {
    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
        align-items:center;
        padding-top: 40px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-arrow {
        display: flex;
        flex-wrap: wrap
    }
}

.cms-swiper-nav-left-side.cms-swiper-arrows-false .cms-swiper-slider-wrap .cms-swiper-arrows {
    display: none
}

@media (min-width: 992px) {
    .cms-swiper-nav-left-side.cms-swiper-arrows-false .cms-swiper-slider-wrap {
        padding-left:0 !important;
        padding-right: 0 !important
    }
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:before {
    content: '\e95a'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:hover:before {
    content: '\e95a'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:before {
    content: '\e95a'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:hover:before {
    content: '\e95a'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:before {
    content: '\e959'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:hover:before {
    content: '\e959'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:before {
    content: '\e959'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:hover:before {
    content: '\e959'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:before {
    content: '\e90d'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:hover:before {
    content: '\e90d'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:before {
    content: '\e90d'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:hover:before {
    content: '\e90d'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:before {
    content: '\e90c'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:hover:before {
    content: '\e90c'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:before {
    content: '\e90c'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:hover:before {
    content: '\e90c'
}

.cms-swiper-nav-color-accent .cms-swiper-arrow {
    color: rgb(74,171,61)
}

.cms-swiper-nav-color-hover-accent .cms-swiper-arrow:hover {
    color: rgb(74,171,61)
}

.cms-swiper-nav-color-primary .cms-swiper-arrow {
    color: rgb(27,26,26)
}

.cms-swiper-nav-color-hover-primary .cms-swiper-arrow:hover {
    color: rgb(27,26,26)
}

.cms-swiper-nav-color-secondary .cms-swiper-arrow {
    color: rgb(234,234,234)
}

.cms-swiper-nav-color-hover-secondary .cms-swiper-arrow:hover {
    color: rgb(234,234,234)
}

.cms-swiper-nav-color-rating .cms-swiper-arrow {
    color: rgb(74,171,61)
}

.cms-swiper-nav-color-hover-rating .cms-swiper-arrow:hover {
    color: rgb(74,171,61)
}

.cms-swiper-nav-color-body .cms-swiper-arrow {
    color: rgb(155,155,155)
}

.cms-swiper-nav-color-hover-body .cms-swiper-arrow:hover {
    color: rgb(155,155,155)
}

.cms-swiper-nav-color-white .cms-swiper-arrow {
    color: rgb(255,255,255)
}

.cms-swiper-nav-color-hover-white .cms-swiper-arrow:hover {
    color: rgb(255,255,255)
}

.cms-swiper-nav-color-616161 .cms-swiper-arrow {
    color: rgb(97,97,97)
}

.cms-swiper-nav-color-hover-616161 .cms-swiper-arrow:hover {
    color: rgb(97,97,97)
}

.cms-swiper-nav-bg-color-accent .cms-swiper-arrow {
    background-color: rgb(74,171,61)
}

.cms-swiper-nav-bg-color-hover-accent .cms-swiper-arrow:hover {
    background-color: rgb(74,171,61)
}

.cms-swiper-nav-bg-color-primary .cms-swiper-arrow {
    background-color: rgb(27,26,26)
}

.cms-swiper-nav-bg-color-hover-primary .cms-swiper-arrow:hover {
    background-color: rgb(27,26,26)
}

.cms-swiper-nav-bg-color-secondary .cms-swiper-arrow {
    background-color: rgb(234,234,234)
}

.cms-swiper-nav-bg-color-hover-secondary .cms-swiper-arrow:hover {
    background-color: rgb(234,234,234)
}

.cms-swiper-nav-bg-color-rating .cms-swiper-arrow {
    background-color: rgb(74,171,61)
}

.cms-swiper-nav-bg-color-hover-rating .cms-swiper-arrow:hover {
    background-color: rgb(74,171,61)
}

.cms-swiper-nav-bg-color-body .cms-swiper-arrow {
    background-color: rgb(155,155,155)
}

.cms-swiper-nav-bg-color-hover-body .cms-swiper-arrow:hover {
    background-color: rgb(155,155,155)
}

.cms-swiper-nav-bg-color-white .cms-swiper-arrow {
    background-color: rgb(255,255,255)
}

.cms-swiper-nav-bg-color-hover-white .cms-swiper-arrow:hover {
    background-color: rgb(255,255,255)
}

.cms-swiper-nav-bg-color-616161 .cms-swiper-arrow {
    background-color: rgb(97,97,97)
}

.cms-swiper-nav-bg-color-hover-616161 .cms-swiper-arrow:hover {
    background-color: rgb(97,97,97)
}

.cms-swiper-arrows {
    display: flex;
    margin: 0 -10px;
    align-items: center
}

.cms-swiper-arrows .cms-swiper-arrow {
    margin: 0 10px
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow {
    display: block
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow:before {
    font-size: 12px
}

.cms-swiper-nav-size-default .cms-swiper-arrow {
    height: 45px;
    line-height: 45px
}

.cms-swiper-nav-size-default .cms-swiper-arrow:before {
    line-height: 45px
}

.cms-swiper-nav-size-default .cms-swiper-nav-size-default:not(.cms-swiper-nav-shape-default) {
    width: 45px
}

.cms-swiper-nav-size-default.cms-swiper-arrows-icon-arrow .cms-swiper-arrow {
    width: 45px
}

.cms-swiper-nav-size-default.cms-swiper-arrows-icon-chevron .cms-swiper-arrow:before {
    font-size: 45px
}

.cms-swiper-nav-size-34 .cms-swiper-arrow {
    height: 34px;
    line-height: 34px
}

.cms-swiper-nav-size-34 .cms-swiper-arrow:before {
    line-height: 34px
}

.cms-swiper-nav-size-34 .cms-swiper-nav-size-34:not(.cms-swiper-nav-shape-default) {
    width: 34px
}

.cms-swiper-nav-size-34.cms-swiper-arrows-icon-arrow .cms-swiper-arrow {
    width: 34px
}

.cms-swiper-nav-size-34.cms-swiper-arrows-icon-chevron .cms-swiper-arrow:before {
    font-size: 34px
}

.cms-swiper-nav-size-44 .cms-swiper-arrow {
    height: 44px;
    line-height: 44px
}

.cms-swiper-nav-size-44 .cms-swiper-arrow:before {
    line-height: 44px
}

.cms-swiper-nav-size-44 .cms-swiper-nav-size-44:not(.cms-swiper-nav-shape-default) {
    width: 44px
}

.cms-swiper-nav-size-44.cms-swiper-arrows-icon-arrow .cms-swiper-arrow {
    width: 44px
}

.cms-swiper-nav-size-44.cms-swiper-arrows-icon-chevron .cms-swiper-arrow:before {
    font-size: 44px
}

.cms-swiper-nav-size-58 .cms-swiper-arrow {
    height: 58px;
    line-height: 58px
}

.cms-swiper-nav-size-58 .cms-swiper-arrow:before {
    line-height: 58px
}

.cms-swiper-nav-size-58 .cms-swiper-nav-size-58:not(.cms-swiper-nav-shape-default) {
    width: 58px
}

.cms-swiper-nav-size-58.cms-swiper-arrows-icon-arrow .cms-swiper-arrow {
    width: 58px
}

.cms-swiper-nav-size-58.cms-swiper-arrows-icon-chevron .cms-swiper-arrow:before {
    font-size: 58px
}

.cms-swiper-nav-shape-default .cms-swiper-arrow {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.cms-swiper-nav-shape-square .cms-swiper-arrow {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.cms-swiper-nav-shape-rounded .cms-swiper-arrow {
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

.cms-swiper-nav-shape-circle .cms-swiper-arrow {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-swiper-dots {
    margin-left: -2px;
    margin-right: -2px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cms-swiper-dots .cms-swiper-pagination-bullet {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-swiper-dots .cms-swiper-pagination-bullet:hover,.cms-swiper-dots .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-swiper-dots.cms-swiper-dots-in-nav {
    margin-top: 0
}

.cms-swiper-dots-false .cms-swiper-dots {
    display: none
}

@media (max-width: 991px) {
    .cms-swiper-dots-tablet-false .cms-swiper-dots {
        display:none
    }

    .cms-swiper-dots-tablet-true .cms-swiper-dots {
        display: flex
    }
}

@media (max-width: 767px) {
    .cms-swiper-dots-mobile-false .cms-swiper-dots {
        display:none
    }

    .cms-swiper-dots-mobile-true .cms-swiper-dots {
        display: flex
    }
}

.cms-swiper-dots-circle .cms-swiper-pagination-bullet {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 2px;
    position: relative
}

.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: transparent;
    -webkit-box-shadow: 0 0 0 4px var(--color-accent);
    -khtml-box-shadow: 0 0 0 4px var(--color-accent);
    -moz-box-shadow: 0 0 0 4px var(--color-accent);
    -ms-box-shadow: 0 0 0 4px var(--color-accent);
    -o-box-shadow: 0 0 0 4px var(--color-accent);
    box-shadow: 0 0 0 4px var(--color-accent)
}

.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.cms-swiper-dots-divider .swiper-pagination-bullet,.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .cms-swiper-pagination-bullet,.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    flex: 0 0 20px;
    width: 20px;
    height: 6px;
    margin: 5px;
    background: var(--color-primary);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,.cms-swiper-dots-divider .swiper-pagination-bullet:hover,.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.cms-swiper-dots-divider .swiper-pagination-bullet.swiper-pagination-bullet-active,.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .cms-swiper-pagination-bullet.swiper-pagination-bullet-active,.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    flex: 0 0 40px;
    width: 40px;
    background: var(--color-accent)
}

.cms-dots-by-theme.elementor-pagination-position-outside .elementor-image-carousel-wrapper {
    padding-bottom: 63px
}

.cms-swiper-dots-color-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(74,171,61);
    -khtml-box-shadow: 0 0 0 4px rgb(74,171,61);
    -moz-box-shadow: 0 0 0 4px rgb(74,171,61);
    -ms-box-shadow: 0 0 0 4px rgb(74,171,61);
    -o-box-shadow: 0 0 0 4px rgb(74,171,61);
    box-shadow: 0 0 0 4px rgb(74,171,61)
}

.cms-swiper-dots-color-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: rgb(74,171,61)
}

.cms-swiper-dots-color-hover-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-hover-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(74,171,61);
    -khtml-box-shadow: 0 0 0 4px rgb(74,171,61);
    -moz-box-shadow: 0 0 0 4px rgb(74,171,61);
    -ms-box-shadow: 0 0 0 4px rgb(74,171,61);
    -o-box-shadow: 0 0 0 4px rgb(74,171,61);
    box-shadow: 0 0 0 4px rgb(74,171,61)
}

.cms-swiper-dots-color-hover-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-color-hover-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(74,171,61)
}

.cms-swiper-dots-color-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(27,26,26);
    -khtml-box-shadow: 0 0 0 4px rgb(27,26,26);
    -moz-box-shadow: 0 0 0 4px rgb(27,26,26);
    -ms-box-shadow: 0 0 0 4px rgb(27,26,26);
    -o-box-shadow: 0 0 0 4px rgb(27,26,26);
    box-shadow: 0 0 0 4px rgb(27,26,26)
}

.cms-swiper-dots-color-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: rgb(27,26,26)
}

.cms-swiper-dots-color-hover-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-hover-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(27,26,26);
    -khtml-box-shadow: 0 0 0 4px rgb(27,26,26);
    -moz-box-shadow: 0 0 0 4px rgb(27,26,26);
    -ms-box-shadow: 0 0 0 4px rgb(27,26,26);
    -o-box-shadow: 0 0 0 4px rgb(27,26,26);
    box-shadow: 0 0 0 4px rgb(27,26,26)
}

.cms-swiper-dots-color-hover-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-color-hover-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(27,26,26)
}

.cms-swiper-dots-color-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(234,234,234);
    -khtml-box-shadow: 0 0 0 4px rgb(234,234,234);
    -moz-box-shadow: 0 0 0 4px rgb(234,234,234);
    -ms-box-shadow: 0 0 0 4px rgb(234,234,234);
    -o-box-shadow: 0 0 0 4px rgb(234,234,234);
    box-shadow: 0 0 0 4px rgb(234,234,234)
}

.cms-swiper-dots-color-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: rgb(234,234,234)
}

.cms-swiper-dots-color-hover-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-hover-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(234,234,234);
    -khtml-box-shadow: 0 0 0 4px rgb(234,234,234);
    -moz-box-shadow: 0 0 0 4px rgb(234,234,234);
    -ms-box-shadow: 0 0 0 4px rgb(234,234,234);
    -o-box-shadow: 0 0 0 4px rgb(234,234,234);
    box-shadow: 0 0 0 4px rgb(234,234,234)
}

.cms-swiper-dots-color-hover-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-color-hover-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(234,234,234)
}

.cms-swiper-dots-color-rating.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-rating.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(74,171,61);
    -khtml-box-shadow: 0 0 0 4px rgb(74,171,61);
    -moz-box-shadow: 0 0 0 4px rgb(74,171,61);
    -ms-box-shadow: 0 0 0 4px rgb(74,171,61);
    -o-box-shadow: 0 0 0 4px rgb(74,171,61);
    box-shadow: 0 0 0 4px rgb(74,171,61)
}

.cms-swiper-dots-color-rating.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: rgb(74,171,61)
}

.cms-swiper-dots-color-hover-rating.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-hover-rating.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(74,171,61);
    -khtml-box-shadow: 0 0 0 4px rgb(74,171,61);
    -moz-box-shadow: 0 0 0 4px rgb(74,171,61);
    -ms-box-shadow: 0 0 0 4px rgb(74,171,61);
    -o-box-shadow: 0 0 0 4px rgb(74,171,61);
    box-shadow: 0 0 0 4px rgb(74,171,61)
}

.cms-swiper-dots-color-hover-rating.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-color-hover-rating.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(74,171,61)
}

.cms-swiper-dots-color-body.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-body.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(155,155,155);
    -khtml-box-shadow: 0 0 0 4px rgb(155,155,155);
    -moz-box-shadow: 0 0 0 4px rgb(155,155,155);
    -ms-box-shadow: 0 0 0 4px rgb(155,155,155);
    -o-box-shadow: 0 0 0 4px rgb(155,155,155);
    box-shadow: 0 0 0 4px rgb(155,155,155)
}

.cms-swiper-dots-color-body.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: rgb(155,155,155)
}

.cms-swiper-dots-color-hover-body.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-hover-body.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(155,155,155);
    -khtml-box-shadow: 0 0 0 4px rgb(155,155,155);
    -moz-box-shadow: 0 0 0 4px rgb(155,155,155);
    -ms-box-shadow: 0 0 0 4px rgb(155,155,155);
    -o-box-shadow: 0 0 0 4px rgb(155,155,155);
    box-shadow: 0 0 0 4px rgb(155,155,155)
}

.cms-swiper-dots-color-hover-body.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-color-hover-body.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(155,155,155)
}

.cms-swiper-dots-color-white.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-white.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(255,255,255);
    -khtml-box-shadow: 0 0 0 4px rgb(255,255,255);
    -moz-box-shadow: 0 0 0 4px rgb(255,255,255);
    -ms-box-shadow: 0 0 0 4px rgb(255,255,255);
    -o-box-shadow: 0 0 0 4px rgb(255,255,255);
    box-shadow: 0 0 0 4px rgb(255,255,255)
}

.cms-swiper-dots-color-white.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: rgb(255,255,255)
}

.cms-swiper-dots-color-hover-white.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-hover-white.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(255,255,255);
    -khtml-box-shadow: 0 0 0 4px rgb(255,255,255);
    -moz-box-shadow: 0 0 0 4px rgb(255,255,255);
    -ms-box-shadow: 0 0 0 4px rgb(255,255,255);
    -o-box-shadow: 0 0 0 4px rgb(255,255,255);
    box-shadow: 0 0 0 4px rgb(255,255,255)
}

.cms-swiper-dots-color-hover-white.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-color-hover-white.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(255,255,255)
}

.cms-swiper-dots-color-616161.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-616161.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(97,97,97);
    -khtml-box-shadow: 0 0 0 4px rgb(97,97,97);
    -moz-box-shadow: 0 0 0 4px rgb(97,97,97);
    -ms-box-shadow: 0 0 0 4px rgb(97,97,97);
    -o-box-shadow: 0 0 0 4px rgb(97,97,97);
    box-shadow: 0 0 0 4px rgb(97,97,97)
}

.cms-swiper-dots-color-616161.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: rgb(97,97,97)
}

.cms-swiper-dots-color-hover-616161.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before,.cms-swiper-dots-color-hover-616161.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-box-shadow: 0 0 0 4px rgb(97,97,97);
    -khtml-box-shadow: 0 0 0 4px rgb(97,97,97);
    -moz-box-shadow: 0 0 0 4px rgb(97,97,97);
    -ms-box-shadow: 0 0 0 4px rgb(97,97,97);
    -o-box-shadow: 0 0 0 4px rgb(97,97,97);
    box-shadow: 0 0 0 4px rgb(97,97,97)
}

.cms-swiper-dots-color-hover-616161.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover,.cms-swiper-dots-color-hover-616161.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(97,97,97)
}

.cms-swiper-dots-in .cms-swiper-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0
}

.cms-swiper-dots.cms-swiper-dots-align-center,.cms-swiper-dots-align-center .cms-swiper-dots {
    justify-content: center
}

.cms-swiper-dots.cms-swiper-dots-align-start,.cms-swiper-dots-align-start .cms-swiper-dots {
    justify-content: start
}

.cms-swiper-dots.cms-swiper-dots-align-end,.cms-swiper-dots-align-end .cms-swiper-dots {
    justify-content: end
}

.cms-swiper-dots.cms-swiper-dots-align-justify,.cms-swiper-dots-align-justify .cms-swiper-dots {
    justify-content: space-between
}

@media (max-width: 991px) {
    .cms-swiper-dots-align-tablet-start .cms-swiper-dots {
        justify-content:start
    }

    .cms-swiper-dots-align-tablet-center .cms-swiper-dots {
        justify-content: center
    }

    .cms-swiper-dots-align-tablet-end .cms-swiper-dots {
        justify-content: end
    }

    .cms-swiper-dots-align-tablet-justify .cms-swiper-dots {
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .cms-swiper-dots-align-mobile-start .cms-swiper-dots {
        justify-content:start
    }

    .cms-swiper-dots-align-mobile-center .cms-swiper-dots {
        justify-content: center
    }

    .cms-swiper-dots-align-mobile-end .cms-swiper-dots {
        justify-content: end
    }

    .cms-swiper-dots-align-mobile-justify .cms-swiper-dots {
        justify-content: space-between
    }
}

@media (max-width: 1199px) {
    #cms-page {
        overflow-x:hidden
    }
}

#cms-page,#cms-main {
    position: relative
}

#cms-main {
    background-color: #fff
}

.elementor-editor-active #cms-page {
    overflow-x: visible
}

.elementor-editor-active #cms-main {
    position: relative;
    z-index: 10
}

body:not(.elementor-page) #cms-main {
    padding: 100px 0
}

@media (min-width: 1600px) {
    .container-wide {
        min-width:1600px
    }
}

@media (min-width: 1600px) {
    .container-full {
        padding-left:25px;
        padding-right: 25px
    }
}

.cms-header-top {
    position: relative;
    z-index: 1;
    background-color: white
}

.cms-header-logo a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block
}

.cms-header-logo .cms-logo {
    max-width: var(--logo-width);
    max-height: var(--logo-height)
}

.cms-header-logo .logo-ontop,.cms-header-logo .logo-sticky,.cms-header-logo .logo-mobile {
    display: none
}

@media (max-width: 1199px) {
    .cms-header-logo .logo-default,.cms-header-logo .logo-ontop,.cms-header-logo .logo-sticky {
        display:none !important
    }

    .cms-header-logo .logo-mobile {
        display: block
    }
}

.header-ontop .cms-header-logo .logo-ontop {
    display: block
}

.header-ontop .cms-header-logo .logo-default,.header-ontop .cms-header-logo .logo-sticky {
    display: none
}

.header-sticky .cms-header-logo .logo-sticky {
    display: block
}

.header-sticky .cms-header-logo .logo-default,.header-sticky .cms-header-logo .logo-ontop {
    display: none
}

@media (max-width: 1199px) {
    .cms-header-logo .cms-logo {
        max-width:var(--logo-width-sm);
        max-height: var(--logo-height-sm)
    }
}

.cms-primary-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.cms-primary-menu li {
    position: relative
}

.cms-primary-menu ul,.cms-primary-menu ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.cms-primary-menu .sub-menu li {
    padding: 0
}

.cms-primary-menu .sub-menu li:last-child a {
    border-bottom: 0
}

.cms-primary-menu .sub-menu a {
    display: block;
    font-size: var(--dropdown-font-size);
    padding: 5px 0;
    background-color: var(--dropdown-item-bg);
    position: relative;
    border-bottom: 1px solid var(--border-color)
}

.cms-primary-menu .sub-menu a:before {
    font-family: "cms-solatec";
    content: "\48";
    text-transform: none !important;
    position: absolute;
    left: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

[dir="rtl"] .cms-primary-menu .sub-menu a:before {
    font-family: "cms-solatec";
    content: "\47";
    text-transform: none !important;
    left: auto;
    right: 0
}

.cms-primary-menu .sub-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--dropdown-hover);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

[dir="rtl"] .cms-primary-menu .sub-menu a:after {
    left: auto;
    right: 0
}

.cms-primary-menu .sub-menu a:hover {
    color: var(--dropdown-hover);
    background-color: var(--dropdown-item-bg-hover);
    padding-left: 20px
}

.cms-primary-menu .sub-menu a:hover:before {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-primary-menu .sub-menu a:hover:after {
    width: 100%
}

[dir="rtl"] .cms-primary-menu .sub-menu a:hover {
    padding-left: 0;
    padding-right: 20px
}

.cms-primary-menu .sub-menu .current-menu-item > a,.cms-primary-menu .sub-menu .current-menu-ancestor > a {
    color: var(--dropdown-active);
    background-color: var(--dropdown-item-bg-hover)
}

.cms-primary-menu .sub-menu .cms-menu-title {
    display: block
}

@media (min-width: 1200px) {
    #cms-primary-menu {
        margin-left:-15px;
        margin-right: -15px;
        display: flex;
        flex-wrap: wrap
    }

    #cms-primary-menu li {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }

    #cms-primary-menu li:hover > .sub-menu {
        top: 0;
        z-index: 1;
        visibility: visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }

    #cms-primary-menu > li {
        flex: 0 0 auto;
        width: auto;
        padding: 0 15px
    }

    #cms-primary-menu > li.cms-separator {
        padding-right: 70px
    }

    #cms-primary-menu > li.cms-separator:before {
        right: 70px
    }

    #cms-primary-menu > li.cms-separator:after {
        content: '';
        width: 2px;
        height: 27px;
        display: block;
        background-color: rgba(9, 29, 62, 0.15);
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #cms-primary-menu > li:before {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 4px;
        -webkit-transform-origin: right center;
        -khtml-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        -khtml-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85)
    }

    #cms-primary-menu > li > .main-menu-toggle:before {
        font-family: "cms-solatec";
        content: '\68';
        text-transform: none !important;
        font-size: 60%;
        display: inline-block;
        position: relative;
        -webkit-transform: translateY(1px);
        -khtml-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);
        padding-left: 5px
    }

    [dir="rtl"] #cms-primary-menu > li > .main-menu-toggle:before {
        padding-left: 0;
        padding-right: 5px
    }

    #cms-primary-menu > li > .sub-menu {
        left: 0
    }

    [dir="rtl"] #cms-primary-menu > li > .sub-menu {
        left: auto;
        right: 0
    }

    #cms-primary-menu > li:hover > .sub-menu {
        top: 100%
    }

    #cms-primary-menu > li > a {
        line-height: var(--header-height);
        display: inline-block
    }

    #cms-primary-menu > li > a .cms-menu-title {
        position: relative;
        padding-bottom: 10px
    }

    #cms-primary-menu > li > a .cms-menu-title:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 3px;
        -webkit-transition: all 300ms ease-in-out;
        -khtml-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }

    #cms-primary-menu > li > a:hover .cms-menu-title:after {
        left: 0;
        width: 100%
    }

    #cms-primary-menu > li.current-menu-item:before,#cms-primary-menu > li.current-menu-ancestor:before,#cms-primary-menu > li:hover:before {
        -webkit-transform-origin: left center;
        -khtml-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        -khtml-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    #cms-primary-menu > li.current-menu-item > a .cms-menu-title:after,#cms-primary-menu > li.current-menu-ancestor > a .cms-menu-title:after,#cms-primary-menu > li:hover > a .cms-menu-title:after {
        left: 0;
        width: 100%
    }

    #cms-primary-menu .sub-menu {
        width: 235px;
        color: var(--dropdown-regular);
        background: var(--dropdown-bg);
        position: absolute;
        top: calc(100% + 30px);
        left: 100%;
        padding: 20px 40px;
        z-index: -1;
        visibility: hidden;
        -webkit-box-shadow: var(--dropdow-shadow);
        -khtml-box-shadow: var(--dropdow-shadow);
        -moz-box-shadow: var(--dropdow-shadow);
        -ms-box-shadow: var(--dropdow-shadow);
        -o-box-shadow: var(--dropdow-shadow);
        box-shadow: var(--dropdow-shadow);
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -khtml-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-border-radius: 0 0 8px 8px;
        -khtml-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        -o-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px
    }

    #cms-primary-menu .sub-menu.back {
        left: auto;
        right: 100%
    }

    [dir="rtl"] #cms-primary-menu .sub-menu {
        left: auto;
        right: 100%
    }

    [dir="rtl"] #cms-primary-menu .sub-menu.back {
        right: auto;
        left: 100%
    }

    #cms-primary-menu .sub-menu li {
        padding: 2px 0
    }

    #cms-primary-menu .sub-menu .cms-parent-menu-icon:before {
        font-family: "cms-solatec";
        content: "\6a";
        text-transform: none !important;
        font-size: 12px
    }

    #cms-primary-menu .sub-menu:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        filter: alpha(opacity=2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
        -webkit-opacity: 0.02;
        -khtml-opacity: 0.02;
        -moz-opacity: 0.02;
        -ms-opacity: 0.02;
        -o-opacity: 0.02;
        opacity: 0.02;
        background: -moz-linear-gradient(top, rgba(27, 26, 26, 1) 0%, rgba(29, 42, 53, 1) 7%, rgba(41, 137, 216, 0.02) 50%, rgba(32, 124, 202, 0) 51%, rgba(27, 26, 26, 0) 82%);
        background: -webkit-linear-gradient(top, rgba(27, 26, 26, 1) 0%, rgba(29, 42, 53, 1) 7%, rgba(41, 137, 216, 0.02) 50%, rgba(32, 124, 202, 0) 51%, rgba(27, 26, 26, 0) 82%);
        background: linear-gradient(to bottom, rgba(27, 26, 26, 1) 0%, rgba(29, 42, 53, 1) 7%, rgba(41, 137, 216, 0.02) 50%, rgba(32, 124, 202, 0) 51%, rgba(27, 26, 26, 0) 82%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1a1a', endColorstr='#001b1a1a',GradientType=0)
    }

    #cms-primary-menu .cms-parent-menu-icon {
        float: right
    }

    #cms-primary-menu .cms-parent-menu-icon:before {
        margin-left: 5px;
        font-family: "cms-solatec";
        content: "\6a";
        text-transform: none !important;
        font-size: 12px
    }

    [dir="rtl"] #cms-primary-menu .cms-parent-menu-icon:before {
        margin-left: 0;
        margin-right: 5px
    }

    [dir="rtl"] #cms-primary-menu .cms-parent-menu-icon {
        float: left
    }
}

@media (max-width: 767px) {
    .cms-navigation-attrs.has-atts {
        padding-top:20px
    }
}

.cms-header-cart .widget_shopping_cart {
    width: 320px;
    position: fixed;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    max-height: calc(100vh - 200px);
    overflow-y: scroll
}

.cms-header-cart .widget_shopping_cart.open {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-header-cart .widget_shopping_cart .button.checkout {
    display: none
}

.cms-header-btn > * {
    display: inline-block
}

.header-icon {
    color: var(--color-primary);
    position: relative
}

.cart-count {
    position: absolute;
    top: -4px;
    right: 8px;
    min-width: 16px;
    height: 16px;
    background: var(--color-accent);
    color: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0 3px
}

.cms-header-socials {
    margin: 0 -15px
}

.cms-header-socials > * {
    margin: 0 15px
}

@media (min-width: 1200px) and (max-width:1440px) {
    .cms-btn-header {
        max-width:51px;
        max-height: 51px
    }

    .cms-btn-header .cms-btn-text {
        display: none
    }
}

@media (max-width: 1199px) {
    .cms-btn-header {
        margin-top:10px;
        margin-bottom: 10px
    }
}

.cms-secondary-menu-wrap {
    position: relative
}

#cms-secondary-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: auto;
    min-width: 210px;
    padding: 10px;
    background: var(--dropdown-bg)
}

.cms-hidden-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 460px;
    background: #fff;
    z-index: 10;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(460px);
    -khtml-transform: translateX(460px);
    -moz-transform: translateX(460px);
    -ms-transform: translateX(460px);
    -o-transform: translateX(460px);
    transform: translateX(460px);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

@media (max-width: 1199px) {
    .cms-hidden-sidebar {
        max-width:320px
    }
}

[dir="rtl"] .cms-hidden-sidebar {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-460px);
    -khtml-transform: translateX(-460px);
    -moz-transform: translateX(-460px);
    -ms-transform: translateX(-460px);
    -o-transform: translateX(-460px);
    transform: translateX(-460px)
}

.cms-hidden-sidebar .cms-hidden-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: red;
    cursor: pointer
}

.cms-hidden-sidebar .cms-hidden-close:hover {
    background: red;
    color: #fff
}

[dir="rtl"] .cms-hidden-sidebar .cms-hidden-close {
    right: auto;
    left: 0
}

.cms-hidden-sidebar.open {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

[dir="rtl"] .cms-header-hidden-sidebar {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.logged-in .cms-hidden-sidebar {
    top: 32px
}

.cms-primary-menu > li > a {
    color: var(--menu-regular);
    font-size: var(--menu-font-size);
    font-weight: var(--menu-font-weight);
    font-family: var(--menu-font-family)
}

.cms-primary-menu > li > a .cms-menu-title:after {
    background: var(--menu-hover)
}

.cms-primary-menu > li > a:hover {
    color: var(--menu-hover)
}

.cms-primary-menu > li .main-menu-toggle:before {
    color: var(--menu-regular)
}

.cms-primary-menu > li:hover > a,.cms-primary-menu > li:hover > .main-menu-toggle:before {
    color: var(--menu-hover)
}

.cms-primary-menu > li:hover > a .cms-menu-title:after,.cms-primary-menu > li:hover > .main-menu-toggle:before .cms-menu-title:after {
    background: var(--menu-hover)
}

.cms-primary-menu > li:hover:before {
    background-color: var(--menu-hover)
}

.cms-primary-menu > li.current-menu-item > a,.cms-primary-menu > li.current-menu-ancestor > a,.cms-primary-menu > li.current-menu-item > .main-menu-toggle:before,.cms-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before {
    color: var(--menu-active)
}

.cms-primary-menu > li.current-menu-item > a .cms-menu-title:after,.cms-primary-menu > li.current-menu-ancestor > a .cms-menu-title:after,.cms-primary-menu > li.current-menu-item > .main-menu-toggle:before .cms-menu-title:after,.cms-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before .cms-menu-title:after {
    background: var(--menu-active)
}

.cms-primary-menu > li.current-menu-item:before,.cms-primary-menu > li.current-menu-ancestor:before {
    background-color: var(--menu-active)
}

.menu-color {
    color: var(--menu-regular)
}

.menu-color:hover {
    color: var(--menu-hover)
}

.header-ontop {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--ontop-bg)
}

.header-ontop .cms-primary-menu > li > a,.header-ontop .cms-primary-menu > li > .main-menu-toggle:before {
    color: var(--ontop-regular)
}

.header-ontop .cms-primary-menu > li > a:hover,.header-ontop .cms-primary-menu > li > .main-menu-toggle:before:hover {
    color: var(--ontop-hover)
}

.header-ontop .cms-primary-menu > li:before {
    background-color: var(--ontop-hover)
}

.header-ontop .cms-primary-menu > li:hover:before {
    background-color: var(--ontop-hover)
}

.header-ontop .cms-primary-menu > li:hover > a,.header-ontop .cms-primary-menu > li:hover > .main-menu-toggle:before {
    color: var(--ontop-hover)
}

.header-ontop .cms-primary-menu > li.current-menu-item > a,.header-ontop .cms-primary-menu > li.current-menu-ancestor > a,.header-ontop .cms-primary-menu > li.current-menu-item .main-menu-toggle:before,.header-ontop .cms-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
    color: var(--ontop-active)
}

.header-ontop .cms-primary-menu > li.current-menu-item:before,.header-ontop .cms-primary-menu > li.current-menu-ancestor:before {
    background-color: var(--ontop-active)
}

.header-ontop .menu-color {
    color: var(--ontop-regular)
}

.header-ontop .menu-color:hover {
    color: var(--ontop-hover)
}

.header-ontop .header-separator span {
    background-color: var(--ontop-regular);
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    -webkit-opacity: 0.25;
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    -ms-opacity: 0.25;
    -o-opacity: 0.25;
    opacity: 0.25
}

.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background: var(--sticky-bg);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown
}

.header-sticky .cms-primary-menu > li > a,.header-sticky .cms-primary-menu > li > .main-menu-toggle:before {
    color: var(--sticky-regular)
}

.header-sticky .cms-primary-menu > li > a:hover,.header-sticky .cms-primary-menu > li > .main-menu-toggle:before:hover {
    color: var(--sticky-hover)
}

.header-sticky .cms-primary-menu > li:before {
    background-color: var(--sticky-hover)
}

.header-sticky .cms-primary-menu > li:hover:before {
    background-color: var(--sticky-hover)
}

.header-sticky .cms-primary-menu > li:hover > a,.header-sticky .cms-primary-menu > li:hover > .main-menu-toggle:before {
    color: var(--sticky-hover)
}

.header-sticky .cms-primary-menu > li.current-menu-item > a,.header-sticky .cms-primary-menu > li.current-menu-ancestor > a,.header-sticky .cms-primary-menu > li.current-menu-item .main-menu-toggle:before,.header-sticky .cms-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
    color: var(--sticky-active)
}

.header-sticky .cms-primary-menu > li.current-menu-item:before,.header-sticky .cms-primary-menu > li.current-menu-ancestor:before {
    background-color: var(--sticky-active)
}

.header-sticky .menu-color {
    color: var(--sticky-regular)
}

.header-sticky .menu-color:hover {
    color: var(--sticky-hover)
}

.logged-in .header-sticky {
    top: 32px
}

.cms-primary-menu ul.sub-menu > li > a {
    color: var(--dropdown-regular)
}

.cms-primary-menu ul.sub-menu > li > a:hover {
    color: var(--dropdown-hover)
}

.cms-primary-menu ul.sub-menu > li.current-menu-item > a {
    color: var(--dropdown-active)
}

#main-menu-mobile .btn-nav-mobile {
    display: inline-block;
    height: 22px;
    width: 22px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

#main-menu-mobile .btn-nav-mobile:before,#main-menu-mobile .btn-nav-mobile:after,#main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: var(--menu-regular);
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    position: absolute
}

#main-menu-mobile .btn-nav-mobile:before {
    top: 0px
}

#main-menu-mobile .btn-nav-mobile span {
    top: 7px
}

#main-menu-mobile .btn-nav-mobile:after {
    top: 14px
}

#main-menu-mobile .btn-nav-mobile.opened:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px
}

#main-menu-mobile .btn-nav-mobile.opened span {
    display: none
}

@media (min-width: 1200px) {
    .cms-navigation-attrs:not(.has-atts),#main-menu-mobile {
        display:none
    }
}

@media (max-width: 1199px) {
    .cms-header-right {
        position:unset
    }

    .cms-navigation {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 50px);
        visibility: hidden;
        background: var(--dropdown-bg);
        padding-left: 15px !important;
        padding-right: 15px !important;
        height: calc(100vh - var(--header-height));
        overflow-y: scroll;
        padding-bottom: 100px !important;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -khtml-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }

    .cms-navigation.navigation-open {
        top: 100%;
        visibility: visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }

    #cms-primary-menu.horizontal {
        margin: 0;
        padding: 10px 15px
    }

    #cms-primary-menu.horizontal li {
        flex: 0 0 100%;
        padding: 0
    }

    #cms-primary-menu.horizontal li a {
        padding: 5px 0;
        display: block
    }

    .cms-primary-menu {
        color: var(--dropdown-regular);
        padding: 5px 0 !important
    }

    .cms-primary-menu > li {
        padding: 5px 0
    }

    .cms-primary-menu .current-menu-item > a {
        color: var(--dropdown-active)
    }

    .cms-primary-menu .sub-menu {
        display: none;
        font-size: var(--menu-font-size);
        padding-left: 15px
    }

    [dir="rtl"] .cms-primary-menu .sub-menu {
        padding-left: 0;
        padding-right: 15px
    }

    .cms-primary-menu .sub-menu.submenu-open {
        padding-top: 5px
    }

    .main-menu-toggle {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        cursor: pointer;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 7px;
        background-color: var(--dropdown-item-bg-hover);
        -webkit-border-radius: 4px 4px 0 4px;
        -khtml-border-radius: 4px 4px 0 4px;
        -moz-border-radius: 4px 4px 0 4px;
        -ms-border-radius: 4px 4px 0 4px;
        -o-border-radius: 4px 4px 0 4px;
        border-radius: 4px 4px 0 4px
    }

    .main-menu-toggle:before {
        font-family: "cms-solatec";
        content: '\68';
        text-transform: none !important
    }

    .main-menu-toggle.open:before {
        font-family: "cms-solatec";
        content: '\6b';
        text-transform: none !important
    }
}

.header-separator span {
    width: 1px;
    display: block
}

.header-layout2 .header-separator span {
    height: var(--header-height);
    width: 1px;
    background-color: #dadde2
}

.header-layout3 .header-separator span {
    height: var(--header-height);
    width: 1px;
    background-color: #dadde2
}

@media (min-width: 1200px) {
    .header-layout3 .cms-header-logo {
        padding-right:40px !important;
        margin-right: 20px
    }

    .header-layout3 .cms-header-logo:after {
        content: '';
        position: absolute;
        top: -3px;
        bottom: 0;
        right: 0;
        width: 1px;
        height: var(--header-height);
        background-color: var(--color-secondary)
    }

    [dir="rtl"] .header-layout3 .cms-header-logo {
        border-right: 0;
        padding-right: 20px !important;
        padding-left: 40px !important;
        margin-right: 0;
        margin-left: 20px
    }

    [dir="rtl"] .header-layout3 .cms-header-logo:after {
        right: auto;
        left: 0
    }
}

.header-layout4 .cms-header-space {
    height: 33px
}

.header-layout4 .header-separator span {
    background-color: #dadde2
}

@media (min-width: 1600px) {
    .header-layout4 {
        padding-left:25px;
        padding-right: 25px
    }
}

.cms-header-wraps {
    position: relative;
    z-index: 2
}

.cms-header-wraps .row-flex {
    align-items: center
}

.cms-header-wraps .cms-menu-right {
    display: flex;
    align-items: center
}

#cms-header {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s
}

.cms-pagetitle {
    background-color: var(--ptitle-background-color);
    background-image: var(--ptitle-background-image);
    background-size: var(--ptitle-background-size);
    background-position: var(--ptitle-background-position);
    background-repeat: var(--ptitle-background-repeat);
    background-attachment: var(--ptitle-background-attachment);
    color: var(--ptitle-color);
    padding: 50px 0 70px
}

.cms-pagetitle .container {
    z-index: 1
}

.cms-pagetitle .cms-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 50%);
    -khtml-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.cms-page-title-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--ptitle-overlay-rgba)
}

#cms-pagetitle .cms-page-title,#cms-pagetitle .cms-ptitle-text {
    color: var(--ptitle-color)
}

.cms-breadcrumb {
    display: flex;
    flex-wrap: wrap
}

.cms-breadcrumb .breadcrumb-item {
    flex: 0 0 auto;
    max-width: 100%
}

.cms-breadcrumb .breadcrumb-item:last-child .breadcrumb-divider {
    display: none
}

.cms-breadcrumb .breadcrumb-divider {
    padding: 0 10px;
    font-size: 80%
}

.cms-pagetitle-breadcrumb {
    color: var(--ptitle-breadcrumb-regular)
}

.cms-pagetitle-breadcrumb a {
    color: var(--ptitle-breadcrumb-active)
}

.cms-pagetitle-breadcrumb a:hover {
    color: var(--ptitle-breadcrumb-hover)
}

.cms-page-title-layout1 .cms-page-title {
    line-height: 1.2;
    padding-bottom: 25px
}

@media (min-width: 1200px) {
    .cms-page-title-layout1 {
        padding:165px 0 193px !important
    }

    .cms-page-title-layout1 .cms-page-title {
        font-size: 75px
    }

    .cms-page-title-layout1 .cms-pagetitle-breadcrumb {
        margin-top: -10px
    }
}

.cms-page-title-layout2 {
    text-align: center
}

@media (min-width: 1200px) {
    .cms-page-title-layout2 .cms-page-title-inner {
        width:40%;
        padding-bottom: 135px;
        margin-left: auto;
        margin: auto
    }
}

.cms-page-title-layout10#cms-pagetitle {
    background: none;
    color: var(--color-body);
    padding: 40px 0
}

.cms-page-title-layout10#cms-pagetitle a {
    color: var(--color-primary)
}

.cms-page-title-layout10#cms-pagetitle a:hover {
    color: var(--color-accent)
}

.cms-page-title-layout10#cms-pagetitle + #cms-main {
    padding-top: 0
}

.cms-page-title-layout10 .cms-page-title-overlay {
    display: none;
    opacity: 0
}

.cms-page-title-layout10 .cms-pagetitle-breadcrumb {
    color: var(--color-body)
}

@media (min-width: 1200px) {
    .cms-page-title-layout12 {
        padding-top:260px;
        padding-bottom: 100px
    }

    .cms-page-title-layout12 .cms-page-title {
        font-size: 75px
    }

    .cms-page-title-layout12 .cms-breadcrumb {
        margin-top: -13px
    }
}

.error404 .cms-content-area {
    background: url('../images/bg-404.png') 50% -214px no-repeat;
    padding-top: 30px
}

.cms-featured-inner .cms-post-date-on-media {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 114px;
    line-height: 29px;
    padding: 0 20px
}

[dir="rtl"] .cms-featured-inner .cms-post-date-on-media {
    right: auto;
    left: 0
}

.thumbnai-is-bg .cms-img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.cms-post-archive:after {
    border-top: 1px solid var(--border-color);
    margin: 37px 0 30px
}

.cms-post-archive:last-child:after {
    border-top: 0
}

.comment-list-wrap {
    margin-top: 63px
}

.comment-respond {
    margin-top: 53px
}

.comments-title,.comment-reply-title {
    font-size: 21px;
    margin: 0 0 23px 0
}

.woocommerce-Reviews-title {
    display: none
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0
}

.commentlist .comment,.commentlist .review {
    margin-top: 23px;
    padding-top: 30px;
    border-top: 2px solid var(--border-color)
}

.commentlist > .comment:first-child,.commentlist > .review:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.commentlist .comment-avatar img {
    border: 0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

@media (max-width: 991px) {
    .commentlist .comment-avatar img {
        max-width:30px
    }
}

.commentlist .comment-content {
    max-width: calc(100% - 60px - 30px)
}

@media (max-width: 991px) {
    .commentlist .comment-content {
        max-width:calc(100% - 45px)
    }
}

.commentlist .comment-content .comment-title {
    margin-top: -6px
}

.commentlist .comment-content .comment-meta {
    font-size: 12px;
    color: #333
}

.commentlist .comment-content .comment-text {
    padding-top: 7px
}

.commentlist .comment-content .comment-reply {
    padding-top: 5px
}

.commentlist .children {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0
}

[dir="rtl"] .commentlist .children {
    padding: 0 15px 0 0
}

@media (min-width: 992px) {
    .commentlist .children {
        padding:0 0 0 calc(60px + 30px)
    }

    [dir="rtl"] .commentlist .children {
        padding: 0 calc(60px + 30px) 0 0
    }
}

.commentlist .comment-reply-link {
    font-weight: 700;
    color: var(--color-accent);
    font-size: 14px
}

.commentlist .comment-reply-link:hover {
    color: var(--color-primary)
}

#respond #commentform > .row {
    margin: -15px
}

#respond #commentform > .row > .comment-form-field {
    padding: 15px
}

#respond #commentform > .row .comment-form-comment {
    margin-top: 15px
}

#respond #commentform > .row .comment-form-comment textarea {
    height: 120px
}

#respond .comment-form-cookies-consent {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap
}

#respond .comment-form-cookies-consent .cms-custom-checkbox {
    flex: 0 0 auto;
    margin-top: 1px
}

#respond .comment-form-cookies-consent label {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

#respond .form-submit {
    margin: 40px 0 0
}

#respond .form-submit [name="submit"] {
    min-width: 270px
}

#cancel-comment-reply-link {
    padding-left: 30px;
    color: red
}

[dir="rtl"] #cancel-comment-reply-link {
    padding-left: 0;
    padding-right: 30px
}

.comment-body + .comment-respond {
    margin-top: 12px
}

.comment-body + .comment-respond .comment-reply-title {
    margin-bottom: 13px
}

.comment-body + .comment-respond .logged-in-as {
    margin-bottom: 5px
}

.comment-body + .comment-respond .form-submit {
    margin-top: 25px !important
}

p.no-comments {
    margin-top: 30px;
    color: red
}

.format-chat .cms-post-content > p:nth-child(odd) {
    text-align: start;
    display: inline-block;
    background: var(--accent-color);
    color: #fff;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 10px 15px
}

.format-chat .cms-post-content > p:nth-child(even) {
    text-align: end
}

.post-password-form input[name="post_password"] {
    margin-bottom: 20px
}

.cms-single-post .cms-featured-inner .cms-post-date {
    top: 40px;
    left: 40px;
    bottom: auto;
    right: auto
}

[dir="rtl"] .cms-single-post .cms-featured-inner .cms-post-date {
    left: auto;
    right: 40px
}

.cms-single-post .cms-post-meta {
    position: relative
}

.cms-single-post .cms-post-meta:before {
    content: '';
    position: absolute;
    left: -40px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    width: 200px
}

.cms-single-post .cms-post-tags .custom {
    color: var(--color-accent)
}

.cms-single-post .cms-post-tags .custom > a {
    color: var(--color-accent)
}

.cms-single-post .cms-post-tags .custom > a:hover {
    color: var(--color-primary)
}

.cms-single-post .cms-post-content {
    font-size: 16px
}

.cms-single-post .cms-post-content p:not(last-child) {
    margin-bottom: 25px
}

.cms-single-post .cms-post-author-avatar img {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.single-cms-case-study .cms-case-study-together-inner {
    background-image: url(../images/bg-paper-plain.png);
    background-position: calc(100% + 30px) calc(100% - 93px);
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

[dir = 'rtl'] .single-cms-case-study .cms-case-study-together-inner {
    background-position: 0 calc(100% - 93px)
}

.single-cms-case-study .cms-case-study-together-qc > div {
    padding: 5px 0
}

.single-cms-case-study .cms-case-study-together-qc span {
    min-width: 22px;
    display: inline-block
}

.single-cms-case-study .cms-case-study-together-button .btn {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.single-cms-case-study .desc:after {
    content: '';
    display: block;
    background-color: var(--color-secondary);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px
}

[dir="rtl"] .single-cms-case-study .desc:after {
    left: auto;
    right: 0
}

.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    padding: 0.8075em 0;
    font-size: 0.875em;
    font-style: italic
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin: -2.5px;
    display: flex;
    flex-wrap: wrap
}

.gallery .gallery-item {
    text-align: center;
    padding: 2.5px;
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.gallery .gallery-item img.attachment-thumbnail {
    width: 100%
}

.gallery-caption {
    display: block
}

.gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.gallery-columns-4 .gallery-item {
    flex: 0 0 25%;
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    flex: 0 0 20%;
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.gallery-columns-7 .gallery-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.gallery-columns-8 .gallery-item {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%
}

.navigation,.woocommerce-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px
}

.navigation:empty,.woocommerce-pagination:empty {
    display: none
}

.navigation .page-numbers,.woocommerce-pagination .page-numbers,.navigation .post-page-numbers,.woocommerce-pagination .post-page-numbers {
    flex: 0 0 auto;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 2px solid #f1f5fe;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.navigation .page-numbers:hover,.woocommerce-pagination .page-numbers:hover,.navigation .post-page-numbers:hover,.woocommerce-pagination .post-page-numbers:hover,.navigation .page-numbers.current,.woocommerce-pagination .page-numbers.current,.navigation .post-page-numbers.current,.woocommerce-pagination .post-page-numbers.current {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: #fff
}

.navigation .page-numbers,.woocommerce-pagination .page-numbers {
    min-width: 50px;
    height: 50px;
    line-height: 46px
}

.navigation .post-page-numbers,.woocommerce-pagination .post-page-numbers {
    min-width: 30px;
    height: 30px;
    line-height: 26px
}

.navigation .nav-next-icon:before,.woocommerce-pagination .nav-next-icon:before {
    font-family: "cms-solatec";
    content: "\4a";
    text-transform: none !important;
    font-size: 12px
}

[dir="rtl"] .navigation .nav-next-icon:before,[dir="rtl"] .woocommerce-pagination .nav-next-icon:before {
    font-family: "cms-solatec";
    content: "\73";
    text-transform: none !important;
    font-size: 12px
}

.navigation .nav-prev-icon:before,.woocommerce-pagination .nav-prev-icon:before {
    font-family: "cms-solatec";
    content: "\73";
    text-transform: none !important;
    font-size: 12px
}

[dir="rtl"] .navigation .nav-prev-icon:before,[dir="rtl"] .woocommerce-pagination .nav-prev-icon:before {
    font-family: "cms-solatec";
    content: "\4a";
    text-transform: none !important;
    font-size: 12px
}

.navigation.cms-page-links,.woocommerce-pagination.cms-page-links {
    justify-content: start
}

.cms-single-next-prev-navigation .cms-single-nav-inner {
    padding: 20px;
    background-color: #f4f4f4;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-single-next-prev-navigation .cms-single-nav-inner > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.cms-single-next-prev-navigation .cms-single-nav-inner.cms-single-next-prev-inner {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.cms-single-next-prev-navigation .cms-nav-label {
    text-transform: capitalize
}

.cms-single-next-prev-navigation .cms-nav-title {
    max-height: 44px;
    overflow: hidden
}

.cms-single-next-prev-navigation .post-image {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.cms-single-next-prev-navigation .post-image:before,.cms-single-next-prev-navigation .post-image:after {
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-single-next-prev-navigation .post-image:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-accent);
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9
}

.cms-single-next-prev-navigation .post-image:after {
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -khtml-transform: scale(0) translate(-50%, -50%);
    -moz-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    -o-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%)
}

.cms-single-next-prev-navigation .cms-single-next .post-image:after {
    font-family: "cms-solatec";
    content: "\4a";
    text-transform: none !important
}

.cms-single-next-prev-navigation .cms-single-prev .post-image:after {
    font-family: "cms-solatec";
    content: "\73";
    text-transform: none !important
}

.cms-single-next-prev-navigation .cms-single-next-prev:hover .post-image:before {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.cms-single-next-prev-navigation .cms-single-next-prev:hover .post-image:after {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -khtml-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.cms-post-meta {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
    position: relative
}

.cms-post-meta a {
    color: #333
}

.cms-post-meta a:hover {
    color: var(--color-accent)
}

.cms-post-meta .cms-post-cat:before {
    content: '';
    width: 8px;
    height: 2px;
    display: inline-block;
    background-color: var(--color-accent);
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px
}

[dir="rtl"] .cms-post-meta .cms-post-cat:before {
    margin-right: 0;
    margin-left: 5px
}

.cms-post-meta .cms-post-cat a {
    color: var(--color-accent)
}

.cms-post-meta .cms-post-cat a:hover {
    color: var(--color-primary)
}

.cms-post-meta .cms-post-meta-inner > *:not(:first-child):before {
    display: none;
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: var(--meta-separate-color);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -2.5px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

[dir="rtl"] .cms-post-meta .cms-post-meta-inner > *:not(:first-child):before {
    left: auto;
    right: -2.5px
}

.cms-post-meta.separator-divider .cms-post-meta-inner > *:not(:first-child):before {
    width: 8px;
    height: 2px;
    background-color: #c7c7c7;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.cms-post-meta.separator-divider .cms-post-meta-inner .cms-post-date {
    color: #616161
}

.cms-widget-title {
    font-size: 19px;
    margin-bottom: 22px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search__input {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.wp-block-search__button {
    height: 55px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-left: 10px;
    border-radius: 8px
}

.cms-widget label[class*="__label"],.cms-widget .wp-block-group__inner-container > h2,.cms-widget .widgettitle,.cms-widget .cms-widget-title {
    font-size: 19px;
    padding: 0;
    margin: 0 0 22px;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color)
}

.cms-widget {
    position: relative;
    overflow: hidden
}

.cms-widget ul,.cms-widget ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.cms-widget ul ul,.cms-widget ol ul,.cms-widget ul ol,.cms-widget ol ol {
    padding-left: 15px
}

[dir="rlt"] .cms-widget ul ul,[dir="rlt"] .cms-widget ol ul,[dir="rlt"] .cms-widget ul ol,[dir="rlt"] .cms-widget ol ol {
    padding-left: 0;
    padding-right: 15px
}

.cms-widget .count {
    min-width: 24px;
    height: 25px;
    line-height: 22px;
    background: var(--color-accent);
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 80%;
    border: 1px solid var(--color-accent);
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    order: -1
}

.cms-widget .cms-list-item > a,.cms-widget .wc-layered-nav-term > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.cms-widget .cms-list-item > a > .title,.cms-widget .wc-layered-nav-term > a > .title {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px
}

.cms-widget .cms-list-item > a > .count,.cms-widget .wc-layered-nav-term > a > .count {
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 7.5px;
    margin-right: 7.5px
}

.cms-widget-inner > * {
    position: relative;
    z-index: 1
}

.cms-widget-inner > ul,.cms-widget-inner > ol {
    margin-top: -16px;
    margin-bottom: -5px
}

.cms-widget-inner > .cms-wg-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

table.wp-calendar-table {
    border-spacing: 0
}

table.wp-calendar-table caption {
    margin-bottom: 15px;
    font-size: var(--body-font-size-medium);
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: var(--heading-font-color)
}

table.wp-calendar-table th,table.wp-calendar-table td {
    text-align: center;
    border-right: 0;
    padding: 5px;
    position: relative
}

table.wp-calendar-table th a,table.wp-calendar-table td a {
    color: #fff;
    display: block
}

table.wp-calendar-table th a:before,table.wp-calendar-table td a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-accent);
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

table.wp-calendar-table th:hover a:before,table.wp-calendar-table td:hover a:before {
    background-color: var(--color-primary)
}

.widget_calendar .wp-calendar-nav {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.widget_archive a,.widget_categories a,.widget_pages a,.widget_nav_menu a,.widget_product_categories a,.woocommerce-widget-layered-nav-list a,.widget_layered_nav_filters a {
    padding: 4px 0;
    font-weight: 700
}

.widget_archive a:hover,.widget_categories a:hover,.widget_pages a:hover,.widget_nav_menu a:hover,.widget_product_categories a:hover,.woocommerce-widget-layered-nav-list a:hover,.widget_layered_nav_filters a:hover {
    padding-left: 5px;
    color: var(--color-accent)
}

[dir="rtl"] .widget_archive a:hover,[dir="rtl"] .widget_categories a:hover,[dir="rtl"] .widget_pages a:hover,[dir="rtl"] .widget_nav_menu a:hover,[dir="rtl"] .widget_product_categories a:hover,[dir="rtl"] .woocommerce-widget-layered-nav-list a:hover,[dir="rtl"] .widget_layered_nav_filters a:hover {
    padding-left: 0;
    padding-right: 5px
}

.widget_archive a:hover .count,.widget_categories a:hover .count,.widget_pages a:hover .count,.widget_nav_menu a:hover .count,.widget_product_categories a:hover .count,.woocommerce-widget-layered-nav-list a:hover .count,.widget_layered_nav_filters a:hover .count {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff
}

.widget_archive .current-cat > a,.widget_categories .current-cat > a,.widget_pages .current-cat > a,.widget_nav_menu .current-cat > a,.widget_product_categories .current-cat > a,.woocommerce-widget-layered-nav-list .current-cat > a,.widget_layered_nav_filters .current-cat > a {
    color: var(--color-accent)
}

.widget_archive .current-cat > a .count,.widget_categories .current-cat > a .count,.widget_pages .current-cat > a .count,.widget_nav_menu .current-cat > a .count,.widget_product_categories .current-cat > a .count,.woocommerce-widget-layered-nav-list .current-cat > a .count,.widget_layered_nav_filters .current-cat > a .count {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff
}

.widget_layered_nav_filters a:before {
    background: none
}

.widget_categories ul.children {
    margin-left: 15px
}

.widget_nav_menu.horizontal .menu {
    display: flex;
    flex-wrap: wrap;
    margin: -8px
}

.widget_nav_menu.horizontal .menu li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 8px
}

.widget_nav_menu.horizontal .menu li a {
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid transparent
}

.widget_nav_menu.horizontal .menu li a:hover {
    border-color: var(--color-secondary)
}

.widget_nav_menu.horizontal .menu li:after {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-left: 8px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

[dir="rtl"] .widget_nav_menu.horizontal .menu li:after {
    margin-left: 0;
    margin-right: 8px
}

.widget_nav_menu.horizontal .menu li:last-child:after {
    display: none
}

.widget_nav_menu.horizontal .sub-menu {
    display: none
}

.widget_recent_comments li {
    padding: 5px 0
}

.widget_recent_comments a:not([class]) {
    color: var(--color-accent)
}

.widget_recent_entries a {
    padding: 7px 0;
    display: block
}

.widget_recent_entries li:first-child a {
    padding-top: 0
}

.widget_recent_entries li:last-child a {
    padding-bottom: 0
}

.widget_rss ul {
    margin: -15px
}

.widget_rss li {
    padding: 15px
}

.widget_rss li .rsswidget {
    font-size: 125%
}

.widget_rss li .rss-date {
    font-style: italic;
    margin-bottom: 10px;
    display: block
}

.widget_rss li .rssSummary {
    margin-bottom: 10px
}

.widget_rss li cite {
    font-weight: 700;
    color: var(--color-accent)
}

.tagcloud {
    margin: -5px;
    display: flex;
    flex-wrap: wrap
}

.tagcloud > a {
    flex: 0 0 auto;
    margin: 5px;
    padding: 0px 10px;
    border: 1px solid var(--color-accent);
    background: var(--color-accent);
    color: #fff;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 28px;
    text-transform: capitalize
}

.tagcloud > a:hover {
    border-color: var(--color-accent);
    background: transparent;
    color: var(--color-accent)
}

.widget_cms_recent_posts .post-item {
    padding-bottom: 25px
}

.widget_cms_recent_posts .post-item:last-child {
    padding-bottom: 0
}

.widget_cms_recent_posts .cms-post-title {
    max-height: 70px;
    overflow: hidden
}

.cms-socials {
    margin: -5px;
    display: flex;
    flex-wrap: wrap
}

.cms-socials > a {
    flex: 0 0 auto;
    margin: 5px;
    text-align: center
}

.cms-socials.colored > a[class*="facebook"],.cms-socials.colored > a[href*="facebook"] {
    color: #3b5999
}

.cms-socials.colored > a[class*="google"],.cms-socials.colored > a[href*="google"] {
    color: #dd4b39
}

.cms-socials.colored > a[class*="twitter"],.cms-socials.colored > a[href*="twitter"] {
    color: #55acee
}

.cms-socials.colored > a[class*="youtube"],.cms-socials.colored > a[href*="youtube"] {
    color: #df2926
}

.cms-socials.colored > a[class*="rss"],.cms-socials.colored > a[href*="rss"] {
    color: #ffa500
}

.cms-socials.colored > a[class*="skype"],.cms-socials.colored > a[href*="skype"] {
    color: #0ebaee
}

.cms-socials.colored > a[class*="yahoo"],.cms-socials.colored > a[href*="yahoo"] {
    color: #690a7b
}

.cms-socials.colored > a[class*="dribbble"],.cms-socials.colored > a[href*="dribbble"] {
    color: #ff70b7
}

.cms-socials.colored > a[class*="flickr"],.cms-socials.colored > a[href*="flickr"] {
    color: #ff0084
}

.cms-socials.colored > a[class*="linkedin"],.cms-socials.colored > a[href*="linkedin"] {
    color: #087ec0
}

.cms-socials.colored > a[class*="vimeo"],.cms-socials.colored > a[href*="vimeo"] {
    color: #27bcf1
}

.cms-socials.colored > a[class*="pinterest"],.cms-socials.colored > a[href*="pinterest"] {
    color: #ca1f27
}

.cms-socials.colored > a[class*="github"],.cms-socials.colored > a[href*="github"] {
    color: #3f91cb
}

.cms-socials.colored > a[class*="instagram"],.cms-socials.colored > a[href*="instagram"] {
    color: #0092ff
}

.cms-socials.colored > a[class*="tumblr"],.cms-socials.colored > a[href*="tumblr"] {
    color: #426d9b
}

.cms-socials.colored > a[class*="behance"],.cms-socials.colored > a[href*="behance"] {
    color: #1879fd
}

.cms-socials.colored > a[class*="stumbleupon"],.cms-socials.colored > a[href*="stumbleupon"] {
    color: #eb4924
}

.cms-socials.colored > a[class*="dropbox"],.cms-socials.colored > a[href*="dropbox"] {
    color: #17a3eb
}

.cms-socials.colored > a[class*="soundcloud"],.cms-socials.colored > a[href*="soundcloud"] {
    color: #ff7e30
}

.cms-socials.colored > a[class*="lastfm"],.cms-socials.colored > a[href*="lastfm"] {
    color: #d6063e
}

.cms-socials.colored > a[class*="deviantart"],.cms-socials.colored > a[href*="deviantart"] {
    color: #6a8a7b
}

.cms-socials.colored > a[class*="digg"],.cms-socials.colored > a[href*="digg"] {
    color: #75788d
}

.cms-socials.colored > a[class*="xing"],.cms-socials.colored > a[href*="xing"] {
    color: #1a8e8c
}

.cms-socials.colored > a[class*="sharethis"],.cms-socials.colored > a[href*="sharethis"] {
    color: #25a774
}

.cms-socials.colored > a[class*="wordpress"],.cms-socials.colored > a[href*="wordpress"] {
    color: #2187b5
}

.cms-socials.colored > a[class*="delicious"],.cms-socials.colored > a[href*="delicious"] {
    color: #ff9233
}

.cms-socials.colored > a[class*="reddit"],.cms-socials.colored > a[href*="reddit"] {
    color: #377bda
}

.cms-socials.colored > a[class*="apple"],.cms-socials.colored > a[href*="apple"] {
    color: #3dd0f5
}

.cms-socials.colored > a[class*="vk"],.cms-socials.colored > a[href*="vk"] {
    color: #4778ac
}

.cms-socials.colored > a[class*="android"],.cms-socials.colored > a[href*="android"] {
    color: #a3c537
}

.cms-socials.colored > a[class*="amazon"],.cms-socials.colored > a[href*="amazon"] {
    color: #fc9a06
}

.cms-socials.colored > a[class*="edge"],.cms-socials.colored > a[href*="edge"] {
    color: #327ec9
}

.cms-socials.colored > a[class*="vine"],.cms-socials.colored > a[href*="vine"] {
    color: #16cc91
}

.cms-socials.colored > a[class*="whatsapp"],.cms-socials.colored > a[href*="whatsapp"] {
    color: #2fc631
}

.cms-socials.colored > a[class*="renren"],.cms-socials.colored > a[href*="renren"] {
    color: #0663b7
}

.cms-socials.colored > a[class*="windows"],.cms-socials.colored > a[href*="windows"] {
    color: #07b0f1
}

.cms-socials.colored > a[class*="modx"],.cms-socials.colored > a[href*="modx"] {
    color: #7ac343
}

.cms-socials.bg-colored > a {
    color: #fff
}

.cms-socials.bg-colored > a[class*="facebook"],.cms-socials.bg-colored > a[href*="facebook"] {
    background-color: #3b5999
}

.cms-socials.bg-colored > a[class*="google"],.cms-socials.bg-colored > a[href*="google"] {
    background-color: #dd4b39
}

.cms-socials.bg-colored > a[class*="twitter"],.cms-socials.bg-colored > a[href*="twitter"] {
    background-color: #55acee
}

.cms-socials.bg-colored > a[class*="youtube"],.cms-socials.bg-colored > a[href*="youtube"] {
    background-color: #df2926
}

.cms-socials.bg-colored > a[class*="rss"],.cms-socials.bg-colored > a[href*="rss"] {
    background-color: #ffa500
}

.cms-socials.bg-colored > a[class*="skype"],.cms-socials.bg-colored > a[href*="skype"] {
    background-color: #0ebaee
}

.cms-socials.bg-colored > a[class*="yahoo"],.cms-socials.bg-colored > a[href*="yahoo"] {
    background-color: #690a7b
}

.cms-socials.bg-colored > a[class*="dribbble"],.cms-socials.bg-colored > a[href*="dribbble"] {
    background-color: #ff70b7
}

.cms-socials.bg-colored > a[class*="flickr"],.cms-socials.bg-colored > a[href*="flickr"] {
    background-color: #ff0084
}

.cms-socials.bg-colored > a[class*="linkedin"],.cms-socials.bg-colored > a[href*="linkedin"] {
    background-color: #087ec0
}

.cms-socials.bg-colored > a[class*="vimeo"],.cms-socials.bg-colored > a[href*="vimeo"] {
    background-color: #27bcf1
}

.cms-socials.bg-colored > a[class*="pinterest"],.cms-socials.bg-colored > a[href*="pinterest"] {
    background-color: #ca1f27
}

.cms-socials.bg-colored > a[class*="github"],.cms-socials.bg-colored > a[href*="github"] {
    background-color: #3f91cb
}

.cms-socials.bg-colored > a[class*="instagram"],.cms-socials.bg-colored > a[href*="instagram"] {
    background-color: #0092ff
}

.cms-socials.bg-colored > a[class*="tumblr"],.cms-socials.bg-colored > a[href*="tumblr"] {
    background-color: #426d9b
}

.cms-socials.bg-colored > a[class*="behance"],.cms-socials.bg-colored > a[href*="behance"] {
    background-color: #1879fd
}

.cms-socials.bg-colored > a[class*="stumbleupon"],.cms-socials.bg-colored > a[href*="stumbleupon"] {
    background-color: #eb4924
}

.cms-socials.bg-colored > a[class*="dropbox"],.cms-socials.bg-colored > a[href*="dropbox"] {
    background-color: #17a3eb
}

.cms-socials.bg-colored > a[class*="soundcloud"],.cms-socials.bg-colored > a[href*="soundcloud"] {
    background-color: #ff7e30
}

.cms-socials.bg-colored > a[class*="lastfm"],.cms-socials.bg-colored > a[href*="lastfm"] {
    background-color: #d6063e
}

.cms-socials.bg-colored > a[class*="deviantart"],.cms-socials.bg-colored > a[href*="deviantart"] {
    background-color: #6a8a7b
}

.cms-socials.bg-colored > a[class*="digg"],.cms-socials.bg-colored > a[href*="digg"] {
    background-color: #75788d
}

.cms-socials.bg-colored > a[class*="xing"],.cms-socials.bg-colored > a[href*="xing"] {
    background-color: #1a8e8c
}

.cms-socials.bg-colored > a[class*="sharethis"],.cms-socials.bg-colored > a[href*="sharethis"] {
    background-color: #25a774
}

.cms-socials.bg-colored > a[class*="wordpress"],.cms-socials.bg-colored > a[href*="wordpress"] {
    background-color: #2187b5
}

.cms-socials.bg-colored > a[class*="delicious"],.cms-socials.bg-colored > a[href*="delicious"] {
    background-color: #ff9233
}

.cms-socials.bg-colored > a[class*="reddit"],.cms-socials.bg-colored > a[href*="reddit"] {
    background-color: #377bda
}

.cms-socials.bg-colored > a[class*="apple"],.cms-socials.bg-colored > a[href*="apple"] {
    background-color: #3dd0f5
}

.cms-socials.bg-colored > a[class*="vk"],.cms-socials.bg-colored > a[href*="vk"] {
    background-color: #4778ac
}

.cms-socials.bg-colored > a[class*="android"],.cms-socials.bg-colored > a[href*="android"] {
    background-color: #a3c537
}

.cms-socials.bg-colored > a[class*="amazon"],.cms-socials.bg-colored > a[href*="amazon"] {
    background-color: #fc9a06
}

.cms-socials.bg-colored > a[class*="edge"],.cms-socials.bg-colored > a[href*="edge"] {
    background-color: #327ec9
}

.cms-socials.bg-colored > a[class*="vine"],.cms-socials.bg-colored > a[href*="vine"] {
    background-color: #16cc91
}

.cms-socials.bg-colored > a[class*="whatsapp"],.cms-socials.bg-colored > a[href*="whatsapp"] {
    background-color: #2fc631
}

.cms-socials.bg-colored > a[class*="renren"],.cms-socials.bg-colored > a[href*="renren"] {
    background-color: #0663b7
}

.cms-socials.bg-colored > a[class*="windows"],.cms-socials.bg-colored > a[href*="windows"] {
    background-color: #07b0f1
}

.cms-socials.bg-colored > a[class*="modx"],.cms-socials.bg-colored > a[href*="modx"] {
    background-color: #7ac343
}

.cms-social-layout-1 > a {
    padding: 5px;
    line-height: 1
}

.cms-social-layout-2 > a {
    flex: 0 0 40px;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    padding: 5px
}

.cms-social-layout-2 > a:hover {
    color: #fff;
    background: var(--color-accent)
}

.cms-social-layout-3 > a {
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid rgba(234, 234, 234, 1);
    padding: 8px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.cms-social-layout-3 > a:hover {
    border-color: var(--color-accent);
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.cms-social-layout-3 > a > i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    margin: auto;
    background-color: var(--color-accent);
    color: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 12px
}

.cms-social-layout-3 > a > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cms-social-layout-4 > a {
    min-width: 50px;
    line-height: 50px;
    background-color: var(--color-304377);
    color: #fff !important;
    font-size: 17px;
    -webkit-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px
}

[dir="rtl"] .cms-social-layout-4 > a {
    -webkit-border-radius: 8px 8px 8px 0;
    -khtml-border-radius: 8px 8px 8px 0;
    -moz-border-radius: 8px 8px 8px 0;
    -ms-border-radius: 8px 8px 8px 0;
    -o-border-radius: 8px 8px 8px 0;
    border-radius: 8px 8px 8px 0
}

.cms-social-layout-4 > a:hover {
    background-color: var(--color-accent);
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.cms-social-layout-5 {
    background-color: var(--color-primary);
    overflow: hidden;
    -webkit-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.cms-social-layout-5 > a {
    flex: 0 0 51px;
    width: 51px;
    max-width: 51px;
    line-height: 51px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-social-layout-5 > a:hover {
    color: var(--color-accent);
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.cms-social-layout-5 > .seperator {
    flex: 0 0 2px;
    width: 2px;
    max-width: 2px;
    height: 21px;
    background-color: rgba(255, 255, 255, 0.15)
}

.cms-social-layout-6 > a {
    min-width: 53px;
    height: 40px;
    line-height: 46px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.cms-social-layout-6 > a:hover {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.widget_cms_quickcontact_widget .cms-wg-icon {
    max-width: 48px;
    margin-bottom: 25px
}

.widget_cms_quickcontact_widget .cms-contact-text {
    font-size: 14px
}

.widget_cms_quickcontact_widget .cms-contact-text2 {
    padding-top: 12px
}

.widget_cms_quickcontact_widget .cms-contact-button {
    font-size: 24px
}

.widget_cms_quickcontact_widget .cms-contact-button span {
    font-size: 20px;
    margin-right: 10px
}

.widget_cms_quickcontact_widget .cms-contact-button2 {
    padding-top: 15px;
    color: var(--color-accent)
}

.widget_cms_quickcontact_widget .cms-contact-button2 a {
    font-weight: 700;
    color: var(--color-accent)
}

.widget_cms_quickcontact_widget .cms-contact-button2 a:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--color-accent);
    vertical-align: middle;
    margin-right: 10px
}

[dir="rtl"] .widget_cms_quickcontact_widget .cms-contact-button2 a:before {
    margin-left: 10px
}

.widget_cms_quickcontact_widget.layout-1 {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px
}

.widget_cms_quickcontact_widget.layout-1 .cms-wg-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-accent);
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9
}

.widget_cms_quickcontact_widget.layout-1 .cms-wg-icon img {
    filter: brightness(0) invert(1)
}

.widget_cms_quickcontact_widget.layout-1 .cms-widget-title {
    color: inherit
}

.widget_cms_quickcontact_widget.layout-1 .cms-contact-text {
    margin-top: -7px
}

.widget_cms_quickcontact_widget.layout-1 .cms-contact-button {
    padding-top: 23px
}

.widget_cms_quickcontact_widget.layout-1 .cms-contact-button span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: var(--color-1aadcd);
    color: #fff;
    -webkit-border-radius: 6px 6px 0 6px;
    -khtml-border-radius: 6px 6px 0 6px;
    -moz-border-radius: 6px 6px 0 6px;
    -ms-border-radius: 6px 6px 0 6px;
    -o-border-radius: 6px 6px 0 6px;
    border-radius: 6px 6px 0 6px
}

[dir="rtl"] .widget_cms_quickcontact_widget.layout-1 .cms-contact-button span {
    -webkit-border-radius: 6px 6px 6px 0;
    -khtml-border-radius: 6px 6px 6px 0;
    -moz-border-radius: 6px 6px 6px 0;
    -ms-border-radius: 6px 6px 6px 0;
    -o-border-radius: 6px 6px 6px 0;
    border-radius: 6px 6px 6px 0;
    margin-right: 0;
    margin-left: 10px
}

.widget_cms_quickcontact_widget.layout-1 .cms-contact-button a {
    color: #fff
}

.widget_cms_quickcontact_widget.layout-2 .cms-contact-button {
    padding-top: 13px;
    color: var(--color-accent)
}

.widget_cms_quickcontact_widget.layout-2 .cms-contact-button a {
    color: var(--color-accent)
}

.widget_cms_quickcontact_widget.layout-2 .cms-contact-button a:hover {
    color: #fff
}

.widget_cms_quickcontact_widget.layout-2 .cms-contact-text2 {
    color: var(--body-font-color)
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px
}

.admin-bar .sidebar-sticky {
    top: 60px
}

.header-sticky .sidebar-sticky {
    top: 110px
}

.admin-bar.header-sticky .sidebar-sticky {
    top: 140px
}

.cms-sidebar-area-inner > .cms-widget {
    margin-bottom: 40px;
    background-color: #f4f4f4;
    padding: 40px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

@media (min-width: 992px) {
    .cms-sidebar-area-inner > .cms-widget {
        padding:40px
    }
}

.cms-sidebar-area-inner > .cms-widget:last-child {
    margin-bottom: 0
}

.cms-sidebar-area-inner > .cms-widget:after {
    content: '';
    display: block;
    height: 3px;
    background: var(--color-accent);
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0
}

.cms-sidebar-area-inner > .cms-widget .cms-widget-title {
    margin-top: -8px
}

@media (max-width: 991px) {
    .cms-sidebar-area-inner {
        margin-top:50px
    }
}

.cms-sidebar-area-bottom {
    padding-top: 50px
}

.cms-sidebar-area-bottom .cms-sidebar-area-inner {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
}

@media (min-width: 992px) {
    .cms-sidebar-area-bottom .cms-sidebar-area-inner {
        -moz-column-count:2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 1200px) {
    .cms-sidebar-area-bottom .cms-sidebar-area-inner {
        -moz-column-count:3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

.cms-sidebar-area-bottom .cms-sidebar-area-inner > .cms-widget {
    display: inline-block;
    width: 100%
}

.cms-sidebar-shop .cms-sidebar-area-inner > .cms-widget {
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important
}

.cms-sidebar-shop .cms-sidebar-area-inner > .cms-widget:after {
    display: none
}

#cms-footer.cms-footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

@media (min-width: 1600px) {
    #cms-footer:after {
        content:'';
        border-left: 1px solid #353535;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 109px
    }

    [dir="rtl"] #cms-footer:after {
        right: auto;
        left: 109px
    }
}

.cms-footer-bottom {
    padding: 15px 0
}

.cms-scroll-top {
    height: 103px;
    width: 110px;
    background: var(--color-accent);
    color: #fff;
    border: none;
    position: fixed;
    right: 0;
    bottom: -55px;
    font-size: 18px;
    line-height: 110px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    visibility: hidden;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.cms-scroll-top:hover,.cms-scroll-top:focus,.cms-scroll-top:active {
    color: #fff;
    background: var(--color-primary)
}

.cms-scroll-top.on {
    bottom: 0;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cms-scroll-top .cms-scroll-top-arrow {
    display: block;
    width: 100%;
    position: relative;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -khtml-animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -ms-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
    animation: vibrate 2s linear 0s infinite
}

[dir="rtl"] .cms-scroll-top {
    right: auto;
    left: 0
}

@media (max-width: 1400px) {
    .cms-scroll-top {
        height:40px;
        width: 40px;
        line-height: 40px
    }
}

#cms-footer.scroll-off:after {
    display: none
}

p.demo_store,.woocommerce-store-notice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #007bff;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
    display: none
}

p.demo_store a,.woocommerce-store-notice a {
    color: #fff;
    text-decoration: underline
}

.loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: '';
    animation: spin 1s ease-in-out infinite;
    background: url('../images/icons/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75)
}

.woocommerce {
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: '';
    animation: spin 1s ease-in-out infinite;
    background: url('../images/icons/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75)
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product div.images {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom:1;margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce td.product-name dl.variation,.woocommerce td.product-name .wc-item-meta {
    list-style: none outside;
    font-size: 80%
}

.woocommerce td.product-name dl.variation dt,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: left;
    clear: both;
    margin-right: 0.25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name .wc-item-meta dd {
    margin: 0;
    display: inline-block
}

.woocommerce td.product-name dl.variation p,.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name dl.variation:last-child,.woocommerce td.product-name .wc-item-meta:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #dc3545
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #dc3545
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
    border-color: #23923d
}

.woocommerce form.login,.woocommerce form.checkout_coupon,.woocommerce form.register {
    border: 1px solid var(--border-main-color);
    background: var(--border-main-color);
    padding: 20px;
    margin: 30px 0
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0.4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    content: "";
    display: table;
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    border-right: 1px dashed #545b62;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: bold
}

.woocommerce .woocommerce-order-downloads,.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details {
    margin-bottom: 2em
}

.woocommerce .woocommerce-order-downloads *:last-child,.woocommerce .woocommerce-customer-details *:last-child,.woocommerce .woocommerce-order-details *:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: "cms-solatec";
    content: "\71";
    text-transform: none !important;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: "cms-solatec";
    content: "\71";
    text-transform: none !important;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom:1}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: "cms-solatec";
    content: "\71";
    text-transform: none !important;
    color: #dc3545;
    vertical-align: inherit;
    margin-right: 0.5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    font-size: 14px
}

.woocommerce .widget_price_filter .price_slider_amount button {
    background: none;
    color: var(--color-primary);
    font-weight: 700;
    padding: 0;
    margin: 0;
    float: right;
    border: none;
    font-size: 14px;
    line-height: normal
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: start
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: var(--color-accent);
    border-radius: 50%;
    cursor: ew-resize;
    outline: none;
    top: -3px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -10px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    background-color: var(--color-accent)
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e5e8ed
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: 0px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: 0px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    content: "";
    display: table;
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: "cms-solatec";
    content: "\71";
    text-transform: none !important;
    color: #dc3545
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-login,.woocommerce-no-js form.woocommerce-form-coupon {
    display: block !important
}

.woocommerce-no-js .woocommerce-form-login-toggle,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .showcoupon {
    display: none !important
}

.woocommerce-message,.woocommerce-error,.woocommerce-info {
    padding: 25px;
    margin: 0 0 40px;
    position: relative;
    background-color: #e4f2e2;
    border-top: 0px solid var(--accent-color);
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
    font-size: 19px;
    font-weight: 600;
    color: var(--color-primary);
    -webkit-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.woocommerce-message::before,.woocommerce-error::before,.woocommerce-info::before {
    font-family: "cms-solatec";
    content: '\71';
    text-transform: none !important;
    width: 20px;
    max-width: 20px;
    flex: 0 0 auto;
    margin-right: 10px
}

[dir="rtl"] .woocommerce-message::before,[dir="rtl"] .woocommerce-error::before,[dir="rtl"] .woocommerce-info::before {
    margin-right: 0;
    margin-left: 10px
}

.woocommerce-message .cms-added-to-cart-msg,.woocommerce-error .cms-added-to-cart-msg,.woocommerce-info .cms-added-to-cart-msg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media (max-width: 991px) {
    .woocommerce-message .cms-added-to-cart-msg,.woocommerce-error .cms-added-to-cart-msg,.woocommerce-info .cms-added-to-cart-msg {
        flex:0 0 100%;
        width: 100%;
        margin-bottom: 25px
    }
}

.woocommerce-message .btn,.woocommerce-error .btn,.woocommerce-info .btn {
    min-width: 180px;
    text-align: center;
    flex: 0 0 auto;
    max-width: 100%
}

.woocommerce-message li,.woocommerce-error li,.woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    flex: 0 0 100%;
    width: 100%;
    font-weight: 400
}

ul.cart_list,ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: -15px 0
}

ul.cart_list li,ul.product_list_widget li {
    padding: 15px 0;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    font-weight: 600
}

ul.cart_list li a,ul.product_list_widget li a {
    display: block;
    font-size: 16px
}

ul.cart_list li .quantity,ul.product_list_widget li .quantity,ul.cart_list li .amount,ul.product_list_widget li .amount {
    font-size: 15px;
    color: var(--color-accent)
}

ul.cart_list li img,ul.product_list_widget li img {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px
}

ul.cart_list li dl,ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    content: "";
    display: table
}

ul.cart_list li dl dt,ul.product_list_widget li dl dt,ul.cart_list li dl dd,ul.product_list_widget li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

ul.cart_list li dl dt,ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left
}

ul.cart_list li dl dd,ul.product_list_widget li dl dd {
    padding: 0 0 0.25em
}

ul.cart_list li dl dd p:last-child,ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    font-family: "cms-solatec";
    content: '\71';
    text-transform: none !important;
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    font-family: "cms-solatec";
    content: '\71';
    text-transform: none !important;
    color: #b81c23
}

.woocommerce-account .addresses .title h3 {
    display: inline-block;
    margin: 0;
    padding-right: 20px
}

[dir="rtl"] .woocommerce-account .addresses .title h3 {
    padding-right: 0;
    padding-left: 20px
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

.checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

.checkout .col-2 .notes {
    clear: left
}

.checkout .col-2 .form-row-first {
    clear: left
}

.checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: normal
}

.checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

.checkout .shipping_address {
    clear: both
}

form .form-row label {
    flex: 0 0 100%;
    display: block
}

form .form-row label.checkbox {
    flex: 0 0 auto;
    display: inline
}

form .password-input {
    position: relative
}

form .show-password-input {
    position: absolute;
    right: 0.7em;
    top: 0.7em;
    cursor: pointer
}

.woocommerce-oembed {
    position: relative
}

@media (max-width: 991px) {
    table.shop_table_responsive thead {
        display:none
    }

    table.shop_table_responsive tbody th {
        display: none
    }

    table.shop_table_responsive tr {
        display: block
    }

    table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
        border-right: 1px solid #ddd
    }

    table.shop_table_responsive tr td.order-actions {
        text-align: left !important
    }

    table.shop_table_responsive tr td::before {
        content: attr(data-title) ': ';
        font-weight: 700;
        float: left
    }

    table.shop_table_responsive tr td.product-remove::before,table.shop_table_responsive tr td.actions::before {
        display: none
    }

    table.shop_table_responsive tr td.actions {
        display: table
    }

    table.shop_table_responsive tr:nth-child( 2n) td {
        background-color: rgba(0, 0, 0, 0.025)
    }

    table.cart .product-thumbnail {
        display: none
    }
}

.woocommerce-notices-wrapper {
    margin-bottom: 30px
}

.woocommerce-notices-wrapper:empty {
    display: none
}

.col2-set {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

.col2-set .col-1,.col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px
}

@media (min-width: 769px) {
    .col2-set .col-1,.col2-set .col-2 {
        flex:0 0 50%;
        max-width: 50%
    }
}

.price {
    font-size: 20px;
    color: var(--primary-color)
}

.price del {
    text-decoration: line-through !important;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

del {
    text-decoration: line-through !important;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    color: var(--color-accent)
}

@media (min-width: 1200px) {
    .woocommerce-tabs {
        width:83.333%;
        margin-left: auto;
        margin-right: auto
    }
}

.wc-tabs {
    list-style: none;
    margin: 57px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.wc-tabs:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 2px;
    background: var(--border-color)
}

.wc-tabs li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    color: var(--primary-color);
    font-size: 16px;
    padding: 0 15px;
    position: relative;
    z-index: 1
}

.wc-tabs li:first-child {
    padding-left: 0
}

.wc-tabs li:last-child {
    padding-right: 0
}

.wc-tabs li a {
    display: block;
    padding: 13px 0;
    font-weight: 700;
    color: inherit;
    border-bottom: 2px solid var(--border-color)
}

.wc-tabs li:hover a,.wc-tabs li.active a {
    color: var(--color-accent);
    border-color: var(--color-accent)
}

.wc-tab {
    padding-top: 20px
}

.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
    float: none
}

.woocommerce-result-count {
    font-weight: 700
}

label[for="coupon_code"] {
    display: none
}

table.cart {
    border: 0
}

table.cart th,table.cart .product-name {
    font-size: 17px;
    font-family: var(--heading-font-family)
}

table.cart td:not(.product-name),table.cart th:not(.product-name) {
    text-align: center
}

table.cart td.product-subtotal,table.cart th.product-subtotal {
    border-right: 1px solid #ddd
}

table.cart td.actions {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 0;
    text-align: start !important
}

table.cart td.actions > .coupon,table.cart td.actions > button[name="update_cart"],table.cart td.actions [type="hidden"] {
    display: none !important
}

table.cart .product-thumbnail {
    max-width: 100px;
    width: 100px
}

.cart-collaterals {
    padding-top: 30px
}

.cart_totals > h2 {
    font-size: 21px;
    margin: 0 0 25px
}

form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: self-start
}

form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    flex: 0 0 100%;
    margin: 0 0 30px;
    max-width: 100%;
    padding: 15px
}

form.woocommerce-checkout .col2-set {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 991px) {
    form.woocommerce-checkout .col2-set {
        flex:0 0 100%;
        max-width: 100%
    }
}

form.woocommerce-checkout .col2-set > div {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

form.woocommerce-checkout .woocommerce-billing-fields > h3,form.woocommerce-checkout .woocommerce-shipping-fields > h3,form.woocommerce-checkout .woocommerce-additional-fields > h3 {
    text-transform: uppercase
}

form.woocommerce-checkout .woocommerce-billing-fields .form-row,form.woocommerce-checkout .woocommerce-shipping-fields .form-row,form.woocommerce-checkout .woocommerce-additional-fields .form-row {
    margin-bottom: 15px
}

form.woocommerce-checkout .woocommerce-checkout-review-order {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 991px) {
    form.woocommerce-checkout .woocommerce-checkout-review-order {
        flex:0 0 100%;
        max-width: 100%;
        margin-top: 30px
    }
}

form.woocommerce-checkout #order_review_heading {
    display: none
}

form.woocommerce-checkout #cms-order-review-heading {
    margin-bottom: 45px;
    padding-bottom: 30px;
    position: relative
}

form.woocommerce-checkout #cms-order-review-heading:after {
    width: 50px;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0
}

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0
}

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #fff
}

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none
}

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th,form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 15px 20px
}

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:last-child {
    text-align: end
}

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total th,form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
    background-color: #efefef;
    border-bottom: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

form.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input {
    margin: 8px 10px 0 0
}

textarea[name="order_comments"] {
    margin-top: 30px
}

.form-row {
    width: 100%;
    margin: 0 0 15px
}

.form-row span.woocommerce-input-wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -15px 15px
}

.woocommerce-MyAccount-navigation ul li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 15px 15px
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 5px 15px;
    border: 3px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.woocommerce-MyAccount-navigation ul li a:hover {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: #fff
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: #fff
}

ul.products {
    list-style: none;
    margin: -20px -15px;
    padding: 15px 0 0;
    display: flex;
    flex-wrap: wrap
}

ul.products > li.product {
    float: none;
    margin: 20px 15px;
    position: relative
}

ul.products > li.product .price {
    margin: 10px 0 0 0;
    color: var(--color-accent);
    line-height: 1;
    font-size: 19px;
    font-weight: 700;
    display: block;
    clear: both
}

ul.products > li.product .price ins {
    font-weight: inherit;
    padding-left: 15px;
    text-decoration: none
}

[dir="rtl"] ul.products > li.product .price ins {
    padding-left: 0;
    padding-right: 15px
}

ul.products.colomns-1 > li.product {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px)
}

ul.products.columns-2 > li.product {
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px)
}

ul.products.columns-3 > li.product {
    max-width: calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
    flex: 0 0 calc(33.3333% - 30px)
}

ul.products.columns-4 > li.product {
    max-width: calc(25% - 30px);
    width: calc(25% - 30px);
    flex: 0 0 calc(25% - 30px)
}

ul.products.columns-5 > li.product {
    max-width: calc(20% - 30px);
    width: calc(20% - 30px);
    flex: 0 0 calc(20% - 30px)
}

ul.products.columns-6 > li.product {
    max-width: calc(16.6666% - 30px);
    width: calc(16.6666% - 30px);
    flex: 0 0 calc(16.6666% - 30px)
}

@media (max-width: 1199px) {
    ul.products.columns-5 > li.product {
        max-width:calc(33.3333% - 30px);
        width: calc(33.3333% - 30px);
        flex: 0 0 calc(33.3333% - 30px);
        margin: 15px
    }

    ul.products.columns-6 > li.product {
        max-width: calc(33.3333% - 30px);
        width: calc(33.3333% - 30px);
        flex: 0 0 calc(33.3333% - 30px);
        margin: 15px
    }
}

@media (max-width: 991px) {
    ul.products.columns-3 > li.product {
        max-width:calc(50% - 30px);
        width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        margin: 15px
    }

    ul.products.columns-4 > li.product {
        max-width: calc(50% - 30px);
        width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        margin: 15px
    }

    ul.products.columns-5 > li.product {
        max-width: calc(50% - 30px);
        width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        margin: 15px
    }

    ul.products.columns-6 > li.product {
        max-width: calc(50% - 30px);
        width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        margin: 15px
    }
}

@media (max-width: 767px) {
    ul.products.columns-2 > li.product,ul.products.columns-3 > li.product,ul.products.columns-4 > li.product,ul.products.columns-5 > li.product,ul.products.columns-6 > li.product {
        max-width:calc(100% - 30px);
        width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        margin: 15px
    }
}

ul.products .cms-overlay-wrap {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

ul.products .cms-overlay-wrap:hover {
    background-color: var(--color-accent);
    color: #fff
}

ul.products .cms-overlay-wrap:hover .cms-heading,ul.products .cms-overlay-wrap:hover .price {
    color: #fff
}

ul.products .cms-overlay-wrap:hover .cms-products-thumb:after {
    visibility: visible;
    opacity: 0.9
}

ul.products .cms-overlay-wrap:hover .cms-onsale {
    background-color: #fff;
    color: var(--color-accent);
    right: 40px
}

ul.products .cms-products-content {
    padding: 30px 15px 35px
}

.cms-products-thumb {
    overflow: hidden;
    border-bottom: 2px solid var(--color-secondary)
}

.cms-products-thumb:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: var(--color-accent)
}

.woocommerce-loop-product__link {
    display: block
}

.cms-onsale {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background-color: var(--color-accent);
    color: #fff;
    -webkit-border-radius: 4px 4px 0 4px;
    -khtml-border-radius: 4px 4px 0 4px;
    -moz-border-radius: 4px 4px 0 4px;
    -ms-border-radius: 4px 4px 0 4px;
    -o-border-radius: 4px 4px 0 4px;
    border-radius: 4px 4px 0 4px;
    min-width: 56px;
    height: 29px;
    line-height: 19px;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-onsale.single {
    left: 20px;
    right: auto
}

[dir="rtl"] .cms-onsale {
    right: auto;
    left: 20px
}

[dir="rtl"] .cms-onsale.single {
    left: auto;
    right: 20px
}

.add_to_cart_button {
    min-width: 170px
}

.add_to_cart_button .cms-addtocart-icon:before,.product_type_grouped .cms-addtocart-icon:before,.product_type_external .cms-addtocart-icon:before {
    font-family: "cms-solatec";
    content: "\64";
    text-transform: none !important;
    font-size: 18px;
    text-transform: none
}

.add_to_cart_button.loading .cms-addtocart-icon,.product_type_grouped.loading .cms-addtocart-icon,.product_type_external.loading .cms-addtocart-icon {
    display: inline-block;
    -webkit-animation: fa-spin 2s linear infinite;
    -khtml-animation: fa-spin 2s linear infinite;
    -moz-animation: fa-spin 2s linear infinite;
    -ms-animation: fa-spin 2s linear infinite;
    -o-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.add_to_cart_button.loading .cms-addtocart-icon:before,.product_type_grouped.loading .cms-addtocart-icon:before,.product_type_external.loading .cms-addtocart-icon:before {
    content: "\f110"
}

.add_to_cart_button.added .cms-addtocart-icon:before,.product_type_grouped.added .cms-addtocart-icon:before,.product_type_external.added .cms-addtocart-icon:before {
    content: "\64"
}

.add_to_cart_button.added + .added_to_cart,.product_type_grouped.added + .added_to_cart,.product_type_external.added + .added_to_cart {
    display: block
}

.add_to_cart_button + .added_to_cart,.product_type_grouped + .added_to_cart,.product_type_external + .added_to_cart {
    margin-top: 20px;
    clear: both;
    display: none
}

.woocommerce-pagination {
    margin-top: 40px
}

.cms-products-thumb img {
    width: 100%
}

div.product div.summary {
    float: none;
    width: 100%
}

div.product form.cart {
    margin: 32px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

div.product form.cart:before,div.product form.cart:after {
    flex: 0 0 100%;
    width: 100%;
    margin: 0
}

div.product form.cart div.quantity {
    float: none;
    margin: 0 15px 0 0
}

div.product form.cart > * {
    margin-bottom: 25px !important
}

div.product .cms-single-product-btn {
    flex-wrap: wrap;
    margin: -7.5px
}

div.product .cms-single-product-btn > * {
    margin: 7.5px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

div.product .cms-single-product-btn .single_add_to_cart_button {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.45px
}

div.product .cms-single-product-btn .single_add_to_cart_button:after {
    margin-left: 15px;
    font-family: "cms-solatec";
    content: '\f290';
    text-transform: none !important
}

.cms-product-meta .cms-meta-item {
    padding-bottom: 8px
}

.cms-product-meta .cms-meta-item:last-child {
    padding-bottom: 0
}

.cms-product-meta .cms-meta-item .cms-meta-label {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.45px;
    font-weight: 600
}

.cms-product-meta .cms-meta-item a {
    color: var(--body-color)
}

.cms-product-meta .cms-meta-item a:hover {
    color: var(--accent-color)
}

.variations {
    border: 0
}

.variations td,.variations th {
    border: 0;
    vertical-align: middle
}

.woocommerce-variation-description p {
    margin-bottom: 1em
}

.reset_variations {
    visibility: hidden;
    display: none;
    color: red;
    padding-top: 10px;
    text-align: end
}

.reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important
}

.wc-no-matching-variations {
    display: none
}

.single_variation_wrap {
    margin: 0;
    width: 100%;
    display: block
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center
}

.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    flex-basic: basic
}

.single_variation_wrap .woocommerce-variation-add-to-cart .cms-single-product-btns {
    flex: 0 0 auto;
    width: auto
}

.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 25px
}

.group_table {
    border: 0
}

.group_table th,.group_table td {
    border: 0
}

.group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.cms-quantity {
    position: relative;
    display: inline-block
}

.cms-quantity .quantity-button {
    position: absolute;
    right: 0;
    width: 20px;
    height: 27px;
    line-height: 23px;
    text-align: start;
    font-size: 10px;
    font-weight: 900;
    border: 2px solid #e6e8eb;
    color: var(--primary-color);
    cursor: pointer;
    text-align: center
}

.cms-quantity .quantity-up {
    top: 0;
    -webkit-border-radius: 0 8px 0 0;
    -khtml-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0
}

.cms-quantity .quantity-up:before,.cms-quantity .quantity-up:after {
    content: '';
    width: 8px;
    height: 2px;
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px
}

.cms-quantity .quantity-up:after {
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cms-quantity .quantity-down {
    bottom: 0;
    z-index: 1;
    -webkit-border-radius: 0 0 8px 0;
    -khtml-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -ms-border-radius: 0 0 8px 0;
    -o-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0
}

.cms-quantity .quantity-down:before {
    content: '';
    width: 8px;
    height: 2px;
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px
}

.quantity .qty {
    width: 76px !important;
    height: 51px;
    line-height: 43px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 27px;
    padding-left: inherit;
    text-align: center;
    border: 2px solid #e6e8eb;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.single_add_to_cart_button {
    clear: both;
    min-width: 170px;
    text-align: center;
    height: 51px;
    border-color: transparent;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

table.shop_attributes {
    border: none
}

table.shop_attributes td,table.shop_attributes th {
    vertical-align: top;
    font-style: normal;
    padding: 6px 0;
    border: 0;
    width: unset;
    background: transparent !important
}

table.shop_attributes td p,table.shop_attributes th p {
    padding: 0
}

.product_meta {
    margin-top: 17px
}

.product_meta > span {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: var(--heading-font-weight);
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    padding-bottom: 12px
}

.product_meta > span:last-child {
    padding-bottom: 0
}

.product_meta > span * {
    font-size: 15px;
    color: var(--body-font-color);
    font-weight: var(--body-font-weight)
}

.product_meta > span *[href]:hover {
    color: var(--color-accent)
}

.products.related,.products.upsells,.cross-sells {
    padding-top: 40px
}

.products.related > h2,.products.upsells > h2,.cross-sells > h2 {
    position: relative;
    margin: 47px 0 7px;
    font-size: 21px
}

.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label {
    font-size: 16px;
    font-weight: 700
}

.woocommerce-grouped-product-list-item .woocommerce-Price-amount {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-accent)
}

.cms-single-product-gallery-summary-wraps {
    margin: -15px
}

.cms-single-product-gallery-summary-wraps > div {
    padding: 15px
}

.woocommerce-product-gallery__image,.woocommerce-product-gallery > .flex-viewport {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11)
}

.woocommerce-product-gallery {
    position: relative;
    background: var(--grey-f1f1f5-color);
    text-align: center
}

@media (min-width: 768px) {
    .woocommerce-product-gallery {
        min-height:182px
    }
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-accent);
    color: var(--color-accent);
    z-index: 1;
    text-align: center;
    line-height: 26px;
    font-size: 0;
    text-indent: -999px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font-family: "cms-solatec";
    content: "\74";
    text-transform: none !important;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[dir="rtl"] .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    left: 20px;
    right: auto
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 0;
    margin: 0;
    position: relative
}

.woocommerce-product-gallery.cms-product-gallery-simple {
    position: relative
}

.woocommerce-product-gallery.cms-product-gallery-simple .flex-viewport {
    position: relative
}

.woocommerce-product-gallery.cms-product-gallery-simple .flex-viewport:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    padding: 0
}

.woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 auto;
    max-width: auto;
    padding: 5px
}

.woocommerce-product-gallery .flex-direction-nav {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.woocommerce-product-gallery:hover .flex-direction-nav {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.wc-gallery-sync {
    position: relative;
    margin-top: 10px
}

.wc-gallery-sync .flex-control-thumb {
    position: relative
}

.wc-gallery-sync .flex-control-thumb:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    z-index: 2
}

.wc-gallery-sync .flex-control-thumb:hover:after,.wc-gallery-sync .flex-control-thumb.flex-active-slide:after {
    border-color: var(--color-accent)
}

.flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.flex-direction-nav > li {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flex-direction-nav > li span {
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.flex-direction-nav > li.flex-nav-prev {
    left: 0
}

.flex-direction-nav > li.flex-nav-prev .flex-prev-icon:before {
    font-family: "cms-solatec";
    content: "\f104";
    text-transform: none !important;
    font-size: 900
}

.flex-direction-nav > li.flex-nav-next {
    right: 0
}

.flex-direction-nav > li.flex-nav-next .flex-next-icon:before {
    font-family: "cms-solatec";
    content: "\f105";
    text-transform: none !important;
    font-size: 900
}

.flex-direction-nav > li:hover span {
    background: var(--color-accent)
}

.flex-control-nav {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.flex-control-nav.flex-control-paging {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.flex-control-nav.flex-control-paging li {
    flex: 0 0 auto
}

.flex-control-nav.flex-control-paging a {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #bbb;
    font-size: 0;
    text-indent: -999px;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 200ms ease;
    -khtml-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.flex-control-nav.flex-control-paging a:hover,.flex-control-nav.flex-control-paging a.flex-active {
    background: var(--color-accent)
}

.cms-product-gallery-default.cms-product-gallery-bottom .flex-control-nav {
    margin-top: 5px
}

.product #comments {
    padding-top: 0
}

.product #comments:before,.product #comments:after {
    display: none
}

.widget_shopping_cart .woocommerce-mini-cart .mini_cart_item a.remove {
    color: white;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    padding: 0;
    background-color: red;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--color-primary)
}

[dir="rtl"] .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item a.remove {
    right: auto;
    left: 0
}

.widget_shopping_cart .woocommerce-mini-cart .mini_cart_item:hover a.remove {
    background: red
}

.widget_shopping_cart .woocommerce-mini-cart__total {
    padding: 24px 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: var(--color-primary)
}

.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-weight: 500
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
    display: flex;
    flex: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    border-color: transparent
}

#payment {
    margin-top: 0px
}

#payment ul.payment_methods {
    padding: 20px 20px 0;
    margin: 0;
    list-style: none outside;
    background: #fff
}

#payment ul.payment_methods li {
    line-height: 2;
    margin: 0
}

#payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#payment ul.payment_methods li img {
    vertical-align: middle;
    padding: 0;
    position: relative;
    max-width: 150px
}

#payment ul.payment_methods li img + img {
    margin-left: 2px
}

#payment div.form-row {
    padding: 20px;
    margin-top: 0
}

#payment div.form-row #place_order {
    margin-top: 30px
}

#payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: var(--color-primary);
    color: #fff
}

#payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
    margin: 0 0 0.5em
}

#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
    cursor: pointer
}

#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#payment div.payment_box .wc-credit-card-form-card-number,#payment div.payment_box .wc-credit-card-form-card-expiry,#payment div.payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right 0.618em center;
    background-size: 32px 20px
}

#payment div.payment_box .wc-credit-card-form-card-number.visa,#payment div.payment_box .wc-credit-card-form-card-expiry.visa,#payment div.payment_box .wc-credit-card-form-card-cvc.visa {
    background-image: url("../images/icons/credit-cards/visa.svg")
}

#payment div.payment_box .wc-credit-card-form-card-number.mastercard,#payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
    background-image: url("../images/icons/credit-cards/mastercard.svg")
}

#payment div.payment_box .wc-credit-card-form-card-number.laser,#payment div.payment_box .wc-credit-card-form-card-expiry.laser,#payment div.payment_box .wc-credit-card-form-card-cvc.laser {
    background-image: url("../images/icons/credit-cards/laser.svg")
}

#payment div.payment_box .wc-credit-card-form-card-number.dinersclub,#payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
    background-image: url("../images/icons/credit-cards/diners.svg")
}

#payment div.payment_box .wc-credit-card-form-card-number.maestro,#payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
    background-image: url("../images/icons/credit-cards/maestro.svg")
}

#payment div.payment_box .wc-credit-card-form-card-number.jcb,#payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
    background-image: url("../images/icons/credit-cards/jcb.svg")
}

#payment div.payment_box .wc-credit-card-form-card-number.amex,#payment div.payment_box .wc-credit-card-form-card-expiry.amex,#payment div.payment_box .wc-credit-card-form-card-cvc.amex {
    background-image: url("../images/icons/credit-cards/amex.svg")
}

#payment div.payment_box .wc-credit-card-form-card-number.discover,#payment div.payment_box .wc-credit-card-form-card-expiry.discover,#payment div.payment_box .wc-credit-card-form-card-cvc.discover {
    background-image: url("../images/icons/credit-cards/discover.svg")
}

#payment div.payment_box span.help {
    font-size: 0.857em;
    color: #767676;
    font-weight: normal
}

#payment div.payment_box .form-row {
    margin: 0 0 1em
}

#payment div.payment_box p:last-child {
    margin-bottom: 0
}

#payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid var(--color-primary);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#payment .payment_method_paypal .about_paypal {
    display: block
}

#payment .payment_method_paypal img {
    max-height: 52px
}

.woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    margin: 0;
    align-items: center;
    margin-bottom: 15px
}

p.stars {
    margin: 0
}

.star-rating {
    font-family: 'cms-solatec';
    color: var(--color-primary);
    font-size: 20px;
    letter-spacing: 0.4px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    display: inline-block
}

.star-rating:before,.star-rating > span:before,.star-rating .cms-star-rated:before {
    content: "\6f \6f \6f \6f \6f"
}

.star-rating > span:before,.star-rating .cms-star-rated:before,.star-rating[aria-label="Rated 0 out of 5"]:before {
    color: var(--rating-color)
}

.star-rating .cms-star-rated,.star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

[dir="rtl"] .star-rating .cms-star-rated,[dir="rtl"] .star-rating > span {
    left: auto;
    right: 0
}

.star-rating + .woocommerce-review-link {
    margin-left: 30px;
    font-size: 13px;
    color: var(--body-font-color)
}

.star-rating + .woocommerce-review-link:hover {
    color: var(--color-accent)
}

[dir="rtl"] .star-rating + .woocommerce-review-link {
    margin-left: 0;
    margin-right: 30px
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'cms-solatec';
    content: '\70';
    text-indent: 0
}

p.stars a:hover ~ a::before {
    content: '\70'
}

p.stars:hover a::before {
    content: '\6f'
}

p.stars.selected a.active::before {
    content: '\6f'
}

p.stars.selected a.active ~ a::before {
    content: '\70'
}

p.stars.selected a:not(.active)::before {
    content: '\6f'
}

[dir="rtl"] .wpcf7 {
    direction: rtl !important
}

.wpcf7 .wpcf7-submit + .ajax-loader {
    position: absolute;
    display: none
}

.wpcf7 .wpcf7-submit + .ajax-loader.is-active {
    display: block
}

.wpcf7 span.wpcf7-list-item {
    margin-left: 28px
}

.wpcf7 span.wpcf7-list-item.first,.wpcf7 span.wpcf7-list-item:first-child {
    margin-left: 0
}

.cms-newsletter-layout-1 .tnp-email {
    height: 60px;
    border: 0;
    line-height: 60px;
    font-size: 14px;
    color: var(--color-788fc8);
    background: var(--color-283b69);
    -webkit-border-radius: 8px 8px 0 8px;
    -khtml-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px;
    border-radius: 8px 8px 0 8px
}

.cms-newsletter-layout-1 .tnp-field-button {
    position: absolute;
    right: 18px;
    top: 18px;
    margin: 0;
    cursor: pointer
}

.cms-newsletter-layout-1 .tnp-field-button input.tnp-submit {
    font-size: 0;
    position: relative;
    background-color: transparent;
    width: 24px;
    height: 24px;
    z-index: 2;
    padding: 0;
    border: 0
}

.cms-newsletter-layout-1 .tnp-field-button:after {
    font-family: "cms-solatec";
    content: "\f061";
    text-transform: none !important;
    font-size: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-accent);
    color: #fff;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.cms-newsletter-layout-1 .tnp-field-button:hover:after {
    background-color: var(--color-primary)
}

[dir="rtl"] .cms-newsletter-layout-1 .tnp-field-button {
    right: auto;
    left: 18px
}

[dir="rtl"] .cms-newsletter-layout-1 .tnp-field-button:after {
    content: '\f060'
}

.cms-newsletter-layout-1 .tnp-privacy-field {
    margin-top: 15px;
    position: relative
}

.cms-newsletter-layout-1 .tnp-privacy-field a {
    color: #fff
}

.cms-newsletter-layout-1 .tnp-privacy-field a:hover {
    color: var(--color-accent)
}

.tnp-field input::-moz-placeholder,.tnp-field textarea::-moz-placeholder {
    color: var(--color-788fc8)
}

.tnp-field input::-webkit-input-placeholder,.tnp-field textarea::-webkit-input-placeholder {
    color: var(--color-788fc8)
}

.tnp-field input::-o-placeholder,.tnp-field textarea::-o-placeholder {
    color: var(--color-788fc8)
}

.tnp-field input::-ms-placeholder,.tnp-field textarea::-ms-placeholder {
    color: var(--color-788fc8)
}

rs-dotted {
    background: rgba(27, 26, 26, 0.25) !important
}

#trp-floater-ls {
    display: none !important
}

#cms-loadding {
    background: #fff;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

#cms-loadding .loading-spinner {
    margin: -20px auto 0 auto;
    width: 40px;
    height: 40px;
    top: 50%;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

#cms-loadding .loading-dot1,#cms-loadding .loading-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--color-primary);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

#cms-loadding .loading-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
