body .row {
    display: flex !important;
    flex-wrap: wrap !important;
    /*margin-right: -15px !important;*/
    /*margin-left: -15px !important*/
}

body .row > * {
    flex-shrink: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    /*padding-right: 15px !important;*/
    /*padding-left: 15px !important;*/
    box-sizing: border-box !important
}

body .justify-content-center {
    justify-content: center !important
}

body .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

body .col {
    flex: 1 0 0% !important
}

body .col-auto {
    flex: 0 0 auto !important;
    width: auto !important
}

body .col-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important
}

body .col-2, body .col-3 {
    flex: 0 0 auto !important
}

body .col-2 {
    width: 16.66666667% !important
}

body .col-3 {
    width: 25% !important
}

body .col-4, body .col-5 {
    flex: 0 0 auto !important
}

body .col-4 {
    width: 33.33333333% !important
}

body .col-5 {
    width: 41.66666667% !important
}

body .col-6, body .col-7 {
    flex: 0 0 auto !important
}

body .col-6 {
    width: 50% !important
}

body .col-7 {
    width: 58.33333333% !important
}

body .col-8, body .col-9 {
    flex: 0 0 auto !important
}

body .col-8 {
    width: 66.66666667% !important
}

body .col-9 {
    width: 75% !important
}

body .col-10 {
    flex: 0 0 auto !important;
    width: 83.33333333% !important
}

body .col-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important
}

body .col-12 {
    flex: 0 0 auto !important;
    width: 100% !important
}

@media (min-width: 576px) {
    body .col-sm {
        flex: 1 0 0% !important
    }

    body .col-sm-auto {
        flex: 0 0 auto !important;
        width: auto !important
    }

    body .col-sm-1 {
        flex: 0 0 auto !important;
        width: 8.33333333% !important
    }

    body .col-sm-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important
    }

    body .col-sm-3 {
        flex: 0 0 auto !important;
        width: 25% !important
    }

    body .col-sm-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important
    }

    body .col-sm-5 {
        flex: 0 0 auto !important;
        width: 41.66666667% !important
    }

    body .col-sm-6 {
        flex: 0 0 auto !important;
        width: 50% !important
    }

    body .col-sm-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important
    }

    body .col-sm-8 {
        flex: 0 0 auto !important;
        width: 66.66666667% !important
    }

    body .col-sm-9 {
        flex: 0 0 auto !important;
        width: 75% !important
    }

    body .col-sm-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important
    }

    body .col-sm-11 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important
    }

    body .col-sm-12 {
        flex: 0 0 auto !important;
        width: 100% !important
    }
}

@media (min-width: 768px) {
    body .col-md {
        flex: 1 0 0% !important
    }

    body .col-md-auto {
        flex: 0 0 auto !important;
        width: auto !important
    }

    body .col-md-1 {
        flex: 0 0 auto !important;
        width: 8.33333333% !important
    }

    body .col-md-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important
    }

    body .col-md-3 {
        flex: 0 0 auto !important;
        width: 25% !important
    }

    body .col-md-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important
    }

    body .col-md-5 {
        flex: 0 0 auto !important;
        width: 41.66666667% !important
    }

    body .col-md-6 {
        flex: 0 0 auto !important;
        width: 50% !important
    }

    body .col-md-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important
    }

    body .col-md-8 {
        flex: 0 0 auto !important;
        width: 66.66666667% !important
    }

    body .col-md-9 {
        flex: 0 0 auto !important;
        width: 75% !important
    }

    body .col-md-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important
    }

    body .col-md-11 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important
    }

    body .col-md-12 {
        flex: 0 0 auto !important;
        width: 100% !important
    }
}

@media (min-width: 992px) {
    body .col-lg {
        flex: 1 0 0% !important
    }

    body .col-lg-auto {
        flex: 0 0 auto !important;
        width: auto !important
    }

    body .col-lg-1 {
        flex: 0 0 auto !important;
        width: 8.33333333% !important
    }

    body .col-lg-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important
    }

    body .col-lg-3 {
        flex: 0 0 auto !important;
        width: 25% !important
    }

    body .col-lg-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important
    }

    body .col-lg-5 {
        flex: 0 0 auto !important;
        width: 41.66666667% !important
    }

    body .col-lg-6 {
        flex: 0 0 auto !important;
        width: 50% !important
    }

    body .col-lg-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important
    }

    body .col-lg-8 {
        flex: 0 0 auto !important;
        width: 66.66666667% !important
    }

    body .col-lg-9 {
        flex: 0 0 auto !important;
        width: 75% !important
    }

    body .col-lg-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important
    }

    body .col-lg-11 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important
    }

    body .col-lg-12 {
        flex: 0 0 auto !important;
        width: 100% !important
    }
}

@media (min-width: 1200px) {
    body .col-xl {
        flex: 1 0 0% !important
    }

    body .col-xl-auto {
        flex: 0 0 auto !important;
        width: auto !important
    }

    body .col-xl-1 {
        flex: 0 0 auto !important;
        width: 8.33333333% !important
    }

    body .col-xl-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important
    }

    body .col-xl-3 {
        flex: 0 0 auto !important;
        width: 25% !important
    }

    body .col-xl-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important
    }

    body .col-xl-5 {
        flex: 0 0 auto !important;
        width: 41.66666667% !important
    }

    body .col-xl-6 {
        flex: 0 0 auto !important;
        width: 50% !important
    }

    body .col-xl-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important
    }

    body .col-xl-8 {
        flex: 0 0 auto !important;
        width: 66.66666667% !important
    }

    body .col-xl-9 {
        flex: 0 0 auto !important;
        width: 75% !important
    }

    body .col-xl-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important
    }

    body .col-xl-11 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important
    }

    body .col-xl-12 {
        flex: 0 0 auto !important;
        width: 100% !important
    }
}

@media (min-width: 1400px) {
    body .col-xxl {
        flex: 1 0 0% !important
    }

    body .col-xxl-auto {
        flex: 0 0 auto !important;
        width: auto !important
    }

    body .col-xxl-1 {
        flex: 0 0 auto !important;
        width: 8.33333333% !important
    }

    body .col-xxl-2 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important
    }

    body .col-xxl-3 {
        flex: 0 0 auto !important;
        width: 25% !important
    }

    body .col-xxl-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important
    }

    body .col-xxl-5 {
        flex: 0 0 auto !important;
        width: 41.66666667% !important
    }

    body .col-xxl-6 {
        flex: 0 0 auto !important;
        width: 50% !important
    }

    body .col-xxl-7 {
        flex: 0 0 auto !important;
        width: 58.33333333% !important
    }

    body .col-xxl-8 {
        flex: 0 0 auto !important;
        width: 66.66666667% !important
    }

    body .col-xxl-9 {
        flex: 0 0 auto !important;
        width: 75% !important
    }

    body .col-xxl-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important
    }

    body .col-xxl-11 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important
    }

    body .col-xxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important
    }
}