:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
.rois-container,
.rois-container-fluid,
.rois-container-xxl,
.rois-container-xl,
.rois-container-lg,
.rois-container-md,
.rois-container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .rois-container-sm, .rois-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .rois-container-md, .rois-container-sm, .rois-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .rois-container-lg, .rois-container-md, .rois-container-sm, .rois-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .rois-container-xl, .rois-container-lg, .rois-container-md, .rois-container-sm, .rois-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .rois-container-xxl, .rois-container-xl, .rois-container-lg, .rois-container-md, .rois-container-sm, .rois-container {
        max-width: 1320px;
    }
}
.rois-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.rois-row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.rois-col {
    flex: 1 0 0%;
}

.rois-row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.rois-row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.rois-row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.rois-row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.rois-row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.rois-row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.rois-row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.rois-col-auto {
    flex: 0 0 auto;
    width: auto;
}

.rois-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.rois-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.rois-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.rois-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.rois-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.rois-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.rois-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.rois-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.rois-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.rois-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.rois-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.rois-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.rois-offset-1 {
    margin-left: 8.33333333%;
}

.rois-offset-2 {
    margin-left: 16.66666667%;
}

.rois-offset-3 {
    margin-left: 25%;
}

.rois-offset-4 {
    margin-left: 33.33333333%;
}

.rois-offset-5 {
    margin-left: 41.66666667%;
}

.rois-offset-6 {
    margin-left: 50%;
}

.rois-offset-7 {
    margin-left: 58.33333333%;
}

.rois-offset-8 {
    margin-left: 66.66666667%;
}

.rois-offset-9 {
    margin-left: 75%;
}

.rois-offset-10 {
    margin-left: 83.33333333%;
}

.rois-offset-11 {
    margin-left: 91.66666667%;
}

.rois-g-0,
.rois-gx-0 {
    --bs-gutter-x: 0;
}

.rois-g-0,
.rois-gy-0 {
    --bs-gutter-y: 0;
}

.rois-g-1,
.rois-gx-1 {
    --bs-gutter-x: 0.25rem;
}

.rois-g-1,
.rois-gy-1 {
    --bs-gutter-y: 0.25rem;
}

.rois-g-2,
.rois-gx-2 {
    --bs-gutter-x: 0.5rem;
}

.rois-g-2,
.rois-gy-2 {
    --bs-gutter-y: 0.5rem;
}

.rois-g-3,
.rois-gx-3 {
    --bs-gutter-x: 1rem;
}

.rois-g-3,
.rois-gy-3 {
    --bs-gutter-y: 1rem;
}

.rois-g-4,
.rois-gx-4 {
    --bs-gutter-x: 1.5rem;
}

.rois-g-4,
.rois-gy-4 {
    --bs-gutter-y: 1.5rem;
}

.rois-g-5,
.rois-gx-5 {
    --bs-gutter-x: 3rem;
}

.rois-g-5,
.rois-gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .rois-col-sm {
        flex: 1 0 0%;
    }
    .rois-row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .rois-row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .rois-row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .rois-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .rois-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .rois-col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .rois-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .rois-col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .rois-col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .rois-col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .rois-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .rois-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .rois-col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-offset-sm-0 {
        margin-left: 0;
    }
    .rois-offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .rois-offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .rois-offset-sm-3 {
        margin-left: 25%;
    }
    .rois-offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .rois-offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .rois-offset-sm-6 {
        margin-left: 50%;
    }
    .rois-offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .rois-offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .rois-offset-sm-9 {
        margin-left: 75%;
    }
    .rois-offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .rois-offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .rois-g-sm-0,
    .rois-gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .rois-g-sm-0,
    .rois-gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .rois-g-sm-1,
    .rois-gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .rois-g-sm-1,
    .rois-gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .rois-g-sm-2,
    .rois-gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .rois-g-sm-2,
    .rois-gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .rois-g-sm-3,
    .rois-gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .rois-g-sm-3,
    .rois-gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .rois-g-sm-4,
    .rois-gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .rois-g-sm-4,
    .rois-gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .rois-g-sm-5,
    .rois-gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .rois-g-sm-5,
    .rois-gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .rois-col-md {
        flex: 1 0 0%;
    }
    .rois-row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .rois-row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .rois-row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .rois-col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .rois-col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .rois-col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .rois-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .rois-col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .rois-col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .rois-col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .rois-col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .rois-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .rois-col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-offset-md-0 {
        margin-left: 0;
    }
    .rois-offset-md-1 {
        margin-left: 8.33333333%;
    }
    .rois-offset-md-2 {
        margin-left: 16.66666667%;
    }
    .rois-offset-md-3 {
        margin-left: 25%;
    }
    .rois-offset-md-4 {
        margin-left: 33.33333333%;
    }
    .rois-offset-md-5 {
        margin-left: 41.66666667%;
    }
    .rois-offset-md-6 {
        margin-left: 50%;
    }
    .rois-offset-md-7 {
        margin-left: 58.33333333%;
    }
    .rois-offset-md-8 {
        margin-left: 66.66666667%;
    }
    .rois-offset-md-9 {
        margin-left: 75%;
    }
    .rois-offset-md-10 {
        margin-left: 83.33333333%;
    }
    .rois-offset-md-11 {
        margin-left: 91.66666667%;
    }
    .rois-g-md-0,
    .rois-gx-md-0 {
        --bs-gutter-x: 0;
    }
    .rois-g-md-0,
    .rois-gy-md-0 {
        --bs-gutter-y: 0;
    }
    .rois-g-md-1,
    .rois-gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .rois-g-md-1,
    .rois-gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .rois-g-md-2,
    .rois-gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .rois-g-md-2,
    .rois-gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .rois-g-md-3,
    .rois-gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .rois-g-md-3,
    .rois-gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .rois-g-md-4,
    .rois-gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .rois-g-md-4,
    .rois-gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .rois-g-md-5,
    .rois-gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .rois-g-md-5,
    .rois-gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .rois-col-lg {
        flex: 1 0 0%;
    }
    .rois-row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .rois-row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .rois-row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .rois-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .rois-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .rois-col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .rois-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .rois-col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .rois-col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .rois-col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .rois-col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .rois-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .rois-col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-offset-lg-0 {
        margin-left: 0;
    }
    .rois-offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .rois-offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .rois-offset-lg-3 {
        margin-left: 25%;
    }
    .rois-offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .rois-offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .rois-offset-lg-6 {
        margin-left: 50%;
    }
    .rois-offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .rois-offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .rois-offset-lg-9 {
        margin-left: 75%;
    }
    .rois-offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .rois-offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .rois-g-lg-0,
    .rois-gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .rois-g-lg-0,
    .rois-gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .rois-g-lg-1,
    .rois-gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .rois-g-lg-1,
    .rois-gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .rois-g-lg-2,
    .rois-gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .rois-g-lg-2,
    .rois-gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .rois-g-lg-3,
    .rois-gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .rois-g-lg-3,
    .rois-gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .rois-g-lg-4,
    .rois-gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .rois-g-lg-4,
    .rois-gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .rois-g-lg-5,
    .rois-gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .rois-g-lg-5,
    .rois-gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .rois-col-xl {
        flex: 1 0 0%;
    }
    .rois-row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .rois-row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .rois-row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .rois-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .rois-col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .rois-col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .rois-col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .rois-col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .rois-col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .rois-col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .rois-col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .rois-col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .rois-col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-offset-xl-0 {
        margin-left: 0;
    }
    .rois-offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .rois-offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .rois-offset-xl-3 {
        margin-left: 25%;
    }
    .rois-offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .rois-offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .rois-offset-xl-6 {
        margin-left: 50%;
    }
    .rois-offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .rois-offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .rois-offset-xl-9 {
        margin-left: 75%;
    }
    .rois-offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .rois-offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .rois-g-xl-0,
    .rois-gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .rois-g-xl-0,
    .rois-gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .rois-g-xl-1,
    .rois-gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .rois-g-xl-1,
    .rois-gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .rois-g-xl-2,
    .rois-gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .rois-g-xl-2,
    .rois-gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .rois-g-xl-3,
    .rois-gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .rois-g-xl-3,
    .rois-gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .rois-g-xl-4,
    .rois-gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .rois-g-xl-4,
    .rois-gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .rois-g-xl-5,
    .rois-gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .rois-g-xl-5,
    .rois-gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .rois-col-xxl {
        flex: 1 0 0%;
    }
    .rois-row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .rois-row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .rois-row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .rois-col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .rois-col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .rois-col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .rois-col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .rois-col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .rois-col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .rois-col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .rois-col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .rois-col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .rois-col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .rois-col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .rois-col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .rois-col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .rois-offset-xxl-0 {
        margin-left: 0;
    }
    .rois-offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .rois-offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .rois-offset-xxl-3 {
        margin-left: 25%;
    }
    .rois-offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .rois-offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .rois-offset-xxl-6 {
        margin-left: 50%;
    }
    .rois-offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .rois-offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .rois-offset-xxl-9 {
        margin-left: 75%;
    }
    .rois-offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .rois-offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .rois-g-xxl-0,
    .rois-gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .rois-g-xxl-0,
    .rois-gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .rois-g-xxl-1,
    .rois-gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .rois-g-xxl-1,
    .rois-gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .rois-g-xxl-2,
    .rois-gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .rois-g-xxl-2,
    .rois-gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .rois-g-xxl-3,
    .rois-gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .rois-g-xxl-3,
    .rois-gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .rois-g-xxl-4,
    .rois-gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .rois-g-xxl-4,
    .rois-gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .rois-g-xxl-5,
    .rois-gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .rois-g-xxl-5,
    .rois-gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.rois-d-inline {
    display: inline !important;
}

.rois-d-inline-block {
    display: inline-block !important;
}

.rois-d-block {
    display: block !important;
}

.rois-d-grid {
    display: grid !important;
}

.rois-d-table {
    display: table !important;
}

.rois-d-table-row {
    display: table-row !important;
}

.rois-d-table-cell {
    display: table-cell !important;
}

.rois-d-flex {
    display: flex !important;
}

.rois-d-inline-flex {
    display: inline-flex !important;
}

.rois-d-none {
    display: none !important;
}

.rois-flex-fill {
    flex: 1 1 auto !important;
}

.rois-flex-row {
    flex-direction: row !important;
}

.rois-flex-column {
    flex-direction: column !important;
}

.rois-flex-row-reverse {
    flex-direction: row-reverse !important;
}

.rois-flex-column-reverse {
    flex-direction: column-reverse !important;
}

.rois-flex-grow-0 {
    flex-grow: 0 !important;
}

.rois-flex-grow-1 {
    flex-grow: 1 !important;
}

.rois-flex-shrink-0 {
    flex-shrink: 0 !important;
}

.rois-flex-shrink-1 {
    flex-shrink: 1 !important;
}

.rois-flex-wrap {
    flex-wrap: wrap !important;
}

.rois-flex-nowrap {
    flex-wrap: nowrap !important;
}

.rois-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.rois-justify-content-start {
    justify-content: flex-start !important;
}

.rois-justify-content-end {
    justify-content: flex-end !important;
}

.rois-justify-content-center {
    justify-content: center !important;
}

.rois-justify-content-between {
    justify-content: space-between !important;
}

.rois-justify-content-around {
    justify-content: space-around !important;
}

.rois-justify-content-evenly {
    justify-content: space-evenly !important;
}

.rois-align-items-start {
    align-items: flex-start !important;
}

.rois-align-items-end {
    align-items: flex-end !important;
}

.rois-align-items-center {
    align-items: center !important;
}

.rois-align-items-baseline {
    align-items: baseline !important;
}

.rois-align-items-stretch {
    align-items: stretch !important;
}

.rois-align-content-start {
    align-content: flex-start !important;
}

.rois-align-content-end {
    align-content: flex-end !important;
}

.rois-align-content-center {
    align-content: center !important;
}

.rois-align-content-between {
    align-content: space-between !important;
}

.rois-align-content-around {
    align-content: space-around !important;
}

.rois-align-content-stretch {
    align-content: stretch !important;
}

.rois-align-self-auto {
    align-self: auto !important;
}

.rois-align-self-start {
    align-self: flex-start !important;
}

.rois-align-self-end {
    align-self: flex-end !important;
}

.rois-align-self-center {
    align-self: center !important;
}

.rois-align-self-baseline {
    align-self: baseline !important;
}

.rois-align-self-stretch {
    align-self: stretch !important;
}

.rois-order-first {
    order: -1 !important;
}

.rois-order-0 {
    order: 0 !important;
}

.rois-order-1 {
    order: 1 !important;
}

.rois-order-2 {
    order: 2 !important;
}

.rois-order-3 {
    order: 3 !important;
}

.rois-order-4 {
    order: 4 !important;
}

.rois-order-5 {
    order: 5 !important;
}

.rois-order-last {
    order: 6 !important;
}

.rois-m-0 {
    margin: 0 !important;
}

.rois-m-1 {
    margin: 0.25rem !important;
}

.rois-m-2 {
    margin: 0.5rem !important;
}

.rois-m-3 {
    margin: 1rem !important;
}

.rois-m-4 {
    margin: 1.5rem !important;
}

.rois-m-5 {
    margin: 3rem !important;
}

.rois-m-auto {
    margin: auto !important;
}

.rois-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.rois-mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.rois-mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.rois-mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.rois-mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.rois-mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.rois-mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.rois-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.rois-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.rois-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.rois-my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.rois-my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.rois-my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.rois-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.rois-mt-0 {
    margin-top: 0 !important;
}

.rois-mt-1 {
    margin-top: 0.25rem !important;
}

.rois-mt-2 {
    margin-top: 0.5rem !important;
}

.rois-mt-3 {
    margin-top: 1rem !important;
}

.rois-mt-4 {
    margin-top: 1.5rem !important;
}

.rois-mt-5 {
    margin-top: 3rem !important;
}

.rois-mt-auto {
    margin-top: auto !important;
}

.rois-me-0 {
    margin-right: 0 !important;
}

.rois-me-1 {
    margin-right: 0.25rem !important;
}

.rois-me-2 {
    margin-right: 0.5rem !important;
}

.rois-me-3 {
    margin-right: 1rem !important;
}

.rois-me-4 {
    margin-right: 1.5rem !important;
}

.rois-me-5 {
    margin-right: 3rem !important;
}

.rois-me-auto {
    margin-right: auto !important;
}

.rois-mb-0 {
    margin-bottom: 0 !important;
}

.rois-mb-1 {
    margin-bottom: 0.25rem !important;
}

.rois-mb-2 {
    margin-bottom: 0.5rem !important;
}

.rois-mb-3 {
    margin-bottom: 1rem !important;
}

.rois-mb-4 {
    margin-bottom: 1.5rem !important;
}

.rois-mb-5 {
    margin-bottom: 3rem !important;
}

.rois-mb-auto {
    margin-bottom: auto !important;
}

.rois-ms-0 {
    margin-left: 0 !important;
}

.rois-ms-1 {
    margin-left: 0.25rem !important;
}

.rois-ms-2 {
    margin-left: 0.5rem !important;
}

.rois-ms-3 {
    margin-left: 1rem !important;
}

.rois-ms-4 {
    margin-left: 1.5rem !important;
}

.rois-ms-5 {
    margin-left: 3rem !important;
}

.rois-ms-auto {
    margin-left: auto !important;
}

.rois-p-0 {
    padding: 0 !important;
}

.rois-p-1 {
    padding: 0.25rem !important;
}

.rois-p-2 {
    padding: 0.5rem !important;
}

.rois-p-3 {
    padding: 1rem !important;
}

.rois-p-4 {
    padding: 1.5rem !important;
}

.rois-p-5 {
    padding: 3rem !important;
}

.rois-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rois-px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.rois-px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.rois-px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.rois-px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.rois-px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.rois-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.rois-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.rois-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.rois-py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.rois-py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.rois-py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.rois-pt-0 {
    padding-top: 0 !important;
}

.rois-pt-1 {
    padding-top: 0.25rem !important;
}

.rois-pt-2 {
    padding-top: 0.5rem !important;
}

.rois-pt-3 {
    padding-top: 1rem !important;
}

.rois-pt-4 {
    padding-top: 1.5rem !important;
}

.rois-pt-5 {
    padding-top: 3rem !important;
}

.rois-pe-0 {
    padding-right: 0 !important;
}

.rois-pe-1 {
    padding-right: 0.25rem !important;
}

.rois-pe-2 {
    padding-right: 0.5rem !important;
}

.rois-pe-3 {
    padding-right: 1rem !important;
}

.rois-pe-4 {
    padding-right: 1.5rem !important;
}

.rois-pe-5 {
    padding-right: 3rem !important;
}

.rois-pb-0 {
    padding-bottom: 0 !important;
}

.rois-pb-1 {
    padding-bottom: 0.25rem !important;
}

.rois-pb-2 {
    padding-bottom: 0.5rem !important;
}

.rois-pb-3 {
    padding-bottom: 1rem !important;
}

.rois-pb-4 {
    padding-bottom: 1.5rem !important;
}

.rois-pb-5 {
    padding-bottom: 3rem !important;
}

.rois-ps-0 {
    padding-left: 0 !important;
}

.rois-ps-1 {
    padding-left: 0.25rem !important;
}

.rois-ps-2 {
    padding-left: 0.5rem !important;
}

.rois-ps-3 {
    padding-left: 1rem !important;
}

.rois-ps-4 {
    padding-left: 1.5rem !important;
}

.rois-ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 576px) {
    .rois-d-sm-inline {
        display: inline !important;
    }
    .rois-d-sm-inline-block {
        display: inline-block !important;
    }
    .rois-d-sm-block {
        display: block !important;
    }
    .rois-d-sm-grid {
        display: grid !important;
    }
    .rois-d-sm-table {
        display: table !important;
    }
    .rois-d-sm-table-row {
        display: table-row !important;
    }
    .rois-d-sm-table-cell {
        display: table-cell !important;
    }
    .rois-d-sm-flex {
        display: flex !important;
    }
    .rois-d-sm-inline-flex {
        display: inline-flex !important;
    }
    .rois-d-sm-none {
        display: none !important;
    }
    .rois-flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .rois-flex-sm-row {
        flex-direction: row !important;
    }
    .rois-flex-sm-column {
        flex-direction: column !important;
    }
    .rois-flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .rois-flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .rois-flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .rois-flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .rois-flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .rois-flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .rois-flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .rois-flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .rois-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .rois-justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .rois-justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .rois-justify-content-sm-center {
        justify-content: center !important;
    }
    .rois-justify-content-sm-between {
        justify-content: space-between !important;
    }
    .rois-justify-content-sm-around {
        justify-content: space-around !important;
    }
    .rois-justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .rois-align-items-sm-start {
        align-items: flex-start !important;
    }
    .rois-align-items-sm-end {
        align-items: flex-end !important;
    }
    .rois-align-items-sm-center {
        align-items: center !important;
    }
    .rois-align-items-sm-baseline {
        align-items: baseline !important;
    }
    .rois-align-items-sm-stretch {
        align-items: stretch !important;
    }
    .rois-align-content-sm-start {
        align-content: flex-start !important;
    }
    .rois-align-content-sm-end {
        align-content: flex-end !important;
    }
    .rois-align-content-sm-center {
        align-content: center !important;
    }
    .rois-align-content-sm-between {
        align-content: space-between !important;
    }
    .rois-align-content-sm-around {
        align-content: space-around !important;
    }
    .rois-align-content-sm-stretch {
        align-content: stretch !important;
    }
    .rois-align-self-sm-auto {
        align-self: auto !important;
    }
    .rois-align-self-sm-start {
        align-self: flex-start !important;
    }
    .rois-align-self-sm-end {
        align-self: flex-end !important;
    }
    .rois-align-self-sm-center {
        align-self: center !important;
    }
    .rois-align-self-sm-baseline {
        align-self: baseline !important;
    }
    .rois-align-self-sm-stretch {
        align-self: stretch !important;
    }
    .rois-order-sm-first {
        order: -1 !important;
    }
    .rois-order-sm-0 {
        order: 0 !important;
    }
    .rois-order-sm-1 {
        order: 1 !important;
    }
    .rois-order-sm-2 {
        order: 2 !important;
    }
    .rois-order-sm-3 {
        order: 3 !important;
    }
    .rois-order-sm-4 {
        order: 4 !important;
    }
    .rois-order-sm-5 {
        order: 5 !important;
    }
    .rois-order-sm-last {
        order: 6 !important;
    }
    .rois-m-sm-0 {
        margin: 0 !important;
    }
    .rois-m-sm-1 {
        margin: 0.25rem !important;
    }
    .rois-m-sm-2 {
        margin: 0.5rem !important;
    }
    .rois-m-sm-3 {
        margin: 1rem !important;
    }
    .rois-m-sm-4 {
        margin: 1.5rem !important;
    }
    .rois-m-sm-5 {
        margin: 3rem !important;
    }
    .rois-m-sm-auto {
        margin: auto !important;
    }
    .rois-mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .rois-mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .rois-mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .rois-mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .rois-mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .rois-mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .rois-mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .rois-my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .rois-my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .rois-my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .rois-my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .rois-my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .rois-my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .rois-my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .rois-mt-sm-0 {
        margin-top: 0 !important;
    }
    .rois-mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .rois-mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .rois-mt-sm-3 {
        margin-top: 1rem !important;
    }
    .rois-mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .rois-mt-sm-5 {
        margin-top: 3rem !important;
    }
    .rois-mt-sm-auto {
        margin-top: auto !important;
    }
    .rois-me-sm-0 {
        margin-right: 0 !important;
    }
    .rois-me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .rois-me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .rois-me-sm-3 {
        margin-right: 1rem !important;
    }
    .rois-me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .rois-me-sm-5 {
        margin-right: 3rem !important;
    }
    .rois-me-sm-auto {
        margin-right: auto !important;
    }
    .rois-mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .rois-mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .rois-mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .rois-mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .rois-mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .rois-mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .rois-mb-sm-auto {
        margin-bottom: auto !important;
    }
    .rois-ms-sm-0 {
        margin-left: 0 !important;
    }
    .rois-ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .rois-ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .rois-ms-sm-3 {
        margin-left: 1rem !important;
    }
    .rois-ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .rois-ms-sm-5 {
        margin-left: 3rem !important;
    }
    .rois-ms-sm-auto {
        margin-left: auto !important;
    }
    .rois-p-sm-0 {
        padding: 0 !important;
    }
    .rois-p-sm-1 {
        padding: 0.25rem !important;
    }
    .rois-p-sm-2 {
        padding: 0.5rem !important;
    }
    .rois-p-sm-3 {
        padding: 1rem !important;
    }
    .rois-p-sm-4 {
        padding: 1.5rem !important;
    }
    .rois-p-sm-5 {
        padding: 3rem !important;
    }
    .rois-px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .rois-px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .rois-px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .rois-px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .rois-px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .rois-px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .rois-py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .rois-py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .rois-py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .rois-py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .rois-py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .rois-py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .rois-pt-sm-0 {
        padding-top: 0 !important;
    }
    .rois-pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .rois-pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .rois-pt-sm-3 {
        padding-top: 1rem !important;
    }
    .rois-pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .rois-pt-sm-5 {
        padding-top: 3rem !important;
    }
    .rois-pe-sm-0 {
        padding-right: 0 !important;
    }
    .rois-pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .rois-pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .rois-pe-sm-3 {
        padding-right: 1rem !important;
    }
    .rois-pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .rois-pe-sm-5 {
        padding-right: 3rem !important;
    }
    .rois-pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .rois-pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .rois-pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .rois-pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .rois-pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .rois-pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .rois-ps-sm-0 {
        padding-left: 0 !important;
    }
    .rois-ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .rois-ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .rois-ps-sm-3 {
        padding-left: 1rem !important;
    }
    .rois-ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .rois-ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .rois-d-md-inline {
        display: inline !important;
    }
    .rois-d-md-inline-block {
        display: inline-block !important;
    }
    .rois-d-md-block {
        display: block !important;
    }
    .rois-d-md-grid {
        display: grid !important;
    }
    .rois-d-md-table {
        display: table !important;
    }
    .rois-d-md-table-row {
        display: table-row !important;
    }
    .rois-d-md-table-cell {
        display: table-cell !important;
    }
    .rois-d-md-flex {
        display: flex !important;
    }
    .rois-d-md-inline-flex {
        display: inline-flex !important;
    }
    .rois-d-md-none {
        display: none !important;
    }
    .rois-flex-md-fill {
        flex: 1 1 auto !important;
    }
    .rois-flex-md-row {
        flex-direction: row !important;
    }
    .rois-flex-md-column {
        flex-direction: column !important;
    }
    .rois-flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .rois-flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .rois-flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .rois-flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .rois-flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .rois-flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .rois-flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .rois-flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .rois-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .rois-justify-content-md-start {
        justify-content: flex-start !important;
    }
    .rois-justify-content-md-end {
        justify-content: flex-end !important;
    }
    .rois-justify-content-md-center {
        justify-content: center !important;
    }
    .rois-justify-content-md-between {
        justify-content: space-between !important;
    }
    .rois-justify-content-md-around {
        justify-content: space-around !important;
    }
    .rois-justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .rois-align-items-md-start {
        align-items: flex-start !important;
    }
    .rois-align-items-md-end {
        align-items: flex-end !important;
    }
    .rois-align-items-md-center {
        align-items: center !important;
    }
    .rois-align-items-md-baseline {
        align-items: baseline !important;
    }
    .rois-align-items-md-stretch {
        align-items: stretch !important;
    }
    .rois-align-content-md-start {
        align-content: flex-start !important;
    }
    .rois-align-content-md-end {
        align-content: flex-end !important;
    }
    .rois-align-content-md-center {
        align-content: center !important;
    }
    .rois-align-content-md-between {
        align-content: space-between !important;
    }
    .rois-align-content-md-around {
        align-content: space-around !important;
    }
    .rois-align-content-md-stretch {
        align-content: stretch !important;
    }
    .rois-align-self-md-auto {
        align-self: auto !important;
    }
    .rois-align-self-md-start {
        align-self: flex-start !important;
    }
    .rois-align-self-md-end {
        align-self: flex-end !important;
    }
    .rois-align-self-md-center {
        align-self: center !important;
    }
    .rois-align-self-md-baseline {
        align-self: baseline !important;
    }
    .rois-align-self-md-stretch {
        align-self: stretch !important;
    }
    .rois-order-md-first {
        order: -1 !important;
    }
    .rois-order-md-0 {
        order: 0 !important;
    }
    .rois-order-md-1 {
        order: 1 !important;
    }
    .rois-order-md-2 {
        order: 2 !important;
    }
    .rois-order-md-3 {
        order: 3 !important;
    }
    .rois-order-md-4 {
        order: 4 !important;
    }
    .rois-order-md-5 {
        order: 5 !important;
    }
    .rois-order-md-last {
        order: 6 !important;
    }
    .rois-m-md-0 {
        margin: 0 !important;
    }
    .rois-m-md-1 {
        margin: 0.25rem !important;
    }
    .rois-m-md-2 {
        margin: 0.5rem !important;
    }
    .rois-m-md-3 {
        margin: 1rem !important;
    }
    .rois-m-md-4 {
        margin: 1.5rem !important;
    }
    .rois-m-md-5 {
        margin: 3rem !important;
    }
    .rois-m-md-auto {
        margin: auto !important;
    }
    .rois-mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .rois-mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .rois-mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .rois-mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .rois-mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .rois-mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .rois-mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .rois-my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .rois-my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .rois-my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .rois-my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .rois-my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .rois-my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .rois-my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .rois-mt-md-0 {
        margin-top: 0 !important;
    }
    .rois-mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .rois-mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .rois-mt-md-3 {
        margin-top: 1rem !important;
    }
    .rois-mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .rois-mt-md-5 {
        margin-top: 3rem !important;
    }
    .rois-mt-md-auto {
        margin-top: auto !important;
    }
    .rois-me-md-0 {
        margin-right: 0 !important;
    }
    .rois-me-md-1 {
        margin-right: 0.25rem !important;
    }
    .rois-me-md-2 {
        margin-right: 0.5rem !important;
    }
    .rois-me-md-3 {
        margin-right: 1rem !important;
    }
    .rois-me-md-4 {
        margin-right: 1.5rem !important;
    }
    .rois-me-md-5 {
        margin-right: 3rem !important;
    }
    .rois-me-md-auto {
        margin-right: auto !important;
    }
    .rois-mb-md-0 {
        margin-bottom: 0 !important;
    }
    .rois-mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .rois-mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .rois-mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .rois-mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .rois-mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .rois-mb-md-auto {
        margin-bottom: auto !important;
    }
    .rois-ms-md-0 {
        margin-left: 0 !important;
    }
    .rois-ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .rois-ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .rois-ms-md-3 {
        margin-left: 1rem !important;
    }
    .rois-ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .rois-ms-md-5 {
        margin-left: 3rem !important;
    }
    .rois-ms-md-auto {
        margin-left: auto !important;
    }
    .rois-p-md-0 {
        padding: 0 !important;
    }
    .rois-p-md-1 {
        padding: 0.25rem !important;
    }
    .rois-p-md-2 {
        padding: 0.5rem !important;
    }
    .rois-p-md-3 {
        padding: 1rem !important;
    }
    .rois-p-md-4 {
        padding: 1.5rem !important;
    }
    .rois-p-md-5 {
        padding: 3rem !important;
    }
    .rois-px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .rois-px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .rois-px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .rois-px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .rois-px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .rois-px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .rois-py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .rois-py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .rois-py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .rois-py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .rois-py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .rois-py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .rois-pt-md-0 {
        padding-top: 0 !important;
    }
    .rois-pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .rois-pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .rois-pt-md-3 {
        padding-top: 1rem !important;
    }
    .rois-pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .rois-pt-md-5 {
        padding-top: 3rem !important;
    }
    .rois-pe-md-0 {
        padding-right: 0 !important;
    }
    .rois-pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .rois-pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .rois-pe-md-3 {
        padding-right: 1rem !important;
    }
    .rois-pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .rois-pe-md-5 {
        padding-right: 3rem !important;
    }
    .rois-pb-md-0 {
        padding-bottom: 0 !important;
    }
    .rois-pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .rois-pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .rois-pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .rois-pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .rois-pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .rois-ps-md-0 {
        padding-left: 0 !important;
    }
    .rois-ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .rois-ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .rois-ps-md-3 {
        padding-left: 1rem !important;
    }
    .rois-ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .rois-ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .rois-d-lg-inline {
        display: inline !important;
    }
    .rois-d-lg-inline-block {
        display: inline-block !important;
    }
    .rois-d-lg-block {
        display: block !important;
    }
    .rois-d-lg-grid {
        display: grid !important;
    }
    .rois-d-lg-table {
        display: table !important;
    }
    .rois-d-lg-table-row {
        display: table-row !important;
    }
    .rois-d-lg-table-cell {
        display: table-cell !important;
    }
    .rois-d-lg-flex {
        display: flex !important;
    }
    .rois-d-lg-inline-flex {
        display: inline-flex !important;
    }
    .rois-d-lg-none {
        display: none !important;
    }
    .rois-flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .rois-flex-lg-row {
        flex-direction: row !important;
    }
    .rois-flex-lg-column {
        flex-direction: column !important;
    }
    .rois-flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .rois-flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .rois-flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .rois-flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .rois-flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .rois-flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .rois-flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .rois-flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .rois-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .rois-justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .rois-justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .rois-justify-content-lg-center {
        justify-content: center !important;
    }
    .rois-justify-content-lg-between {
        justify-content: space-between !important;
    }
    .rois-justify-content-lg-around {
        justify-content: space-around !important;
    }
    .rois-justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .rois-align-items-lg-start {
        align-items: flex-start !important;
    }
    .rois-align-items-lg-end {
        align-items: flex-end !important;
    }
    .rois-align-items-lg-center {
        align-items: center !important;
    }
    .rois-align-items-lg-baseline {
        align-items: baseline !important;
    }
    .rois-align-items-lg-stretch {
        align-items: stretch !important;
    }
    .rois-align-content-lg-start {
        align-content: flex-start !important;
    }
    .rois-align-content-lg-end {
        align-content: flex-end !important;
    }
    .rois-align-content-lg-center {
        align-content: center !important;
    }
    .rois-align-content-lg-between {
        align-content: space-between !important;
    }
    .rois-align-content-lg-around {
        align-content: space-around !important;
    }
    .rois-align-content-lg-stretch {
        align-content: stretch !important;
    }
    .rois-align-self-lg-auto {
        align-self: auto !important;
    }
    .rois-align-self-lg-start {
        align-self: flex-start !important;
    }
    .rois-align-self-lg-end {
        align-self: flex-end !important;
    }
    .rois-align-self-lg-center {
        align-self: center !important;
    }
    .rois-align-self-lg-baseline {
        align-self: baseline !important;
    }
    .rois-align-self-lg-stretch {
        align-self: stretch !important;
    }
    .rois-order-lg-first {
        order: -1 !important;
    }
    .rois-order-lg-0 {
        order: 0 !important;
    }
    .rois-order-lg-1 {
        order: 1 !important;
    }
    .rois-order-lg-2 {
        order: 2 !important;
    }
    .rois-order-lg-3 {
        order: 3 !important;
    }
    .rois-order-lg-4 {
        order: 4 !important;
    }
    .rois-order-lg-5 {
        order: 5 !important;
    }
    .rois-order-lg-last {
        order: 6 !important;
    }
    .rois-m-lg-0 {
        margin: 0 !important;
    }
    .rois-m-lg-1 {
        margin: 0.25rem !important;
    }
    .rois-m-lg-2 {
        margin: 0.5rem !important;
    }
    .rois-m-lg-3 {
        margin: 1rem !important;
    }
    .rois-m-lg-4 {
        margin: 1.5rem !important;
    }
    .rois-m-lg-5 {
        margin: 3rem !important;
    }
    .rois-m-lg-auto {
        margin: auto !important;
    }
    .rois-mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .rois-mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .rois-mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .rois-mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .rois-mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .rois-mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .rois-mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .rois-my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .rois-my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .rois-my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .rois-my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .rois-my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .rois-my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .rois-my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .rois-mt-lg-0 {
        margin-top: 0 !important;
    }
    .rois-mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .rois-mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .rois-mt-lg-3 {
        margin-top: 1rem !important;
    }
    .rois-mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .rois-mt-lg-5 {
        margin-top: 3rem !important;
    }
    .rois-mt-lg-auto {
        margin-top: auto !important;
    }
    .rois-me-lg-0 {
        margin-right: 0 !important;
    }
    .rois-me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .rois-me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .rois-me-lg-3 {
        margin-right: 1rem !important;
    }
    .rois-me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .rois-me-lg-5 {
        margin-right: 3rem !important;
    }
    .rois-me-lg-auto {
        margin-right: auto !important;
    }
    .rois-mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .rois-mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .rois-mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .rois-mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .rois-mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .rois-mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .rois-mb-lg-auto {
        margin-bottom: auto !important;
    }
    .rois-ms-lg-0 {
        margin-left: 0 !important;
    }
    .rois-ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .rois-ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .rois-ms-lg-3 {
        margin-left: 1rem !important;
    }
    .rois-ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .rois-ms-lg-5 {
        margin-left: 3rem !important;
    }
    .rois-ms-lg-auto {
        margin-left: auto !important;
    }
    .rois-p-lg-0 {
        padding: 0 !important;
    }
    .rois-p-lg-1 {
        padding: 0.25rem !important;
    }
    .rois-p-lg-2 {
        padding: 0.5rem !important;
    }
    .rois-p-lg-3 {
        padding: 1rem !important;
    }
    .rois-p-lg-4 {
        padding: 1.5rem !important;
    }
    .rois-p-lg-5 {
        padding: 3rem !important;
    }
    .rois-px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .rois-px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .rois-px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .rois-px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .rois-px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .rois-px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .rois-py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .rois-py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .rois-py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .rois-py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .rois-py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .rois-py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .rois-pt-lg-0 {
        padding-top: 0 !important;
    }
    .rois-pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .rois-pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .rois-pt-lg-3 {
        padding-top: 1rem !important;
    }
    .rois-pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .rois-pt-lg-5 {
        padding-top: 3rem !important;
    }
    .rois-pe-lg-0 {
        padding-right: 0 !important;
    }
    .rois-pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .rois-pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .rois-pe-lg-3 {
        padding-right: 1rem !important;
    }
    .rois-pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .rois-pe-lg-5 {
        padding-right: 3rem !important;
    }
    .rois-pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .rois-pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .rois-pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .rois-pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .rois-pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .rois-pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .rois-ps-lg-0 {
        padding-left: 0 !important;
    }
    .rois-ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .rois-ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .rois-ps-lg-3 {
        padding-left: 1rem !important;
    }
    .rois-ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .rois-ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .rois-d-xl-inline {
        display: inline !important;
    }
    .rois-d-xl-inline-block {
        display: inline-block !important;
    }
    .rois-d-xl-block {
        display: block !important;
    }
    .rois-d-xl-grid {
        display: grid !important;
    }
    .rois-d-xl-table {
        display: table !important;
    }
    .rois-d-xl-table-row {
        display: table-row !important;
    }
    .rois-d-xl-table-cell {
        display: table-cell !important;
    }
    .rois-d-xl-flex {
        display: flex !important;
    }
    .rois-d-xl-inline-flex {
        display: inline-flex !important;
    }
    .rois-d-xl-none {
        display: none !important;
    }
    .rois-flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .rois-flex-xl-row {
        flex-direction: row !important;
    }
    .rois-flex-xl-column {
        flex-direction: column !important;
    }
    .rois-flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .rois-flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .rois-flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .rois-flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .rois-flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .rois-flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .rois-flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .rois-flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .rois-flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .rois-justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .rois-justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .rois-justify-content-xl-center {
        justify-content: center !important;
    }
    .rois-justify-content-xl-between {
        justify-content: space-between !important;
    }
    .rois-justify-content-xl-around {
        justify-content: space-around !important;
    }
    .rois-justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .rois-align-items-xl-start {
        align-items: flex-start !important;
    }
    .rois-align-items-xl-end {
        align-items: flex-end !important;
    }
    .rois-align-items-xl-center {
        align-items: center !important;
    }
    .rois-align-items-xl-baseline {
        align-items: baseline !important;
    }
    .rois-align-items-xl-stretch {
        align-items: stretch !important;
    }
    .rois-align-content-xl-start {
        align-content: flex-start !important;
    }
    .rois-align-content-xl-end {
        align-content: flex-end !important;
    }
    .rois-align-content-xl-center {
        align-content: center !important;
    }
    .rois-align-content-xl-between {
        align-content: space-between !important;
    }
    .rois-align-content-xl-around {
        align-content: space-around !important;
    }
    .rois-align-content-xl-stretch {
        align-content: stretch !important;
    }
    .rois-align-self-xl-auto {
        align-self: auto !important;
    }
    .rois-align-self-xl-start {
        align-self: flex-start !important;
    }
    .rois-align-self-xl-end {
        align-self: flex-end !important;
    }
    .rois-align-self-xl-center {
        align-self: center !important;
    }
    .rois-align-self-xl-baseline {
        align-self: baseline !important;
    }
    .rois-align-self-xl-stretch {
        align-self: stretch !important;
    }
    .rois-order-xl-first {
        order: -1 !important;
    }
    .rois-order-xl-0 {
        order: 0 !important;
    }
    .rois-order-xl-1 {
        order: 1 !important;
    }
    .rois-order-xl-2 {
        order: 2 !important;
    }
    .rois-order-xl-3 {
        order: 3 !important;
    }
    .rois-order-xl-4 {
        order: 4 !important;
    }
    .rois-order-xl-5 {
        order: 5 !important;
    }
    .rois-order-xl-last {
        order: 6 !important;
    }
    .rois-m-xl-0 {
        margin: 0 !important;
    }
    .rois-m-xl-1 {
        margin: 0.25rem !important;
    }
    .rois-m-xl-2 {
        margin: 0.5rem !important;
    }
    .rois-m-xl-3 {
        margin: 1rem !important;
    }
    .rois-m-xl-4 {
        margin: 1.5rem !important;
    }
    .rois-m-xl-5 {
        margin: 3rem !important;
    }
    .rois-m-xl-auto {
        margin: auto !important;
    }
    .rois-mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .rois-mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .rois-mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .rois-mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .rois-mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .rois-mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .rois-mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .rois-my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .rois-my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .rois-my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .rois-my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .rois-my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .rois-my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .rois-my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .rois-mt-xl-0 {
        margin-top: 0 !important;
    }
    .rois-mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .rois-mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .rois-mt-xl-3 {
        margin-top: 1rem !important;
    }
    .rois-mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .rois-mt-xl-5 {
        margin-top: 3rem !important;
    }
    .rois-mt-xl-auto {
        margin-top: auto !important;
    }
    .rois-me-xl-0 {
        margin-right: 0 !important;
    }
    .rois-me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .rois-me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .rois-me-xl-3 {
        margin-right: 1rem !important;
    }
    .rois-me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .rois-me-xl-5 {
        margin-right: 3rem !important;
    }
    .rois-me-xl-auto {
        margin-right: auto !important;
    }
    .rois-mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .rois-mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .rois-mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .rois-mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .rois-mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .rois-mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .rois-mb-xl-auto {
        margin-bottom: auto !important;
    }
    .rois-ms-xl-0 {
        margin-left: 0 !important;
    }
    .rois-ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .rois-ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .rois-ms-xl-3 {
        margin-left: 1rem !important;
    }
    .rois-ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .rois-ms-xl-5 {
        margin-left: 3rem !important;
    }
    .rois-ms-xl-auto {
        margin-left: auto !important;
    }
    .rois-p-xl-0 {
        padding: 0 !important;
    }
    .rois-p-xl-1 {
        padding: 0.25rem !important;
    }
    .rois-p-xl-2 {
        padding: 0.5rem !important;
    }
    .rois-p-xl-3 {
        padding: 1rem !important;
    }
    .rois-p-xl-4 {
        padding: 1.5rem !important;
    }
    .rois-p-xl-5 {
        padding: 3rem !important;
    }
    .rois-px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .rois-px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .rois-px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .rois-px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .rois-px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .rois-px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .rois-py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .rois-py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .rois-py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .rois-py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .rois-py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .rois-py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .rois-pt-xl-0 {
        padding-top: 0 !important;
    }
    .rois-pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .rois-pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .rois-pt-xl-3 {
        padding-top: 1rem !important;
    }
    .rois-pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .rois-pt-xl-5 {
        padding-top: 3rem !important;
    }
    .rois-pe-xl-0 {
        padding-right: 0 !important;
    }
    .rois-pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .rois-pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .rois-pe-xl-3 {
        padding-right: 1rem !important;
    }
    .rois-pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .rois-pe-xl-5 {
        padding-right: 3rem !important;
    }
    .rois-pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .rois-pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .rois-pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .rois-pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .rois-pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .rois-pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .rois-ps-xl-0 {
        padding-left: 0 !important;
    }
    .rois-ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .rois-ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .rois-ps-xl-3 {
        padding-left: 1rem !important;
    }
    .rois-ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .rois-ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .rois-d-xxl-inline {
        display: inline !important;
    }
    .rois-d-xxl-inline-block {
        display: inline-block !important;
    }
    .rois-d-xxl-block {
        display: block !important;
    }
    .rois-d-xxl-grid {
        display: grid !important;
    }
    .rois-d-xxl-table {
        display: table !important;
    }
    .rois-d-xxl-table-row {
        display: table-row !important;
    }
    .rois-d-xxl-table-cell {
        display: table-cell !important;
    }
    .rois-d-xxl-flex {
        display: flex !important;
    }
    .rois-d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .rois-d-xxl-none {
        display: none !important;
    }
    .rois-flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .rois-flex-xxl-row {
        flex-direction: row !important;
    }
    .rois-flex-xxl-column {
        flex-direction: column !important;
    }
    .rois-flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .rois-flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .rois-flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .rois-flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .rois-flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .rois-flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .rois-flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .rois-flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .rois-flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .rois-justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .rois-justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .rois-justify-content-xxl-center {
        justify-content: center !important;
    }
    .rois-justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .rois-justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .rois-justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .rois-align-items-xxl-start {
        align-items: flex-start !important;
    }
    .rois-align-items-xxl-end {
        align-items: flex-end !important;
    }
    .rois-align-items-xxl-center {
        align-items: center !important;
    }
    .rois-align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .rois-align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .rois-align-content-xxl-start {
        align-content: flex-start !important;
    }
    .rois-align-content-xxl-end {
        align-content: flex-end !important;
    }
    .rois-align-content-xxl-center {
        align-content: center !important;
    }
    .rois-align-content-xxl-between {
        align-content: space-between !important;
    }
    .rois-align-content-xxl-around {
        align-content: space-around !important;
    }
    .rois-align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .rois-align-self-xxl-auto {
        align-self: auto !important;
    }
    .rois-align-self-xxl-start {
        align-self: flex-start !important;
    }
    .rois-align-self-xxl-end {
        align-self: flex-end !important;
    }
    .rois-align-self-xxl-center {
        align-self: center !important;
    }
    .rois-align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .rois-align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .rois-order-xxl-first {
        order: -1 !important;
    }
    .rois-order-xxl-0 {
        order: 0 !important;
    }
    .rois-order-xxl-1 {
        order: 1 !important;
    }
    .rois-order-xxl-2 {
        order: 2 !important;
    }
    .rois-order-xxl-3 {
        order: 3 !important;
    }
    .rois-order-xxl-4 {
        order: 4 !important;
    }
    .rois-order-xxl-5 {
        order: 5 !important;
    }
    .rois-order-xxl-last {
        order: 6 !important;
    }
    .rois-m-xxl-0 {
        margin: 0 !important;
    }
    .rois-m-xxl-1 {
        margin: 0.25rem !important;
    }
    .rois-m-xxl-2 {
        margin: 0.5rem !important;
    }
    .rois-m-xxl-3 {
        margin: 1rem !important;
    }
    .rois-m-xxl-4 {
        margin: 1.5rem !important;
    }
    .rois-m-xxl-5 {
        margin: 3rem !important;
    }
    .rois-m-xxl-auto {
        margin: auto !important;
    }
    .rois-mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .rois-mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .rois-mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .rois-mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .rois-mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .rois-mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .rois-mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .rois-my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .rois-my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .rois-my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .rois-my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .rois-my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .rois-my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .rois-my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .rois-mt-xxl-0 {
        margin-top: 0 !important;
    }
    .rois-mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .rois-mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .rois-mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .rois-mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .rois-mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .rois-mt-xxl-auto {
        margin-top: auto !important;
    }
    .rois-me-xxl-0 {
        margin-right: 0 !important;
    }
    .rois-me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .rois-me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .rois-me-xxl-3 {
        margin-right: 1rem !important;
    }
    .rois-me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .rois-me-xxl-5 {
        margin-right: 3rem !important;
    }
    .rois-me-xxl-auto {
        margin-right: auto !important;
    }
    .rois-mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .rois-mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .rois-mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .rois-mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .rois-mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .rois-mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .rois-mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .rois-ms-xxl-0 {
        margin-left: 0 !important;
    }
    .rois-ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .rois-ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .rois-ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .rois-ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .rois-ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .rois-ms-xxl-auto {
        margin-left: auto !important;
    }
    .rois-p-xxl-0 {
        padding: 0 !important;
    }
    .rois-p-xxl-1 {
        padding: 0.25rem !important;
    }
    .rois-p-xxl-2 {
        padding: 0.5rem !important;
    }
    .rois-p-xxl-3 {
        padding: 1rem !important;
    }
    .rois-p-xxl-4 {
        padding: 1.5rem !important;
    }
    .rois-p-xxl-5 {
        padding: 3rem !important;
    }
    .rois-px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .rois-px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .rois-px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .rois-px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .rois-px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .rois-px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .rois-py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .rois-py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .rois-py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .rois-py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .rois-py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .rois-py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .rois-pt-xxl-0 {
        padding-top: 0 !important;
    }
    .rois-pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .rois-pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .rois-pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .rois-pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .rois-pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .rois-pe-xxl-0 {
        padding-right: 0 !important;
    }
    .rois-pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .rois-pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .rois-pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .rois-pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .rois-pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .rois-pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .rois-pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .rois-pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .rois-pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .rois-pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .rois-pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .rois-ps-xxl-0 {
        padding-left: 0 !important;
    }
    .rois-ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .rois-ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .rois-ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .rois-ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .rois-ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .rois-d-print-inline {
        display: inline !important;
    }
    .rois-d-print-inline-block {
        display: inline-block !important;
    }
    .rois-d-print-block {
        display: block !important;
    }
    .rois-d-print-grid {
        display: grid !important;
    }
    .rois-d-print-table {
        display: table !important;
    }
    .rois-d-print-table-row {
        display: table-row !important;
    }
    .rois-d-print-table-cell {
        display: table-cell !important;
    }
    .rois-d-print-flex {
        display: flex !important;
    }
    .rois-d-print-inline-flex {
        display: inline-flex !important;
    }
    .rois-d-print-none {
        display: none !important;
    }
}