.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 3px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mb-36 {
    margin-bottom: 36px !important;
}
.mb-82 {
    margin-bottom: 82px !important;
}
.mb-n-3 {
    margin-bottom: -3px !important;
}
.mb-n-6 {
    margin-bottom: -6px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-2 {
    margin-top: 2px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-12 {
    margin-top: 12px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-6 {
    margin-right: 6px !important;
}
.mr-24 {
    margin-right: 24px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.mx-auto {
    margin: 0 auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.m-0 {
    margin: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-24 {
    padding-bottom: 24px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-6 {
    padding-right: 6px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-16 {
    padding: 16px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-24 {
    padding: 24px !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.d-flex {
    display: flex !important;
}
.d-grid {
    display: grid !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.align-items-center {
    align-items: center !important;
}
.align-content-center {
    align-content: center !important;
}
.gap-8 {
    gap: 8px !important;
}
.gap-12 {
    gap: 12px !important;
}
.gap-16 {
    gap: 16px !important;
}
.gap-24 {
    gap: 24px !important;
}
.gap-28 {
    gap: 28px !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-end {
    justify-content: end !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-static {
    position: static !important;
}
.font-bold {
    font-weight: 700 !important;
}
.font-bolder {
    font-weight: 800 !important;
}
.font-boldest {
    font-weight: 900 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-medium {
    font-weight: 500 !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.font-12px {
    font-size: 12px !important;
}
.font-14px {
    font-size: 14px !important;
}
.font-16px {
    font-size: 16px !important;
}
.font-20px {
    font-size: 20px !important;
}
.font-24px {
    font-size: 24px !important;
}
.font-30px {
    font-size: 30px !important;
}
.text-yellow {
    color: #fdbe1c !important;
}
.text-white {
    color: #fff !important;
}
.text-light {
    color: #5d5d5d !important;
}
.text-dark {
    color: #1d1d1d !important;
}
.text-black {
    color: #000 !important;
}
.text-gray {
    color: #888 !important;
}
.text-red {
    color: #fb0d1b !important;
}
.text-green {
    color: #2ba339 !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.border-left-red {
    border-left: 4px solid #fb0d1b !important;
}
.border-top-red {
    border-top: 4px solid #fb0d1b !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-white {
    background: #fff !important;
}
.bg-red {
    background: #fc0f1c !important;
}
.hover-none:hover,
.shadow-0 {
    box-shadow: none !important;
}
.w-0 {
    width: unset !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-100 {
    height: 100% !important;
}
.h-44px {
    height: 44px !important;
}
.h-100px {
    height: 100px !important;
}
.h-132px {
    height: 132px !important;
}
.h-auto {
    height: auto !important;
}
.max-w-1056 {
    max-width: 1056px !important;
}
.border-none {
    border: none !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.float-left {
    float: left !important;
}
.line-height-default {
    line-height: 140% !important;
}
.line-height-none {
    line-height: 0 !important;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.circle {
    border: 1px solid #000;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .scroll-md-x {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .p-md-16,
    .px-md-16 {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-16 {
        margin-top: 16px !important;
    }
    .mt-md-24 {
        margin-top: 24px !important;
    }
    .mt-md-26 {
        margin-top: 26px !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-12 {
        margin-bottom: 12px !important;
    }
    .mb-md-16 {
        margin-bottom: 16px !important;
    }
    .mb-md-18 {
        margin-bottom: 18px !important;
    }
    .mb-md-24 {
        margin-bottom: 24px !important;
    }
    .mx-md-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .max-md-w-0 {
        max-width: unset !important;
    }
    .font-md-26px {
        font-size: 26px !important;
    }
    .font-md-18px {
        font-size: 18px !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .align-items-md-start {
        align-items: start !important;
    }
    .justify-content-md-end {
        justify-content: end !important;
    }
}
@media only screen and (max-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
}
@media only screen and (max-width: 1024px) {
    .d-xl-none {
        display: none !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mb-xl-24 {
        margin-bottom: 24px !important;
    }
    .bg-xl-white {
        background-color: #fff !important;
    }
}
