@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* display */
 .d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}




/* print */
@media print {
.d-print-none {
  display: none !important;}
}




/* row-flex this customized */
.row-flex {
  --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));
}
.row-flex > * {
  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);
}




/* row-cols */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/**/
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
@media (min-width: 576px) {
.row-cols-sm-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-sm-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-sm-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-sm-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-sm-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-sm-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-sm-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
}
@media (min-width: 768px) {
 .row-cols-md-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-md-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-md-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-md-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-md-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-md-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-md-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
}
@media (min-width: 992px) {
.row-cols-lg-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-lg-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-lg-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-lg-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-lg-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-lg-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-lg-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
}
@media (min-width: 1200px) {
.row-cols-xl-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-xl-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-xl-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-xl-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-xl-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-xl-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-xl-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
}
@media (min-width: 1400px) {
.row-cols-xxl-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-xxl-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-xxl-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-xxl-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-xxl-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-xxl-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-xxl-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
}



/* col-auto */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
@media (min-width: 576px) {
.col-sm-auto {
  flex: 0 0 auto;
  width: auto;
}
}
@media (min-width: 768px) {
.col-md-auto {
  flex: 0 0 auto;
  width: auto;
}
}
@media (min-width: 992px) {
.col-lg-auto {
  flex: 0 0 auto;
  width: auto;
}
}
@media (min-width: 1200px) {
.col-xl-auto {
  flex: 0 0 auto;
  width: auto;
}
}
@media (min-width: 1400px) {
.col-xxl-auto {
  flex: 0 0 auto;
  width: auto;
}
}



/* col-flex this customized (actual class  col, col-1, col-sm-2) */
.col-flex {
  flex: 1 0 0%;
}

/* this customized */
.col-flex-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-flex-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-flex-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-flex-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-flex-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-flex-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-flex-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-flex-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-flex-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-flex-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-flex-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-flex-12 {
  flex: 0 0 auto;
  width: 100%;
}


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

/**/
.col-flex-sm-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-flex-sm-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-flex-sm-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-flex-sm-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-flex-sm-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-flex-sm-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-flex-sm-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-flex-sm-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-flex-sm-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-flex-sm-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-flex-sm-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-flex-sm-12 {
  flex: 0 0 auto;
  width: 100%;
}
  
}
@media (min-width: 768px) {
.col-flex-md {
  flex: 1 0 0%;
}

/**/
.col-flex-md-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-flex-md-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-flex-md-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-flex-md-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-flex-md-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-flex-md-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-flex-md-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-flex-md-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-flex-md-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-flex-md-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-flex-md-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-flex-md-12 {
  flex: 0 0 auto;
  width: 100%;
}
}
@media (min-width: 992px) {
.col-flex-lg {
  flex: 1 0 0%;
}

/**/
.col-flex-lg-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-flex-lg-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-flex-lg-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-flex-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-flex-lg-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-flex-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-flex-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-flex-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-flex-lg-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-flex-lg-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-flex-lg-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-flex-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}
}


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

/**/
.col-flex-xl-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-flex-xl-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-flex-xl-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-flex-xl-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-flex-xl-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-flex-xl-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-flex-xl-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-flex-xl-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-flex-xl-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-flex-xl-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-flex-xl-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-flex-xl-12 {
  flex: 0 0 auto;
  width: 100%;
}
}
@media (min-width: 1400px) {
.col-flex-xxl {
  flex: 1 0 0%;
}

/**/
.col-flex-xxl-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-flex-xxl-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-flex-xxl-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-flex-xxl-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-flex-xxl-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-flex-xxl-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-flex-xxl-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-flex-xxl-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-flex-xxl-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-flex-xxl-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-flex-xxl-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-flex-xxl-12 {
  flex: 0 0 auto;
  width: 100%;
}
}





/* offset */
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}






/* gutter */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
}
}






/**/
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }

}

@media (min-width: 992px) {
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
   
}


@media (min-width: 1200px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }

}

@media (min-width: 1400px) {
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  
}







/* order */
.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}
@media (min-width: 576px) {
.order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
.order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
.order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
.order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
.order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }

}





/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}