@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; 
    }
    a,
    a:visited {
        text-decoration: underline; 
    }
    abbr[title]::after {
        content: " (" attr(title) ")"; 
    }
    pre {
        white-space: pre-wrap !important; 
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; 
    }
    thead {
        display: table-header-group; 
    }
    tr,
    img {
        page-break-inside: avoid; 
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; 
    }
    h2,
    h3 {
        page-break-after: avoid; 
    }
    .navbar {
        display: none; 
    }
    .badge, .label {
        border: 1px solid #000; 
    }
    .table {
        border-collapse: collapse !important; 
    }
    .table td,
    .table th {
        background-color: #fff !important; 
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important; 
    } 
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: FrutigerLTStd-Regular;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; 
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; 
}
@-ms-viewport {
    width: device-width; 
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; 
}
[tabindex="-1"]:focus {
    outline: none !important; 
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.125rem;
    padding-left: 0.125rem;
    width: 100%; 
}
@media (max-width: 576px) {
    .container {
        max-width: 540px; 
        padding-left:0.625rem;
        padding-right:0.625rem;
    } 
}
@media (max-width: 992px) {
    .container {
        max-width: 960px;
    } 
}
@media (max-width:960px) {
    .container {
        padding:0 30px; 
    } 
}
@media (max-width:1024px) {
    .container {
        max-width: 980px;
    } 
}
@media (min-width:1100px) {
    .container {
        max-width: 1060px;
    } 
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px; 
    } 
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.125rem;
    padding-left: 0.125rem;
    width: 100%; 
}
.custom-fullcalendar,
.column,
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    margin-right:-0.625rem;
    margin-left: -0.625rem;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.column {
    display:inline-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.row.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row.row-example {
    min-height: 175px;
    background-color: #f7f4ff;
}

.row.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.row.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row.justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.col {
    padding-right:0.9375rem;
    padding-left:0.9375rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100% ;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}
.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, .custom-fullcalendar .fc-toolbar, .col,
.col-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, .custom-fullcalendar .fc-view-container, .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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.625rem;
    padding-left:0.625rem; }


.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; 
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; 
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

.col-12, .custom-fullcalendar .fc-toolbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }



@media (max-width: 767px) {
    .col {
        max-width: 100%;
/*        padding-left:0.625rem;
        padding-right:0.625rem;*/
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
    div[class*="col-"]{
        padding-left:0.625rem;
        padding-right:0.625rem;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12; } 
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-md-9, .custom-fullcalendar .fc-view-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12; } 
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12; } 
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none; }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7; }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8; }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9; }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10; }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11; }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12; } 
}

/*******************************/
/***********Vertical -************/
/*******************************/
.align-baseline {
    vertical-align: baseline !important; }

.align-top {
    vertical-align: top !important; }

.align-middle {
    vertical-align: middle !important; }

.align-bottom {
    vertical-align: bottom !important; }

.align-text-bottom {
    vertical-align: text-bottom !important; }

.align-text-top {
    vertical-align: text-top !important; }

/*******************************/
/************Border*************/
/*******************************/
.border {
    border: 1px solid  !important; }

.border-dashed {
    border-bottom: 1px dashed !important;
}
.border-dotted {
    border-bottom: 1px dotted !important;
}
.border-0 {
    border: 0 !important; }

.border-top-0 {
    border-top: 0 !important; }

.border-right-0 {
    border-right: 0 !important; }

.border-bottom-0 {
    border-bottom: 0 !important; }

.border-left-0 {
    border-left: 0 !important; }

.widget-bg.border-gray{
    border:1px solid #abafb5 !important;
}
.border-bottom-gray{
    border-bottom:1px solid #dde3e6 !important;
}
.border-1{
    border:1px solid #cfd3dc !important;
}
/*******************************/
/************Radius*************/
/*******************************/
.rounded {
    border-radius: 0.25rem !important; }

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
    border-radius: 50% !important; }

.rounded-0 {
    border-radius: 0 !important; }
/* Border Radius
=========================*/
.radius-0 {
    border-radius: 0 !important; }

.radius-full {
    border-radius: 100% !important; }

.radius-2 {
    border-radius: 0.125rem !important;
    overflow: hidden; }

.radius-3 {
    border-radius: 0.125rem !important;
    overflow: hidden; }

.radius-4 {
    border-radius: 0.125rem !important;
    overflow: hidden; }

.radius-5 {
    border-radius: 0.3125rem !important;
    overflow: hidden; }

.radius-6 {
    border-radius: 0.375rem !important;
    overflow: hidden; }

.radius-7 {
    border-radius: 0.4375rem !important;
    overflow: hidden; }

.radius-8 {
    border-radius: 0.5rem !important;
    overflow: hidden; }

.radius-9 {
    border-radius: 0.5625rem !important;
    overflow: hidden; }

.radius-10 {
    border-radius: 0.625rem !important;
    overflow: hidden; }

.radius-11 {
    border-radius:  0.6875rem !important;
    overflow: hidden; }

.radius-12 {
    border-radius: 0.75rem !important;
    overflow: hidden; }

.radius-13 {
    border-radius: 0.8125rem !important;
    overflow: hidden; }

.radius-14 {
    border-radius: 0.875rem !important;
    overflow: hidden; }

.radius-15 {
    border-radius: 15px !important;
    overflow: hidden; }

.radius-16 {
    border-radius: 16px !important;
    overflow: hidden; }

.radius-17 {
    border-radius: 17px !important;
    overflow: hidden; }

.radius-18 {
    border-radius: 18px !important;
    overflow: hidden; }

.radius-19 {
    border-radius: 19px !important;
    overflow: hidden; }

.radius-20 {
    border-radius: 20px !important;
    overflow: hidden; }
.radius-50 {
    border-radius: 50px !important;
    overflow: hidden; }

.clearfix::after {
    display: block;
    clear: both;
    content: ""; 
}
/*****************************************/
/***************Display*******************/
/*****************************************/
.d-none {
    display: none !important; }

.d-inline {
    display: inline !important; }

.b-shadow{
    -webkit-box-shadow: 1px 1px 2px rgba(163, 175, 181, 0.25);
    -moz-box-shadow: 1px 1px 2px rgba(163, 175, 181, 0.25);
    box-shadow: 1px 1px 2px rgba(163, 175, 181, 0.25);
}
.d-inline-block {
    display: inline-block !important; }

.d-block {
    display: block !important; }

.d-table {
    display: table !important; }

.d-table-cell {
    display: table-cell !important; }

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-cell {
        display: table-cell !important; 
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; 
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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-cell {
        display: table-cell !important; 
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; 
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; 
    } 
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important; 
    }
    .d-lg-inline {
        display: inline !important; 
    }
    .d-lg-inline-block {
        display: inline-block !important; 
    }
    .d-lg-block {
        display: block !important; 
    }
    .d-lg-table {
        display: table !important; 
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; 
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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-cell {
        display: table-cell !important; 
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; 
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } 
}

/*****************************************/
/***************Flex**********************/
/*****************************************/
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; 
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; 
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } 
}
/*****************************************/
/***************Float**********************/
/*****************************************/
.float-left {
    float: left !important; }

.float-right {
    float: right !important; }

.float-none {
    float: none !important; }

/****   BODY RTL ****/
body.rtl .float-left {
    float: right !important; }

body.rtl .float-right {
    float: left !important; }


@media (min-width: 576px) {
    .float-sm-left {
        float: left !important; }
    .float-sm-right {
        float: right !important; }
    .float-sm-none {
        float: none !important; } 
    
    /****   BODY RTL ****/
    body.rtl .float-sm-left {
        float: right !important; }
    body.rtl .float-sm-right {
        float: left !important; }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important; }
    .float-md-right {
        float: right !important; }
    .float-md-none {
        float: none !important; } }

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important; }
    .float-lg-right {
        float: right !important; }
    .float-lg-none {
        float: none !important; } }

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important; }
    .float-xl-right {
        float: right !important; }
    .float-xl-none {
        float: none !important; } }

/*********************************************
******************Fixed***********************
*********************************************/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
/*********************************************
******************Width***********************
*********************************************/
.w-a{ 
    width:auto !important;}
.w-25 {
    width: 25% !important; }

.w-45 {
    width: 45% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }
.w-125 {
    width: 125% !important; }
.w-150 {
    width: 150% !important; }
.w-95 {
    width: 95% !important; }

.mw-100 {
    max-width: 100% !important; }
.mw-70 {
    max-width: 70% !important; }

.height-140{
    min-height:140px;
}
.mh-100 {
    max-height: 100% !important; }
/*********************************************
******************Height***********************
*********************************************/
.h-auto {height: auto !important; }
.h-80 {height: 8%!important; }
.h-90 {height: 90px!important; }
.h-60 {height: 60px!important; }
.h-25 {height: 25% !important; }
.min-h-60 {min-height: 60px!important; }
.min-h-90 {min-height: 90px!important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }
/*********************************************
******************margin***********************
*********************************************/
.m-auto{
    margin:auto !important;
}
.m-0 {
    margin: 0 !important; }

.mt-0 {
    margin-top: 0 !important; }

.mr-0 {
    margin-right: 0 !important; }

.mb-0 {
    margin-bottom: 0 !important; }

.ml-0 {
    margin-left: 0 !important; }

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-1 {
    margin: 0.0625rem !important; }

.mt-1 {
    margin-top: 0.0625rem !important; }

.mr-1 {
    margin-right: 0.0625rem !important; }

.mb-1 {
    margin-bottom: 0.0625rem !important; }

.ml-1 {
    margin-left: 0.0625rem !important; }

.mx-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important; }

.my-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important; }

.m-2 {
    margin: 0.125rem !important; }

.mt-2 {
    margin-top: 0.125rem !important; }

.mr-2 {
    margin-right: 0.125rem !important; }

.mb-2 {
    margin-bottom: 0.125rem !important; }

.ml-2 {
    margin-left: 0.125rem !important; }

.mx-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }

.my-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }

.m-3 {
    margin: 0.1875rem !important; }

.mt-3 {
    margin-top: 0.1875rem !important; }

.mr-3 {
    margin-right: 0.1875rem !important; }

.mb-3 {
    margin-bottom: 0.1875rem !important; }

.ml-3 {
    margin-left: 0.1875rem !important; }

.mx-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important; }

.my-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important; }
.m-4 {
    margin: 0.25rem !important; }

.mt-4 {
    margin-top: 0.25rem !important; }

.mr-4 {
    margin-right: 0.25rem !important; }

.mb-4 {
    margin-bottom: 0.25rem !important; }

.ml-4 {
    margin-left: 0.25rem !important; }

.mx-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.my-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
.m-5 {
    margin: 0.3125rem !important; }

.mt-5 {
    margin-top: 0.3125rem !important; }

.mr-5 {
    margin-right: 0.3125rem !important; }

.mb-5 {
    margin-bottom: 0.3125rem !important; }

.ml-5 {
    margin-left: 0.3125rem !important; }

.mx-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }

.my-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-6 {
    margin: 0.375rem !important; }

.mt-6 {
    margin-top: 0.375rem !important; }

.mr-6 {
    margin-right: 0.375rem !important; }

.mb-6 {
    margin-bottom: 0.375rem !important; }

.ml-6 {
    margin-left: 0.375rem !important; }

.mx-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }

.my-6 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-7 {
    margin: 0.4375rem !important; }

.mt-7 {
    margin-top: 0.4375rem !important; }

.mr-7 {
    margin-right: 0.4375rem !important; }

.mb-7 {
    margin-bottom: 0.4375rem !important; }

.ml-7 {
    margin-left: 0.4375rem !important; }

.mx-7 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important; }

.my-7 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important; }

.m-8 {
    margin: 0.5rem !important; }

.mt-8 {
    margin-top: 0.5rem !important; }

.mr-8 {
    margin-right: 0.5rem !important; }

.mb-8 {
    margin-bottom: 0.5rem !important; }

.ml-8 {
    margin-left: 0.5rem !important; }

.mx-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.my-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-9 {
    margin: 0.5625rem !important; }

.mt-9 {
    margin-top: 0.5625rem !important; }

.mr-9 {
    margin-right: 0.5625rem !important; }

.mb-9 {
    margin-bottom: 0.5625rem !important; }

.ml-9 {
    margin-left: 0.5625rem !important; }

.mx-9 {
    margin-right: 0.5625rem !important;
    margin-left: 0.5625rem !important; }

.my-9 {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important; }

.m-10 {
    margin: 0.625rem !important; }

.mt-10 {
    margin-top: 0.625rem !important; }

.mr-10 {
    margin-right: 0.625rem !important; }

.mb-10 {
    margin-bottom: 0.625rem !important; }

.ml-10 {
    margin-left: 0.625rem !important; }

.mx-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

.my-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }

.m-11 {
    margin: 0.6875rem !important; }

.mt-11 {
    margin-top: 0.6875rem !important; }

.mr-11 {
    margin-right: 0.6875rem !important; }

.mb-11 {
    margin-bottom: 0.6875rem !important; }

.ml-11 {
    margin-left: 0.6875rem !important; }

.mx-11 {
    margin-right: 0.6875rem !important;
    margin-left: 0.6875rem !important; }

.my-11 {
    margin-top: 0.6875rem !important;
    margin-bottom: 0.6875rem !important; }

.m-12 {
    margin: 0.75rem !important; }

.mt-12 {
    margin-top: 0.75rem !important; }

.mr-12 {
    margin-right: 0.75rem !important; }

.mb-12 {
    margin-bottom: 0.75rem !important; }

.ml-12 {
    margin-left: 0.75rem !important; }

.mx-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

.my-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

.m-13 {
    margin: 0.8125rem !important; }

.mt-13 {
    margin-top: 0.8125rem !important; }

.mr-13 {
    margin-right: 0.8125rem !important; }

.mb-13 {
    margin-bottom: 0.8125rem !important; }

.ml-13 {
    margin-left: 0.8125rem !important; }

.mx-13 {
    margin-right: 0.8125rem !important;
    margin-left: 0.8125rem !important; }

.my-13 {
    margin-top: 0.8125rem !important;
    margin-bottom: 0.8125rem !important; }

.m-14 {
    margin: 0.875rem !important; }

.mt-14 {
    margin-top: 0.875rem !important; }

.mr-14 {
    margin-right: 0.875rem !important; }

.mb-14 {
    margin-bottom: 0.875rem !important; }

.ml-14 {
    margin-left: 0.875rem !important; }

.mx-14 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }

.my-14 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }

.m-15 {
    margin: 0.9375rem !important; }

.mt-15 {
    margin-top: 0.9375rem !important; }

.mr-15 {
    margin-right: 0.9375rem !important; }

.mb-15 {
    margin-bottom: 0.9375rem !important; }

.ml-15 {
    margin-left: 0.9375rem !important; }

.mx-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }

.my-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }

.m-16 {
    margin: 1rem !important; }

.mt-16 {
    margin-top: 1rem !important; }

.mr-16 {
    margin-right: 1rem !important; }

.mb-16 {
    margin-bottom: 1rem !important; }

.ml-16 {
    margin-left: 1rem !important; }

.mx-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.my-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-17 {
    margin: 1.063rem!important; }

.mt-17 {
    margin-top: 1.063rem!important; }

.mr-17 {
    margin-right: 1.063rem!important; }

.mb-17 {
    margin-bottom: 1.063rem!important; }

.ml-17 {
    margin-left: 1.063rem!important; }

.mx-17 {
    margin-right: 1.063rem!important;
    margin-left: 1.063rem!important; }

.my-17 {
    margin-top: 1.063rem!important;
    margin-bottom: 1.063rem!important; }

.m-18 {
    margin: 1.125rem!important; }

.mt-18 {
    margin-top: 1.125rem!important; }

.mr-18 {
    margin-right: 1.125rem!important; }

.mb-18 {
    margin-bottom: 1.125rem!important; }

.ml-18 {
    margin-left: 1.125rem!important; }

.mx-18 {
    margin-right: 1.125rem!important;
    margin-left: 1.125rem!important; }

.my-18 {
    margin-top: 1.125rem!important;
    margin-bottom: 1.125rem!important; }

.m-19 {
    margin: 1.188rem!important; }

.mt-19 {
    margin-top: 1.188rem!important; }

.mr-19 {
    margin-right: 1.188rem!important; }

.mb-19 {
    margin-bottom: 1.188rem!important; }

.ml-19 {
    margin-left: 1.188rem!important; }

.mx-19 {
    margin-right: 1.188rem!important;
    margin-left: 1.188rem!important; }

.my-19 {
    margin-top: 1.188rem!important;
    margin-bottom: 1.188rem!important; }

.m-20 {
    margin: 1.25rem!important; }

.mt-20 {
    margin-top: 1.25rem!important; }

.mr-20 {
    margin-right: 1.25rem!important; }

.mb-20 {
    margin-bottom: 1.25rem!important; }

.ml-20 {
    margin-left: 1.25rem!important; }

.mx-20 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important; }

.my-20 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important; }

.m-21 {
    margin: 1.313rem!important; }

.mt-21 {
    margin-top: 1.313rem!important; }

.mr-21 {
    margin-right: 1.313rem!important; }

.mb-21 {
    margin-bottom: 1.313rem!important; }

.ml-21 {
    margin-left: 1.313rem!important; }

.mx-21 {
    margin-right: 1.313rem!important;
    margin-left: 1.313rem!important; }

.my-21 {
    margin-top: 1.313rem!important;
    margin-bottom: 1.313rem!important; }

.m-22 {
    margin: 1.375rem!important; }

.mt-22 {
    margin-top: 1.375rem!important; }

.mr-22 {
    margin-right: 1.375rem!important; }

.mb-22 {
    margin-bottom: 1.375rem!important; }

.ml-22 {
    margin-left: 1.375rem!important; }

.mx-22 {
    margin-right: 1.375rem!important;
    margin-left: 1.375rem!important; }

.my-22 {
    margin-top: 1.375rem!important;
    margin-bottom: 1.375rem!important; }

.m-23 {
    margin: 1.438rem!important; }

.mt-23 {
    margin-top: 1.438rem!important; }

.mr-23 {
    margin-right: 1.438rem!important; }

.mb-23 {
    margin-bottom: 1.438rem!important; }

.ml-23 {
    margin-left: 1.438rem!important; }

.mx-23 {
    margin-right: 1.438rem!important;
    margin-left: 1.438rem!important; }

.my-23 {
    margin-top: 1.438rem!important;
    margin-bottom: 1.438rem!important; }

.m-24 {
    margin: 1.5rem!important; }

.mt-24 {
    margin-top: 1.5rem!important; }

.mr-24 {
    margin-right: 1.5rem!important; }

.mb-24 {
    margin-bottom: 1.5rem!important; }

.ml-24 {
    margin-left: 1.5rem!important; }

.mx-24 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important; }

.my-24 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important; }

.m-25 {
    margin: 1.563rem!important; }

.mt-25 {
    margin-top: 1.563rem!important; }

.mr-25 {
    margin-right: 1.563rem!important; }

.mb-25 {
    margin-bottom: 1.563rem!important; }

.ml-25 {
    margin-left: 1.563rem!important; }

.mx-25 {
    margin-right: 1.563rem!important;
    margin-left: 1.563rem!important; }

.my-25 {
    margin-top: 1.563rem!important;
    margin-bottom: 1.563rem!important; }


.m-30 {
    margin: 1.875rem!important; }

.mt-30 {
    margin-top: 1.875rem!important; }

.mr-30 {
    margin-right: 1.875rem!important; }

.mb-30 {
    margin-bottom: 1.875rem!important; }

.ml-30 {
    margin-left: 1.875rem!important; }

.mx-30 {
    margin-right: 1.875rem!important;
    margin-left: 1.875rem!important; }

.my-30 {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important; }


.m-35 {
    margin: 2.1875rem!important; }

.mt-35 {
    margin-top: 2.1875rem!important; }

.mr-35 {
    margin-right: 2.1875rem!important; }

.mb-35 {
    margin-bottom: 2.1875rem!important; }

.ml-35 {
    margin-left: 2.1875rem!important; }

.mx-35 {
    margin-right: 2.1875rem!important;
    margin-left: 2.1875rem!important; }

.my-35 {
    margin-top: 2.1875rem!important;
    margin-bottom: 2.1875rem!important; }


.m-40{
    margin: 2.5rem!important; }

.mt-40 {
    margin-top: 2.5rem!important; }

.mr-40 {
    margin-right: 2.5rem!important; }

.mb-40 {
    margin-bottom: 2.5rem!important; }

.ml-40 {
    margin-left: 2.5rem!important; }

.mx-40 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important; }

.my-40 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important; }

.m-45{
    margin: 2.8125rem!important; }

.mt-45 {
    margin-top: 2.8125rem!important; }

.mr-45 {
    margin-right: 2.8125rem!important; }

.mb-45 {
    margin-bottom: 2.8125rem!important; }

.ml-45 {
    margin-left: 2.8125rem!important; }

.mx-45 {
    margin-right: 2.8125rem!important;
    margin-left: 2.8125rem!important; }

.my-45 {
    margin-top: 2.8125rem!important;
    margin-bottom: 2.8125rem!important; }


.m-50{
    margin: 3.125rem!important; }

.mt-50 {
    margin-top: 3.125rem!important; }

.mr-50 {
    margin-right: 3.125rem!important; }

.mb-50 {
    margin-bottom: 3.125rem!important; }

.ml-50 {
    margin-left: 3.125rem!important; }

.mx-50 {
    margin-right: 3.125rem!important;
    margin-left: 3.125rem!important; }

.my-50 {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important; }


.m-55{
    margin: 3.4375rem!important; }

.mt-55 {
    margin-top: 3.4375rem!important; }

.mr-55 {
    margin-right: 3.4375rem!important; }

.mb-55 {
    margin-bottom: 3.4375rem!important; }

.ml-55 {
    margin-left: 3.4375rem!important; }

.mx-55 {
    margin-right: 3.4375rem!important;
    margin-left: 3.4375rem!important; }

.my-55 {
    margin-top: 3.4375rem!important;
    margin-bottom: 3.4375rem!important; }


.m-60{
    margin: 3.75rem!important; }

.mt-60 {
    margin-top: 3.75rem!important; }

.mr-60 {
    margin-right: 3.75rem!important; }

.mb-60 {
    margin-bottom: 3.75rem!important; }

.ml-60 {
    margin-left: 3.75rem!important; }

.mx-60 {
    margin-right: 3.75rem!important;
    margin-left: 3.75rem!important; }

.my-60 {
    margin-top: 3.75rem!important;
    margin-bottom: 3.75rem!important; }
.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }


@media (max-width: 1200px) {  
    .m-xl-0 {
    margin: 0 !important; }

.mt-xl-0 {
    margin-top: 0 !important; }

.mr-xl-0 {
    margin-right: 0 !important; }

.mb-xl-0 {
    margin-bottom: 0 !important; }

.ml-xl-0 {
    margin-left: 0 !important; }

.mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-xl-1 {
    margin: 0.0625rem !important; }

.mt-xl-1 {
    margin-top: 0.0625rem !important; }

.mr-xl-1 {
    margin-right: 0.0625rem !important; }

.mb-xl-1 {
    margin-bottom: 0.0625rem !important; }

.ml-xl-1 {
    margin-left: 0.0625rem !important; }

.mx-xl-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important; }

.my-xl-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important; }

.m-xl-2 {
    margin: 0.125rem !important; }

.mt-xl-2 {
    margin-top: 0.125rem !important; }

.mr-xl-2 {
    margin-right: 0.125rem !important; }

.mb-xl-2 {
    margin-bottom: 0.125rem !important; }

.ml-xl-2 {
    margin-left: 0.125rem !important; }

.mx-xl-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }

.my-xl-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }

.m-xl-3 {
    margin: 0.1875rem !important; }

.mt-xl-3 {
    margin-top: 0.1875rem !important; }

.mr-xl-3 {
    margin-right: 0.1875rem !important; }

.mb-xl-3 {
    margin-bottom: 0.1875rem !important; }

.ml-xl-3 {
    margin-left: 0.1875rem !important; }

.mx-xl-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important; }

.my-xl-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important; }
.m-xl-4 {
    margin: 0.25rem !important; }

.mt-xl-4 {
    margin-top: 0.25rem !important; }

.mr-xl-4 {
    margin-right: 0.25rem !important; }

.mb-xl-4 {
    margin-bottom: 0.25rem !important; }

.ml-xl-4 {
    margin-left: 0.25rem !important; }

.mx-xl-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.my-xl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
.m-xl-5 {
    margin: 0.3125rem !important; }

.mt-xl-5 {
    margin-top: 0.3125rem !important; }

.mr-xl-5 {
    margin-right: 0.3125rem !important; }

.mb-xl-5 {
    margin-bottom: 0.3125rem !important; }

.ml-xl-5 {
    margin-left: 0.3125rem !important; }

.mx-xl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }

.my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-xl-6 {
    margin: 0.375rem !important; }

.mt-xl-6 {
    margin-top: 0.375rem !important; }

.mr-xl-6 {
    margin-right: 0.375rem !important; }

.mb-xl-6 {
    margin-bottom: 0.375rem !important; }

.ml-xl-6 {
    margin-left: 0.375rem !important; }

.mx-xl-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }

.my-xl-6 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-xl-7 {
    margin: 0.4375rem !important; }

.mt-xl-7 {
    margin-top: 0.4375rem !important; }

.mr-xl-7 {
    margin-right: 0.4375rem !important; }

.mb-xl-7 {
    margin-bottom: 0.4375rem !important; }

.ml-xl-7 {
    margin-left: 0.4375rem !important; }

.mx-xl-7 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important; }

.my-xl-7 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important; }

.m-xl-8 {
    margin: 0.5rem !important; }

.mt-xl-8 {
    margin-top: 0.5rem !important; }

.mr-xl-8 {
    margin-right: 0.5rem !important; }

.mb-xl-8 {
    margin-bottom: 0.5rem !important; }

.ml-xl-8 {
    margin-left: 0.5rem !important; }

.mx-xl-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.my-xl-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-xl-9 {
    margin: 0.5625rem !important; }

.mt-xl-9 {
    margin-top: 0.5625rem !important; }

.mr-xl-9 {
    margin-right: 0.5625rem !important; }

.mb-xl-9 {
    margin-bottom: 0.5625rem !important; }

.ml-xl-9 {
    margin-left: 0.5625rem !important; }

.mx-xl-9 {
    margin-right: 0.5625rem !important;
    margin-left: 0.5625rem !important; }

.my-xl-9 {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important; }

.m-xl-10 {
    margin: 0.625rem !important; }

.mt-xl-10 {
    margin-top: 0.625rem !important; }

.mr-xl-10 {
    margin-right: 0.625rem !important; }

.mb-xl-10 {
    margin-bottom: 0.625rem !important; }

.ml-xl-10 {
    margin-left: 0.625rem !important; }

.mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

.my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }

.m-xl-11 {
    margin: 0.6875rem !important; }

.mt-xl-11 {
    margin-top: 0.6875rem !important; }

.mr-xl-11 {
    margin-right: 0.6875rem !important; }

.mb-xl-11 {
    margin-bottom: 0.6875rem !important; }

.ml-xl-11 {
    margin-left: 0.6875rem !important; }

.mx-xl-11 {
    margin-right: 0.6875rem !important;
    margin-left: 0.6875rem !important; }

.my-xl-11 {
    margin-top: 0.6875rem !important;
    margin-bottom: 0.6875rem !important; }

.m-xl-12 {
    margin: 0.75rem !important; }

.mt-xl-12 {
    margin-top: 0.75rem !important; }

.mr-xl-12 {
    margin-right: 0.75rem !important; }

.mb-xl-12 {
    margin-bottom: 0.75rem !important; }

.ml-xl-12 {
    margin-left: 0.75rem !important; }

.mx-xl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

.my-xl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

.m-xl-13 {
    margin: 0.8125rem !important; }

.mt-xl-13 {
    margin-top: 0.8125rem !important; }

.mr-xl-13 {
    margin-right: 0.8125rem !important; }

.mb-xl-13 {
    margin-bottom: 0.8125rem !important; }

.ml-xl-13 {
    margin-left: 0.8125rem !important; }

.mx-xl-13 {
    margin-right: 0.8125rem !important;
    margin-left: 0.8125rem !important; }

.my-xl-13 {
    margin-top: 0.8125rem !important;
    margin-bottom: 0.8125rem !important; }

.m-xl-14 {
    margin: 0.875rem !important; }

.mt-xl-14 {
    margin-top: 0.875rem !important; }

.mr-xl-14 {
    margin-right: 0.875rem !important; }

.mb-xl-14 {
    margin-bottom: 0.875rem !important; }

.ml-xl-14 {
    margin-left: 0.875rem !important; }

.mx-xl-14 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }

.my-xl-14 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }

.m-xl-15 {
    margin: 0.9375rem !important; }

.mt-xl-15 {
    margin-top: 0.9375rem !important; }

.mr-xl-15 {
    margin-right: 0.9375rem !important; }

.mb-xl-15 {
    margin-bottom: 0.9375rem !important; }

.ml-xl-15 {
    margin-left: 0.9375rem !important; }

.mx-xl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }

.my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }

.m-xl-16 {
    margin: 1rem !important; }

.mt-xl-16 {
    margin-top: 1rem !important; }

.mr-xl-16 {
    margin-right: 1rem !important; }

.mb-xl-16 {
    margin-bottom: 1rem !important; }

.ml-xl-16 {
    margin-left: 1rem !important; }

.mx-xl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.my-xl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-xl-17 {
    margin: 1.063rem!important; }

.mt-xl-17 {
    margin-top: 1.063rem!important; }

.mr-xl-17 {
    margin-right: 1.063rem!important; }

.mb-xl-17 {
    margin-bottom: 1.063rem!important; }

.ml-xl-17 {
    margin-left: 1.063rem!important; }

.mx-xl-17 {
    margin-right: 1.063rem!important;
    margin-left: 1.063rem!important; }

.my-xl-17 {
    margin-top: 1.063rem!important;
    margin-bottom: 1.063rem!important; }

.m-xl-18 {
    margin: 1.125rem!important; }

.mt-xl-18 {
    margin-top: 1.125rem!important; }

.mr-xl-18 {
    margin-right: 1.125rem!important; }

.mb-xl-18 {
    margin-bottom: 1.125rem!important; }

.ml-xl-18 {
    margin-left: 1.125rem!important; }

.mx-xl-18 {
    margin-right: 1.125rem!important;
    margin-left: 1.125rem!important; }

.my-xl-18 {
    margin-top: 1.125rem!important;
    margin-bottom: 1.125rem!important; }

.m-xl-19 {
    margin: 1.188rem!important; }

.mt-xl-19 {
    margin-top: 1.188rem!important; }

.mr-xl-19 {
    margin-right: 1.188rem!important; }

.mb-xl-19 {
    margin-bottom: 1.188rem!important; }

.ml-xl-19 {
    margin-left: 1.188rem!important; }

.mx-xl-19 {
    margin-right: 1.188rem!important;
    margin-left: 1.188rem!important; }

.my-xl-19 {
    margin-top: 1.188rem!important;
    margin-bottom: 1.188rem!important; }

.m-xl-20 {
    margin: 1.25rem!important; }

.mt-xl-20 {
    margin-top: 1.25rem!important; }

.mr-xl-20 {
    margin-right: 1.25rem!important; }

.mb-xl-20 {
    margin-bottom: 1.25rem!important; }

.ml-xl-20 {
    margin-left: 1.25rem!important; }

.mx-xl-20 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important; }

.my-xl-20 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important; }

.m-xl-21 {
    margin: 1.313rem!important; }

.mt-xl-21 {
    margin-top: 1.313rem!important; }

.mr-xl-21 {
    margin-right: 1.313rem!important; }

.mb-xl-21 {
    margin-bottom: 1.313rem!important; }

.ml-xl-21 {
    margin-left: 1.313rem!important; }

.mx-xl-21 {
    margin-right: 1.313rem!important;
    margin-left: 1.313rem!important; }

.my-xl-21 {
    margin-top: 1.313rem!important;
    margin-bottom: 1.313rem!important; }

.m-xl-22 {
    margin: 1.375rem!important; }

.mt-xl-22 {
    margin-top: 1.375rem!important; }

.mr-xl-22 {
    margin-right: 1.375rem!important; }

.mb-xl-22 {
    margin-bottom: 1.375rem!important; }

.ml-xl-22 {
    margin-left: 1.375rem!important; }

.mx-xl-22 {
    margin-right: 1.375rem!important;
    margin-left: 1.375rem!important; }

.my-xl-22 {
    margin-top: 1.375rem!important;
    margin-bottom: 1.375rem!important; }

.m-xl-23 {
    margin: 1.438rem!important; }

.mt-xl-23 {
    margin-top: 1.438rem!important; }

.mr-xl-23 {
    margin-right: 1.438rem!important; }

.mb-xl-23 {
    margin-bottom: 1.438rem!important; }

.ml-xl-23 {
    margin-left: 1.438rem!important; }

.mx-xl-23 {
    margin-right: 1.438rem!important;
    margin-left: 1.438rem!important; }

.my-xl-23 {
    margin-top: 1.438rem!important;
    margin-bottom: 1.438rem!important; }

.m-xl-24 {
    margin: 1.5rem!important; }

.mt-xl-24 {
    margin-top: 1.5rem!important; }

.mr-xl-24 {
    margin-right: 1.5rem!important; }

.mb-xl-24 {
    margin-bottom: 1.5rem!important; }

.ml-xl-24 {
    margin-left: 1.5rem!important; }

.mx-xl-24 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important; }

.my-xl-24 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important; }

.m-xl-25 {
    margin: 1.563rem!important; }

.mt-xl-25 {
    margin-top: 1.563rem!important; }

.mr-xl-25 {
    margin-right: 1.563rem!important; }

.mb-xl-25 {
    margin-bottom: 1.563rem!important; }

.ml-xl-25 {
    margin-left: 1.563rem!important; }

.mx-xl-25 {
    margin-right: 1.563rem!important;
    margin-left: 1.563rem!important; }

.my-xl-25 {
    margin-top: 1.563rem!important;
    margin-bottom: 1.563rem!important; }


.m-xl-30 {
    margin: 1.875rem!important; }

.mt-xl-30 {
    margin-top: 1.875rem!important; }

.mr-xl-30 {
    margin-right: 1.875rem!important; }

.mb-xl-30 {
    margin-bottom: 1.875rem!important; }

.ml-xl-30 {
    margin-left: 1.875rem!important; }

.mx-xl-30 {
    margin-right: 1.875rem!important;
    margin-left: 1.875rem!important; }

.my-xl-30 {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important; }


.m-xl-35 {
    margin: 2.1875rem!important; }

.mt-xl-35 {
    margin-top: 2.1875rem!important; }

.mr-xl-35 {
    margin-right: 2.1875rem!important; }

.mb-xl-35 {
    margin-bottom: 2.1875rem!important; }

.ml-xl-35 {
    margin-left: 2.1875rem!important; }

.mx-xl-35 {
    margin-right: 2.1875rem!important;
    margin-left: 2.1875rem!important; }

.my-xl-35 {
    margin-top: 2.1875rem!important;
    margin-bottom: 2.1875rem!important; }


.m-xl-40{
    margin: 2.5rem!important; }

.mt-xl-40 {
    margin-top: 2.5rem!important; }

.mr-xl-40 {
    margin-right: 2.5rem!important; }

.mb-xl-40 {
    margin-bottom: 2.5rem!important; }

.ml-xl-40 {
    margin-left: 2.5rem!important; }

.mx-xl-40 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important; }

.my-xl-40 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important; }

.m-xl-45{
    margin: 2.8125rem!important; }

.mt-xl-45 {
    margin-top: 2.8125rem!important; }

.mr-xl-45 {
    margin-right: 2.8125rem!important; }

.mb-xl-45 {
    margin-bottom: 2.8125rem!important; }

.ml-xl-45 {
    margin-left: 2.8125rem!important; }

.mx-xl-45 {
    margin-right: 2.8125rem!important;
    margin-left: 2.8125rem!important; }

.my-xl-45 {
    margin-top: 2.8125rem!important;
    margin-bottom: 2.8125rem!important; }


.m-xl-50{
    margin: 3.125rem!important; }

.mt-xl-50 {
    margin-top: 3.125rem!important; }

.mr-xl-50 {
    margin-right: 3.125rem!important; }

.mb-xl-50 {
    margin-bottom: 3.125rem!important; }

.ml-xl-50 {
    margin-left: 3.125rem!important; }

.mx-xl-50 {
    margin-right: 3.125rem!important;
    margin-left: 3.125rem!important; }

.my-xl-50 {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important; }


.m-xl-55{
    margin: 3.4375rem!important; }

.mt-xl-55 {
    margin-top: 3.4375rem!important; }

.mr-xl-55 {
    margin-right: 3.4375rem!important; }

.mb-xl-55 {
    margin-bottom: 3.4375rem!important; }

.ml-xl-55 {
    margin-left: 3.4375rem!important; }

.mx-xl-55 {
    margin-right: 3.4375rem!important;
    margin-left: 3.4375rem!important; }

.my-xl-55 {
    margin-top: 3.4375rem!important;
    margin-bottom: 3.4375rem!important; }


.m-xl-60{
    margin: 3.75rem!important; }

.mt-xl-60 {
    margin-top: 3.75rem!important; }

.mr-xl-60 {
    margin-right: 3.75rem!important; }

.mb-xl-60 {
    margin-bottom: 3.75rem!important; }

.ml-xl-60 {
    margin-left: 3.75rem!important; }

.mx-xl-60 {
    margin-right: 3.75rem!important;
    margin-left: 3.75rem!important; }

.my-xl-60 {
    margin-top: 3.75rem!important;
    margin-bottom: 3.75rem!important; }

}

@media (max-width: 992px) {  
    .m-lg-0 {
    margin: 0 !important; }

.mt-lg-0 {
    margin-top: 0 !important; }

.mr-lg-0 {
    margin-right: 0 !important; }

.mb-lg-0 {
    margin-bottom: 0 !important; }

.ml-lg-0 {
    margin-left: 0 !important; }

.mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-lg-1 {
    margin: 0.0625rem !important; }

.mt-lg-1 {
    margin-top: 0.0625rem !important; }

.mr-lg-1 {
    margin-right: 0.0625rem !important; }

.mb-lg-1 {
    margin-bottom: 0.0625rem !important; }

.ml-lg-1 {
    margin-left: 0.0625rem !important; }

.mx-lg-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important; }

.my-lg-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important; }

.m-lg-2 {
    margin: 0.125rem !important; }

.mt-lg-2 {
    margin-top: 0.125rem !important; }

.mr-lg-2 {
    margin-right: 0.125rem !important; }

.mb-lg-2 {
    margin-bottom: 0.125rem !important; }

.ml-lg-2 {
    margin-left: 0.125rem !important; }

.mx-lg-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }

.my-lg-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }

.m-lg-3 {
    margin: 0.1875rem !important; }

.mt-lg-3 {
    margin-top: 0.1875rem !important; }

.mr-lg-3 {
    margin-right: 0.1875rem !important; }

.mb-lg-3 {
    margin-bottom: 0.1875rem !important; }

.ml-lg-3 {
    margin-left: 0.1875rem !important; }

.mx-lg-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important; }

.my-lg-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important; }
.m-lg-4 {
    margin: 0.25rem !important; }

.mt-lg-4 {
    margin-top: 0.25rem !important; }

.mr-lg-4 {
    margin-right: 0.25rem !important; }

.mb-lg-4 {
    margin-bottom: 0.25rem !important; }

.ml-lg-4 {
    margin-left: 0.25rem !important; }

.mx-lg-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.my-lg-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
.m-lg-5 {
    margin: 0.3125rem !important; }

.mt-lg-5 {
    margin-top: 0.3125rem !important; }

.mr-lg-5 {
    margin-right: 0.3125rem !important; }

.mb-lg-5 {
    margin-bottom: 0.3125rem !important; }

.ml-lg-5 {
    margin-left: 0.3125rem !important; }

.mx-lg-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }

.my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-lg-6 {
    margin: 0.375rem !important; }

.mt-lg-6 {
    margin-top: 0.375rem !important; }

.mr-lg-6 {
    margin-right: 0.375rem !important; }

.mb-lg-6 {
    margin-bottom: 0.375rem !important; }

.ml-lg-6 {
    margin-left: 0.375rem !important; }

.mx-lg-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }

.my-lg-6 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-lg-7 {
    margin: 0.4375rem !important; }

.mt-lg-7 {
    margin-top: 0.4375rem !important; }

.mr-lg-7 {
    margin-right: 0.4375rem !important; }

.mb-lg-7 {
    margin-bottom: 0.4375rem !important; }

.ml-lg-7 {
    margin-left: 0.4375rem !important; }

.mx-lg-7 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important; }

.my-lg-7 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important; }

.m-lg-8 {
    margin: 0.5rem !important; }

.mt-lg-8 {
    margin-top: 0.5rem !important; }

.mr-lg-8 {
    margin-right: 0.5rem !important; }

.mb-lg-8 {
    margin-bottom: 0.5rem !important; }

.ml-lg-8 {
    margin-left: 0.5rem !important; }

.mx-lg-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.my-lg-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-lg-9 {
    margin: 0.5625rem !important; }

.mt-lg-9 {
    margin-top: 0.5625rem !important; }

.mr-lg-9 {
    margin-right: 0.5625rem !important; }

.mb-lg-9 {
    margin-bottom: 0.5625rem !important; }

.ml-lg-9 {
    margin-left: 0.5625rem !important; }

.mx-lg-9 {
    margin-right: 0.5625rem !important;
    margin-left: 0.5625rem !important; }

.my-lg-9 {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important; }

.m-lg-10 {
    margin: 0.625rem !important; }

.mt-lg-10 {
    margin-top: 0.625rem !important; }

.mr-lg-10 {
    margin-right: 0.625rem !important; }

.mb-lg-10 {
    margin-bottom: 0.625rem !important; }

.ml-lg-10 {
    margin-left: 0.625rem !important; }

.mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

.my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }

.m-lg-11 {
    margin: 0.6875rem !important; }

.mt-lg-11 {
    margin-top: 0.6875rem !important; }

.mr-lg-11 {
    margin-right: 0.6875rem !important; }

.mb-lg-11 {
    margin-bottom: 0.6875rem !important; }

.ml-lg-11 {
    margin-left: 0.6875rem !important; }

.mx-lg-11 {
    margin-right: 0.6875rem !important;
    margin-left: 0.6875rem !important; }

.my-lg-11 {
    margin-top: 0.6875rem !important;
    margin-bottom: 0.6875rem !important; }

.m-lg-12 {
    margin: 0.75rem !important; }

.mt-lg-12 {
    margin-top: 0.75rem !important; }

.mr-lg-12 {
    margin-right: 0.75rem !important; }

.mb-lg-12 {
    margin-bottom: 0.75rem !important; }

.ml-lg-12 {
    margin-left: 0.75rem !important; }

.mx-lg-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

.my-lg-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

.m-lg-13 {
    margin: 0.8125rem !important; }

.mt-lg-13 {
    margin-top: 0.8125rem !important; }

.mr-lg-13 {
    margin-right: 0.8125rem !important; }

.mb-lg-13 {
    margin-bottom: 0.8125rem !important; }

.ml-lg-13 {
    margin-left: 0.8125rem !important; }

.mx-lg-13 {
    margin-right: 0.8125rem !important;
    margin-left: 0.8125rem !important; }

.my-lg-13 {
    margin-top: 0.8125rem !important;
    margin-bottom: 0.8125rem !important; }

.m-lg-14 {
    margin: 0.875rem !important; }

.mt-lg-14 {
    margin-top: 0.875rem !important; }

.mr-lg-14 {
    margin-right: 0.875rem !important; }

.mb-lg-14 {
    margin-bottom: 0.875rem !important; }

.ml-lg-14 {
    margin-left: 0.875rem !important; }

.mx-lg-14 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }

.my-lg-14 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }

.m-lg-15 {
    margin: 0.9375rem !important; }

.mt-lg-15 {
    margin-top: 0.9375rem !important; }

.mr-lg-15 {
    margin-right: 0.9375rem !important; }

.mb-lg-15 {
    margin-bottom: 0.9375rem !important; }

.ml-lg-15 {
    margin-left: 0.9375rem !important; }

.mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }

.my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }

.m-lg-16 {
    margin: 1rem !important; }

.mt-lg-16 {
    margin-top: 1rem !important; }

.mr-lg-16 {
    margin-right: 1rem !important; }

.mb-lg-16 {
    margin-bottom: 1rem !important; }

.ml-lg-16 {
    margin-left: 1rem !important; }

.mx-lg-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.my-lg-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-lg-17 {
    margin: 1.063rem!important; }

.mt-lg-17 {
    margin-top: 1.063rem!important; }

.mr-lg-17 {
    margin-right: 1.063rem!important; }

.mb-lg-17 {
    margin-bottom: 1.063rem!important; }

.ml-lg-17 {
    margin-left: 1.063rem!important; }

.mx-lg-17 {
    margin-right: 1.063rem!important;
    margin-left: 1.063rem!important; }

.my-lg-17 {
    margin-top: 1.063rem!important;
    margin-bottom: 1.063rem!important; }

.m-lg-18 {
    margin: 1.125rem!important; }

.mt-lg-18 {
    margin-top: 1.125rem!important; }

.mr-lg-18 {
    margin-right: 1.125rem!important; }

.mb-lg-18 {
    margin-bottom: 1.125rem!important; }

.ml-lg-18 {
    margin-left: 1.125rem!important; }

.mx-lg-18 {
    margin-right: 1.125rem!important;
    margin-left: 1.125rem!important; }

.my-lg-18 {
    margin-top: 1.125rem!important;
    margin-bottom: 1.125rem!important; }

.m-lg-19 {
    margin: 1.188rem!important; }

.mt-lg-19 {
    margin-top: 1.188rem!important; }

.mr-lg-19 {
    margin-right: 1.188rem!important; }

.mb-lg-19 {
    margin-bottom: 1.188rem!important; }

.ml-lg-19 {
    margin-left: 1.188rem!important; }

.mx-lg-19 {
    margin-right: 1.188rem!important;
    margin-left: 1.188rem!important; }

.my-lg-19 {
    margin-top: 1.188rem!important;
    margin-bottom: 1.188rem!important; }

.m-lg-20 {
    margin: 1.25rem!important; }

.mt-lg-20 {
    margin-top: 1.25rem!important; }

.mr-lg-20 {
    margin-right: 1.25rem!important; }

.mb-lg-20 {
    margin-bottom: 1.25rem!important; }

.ml-lg-20 {
    margin-left: 1.25rem!important; }

.mx-lg-20 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important; }

.my-lg-20 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important; }

.m-lg-21 {
    margin: 1.313rem!important; }

.mt-lg-21 {
    margin-top: 1.313rem!important; }

.mr-lg-21 {
    margin-right: 1.313rem!important; }

.mb-lg-21 {
    margin-bottom: 1.313rem!important; }

.ml-lg-21 {
    margin-left: 1.313rem!important; }

.mx-lg-21 {
    margin-right: 1.313rem!important;
    margin-left: 1.313rem!important; }

.my-lg-21 {
    margin-top: 1.313rem!important;
    margin-bottom: 1.313rem!important; }

.m-lg-22 {
    margin: 1.375rem!important; }

.mt-lg-22 {
    margin-top: 1.375rem!important; }

.mr-lg-22 {
    margin-right: 1.375rem!important; }

.mb-lg-22 {
    margin-bottom: 1.375rem!important; }

.ml-lg-22 {
    margin-left: 1.375rem!important; }

.mx-lg-22 {
    margin-right: 1.375rem!important;
    margin-left: 1.375rem!important; }

.my-lg-22 {
    margin-top: 1.375rem!important;
    margin-bottom: 1.375rem!important; }

.m-lg-23 {
    margin: 1.438rem!important; }

.mt-lg-23 {
    margin-top: 1.438rem!important; }

.mr-lg-23 {
    margin-right: 1.438rem!important; }

.mb-lg-23 {
    margin-bottom: 1.438rem!important; }

.ml-lg-23 {
    margin-left: 1.438rem!important; }

.mx-lg-23 {
    margin-right: 1.438rem!important;
    margin-left: 1.438rem!important; }

.my-lg-23 {
    margin-top: 1.438rem!important;
    margin-bottom: 1.438rem!important; }

.m-lg-24 {
    margin: 1.5rem!important; }

.mt-lg-24 {
    margin-top: 1.5rem!important; }

.mr-lg-24 {
    margin-right: 1.5rem!important; }

.mb-lg-24 {
    margin-bottom: 1.5rem!important; }

.ml-lg-24 {
    margin-left: 1.5rem!important; }

.mx-lg-24 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important; }

.my-lg-24 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important; }

.m-lg-25 {
    margin: 1.563rem!important; }

.mt-lg-25 {
    margin-top: 1.563rem!important; }

.mr-lg-25 {
    margin-right: 1.563rem!important; }

.mb-lg-25 {
    margin-bottom: 1.563rem!important; }

.ml-lg-25 {
    margin-left: 1.563rem!important; }

.mx-lg-25 {
    margin-right: 1.563rem!important;
    margin-left: 1.563rem!important; }

.my-lg-25 {
    margin-top: 1.563rem!important;
    margin-bottom: 1.563rem!important; }


.m-lg-30 {
    margin: 1.875rem!important; }

.mt-lg-30 {
    margin-top: 1.875rem!important; }

.mr-lg-30 {
    margin-right: 1.875rem!important; }

.mb-lg-30 {
    margin-bottom: 1.875rem!important; }

.ml-lg-30 {
    margin-left: 1.875rem!important; }

.mx-lg-30 {
    margin-right: 1.875rem!important;
    margin-left: 1.875rem!important; }

.my-lg-30 {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important; }


.m-lg-35 {
    margin: 2.1875rem!important; }

.mt-lg-35 {
    margin-top: 2.1875rem!important; }

.mr-lg-35 {
    margin-right: 2.1875rem!important; }

.mb-lg-35 {
    margin-bottom: 2.1875rem!important; }

.ml-lg-35 {
    margin-left: 2.1875rem!important; }

.mx-lg-35 {
    margin-right: 2.1875rem!important;
    margin-left: 2.1875rem!important; }

.my-lg-35 {
    margin-top: 2.1875rem!important;
    margin-bottom: 2.1875rem!important; }


.m-lg-40{
    margin: 2.5rem!important; }

.mt-lg-40 {
    margin-top: 2.5rem!important; }

.mr-lg-40 {
    margin-right: 2.5rem!important; }

.mb-lg-40 {
    margin-bottom: 2.5rem!important; }

.ml-lg-40 {
    margin-left: 2.5rem!important; }

.mx-lg-40 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important; }

.my-lg-40 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important; }

.m-lg-45{
    margin: 2.8125rem!important; }

.mt-lg-45 {
    margin-top: 2.8125rem!important; }

.mr-lg-45 {
    margin-right: 2.8125rem!important; }

.mb-lg-45 {
    margin-bottom: 2.8125rem!important; }

.ml-lg-45 {
    margin-left: 2.8125rem!important; }

.mx-lg-45 {
    margin-right: 2.8125rem!important;
    margin-left: 2.8125rem!important; }

.my-lg-45 {
    margin-top: 2.8125rem!important;
    margin-bottom: 2.8125rem!important; }


.m-lg-50{
    margin: 3.125rem!important; }

.mt-lg-50 {
    margin-top: 3.125rem!important; }

.mr-lg-50 {
    margin-right: 3.125rem!important; }

.mb-lg-50 {
    margin-bottom: 3.125rem!important; }

.ml-lg-50 {
    margin-left: 3.125rem!important; }

.mx-lg-50 {
    margin-right: 3.125rem!important;
    margin-left: 3.125rem!important; }

.my-lg-50 {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important; }


.m-lg-55{
    margin: 3.4375rem!important; }

.mt-lg-55 {
    margin-top: 3.4375rem!important; }

.mr-lg-55 {
    margin-right: 3.4375rem!important; }

.mb-lg-55 {
    margin-bottom: 3.4375rem!important; }

.ml-lg-55 {
    margin-left: 3.4375rem!important; }

.mx-lg-55 {
    margin-right: 3.4375rem!important;
    margin-left: 3.4375rem!important; }

.my-lg-55 {
    margin-top: 3.4375rem!important;
    margin-bottom: 3.4375rem!important; }


.m-lg-60{
    margin: 3.75rem!important; }

.mt-lg-60 {
    margin-top: 3.75rem!important; }

.mr-lg-60 {
    margin-right: 3.75rem!important; }

.mb-lg-60 {
    margin-bottom: 3.75rem!important; }

.ml-lg-60 {
    margin-left: 3.75rem!important; }

.mx-lg-60 {
    margin-right: 3.75rem!important;
    margin-left: 3.75rem!important; }

.my-lg-60 {
    margin-top: 3.75rem!important;
    margin-bottom: 3.75rem!important; }



}

@media (max-width: 768px) {   
.m-md-0 {
    margin: 0 !important; }

.mt-md-0 {
    margin-top: 0 !important; }

.mr-md-0 {
    margin-right: 0 !important; }

.mb-md-0 {
    margin-bottom: 0 !important; }

.ml-md-0 {
    margin-left: 0 !important; }

.mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-md-1 {
    margin: 0.0625rem !important; }

.mt-md-1 {
    margin-top: 0.0625rem !important; }

.mr-md-1 {
    margin-right: 0.0625rem !important; }

.mb-md-1 {
    margin-bottom: 0.0625rem !important; }

.ml-md-1 {
    margin-left: 0.0625rem !important; }

.mx-md-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important; }

.my-md-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important; }

.m-md-2 {
    margin: 0.125rem !important; }

.mt-md-2 {
    margin-top: 0.125rem !important; }

.mr-md-2 {
    margin-right: 0.125rem !important; }

.mb-md-2 {
    margin-bottom: 0.125rem !important; }

.ml-md-2 {
    margin-left: 0.125rem !important; }

.mx-md-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }

.my-md-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }

.m-md-3 {
    margin: 0.1875rem !important; }

.mt-md-3 {
    margin-top: 0.1875rem !important; }

.mr-md-3 {
    margin-right: 0.1875rem !important; }

.mb-md-3 {
    margin-bottom: 0.1875rem !important; }

.ml-md-3 {
    margin-left: 0.1875rem !important; }

.mx-md-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important; }

.my-md-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important; }
.m-md-4 {
    margin: 0.25rem !important; }

.mt-md-4 {
    margin-top: 0.25rem !important; }

.mr-md-4 {
    margin-right: 0.25rem !important; }

.mb-md-4 {
    margin-bottom: 0.25rem !important; }

.ml-md-4 {
    margin-left: 0.25rem !important; }

.mx-md-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.my-md-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
.m-md-5 {
    margin: 0.3125rem !important; }

.mt-md-5 {
    margin-top: 0.3125rem !important; }

.mr-md-5 {
    margin-right: 0.3125rem !important; }

.mb-md-5 {
    margin-bottom: 0.3125rem !important; }

.ml-md-5 {
    margin-left: 0.3125rem !important; }

.mx-md-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }

.my-md-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-md-6 {
    margin: 0.375rem !important; }

.mt-md-6 {
    margin-top: 0.375rem !important; }

.mr-md-6 {
    margin-right: 0.375rem !important; }

.mb-md-6 {
    margin-bottom: 0.375rem !important; }

.ml-md-6 {
    margin-left: 0.375rem !important; }

.mx-md-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }

.my-md-6 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-md-7 {
    margin: 0.4375rem !important; }

.mt-md-7 {
    margin-top: 0.4375rem !important; }

.mr-md-7 {
    margin-right: 0.4375rem !important; }

.mb-md-7 {
    margin-bottom: 0.4375rem !important; }

.ml-md-7 {
    margin-left: 0.4375rem !important; }

.mx-md-7 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important; }

.my-md-7 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important; }

.m-md-8 {
    margin: 0.5rem !important; }

.mt-md-8 {
    margin-top: 0.5rem !important; }

.mr-md-8 {
    margin-right: 0.5rem !important; }

.mb-md-8 {
    margin-bottom: 0.5rem !important; }

.ml-md-8 {
    margin-left: 0.5rem !important; }

.mx-md-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.my-md-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-md-9 {
    margin: 0.5625rem !important; }

.mt-md-9 {
    margin-top: 0.5625rem !important; }

.mr-md-9 {
    margin-right: 0.5625rem !important; }

.mb-md-9 {
    margin-bottom: 0.5625rem !important; }

.ml-md-9 {
    margin-left: 0.5625rem !important; }

.mx-md-9 {
    margin-right: 0.5625rem !important;
    margin-left: 0.5625rem !important; }

.my-md-9 {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important; }

.m-md-10 {
    margin: 0.625rem !important; }

.mt-md-10 {
    margin-top: 0.625rem !important; }

.mr-md-10 {
    margin-right: 0.625rem !important; }

.mb-md-10 {
    margin-bottom: 0.625rem !important; }

.ml-md-10 {
    margin-left: 0.625rem !important; }

.mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

.my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }

.m-md-11 {
    margin: 0.6875rem !important; }

.mt-md-11 {
    margin-top: 0.6875rem !important; }

.mr-md-11 {
    margin-right: 0.6875rem !important; }

.mb-md-11 {
    margin-bottom: 0.6875rem !important; }

.ml-md-11 {
    margin-left: 0.6875rem !important; }

.mx-md-11 {
    margin-right: 0.6875rem !important;
    margin-left: 0.6875rem !important; }

.my-md-11 {
    margin-top: 0.6875rem !important;
    margin-bottom: 0.6875rem !important; }

.m-md-12 {
    margin: 0.75rem !important; }

.mt-md-12 {
    margin-top: 0.75rem !important; }

.mr-md-12 {
    margin-right: 0.75rem !important; }

.mb-md-12 {
    margin-bottom: 0.75rem !important; }

.ml-md-12 {
    margin-left: 0.75rem !important; }

.mx-md-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

.my-md-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

.m-md-13 {
    margin: 0.8125rem !important; }

.mt-md-13 {
    margin-top: 0.8125rem !important; }

.mr-md-13 {
    margin-right: 0.8125rem !important; }

.mb-md-13 {
    margin-bottom: 0.8125rem !important; }

.ml-md-13 {
    margin-left: 0.8125rem !important; }

.mx-md-13 {
    margin-right: 0.8125rem !important;
    margin-left: 0.8125rem !important; }

.my-md-13 {
    margin-top: 0.8125rem !important;
    margin-bottom: 0.8125rem !important; }

.m-md-14 {
    margin: 0.875rem !important; }

.mt-md-14 {
    margin-top: 0.875rem !important; }

.mr-md-14 {
    margin-right: 0.875rem !important; }

.mb-md-14 {
    margin-bottom: 0.875rem !important; }

.ml-md-14 {
    margin-left: 0.875rem !important; }

.mx-md-14 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }

.my-md-14 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }

.m-md-15 {
    margin: 0.9375rem !important; }

.mt-md-15 {
    margin-top: 0.9375rem !important; }

.mr-md-15 {
    margin-right: 0.9375rem !important; }

.mb-md-15 {
    margin-bottom: 0.9375rem !important; }

.ml-md-15 {
    margin-left: 0.9375rem !important; }

.mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }

.my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }

.m-md-16 {
    margin: 1rem !important; }

.mt-md-16 {
    margin-top: 1rem !important; }

.mr-md-16 {
    margin-right: 1rem !important; }

.mb-md-16 {
    margin-bottom: 1rem !important; }

.ml-md-16 {
    margin-left: 1rem !important; }

.mx-md-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.my-md-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-md-17 {
    margin: 1.063rem!important; }

.mt-md-17 {
    margin-top: 1.063rem!important; }

.mr-md-17 {
    margin-right: 1.063rem!important; }

.mb-md-17 {
    margin-bottom: 1.063rem!important; }

.ml-md-17 {
    margin-left: 1.063rem!important; }

.mx-md-17 {
    margin-right: 1.063rem!important;
    margin-left: 1.063rem!important; }

.my-md-17 {
    margin-top: 1.063rem!important;
    margin-bottom: 1.063rem!important; }

.m-md-18 {
    margin: 1.125rem!important; }

.mt-md-18 {
    margin-top: 1.125rem!important; }

.mr-md-18 {
    margin-right: 1.125rem!important; }

.mb-md-18 {
    margin-bottom: 1.125rem!important; }

.ml-md-18 {
    margin-left: 1.125rem!important; }

.mx-md-18 {
    margin-right: 1.125rem!important;
    margin-left: 1.125rem!important; }

.my-md-18 {
    margin-top: 1.125rem!important;
    margin-bottom: 1.125rem!important; }

.m-md-19 {
    margin: 1.188rem!important; }

.mt-md-19 {
    margin-top: 1.188rem!important; }

.mr-md-19 {
    margin-right: 1.188rem!important; }

.mb-md-19 {
    margin-bottom: 1.188rem!important; }

.ml-md-19 {
    margin-left: 1.188rem!important; }

.mx-md-19 {
    margin-right: 1.188rem!important;
    margin-left: 1.188rem!important; }

.my-md-19 {
    margin-top: 1.188rem!important;
    margin-bottom: 1.188rem!important; }

.m-md-20 {
    margin: 1.25rem!important; }

.mt-md-20 {
    margin-top: 1.25rem!important; }

.mr-md-20 {
    margin-right: 1.25rem!important; }

.mb-md-20 {
    margin-bottom: 1.25rem!important; }

.ml-md-20 {
    margin-left: 1.25rem!important; }

.mx-md-20 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important; }

.my-md-20 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important; }

.m-md-21 {
    margin: 1.313rem!important; }

.mt-md-21 {
    margin-top: 1.313rem!important; }

.mr-md-21 {
    margin-right: 1.313rem!important; }

.mb-md-21 {
    margin-bottom: 1.313rem!important; }

.ml-md-21 {
    margin-left: 1.313rem!important; }

.mx-md-21 {
    margin-right: 1.313rem!important;
    margin-left: 1.313rem!important; }

.my-md-21 {
    margin-top: 1.313rem!important;
    margin-bottom: 1.313rem!important; }

.m-md-22 {
    margin: 1.375rem!important; }

.mt-md-22 {
    margin-top: 1.375rem!important; }

.mr-md-22 {
    margin-right: 1.375rem!important; }

.mb-md-22 {
    margin-bottom: 1.375rem!important; }

.ml-md-22 {
    margin-left: 1.375rem!important; }

.mx-md-22 {
    margin-right: 1.375rem!important;
    margin-left: 1.375rem!important; }

.my-md-22 {
    margin-top: 1.375rem!important;
    margin-bottom: 1.375rem!important; }

.m-md-23 {
    margin: 1.438rem!important; }

.mt-md-23 {
    margin-top: 1.438rem!important; }

.mr-md-23 {
    margin-right: 1.438rem!important; }

.mb-md-23 {
    margin-bottom: 1.438rem!important; }

.ml-md-23 {
    margin-left: 1.438rem!important; }

.mx-md-23 {
    margin-right: 1.438rem!important;
    margin-left: 1.438rem!important; }

.my-md-23 {
    margin-top: 1.438rem!important;
    margin-bottom: 1.438rem!important; }

.m-md-24 {
    margin: 1.5rem!important; }

.mt-md-24 {
    margin-top: 1.5rem!important; }

.mr-md-24 {
    margin-right: 1.5rem!important; }

.mb-md-24 {
    margin-bottom: 1.5rem!important; }

.ml-md-24 {
    margin-left: 1.5rem!important; }

.mx-md-24 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important; }

.my-md-24 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important; }

.m-md-25 {
    margin: 1.563rem!important; }

.mt-md-25 {
    margin-top: 1.563rem!important; }

.mr-md-25 {
    margin-right: 1.563rem!important; }

.mb-md-25 {
    margin-bottom: 1.563rem!important; }

.ml-md-25 {
    margin-left: 1.563rem!important; }

.mx-md-25 {
    margin-right: 1.563rem!important;
    margin-left: 1.563rem!important; }

.my-md-25 {
    margin-top: 1.563rem!important;
    margin-bottom: 1.563rem!important; }


.m-md-30 {
    margin: 1.875rem!important; }

.mt-md-30 {
    margin-top: 1.875rem!important; }

.mr-md-30 {
    margin-right: 1.875rem!important; }

.mb-md-30 {
    margin-bottom: 1.875rem!important; }

.ml-md-30 {
    margin-left: 1.875rem!important; }

.mx-md-30 {
    margin-right: 1.875rem!important;
    margin-left: 1.875rem!important; }

.my-md-30 {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important; }


.m-md-35 {
    margin: 2.1875rem!important; }

.mt-md-35 {
    margin-top: 2.1875rem!important; }

.mr-md-35 {
    margin-right: 2.1875rem!important; }

.mb-md-35 {
    margin-bottom: 2.1875rem!important; }

.ml-md-35 {
    margin-left: 2.1875rem!important; }

.mx-md-35 {
    margin-right: 2.1875rem!important;
    margin-left: 2.1875rem!important; }

.my-md-35 {
    margin-top: 2.1875rem!important;
    margin-bottom: 2.1875rem!important; }


.m-md-40{
    margin: 2.5rem!important; }

.mt-md-40 {
    margin-top: 2.5rem!important; }

.mr-md-40 {
    margin-right: 2.5rem!important; }

.mb-md-40 {
    margin-bottom: 2.5rem!important; }

.ml-md-40 {
    margin-left: 2.5rem!important; }

.mx-md-40 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important; }

.my-md-40 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important; }

.m-md-45{
    margin: 2.8125rem!important; }

.mt-md-45 {
    margin-top: 2.8125rem!important; }

.mr-md-45 {
    margin-right: 2.8125rem!important; }

.mb-md-45 {
    margin-bottom: 2.8125rem!important; }

.ml-md-45 {
    margin-left: 2.8125rem!important; }

.mx-md-45 {
    margin-right: 2.8125rem!important;
    margin-left: 2.8125rem!important; }

.my-md-45 {
    margin-top: 2.8125rem!important;
    margin-bottom: 2.8125rem!important; }


.m-md-50{
    margin: 3.125rem!important; }

.mt-md-50 {
    margin-top: 3.125rem!important; }

.mr-md-50 {
    margin-right: 3.125rem!important; }

.mb-md-50 {
    margin-bottom: 3.125rem!important; }

.ml-md-50 {
    margin-left: 3.125rem!important; }

.mx-md-50 {
    margin-right: 3.125rem!important;
    margin-left: 3.125rem!important; }

.my-md-50 {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important; }


.m-md-55{
    margin: 3.4375rem!important; }

.mt-md-55 {
    margin-top: 3.4375rem!important; }

.mr-md-55 {
    margin-right: 3.4375rem!important; }

.mb-md-55 {
    margin-bottom: 3.4375rem!important; }

.ml-md-55 {
    margin-left: 3.4375rem!important; }

.mx-md-55 {
    margin-right: 3.4375rem!important;
    margin-left: 3.4375rem!important; }

.my-md-55 {
    margin-top: 3.4375rem!important;
    margin-bottom: 3.4375rem!important; }


.m-md-60{
    margin: 3.75rem!important; }

.mt-md-60 {
    margin-top: 3.75rem!important; }

.mr-md-60 {
    margin-right: 3.75rem!important; }

.mb-md-60 {
    margin-bottom: 3.75rem!important; }

.ml-md-60 {
    margin-left: 3.75rem!important; }

.mx-md-60 {
    margin-right: 3.75rem!important;
    margin-left: 3.75rem!important; }

.my-md-60 {
    margin-top: 3.75rem!important;
    margin-bottom: 3.75rem!important; }

}

@media (max-width: 576px) {
.m-sm-0 {
    margin: 0 !important; }

.mt-sm-0 {
    margin-top: 0 !important; }

.mr-sm-0 {
    margin-right: 0 !important; }

.mb-sm-0 {
    margin-bottom: 0 !important; }

.ml-sm-0 {
    margin-left: 0 !important; }

.mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

.my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-sm-1 {
    margin: 0.0625rem !important; }

.mt-sm-1 {
    margin-top: 0.0625rem !important; }

.mr-sm-1 {
    margin-right: 0.0625rem !important; }

.mb-sm-1 {
    margin-bottom: 0.0625rem !important; }

.ml-sm-1 {
    margin-left: 0.0625rem !important; }

.mx-sm-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important; }

.my-sm-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important; }

.m-sm-2 {
    margin: 0.125rem !important; }

.mt-sm-2 {
    margin-top: 0.125rem !important; }

.mr-sm-2 {
    margin-right: 0.125rem !important; }

.mb-sm-2 {
    margin-bottom: 0.125rem !important; }

.ml-sm-2 {
    margin-left: 0.125rem !important; }

.mx-sm-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }

.my-sm-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }

.m-sm-3 {
    margin: 0.1875rem !important; }

.mt-sm-3 {
    margin-top: 0.1875rem !important; }

.mr-sm-3 {
    margin-right: 0.1875rem !important; }

.mb-sm-3 {
    margin-bottom: 0.1875rem !important; }

.ml-sm-3 {
    margin-left: 0.1875rem !important; }

.mx-sm-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important; }

.my-sm-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important; }
.m-sm-4 {
    margin: 0.25rem !important; }

.mt-sm-4 {
    margin-top: 0.25rem !important; }

.mr-sm-4 {
    margin-right: 0.25rem !important; }

.mb-sm-4 {
    margin-bottom: 0.25rem !important; }

.ml-sm-4 {
    margin-left: 0.25rem !important; }

.mx-sm-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

.my-sm-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
.m-sm-5 {
    margin: 0.3125rem !important; }

.mt-sm-5 {
    margin-top: 0.3125rem !important; }

.mr-sm-5 {
    margin-right: 0.3125rem !important; }

.mb-sm-5 {
    margin-bottom: 0.3125rem !important; }

.ml-sm-5 {
    margin-left: 0.3125rem !important; }

.mx-sm-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important; }

.my-sm-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-sm-6 {
    margin: 0.375rem !important; }

.mt-sm-6 {
    margin-top: 0.375rem !important; }

.mr-sm-6 {
    margin-right: 0.375rem !important; }

.mb-sm-6 {
    margin-bottom: 0.375rem !important; }

.ml-sm-6 {
    margin-left: 0.375rem !important; }

.mx-sm-6 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }

.my-sm-6 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }

.m-sm-7 {
    margin: 0.4375rem !important; }

.mt-sm-7 {
    margin-top: 0.4375rem !important; }

.mr-sm-7 {
    margin-right: 0.4375rem !important; }

.mb-sm-7 {
    margin-bottom: 0.4375rem !important; }

.ml-sm-7 {
    margin-left: 0.4375rem !important; }

.mx-sm-7 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important; }

.my-sm-7 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important; }

.m-sm-8 {
    margin: 0.5rem !important; }

.mt-sm-8 {
    margin-top: 0.5rem !important; }

.mr-sm-8 {
    margin-right: 0.5rem !important; }

.mb-sm-8 {
    margin-bottom: 0.5rem !important; }

.ml-sm-8 {
    margin-left: 0.5rem !important; }

.mx-sm-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

.my-sm-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-sm-9 {
    margin: 0.5625rem !important; }

.mt-sm-9 {
    margin-top: 0.5625rem !important; }

.mr-sm-9 {
    margin-right: 0.5625rem !important; }

.mb-sm-9 {
    margin-bottom: 0.5625rem !important; }

.ml-sm-9 {
    margin-left: 0.5625rem !important; }

.mx-sm-9 {
    margin-right: 0.5625rem !important;
    margin-left: 0.5625rem !important; }

.my-sm-9 {
    margin-top: 0.5625rem !important;
    margin-bottom: 0.5625rem !important; }

.m-sm-10 {
    margin: 0.625rem !important; }

.mt-sm-10 {
    margin-top: 0.625rem !important; }

.mr-sm-10 {
    margin-right: 0.625rem !important; }

.mb-sm-10 {
    margin-bottom: 0.625rem !important; }

.ml-sm-10 {
    margin-left: 0.625rem !important; }

.mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }

.my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }

.m-sm-11 {
    margin: 0.6875rem !important; }

.mt-sm-11 {
    margin-top: 0.6875rem !important; }

.mr-sm-11 {
    margin-right: 0.6875rem !important; }

.mb-sm-11 {
    margin-bottom: 0.6875rem !important; }

.ml-sm-11 {
    margin-left: 0.6875rem !important; }

.mx-sm-11 {
    margin-right: 0.6875rem !important;
    margin-left: 0.6875rem !important; }

.my-sm-11 {
    margin-top: 0.6875rem !important;
    margin-bottom: 0.6875rem !important; }

.m-sm-12 {
    margin: 0.75rem !important; }

.mt-sm-12 {
    margin-top: 0.75rem !important; }

.mr-sm-12 {
    margin-right: 0.75rem !important; }

.mb-sm-12 {
    margin-bottom: 0.75rem !important; }

.ml-sm-12 {
    margin-left: 0.75rem !important; }

.mx-sm-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }

.my-sm-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

.m-sm-13 {
    margin: 0.8125rem !important; }

.mt-sm-13 {
    margin-top: 0.8125rem !important; }

.mr-sm-13 {
    margin-right: 0.8125rem !important; }

.mb-sm-13 {
    margin-bottom: 0.8125rem !important; }

.ml-sm-13 {
    margin-left: 0.8125rem !important; }

.mx-sm-13 {
    margin-right: 0.8125rem !important;
    margin-left: 0.8125rem !important; }

.my-sm-13 {
    margin-top: 0.8125rem !important;
    margin-bottom: 0.8125rem !important; }

.m-sm-14 {
    margin: 0.875rem !important; }

.mt-sm-14 {
    margin-top: 0.875rem !important; }

.mr-sm-14 {
    margin-right: 0.875rem !important; }

.mb-sm-14 {
    margin-bottom: 0.875rem !important; }

.ml-sm-14 {
    margin-left: 0.875rem !important; }

.mx-sm-14 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }

.my-sm-14 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }

.m-sm-15 {
    margin: 0.9375rem !important; }

.mt-sm-15 {
    margin-top: 0.9375rem !important; }

.mr-sm-15 {
    margin-right: 0.9375rem !important; }

.mb-sm-15 {
    margin-bottom: 0.9375rem !important; }

.ml-sm-15 {
    margin-left: 0.9375rem !important; }

.mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }

.my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }

.m-sm-16 {
    margin: 1rem !important; }

.mt-sm-16 {
    margin-top: 1rem !important; }

.mr-sm-16 {
    margin-right: 1rem !important; }

.mb-sm-16 {
    margin-bottom: 1rem !important; }

.ml-sm-16 {
    margin-left: 1rem !important; }

.mx-sm-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

.my-sm-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-sm-17 {
    margin: 1.063rem!important; }

.mt-sm-17 {
    margin-top: 1.063rem!important; }

.mr-sm-17 {
    margin-right: 1.063rem!important; }

.mb-sm-17 {
    margin-bottom: 1.063rem!important; }

.ml-sm-17 {
    margin-left: 1.063rem!important; }

.mx-sm-17 {
    margin-right: 1.063rem!important;
    margin-left: 1.063rem!important; }

.my-sm-17 {
    margin-top: 1.063rem!important;
    margin-bottom: 1.063rem!important; }

.m-sm-18 {
    margin: 1.125rem!important; }

.mt-sm-18 {
    margin-top: 1.125rem!important; }

.mr-sm-18 {
    margin-right: 1.125rem!important; }

.mb-sm-18 {
    margin-bottom: 1.125rem!important; }

.ml-sm-18 {
    margin-left: 1.125rem!important; }

.mx-sm-18 {
    margin-right: 1.125rem!important;
    margin-left: 1.125rem!important; }

.my-sm-18 {
    margin-top: 1.125rem!important;
    margin-bottom: 1.125rem!important; }

.m-sm-19 {
    margin: 1.188rem!important; }

.mt-sm-19 {
    margin-top: 1.188rem!important; }

.mr-sm-19 {
    margin-right: 1.188rem!important; }

.mb-sm-19 {
    margin-bottom: 1.188rem!important; }

.ml-sm-19 {
    margin-left: 1.188rem!important; }

.mx-sm-19 {
    margin-right: 1.188rem!important;
    margin-left: 1.188rem!important; }

.my-sm-19 {
    margin-top: 1.188rem!important;
    margin-bottom: 1.188rem!important; }

.m-sm-20 {
    margin: 1.25rem!important; }

.mt-sm-20 {
    margin-top: 1.25rem!important; }

.mr-sm-20 {
    margin-right: 1.25rem!important; }

.mb-sm-20 {
    margin-bottom: 1.25rem!important; }

.ml-sm-20 {
    margin-left: 1.25rem!important; }

.mx-sm-20 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important; }

.my-sm-20 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important; }

.m-sm-21 {
    margin: 1.313rem!important; }

.mt-sm-21 {
    margin-top: 1.313rem!important; }

.mr-sm-21 {
    margin-right: 1.313rem!important; }

.mb-sm-21 {
    margin-bottom: 1.313rem!important; }

.ml-sm-21 {
    margin-left: 1.313rem!important; }

.mx-sm-21 {
    margin-right: 1.313rem!important;
    margin-left: 1.313rem!important; }

.my-sm-21 {
    margin-top: 1.313rem!important;
    margin-bottom: 1.313rem!important; }

.m-sm-22 {
    margin: 1.375rem!important; }

.mt-sm-22 {
    margin-top: 1.375rem!important; }

.mr-sm-22 {
    margin-right: 1.375rem!important; }

.mb-sm-22 {
    margin-bottom: 1.375rem!important; }

.ml-sm-22 {
    margin-left: 1.375rem!important; }

.mx-sm-22 {
    margin-right: 1.375rem!important;
    margin-left: 1.375rem!important; }

.my-sm-22 {
    margin-top: 1.375rem!important;
    margin-bottom: 1.375rem!important; }

.m-sm-23 {
    margin: 1.438rem!important; }

.mt-sm-23 {
    margin-top: 1.438rem!important; }

.mr-sm-23 {
    margin-right: 1.438rem!important; }

.mb-sm-23 {
    margin-bottom: 1.438rem!important; }

.ml-sm-23 {
    margin-left: 1.438rem!important; }

.mx-sm-23 {
    margin-right: 1.438rem!important;
    margin-left: 1.438rem!important; }

.my-sm-23 {
    margin-top: 1.438rem!important;
    margin-bottom: 1.438rem!important; }

.m-sm-24 {
    margin: 1.5rem!important; }

.mt-sm-24 {
    margin-top: 1.5rem!important; }

.mr-sm-24 {
    margin-right: 1.5rem!important; }

.mb-sm-24 {
    margin-bottom: 1.5rem!important; }

.ml-sm-24 {
    margin-left: 1.5rem!important; }

.mx-sm-24 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important; }

.my-sm-24 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important; }

.m-sm-25 {
    margin: 1.563rem!important; }

.mt-sm-25 {
    margin-top: 1.563rem!important; }

.mr-sm-25 {
    margin-right: 1.563rem!important; }

.mb-sm-25 {
    margin-bottom: 1.563rem!important; }

.ml-sm-25 {
    margin-left: 1.563rem!important; }

.mx-sm-25 {
    margin-right: 1.563rem!important;
    margin-left: 1.563rem!important; }

.my-sm-25 {
    margin-top: 1.563rem!important;
    margin-bottom: 1.563rem!important; }

.m-sm-30 {
    margin: 1.875rem!important; }

.mt-sm-30 {
    margin-top: 1.875rem!important; }

.mr-sm-30 {
    margin-right: 1.875rem!important; }

.mb-sm-30 {
    margin-bottom: 1.875rem!important; }

.ml-sm-30 {
    margin-left: 1.875rem!important; }

.mx-sm-30 {
    margin-right: 1.875rem!important;
    margin-left: 1.875rem!important; }

.my-sm-30 {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important; }


.m-sm-35 {
    margin: 2.1875rem!important; }

.mt-sm-35 {
    margin-top: 2.1875rem!important; }

.mr-sm-35 {
    margin-right: 2.1875rem!important; }

.mb-sm-35 {
    margin-bottom: 2.1875rem!important; }

.ml-sm-35 {
    margin-left: 2.1875rem!important; }

.mx-sm-35 {
    margin-right: 2.1875rem!important;
    margin-left: 2.1875rem!important; }

.my-sm-35 {
    margin-top: 2.1875rem!important;
    margin-bottom: 2.1875rem!important; }


.m-sm-40{
    margin: 2.5rem!important; }

.mt-sm-40 {
    margin-top: 2.5rem!important; }

.mr-sm-40 {
    margin-right: 2.5rem!important; }

.mb-sm-40 {
    margin-bottom: 2.5rem!important; }

.ml-sm-40 {
    margin-left: 2.5rem!important; }

.mx-sm-40 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important; }

.my-sm-40 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important; }

.m-sm-45{
    margin: 2.8125rem!important; }

.mt-sm-45 {
    margin-top: 2.8125rem!important; }

.mr-sm-45 {
    margin-right: 2.8125rem!important; }

.mb-sm-45 {
    margin-bottom: 2.8125rem!important; }

.ml-sm-45 {
    margin-left: 2.8125rem!important; }

.mx-sm-45 {
    margin-right: 2.8125rem!important;
    margin-left: 2.8125rem!important; }

.my-sm-45 {
    margin-top: 2.8125rem!important;
    margin-bottom: 2.8125rem!important; }


.m-sm-50{
    margin: 3.125rem!important; }

.mt-sm-50 {
    margin-top: 3.125rem!important; }

.mr-sm-50 {
    margin-right: 3.125rem!important; }

.mb-sm-50 {
    margin-bottom: 3.125rem!important; }

.ml-sm-50 {
    margin-left: 3.125rem!important; }

.mx-sm-50 {
    margin-right: 3.125rem!important;
    margin-left: 3.125rem!important; }

.my-sm-50 {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important; }


.m-sm-55{
    margin: 3.4375rem!important; }

.mt-sm-55 {
    margin-top: 3.4375rem!important; }

.mr-sm-55 {
    margin-right: 3.4375rem!important; }

.mb-sm-55 {
    margin-bottom: 3.4375rem!important; }

.ml-sm-55 {
    margin-left: 3.4375rem!important; }

.mx-sm-55 {
    margin-right: 3.4375rem!important;
    margin-left: 3.4375rem!important; }

.my-sm-55 {
    margin-top: 3.4375rem!important;
    margin-bottom: 3.4375rem!important; }


.m-sm-60{
    margin: 3.75rem!important; }

.mt-sm-60 {
    margin-top: 3.75rem!important; }

.mr-sm-60 {
    margin-right: 3.75rem!important; }

.mb-sm-60 {
    margin-bottom: 3.75rem!important; }

.ml-sm-60 {
    margin-left: 3.75rem!important; }

.mx-sm-60 {
    margin-right: 3.75rem!important;
    margin-left: 3.75rem!important; }

.my-sm-60 {
    margin-top: 3.75rem!important;
    margin-bottom: 3.75rem!important; }


}




/*********************************************
******************Padding***********************
*********************************************/
.p-0 {
    padding: 0 !important; }

.pt-0 {
    padding-top: 0 !important; }

.pr-0 {
    padding-right: 0 !important; }

.pb-0 {
    padding-bottom: 0 !important; }

.pl-0 {
    padding-left: 0 !important; }

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-1 {
    padding: 0.0625rem !important; }

.pt-1 {
    padding-top: 0.0625rem !important; }

.pr-1 {
    padding-right: 0.0625rem !important; }

.pb-1 {
    padding-bottom: 0.0625rem !important; }

.pl-1 {
    padding-left: 0.0625rem !important; }

.px-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important; }

.py-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important; }

.p-2 {
    padding: 0.125rem !important; }

.pt-2 {
    padding-top: 0.125rem !important; }

.pr-2 {
    padding-right: 0.125rem !important; }

.pb-2 {
    padding-bottom: 0.125rem !important; }

.pl-2 {
    padding-left: 0.125rem !important; }

.px-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

.py-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

.p-3 {
    padding: 0.1875rem !important; }

.pt-3 {
    padding-top: 0.1875rem !important; }

.pr-3 {
    padding-right: 0.1875rem !important; }

.pb-3 {
    padding-bottom: 0.1875rem !important; }

.pl-3 {
    padding-left: 0.1875rem !important; }

.px-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important; }

.py-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important; }
.p-4 {
    padding: 0.25rem !important; }

.pt-4 {
    padding-top: 0.25rem !important; }

.pr-4 {
    padding-right: 0.25rem !important; }

.pb-4 {
    padding-bottom: 0.25rem !important; }

.pl-4 {
    padding-left: 0.25rem !important; }

.px-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
.p-5 {
    padding: 0.3125rem !important; }

.pt-5 {
    padding-top: 0.3125rem !important; }

.pr-5 {
    padding-right: 0.3125rem !important; }

.pb-5 {
    padding-bottom: 0.3125rem !important; }

.pl-5 {
    padding-left: 0.3125rem !important; }

.px-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }

.py-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-6 {
    padding: 0.375rem !important; }

.pt-6 {
    padding-top: 0.375rem !important; }

.pr-6 {
    padding-right: 0.375rem !important; }

.pb-6 {
    padding-bottom: 0.375rem !important; }

.pl-6 {
    padding-left: 0.375rem !important; }

.px-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }

.py-6 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-7 {
    padding: 0.4375rem !important; }

.pt-7 {
    padding-top: 0.4375rem !important; }

.pr-7 {
    padding-right: 0.4375rem !important; }

.pb-7 {
    padding-bottom: 0.4375rem !important; }

.pl-7 {
    padding-left: 0.4375rem !important; }

.px-7 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important; }

.py-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important; }

.p-8 {
    padding: 0.5rem !important; }

.pt-8 {
    padding-top: 0.5rem !important; }

.pr-8 {
    padding-right: 0.5rem !important; }

.pb-8 {
    padding-bottom: 0.5rem !important; }

.pl-8 {
    padding-left: 0.5rem !important; }

.px-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-9 {
    padding: 0.5625rem !important; }

.pt-9 {
    padding-top: 0.5625rem !important; }

.pr-9 {
    padding-right: 0.5625rem !important; }

.pb-9 {
    padding-bottom: 0.5625rem !important; }

.pl-9 {
    padding-left: 0.5625rem !important; }

.px-9 {
    padding-right: 0.5625rem !important;
    padding-left: 0.5625rem !important; }

.py-9 {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important; }

.p-10 {
    padding: 0.625rem !important; }

.pt-10 {
    padding-top: 0.625rem !important; }

.pr-10 {
    padding-right: 0.625rem !important; }

.pb-10 {
    padding-bottom: 0.625rem !important; }

.pl-10 {
    padding-left: 0.625rem !important; }

.px-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

.py-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.p-11 {
    padding: 0.6875rem !important; }

.pt-11 {
    padding-top: 0.6875rem !important; }

.pr-11 {
    padding-right: 0.6875rem !important; }

.pb-11 {
    padding-bottom: 0.6875rem !important; }

.pl-11 {
    padding-left: 0.6875rem !important; }

.px-11 {
    padding-right: 0.6875rem !important;
    padding-left: 0.6875rem !important; }

.py-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important; }

.p-12 {
    padding: 0.75rem !important; }

.pt-12 {
    padding-top: 0.75rem !important; }

.pr-12 {
    padding-right: 0.75rem !important; }

.pb-12 {
    padding-bottom: 0.75rem !important; }

.pl-12 {
    padding-left: 0.75rem !important; }

.px-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

.py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

.p-13 {
    padding: 0.8125rem !important; }

.pt-13 {
    padding-top: 0.8125rem !important; }

.pr-13 {
    padding-right: 0.8125rem !important; }

.pb-13 {
    padding-bottom: 0.8125rem !important; }

.pl-13 {
    padding-left: 0.8125rem !important; }

.px-13 {
    padding-right: 0.8125rem !important;
    padding-left: 0.8125rem !important; }

.py-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important; }

.p-14 {
    padding: 0.875rem !important; }

.pt-14 {
    padding-top: 0.875rem !important; }

.pr-14 {
    padding-right: 0.875rem !important; }

.pb-14 {
    padding-bottom: 0.875rem !important; }

.pl-14 {
    padding-left: 0.875rem !important; }

.px-14 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }

.py-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }

.p-15 {
    padding: 0.9375rem !important; }

.pt-15 {
    padding-top: 0.9375rem !important; }

.pr-15 {
    padding-right: 0.9375rem !important; }

.pb-15 {
    padding-bottom: 0.9375rem !important; }

.pl-15 {
    padding-left: 0.9375rem !important; }

.px-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }

.py-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }

.p-16 {
    padding: 1rem !important; }

.pt-16 {
    padding-top: 1rem !important; }

.pr-16 {
    padding-right: 1rem !important; }

.pb-16 {
    padding-bottom: 1rem !important; }

.pl-16 {
    padding-left: 1rem !important; }

.px-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-17 {
    padding: 1.063rem!important; }

.pt-17 {
    padding-top: 1.063rem!important; }

.pr-17 {
    padding-right: 1.063rem!important; }

.pb-17 {
    padding-bottom: 1.063rem!important; }

.pl-17 {
    padding-left: 1.063rem!important; }

.px-17 {
    padding-right: 1.063rem!important;
    padding-left: 1.063rem!important; }

.py-17 {
    padding-top: 1.063rem!important;
    padding-bottom: 1.063rem!important; }

.p-18 {
    padding: 1.125rem!important; }

.pt-18 {
    padding-top: 1.125rem!important; }

.pr-18 {
    padding-right: 1.125rem!important; }

.pb-18 {
    padding-bottom: 1.125rem!important; }

.pl-18 {
    padding-left: 1.125rem!important; }

.px-18 {
    padding-right: 1.125rem!important;
    padding-left: 1.125rem!important; }

.py-18 {
    padding-top: 1.125rem!important;
    padding-bottom: 1.125rem!important; }

.p-19 {
    padding: 1.188rem!important; }

.pt-19 {
    padding-top: 1.188rem!important; }

.pr-19 {
    padding-right: 1.188rem!important; }

.pb-19 {
    padding-bottom: 1.188rem!important; }

.pl-19 {
    padding-left: 1.188rem!important; }

.px-19 {
    padding-right: 1.188rem!important;
    padding-left: 1.188rem!important; }

.py-19 {
    padding-top: 1.188rem!important;
    padding-bottom: 1.188rem!important; }

.p-20 {
    padding: 1.25rem!important; }

.pt-20 {
    padding-top: 1.25rem!important; }

.pr-20 {
    padding-right: 1.25rem!important; }

.pb-20 {
    padding-bottom: 1.25rem!important; }

.pl-20 {
    padding-left: 1.25rem!important; }

.px-20 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important; }

.py-20 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important; }

.p-21 {
    padding: 1.313rem!important; }

.pt-21 {
    padding-top: 1.313rem!important; }

.pr-21 {
    padding-right: 1.313rem!important; }

.pb-21 {
    padding-bottom: 1.313rem!important; }

.pl-21 {
    padding-left: 1.313rem!important; }

.px-21 {
    padding-right: 1.313rem!important;
    padding-left: 1.313rem!important; }

.py-21 {
    padding-top: 1.313rem!important;
    padding-bottom: 1.313rem!important; }

.p-22 {
    padding: 1.375rem!important; }

.pt-22 {
    padding-top: 1.375rem!important; }

.pr-22 {
    padding-right: 1.375rem!important; }

.pb-22 {
    padding-bottom: 1.375rem!important; }

.pl-22 {
    padding-left: 1.375rem!important; }

.px-22 {
    padding-right: 1.375rem!important;
    padding-left: 1.375rem!important; }

.py-22 {
    padding-top: 1.375rem!important;
    padding-bottom: 1.375rem!important; }

.p-23 {
    padding: 1.438rem!important; }

.pt-23 {
    padding-top: 1.438rem!important; }

.pr-23 {
    padding-right: 1.438rem!important; }

.pb-23 {
    padding-bottom: 1.438rem!important; }

.pl-23 {
    padding-left: 1.438rem!important; }

.px-23 {
    padding-right: 1.438rem!important;
    padding-left: 1.438rem!important; }

.py-23 {
    padding-top: 1.438rem!important;
    padding-bottom: 1.438rem!important; }

.p-24 {
    padding: 1.5rem!important; }

.pt-24 {
    padding-top: 1.5rem!important; }

.pr-24 {
    padding-right: 1.5rem!important; }

.pb-24 {
    padding-bottom: 1.5rem!important; }

.pl-24 {
    padding-left: 1.5rem!important; }

.px-24 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important; }

.py-24 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important; }

.p-25 {
    padding: 1.563rem!important; }

.pt-25 {
    padding-top: 1.563rem!important; }

.pr-25 {
    padding-right: 1.563rem!important; }

.pb-25 {
    padding-bottom: 1.563rem!important; }

.pl-25 {
    padding-left: 1.563rem!important; }

.px-25 {
    padding-right: 1.563rem!important;
    padding-left: 1.563rem!important; }

.py-25 {
    padding-top: 1.563rem!important;
    padding-bottom: 1.563rem!important; }

.p-45 {
    padding: 12.813rem!important; }

.p-30 {
    padding: 1.875rem!important; }

.pt-30 {
    padding-top: 1.875rem!important; }

.pr-30 {
    padding-right: 1.875rem!important; }

.pb-30 {
    padding-bottom: 1.875rem!important; }

.pl-30 {
    padding-left: 1.875rem!important; }

.px-30 {
    padding-right: 1.875rem!important;
    padding-left: 1.875rem!important; }

.py-30 {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important; }


.p-35 {
    padding: 2.1875rem!important; }

.pt-35 {
    padding-top: 2.1875rem!important; }

.pr-35 {
    padding-right: 2.1875rem!important; }

.pb-35 {
    padding-bottom: 2.1875rem!important; }

.pl-35 {
    padding-left: 2.1875rem!important; }

.px-35 {
    padding-right: 2.1875rem!important;
    padding-left: 2.1875rem!important; }

.py-35 {
    padding-top: 2.1875rem!important;
    padding-bottom: 2.1875rem!important; }


.p-40{
    padding: 2.5rem!important; }

.pt-40 {
    padding-top: 2.5rem!important; }

.pr-40 {
    padding-right: 2.5rem!important; }

.pb-40 {
    padding-bottom: 2.5rem!important; }

.pl-40 {
    padding-left: 2.5rem!important; }

.px-40 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important; }

.py-40 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important; }

.p-45{
    padding: 2.8125rem!important; }

.pt-45 {
    padding-top: 2.8125rem!important; }

.pr-45 {
    padding-right: 2.8125rem!important; }

.pb-45 {
    padding-bottom: 2.8125rem!important; }

.pl-45 {
    padding-left: 2.8125rem!important; }

.px-45 {
    padding-right: 2.8125rem!important;
    padding-left: 2.8125rem!important; }

.py-45 {
    padding-top: 2.8125rem!important;
    padding-bottom: 2.8125rem!important; }


.p-50{
    padding: 3.125rem!important; }

.pt-50 {
    padding-top: 3.125rem!important; }

.pr-50 {
    padding-right: 3.125rem!important; }

.pb-50 {
    padding-bottom: 3.125rem!important; }

.pl-50 {
    padding-left: 3.125rem!important; }

.px-50 {
    padding-right: 3.125rem!important;
    padding-left: 3.125rem!important; }

.py-50 {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important; }


.p-55{
    padding: 3.4375rem!important; }

.pt-55 {
    padding-top: 3.4375rem!important; }

.pr-55 {
    padding-right: 3.4375rem!important; }

.pb-55 {
    padding-bottom: 3.4375rem!important; }

.pl-55 {
    padding-left: 3.4375rem!important; }

.px-55 {
    padding-right: 3.4375rem!important;
    padding-left: 3.4375rem!important; }

.py-55 {
    padding-top: 3.4375rem!important;
    padding-bottom: 3.4375rem!important; }


.p-60{
    padding: 3.75rem!important; }

.pt-60 {
    padding-top: 3.75rem!important; }

.pr-60 {
    padding-right: 3.75rem!important; }

.pb-60 {
    padding-bottom: 3.75rem!important; }

.pl-60 {
    padding-left: 3.75rem!important; }

.px-60 {
    padding-right: 3.75rem!important;
    padding-left: 3.75rem!important; }

.py-60 {
    padding-top: 3.75rem!important;
    padding-bottom: 3.75rem!important; }


@media (max-width: 1200px) {  
    .p-xl-0 {
    padding: 0 !important; }

.pt-xl-0 {
    padding-top: 0 !important; }

.pr-xl-0 {
    padding-right: 0 !important; }

.pb-xl-0 {
    padding-bottom: 0 !important; }

.pl-xl-0 {
    padding-left: 0 !important; }

.px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-xl-1 {
    padding: 0.0625rem !important; }

.pt-xl-1 {
    padding-top: 0.0625rem !important; }

.pr-xl-1 {
    padding-right: 0.0625rem !important; }

.pb-xl-1 {
    padding-bottom: 0.0625rem !important; }

.pl-xl-1 {
    padding-left: 0.0625rem !important; }

.px-xl-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important; }

.py-xl-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important; }

.p-xl-2 {
    padding: 0.125rem !important; }

.pt-xl-2 {
    padding-top: 0.125rem !important; }

.pr-xl-2 {
    padding-right: 0.125rem !important; }

.pb-xl-2 {
    padding-bottom: 0.125rem !important; }

.pl-xl-2 {
    padding-left: 0.125rem !important; }

.px-xl-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

.py-xl-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

.p-xl-3 {
    padding: 0.1875rem !important; }

.pt-xl-3 {
    padding-top: 0.1875rem !important; }

.pr-xl-3 {
    padding-right: 0.1875rem !important; }

.pb-xl-3 {
    padding-bottom: 0.1875rem !important; }

.pl-xl-3 {
    padding-left: 0.1875rem !important; }

.px-xl-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important; }

.py-xl-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important; }
.p-xl-4 {
    padding: 0.25rem !important; }

.pt-xl-4 {
    padding-top: 0.25rem !important; }

.pr-xl-4 {
    padding-right: 0.25rem !important; }

.pb-xl-4 {
    padding-bottom: 0.25rem !important; }

.pl-xl-4 {
    padding-left: 0.25rem !important; }

.px-xl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-xl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
.p-xl-5 {
    padding: 0.3125rem !important; }

.pt-xl-5 {
    padding-top: 0.3125rem !important; }

.pr-xl-5 {
    padding-right: 0.3125rem !important; }

.pb-xl-5 {
    padding-bottom: 0.3125rem !important; }

.pl-xl-5 {
    padding-left: 0.3125rem !important; }

.px-xl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }

.py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-xl-6 {
    padding: 0.375rem !important; }

.pt-xl-6 {
    padding-top: 0.375rem !important; }

.pr-xl-6 {
    padding-right: 0.375rem !important; }

.pb-xl-6 {
    padding-bottom: 0.375rem !important; }

.pl-xl-6 {
    padding-left: 0.375rem !important; }

.px-xl-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }

.py-xl-6 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-xl-7 {
    padding: 0.4375rem !important; }

.pt-xl-7 {
    padding-top: 0.4375rem !important; }

.pr-xl-7 {
    padding-right: 0.4375rem !important; }

.pb-xl-7 {
    padding-bottom: 0.4375rem !important; }

.pl-xl-7 {
    padding-left: 0.4375rem !important; }

.px-xl-7 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important; }

.py-xl-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important; }

.p-xl-8 {
    padding: 0.5rem !important; }

.pt-xl-8 {
    padding-top: 0.5rem !important; }

.pr-xl-8 {
    padding-right: 0.5rem !important; }

.pb-xl-8 {
    padding-bottom: 0.5rem !important; }

.pl-xl-8 {
    padding-left: 0.5rem !important; }

.px-xl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-xl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-xl-9 {
    padding: 0.5625rem !important; }

.pt-xl-9 {
    padding-top: 0.5625rem !important; }

.pr-xl-9 {
    padding-right: 0.5625rem !important; }

.pb-xl-9 {
    padding-bottom: 0.5625rem !important; }

.pl-xl-9 {
    padding-left: 0.5625rem !important; }

.px-xl-9 {
    padding-right: 0.5625rem !important;
    padding-left: 0.5625rem !important; }

.py-xl-9 {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important; }

.p-xl-10 {
    padding: 0.625rem !important; }

.pt-xl-10 {
    padding-top: 0.625rem !important; }

.pr-xl-10 {
    padding-right: 0.625rem !important; }

.pb-xl-10 {
    padding-bottom: 0.625rem !important; }

.pl-xl-10 {
    padding-left: 0.625rem !important; }

.px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

.py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.p-xl-11 {
    padding: 0.6875rem !important; }

.pt-xl-11 {
    padding-top: 0.6875rem !important; }

.pr-xl-11 {
    padding-right: 0.6875rem !important; }

.pb-xl-11 {
    padding-bottom: 0.6875rem !important; }

.pl-xl-11 {
    padding-left: 0.6875rem !important; }

.px-xl-11 {
    padding-right: 0.6875rem !important;
    padding-left: 0.6875rem !important; }

.py-xl-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important; }

.p-xl-12 {
    padding: 0.75rem !important; }

.pt-xl-12 {
    padding-top: 0.75rem !important; }

.pr-xl-12 {
    padding-right: 0.75rem !important; }

.pb-xl-12 {
    padding-bottom: 0.75rem !important; }

.pl-xl-12 {
    padding-left: 0.75rem !important; }

.px-xl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

.py-xl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

.p-xl-13 {
    padding: 0.8125rem !important; }

.pt-xl-13 {
    padding-top: 0.8125rem !important; }

.pr-xl-13 {
    padding-right: 0.8125rem !important; }

.pb-xl-13 {
    padding-bottom: 0.8125rem !important; }

.pl-xl-13 {
    padding-left: 0.8125rem !important; }

.px-xl-13 {
    padding-right: 0.8125rem !important;
    padding-left: 0.8125rem !important; }

.py-xl-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important; }

.p-xl-14 {
    padding: 0.875rem !important; }

.pt-xl-14 {
    padding-top: 0.875rem !important; }

.pr-xl-14 {
    padding-right: 0.875rem !important; }

.pb-xl-14 {
    padding-bottom: 0.875rem !important; }

.pl-xl-14 {
    padding-left: 0.875rem !important; }

.px-xl-14 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }

.py-xl-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }

.p-xl-15 {
    padding: 0.9375rem !important; }

.pt-xl-15 {
    padding-top: 0.9375rem !important; }

.pr-xl-15 {
    padding-right: 0.9375rem !important; }

.pb-xl-15 {
    padding-bottom: 0.9375rem !important; }

.pl-xl-15 {
    padding-left: 0.9375rem !important; }

.px-xl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }

.py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }

.p-xl-16 {
    padding: 1rem !important; }

.pt-xl-16 {
    padding-top: 1rem !important; }

.pr-xl-16 {
    padding-right: 1rem !important; }

.pb-xl-16 {
    padding-bottom: 1rem !important; }

.pl-xl-16 {
    padding-left: 1rem !important; }

.px-xl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-xl-17 {
    padding: 1.063rem!important; }

.pt-xl-17 {
    padding-top: 1.063rem!important; }

.pr-xl-17 {
    padding-right: 1.063rem!important; }

.pb-xl-17 {
    padding-bottom: 1.063rem!important; }

.pl-xl-17 {
    padding-left: 1.063rem!important; }

.px-xl-17 {
    padding-right: 1.063rem!important;
    padding-left: 1.063rem!important; }

.py-xl-17 {
    padding-top: 1.063rem!important;
    padding-bottom: 1.063rem!important; }

.p-xl-18 {
    padding: 1.125rem!important; }

.pt-xl-18 {
    padding-top: 1.125rem!important; }

.pr-xl-18 {
    padding-right: 1.125rem!important; }

.pb-xl-18 {
    padding-bottom: 1.125rem!important; }

.pl-xl-18 {
    padding-left: 1.125rem!important; }

.px-xl-18 {
    padding-right: 1.125rem!important;
    padding-left: 1.125rem!important; }

.py-xl-18 {
    padding-top: 1.125rem!important;
    padding-bottom: 1.125rem!important; }

.p-xl-19 {
    padding: 1.188rem!important; }

.pt-xl-19 {
    padding-top: 1.188rem!important; }

.pr-xl-19 {
    padding-right: 1.188rem!important; }

.pb-xl-19 {
    padding-bottom: 1.188rem!important; }

.pl-xl-19 {
    padding-left: 1.188rem!important; }

.px-xl-19 {
    padding-right: 1.188rem!important;
    padding-left: 1.188rem!important; }

.py-xl-19 {
    padding-top: 1.188rem!important;
    padding-bottom: 1.188rem!important; }

.p-xl-20 {
    padding: 1.25rem!important; }

.pt-xl-20 {
    padding-top: 1.25rem!important; }

.pr-xl-20 {
    padding-right: 1.25rem!important; }

.pb-xl-20 {
    padding-bottom: 1.25rem!important; }

.pl-xl-20 {
    padding-left: 1.25rem!important; }

.px-xl-20 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important; }

.py-xl-20 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important; }

.p-xl-21 {
    padding: 1.313rem!important; }

.pt-xl-21 {
    padding-top: 1.313rem!important; }

.pr-xl-21 {
    padding-right: 1.313rem!important; }

.pb-xl-21 {
    padding-bottom: 1.313rem!important; }

.pl-xl-21 {
    padding-left: 1.313rem!important; }

.px-xl-21 {
    padding-right: 1.313rem!important;
    padding-left: 1.313rem!important; }

.py-xl-21 {
    padding-top: 1.313rem!important;
    padding-bottom: 1.313rem!important; }

.p-xl-22 {
    padding: 1.375rem!important; }

.pt-xl-22 {
    padding-top: 1.375rem!important; }

.pr-xl-22 {
    padding-right: 1.375rem!important; }

.pb-xl-22 {
    padding-bottom: 1.375rem!important; }

.pl-xl-22 {
    padding-left: 1.375rem!important; }

.px-xl-22 {
    padding-right: 1.375rem!important;
    padding-left: 1.375rem!important; }

.py-xl-22 {
    padding-top: 1.375rem!important;
    padding-bottom: 1.375rem!important; }

.p-xl-23 {
    padding: 1.438rem!important; }

.pt-xl-23 {
    padding-top: 1.438rem!important; }

.pr-xl-23 {
    padding-right: 1.438rem!important; }

.pb-xl-23 {
    padding-bottom: 1.438rem!important; }

.pl-xl-23 {
    padding-left: 1.438rem!important; }

.px-xl-23 {
    padding-right: 1.438rem!important;
    padding-left: 1.438rem!important; }

.py-xl-23 {
    padding-top: 1.438rem!important;
    padding-bottom: 1.438rem!important; }

.p-xl-24 {
    padding: 1.5rem!important; }

.pt-xl-24 {
    padding-top: 1.5rem!important; }

.pr-xl-24 {
    padding-right: 1.5rem!important; }

.pb-xl-24 {
    padding-bottom: 1.5rem!important; }

.pl-xl-24 {
    padding-left: 1.5rem!important; }

.px-xl-24 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important; }

.py-xl-24 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important; }

.p-xl-25 {
    padding: 1.563rem!important; }

.pt-xl-25 {
    padding-top: 1.563rem!important; }

.pr-xl-25 {
    padding-right: 1.563rem!important; }

.pb-xl-25 {
    padding-bottom: 1.563rem!important; }

.pl-xl-25 {
    padding-left: 1.563rem!important; }

.px-xl-25 {
    padding-right: 1.563rem!important;
    padding-left: 1.563rem!important; }

.py-xl-25 {
    padding-top: 1.563rem!important;
    padding-bottom: 1.563rem!important; }
    .p-xl-0 {
    padding: 0 !important; }

.pt-xl-0 {
    padding-top: 0 !important; }

.pr-xl-0 {
    padding-right: 0 !important; }

.pb-xl-0 {
    padding-bottom: 0 !important; }

.pl-xl-0 {
    padding-left: 0 !important; }

.px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-xl-1 {
    padding: 0.0625rem !important; }

.pt-xl-1 {
    padding-top: 0.0625rem !important; }

.pr-xl-1 {
    padding-right: 0.0625rem !important; }

.pb-xl-1 {
    padding-bottom: 0.0625rem !important; }

.pl-xl-1 {
    padding-left: 0.0625rem !important; }

.px-xl-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important; }

.py-xl-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important; }

.p-xl-2 {
    padding: 0.125rem !important; }

.pt-xl-2 {
    padding-top: 0.125rem !important; }

.pr-xl-2 {
    padding-right: 0.125rem !important; }

.pb-xl-2 {
    padding-bottom: 0.125rem !important; }

.pl-xl-2 {
    padding-left: 0.125rem !important; }

.px-xl-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

.py-xl-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

.p-xl-3 {
    padding: 0.1875rem !important; }

.pt-xl-3 {
    padding-top: 0.1875rem !important; }

.pr-xl-3 {
    padding-right: 0.1875rem !important; }

.pb-xl-3 {
    padding-bottom: 0.1875rem !important; }

.pl-xl-3 {
    padding-left: 0.1875rem !important; }

.px-xl-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important; }

.py-xl-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important; }
.p-xl-4 {
    padding: 0.25rem !important; }

.pt-xl-4 {
    padding-top: 0.25rem !important; }

.pr-xl-4 {
    padding-right: 0.25rem !important; }

.pb-xl-4 {
    padding-bottom: 0.25rem !important; }

.pl-xl-4 {
    padding-left: 0.25rem !important; }

.px-xl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-xl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
.p-xl-5 {
    padding: 0.3125rem !important; }

.pt-xl-5 {
    padding-top: 0.3125rem !important; }

.pr-xl-5 {
    padding-right: 0.3125rem !important; }

.pb-xl-5 {
    padding-bottom: 0.3125rem !important; }

.pl-xl-5 {
    padding-left: 0.3125rem !important; }

.px-xl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }

.py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-xl-6 {
    padding: 0.375rem !important; }

.pt-xl-6 {
    padding-top: 0.375rem !important; }

.pr-xl-6 {
    padding-right: 0.375rem !important; }

.pb-xl-6 {
    padding-bottom: 0.375rem !important; }

.pl-xl-6 {
    padding-left: 0.375rem !important; }

.px-xl-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }

.py-xl-6 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-xl-7 {
    padding: 0.4375rem !important; }

.pt-xl-7 {
    padding-top: 0.4375rem !important; }

.pr-xl-7 {
    padding-right: 0.4375rem !important; }

.pb-xl-7 {
    padding-bottom: 0.4375rem !important; }

.pl-xl-7 {
    padding-left: 0.4375rem !important; }

.px-xl-7 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important; }

.py-xl-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important; }

.p-xl-8 {
    padding: 0.5rem !important; }

.pt-xl-8 {
    padding-top: 0.5rem !important; }

.pr-xl-8 {
    padding-right: 0.5rem !important; }

.pb-xl-8 {
    padding-bottom: 0.5rem !important; }

.pl-xl-8 {
    padding-left: 0.5rem !important; }

.px-xl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-xl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-xl-9 {
    padding: 0.5625rem !important; }

.pt-xl-9 {
    padding-top: 0.5625rem !important; }

.pr-xl-9 {
    padding-right: 0.5625rem !important; }

.pb-xl-9 {
    padding-bottom: 0.5625rem !important; }

.pl-xl-9 {
    padding-left: 0.5625rem !important; }

.px-xl-9 {
    padding-right: 0.5625rem !important;
    padding-left: 0.5625rem !important; }

.py-xl-9 {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important; }

.p-xl-10 {
    padding: 0.625rem !important; }

.pt-xl-10 {
    padding-top: 0.625rem !important; }

.pr-xl-10 {
    padding-right: 0.625rem !important; }

.pb-xl-10 {
    padding-bottom: 0.625rem !important; }

.pl-xl-10 {
    padding-left: 0.625rem !important; }

.px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

.py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.p-xl-11 {
    padding: 0.6875rem !important; }

.pt-xl-11 {
    padding-top: 0.6875rem !important; }

.pr-xl-11 {
    padding-right: 0.6875rem !important; }

.pb-xl-11 {
    padding-bottom: 0.6875rem !important; }

.pl-xl-11 {
    padding-left: 0.6875rem !important; }

.px-xl-11 {
    padding-right: 0.6875rem !important;
    padding-left: 0.6875rem !important; }

.py-xl-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important; }

.p-xl-12 {
    padding: 0.75rem !important; }

.pt-xl-12 {
    padding-top: 0.75rem !important; }

.pr-xl-12 {
    padding-right: 0.75rem !important; }

.pb-xl-12 {
    padding-bottom: 0.75rem !important; }

.pl-xl-12 {
    padding-left: 0.75rem !important; }

.px-xl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

.py-xl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

.p-xl-13 {
    padding: 0.8125rem !important; }

.pt-xl-13 {
    padding-top: 0.8125rem !important; }

.pr-xl-13 {
    padding-right: 0.8125rem !important; }

.pb-xl-13 {
    padding-bottom: 0.8125rem !important; }

.pl-xl-13 {
    padding-left: 0.8125rem !important; }

.px-xl-13 {
    padding-right: 0.8125rem !important;
    padding-left: 0.8125rem !important; }

.py-xl-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important; }

.p-xl-14 {
    padding: 0.875rem !important; }

.pt-xl-14 {
    padding-top: 0.875rem !important; }

.pr-xl-14 {
    padding-right: 0.875rem !important; }

.pb-xl-14 {
    padding-bottom: 0.875rem !important; }

.pl-xl-14 {
    padding-left: 0.875rem !important; }

.px-xl-14 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }

.py-xl-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }

.p-xl-15 {
    padding: 0.9375rem !important; }

.pt-xl-15 {
    padding-top: 0.9375rem !important; }

.pr-xl-15 {
    padding-right: 0.9375rem !important; }

.pb-xl-15 {
    padding-bottom: 0.9375rem !important; }

.pl-xl-15 {
    padding-left: 0.9375rem !important; }

.px-xl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }

.py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }

.p-xl-16 {
    padding: 1rem !important; }

.pt-xl-16 {
    padding-top: 1rem !important; }

.pr-xl-16 {
    padding-right: 1rem !important; }

.pb-xl-16 {
    padding-bottom: 1rem !important; }

.pl-xl-16 {
    padding-left: 1rem !important; }

.px-xl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-xl-17 {
    padding: 1.063rem!important; }

.pt-xl-17 {
    padding-top: 1.063rem!important; }

.pr-xl-17 {
    padding-right: 1.063rem!important; }

.pb-xl-17 {
    padding-bottom: 1.063rem!important; }

.pl-xl-17 {
    padding-left: 1.063rem!important; }

.px-xl-17 {
    padding-right: 1.063rem!important;
    padding-left: 1.063rem!important; }

.py-xl-17 {
    padding-top: 1.063rem!important;
    padding-bottom: 1.063rem!important; }

.p-xl-18 {
    padding: 1.125rem!important; }

.pt-xl-18 {
    padding-top: 1.125rem!important; }

.pr-xl-18 {
    padding-right: 1.125rem!important; }

.pb-xl-18 {
    padding-bottom: 1.125rem!important; }

.pl-xl-18 {
    padding-left: 1.125rem!important; }

.px-xl-18 {
    padding-right: 1.125rem!important;
    padding-left: 1.125rem!important; }

.py-xl-18 {
    padding-top: 1.125rem!important;
    padding-bottom: 1.125rem!important; }

.p-xl-19 {
    padding: 1.188rem!important; }

.pt-xl-19 {
    padding-top: 1.188rem!important; }

.pr-xl-19 {
    padding-right: 1.188rem!important; }

.pb-xl-19 {
    padding-bottom: 1.188rem!important; }

.pl-xl-19 {
    padding-left: 1.188rem!important; }

.px-xl-19 {
    padding-right: 1.188rem!important;
    padding-left: 1.188rem!important; }

.py-xl-19 {
    padding-top: 1.188rem!important;
    padding-bottom: 1.188rem!important; }

.p-xl-20 {
    padding: 1.25rem!important; }

.pt-xl-20 {
    padding-top: 1.25rem!important; }

.pr-xl-20 {
    padding-right: 1.25rem!important; }

.pb-xl-20 {
    padding-bottom: 1.25rem!important; }

.pl-xl-20 {
    padding-left: 1.25rem!important; }

.px-xl-20 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important; }

.py-xl-20 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important; }

.p-xl-21 {
    padding: 1.313rem!important; }

.pt-xl-21 {
    padding-top: 1.313rem!important; }

.pr-xl-21 {
    padding-right: 1.313rem!important; }

.pb-xl-21 {
    padding-bottom: 1.313rem!important; }

.pl-xl-21 {
    padding-left: 1.313rem!important; }

.px-xl-21 {
    padding-right: 1.313rem!important;
    padding-left: 1.313rem!important; }

.py-xl-21 {
    padding-top: 1.313rem!important;
    padding-bottom: 1.313rem!important; }

.p-xl-22 {
    padding: 1.375rem!important; }

.pt-xl-22 {
    padding-top: 1.375rem!important; }

.pr-xl-22 {
    padding-right: 1.375rem!important; }

.pb-xl-22 {
    padding-bottom: 1.375rem!important; }

.pl-xl-22 {
    padding-left: 1.375rem!important; }

.px-xl-22 {
    padding-right: 1.375rem!important;
    padding-left: 1.375rem!important; }

.py-xl-22 {
    padding-top: 1.375rem!important;
    padding-bottom: 1.375rem!important; }

.p-xl-23 {
    padding: 1.438rem!important; }

.pt-xl-23 {
    padding-top: 1.438rem!important; }

.pr-xl-23 {
    padding-right: 1.438rem!important; }

.pb-xl-23 {
    padding-bottom: 1.438rem!important; }

.pl-xl-23 {
    padding-left: 1.438rem!important; }

.px-xl-23 {
    padding-right: 1.438rem!important;
    padding-left: 1.438rem!important; }

.py-xl-23 {
    padding-top: 1.438rem!important;
    padding-bottom: 1.438rem!important; }

.p-xl-24 {
    padding: 1.5rem!important; }

.pt-xl-24 {
    padding-top: 1.5rem!important; }

.pr-xl-24 {
    padding-right: 1.5rem!important; }

.pb-xl-24 {
    padding-bottom: 1.5rem!important; }

.pl-xl-24 {
    padding-left: 1.5rem!important; }

.px-xl-24 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important; }

.py-xl-24 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important; }

.p-xl-25 {
    padding: 1.563rem!important; }

.pt-xl-25 {
    padding-top: 1.563rem!important; }

.pr-xl-25 {
    padding-right: 1.563rem!important; }

.pb-xl-25 {
    padding-bottom: 1.563rem!important; }

.pl-xl-25 {
    padding-left: 1.563rem!important; }

.px-xl-25 {
    padding-right: 1.563rem!important;
    padding-left: 1.563rem!important; }

.py-xl-25 {
    padding-top: 1.563rem!important;
    padding-bottom: 1.563rem!important; }


.p-xl-30 {
    padding: 1.875rem!important; }

.pt-xl-30 {
    padding-top: 1.875rem!important; }

.pr-xl-30 {
    padding-right: 1.875rem!important; }

.pb-xl-30 {
    padding-bottom: 1.875rem!important; }

.pl-xl-30 {
    padding-left: 1.875rem!important; }

.px-xl-30 {
    padding-right: 1.875rem!important;
    padding-left: 1.875rem!important; }

.py-xl-30 {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important; }


.p-xl-35 {
    padding: 2.1875rem!important; }

.pt-xl-35 {
    padding-top: 2.1875rem!important; }

.pr-xl-35 {
    padding-right: 2.1875rem!important; }

.pb-xl-35 {
    padding-bottom: 2.1875rem!important; }

.pl-xl-35 {
    padding-left: 2.1875rem!important; }

.px-xl-35 {
    padding-right: 2.1875rem!important;
    padding-left: 2.1875rem!important; }

.py-xl-35 {
    padding-top: 2.1875rem!important;
    padding-bottom: 2.1875rem!important; }


.p-xl-40{
    padding: 2.5rem!important; }

.pt-xl-40 {
    padding-top: 2.5rem!important; }

.pr-xl-40 {
    padding-right: 2.5rem!important; }

.pb-xl-40 {
    padding-bottom: 2.5rem!important; }

.pl-xl-40 {
    padding-left: 2.5rem!important; }

.px-xl-40 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important; }

.py-xl-40 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important; }

.p-xl-45{
    padding: 2.8125rem!important; }

.pt-xl-45 {
    padding-top: 2.8125rem!important; }

.pr-xl-45 {
    padding-right: 2.8125rem!important; }

.pb-xl-45 {
    padding-bottom: 2.8125rem!important; }

.pl-xl-45 {
    padding-left: 2.8125rem!important; }

.px-xl-45 {
    padding-right: 2.8125rem!important;
    padding-left: 2.8125rem!important; }

.py-xl-45 {
    padding-top: 2.8125rem!important;
    padding-bottom: 2.8125rem!important; }


.p-xl-50{
    padding: 3.125rem!important; }

.pt-xl-50 {
    padding-top: 3.125rem!important; }

.pr-xl-50 {
    padding-right: 3.125rem!important; }

.pb-xl-50 {
    padding-bottom: 3.125rem!important; }

.pl-xl-50 {
    padding-left: 3.125rem!important; }

.px-xl-50 {
    padding-right: 3.125rem!important;
    padding-left: 3.125rem!important; }

.py-xl-50 {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important; }


.p-xl-55{
    padding: 3.4375rem!important; }

.pt-xl-55 {
    padding-top: 3.4375rem!important; }

.pr-xl-55 {
    padding-right: 3.4375rem!important; }

.pb-xl-55 {
    padding-bottom: 3.4375rem!important; }

.pl-xl-55 {
    padding-left: 3.4375rem!important; }

.px-xl-55 {
    padding-right: 3.4375rem!important;
    padding-left: 3.4375rem!important; }

.py-xl-55 {
    padding-top: 3.4375rem!important;
    padding-bottom: 3.4375rem!important; }


.p-xl-60{
    padding: 3.75rem!important; }

.pt-xl-60 {
    padding-top: 3.75rem!important; }

.pr-xl-60 {
    padding-right: 3.75rem!important; }

.pb-xl-60 {
    padding-bottom: 3.75rem!important; }

.pl-xl-60 {
    padding-left: 3.75rem!important; }

.px-xl-60 {
    padding-right: 3.75rem!important;
    padding-left: 3.75rem!important; }

.py-xl-60 {
    padding-top: 3.75rem!important;
    padding-bottom: 3.75rem!important; }


}

@media (max-width: 992px) {  
    .p-lg-0 {
    padding: 0 !important; }

.pt-lg-0 {
    padding-top: 0 !important; }

.pr-lg-0 {
    padding-right: 0 !important; }

.pb-lg-0 {
    padding-bottom: 0 !important; }

.pl-lg-0 {
    padding-left: 0 !important; }

.px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-lg-1 {
    padding: 0.0625rem !important; }

.pt-lg-1 {
    padding-top: 0.0625rem !important; }

.pr-lg-1 {
    padding-right: 0.0625rem !important; }

.pb-lg-1 {
    padding-bottom: 0.0625rem !important; }

.pl-lg-1 {
    padding-left: 0.0625rem !important; }

.px-lg-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important; }

.py-lg-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important; }

.p-lg-2 {
    padding: 0.125rem !important; }

.pt-lg-2 {
    padding-top: 0.125rem !important; }

.pr-lg-2 {
    padding-right: 0.125rem !important; }

.pb-lg-2 {
    padding-bottom: 0.125rem !important; }

.pl-lg-2 {
    padding-left: 0.125rem !important; }

.px-lg-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

.py-lg-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

.p-lg-3 {
    padding: 0.1875rem !important; }

.pt-lg-3 {
    padding-top: 0.1875rem !important; }

.pr-lg-3 {
    padding-right: 0.1875rem !important; }

.pb-lg-3 {
    padding-bottom: 0.1875rem !important; }

.pl-lg-3 {
    padding-left: 0.1875rem !important; }

.px-lg-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important; }

.py-lg-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important; }
.p-lg-4 {
    padding: 0.25rem !important; }

.pt-lg-4 {
    padding-top: 0.25rem !important; }

.pr-lg-4 {
    padding-right: 0.25rem !important; }

.pb-lg-4 {
    padding-bottom: 0.25rem !important; }

.pl-lg-4 {
    padding-left: 0.25rem !important; }

.px-lg-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-lg-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
.p-lg-5 {
    padding: 0.3125rem !important; }

.pt-lg-5 {
    padding-top: 0.3125rem !important; }

.pr-lg-5 {
    padding-right: 0.3125rem !important; }

.pb-lg-5 {
    padding-bottom: 0.3125rem !important; }

.pl-lg-5 {
    padding-left: 0.3125rem !important; }

.px-lg-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }

.py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-lg-6 {
    padding: 0.375rem !important; }

.pt-lg-6 {
    padding-top: 0.375rem !important; }

.pr-lg-6 {
    padding-right: 0.375rem !important; }

.pb-lg-6 {
    padding-bottom: 0.375rem !important; }

.pl-lg-6 {
    padding-left: 0.375rem !important; }

.px-lg-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }

.py-lg-6 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-lg-7 {
    padding: 0.4375rem !important; }

.pt-lg-7 {
    padding-top: 0.4375rem !important; }

.pr-lg-7 {
    padding-right: 0.4375rem !important; }

.pb-lg-7 {
    padding-bottom: 0.4375rem !important; }

.pl-lg-7 {
    padding-left: 0.4375rem !important; }

.px-lg-7 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important; }

.py-lg-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important; }

.p-lg-8 {
    padding: 0.5rem !important; }

.pt-lg-8 {
    padding-top: 0.5rem !important; }

.pr-lg-8 {
    padding-right: 0.5rem !important; }

.pb-lg-8 {
    padding-bottom: 0.5rem !important; }

.pl-lg-8 {
    padding-left: 0.5rem !important; }

.px-lg-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-lg-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-lg-9 {
    padding: 0.5625rem !important; }

.pt-lg-9 {
    padding-top: 0.5625rem !important; }

.pr-lg-9 {
    padding-right: 0.5625rem !important; }

.pb-lg-9 {
    padding-bottom: 0.5625rem !important; }

.pl-lg-9 {
    padding-left: 0.5625rem !important; }

.px-lg-9 {
    padding-right: 0.5625rem !important;
    padding-left: 0.5625rem !important; }

.py-lg-9 {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important; }

.p-lg-10 {
    padding: 0.625rem !important; }

.pt-lg-10 {
    padding-top: 0.625rem !important; }

.pr-lg-10 {
    padding-right: 0.625rem !important; }

.pb-lg-10 {
    padding-bottom: 0.625rem !important; }

.pl-lg-10 {
    padding-left: 0.625rem !important; }

.px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

.py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.p-lg-11 {
    padding: 0.6875rem !important; }

.pt-lg-11 {
    padding-top: 0.6875rem !important; }

.pr-lg-11 {
    padding-right: 0.6875rem !important; }

.pb-lg-11 {
    padding-bottom: 0.6875rem !important; }

.pl-lg-11 {
    padding-left: 0.6875rem !important; }

.px-lg-11 {
    padding-right: 0.6875rem !important;
    padding-left: 0.6875rem !important; }

.py-lg-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important; }

.p-lg-12 {
    padding: 0.75rem !important; }

.pt-lg-12 {
    padding-top: 0.75rem !important; }

.pr-lg-12 {
    padding-right: 0.75rem !important; }

.pb-lg-12 {
    padding-bottom: 0.75rem !important; }

.pl-lg-12 {
    padding-left: 0.75rem !important; }

.px-lg-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

.py-lg-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

.p-lg-13 {
    padding: 0.8125rem !important; }

.pt-lg-13 {
    padding-top: 0.8125rem !important; }

.pr-lg-13 {
    padding-right: 0.8125rem !important; }

.pb-lg-13 {
    padding-bottom: 0.8125rem !important; }

.pl-lg-13 {
    padding-left: 0.8125rem !important; }

.px-lg-13 {
    padding-right: 0.8125rem !important;
    padding-left: 0.8125rem !important; }

.py-lg-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important; }

.p-lg-14 {
    padding: 0.875rem !important; }

.pt-lg-14 {
    padding-top: 0.875rem !important; }

.pr-lg-14 {
    padding-right: 0.875rem !important; }

.pb-lg-14 {
    padding-bottom: 0.875rem !important; }

.pl-lg-14 {
    padding-left: 0.875rem !important; }

.px-lg-14 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }

.py-lg-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }

.p-lg-15 {
    padding: 0.9375rem !important; }

.pt-lg-15 {
    padding-top: 0.9375rem !important; }

.pr-lg-15 {
    padding-right: 0.9375rem !important; }

.pb-lg-15 {
    padding-bottom: 0.9375rem !important; }

.pl-lg-15 {
    padding-left: 0.9375rem !important; }

.px-lg-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }

.py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }

.p-lg-16 {
    padding: 1rem !important; }

.pt-lg-16 {
    padding-top: 1rem !important; }

.pr-lg-16 {
    padding-right: 1rem !important; }

.pb-lg-16 {
    padding-bottom: 1rem !important; }

.pl-lg-16 {
    padding-left: 1rem !important; }

.px-lg-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-lg-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-lg-17 {
    padding: 1.063rem!important; }

.pt-lg-17 {
    padding-top: 1.063rem!important; }

.pr-lg-17 {
    padding-right: 1.063rem!important; }

.pb-lg-17 {
    padding-bottom: 1.063rem!important; }

.pl-lg-17 {
    padding-left: 1.063rem!important; }

.px-lg-17 {
    padding-right: 1.063rem!important;
    padding-left: 1.063rem!important; }

.py-lg-17 {
    padding-top: 1.063rem!important;
    padding-bottom: 1.063rem!important; }

.p-lg-18 {
    padding: 1.125rem!important; }

.pt-lg-18 {
    padding-top: 1.125rem!important; }

.pr-lg-18 {
    padding-right: 1.125rem!important; }

.pb-lg-18 {
    padding-bottom: 1.125rem!important; }

.pl-lg-18 {
    padding-left: 1.125rem!important; }

.px-lg-18 {
    padding-right: 1.125rem!important;
    padding-left: 1.125rem!important; }

.py-lg-18 {
    padding-top: 1.125rem!important;
    padding-bottom: 1.125rem!important; }

.p-lg-19 {
    padding: 1.188rem!important; }

.pt-lg-19 {
    padding-top: 1.188rem!important; }

.pr-lg-19 {
    padding-right: 1.188rem!important; }

.pb-lg-19 {
    padding-bottom: 1.188rem!important; }

.pl-lg-19 {
    padding-left: 1.188rem!important; }

.px-lg-19 {
    padding-right: 1.188rem!important;
    padding-left: 1.188rem!important; }

.py-lg-19 {
    padding-top: 1.188rem!important;
    padding-bottom: 1.188rem!important; }

.p-lg-20 {
    padding: 1.25rem!important; }

.pt-lg-20 {
    padding-top: 1.25rem!important; }

.pr-lg-20 {
    padding-right: 1.25rem!important; }

.pb-lg-20 {
    padding-bottom: 1.25rem!important; }

.pl-lg-20 {
    padding-left: 1.25rem!important; }

.px-lg-20 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important; }

.py-lg-20 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important; }

.p-lg-21 {
    padding: 1.313rem!important; }

.pt-lg-21 {
    padding-top: 1.313rem!important; }

.pr-lg-21 {
    padding-right: 1.313rem!important; }

.pb-lg-21 {
    padding-bottom: 1.313rem!important; }

.pl-lg-21 {
    padding-left: 1.313rem!important; }

.px-lg-21 {
    padding-right: 1.313rem!important;
    padding-left: 1.313rem!important; }

.py-lg-21 {
    padding-top: 1.313rem!important;
    padding-bottom: 1.313rem!important; }

.p-lg-22 {
    padding: 1.375rem!important; }

.pt-lg-22 {
    padding-top: 1.375rem!important; }

.pr-lg-22 {
    padding-right: 1.375rem!important; }

.pb-lg-22 {
    padding-bottom: 1.375rem!important; }

.pl-lg-22 {
    padding-left: 1.375rem!important; }

.px-lg-22 {
    padding-right: 1.375rem!important;
    padding-left: 1.375rem!important; }

.py-lg-22 {
    padding-top: 1.375rem!important;
    padding-bottom: 1.375rem!important; }

.p-lg-23 {
    padding: 1.438rem!important; }

.pt-lg-23 {
    padding-top: 1.438rem!important; }

.pr-lg-23 {
    padding-right: 1.438rem!important; }

.pb-lg-23 {
    padding-bottom: 1.438rem!important; }

.pl-lg-23 {
    padding-left: 1.438rem!important; }

.px-lg-23 {
    padding-right: 1.438rem!important;
    padding-left: 1.438rem!important; }

.py-lg-23 {
    padding-top: 1.438rem!important;
    padding-bottom: 1.438rem!important; }

.p-lg-24 {
    padding: 1.5rem!important; }

.pt-lg-24 {
    padding-top: 1.5rem!important; }

.pr-lg-24 {
    padding-right: 1.5rem!important; }

.pb-lg-24 {
    padding-bottom: 1.5rem!important; }

.pl-lg-24 {
    padding-left: 1.5rem!important; }

.px-lg-24 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important; }

.py-lg-24 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important; }

.p-lg-25 {
    padding: 1.563rem!important; }

.pt-lg-25 {
    padding-top: 1.563rem!important; }

.pr-lg-25 {
    padding-right: 1.563rem!important; }

.pb-lg-25 {
    padding-bottom: 1.563rem!important; }

.pl-lg-25 {
    padding-left: 1.563rem!important; }

.px-lg-25 {
    padding-right: 1.563rem!important;
    padding-left: 1.563rem!important; }

.py-lg-25 {
    padding-top: 1.563rem!important;
    padding-bottom: 1.563rem!important; }

.p-lg-30 {
    padding: 1.875rem!important; }

.pt-lg-30 {
    padding-top: 1.875rem!important; }

.pr-lg-30 {
    padding-right: 1.875rem!important; }

.pb-lg-30 {
    padding-bottom: 1.875rem!important; }

.pl-lg-30 {
    padding-left: 1.875rem!important; }

.px-lg-30 {
    padding-right: 1.875rem!important;
    padding-left: 1.875rem!important; }

.py-lg-30 {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important; }


.p-lg-35 {
    padding: 2.1875rem!important; }

.pt-lg-35 {
    padding-top: 2.1875rem!important; }

.pr-lg-35 {
    padding-right: 2.1875rem!important; }

.pb-lg-35 {
    padding-bottom: 2.1875rem!important; }

.pl-lg-35 {
    padding-left: 2.1875rem!important; }

.px-lg-35 {
    padding-right: 2.1875rem!important;
    padding-left: 2.1875rem!important; }

.py-lg-35 {
    padding-top: 2.1875rem!important;
    padding-bottom: 2.1875rem!important; }


.p-lg-40{
    padding: 2.5rem!important; }

.pt-lg-40 {
    padding-top: 2.5rem!important; }

.pr-lg-40 {
    padding-right: 2.5rem!important; }

.pb-lg-40 {
    padding-bottom: 2.5rem!important; }

.pl-lg-40 {
    padding-left: 2.5rem!important; }

.px-lg-40 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important; }

.py-lg-40 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important; }

.p-lg-45{
    padding: 2.8125rem!important; }

.pt-lg-45 {
    padding-top: 2.8125rem!important; }

.pr-lg-45 {
    padding-right: 2.8125rem!important; }

.pb-lg-45 {
    padding-bottom: 2.8125rem!important; }

.pl-lg-45 {
    padding-left: 2.8125rem!important; }

.px-lg-45 {
    padding-right: 2.8125rem!important;
    padding-left: 2.8125rem!important; }

.py-lg-45 {
    padding-top: 2.8125rem!important;
    padding-bottom: 2.8125rem!important; }


.p-lg-50{
    padding: 3.125rem!important; }

.pt-lg-50 {
    padding-top: 3.125rem!important; }

.pr-lg-50 {
    padding-right: 3.125rem!important; }

.pb-lg-50 {
    padding-bottom: 3.125rem!important; }

.pl-lg-50 {
    padding-left: 3.125rem!important; }

.px-lg-50 {
    padding-right: 3.125rem!important;
    padding-left: 3.125rem!important; }

.py-lg-50 {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important; }


.p-lg-55{
    padding: 3.4375rem!important; }

.pt-lg-55 {
    padding-top: 3.4375rem!important; }

.pr-lg-55 {
    padding-right: 3.4375rem!important; }

.pb-lg-55 {
    padding-bottom: 3.4375rem!important; }

.pl-lg-55 {
    padding-left: 3.4375rem!important; }

.px-lg-55 {
    padding-right: 3.4375rem!important;
    padding-left: 3.4375rem!important; }

.py-lg-55 {
    padding-top: 3.4375rem!important;
    padding-bottom: 3.4375rem!important; }


.p-lg-60{
    padding: 3.75rem!important; }

.pt-lg-60 {
    padding-top: 3.75rem!important; }

.pr-lg-60 {
    padding-right: 3.75rem!important; }

.pb-lg-60 {
    padding-bottom: 3.75rem!important; }

.pl-lg-60 {
    padding-left: 3.75rem!important; }

.px-lg-60 {
    padding-right: 3.75rem!important;
    padding-left: 3.75rem!important; }

.py-lg-60 {
    padding-top: 3.75rem!important;
    padding-bottom: 3.75rem!important; }


}

@media (max-width: 768px) {  
 .p-md-0 {
    padding: 0 !important; }

.pt-md-0 {
    padding-top: 0 !important; }

.pr-md-0 {
    padding-right: 0 !important; }

.pb-md-0 {
    padding-bottom: 0 !important; }

.pl-md-0 {
    padding-left: 0 !important; }

.px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-md-1 {
    padding: 0.0625rem !important; }

.pt-md-1 {
    padding-top: 0.0625rem !important; }

.pr-md-1 {
    padding-right: 0.0625rem !important; }

.pb-md-1 {
    padding-bottom: 0.0625rem !important; }

.pl-md-1 {
    padding-left: 0.0625rem !important; }

.px-md-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important; }

.py-md-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important; }

.p-md-2 {
    padding: 0.125rem !important; }

.pt-md-2 {
    padding-top: 0.125rem !important; }

.pr-md-2 {
    padding-right: 0.125rem !important; }

.pb-md-2 {
    padding-bottom: 0.125rem !important; }

.pl-md-2 {
    padding-left: 0.125rem !important; }

.px-md-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

.py-md-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

.p-md-3 {
    padding: 0.1875rem !important; }

.pt-md-3 {
    padding-top: 0.1875rem !important; }

.pr-md-3 {
    padding-right: 0.1875rem !important; }

.pb-md-3 {
    padding-bottom: 0.1875rem !important; }

.pl-md-3 {
    padding-left: 0.1875rem !important; }

.px-md-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important; }

.py-md-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important; }
.p-md-4 {
    padding: 0.25rem !important; }

.pt-md-4 {
    padding-top: 0.25rem !important; }

.pr-md-4 {
    padding-right: 0.25rem !important; }

.pb-md-4 {
    padding-bottom: 0.25rem !important; }

.pl-md-4 {
    padding-left: 0.25rem !important; }

.px-md-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-md-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
.p-md-5 {
    padding: 0.3125rem !important; }

.pt-md-5 {
    padding-top: 0.3125rem !important; }

.pr-md-5 {
    padding-right: 0.3125rem !important; }

.pb-md-5 {
    padding-bottom: 0.3125rem !important; }

.pl-md-5 {
    padding-left: 0.3125rem !important; }

.px-md-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }

.py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-md-6 {
    padding: 0.375rem !important; }

.pt-md-6 {
    padding-top: 0.375rem !important; }

.pr-md-6 {
    padding-right: 0.375rem !important; }

.pb-md-6 {
    padding-bottom: 0.375rem !important; }

.pl-md-6 {
    padding-left: 0.375rem !important; }

.px-md-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }

.py-md-6 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-md-7 {
    padding: 0.4375rem !important; }

.pt-md-7 {
    padding-top: 0.4375rem !important; }

.pr-md-7 {
    padding-right: 0.4375rem !important; }

.pb-md-7 {
    padding-bottom: 0.4375rem !important; }

.pl-md-7 {
    padding-left: 0.4375rem !important; }

.px-md-7 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important; }

.py-md-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important; }

.p-md-8 {
    padding: 0.5rem !important; }

.pt-md-8 {
    padding-top: 0.5rem !important; }

.pr-md-8 {
    padding-right: 0.5rem !important; }

.pb-md-8 {
    padding-bottom: 0.5rem !important; }

.pl-md-8 {
    padding-left: 0.5rem !important; }

.px-md-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-md-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-md-9 {
    padding: 0.5625rem !important; }

.pt-md-9 {
    padding-top: 0.5625rem !important; }

.pr-md-9 {
    padding-right: 0.5625rem !important; }

.pb-md-9 {
    padding-bottom: 0.5625rem !important; }

.pl-md-9 {
    padding-left: 0.5625rem !important; }

.px-md-9 {
    padding-right: 0.5625rem !important;
    padding-left: 0.5625rem !important; }

.py-md-9 {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important; }

.p-md-10 {
    padding: 0.625rem !important; }

.pt-md-10 {
    padding-top: 0.625rem !important; }

.pr-md-10 {
    padding-right: 0.625rem !important; }

.pb-md-10 {
    padding-bottom: 0.625rem !important; }

.pl-md-10 {
    padding-left: 0.625rem !important; }

.px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

.py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.p-md-11 {
    padding: 0.6875rem !important; }

.pt-md-11 {
    padding-top: 0.6875rem !important; }

.pr-md-11 {
    padding-right: 0.6875rem !important; }

.pb-md-11 {
    padding-bottom: 0.6875rem !important; }

.pl-md-11 {
    padding-left: 0.6875rem !important; }

.px-md-11 {
    padding-right: 0.6875rem !important;
    padding-left: 0.6875rem !important; }

.py-md-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important; }

.p-md-12 {
    padding: 0.75rem !important; }

.pt-md-12 {
    padding-top: 0.75rem !important; }

.pr-md-12 {
    padding-right: 0.75rem !important; }

.pb-md-12 {
    padding-bottom: 0.75rem !important; }

.pl-md-12 {
    padding-left: 0.75rem !important; }

.px-md-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

.py-md-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

.p-md-13 {
    padding: 0.8125rem !important; }

.pt-md-13 {
    padding-top: 0.8125rem !important; }

.pr-md-13 {
    padding-right: 0.8125rem !important; }

.pb-md-13 {
    padding-bottom: 0.8125rem !important; }

.pl-md-13 {
    padding-left: 0.8125rem !important; }

.px-md-13 {
    padding-right: 0.8125rem !important;
    padding-left: 0.8125rem !important; }

.py-md-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important; }

.p-md-14 {
    padding: 0.875rem !important; }

.pt-md-14 {
    padding-top: 0.875rem !important; }

.pr-md-14 {
    padding-right: 0.875rem !important; }

.pb-md-14 {
    padding-bottom: 0.875rem !important; }

.pl-md-14 {
    padding-left: 0.875rem !important; }

.px-md-14 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }

.py-md-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }

.p-md-15 {
    padding: 0.9375rem !important; }

.pt-md-15 {
    padding-top: 0.9375rem !important; }

.pr-md-15 {
    padding-right: 0.9375rem !important; }

.pb-md-15 {
    padding-bottom: 0.9375rem !important; }

.pl-md-15 {
    padding-left: 0.9375rem !important; }

.px-md-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }

.py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }

.p-md-16 {
    padding: 1rem !important; }

.pt-md-16 {
    padding-top: 1rem !important; }

.pr-md-16 {
    padding-right: 1rem !important; }

.pb-md-16 {
    padding-bottom: 1rem !important; }

.pl-md-16 {
    padding-left: 1rem !important; }

.px-md-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-md-17 {
    padding: 1.063rem!important; }

.pt-md-17 {
    padding-top: 1.063rem!important; }

.pr-md-17 {
    padding-right: 1.063rem!important; }

.pb-md-17 {
    padding-bottom: 1.063rem!important; }

.pl-md-17 {
    padding-left: 1.063rem!important; }

.px-md-17 {
    padding-right: 1.063rem!important;
    padding-left: 1.063rem!important; }

.py-md-17 {
    padding-top: 1.063rem!important;
    padding-bottom: 1.063rem!important; }

.p-md-18 {
    padding: 1.125rem!important; }

.pt-md-18 {
    padding-top: 1.125rem!important; }

.pr-md-18 {
    padding-right: 1.125rem!important; }

.pb-md-18 {
    padding-bottom: 1.125rem!important; }

.pl-md-18 {
    padding-left: 1.125rem!important; }

.px-md-18 {
    padding-right: 1.125rem!important;
    padding-left: 1.125rem!important; }

.py-md-18 {
    padding-top: 1.125rem!important;
    padding-bottom: 1.125rem!important; }

.p-md-19 {
    padding: 1.188rem!important; }

.pt-md-19 {
    padding-top: 1.188rem!important; }

.pr-md-19 {
    padding-right: 1.188rem!important; }

.pb-md-19 {
    padding-bottom: 1.188rem!important; }

.pl-md-19 {
    padding-left: 1.188rem!important; }

.px-md-19 {
    padding-right: 1.188rem!important;
    padding-left: 1.188rem!important; }

.py-md-19 {
    padding-top: 1.188rem!important;
    padding-bottom: 1.188rem!important; }

.p-md-20 {
    padding: 1.25rem!important; }

.pt-md-20 {
    padding-top: 1.25rem!important; }

.pr-md-20 {
    padding-right: 1.25rem!important; }

.pb-md-20 {
    padding-bottom: 1.25rem!important; }

.pl-md-20 {
    padding-left: 1.25rem!important; }

.px-md-20 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important; }

.py-md-20 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important; }

.p-md-21 {
    padding: 1.313rem!important; }

.pt-md-21 {
    padding-top: 1.313rem!important; }

.pr-md-21 {
    padding-right: 1.313rem!important; }

.pb-md-21 {
    padding-bottom: 1.313rem!important; }

.pl-md-21 {
    padding-left: 1.313rem!important; }

.px-md-21 {
    padding-right: 1.313rem!important;
    padding-left: 1.313rem!important; }

.py-md-21 {
    padding-top: 1.313rem!important;
    padding-bottom: 1.313rem!important; }

.p-md-22 {
    padding: 1.375rem!important; }

.pt-md-22 {
    padding-top: 1.375rem!important; }

.pr-md-22 {
    padding-right: 1.375rem!important; }

.pb-md-22 {
    padding-bottom: 1.375rem!important; }

.pl-md-22 {
    padding-left: 1.375rem!important; }

.px-md-22 {
    padding-right: 1.375rem!important;
    padding-left: 1.375rem!important; }

.py-md-22 {
    padding-top: 1.375rem!important;
    padding-bottom: 1.375rem!important; }

.p-md-23 {
    padding: 1.438rem!important; }

.pt-md-23 {
    padding-top: 1.438rem!important; }

.pr-md-23 {
    padding-right: 1.438rem!important; }

.pb-md-23 {
    padding-bottom: 1.438rem!important; }

.pl-md-23 {
    padding-left: 1.438rem!important; }

.px-md-23 {
    padding-right: 1.438rem!important;
    padding-left: 1.438rem!important; }

.py-md-23 {
    padding-top: 1.438rem!important;
    padding-bottom: 1.438rem!important; }

.p-md-24 {
    padding: 1.5rem!important; }

.pt-md-24 {
    padding-top: 1.5rem!important; }

.pr-md-24 {
    padding-right: 1.5rem!important; }

.pb-md-24 {
    padding-bottom: 1.5rem!important; }

.pl-md-24 {
    padding-left: 1.5rem!important; }

.px-md-24 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important; }

.py-md-24 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important; }

.p-md-25 {
    padding: 1.563rem!important; }

.pt-md-25 {
    padding-top: 1.563rem!important; }

.pr-md-25 {
    padding-right: 1.563rem!important; }

.pb-md-25 {
    padding-bottom: 1.563rem!important; }

.pl-md-25 {
    padding-left: 1.563rem!important; }

.px-md-25 {
    padding-right: 1.563rem!important;
    padding-left: 1.563rem!important; }

.py-md-25 {
    padding-top: 1.563rem!important;
    padding-bottom: 1.563rem!important; }


.p-md-30 {
    padding: 1.875rem!important; }

.pt-md-30 {
    padding-top: 1.875rem!important; }

.pr-md-30 {
    padding-right: 1.875rem!important; }

.pb-md-30 {
    padding-bottom: 1.875rem!important; }

.pl-md-30 {
    padding-left: 1.875rem!important; }

.px-md-30 {
    padding-right: 1.875rem!important;
    padding-left: 1.875rem!important; }

.py-md-30 {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important; }


.p-md-35 {
    padding: 2.1875rem!important; }

.pt-md-35 {
    padding-top: 2.1875rem!important; }

.pr-md-35 {
    padding-right: 2.1875rem!important; }

.pb-md-35 {
    padding-bottom: 2.1875rem!important; }

.pl-md-35 {
    padding-left: 2.1875rem!important; }

.px-md-35 {
    padding-right: 2.1875rem!important;
    padding-left: 2.1875rem!important; }

.py-md-35 {
    padding-top: 2.1875rem!important;
    padding-bottom: 2.1875rem!important; }


.p-md-40{
    padding: 2.5rem!important; }

.pt-md-40 {
    padding-top: 2.5rem!important; }

.pr-md-40 {
    padding-right: 2.5rem!important; }

.pb-md-40 {
    padding-bottom: 2.5rem!important; }

.pl-md-40 {
    padding-left: 2.5rem!important; }

.px-md-40 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important; }

.py-md-40 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important; }

.p-md-45{
    padding: 2.8125rem!important; }

.pt-md-45 {
    padding-top: 2.8125rem!important; }

.pr-md-45 {
    padding-right: 2.8125rem!important; }

.pb-md-45 {
    padding-bottom: 2.8125rem!important; }

.pl-md-45 {
    padding-left: 2.8125rem!important; }

.px-md-45 {
    padding-right: 2.8125rem!important;
    padding-left: 2.8125rem!important; }

.py-md-45 {
    padding-top: 2.8125rem!important;
    padding-bottom: 2.8125rem!important; }


.p-md-50{
    padding: 3.125rem!important; }

.pt-md-50 {
    padding-top: 3.125rem!important; }

.pr-md-50 {
    padding-right: 3.125rem!important; }

.pb-md-50 {
    padding-bottom: 3.125rem!important; }

.pl-md-50 {
    padding-left: 3.125rem!important; }

.px-md-50 {
    padding-right: 3.125rem!important;
    padding-left: 3.125rem!important; }

.py-md-50 {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important; }


.p-md-55{
    padding: 3.4375rem!important; }

.pt-md-55 {
    padding-top: 3.4375rem!important; }

.pr-md-55 {
    padding-right: 3.4375rem!important; }

.pb-md-55 {
    padding-bottom: 3.4375rem!important; }

.pl-md-55 {
    padding-left: 3.4375rem!important; }

.px-md-55 {
    padding-right: 3.4375rem!important;
    padding-left: 3.4375rem!important; }

.py-md-55 {
    padding-top: 3.4375rem!important;
    padding-bottom: 3.4375rem!important; }


.p-md-60{
    padding: 3.75rem!important; }

.pt-md-60 {
    padding-top: 3.75rem!important; }

.pr-md-60 {
    padding-right: 3.75rem!important; }

.pb-md-60 {
    padding-bottom: 3.75rem!important; }

.pl-md-60 {
    padding-left: 3.75rem!important; }

.px-md-60 {
    padding-right: 3.75rem!important;
    padding-left: 3.75rem!important; }

.py-md-60 {
    padding-top: 3.75rem!important;
    padding-bottom: 3.75rem!important; }

}

@media (max-width: 576px) {
   .p-sm-0 {
    padding: 0 !important; }

.pt-sm-0 {
    padding-top: 0 !important; }

.pr-sm-0 {
    padding-right: 0 !important; }

.pb-sm-0 {
    padding-bottom: 0 !important; }

.pl-sm-0 {
    padding-left: 0 !important; }

.px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-sm-1 {
    padding: 0.0625rem !important; }

.pt-sm-1 {
    padding-top: 0.0625rem !important; }

.pr-sm-1 {
    padding-right: 0.0625rem !important; }

.pb-sm-1 {
    padding-bottom: 0.0625rem !important; }

.pl-sm-1 {
    padding-left: 0.0625rem !important; }

.px-sm-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important; }

.py-sm-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important; }

.p-sm-2 {
    padding: 0.125rem !important; }

.pt-sm-2 {
    padding-top: 0.125rem !important; }

.pr-sm-2 {
    padding-right: 0.125rem !important; }

.pb-sm-2 {
    padding-bottom: 0.125rem !important; }

.pl-sm-2 {
    padding-left: 0.125rem !important; }

.px-sm-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }

.py-sm-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }

.p-sm-3 {
    padding: 0.1875rem !important; }

.pt-sm-3 {
    padding-top: 0.1875rem !important; }

.pr-sm-3 {
    padding-right: 0.1875rem !important; }

.pb-sm-3 {
    padding-bottom: 0.1875rem !important; }

.pl-sm-3 {
    padding-left: 0.1875rem !important; }

.px-sm-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important; }

.py-sm-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important; }
.p-sm-4 {
    padding: 0.25rem !important; }

.pt-sm-4 {
    padding-top: 0.25rem !important; }

.pr-sm-4 {
    padding-right: 0.25rem !important; }

.pb-sm-4 {
    padding-bottom: 0.25rem !important; }

.pl-sm-4 {
    padding-left: 0.25rem !important; }

.px-sm-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

.py-sm-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
.p-sm-5 {
    padding: 0.3125rem !important; }

.pt-sm-5 {
    padding-top: 0.3125rem !important; }

.pr-sm-5 {
    padding-right: 0.3125rem !important; }

.pb-sm-5 {
    padding-bottom: 0.3125rem !important; }

.pl-sm-5 {
    padding-left: 0.3125rem !important; }

.px-sm-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important; }

.py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-sm-6 {
    padding: 0.375rem !important; }

.pt-sm-6 {
    padding-top: 0.375rem !important; }

.pr-sm-6 {
    padding-right: 0.375rem !important; }

.pb-sm-6 {
    padding-bottom: 0.375rem !important; }

.pl-sm-6 {
    padding-left: 0.375rem !important; }

.px-sm-6 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }

.py-sm-6 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }

.p-sm-7 {
    padding: 0.4375rem !important; }

.pt-sm-7 {
    padding-top: 0.4375rem !important; }

.pr-sm-7 {
    padding-right: 0.4375rem !important; }

.pb-sm-7 {
    padding-bottom: 0.4375rem !important; }

.pl-sm-7 {
    padding-left: 0.4375rem !important; }

.px-sm-7 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important; }

.py-sm-7 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important; }

.p-sm-8 {
    padding: 0.5rem !important; }

.pt-sm-8 {
    padding-top: 0.5rem !important; }

.pr-sm-8 {
    padding-right: 0.5rem !important; }

.pb-sm-8 {
    padding-bottom: 0.5rem !important; }

.pl-sm-8 {
    padding-left: 0.5rem !important; }

.px-sm-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

.py-sm-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-sm-9 {
    padding: 0.5625rem !important; }

.pt-sm-9 {
    padding-top: 0.5625rem !important; }

.pr-sm-9 {
    padding-right: 0.5625rem !important; }

.pb-sm-9 {
    padding-bottom: 0.5625rem !important; }

.pl-sm-9 {
    padding-left: 0.5625rem !important; }

.px-sm-9 {
    padding-right: 0.5625rem !important;
    padding-left: 0.5625rem !important; }

.py-sm-9 {
    padding-top: 0.5625rem !important;
    padding-bottom: 0.5625rem !important; }

.p-sm-10 {
    padding: 0.625rem !important; }

.pt-sm-10 {
    padding-top: 0.625rem !important; }

.pr-sm-10 {
    padding-right: 0.625rem !important; }

.pb-sm-10 {
    padding-bottom: 0.625rem !important; }

.pl-sm-10 {
    padding-left: 0.625rem !important; }

.px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }

.py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }

.p-sm-11 {
    padding: 0.6875rem !important; }

.pt-sm-11 {
    padding-top: 0.6875rem !important; }

.pr-sm-11 {
    padding-right: 0.6875rem !important; }

.pb-sm-11 {
    padding-bottom: 0.6875rem !important; }

.pl-sm-11 {
    padding-left: 0.6875rem !important; }

.px-sm-11 {
    padding-right: 0.6875rem !important;
    padding-left: 0.6875rem !important; }

.py-sm-11 {
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important; }

.p-sm-12 {
    padding: 0.75rem !important; }

.pt-sm-12 {
    padding-top: 0.75rem !important; }

.pr-sm-12 {
    padding-right: 0.75rem !important; }

.pb-sm-12 {
    padding-bottom: 0.75rem !important; }

.pl-sm-12 {
    padding-left: 0.75rem !important; }

.px-sm-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }

.py-sm-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

.p-sm-13 {
    padding: 0.8125rem !important; }

.pt-sm-13 {
    padding-top: 0.8125rem !important; }

.pr-sm-13 {
    padding-right: 0.8125rem !important; }

.pb-sm-13 {
    padding-bottom: 0.8125rem !important; }

.pl-sm-13 {
    padding-left: 0.8125rem !important; }

.px-sm-13 {
    padding-right: 0.8125rem !important;
    padding-left: 0.8125rem !important; }

.py-sm-13 {
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important; }

.p-sm-14 {
    padding: 0.875rem !important; }

.pt-sm-14 {
    padding-top: 0.875rem !important; }

.pr-sm-14 {
    padding-right: 0.875rem !important; }

.pb-sm-14 {
    padding-bottom: 0.875rem !important; }

.pl-sm-14 {
    padding-left: 0.875rem !important; }

.px-sm-14 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }

.py-sm-14 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }

.p-sm-15 {
    padding: 0.9375rem !important; }

.pt-sm-15 {
    padding-top: 0.9375rem !important; }

.pr-sm-15 {
    padding-right: 0.9375rem !important; }

.pb-sm-15 {
    padding-bottom: 0.9375rem !important; }

.pl-sm-15 {
    padding-left: 0.9375rem !important; }

.px-sm-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }

.py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }

.p-sm-16 {
    padding: 1rem !important; }

.pt-sm-16 {
    padding-top: 1rem !important; }

.pr-sm-16 {
    padding-right: 1rem !important; }

.pb-sm-16 {
    padding-bottom: 1rem !important; }

.pl-sm-16 {
    padding-left: 1rem !important; }

.px-sm-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

.py-sm-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-sm-17 {
    padding: 1.063rem!important; }

.pt-sm-17 {
    padding-top: 1.063rem!important; }

.pr-sm-17 {
    padding-right: 1.063rem!important; }

.pb-sm-17 {
    padding-bottom: 1.063rem!important; }

.pl-sm-17 {
    padding-left: 1.063rem!important; }

.px-sm-17 {
    padding-right: 1.063rem!important;
    padding-left: 1.063rem!important; }

.py-sm-17 {
    padding-top: 1.063rem!important;
    padding-bottom: 1.063rem!important; }

.p-sm-18 {
    padding: 1.125rem!important; }

.pt-sm-18 {
    padding-top: 1.125rem!important; }

.pr-sm-18 {
    padding-right: 1.125rem!important; }

.pb-sm-18 {
    padding-bottom: 1.125rem!important; }

.pl-sm-18 {
    padding-left: 1.125rem!important; }

.px-sm-18 {
    padding-right: 1.125rem!important;
    padding-left: 1.125rem!important; }

.py-sm-18 {
    padding-top: 1.125rem!important;
    padding-bottom: 1.125rem!important; }

.p-sm-19 {
    padding: 1.188rem!important; }

.pt-sm-19 {
    padding-top: 1.188rem!important; }

.pr-sm-19 {
    padding-right: 1.188rem!important; }

.pb-sm-19 {
    padding-bottom: 1.188rem!important; }

.pl-sm-19 {
    padding-left: 1.188rem!important; }

.px-sm-19 {
    padding-right: 1.188rem!important;
    padding-left: 1.188rem!important; }

.py-sm-19 {
    padding-top: 1.188rem!important;
    padding-bottom: 1.188rem!important; }

.p-sm-20 {
    padding: 1.25rem!important; }

.pt-sm-20 {
    padding-top: 1.25rem!important; }

.pr-sm-20 {
    padding-right: 1.25rem!important; }

.pb-sm-20 {
    padding-bottom: 1.25rem!important; }

.pl-sm-20 {
    padding-left: 1.25rem!important; }

.px-sm-20 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important; }

.py-sm-20 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important; }

.p-sm-21 {
    padding: 1.313rem!important; }

.pt-sm-21 {
    padding-top: 1.313rem!important; }

.pr-sm-21 {
    padding-right: 1.313rem!important; }

.pb-sm-21 {
    padding-bottom: 1.313rem!important; }

.pl-sm-21 {
    padding-left: 1.313rem!important; }

.px-sm-21 {
    padding-right: 1.313rem!important;
    padding-left: 1.313rem!important; }

.py-sm-21 {
    padding-top: 1.313rem!important;
    padding-bottom: 1.313rem!important; }

.p-sm-22 {
    padding: 1.375rem!important; }

.pt-sm-22 {
    padding-top: 1.375rem!important; }

.pr-sm-22 {
    padding-right: 1.375rem!important; }

.pb-sm-22 {
    padding-bottom: 1.375rem!important; }

.pl-sm-22 {
    padding-left: 1.375rem!important; }

.px-sm-22 {
    padding-right: 1.375rem!important;
    padding-left: 1.375rem!important; }

.py-sm-22 {
    padding-top: 1.375rem!important;
    padding-bottom: 1.375rem!important; }

.p-sm-23 {
    padding: 1.438rem!important; }

.pt-sm-23 {
    padding-top: 1.438rem!important; }

.pr-sm-23 {
    padding-right: 1.438rem!important; }

.pb-sm-23 {
    padding-bottom: 1.438rem!important; }

.pl-sm-23 {
    padding-left: 1.438rem!important; }

.px-sm-23 {
    padding-right: 1.438rem!important;
    padding-left: 1.438rem!important; }

.py-sm-23 {
    padding-top: 1.438rem!important;
    padding-bottom: 1.438rem!important; }

.p-sm-24 {
    padding: 1.5rem!important; }

.pt-sm-24 {
    padding-top: 1.5rem!important; }

.pr-sm-24 {
    padding-right: 1.5rem!important; }

.pb-sm-24 {
    padding-bottom: 1.5rem!important; }

.pl-sm-24 {
    padding-left: 1.5rem!important; }

.px-sm-24 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important; }

.py-sm-24 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important; }

.p-sm-25 {
    padding: 1.563rem!important; }

.pt-sm-25 {
    padding-top: 1.563rem!important; }

.pr-sm-25 {
    padding-right: 1.563rem!important; }

.pb-sm-25 {
    padding-bottom: 1.563rem!important; }

.pl-sm-25 {
    padding-left: 1.563rem!important; }

.px-sm-25 {
    padding-right: 1.563rem!important;
    padding-left: 1.563rem!important; }

.py-sm-25 {
    padding-top: 1.563rem!important;
    padding-bottom: 1.563rem!important; }


.p-sm-30 {
    padding: 1.875rem!important; }

.pt-sm-30 {
    padding-top: 1.875rem!important; }

.pr-sm-30 {
    padding-right: 1.875rem!important; }

.pb-sm-30 {
    padding-bottom: 1.875rem!important; }

.pl-sm-30 {
    padding-left: 1.875rem!important; }

.px-sm-30 {
    padding-right: 1.875rem!important;
    padding-left: 1.875rem!important; }

.py-sm-30 {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important; }


.p-sm-35 {
    padding: 2.1875rem!important; }

.pt-sm-35 {
    padding-top: 2.1875rem!important; }

.pr-sm-35 {
    padding-right: 2.1875rem!important; }

.pb-sm-35 {
    padding-bottom: 2.1875rem!important; }

.pl-sm-35 {
    padding-left: 2.1875rem!important; }

.px-sm-35 {
    padding-right: 2.1875rem!important;
    padding-left: 2.1875rem!important; }

.py-sm-35 {
    padding-top: 2.1875rem!important;
    padding-bottom: 2.1875rem!important; }


.p-sm-40{
    padding: 2.5rem!important; }

.pt-sm-40 {
    padding-top: 2.5rem!important; }

.pr-sm-40 {
    padding-right: 2.5rem!important; }

.pb-sm-40 {
    padding-bottom: 2.5rem!important; }

.pl-sm-40 {
    padding-left: 2.5rem!important; }

.px-sm-40 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important; }

.py-sm-40 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important; }

.p-sm-45{
    padding: 2.8125rem!important; }

.pt-sm-45 {
    padding-top: 2.8125rem!important; }

.pr-sm-45 {
    padding-right: 2.8125rem!important; }

.pb-sm-45 {
    padding-bottom: 2.8125rem!important; }

.pl-sm-45 {
    padding-left: 2.8125rem!important; }

.px-sm-45 {
    padding-right: 2.8125rem!important;
    padding-left: 2.8125rem!important; }

.py-sm-45 {
    padding-top: 2.8125rem!important;
    padding-bottom: 2.8125rem!important; }


.p-sm-50{
    padding: 3.125rem!important; }

.pt-sm-50 {
    padding-top: 3.125rem!important; }

.pr-sm-50 {
    padding-right: 3.125rem!important; }

.pb-sm-50 {
    padding-bottom: 3.125rem!important; }

.pl-sm-50 {
    padding-left: 3.125rem!important; }

.px-sm-50 {
    padding-right: 3.125rem!important;
    padding-left: 3.125rem!important; }

.py-sm-50 {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important; }


.p-sm-55{
    padding: 3.4375rem!important; }

.pt-sm-55 {
    padding-top: 3.4375rem!important; }

.pr-sm-55 {
    padding-right: 3.4375rem!important; }

.pb-sm-55 {
    padding-bottom: 3.4375rem!important; }

.pl-sm-55 {
    padding-left: 3.4375rem!important; }

.px-sm-55 {
    padding-right: 3.4375rem!important;
    padding-left: 3.4375rem!important; }

.py-sm-55 {
    padding-top: 3.4375rem!important;
    padding-bottom: 3.4375rem!important; }


.p-sm-60{
    padding: 3.75rem!important; }

.pt-sm-60 {
    padding-top: 3.75rem!important; }

.pr-sm-60 {
    padding-right: 3.75rem!important; }

.pb-sm-60 {
    padding-bottom: 3.75rem!important; }

.pl-sm-60 {
    padding-left: 3.75rem!important; }

.px-sm-60 {
    padding-right: 3.75rem!important;
    padding-left: 3.75rem!important; }

.py-sm-60 {
    padding-top: 3.75rem!important;
    padding-bottom: 3.75rem!important; }


}



/*********************************************
******************Text***********************
*********************************************/
.overflow-hidden {
    overflow: hidden; }

.overflow-scroll {
    overflow: scroll; }

.overflow-auto {
    overflow: auto; }

.pre {
    white-space: pre; }

.nowrap {
    white-space: nowrap; }

.break-all{
    word-break: break-all; }

.resize-none {
    resize: none; }

.resize-vertical {
    resize: vertical; }

.resize-horizontal {
    resize: horizontal; }

.cursor-pointer {
    cursor: pointer; }

.no-pointer-events {
    pointer-events: none !important; }

.border-0 {
    border: 0; }

.vertical-middle {
    vertical-align: middle !important; }

.text-justify {
    text-align: justify !important; }

.text-nowrap {
    white-space: nowrap !important; }

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !important; }

@media (max-width: 767px) {
    .text-sm-left {
        text-align: left !important; }
    .text-sm-right {
        text-align: right !important; }
    .text-sm-center {
        text-align: center !important; } }

@media (max-width: 768px) {
    .text-md-left {
        text-align: left !important; }
    .text-md-right {
        text-align: right !important; }
    .text-md-center {
        text-align: center !important; } }

@media (max-width: 992px) {
    .text-lg-left {
        text-align: left !important; }
    .text-lg-right {
        text-align: right !important; }
    .text-lg-center {
        text-align: center !important; } }

@media (max-width: 1200px) {
    .text-xl-left {
        text-align: left !important; }
    .text-xl-right {
        text-align: right !important; }
    .text-xl-center {
        text-align: center !important; } }

.text-lowercase {
    text-transform: lowercase !important; }

.text-uppercase {
    text-transform: uppercase !important; }

.text-capitalize {
    text-transform: capitalize !important; }
.text-none {
    text-transform: none !important; }

.font-weight-normal {
    font-weight: 400 !important; }

.font-weight-semibold {
    font-weight: 500 !important; }

.font-weight-bold {
    font-weight: bold !important; }

.font-italic {
    font-style: italic; }
.boxshadow-n {
    box-shadow:none !important; }


/*********************************************
******************Scroll***********************
*********************************************/
.fullscreen {
    min-height: 100vh;
    min-width: 100%; }


.scroll-horizontal {
    overflow-x: scroll;
    overflow-y: hidden; }


.scroll-vertical {
    overflow-x: hidden;
    overflow-y: scroll; }

.no-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent; }

/* Position
========================*/
.pos-static {
    position: static; }

.pos-fixed {
    position: fixed; }

.pos-relative {
    position: relative !important; }

.pos-absolute, .pos-0 {
    position: absolute; }

.pos-top, .pos-0 {
    top: 0; }

.pos-right, .pos-0 {
    right: 0; }

.pos-left, .pos-0 {
    left: 0; }

.pos-bottom, .pos-0 {
    bottom: 0; }

.pos-left, .pos-0 {
    left: 0; }


.horizontal-center {
    position: absolute;
    left: 50%;
    -webkit-trans
    : translateX(-50%);
    transform: translateX(-50%); }


.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }


.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* Opacity
=========================*/
.opacity-0-hover:hover, .opacity-0 {
    opacity: 0; }

.opacity-01-hover:hover, .opacity-01 {
    opacity: 0.1; }

.opacity-02-hover:hover, .opacity-02 {
    opacity: 0.2; }

.opacity-03-hover:hover, .opacity-03 {
    opacity: 0.3; }

.opacity-04-hover:hover, .opacity-04 {
    opacity: 0.4; }

.opacity-05-hover:hover, .opacity-05 {
    opacity: 0.5; }

.opacity-06-hover:hover, .opacity-06 {
    opacity: 0.6; }

.opacity-07-hover:hover, .opacity-07 {
    opacity: 0.7; }

.opacity-08-hover:hover, .opacity-08 {
    opacity: 0.8; }

.opacity-09-hover:hover, .opacity-09 {
    opacity: 0.9; }

.opacity-1-hover:hover, .opacity-1 {
    opacity: 1; }
.flex-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 !important;
    flex: 0 !important; }


.flex-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important; }


.flex-2 {
    -webkit-box-flex: 2 !important;
    -ms-flex: 2 !important;
    flex: 2 !important; }


.flex-3 {
    -webkit-box-flex: 3 !important;
    -ms-flex: 3 !important;
    flex: 3 !important; }


.flex-4 {
    -webkit-box-flex: 4 !important;
    -ms-flex: 4 !important;
    flex: 4 !important; }


.flex-5 {
    -webkit-box-flex: 5 !important;
    -ms-flex: 5 !important;
    flex: 5 !important; }


.flex-6 {
    -webkit-box-flex: 6 !important;
    -ms-flex: 6 !important;
    flex: 6 !important; }


.flex-7 {
    -webkit-box-flex: 7 !important;
    -ms-flex: 7 !important;
    flex: 7 !important; }


.flex-8 {
    -webkit-box-flex: 8 !important;
    -ms-flex: 8 !important;
    flex: 8 !important; }


.flex-9 {
    -webkit-box-flex: 9 !important;
    -ms-flex: 9 !important;
    flex: 9 !important; }

.flex-none {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important; }

/* Font Weight
========================*/

.fw-100 {
    font-weight: 100 !important; }


.fw-200 {
    font-weight: 200 !important; }


.fw-300 {
    font-weight: 300 !important; }


.fw-400 {
    font-weight: 400 !important; }


.fw-500 {
    font-weight: 500 !important; }


.fw-600 {
    font-weight: 600 !important; }


.fw-700 {
    font-weight: 700 !important; }


.fw-800 {
    font-weight: 800 !important; }


.fw-900 {
    font-weight: 900 !important; }

.fw-normal {
    font-weight: 400; }

.fw-medium {
    font-weight: 500; }

.fw-semibold {
    font-weight: 600; }

.fw-bold {
    font-weight: bold; }

.italic {
    font-style: italic; }

.text-indent-full {
    text-indent: -9999px; }

/* Z Index
========================*/

.zi-1 {
    z-index: 1 !important; }


.zi-2 {
    z-index: 2 !important; }


.zi-3 {
    z-index: 3 !important; }


.zi-4 {
    z-index: 4 !important; }


.zi-5 {
    z-index: 5 !important; }


.zi-6 {
    z-index: 6 !important; }


.zi-7 {
    z-index: 7 !important; }


.zi-8 {
    z-index: 8 !important; }

.zi-9 {
    z-index: 9 !important; }
.zi-10 {
    z-index: 10 !important; }

.zi-n-1 {
    z-index: -1 !important; }

/* Font Size
========================*/


.fs-9 {
    font-size: 0.5625rem !important; }


.fs-10 {
    font-size: 0.625rem !important; }


.fs-11 {
    font-size: 0.6875rem !important; }


.fs-12 {
    font-size: 0.75rem !important; }


.fs-13 {
    font-size: 0.8125rem !important; }


.fs-14 {
    font-size: 0.875rem !important; }


.fs-15 {
    font-size: 0.9375rem !important; }


.fs-16 {
    font-size: 1rem !important; }

.fs-17 {
    font-size: 1.063rem !important; }

.fs-18 {
    font-size: 1.125rem !important; }


.fs-20 {
    font-size: 1.25rem !important; }


.fs-22 {
    font-size: 1.375rem !important; }

.fs-23 {
    font-size: 1.438rem !important; }

.fs-24 {
    font-size: 1.5rem !important; }

.fs-25 {
    font-size: 1.5625rem !important; }

.fs-26 {
    font-size: 1.625rem !important; }


.fs-28 {
    font-size: 1.75rem !important; }


.fs-30 {
    font-size: 1.875rem !important; }

.fs-32 {
    font-size: 2rem !important; }
.fs-33 {
    font-size: 2.063rem !important; 
}
.fs-34 {
    font-size: 2.125rem !important; }

.fs-35 {
    font-size: 2.188rem !important; }

.fs-36 {
    font-size: 2.25rem !important; }


.fs-38 {
    font-size: 2.375rem !important; }


.fs-40 {
    font-size: 2.5rem !important; }


.fs-42 {
    font-size: 2.625rem !important; }


.fs-44 {
    font-size: 2.75rem !important; }


.fs-46 {
    font-size: 2.875rem !important; }


.fs-48 {
    font-size: 3rem !important; }


.fs-50 {
    font-size: 3.125rem !important; }


.fs-52 {
    font-size: 3.25rem !important; }


.fs-54 {
    font-size: 3.375rem !important; }


.fs-55 {
    font-size: 3.4375rem !important; }

.fs-56 {
    font-size: 3.5rem !important; }


.fs-58 {
    font-size: 3.625rem !important; }


.fs-60 {
    font-size: 3.75rem !important; }
.fs-65 {
    font-size:4.0625rem !important; }

.fs-70 {
    font-size: 4.375rem !important; }

.fs-75 {
    font-size: 4.6875rem !important; }
.fs-80 {
    font-size: 5rem !important; }

.fs-base {
    font-size: 0.875rem !important; }

@media (max-width:1150px){

.fs-lg-9 {
    font-size: 0.5625rem !important; }


.fs-lg-10 {
    font-size: 0.625rem !important; }


.fs-lg-11 {
    font-size: 0.6875rem !important; }


.fs-lg-12 {
    font-size: 0.75rem !important; }


.fs-lg-13 {
    font-size: 0.8125rem !important; }


.fs-lg-14 {
    font-size: 0.875rem !important; }


.fs-lg-15 {
    font-size: 0.9375rem !important; }


.fs-lg-16 {
    font-size: 1rem !important; }

.fs-lg-17 {
    font-size: 1.063rem !important; }

.fs-lg-18 {
    font-size: 1.125rem !important; }


.fs-lg-20 {
    font-size: 1.25rem !important; }


.fs-lg-22 {
    font-size: 1.375rem !important; }

.fs-lg-23 {
    font-size: 1.438rem !important; }

.fs-lg-24 {
    font-size: 1.5rem !important; }

.fs-lg-25 {
    font-size: 1.5625rem !important; }

.fs-lg-26 {
    font-size: 1.625rem !important; }


.fs-lg-28 {
    font-size: 1.75rem !important; }


.fs-lg-30 {
    font-size: 1.875rem !important; }

.fs-lg-32 {
    font-size: 2rem !important; }
.fs-lg-33 {
    font-size: 2.063rem !important; 
}
.fs-lg-34 {
    font-size: 2.125rem !important; }

.fs-lg-35 {
    font-size: 2.188rem !important; }

.fs-lg-36 {
    font-size: 2.25rem !important; }


.fs-lg-38 {
    font-size: 2.375rem !important; }


.fs-lg-40 {
    font-size: 2.5rem !important; }


.fs-lg-42 {
    font-size: 2.625rem !important; }


.fs-lg-44 {
    font-size: 2.75rem !important; }


.fs-lg-46 {
    font-size: 2.875rem !important; }


.fs-lg-48 {
    font-size: 3rem !important; }


.fs-lg-50 {
    font-size: 3.125rem !important; }


.fs-lg-52 {
    font-size: 3.25rem !important; }


.fs-lg-54 {
    font-size: 3.375rem !important; }


.fs-lg-55 {
    font-size: 3.4375rem !important; }

.fs-lg-56 {
    font-size: 3.5rem !important; }


.fs-lg-58 {
    font-size: 3.625rem !important; }


.fs-lg-60 {
    font-size: 3.75rem !important; }
.fs-lg-65 {
    font-size:4.0625rem !important; }

.fs-lg-70 {
    font-size: 4.375rem !important; }

.fs-lg-75 {
    font-size: 4.6875rem !important; }
.fs-lg-80 {
    font-size: 5rem !important; }

.fs-lg-base {
    font-size: 0.875rem !important; }
}

@media (max-width:768px){

.fs-md-9 {
    font-size: 0.5625rem !important; }


.fs-md-10 {
    font-size: 0.625rem !important; }


.fs-md-11 {
    font-size: 0.6875rem !important; }


.fs-md-12 {
    font-size: 0.75rem !important; }


.fs-md-13 {
    font-size: 0.8125rem !important; }


.fs-md-14 {
    font-size: 0.875rem !important; }


.fs-md-15 {
    font-size: 0.9375rem !important; }


.fs-md-16 {
    font-size: 1rem !important; }

.fs-md-17 {
    font-size: 1.063rem !important; }

.fs-md-18 {
    font-size: 1.125rem !important; }


.fs-md-20 {
    font-size: 1.25rem !important; }


.fs-md-22 {
    font-size: 1.375rem !important; }

.fs-md-23 {
    font-size: 1.438rem !important; }

.fs-md-24 {
    font-size: 1.5rem !important; }

.fs-md-25 {
    font-size: 1.5625rem !important; }

.fs-md-26 {
    font-size: 1.625rem !important; }


.fs-md-28 {
    font-size: 1.75rem !important; }


.fs-md-30 {
    font-size: 1.875rem !important; }

.fs-md-32 {
    font-size: 2rem !important; }
.fs-md-33 {
    font-size: 2.063rem !important; 
}
.fs-md-34 {
    font-size: 2.125rem !important; }

.fs-md-35 {
    font-size: 2.188rem !important; }

.fs-md-36 {
    font-size: 2.25rem !important; }


.fs-md-38 {
    font-size: 2.375rem !important; }


.fs-md-40 {
    font-size: 2.5rem !important; }


.fs-md-42 {
    font-size: 2.625rem !important; }


.fs-md-44 {
    font-size: 2.75rem !important; }


.fs-md-46 {
    font-size: 2.875rem !important; }


.fs-md-48 {
    font-size: 3rem !important; }


.fs-md-50 {
    font-size: 3.125rem !important; }


.fs-md-52 {
    font-size: 3.25rem !important; }


.fs-md-54 {
    font-size: 3.375rem !important; }


.fs-md-55 {
    font-size: 3.4375rem !important; }

.fs-md-56 {
    font-size: 3.5rem !important; }


.fs-md-58 {
    font-size: 3.625rem !important; }


.fs-md-60 {
    font-size: 3.75rem !important; }
.fs-md-65 {
    font-size:4.0625rem !important; }

.fs-md-70 {
    font-size: 4.375rem !important; }

.fs-md-75 {
    font-size: 4.6875rem !important; }
.fs-md-80 {
    font-size: 5rem !important; }

.fs-md-base {
    font-size: 0.875rem !important; }
}

@media (max-width:579px){
    
.fs-sm-9 {
    font-size: 0.5625rem !important; }


.fs-sm-10 {
    font-size: 0.625rem !important; }


.fs-sm-11 {
    font-size: 0.6875rem !important; }


.fs-sm-12 {
    font-size: 0.75rem !important; }


.fs-sm-13 {
    font-size: 0.8125rem !important; }


.fs-sm-14 {
    font-size: 0.875rem !important; }


.fs-sm-15 {
    font-size: 0.9375rem !important; }


.fs-sm-16 {
    font-size: 1rem !important; }

.fs-sm-17 {
    font-size: 1.063rem !important; }

.fs-sm-18 {
    font-size: 1.125rem !important; }


.fs-sm-20 {
    font-size: 1.25rem !important; }


.fs-sm-22 {
    font-size: 1.375rem !important; }

.fs-sm-23 {
    font-size: 1.438rem !important; }

.fs-sm-24 {
    font-size: 1.5rem !important; }

.fs-sm-25 {
    font-size: 1.5625rem !important; }

.fs-sm-26 {
    font-size: 1.625rem !important; }


.fs-sm-28 {
    font-size: 1.75rem !important; }


.fs-sm-30 {
    font-size: 1.875rem !important; }

.fs-sm-32 {
    font-size: 2rem !important; }
.fs-sm-33 {
    font-size: 2.063rem !important; 
}
.fs-sm-34 {
    font-size: 2.125rem !important; }

.fs-sm-35 {
    font-size: 2.188rem !important; }

.fs-sm-36 {
    font-size: 2.25rem !important; }


.fs-sm-38 {
    font-size: 2.375rem !important; }


.fs-sm-40 {
    font-size: 2.5rem !important; }


.fs-sm-42 {
    font-size: 2.625rem !important; }


.fs-sm-44 {
    font-size: 2.75rem !important; }


.fs-sm-46 {
    font-size: 2.875rem !important; }


.fs-sm-48 {
    font-size: 3rem !important; }


.fs-sm-50 {
    font-size: 3.125rem !important; }


.fs-sm-52 {
    font-size: 3.25rem !important; }


.fs-sm-54 {
    font-size: 3.375rem !important; }


.fs-sm-55 {
    font-size: 3.4375rem !important; }

.fs-sm-56 {
    font-size: 3.5rem !important; }


.fs-sm-58 {
    font-size: 3.625rem !important; }


.fs-sm-60 {
    font-size: 3.75rem !important; }
.fs-sm-65 {
    font-size:4.0625rem !important; }

.fs-sm-70 {
    font-size: 4.375rem !important; }

.fs-sm-75 {
    font-size: 4.6875rem !important; }
.fs-sm-80 {
    font-size: 5rem !important; }

.fs-sm-base {
    font-size: 0.875rem !important; }
}
@media (max-width:576px){
    .mw-sm-100 {
    max-width: 100% !important; }
    .mw-sm-70 {
    max-width: 70% !important; }
    .mw-sm-90 {
    max-width: 90% !important; }
}

/* Text Helpers
========================*/
.text-underline {
    text-decoration: underline !important; }

/* Line Height
========================*/

.lh-10 {
    line-height: 0.625rem; }


.lh-11 {
    line-height: 0.6875rem; }


.lh-12 {
    line-height: 0.75rem; }


.lh-13 {
    line-height: 0.8125rem; }


.lh-14 {
    line-height: 0.875rem; }


.lh-15 {
    line-height: 0.9375rem; }


.lh-16 {
    line-height: 1rem !important; }


.lh-17 {
    line-height: 1.0625rem; }


.lh-18 {
    line-height: 1.125rem; }


.lh-19 {
    line-height: 1.1875rem; }


.lh-20 {
    line-height: 1.25rem !important; }


.lh-21 {
    line-height: 1.3125rem; }


.lh-22 {
    line-height: 1.375rem; }


.lh-23 {
    line-height: 1.4375rem; }


.lh-24 {
    line-height: 1.5rem; }


.lh-25 {
    line-height: 1.5625rem; }


.lh-26 {
    line-height: 1.625rem; }


.lh-27 {
    line-height: 1.6875rem; }


.lh-28 {
    line-height: 1.75rem; }


.lh-29 {
    line-height: 1.8125rem; }


.lh-30 {
    line-height: 1.875rem; }


.lh-31 {
    line-height: 1.9375rem; }


.lh-32 {
    line-height: 2rem; }


.lh-33 {
    line-height: 2.0625rem !important; }


.lh-34 {
    line-height: 2.125rem; }


.lh-35 {
    line-height: 2.1875rem; }


.lh-36 {
    line-height: 2.25rem; }


.lh-37 {
    line-height: 2.3125rem; }


.lh-38 {
    line-height: 2.375rem; }


.lh-39 {
    line-height: 2.4375rem; }


.lh-40 {
    line-height: 2.5rem; }


.lh-41 {
    line-height: 2.5625rem; }


.lh-42 {
    line-height: 2.625rem; }


.lh-43 {
    line-height: 2.6875rem; }


.lh-44 {
    line-height: 2.75rem; }


.lh-45 {
    line-height: 2.8125rem; }

.lh-50 {
    line-height: 3.125rem; }

.lh-55 {
    line-height: 3.4375rem; }

.lh-60 {
    line-height: 3.75rem; }

.lh-65 {
    line-height: 4.0625rem; }

.lh-70 {
    line-height: 4.375rem; }

.lh-75 {
    line-height: 4.6875rem; }

.lh-80 {
    line-height: 5rem; }

@media (max-width:1024px){
    
.lh-lg-10 {
    line-height: 0.625rem; }


.lh-lg-11 {
    line-height: 0.6875rem; }


.lh-lg-12 {
    line-height: 0.75rem; }


.lh-lg-13 {
    line-height: 0.8125rem; }


.lh-lg-14 {
    line-height: 0.875rem !important; }


.lh-lg-15 {
    line-height: 0.9375rem !important; }


.lh-lg-16 {
    line-height: 1rem !important; }


.lh-lg-17 {
    line-height: 1.0625rem; }


.lh-lg-18 {
    line-height: 1.125rem !important; }


.lh-lg-19 {
    line-height: 1.1875rem !important; }


.lh-lg-20 {
    line-height: 1.25rem !important; }


.lh-lg-21 {
    line-height: 1.3125rem !important; }


.lh-lg-22 {
    line-height: 1.375rem !important;; }


.lh-lg-23 {
    line-height: 1.4375rem !important; }


.lh-lg-24 {
    line-height: 1.5rem !important; }


.lh-lg-25 {
    line-height: 1.5625rem; }


.lh-lg-26 {
    line-height: 1.625rem; }


.lh-lg-27 {
    line-height: 1.6875rem; }


.lh-lg-28 {
    line-height: 1.75rem; }


.lh-lg-29 {
    line-height: 1.8125rem; }


.lh-lg-30 {
    line-height: 1.875rem; }


.lh-lg-31 {
    line-height: 1.9375rem; }


.lh-lg-32 {
    line-height: 2rem; }


.lh-lg-33 {
    line-height: 2.0625rem !important; }


.lh-lg-34 {
    line-height: 2.125rem; }


.lh-lg-35 {
    line-height: 2.1875rem; }


.lh-lg-36 {
    line-height: 2.25rem; }


.lh-lg-37 {
    line-height: 2.3125rem; }


.lh-lg-38 {
    line-height: 2.375rem; }


.lh-lg-39 {
    line-height: 2.4375rem; }


.lh-lg-40 {
    line-height: 2.5rem; }


.lh-lg-41 {
    line-height: 2.5625rem; }


.lh-lg-42 {
    line-height: 2.625rem; }


.lh-lg-43 {
    line-height: 2.6875rem; }


.lh-lg-44 {
    line-height: 2.75rem; }


.lh-lg-45 {
    line-height: 2.8125rem; }

.lh-lg-50 {
    line-height: 3.125rem; }

.lh-lg-55 {
    line-height: 3.4375rem; }

.lh-lg-60 {
    line-height: 3.75rem; }

.lh-lg-65 {
    line-height: 4.0625rem; }

.lh-lg-70 {
    line-height: 4.375rem; }

.lh-lg-75 {
    line-height: 4.6875rem; }

.lh-lg-80 {
    line-height: 5rem; }

}
@media (max-width:768px){
    
.lh-md-10 {
    line-height: 0.625rem; }


.lh-md-11 {
    line-height: 0.6875rem; }


.lh-md-12 {
    line-height: 0.75rem; }


.lh-md-13 {
    line-height: 0.8125rem; }


.lh-md-14 {
    line-height: 0.875rem !important; }


.lh-md-15 {
    line-height: 0.9375rem !important; }


.lh-md-16 {
    line-height: 1rem !important; }


.lh-md-17 {
    line-height: 1.0625rem !important; }


.lh-md-18 {
    line-height: 1.125rem !important; }


.lh-md-19 {
    line-height: 1.1875rem !important; }


.lh-md-20 {
    line-height: 1.25rem !important; }


.lh-md-21 {
    line-height: 1.3125rem !important; }


.lh-md-22 {
    line-height: 1.375rem !important; }


.lh-md-23 {
    line-height: 1.4375rem !important; }


.lh-md-24 {
    line-height: 1.5rem !important; }


.lh-md-25 {
    line-height: 1.5625rem; }


.lh-md-26 {
    line-height: 1.625rem; }


.lh-md-27 {
    line-height: 1.6875rem; }


.lh-md-28 {
    line-height: 1.75rem; }


.lh-md-29 {
    line-height: 1.8125rem; }


.lh-md-30 {
    line-height: 1.875rem; }


.lh-md-31 {
    line-height: 1.9375rem; }


.lh-md-32 {
    line-height: 2rem; }


.lh-md-33 {
    line-height: 2.0625rem !important; }


.lh-md-34 {
    line-height: 2.125rem; }


.lh-md-35 {
    line-height: 2.1875rem; }


.lh-md-36 {
    line-height: 2.25rem; }


.lh-md-37 {
    line-height: 2.3125rem; }


.lh-md-38 {
    line-height: 2.375rem; }


.lh-md-39 {
    line-height: 2.4375rem; }


.lh-md-40 {
    line-height: 2.5rem; }


.lh-md-41 {
    line-height: 2.5625rem; }


.lh-md-42 {
    line-height: 2.625rem; }


.lh-md-43 {
    line-height: 2.6875rem; }


.lh-md-44 {
    line-height: 2.75rem; }


.lh-md-45 {
    line-height: 2.8125rem; }

.lh-md-50 {
    line-height: 3.125rem; }

.lh-md-55 {
    line-height: 3.4375rem; }

.lh-md-60 {
    line-height: 3.75rem; }

.lh-md-65 {
    line-height: 4.0625rem; }

.lh-md-70 {
    line-height: 4.375rem; }

.lh-md-75 {
    line-height: 4.6875rem; }

.lh-md-80 {
    line-height: 5rem; }

}
@media (max-width:576px){
    
.lh-sm-10 {
    line-height: 0.625rem; }


.lh-sm-11 {
    line-height: 0.6875rem; }


.lh-sm-12 {
    line-height: 0.75rem; }


.lh-sm-13 {
    line-height: 0.8125rem; }


.lh-sm-14 {
    line-height: 0.875rem !important; }


.lh-sm-15 {
    line-height: 0.9375rem !important; }


.lh-sm-16 {
    line-height: 1rem !important; }


.lh-sm-17 {
    line-height: 1.0625rem; }


.lh-sm-18 {
    line-height: 1.125rem; }


.lh-sm-19 {
    line-height: 1.1875rem; }


.lh-sm-20 {
    line-height: 1.25rem !important; }


.lh-sm-21 {
    line-height: 1.3125rem; }


.lh-sm-22 {
    line-height: 1.375rem; }


.lh-sm-23 {
    line-height: 1.4375rem; }


.lh-sm-24 {
    line-height: 1.5rem; }


.lh-sm-25 {
    line-height: 1.5625rem; }


.lh-sm-26 {
    line-height: 1.625rem; }


.lh-sm-27 {
    line-height: 1.6875rem; }


.lh-sm-28 {
    line-height: 1.75rem; }


.lh-sm-29 {
    line-height: 1.8125rem; }


.lh-sm-30 {
    line-height: 1.875rem; }


.lh-sm-31 {
    line-height: 1.9375rem; }


.lh-sm-32 {
    line-height: 2rem; }


.lh-sm-33 {
    line-height: 2.0625rem !important; }


.lh-sm-34 {
    line-height: 2.125rem; }


.lh-sm-35 {
    line-height: 2.1875rem; }


.lh-sm-36 {
    line-height: 2.25rem; }


.lh-sm-37 {
    line-height: 2.3125rem; }


.lh-sm-38 {
    line-height: 2.375rem; }


.lh-sm-39 {
    line-height: 2.4375rem; }


.lh-sm-40 {
    line-height: 2.5rem; }


.lh-sm-41 {
    line-height: 2.5625rem; }


.lh-sm-42 {
    line-height: 2.625rem; }


.lh-sm-43 {
    line-height: 2.6875rem; }


.lh-sm-44 {
    line-height: 2.75rem; }


.lh-sm-45 {
    line-height: 2.8125rem; }

.lh-sm-50 {
    line-height: 3.125rem; }

.lh-sm-55 {
    line-height: 3.4375rem; }

.lh-sm-60 {
    line-height: 3.75rem; }

.lh-sm-65 {
    line-height: 4.0625rem; }

.lh-sm-70 {
    line-height: 4.375rem; }

.lh-sm-75 {
    line-height: 4.6875rem; }

.lh-sm-80 {
    line-height: 5rem; }

}
/*********************************************
******************RTL***********************
*********************************************/
body.rtl {
    direction: rtl; 
}
body.rtl ol, body.rtl ul {
    padding-right: 2.1875rem; 
}
body.rtl .text-right-rtl {
    text-align: right !important; 
}
body.rtl .text-left-rtl {
    text-align: left !important; 
}
body.rtl .btn-group {
    direction: ltr; 
}
body.rtl .pagination,
body.rtl .pager {
    padding-right: 30px; 
}

body.rtl .ltr {
    text-align: right; 
}
.mr-lr-auto {
    margin-left: auto;
    margin-right: auto; }

body.rtl .pd-t-0-rtl,
body.rtl .pd-tb-0-rtl,
.pd-t-0,
.pd-tb-0 {
    padding-top: 0rem !important; }

body.rtl .pd-b-0-rtl,
body.rtl .pd-tb-0-rtl,
.pd-b-0,
.pd-tb-0 {
    padding-bottom: 0rem !important; }

body.rtl .pd-0-rtl,
.pd-0 {
    padding: 0rem !important; }

body.rtl .mr-t-0-rtl,
body.rtl .mr-tb-0-rtl,
.mr-t-0,
.mr-tb-0 {
    margin-top: 0rem !important; }

body.rtl .mr-b-0-rtl,
body.rtl .mr-tb-0-rtl,
.mr-b-0,
.mr-tb-0 {
    margin-bottom: 0rem !important; }
body.rtl .mr-b-1-rtl,
body.rtl .mr-tb-1-rtl,
.mr-b-1,
.mr-tb-1 {
    margin-bottom: 0.0625rem !important;
}
body.rtl .mr-b-2-rtl,
body.rtl .mr-tb-2-rtl,
.mr-b-2,
.mr-tb-2 {
    margin-bottom: 0.125rem !important; }

body.rtl .mr-0-rtl, body.rtl .mx-0-rtl, body.rtl .m-0-rtl,
.mr-0 {
    margin: 0rem !important; }

body.rtl .pd-t-5-rtl,
body.rtl .pd-tb-5-rtl,
.pd-t-5,
.pd-tb-5 {
    padding-top: 0.3125rem !important; }

body.rtl .pd-b-5-rtl,
body.rtl .pd-tb-5-rtl,
.pd-b-5,
.pd-tb-5 {
    padding-bottom: 0.3125rem !important; }

body.rtl .pd-5-rtl,
.pd-5 {
    padding: 0.3125rem !important; 
}

/****   PADDING 3 *****/

    body.rtl .pd-3-rtl,
    .pd-3{
        padding: 0.1875rem !important; 
    }

    body.rtl .pd-t-3-rtl,
    body.rtl .pd-tb-3-rtl,
    .pd-tb-3,
    .pd-t-3{
        padding-top: 0.1875rem !important; 
    }

    body.rtl .pd-b-3-rtl,
    body.rtl .pd-tb-3-rtl,
    .pd-tb-3,
    .pd-b-3{
        padding-bottom: 0.1875rem !important; 
    }

    body.rtl .pd-l-3-rtl,
    body.rtl .pd-lr-3-rtl,
    .pd-lr-3,
    .pd-l-3{
        padding-left: 0.1875rem !important; 
    }

    body.rtl .pd-r-3-rtl,
    body.rtl .pd-lr-3-rtl,
    .pd-lr-3,
    .pd-r-3{
        padding-right: 0.1875rem !important; 
    }


/****   MARGIN 3 *****/

    body.rtl .mr-3-rtl,
    .mr-3{
        margin: 0.1875rem !important; 
    }

    body.rtl .mr-t-3-rtl,
    body.rtl .mr-tb-3-rtl,
    .mr-tb-3,
    .mr-t-3{
        margin-top: 0.1875rem !important; 
    }

    body.rtl .mr-r-3-rtl,
    body.rtl .mr-lr-3-rtl,
    .mr-lr-3,
    .mr-r-3{
        margin-right: 0.1875rem !important; 
    }

    body.rtl .mr-b-3-rtl,
    body.rtl .mr-tb-3-rtl,
    .mr-tb-3,
    .mr-b-3{
        margin-bottom: 0.1875rem !important; 
    }

    body.rtl .mr-l-3-rtl,
    body.rtl .mr-lr-3-rtl,
    .mr-lr-3,
    .mr-l-3{
        margin-left: 0.1875rem !important; 
    }

/****   PADDING 7 *****/

    body.rtl .pd-7-rtl,
    .pd-7{
        padding: 0.4375rem!important; 
    }

    body.rtl .pd-t-7-rtl,
    body.rtl .pd-tb-7-rtl,
    .pd-tb-7,
    .pd-t-7{
        padding-top: 0.4375rem !important; 
    }

    body.rtl .pd-b-7-rtl,
    body.rtl .pd-tb-7-rtl,
    .pd-tb-7,
    .pd-b-7{
        padding-bottom: 0.4375rem !important; 
    }

    body.rtl .pd-l-7-rtl,
    body.rtl .pd-lr-7-rtl,
    .pd-lr-7,
    .pd-l-7{
        padding-left: 0.4375rem !important; 
    }

    body.rtl .pd-r-7-rtl,
    body.rtl .pd-lr-7-rtl,
    .pd-lr-7,
    .pd-r-7{
        padding-right: 0.4375rem !important; 
    }


/****   MARGIN 7 *****/

    body.rtl .mr-7-rtl,
    .mr-7{
        margin: 0.4375rem !important; 
    }

    body.rtl .mr-t-7-rtl,
    body.rtl .mr-tb-7-rtl,
    .mr-tb-7,
    .mr-t-7{
        margin-top: 0.4375rem !important; 
    }

    body.rtl .mr-r-7-rtl,
    body.rtl .mr-lr-7-rtl,
    .mr-lr-7,
    .mr-r-7{
        margin-right: 0.4375rem !important; 
    }

    body.rtl .mr-b-7-rtl,
    body.rtl .mr-tb-7-rtl,
    .mr-tb-7,
    .mr-b-7{
        margin-bottom: 0.4375rem !important; 
    }

    body.rtl .mr-l-7-rtl,
    body.rtl .mr-lr-7-rtl,
    .mr-lr-7,
    .mr-l-7{
        margin-left: 0.4375rem !important; 
    }
/****   PADDING 9 *****/

    body.rtl .pd-9-rtl,
    .pd-9{
        padding: 0.5625rem !important; 
    }

    body.rtl .pd-t-9-rtl,
    body.rtl .pd-tb-9-rtl,
    .pd-tb-9,
    .pd-t-9{
        padding-top: 0.5625rem !important; 
    }

    body.rtl .pd-b-9-rtl,
    body.rtl .pd-tb-9-rtl,
    .pd-tb-9,
    .pd-b-9{
        padding-bottom: 0.5625rem !important; 
    }

    body.rtl .pd-l-9-rtl,
    body.rtl .pd-lr-9-rtl,
    .pd-lr-9,
    .pd-l-9{
        padding-left: 0.5625rem !important; 
    }

    body.rtl .pd-r-9-rtl,
    body.rtl .pd-lr-9-rtl,
    .pd-lr-9,
    .pd-r-9{
        padding-right: 0.5625rem !important; 
    }


/****   MARGIN 9 *****/

    body.rtl .mr-9-rtl,
    .mr-9{
        margin: 0.5625rem !important; 
    }

    body.rtl .mr-t-9-rtl,
    body.rtl .mr-tb-9-rtl,
    .mr-tb-9,
    .mr-t-9{
        margin-top: 0.5625rem !important; 
    }

    body.rtl .mr-r-9-rtl,
    body.rtl .mr-lr-9-rtl,
    .mr-lr-9,
    .mr-r-9{
        margin-right: 0.5625rem !important; 
    }

    body.rtl .mr-b-9-rtl,
    body.rtl .mr-tb-9-rtl,
    .mr-tb-9,
    .mr-b-9{
        margin-bottom: 0.5625rem !important; 
    }

    body.rtl .mr-l-9-rtl,
    body.rtl .mr-lr-9-rtl,
    .mr-lr-9,
    .mr-l-9{
        margin-left: 0.5625rem !important; 
    }
    
/****   PADDING 10 *****/

    body.rtl .pd-10-rtl,
    .pd-10{
        padding: 0.625rem !important; 
    }

    body.rtl .pd-t-10-rtl,
    body.rtl .pd-tb-10-rtl,
    .pd-tb-10,
    .pd-t-10{
        padding-top: 0.625rem !important; 
    }

    body.rtl .pd-b-10-rtl,
    body.rtl .pd-tb-10-rtl,
    .pd-tb-10,
    .pd-b-10{
        padding-bottom: 0.625rem !important; 
    }

    body.rtl .pd-l-10-rtl,
    body.rtl .pd-lr-10-rtl,
    .pd-lr-10,
    .pd-l-10{
        padding-left: 0.625rem !important; 
    }
    
    body.rtl .pd-l-100-rtl,
    body.rtl .pd-lr-100-rtl,
    .pd-lr-100,
    .pd-l-100{
        padding-left: 6.25rem !important; 
    }

    body.rtl .pd-r-10-rtl,
    body.rtl .pd-lr-10-rtl,
    .pd-lr-10,
    .pd-r-10{
        padding-right: 0.625rem !important; 
    }
    body.rtl .pd-r-100-rtl,
    body.rtl .pd-lr-100-rtl,
    .pd-lr-100,
    .pd-r-100{
        padding-right: 6.25rem !important; 
    }

/****   MARGIN 10 *****/

    body.rtl .mr-10-rtl,
    .mr-10{
        margin: 0.625rem !important; 
    }

    body.rtl .mr-t-10-rtl,
    body.rtl .mr-tb-10-rtl,
    .mr-tb-10,
    .mr-t-10{
        margin-top: 0.625rem !important; 
    }

    body.rtl .mr-r-10-rtl,
    body.rtl .mr-lr-10-rtl,
    .mr-lr-10,
    .mr-r-10{
        margin-right: 0.625rem !important; 
    }

    body.rtl .mr-b-10-rtl,
    body.rtl .mr-tb-10-rtl,
    .mr-tb-10,
    .mr-b-10{
        margin-bottom: 0.625rem !important; 
    }

    body.rtl .mr-l-10-rtl,
    body.rtl .mr-lr-10-rtl,
    .mr-lr-10,
    .mr-l-10{
        margin-left: 0.625rem!important; 
    }
    
/****   PADDING 12 *****/

    body.rtl .pd-12-rtl,
    .pd-12{
        padding: 0.75rem !important; 
    }

    body.rtl .pd-t-12-rtl,
    body.rtl .pd-tb-12-rtl,
    .pd-tb-12,
    .pd-t-12{
        padding-top: 0.75rem !important; 
    }

    body.rtl .pd-b-12-rtl,
    body.rtl .pd-tb-12-rtl,
    .pd-tb-12,
    .pd-b-12{
        padding-bottom: 0.75rem !important; 
    }

    body.rtl .pd-l-12-rtl,
    body.rtl .pd-lr-12-rtl,
    .pd-lr-12,
    .pd-l-12{
        padding-left: 0.75rem !important; 
    }

    body.rtl .pd-r-12-rtl,
    body.rtl .pd-lr-12-rtl,
    .pd-lr-12,
    .pd-r-12{
        padding-right: 0.75rem !important; 
    }


/****   MARGIN 12 *****/

    body.rtl .mr-12-rtl,
    .mr-12{
        margin: 0.75rem !important; 
    }

    body.rtl .mr-t-12-rtl,
    body.rtl .mr-tb-12-rtl,
    .mr-tb-12,
    .mr-t-12{
        margin-top: 0.75rem !important; 
    }

    body.rtl .mr-r-12-rtl,
    body.rtl .mr-lr-12-rtl,
    .mr-lr-12,
    .mr-r-12{
        margin-right: 0.75rem !important; 
    }

    body.rtl .mr-b-12-rtl,
    body.rtl .mr-tb-12-rtl,
    .mr-tb-12,
    .mr-b-12{
        margin-bottom: 0.75rem !important; 
    }

    body.rtl .mr-l-12-rtl,
    body.rtl .mr-lr-12-rtl,
    .mr-lr-12,
    .mr-l-12{
        margin-left: 0.75rem !important; 
    }


body.rtl .mr-t-5-rtl,
body.rtl .mr-tb-5-rtl,
.mr-t-5,
.mr-tb-5 {
    margin-top: 0.3125rem !important; }

body.rtl .mr-t-8-rtl,
body.rtl .mr-tb-8-rtl,
.mr-t-8,
.mr-tb-8 {
    margin-top: 0.5rem !important; }

body.rtl .mr-b-8-rtl,
body.rtl .mr-tb-8-rtl,
.mr-b-8,
.mr-tb-8 {
    margin-bottom: 0.5rem !important; }

body.rtl .mr-l-8-rtl,
body.rtl .mr-lr-8-rtl,
.mr-l-8,
.mr-lr-8 {
    margin-left: 0.5rem !important; }

body.rtl .mr-r-8-rtl,
body.rtl .mr-lr-8-rtl,
.mr-r-8,
.mr-lr-8 {
    margin-right: 0.5rem !important; }


body.rtl .mr-t-7-rtl,
body.rtl .mr-tb-7-rtl,
.mr-t-7,
.mr-tb-7 {
    margin-top: 0.4375rem !important; }

body.rtl .mr-b-5-rtl,
body.rtl .mr-tb-5-rtl,
.mr-b-5,
.mr-tb-5 {
    margin-bottom: 0.3125rem !important; }

body.rtl .mr-5-rtl, body.rtl .mx-5-rtl, body.rtl .m-5-rtl,
.mr-5 {
    margin: 0.3125rem !important; }

body.rtl .pd-7-rtl,
.pd-7{
    padding: 0.4375rem !important; }

body.rtl .pd-t-10-rtl,
body.rtl .pd-tb-10-rtl,
.pd-t-10,
.pd-tb-10 {
    padding-top: 0.625rem !important; }

body.rtl .pd-b-10-rtl,
body.rtl .pd-tb-10-rtl,
.pd-b-10,
.pd-tb-10 {
    padding-bottom: 0.625rem !important; }

body.rtl .pd-t-15-rtl,
body.rtl .pd-tb-15-rtl,
.pd-t-15,
.pd-tb-15 {
    padding-top: 0.9375rem !important; }

body.rtl .pd-b-15-rtl,
body.rtl .pd-tb-15-rtl,
.pd-b-15,
.pd-tb-15 {
    padding-bottom: 0.9375rem !important; }

body.rtl .pd-10-rtl,
.pd-10 {
    padding: 0.625rem !important; }

body.rtl .mr-t-10-rtl,
body.rtl .mr-tb-10-rtl,
.mr-t-10,
.mr-tb-10 {
    margin-top: 0.625rem !important; }

body.rtl .mr-t-12-rtl,
body.rtl .mr-tb-12-rtl,
.mr-t-12,
.mr-tb-12 {
    margin-top: 0.75rem !important; }

body.rtl .mr-b-10-rtl,
body.rtl .mr-tb-10-rtl,
.mr-b-10,
.mr-tb-10 {
    margin-bottom: 0.625rem !important; }

body.rtl .mr-b-15-rtl,
body.rtl .mr-tb-15-rtl,
.mr-b-15,
.mr-tb-15 {
    margin-bottom: 0.9375rem !important; }
body.rtl .mr-t-15-rtl,
body.rtl .mr-tb-15-rtl,
.mr-t-15,
.mr-tb-15 {
    margin-top: 0.9375rem !important; }

body.rtl .mr-10-rtl,
.mr-10 {
    margin: 0.625rem !important; }

body.rtl .pd-t-20-rtl,
body.rtl .pd-tb-20-rtl,
.pd-t-20,
.pd-tb-20 {
    padding-top: 1.25rem !important; }

body.rtl .pd-b-20-rtl,
body.rtl .pd-tb-20-rtl,
.pd-b-20,
.pd-tb-20 {
    padding-bottom: 1.25rem !important; }

body.rtl .pd-b-25-rtl,
body.rtl .pd-tb-25-rtl,
.pd-b-25,
.pd-tb-25 {
    padding-bottom: 1.563rem !important; }
body.rtl .pd-t-25-rtl,
body.rtl .pd-tb-25-rtl,
.pd-t-25,
.pd-tb-25 {
    padding-top: 1.563rem !important; }

body.rtl .pd-20-rtl,
.pd-20 {
    padding: 1.25rem !important; }
body.rtl .pd-25-rtl,
.pd-25 {
    padding: 1.563rem !important; }

body.rtl .mr-t-20-rtl,
body.rtl .mr-tb-20-rtl,
.mr-t-20,
.mr-tb-20 {
    margin-top: 1.25rem !important; }

body.rtl .mr-t-25-rtl,
body.rtl .mr-tb-25-rtl,
.mr-t-25,
.mr-tb-25 {
    margin-top: 1.563rem !important; }
body.rtl .mr-b-25-rtl,
body.rtl .mr-tb-25-rtl,
.mr-b-25,
.mr-tb-25 {
    margin-bottom: 1.563rem !important; }

body.rtl .mr-b-20-rtl,
body.rtl .mr-tb-20-rtl,
.mr-b-20,
.mr-tb-20 {
    margin-bottom: 1.25rem !important; }

body.rtl .mr-20-rtl,
.mr-20 {
    margin: 1.25rem !important; }

body.rtl .pd-t-30-rtl,
body.rtl .pd-tb-30-rtl,
.pd-t-30,
.pd-tb-30 {
    padding-top: 1.875rem !important; }

body.rtl .pd-b-30-rtl,
body.rtl .pd-tb-30-rtl,
.pd-b-30,
.pd-tb-30 {
    padding-bottom: 1.875rem !important; }

body.rtl .pd-30-rtl,
.pd-30 {
    padding: 1.875rem !important; }

body.rtl .mr-t-30-rtl,
body.rtl .mr-tb-30-rtl,
.mr-t-30,
.mr-tb-30 {
    margin-top: 1.875rem !important; }


/****   PADDING 12 *****/

    body.rtl .pd-35-rtl,
    .pd-35{
        padding:  2.188rem !important; 
    }

    body.rtl .pd-t-35-rtl,
    body.rtl .pd-tb-35-rtl,
    .pd-tb-35,
    .pd-t-35{
        padding-top:  2.188rem !important; 
    }

    body.rtl .pd-b-35-rtl,
    body.rtl .pd-tb-35-rtl,
    .pd-tb-35,
    .pd-b-35{
        padding-bottom:  2.188rem !important; 
    }

    body.rtl .pd-l-35-rtl,
    body.rtl .pd-lr-35-rtl,
    .pd-lr-35,
    .pd-l-35{
        padding-left:  2.188rem !important; 
    }

    body.rtl .pd-r-35-rtl,
    body.rtl .pd-lr-35-rtl,
    .pd-lr-35,
    .pd-r-35{
        padding-right:  2.188rem !important; 
    }


/****   MARGIN 35 *****/

    body.rtl .mr-35-rtl,
    .mr-35{
        margin: 0.75rem !important; 
    }

    body.rtl .mr-t-35-rtl,
    body.rtl .mr-tb-35-rtl,
    .mr-tb-35,
    .mr-t-35{
        margin-top: 2.188rem !important; 
    }

    body.rtl .mr-r-35-rtl,
    body.rtl .mr-lr-35-rtl,
    .mr-lr-35,
    .mr-r-35{
        margin-right:  2.188rem !important; 
    }

    body.rtl .mr-b-35-rtl,
    body.rtl .mr-tb-35-rtl,
    .mr-tb-35,
    .mr-b-35{
        margin-bottom:  2.188rem !important; 
    }

    body.rtl .mr-l-35-rtl,
    body.rtl .mr-lr-35-rtl,
    .mr-lr-35,
    .mr-l-35{
        margin-left:  2.188rem !important; 
    }



body.rtl .mr-b-35-rtl,
body.rtl .mr-tb-35-rtl,
.mr-b-35,
.mr-tb-35 {
    margin-bottom: 2.188rem !important; }

body.rtl .mr-b-30-rtl,
body.rtl .mr-tb-30-rtl,
.mr-b-30,
.mr-tb-30 {
    margin-bottom: 1.875rem !important; }

body.rtl .mr-30-rtl,
.mr-30 {
    margin: 1.875rem !important; }

body.rtl .pd-t-40-rtl,
body.rtl .pd-tb-40-rtl,
.pd-t-40,
.pd-tb-40 {
    padding-top: 2.5rem !important; }

body.rtl .pd-b-40-rtl,
body.rtl .pd-tb-40-rtl,
.pd-b-40,
.pd-tb-40 {
    padding-bottom: 2.5rem !important; }

body.rtl .pd-40-rtl,
.pd-40 {
    padding: 2.5rem !important; }

body.rtl .mr-t-40-rtl,
body.rtl .mr-tb-40-rtl,
.mr-t-40,
.mr-tb-40 {
    margin-top: 2.5rem !important; }
body.rtl .mr-t-45-rtl,
body.rtl .mr-tb-45-rtl,
.mr-t-45,
.mr-tb-45 {
    margin-top: 2.813rem !important; }

body.rtl .mr-b-45-rtl,
body.rtl .mr-tb-45-rtl,
.mr-b-45,
.mr-tb-45 {
    margin-bottom: 2.813rem !important; }
body.rtl .mr-b-45-rtl,
body.rtl .mr-tb-45-rtl,
.mr-b-45,
.mr-tb-45 {
    margin-top: 2.813rem !important; }

body.rtl .mr-b-40-rtl,
body.rtl .mr-tb-40-rtl,
.mr-b-40,
.mr-tb-40 {
    margin-bottom: 2.5rem !important; }

body.rtl .mr-40-rtl,
.mr-40 {
    margin: 2.5rem !important; }

body.rtl .pd-t-50-rtl,
body.rtl .pd-tb-50-rtl,
.pd-t-50,
.pd-tb-50 {
    padding-top: 3.125rem !important; }

body.rtl .pd-b-50-rtl,
body.rtl .pd-tb-50-rtl,
.pd-b-50,
.pd-tb-50 {
    padding-bottom: 3.125rem !important; }

body.rtl .pd-50-rtl,
.pd-50 {
    padding: 3.125rem !important; }

body.rtl .mr-t-50-rtl,
body.rtl .mr-tb-50-rtl,
.mr-t-50,
.mr-tb-50 {
    margin-top: 3.125rem !important; }

body.rtl .mr-b-50-rtl,
body.rtl .mr-tb-50-rtl,
.mr-b-50,
.mr-tb-50 {
    margin-bottom: 3.125rem !important; }

body.rtl .mr-50-rtl,
.mr-50 {
    margin: 3.125rem !important; }

body.rtl .pd-t-60-rtl,
body.rtl .pd-tb-60-rtl,
.pd-t-60,
.pd-tb-60 {
    padding-top: 3.75rem !important; }

body.rtl .pd-b-60-rtl,
body.rtl .pd-tb-60-rtl,
.pd-b-60,
.pd-tb-60 {
    padding-bottom: 3.75rem !important; }

body.rtl .pd-60-rtl,
.pd-60 {
    padding: 3.75rem !important; }

body.rtl .mr-t-60-rtl,
body.rtl .mr-tb-60-rtl,
.mr-t-60,
.mr-tb-60 {
    margin-top: 3.75rem !important; }

body.rtl .mr-b-60-rtl,
body.rtl .mr-tb-60-rtl,
.mr-b-60,
.mr-tb-60 {
    margin-bottom: 3.75rem !important; }

body.rtl .mr-60-rtl,
.mr-60 {
    margin: 3.75rem !important; }

body.rtl .pd-t-70-rtl,
body.rtl .pd-tb-70-rtl,
.pd-t-70,
.pd-tb-70 {
    padding-top: 4.375rem !important; }

body.rtl .pd-b-70-rtl,
body.rtl .pd-tb-70-rtl,
.pd-b-70,
.pd-tb-70 {
    padding-bottom: 4.375rem !important; }

body.rtl .pd-70-rtl,
.pd-70 {
    padding: 4.375rem !important; }

body.rtl .mr-t-70-rtl,
body.rtl .mr-tb-70-rtl,
.mr-t-70,
.mr-tb-70 {
    margin-top: 4.375rem !important; }

body.rtl .mr-b-70-rtl,
body.rtl .mr-tb-70-rtl,
.mr-b-70,
.mr-tb-70 {
    margin-bottom: 4.375rem !important; }

body.rtl .mr-70-rtl,
.mr-70 {
    margin: 4.375rem !important; }

body.rtl .pd-t-80-rtl,
body.rtl .pd-tb-80-rtl,
.pd-t-80,
.pd-tb-80 {
    padding-top: 5rem !important; }

body.rtl .pd-b-80-rtl,
body.rtl .pd-tb-80-rtl,
.pd-b-80,
.pd-tb-80 {
    padding-bottom: 5rem !important; }

body.rtl .pd-80-rtl,
.pd-80 {
    padding: 5rem !important; }

body.rtl .mr-t-80-rtl,
body.rtl .mr-tb-80-rtl,
.mr-t-80,
.mr-tb-80 {
    margin-top: 5rem !important; }

body.rtl .mr-b-80-rtl,
body.rtl .mr-tb-80-rtl,
.mr-b-80,
.mr-tb-80 {
    margin-bottom: 5rem !important; }

body.rtl .mr-80-rtl,
.mr-80 {
    margin: 5rem !important; }


/****   PADDING 85 *****/

    body.rtl .pd-85-rtl,
    .pd-85{
        padding: 5.3125rem !important; 
    }

    body.rtl .pd-t-85-rtl,
    body.rtl .pd-tb-85-rtl,
    .pd-tb-85,
    .pd-t-85{
        padding-top: 5.3125rem !important; 
    }

    body.rtl .pd-b-85-rtl,
    body.rtl .pd-tb-85-rtl,
    .pd-tb-85,
    .pd-b-85{
        padding-bottom: 5.3125rem !important; 
    }

    body.rtl .pd-l-85-rtl,
    body.rtl .pd-lr-85-rtl,
    .pd-lr-85,
    .pd-l-85{
        padding-left: 5.3125rem !important; 
    }

    body.rtl .pd-r-85-rtl,
    body.rtl .pd-lr-85-rtl,
    .pd-lr-85,
    .pd-r-85{
        padding-right: 5.3125rem !important; 
    }


/****   MARGIN 85 *****/

    body.rtl .mr-85-rtl,
    .mr-85{
        margin: 5.3125rem !important; 
    }

    body.rtl .mr-t-85-rtl,
    body.rtl .mr-tb-85-rtl,
    .mr-tb-85,
    .mr-t-85{
        margin-top: 5.3125rem !important; 
    }

    body.rtl .mr-r-85-rtl,
    body.rtl .mr-lr-85-rtl,
    .mr-lr-85,
    .mr-r-85{
        margin-right: 5.3125rem !important; 
    }

    body.rtl .mr-b-85-rtl,
    body.rtl .mr-tb-85-rtl,
    .mr-tb-85,
    .mr-b-85{
        margin-bottom: 5.3125rem !important; 
    }

    body.rtl .mr-l-85-rtl,
    body.rtl .mr-lr-85-rtl,
    .mr-lr-85,
    .mr-l-85{
        margin-left: 5.3125rem !important; 
    }

/****   PADDING 90  *****/

    body.rtl .pd-90-rtl,
    .pd-90 {
        padding: 5.625rem !important; }

    body.rtl .pd-t-90-rtl,
    body.rtl .pd-tb-90-rtl,
    .pd-t-90,
    .pd-tb-90 {
        padding-top: 5.625rem !important; }

    body.rtl .pd-b-90-rtl,
    body.rtl .pd-tb-90-rtl,
    .pd-b-90,
    .pd-tb-90 {
        padding-bottom: 5.625rem !important; }


    body.rtl .pd-l-90-rtl,
    body.rtl .pd-lr-90-rtl,
    .pd-l-90,
    .pd-lr-90 {
        padding-left: 5.625rem !important; }

    body.rtl .pd-r-90-rtl,
    body.rtl .pd-lr-90-rtl,
    .pd-r-90,
    .pd-lr-90 {
        padding-right: 5.625rem !important; }

/****   MARGIN 90 *****/

    body.rtl .mr-90-rtl,
    .mr-90 {
        margin: 5.625rem !important; }

    body.rtl .mr-l-90-rtl,
    body.rtl .mr-lr-90-rtl,
    .mr-l-90,
    .mr-lr-90 {
        margin-left: 5.625rem !important; }

    body.rtl .mr-r-90-rtl,
    body.rtl .mr-lr-90-rtl,
    .mr-r-90,
    .mr-lr-90 {
        margin-right: 5.625rem !important; }


    body.rtl .mr-t-90-rtl,
    body.rtl .mr-tb-90-rtl,
    .mr-t-90,
    .mr-tb-90 {
        margin-top: 5.625rem !important; }

    body.rtl .mr-b-90-rtl,
    body.rtl .mr-tb-90-rtl,
    .mr-b-90,
    .mr-tb-90 {
        margin-bottom: 5.625rem !important; }

/****   PADDING 100 *****/

    body.rtl .pd-100-rtl,
    .pd-100 {
        padding: 6.25rem !important; }

    body.rtl .pd-t-100-rtl,
    body.rtl .pd-tb-100-rtl,
    .pd-t-100,
    .pd-tb-100 {
        padding-top: 6.25rem !important; }

    body.rtl .pd-b-100-rtl,
    body.rtl .pd-tb-100-rtl,
    .pd-b-100,
    .pd-tb-100 {
        padding-bottom: 6.25rem !important; }


/****   MARGIN 100 *****/

    body.rtl .mr-100-rtl,
    .mr-100 {
        margin: 6.25rem !important; }

    body.rtl .mr-t-100-rtl,
    body.rtl .mr-tb-100-rtl,
    .mr-t-100,
    .mr-tb-100 {
        margin-top: 6.25rem !important; }

    body.rtl .mr-b-100-rtl,
    body.rtl .mr-tb-100-rtl,
    .mr-b-100,
    .mr-tb-100 {
        margin-bottom: 6.25rem !important; }


body.rtl .pd-t-150-rtl,
body.rtl .pd-tb-150-rtl,
.pd-t-150,
.pd-tb-150 {
    padding-top: 9.375rem !important; }

body.rtl .pd-b-150-rtl,
body.rtl .pd-tb-150-rtl,
.pd-b-150,
.pd-tb-150 {
    padding-bottom: 9.375rem !important; }

body.rtl .pd-150-rtl,
.pd-150 {
    padding: 9.375rem !important; }

body.rtl .mr-t-150-rtl,
body.rtl .mr-tb-150-rtl,
.mr-t-150,
.mr-tb-150 {
    margin-top: 9.375rem !important; }

body.rtl .mr-b-150-rtl,
body.rtl .mr-tb-150-rtl,
.mr-b-150,
.mr-tb-150 {
    margin-bottom: 9.375rem !important; }

body.rtl .mr-150-rtl,
.mr-150 {
    margin: 9.375rem !important; }

body.rtl .pd-t-200-rtl,
body.rtl .pd-tb-200-rtl,
.pd-t-200,
.pd-tb-200 {
    padding-top: 12.5rem !important; }

body.rtl .pd-b-200-rtl,
body.rtl .pd-tb-200-rtl,
.pd-b-200,
.pd-tb-200 {
    padding-bottom: 12.5rem !important; }

body.rtl .pd-200-rtl,
.pd-200 {
    padding: 12.5rem !important; }

body.rtl .mr-t-200-rtl,
body.rtl .mr-tb-200-rtl,
.mr-t-200,
.mr-tb-200 {
    margin-top: 12.5rem !important; }

body.rtl .mr-b-200-rtl,
body.rtl .mr-tb-200-rtl,
.mr-b-200,
.mr-tb-200 {
    margin-bottom: 12.5rem !important; }

body.rtl .mr-200-rtl,
.mr-200 {
    margin: 12.5rem !important; }

body.rtl .pd-l-0-rtl,
body.rtl .pd-lr-0-rtl,
.pd-l-0,
.pd-lr-0 {
    padding-left: 0rem !important; }

body.rtl .pd-r-0-rtl,
body.rtl .pd-lr-0-rtl,
.pd-r-0,
.pd-lr-0 {
    padding-right: 0rem !important; }

body.rtl .mr-l-0-rtl,
body.rtl .mr-lr-0-rtl,
.mr-l-0,
.mr-lr-0 {
    margin-left: 0rem !important; }

body.rtl .mr-r-0-rtl,
body.rtl .mr-lr-0-rtl,
.mr-r-0,
.mr-lr-0 {
    margin-right: 0rem !important; }

body.rtl .pd-l-5-rtl,
body.rtl .pd-lr-5-rtl,
.pd-l-5,
.pd-lr-5 {
    padding-left: 0.3125rem !important; }

body.rtl .pd-r-5-rtl,
body.rtl .pd-lr-5-rtl,
.pd-r-5,
.pd-lr-5 {
    padding-right: 0.3125rem !important; }

body.rtl .mr-l-5-rtl,
body.rtl .mr-lr-5-rtl,
.mr-l-5,
.mr-lr-5 {
    margin-left: 0.3125rem !important; }

body.rtl .mr-r-5-rtl,
body.rtl .mr-lr-5-rtl,
.mr-r-5,
.mr-lr-5 {
    margin-right: 0.3125rem !important; }

body.rtl .pd-l-10-rtl,
body.rtl .pd-lr-10-rtl,
.pd-l-10,
.pd-lr-10 {
    padding-left: 0.625rem !important; }

body.rtl .pd-r-10-rtl,
body.rtl .pd-lr-10-rtl,
.pd-r-10,
.pd-lr-10 {
    padding-right: 0.625rem !important; }

body.rtl .mr-l-10-rtl,
body.rtl .mr-lr-10-rtl,
.mr-l-10,
.mr-lr-10 {
    margin-left: 0.625rem !important; }

body.rtl .mr-r-10-rtl,
body.rtl .mr-lr-10-rtl,
.mr-r-10,
.mr-lr-10 {
    margin-right: 0.625rem !important; }

body.rtl .pd-l-15-rtl,
body.rtl .pd-lr-15-rtl,
.pd-l-15,
.pd-lr-15 {
    padding-left: 0.9375rem !important; }

body.rtl .pd-r-15-rtl,
body.rtl .pd-lr-15-rtl,
.pd-r-15,
.pd-lr-15 {
    padding-right: 0.9375rem !important; }

body.rtl .mr-l-15-rtl,
body.rtl .mr-lr-15-rtl,
.mr-l-15,
.mr-lr-15 {
    margin-left: 0.9375rem !important; }

body.rtl .mr-r-15-rtl,
body.rtl .mr-lr-15-rtl,
.mr-r-15,
.mr-lr-15 {
    margin-right: 0.9375rem !important; }

body.rtl .pd-l-20-rtl,
body.rtl .pd-lr-20-rtl,
.pd-l-20,
.pd-lr-20 {
    padding-left: 1.25rem !important; }

body.rtl .pd-l-25-rtl,
body.rtl .pd-lr-25-rtl,
.pd-l-25,
.pd-lr-25 {
    padding-left: 1.563rem !important; }

body.rtl .pd-r-25-rtl,
body.rtl .pd-lr-25-rtl,
.pd-r-25,
.pd-lr-25 {
    padding-right: 1.563rem !important; }

body.rtl .mr-l-20-rtl,
body.rtl .mr-lr-20-rtl,
.mr-l-20,
.mr-lr-20 {
    margin-left: 1.25rem !important; }

body.rtl .mr-r-20-rtl,
body.rtl .mr-lr-20-rtl,
.mr-r-20,
.mr-lr-20 {
    margin-right: 1.25rem !important; }

body.rtl .pd-l-30-rtl,
body.rtl .pd-lr-30-rtl,
.pd-l-30,
.pd-lr-30 {
    padding-left: 1.875rem !important; }

body.rtl .pd-r-30-rtl,
body.rtl .pd-lr-30-rtl,
.pd-r-30,
.pd-lr-30 {
    padding-right: 1.875rem !important; }

body.rtl .mr-l-30-rtl,
body.rtl .mr-lr-30-rtl,
.mr-l-30,
.mr-lr-30 {
    margin-left: 1.875rem !important; }

body.rtl .mr-r-30-rtl,
body.rtl .mr-lr-30-rtl,
.mr-r-30,
.mr-lr-30 {
    margin-right: 1.875rem !important; }

body.rtl .pd-l-40-rtl,
body.rtl .pd-lr-40-rtl,
.pd-l-40,
.pd-lr-40 {
    padding-left: 2.5rem !important; }

body.rtl .pd-r-40-rtl,
body.rtl .pd-lr-40-rtl,
.pd-r-40,
.pd-lr-40 {
    padding-right: 2.5rem !important; }

body.rtl .mr-l-40-rtl,
body.rtl .mr-lr-40-rtl,
.mr-l-40,
.mr-lr-40 {
    margin-left: 2.5rem !important; }

body.rtl .mr-r-40-rtl,
body.rtl .mr-lr-40-rtl,
.mr-r-40,
.mr-lr-40 {
    margin-right: 2.5rem !important; }

body.rtl .pd-l-50-rtl,
body.rtl .pd-lr-50-rtl,
.pd-l-50,
.pd-lr-50 {
    padding-left: 3.125rem !important; }

body.rtl .pd-r-50-rtl,
body.rtl .pd-lr-50-rtl,
.pd-r-50,
.pd-lr-50 {
    padding-right: 3.125rem !important; }

body.rtl .mr-l-50-rtl,
body.rtl .mr-lr-50-rtl,
.mr-l-50,
.mr-lr-50 {
    margin-left: 3.125rem !important; }

body.rtl .mr-r-50-rtl,
body.rtl .mr-lr-50-rtl,
.mr-r-50,
.mr-lr-50 {
    margin-right: 3.125rem !important; }

body.rtl .pd-l-60-rtl,
body.rtl .pd-lr-60-rtl,
.pd-l-60,
.pd-lr-60 {
    padding-left: 3.75rem !important; }

body.rtl .pd-r-60-rtl,
body.rtl .pd-lr-60-rtl,
.pd-r-60,
.pd-lr-60 {
    padding-right: 3.75rem !important; }

body.rtl .mr-l-60-rtl,
body.rtl .mr-lr-60-rtl,
.mr-l-60,
.mr-lr-60 {
    margin-left: 3.75rem !important; }

body.rtl .mr-r-60-rtl,
body.rtl .mr-lr-60-rtl,
.mr-r-60,
.mr-lr-60 {
    margin-right: 3.75rem !important; }

body.rtl .pd-l-70-rtl,
body.rtl .pd-lr-70-rtl,
.pd-l-70,
.pd-lr-70 {
    padding-left: 4.375rem !important; }

body.rtl .pd-r-70-rtl,
body.rtl .pd-lr-70-rtl,
.pd-r-70,
.pd-lr-70 {
    padding-right: 4.375rem !important; }

body.rtl .mr-l-70-rtl,
body.rtl .mr-lr-70-rtl,
.mr-l-70,
.mr-lr-70 {
    margin-left: 4.375rem !important; }

body.rtl .mr-r-70-rtl,
body.rtl .mr-lr-70-rtl,
.mr-r-70,
.mr-lr-70 {
    margin-right: 4.375rem !important; }

body.rtl .pd-l-80-rtl,
body.rtl .pd-lr-80-rtl,
.pd-l-80,
.pd-lr-80 {
    padding-left: 5rem !important; }

body.rtl .pd-r-80-rtl,
body.rtl .pd-lr-80-rtl,
.pd-r-80,
.pd-lr-80 {
    padding-right: 5rem !important; }

body.rtl .mr-l-80-rtl,
body.rtl .mr-lr-80-rtl,
.mr-l-80,
.mr-lr-80 {
    margin-left: 5rem !important; }

body.rtl .mr-r-80-rtl,
body.rtl .mr-lr-80-rtl,
.mr-r-80,
.mr-lr-80 {
    margin-right: 5rem !important; }


/* RTL Margin Helpers
=========================*/
body.rtl .ml-0-rtl, body.rtl .mx-0-rtl, body.rtl .m-0-rtl {
    margin-left: 0 !important; }

body.rtl .mr-0-rtl, body.rtl .mx-0-rtl, body.rtl .m-0-rtl {
    margin-right: 0 !important; }

body.rtl .mt-0-rtl, body.rtl .my-0-rtl, body.rtl .m-0-rtl {
    margin-top: 0 !important; }

body.rtl .mb-0-rtl, body.rtl .my-0-rtl, body.rtl .m-0-rtl {
    margin-bottom: 0 !important; }

body.rtl .ml-1-rtl, body.rtl .mx-1-rtl, body.rtl .m-1-rtl {
    margin-left: 0.25rem !important; }

body.rtl .mr-1-rtl, body.rtl .mx-1-rtl, body.rtl .m-1-rtl {
    margin-right: 0.25rem !important; }

body.rtl .mt-1-rtl, body.rtl .my-1-rtl, body.rtl .m-1-rtl {
    margin-top: 0.25rem !important; }

body.rtl .mb-1-rtl, body.rtl .my-1-rtl, body.rtl .m-1-rtl {
    margin-bottom: 0.25rem !important; }

body.rtl .ml-2-rtl, body.rtl .mx-2-rtl, body.rtl .m-2-rtl {
    margin-left: 0.5rem !important; }

body.rtl .mr-2-rtl, body.rtl .mx-2-rtl, body.rtl .m-2-rtl {
    margin-right: 0.5rem !important; }

body.rtl .mt-2-rtl, body.rtl .my-2-rtl, body.rtl .m-2-rtl {
    margin-top: 0.5rem !important; }

body.rtl .mb-2-rtl, body.rtl .my-2-rtl, body.rtl .m-2-rtl {
    margin-bottom: 0.5rem !important; }

body.rtl .ml-3-rtl, body.rtl .mx-3-rtl, body.rtl .m-3-rtl {
    margin-left: 1rem !important; }

body.rtl .mr-3-rtl, body.rtl .mx-3-rtl, body.rtl .m-3-rtl {
    margin-right: 1rem !important; }

body.rtl .mt-3-rtl, body.rtl .my-3-rtl, body.rtl .m-3-rtl {
    margin-top: 1rem !important; }

body.rtl .mb-3-rtl, body.rtl .my-3-rtl, body.rtl .m-3-rtl {
    margin-bottom: 1rem !important; }

body.rtl .ml-4-rtl, body.rtl .mx-4-rtl, body.rtl .m-4-rtl {
    margin-left: 1.5rem !important; }

body.rtl .mr-4-rtl, body.rtl .mx-4-rtl, body.rtl .m-4-rtl {
    margin-right: 1.5rem !important; }

body.rtl .mt-4-rtl, body.rtl .my-4-rtl, body.rtl .m-4-rtl {
    margin-top: 1.5rem !important; }

body.rtl .mb-4-rtl, body.rtl .my-4-rtl, body.rtl .m-4-rtl {
    margin-bottom: 1.5rem !important; }

body.rtl .ml-5-rtl, body.rtl .mx-5-rtl, body.rtl .m-5-rtl {
    margin-left: 3rem !important; }

body.rtl .mr-5-rtl, body.rtl .mx-5-rtl, body.rtl .m-5-rtl {
    margin-right: 3rem !important; }

body.rtl .mt-5-rtl, body.rtl .my-5-rtl, body.rtl .m-5-rtl {
    margin-top: 3rem !important; }

body.rtl .mt-8-rtl, body.rtl .my-8-rtl, body.rtl .m-8-rtl {
    margin-top: 3rem !important; }

body.rtl .mb-5-rtl, body.rtl .my-5-rtl, body.rtl .m-5-rtl {
    margin-bottom: 3rem !important; }

body.rtl .mr-auto-rtl, body.rtl .mx-auto-rtl, body.rtl .m-auto-rtl, body.rtl .my-auto-rtl {
    margin-right: auto !important; }

body.rtl .ml-auto-rtl, body.rtl .mx-auto-rtl, body.rtl .m-auto-rtl, body.rtl .my-auto-rtl {
    margin-left: auto !important; }

body.rtl .mt-auto-rtl {
    margin-top: auto !important; }

body.rtl .mb-auto-rtl {
    margin-bottom: auto !important; }

/* RTL Padding Helpers
=========================*/
body.rtl .pl-0-rtl, body.rtl .px-0-rtl, body.rtl .p-0-rtl {
    padding-left: 0 !important; }

body.rtl .pr-0-rtl, body.rtl .px-0-rtl, body.rtl .p-0-rtl {
    padding-right: 0 !important; }

body.rtl .pt-0-rtl, body.rtl .py-0-rtl, body.rtl .p-0-rtl {
    padding-top: 0 !important; }

body.rtl .pb-0-rtl, body.rtl .py-0-rtl, body.rtl .p-0-rtl {
    padding-bottom: 0 !important; }

body.rtl .pl-1-rtl, body.rtl .px-1-rtl, body.rtl .p-1-rtl {
    padding-left: 0.25rem !important; }

body.rtl .pr-1-rtl, body.rtl .px-1-rtl, body.rtl .p-1-rtl {
    padding-right: 0.25rem !important; }

body.rtl .pt-1-rtl, body.rtl .py-1-rtl, body.rtl .p-1-rtl {
    padding-top: 0.25rem !important; }

body.rtl .pb-1-rtl, body.rtl .py-1-rtl, body.rtl .p-1-rtl {
    padding-bottom: 0.25rem !important; }

body.rtl .pl-2-rtl, body.rtl .px-2-rtl, body.rtl .p-2-rtl {
    padding-left: 0.5rem !important; }

body.rtl .pr-2-rtl, body.rtl .px-2-rtl, body.rtl .p-2-rtl {
    padding-right: 0.5rem !important; }

body.rtl .pt-2-rtl, body.rtl .py-2-rtl, body.rtl .p-2-rtl {
    padding-top: 0.5rem !important; }

body.rtl .pb-2-rtl, body.rtl .py-2-rtl, body.rtl .p-2-rtl {
    padding-bottom: 0.5rem !important; }

body.rtl .pl-3-rtl, body.rtl .px-3-rtl, body.rtl .p-3-rtl {
    padding-left: 1rem !important; }

body.rtl .pr-3-rtl, body.rtl .px-3-rtl, body.rtl .p-3-rtl {
    padding-right: 1rem !important; }

body.rtl .pt-3-rtl, body.rtl .py-3-rtl, body.rtl .p-3-rtl {
    padding-top: 1rem !important; }

body.rtl .pb-3-rtl, body.rtl .py-3-rtl, body.rtl .p-3-rtl {
    padding-bottom: 1rem !important; }

body.rtl .pl-4-rtl, body.rtl .px-4-rtl, body.rtl .p-4-rtl {
    padding-left: 1.5rem !important; }

body.rtl .pr-4-rtl, body.rtl .px-4-rtl, body.rtl .p-4-rtl {
    padding-right: 1.5rem !important; }

body.rtl .pt-4-rtl, body.rtl .py-4-rtl, body.rtl .p-4-rtl {
    padding-top: 1.5rem !important; }

body.rtl .pb-4-rtl, body.rtl .py-4-rtl, body.rtl .p-4-rtl {
    padding-bottom: 1.5rem !important; }

body.rtl .pl-5-rtl, body.rtl .px-5-rtl, body.rtl .p-5-rtl {
    padding-left: 3rem !important; }

body.rtl .pr-5-rtl, body.rtl .px-5-rtl, body.rtl .p-5-rtl {
    padding-right: 3rem !important; }

body.rtl .pt-5-rtl, body.rtl .py-5-rtl, body.rtl .p-5-rtl {
    padding-top: 3rem !important; }

body.rtl .pb-5-rtl, body.rtl .py-5-rtl, body.rtl .p-5-rtl {
    padding-bottom: 3rem !important; }

/* Float RTL Helpers
=========================*/
body.rtl .float-right-rtl {
    float: right !important; }

body.rtl .float-left-rtl {
    float: left !important; }

body.rtl .float-none-rtl {
    float: none !important; }

body.rtl .float-xs-right-rtl {
    float: right !important; }

body.rtl .float-xs-left-rtl {
    float: left !important; }

body.rtl .float-sm-right-rtl {
    float: right !important; }

body.rtl .float-sm-left-rtl {
    float: left !important; }

body.rtl .float-md-right-rtl {
    float: right !important; }

body.rtl .float-md-left-rtl {
    float: left !important; }

body.rtl .float-lg-right-rtl {
    float: right !important; }

body.rtl .float-lg-left-rtl {
    float: left !important; }

body.rtl .float-xl-right-rtl {
    float: right !important; }

body.rtl .float-xl-left-rtl {
    float: left !important; }
.object-fit-contain{
    object-fit: contain !important;
}
.list-style-none{
    list-style: none;
}
.white-bg{
    background: #fff !important;
}
.w-auto{
    width: auto !important;
}
.right-0{right:0;}
.top-0{top:0;}
body.rtl .display-inline-block-rtl{
    display: inline-block !important;
}
#regStepFourDiv .font-prosb.txt-blue21{
    font-weight:600 !important;
    font-size:18px !important;
}
@media (max-width:768px){
    .thanks-bg .pd-md-lr-0{
        padding-left:0px !important;
        padding-right:0px !important;
    }
}
@media (max-width:767px){
    #site-contact .cancel-btn , #site-contact .sun-btn {
        margin-bottom:10px !important;
    }
    #site-contact .mr-t-100{
        margin-top:0px !important;
    }
    .md-flex-col-reverse{
        flex-direction: column-reverse;
    }
}
@media (max-width:320px){
    .g-recaptcha{
        transform:scale(0.85);
        -webkit-transform:scale(0.85);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
