:root {
  --bs-blue: #009ef6;
  --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-gray: #7e8299;
  --bs-gray-dark: #3f4254;
  --bs-gray-100: #f5f8fa;
  --bs-gray-200: #eff2f5;
  --bs-gray-300: #e4e6ef;
  --bs-gray-400: #b5b5c3;
  --bs-gray-500: #a1a5b7;
  --bs-gray-600: #7e8299;
  --bs-gray-700: #5e6278;
  --bs-gray-800: #3f4254;
  --bs-gray-900: #181c32;
  --bs-white: #ffffff;
  --bs-light: #f5f8fa;
  --bs-primary: #f76d0d;
  --bs-secondary: #e4e6ef;
  --bs-success: #50cd89;
  --bs-info: #009ef7;
  --bs-warning: #eccd76;
  --bs-danger: #f1416c;
  --bs-dark: #181c32;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 245, 248, 250;
  --bs-primary-rgb: 247, 109, 13;
  --bs-secondary-rgb: 228, 230, 239;
  --bs-success-rgb: 80, 205, 137;
  --bs-info-rgb: 0, 158, 247;
  --bs-warning-rgb: 236, 205, 118;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 24, 28, 50;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 24, 28, 50;
  --bs-font-sans-serif: "Raleway", Poppins, Helvetica, "sans-serif";
  --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: #181c32;
  --bs-body-bg: #ffffff;
}

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

:root {
  --bs-light-primary: #f8f2ed;
  --bs-active-primary: #f86d0a;
  --bs-light-success: #e8fff3;
  --bs-active-success: #4dcf88;
  --bs-light-info: #d0e9f7;
  --bs-active-info: #0098f0;
  --bs-light-warning: #e9e0c8;
  --bs-active-warning: #eccd76;
  --bs-light-danger: #fff5f8;
  --bs-active-danger: #eecc6f;
  --bs-light-dark: #eff2f5;
  --bs-active-dark: #131628;
  --bs-gray-100: #f5f8fa;
  --bs-gray-200: #eff2f5;
  --bs-gray-300: #e4e6ef;
  --bs-gray-400: #b5b5c3;
  --bs-gray-500: #a1a5b7;
  --bs-gray-600: #7e8299;
  --bs-gray-700: #5e6278;
  --bs-gray-800: #3f4254;
  --bs-gray-900: #181c32;
  --bs-xs: 0;
  --bs-sm: 576px;
  --bs-md: 768px;
  --bs-lg: 992px;
  --bs-xl: 1200px;
  --bs-xxl: 1400px;
}

/* col size */

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

@media (min-width: 576px) {
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 576px) {
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0rem;
  }
}

@media (min-width: 576px) {
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
}

@media (min-width: 576px) {
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-6, .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-6, .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-7, .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
}

@media (min-width: 576px) {
  .g-sm-7, .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
}

@media (min-width: 576px) {
  .g-sm-8, .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 576px) {
  .g-sm-8, .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
}

@media (min-width: 576px) {
  .g-sm-9, .gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-9, .gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }
}

@media (min-width: 576px) {
  .g-sm-10, .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 576px) {
  .g-sm-10, .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
}

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

@media (min-width: 768px) {
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0rem;
  }
}

@media (min-width: 768px) {
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
}

@media (min-width: 768px) {
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-6, .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-6, .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-7, .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
}

@media (min-width: 768px) {
  .g-md-7, .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
}

@media (min-width: 768px) {
  .g-md-8, .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 768px) {
  .g-md-8, .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
}

@media (min-width: 768px) {
  .g-md-9, .gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-9, .gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }
}

@media (min-width: 768px) {
  .g-md-10, .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 768px) {
  .g-md-10, .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
}

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

@media (min-width: 992px) {
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0rem;
  }
}

@media (min-width: 992px) {
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
}

@media (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-7, .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
}

@media (min-width: 992px) {
  .g-lg-7, .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
}

@media (min-width: 992px) {
  .g-lg-8, .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 992px) {
  .g-lg-8, .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
}

@media (min-width: 992px) {
  .g-lg-9, .gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-9, .gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }
}

@media (min-width: 992px) {
  .g-lg-10, .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 992px) {
  .g-lg-10, .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
}

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

@media (min-width: 1200px) {
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-6, .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-7, .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-7, .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-8, .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-8, .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-9, .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-9, .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-10, .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-10, .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

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

@media (min-width: 1400px) {
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
    margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-6, .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-6, .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-7, .gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-7, .gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-8, .gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-8, .gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-9, .gx-xxl-9 {
    --bs-gutter-x: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-9, .gy-xxl-9 {
    --bs-gutter-y: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-10, .gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .g-xxl-10, .gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

/* card */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff2f5;
  border-radius: 0.475rem;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.475rem - 1px);
  border-bottom-left-radius: calc(0.475rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #eff2f5;
}

.card-header:first-child {
  border-radius: calc(0.475rem - 1px) calc(0.475rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-top: 1px solid #eff2f5;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.475rem - 1px) calc(0.475rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.475rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.475rem - 1px);
  border-top-right-radius: calc(0.475rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.475rem - 1px);
  border-bottom-left-radius: calc(0.475rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
}

@media (min-width: 576px) {
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 70px;
  padding: 0 2.25rem;
  background-color: transparent;
}

.card .card-header .card-title {
  display: flex;
  align-items: center;
  margin: 0.5rem;
  margin-left: 0;
}

.card .card-header .card-title.flex-column {
  align-items: flex-start;
  justify-content: center;
}

.card .card-header .card-title .card-icon {
  margin-right: 0.75rem;
  line-height: 0;
}

.card .card-header .card-title .card-icon i {
  font-size: 1.25rem;
  color: #7e8299;
  line-height: 0;
}

.card .card-header .card-title .card-icon i:after, .card .card-header .card-title .card-icon i:before {
  line-height: 0;
}

.card .card-header .card-title .card-icon .svg-icon svg {
  height: 24px;
  width: 24px;
}

.card .card-header .card-title .card-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7e8299;
}

.card .card-header .card-title .card-icon .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.card .card-header .card-title, .card .card-header .card-title .card-label {
  font-weight: 500;
  font-size: 1.275rem;
  color: #181c32;
}

.card .card-header .card-title .card-label {
  margin: 0 0.75rem 0 0;
  flex-wrap: wrap;
}

.card .card-header .card-title .small, .card .card-header .card-title small {
  color: #a1a5b7;
  font-size: 1rem;
}

.card .card-header .card-title .h1, .card .card-header .card-title .h2, .card .card-header .card-title .h3, .card .card-header .card-title .h4, .card .card-header .card-title .h5, .card .card-header .card-title .h6, .card .card-header .card-title h1, .card .card-header .card-title h2, .card .card-header .card-title h3, .card .card-header .card-title h4, .card .card-header .card-title h5, .card .card-header .card-title h6 {
  margin-bottom: 0;
}

.card .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}

.card .card-body {
  padding: 2rem 2.25rem;
}

.card .card-footer {
  padding: 2rem 2.25rem;
  background-color: transparent;
}

.card .card-scroll {
  position: relative;
  overflow: auto;
}

.card.card-px-0 .card-body, .card.card-px-0 .card-footer, .card.card-px-0 .card-header {
  padding-left: 0;
  padding-right: 0;
}

.card.card-py-0 .card-body, .card.card-py-0 .card-footer, .card.card-py-0 .card-header {
  padding-top: 0;
  padding-bottom: 0;
}

.card.card-p-0 .card-body, .card.card-p-0 .card-footer, .card.card-p-0 .card-header {
  padding: 0;
}

.card.card-dashed {
  box-shadow: none;
  border: 1px dashed #e4e6ef;
}

.card.card-dashed > .card-header {
  border-bottom: 1px dashed #e4e6ef;
}

.card.card-dashed > .card-footer {
  border-top: 1px dashed #e4e6ef;
}

.card.card-bordered {
  box-shadow: none;
  border: 1px solid #eff2f5;
}

.card.card-flush > .card-header {
  border-bottom: 0;
}

.card.card-flush > .card-footer {
  border-top: 0;
}

.card.card-shadow {
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
  border: 0;
}

.card.card-stretch {
  height: calc(100% - var(--bs-gutter-y));
}

.card.card-stretch-75 {
  height: calc(75% - var(--bs-gutter-y));
}

.card.card-stretch-50 {
  height: calc(50% - var(--bs-gutter-y));
}

.card.card-stretch-33 {
  height: calc(33.333% - var(--bs-gutter-y));
}

.card.card-stretch-25 {
  height: calc(25% - var(--bs-gutter-y));
}

.card .card-header-stretch {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: stretch;
}

.card .card-header-stretch .card-toolbar {
  margin: 0;
  align-items: stretch;
}

@media (min-width: 576px) {
  .card.card-sm-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
}

@media (min-width: 576px) {
  .card.card-sm-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
}

@media (min-width: 576px) {
  .card.card-sm-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
}

@media (min-width: 576px) {
  .card.card-sm-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
}

@media (min-width: 576px) {
  .card.card-sm-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
}

@media (min-width: 576px) {
  .card .card-header-sm-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
}

@media (min-width: 576px) {
  .card .card-header-sm-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .card.card-md-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
}

@media (min-width: 768px) {
  .card.card-md-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
}

@media (min-width: 768px) {
  .card.card-md-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
}

@media (min-width: 768px) {
  .card.card-md-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
}

@media (min-width: 768px) {
  .card.card-md-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
}

@media (min-width: 768px) {
  .card .card-header-md-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .card .card-header-md-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .card.card-lg-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
}

@media (min-width: 992px) {
  .card.card-lg-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
}

@media (min-width: 992px) {
  .card.card-lg-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
}

@media (min-width: 992px) {
  .card.card-lg-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
}

@media (min-width: 992px) {
  .card.card-lg-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
}

@media (min-width: 992px) {
  .card .card-header-lg-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .card .card-header-lg-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .card.card-xl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
}

@media (min-width: 1200px) {
  .card.card-xl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
}

@media (min-width: 1200px) {
  .card.card-xl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
}

@media (min-width: 1200px) {
  .card.card-xl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
}

@media (min-width: 1200px) {
  .card.card-xl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
}

@media (min-width: 1200px) {
  .card .card-header-xl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .card .card-header-xl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

@media (min-width: 1400px) {
  .card.card-xxl-stretch {
    height: calc(100% - var(--bs-gutter-y));
  }
}

@media (min-width: 1400px) {
  .card.card-xxl-stretch-75 {
    height: calc(75% - var(--bs-gutter-y));
  }
}

@media (min-width: 1400px) {
  .card.card-xxl-stretch-50 {
    height: calc(50% - var(--bs-gutter-y));
  }
}

@media (min-width: 1400px) {
  .card.card-xxl-stretch-33 {
    height: calc(33.333% - var(--bs-gutter-y));
  }
}

@media (min-width: 1400px) {
  .card.card-xxl-stretch-25 {
    height: calc(25% - var(--bs-gutter-y));
  }
}

@media (min-width: 1400px) {
  .card .card-header-xxl-stretch {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
  }
}

@media (min-width: 1400px) {
  .card .card-header-xxl-stretch .card-toolbar {
    margin: 0;
    align-items: stretch;
  }
}

.card-p {
  padding: 2rem 2.25rem !important;
}

.card-px {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.card-shadow {
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
}

.card-py {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.card-rounded {
  border-radius: 0.475rem;
}

.card-rounded-start {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}

.card-rounded-end {
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

.card-rounded-top {
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
}

.card-rounded-bottom {
  border-bottom-left-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

@media (max-width: 767.98px) {
  .card > .card-header:not(.flex-nowrap) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.card .card-header .card-title.flex-column {
  align-items: flex-start;
  justify-content: center;
}

/* flex */

.flex-stack {
  justify-content: space-between;
  align-items: center;
}

/* text */

.text-white {
  color: #fff !important;
}

.text-inverse-white {
  color: #7e8299 !important;
}

.text-hover-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-white:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-white:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-hover-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-white:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-hover-inverse-white:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-hover-inverse-white:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7e8299;
}

.text-hover-inverse-white:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-white.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-white.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-active-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-white {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-white i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-white.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-active-inverse-white.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-active-inverse-white.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7e8299;
}

.text-active-inverse-white.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-inverse-primary {
  color: #fff !important;
}

.text-light-primary {
  color: #f1faff !important;
}

.text-hover-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-primary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}

.text-hover-primary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}

.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}

.text-hover-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-primary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-primary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-hover-inverse-primary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-primary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}

.text-active-primary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-primary) !important;
}

.text-active-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-primary);
}

.text-active-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-primary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-primary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-primary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-primary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-active-inverse-primary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-secondary {
  color: #e4e6ef !important;
}

.text-inverse-secondary {
  color: #3f4254 !important;
}

.text-hover-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-secondary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-hover-secondary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-hover-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #e4e6ef;
}

.text-hover-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-secondary:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-hover-inverse-secondary:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-hover-inverse-secondary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3f4254;
}

.text-hover-inverse-secondary:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-secondary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-active-secondary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-active-secondary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #e4e6ef;
}

.text-active-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-secondary {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-secondary i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-secondary.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-active-inverse-secondary.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-active-inverse-secondary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3f4254;
}

.text-active-inverse-secondary.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-light {
  color: #f5f8fa !important;
}

.text-inverse-light {
  color: #7e8299 !important;
}

.text-hover-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-light:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-hover-light:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-hover-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #f5f8fa;
}

.text-hover-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-light:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-hover-inverse-light:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-hover-inverse-light:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7e8299;
}

.text-hover-inverse-light:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-light.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-active-light.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-active-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #f5f8fa;
}

.text-active-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-light {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-light i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-light.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-active-inverse-light.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-active-inverse-light.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7e8299;
}

.text-active-inverse-light.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-success {
  color: var(--bs-success) !important;
}

.text-inverse-success {
  color: #fff !important;
}

.text-light-success {
  color: #e8fff3 !important;
}

.text-hover-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-success:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}

.text-hover-success:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}

.text-hover-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}

.text-hover-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-success:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-success:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-success:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-hover-inverse-success:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-success.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}

.text-active-success.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-success) !important;
}

.text-active-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-success);
}

.text-active-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-success {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-success i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-success.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-success.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-active-inverse-success.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-info {
  color: var(--bs-info) !important;
}

.text-inverse-info {
  color: #fff !important;
}

.text-light-info {
  color: #f8f5ff !important;
}

.text-hover-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-info:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-info) !important;
}

.text-hover-info:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-info) !important;
}

.text-hover-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-info);
}

.text-hover-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-info:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-info:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-info:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-hover-inverse-info:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-info.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-info) !important;
}

.text-active-info.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-info) !important;
}

.text-active-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-info);
}

.text-active-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-info {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-info i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-info.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-info.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-info.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-active-inverse-info.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-warning {
  color: var(--bs-warning) !important;
}

.text-inverse-warning {
  color: #fff !important;
}

.text-light-warning {
  color: #fff8dd !important;
}

.text-hover-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-warning:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}

.text-hover-warning:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}

.text-hover-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}

.text-hover-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-warning:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-warning:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-warning:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-hover-inverse-warning:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-warning.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}

.text-active-warning.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-warning) !important;
}

.text-active-warning.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-warning);
}

.text-active-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-warning {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-warning i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-warning.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-warning.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-warning.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-active-inverse-warning.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-danger {
  color: var(--bs-danger) !important;
}

.text-inverse-danger {
  color: #fff !important;
}

.text-light-danger {
  color: #fff5f8 !important;
}

.text-hover-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-danger:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}

.text-hover-danger:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}

.text-hover-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}

.text-hover-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-danger:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-danger:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-danger:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-hover-inverse-danger:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-danger.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}

.text-active-danger.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: var(--bs-danger) !important;
}

.text-active-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: var(--bs-danger);
}

.text-active-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-danger {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-danger i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-danger.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-danger.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-danger.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-active-inverse-danger.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-dark {
  color: #181c32 !important;
}

.text-inverse-dark {
  color: #fff !important;
}

.text-light-dark {
  color: #eff2f5 !important;
}

.text-hover-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-dark:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-hover-dark:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-hover-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181c32;
}

.text-hover-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-hover-inverse-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-inverse-dark:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-dark:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-hover-inverse-dark:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-hover-inverse-dark:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-dark.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-active-dark.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-active-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181c32;
}

.text-active-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-inverse-dark {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-dark i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-inverse-dark.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-dark.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #fff !important;
}

.text-active-inverse-dark.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.text-active-inverse-dark.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-muted {
  color: #a1a5b7 !important;
}

.text-hover-muted {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-muted i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-muted:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-hover-muted:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-hover-muted:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #a1a5b7;
}

.text-hover-muted:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-muted {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-muted i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-muted.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-active-muted.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-active-muted.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #a1a5b7;
}

.text-active-muted.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-100 {
  color: #f5f8fa !important;
}

.text-hover-gray-100 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-100 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-100:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-hover-gray-100:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-hover-gray-100:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #f5f8fa;
}

.text-hover-gray-100:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-100 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-100 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-100.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-active-gray-100.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #f5f8fa !important;
}

.text-active-gray-100.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #f5f8fa;
}

.text-active-gray-100.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-200 {
  color: #eff2f5 !important;
}

.text-hover-gray-200 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-200 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-200:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #eff2f5 !important;
}

.text-hover-gray-200:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #eff2f5 !important;
}

.text-hover-gray-200:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #eff2f5;
}

.text-hover-gray-200:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-200 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-200 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-200.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #eff2f5 !important;
}

.text-active-gray-200.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #eff2f5 !important;
}

.text-active-gray-200.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #eff2f5;
}

.text-active-gray-200.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-300 {
  color: #e4e6ef !important;
}

.text-hover-gray-300 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-300 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-300:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-hover-gray-300:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-hover-gray-300:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #e4e6ef;
}

.text-hover-gray-300:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-300 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-300 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-300.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-active-gray-300.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #e4e6ef !important;
}

.text-active-gray-300.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #e4e6ef;
}

.text-active-gray-300.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-400 {
  color: #b5b5c3 !important;
}

.text-hover-gray-400 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-400 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-400:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #b5b5c3 !important;
}

.text-hover-gray-400:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #b5b5c3 !important;
}

.text-hover-gray-400:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #b5b5c3;
}

.text-hover-gray-400:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-400 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-400 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-400.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #b5b5c3 !important;
}

.text-active-gray-400.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #b5b5c3 !important;
}

.text-active-gray-400.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #b5b5c3;
}

.text-active-gray-400.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-500 {
  color: #a1a5b7 !important;
}

.text-hover-gray-500 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-500 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-500:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-hover-gray-500:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-hover-gray-500:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #a1a5b7;
}

.text-hover-gray-500:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-500 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-500 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-500.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-active-gray-500.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #a1a5b7 !important;
}

.text-active-gray-500.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #a1a5b7;
}

.text-active-gray-500.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-600 {
  color: #7e8299 !important;
}

.text-hover-gray-600 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-600 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-600:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-hover-gray-600:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-hover-gray-600:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7e8299;
}

.text-hover-gray-600:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-600 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-600 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-600.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-active-gray-600.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #7e8299 !important;
}

.text-active-gray-600.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #7e8299;
}

.text-active-gray-600.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-700 {
  color: #5e6278 !important;
}

.text-hover-gray-700 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-700 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-700:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5e6278 !important;
}

.text-hover-gray-700:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5e6278 !important;
}

.text-hover-gray-700:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5e6278;
}

.text-hover-gray-700:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-700 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-700 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-700.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5e6278 !important;
}

.text-active-gray-700.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #5e6278 !important;
}

.text-active-gray-700.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #5e6278;
}

.text-active-gray-700.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-800 {
  color: #3f4254 !important;
}

.text-hover-gray-800 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-800 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-800:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-hover-gray-800:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-hover-gray-800:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3f4254;
}

.text-hover-gray-800:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-800 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-800 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-800.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-active-gray-800.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #3f4254 !important;
}

.text-active-gray-800.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #3f4254;
}

.text-active-gray-800.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-gray-900 {
  color: #181c32 !important;
}

.text-hover-gray-900 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-900 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-hover-gray-900:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-hover-gray-900:hover i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-hover-gray-900:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181c32;
}

.text-hover-gray-900:hover .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

.text-active-gray-900 {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-900 i {
  transition: color 0.2s ease, background-color 0.2s ease;
}

.text-active-gray-900.active {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-active-gray-900.active i {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #181c32 !important;
}

.text-active-gray-900.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #181c32;
}

.text-active-gray-900.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
}

/* font */

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important;
}

.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important;
}

.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important;
}

.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important;
}

.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important;
}

.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important;
}

/* 各種margin padding */

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-13 {
  gap: 3.25rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-15 {
  gap: 3.75rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-17 {
  gap: 4.25rem !important;
}

.gap-18 {
  gap: 4.5rem !important;
}

.gap-19 {
  gap: 4.75rem !important;
}

.gap-20 {
  gap: 5rem !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;
}

.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;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-17 {
  margin: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: 1.25rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.me-8 {
  margin-right: 2rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

.me-12 {
  margin-right: 3rem !important;
}

.me-13 {
  margin-right: 3.25rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.me-15 {
  margin-right: 3.75rem !important;
}

.me-16 {
  margin-right: 4rem !important;
}

.me-17 {
  margin-right: 4.25rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

.me-19 {
  margin-right: 4.75rem !important;
}

.me-20 {
  margin-right: 5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: 1.25rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

.ms-8 {
  margin-left: 2rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-13 {
  margin-left: 3.25rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-15 {
  margin-left: 3.75rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.ms-17 {
  margin-left: 4.25rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.ms-19 {
  margin-left: 4.75rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n11 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n13 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important;
}

.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n15 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n17 {
  margin-right: -4.25rem !important;
  margin-left: -4.25rem !important;
}

.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n19 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important;
}

.mx-n20 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n17 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.my-n20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -0.75rem !important;
}

.mt-n4 {
  margin-top: -1rem !important;
}

.mt-n5 {
  margin-top: -1.25rem !important;
}

.mt-n6 {
  margin-top: -1.5rem !important;
}

.mt-n7 {
  margin-top: -1.75rem !important;
}

.mt-n8 {
  margin-top: -2rem !important;
}

.mt-n9 {
  margin-top: -2.25rem !important;
}

.mt-n10 {
  margin-top: -2.5rem !important;
}

.mt-n11 {
  margin-top: -2.75rem !important;
}

.mt-n12 {
  margin-top: -3rem !important;
}

.mt-n13 {
  margin-top: -3.25rem !important;
}

.mt-n14 {
  margin-top: -3.5rem !important;
}

.mt-n15 {
  margin-top: -3.75rem !important;
}

.mt-n16 {
  margin-top: -4rem !important;
}

.mt-n17 {
  margin-top: -4.25rem !important;
}

.mt-n18 {
  margin-top: -4.5rem !important;
}

.mt-n19 {
  margin-top: -4.75rem !important;
}

.mt-n20 {
  margin-top: -5rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -0.75rem !important;
}

.me-n4 {
  margin-right: -1rem !important;
}

.me-n5 {
  margin-right: -1.25rem !important;
}

.me-n6 {
  margin-right: -1.5rem !important;
}

.me-n7 {
  margin-right: -1.75rem !important;
}

.me-n8 {
  margin-right: -2rem !important;
}

.me-n9 {
  margin-right: -2.25rem !important;
}

.me-n10 {
  margin-right: -2.5rem !important;
}

.me-n11 {
  margin-right: -2.75rem !important;
}

.me-n12 {
  margin-right: -3rem !important;
}

.me-n13 {
  margin-right: -3.25rem !important;
}

.me-n14 {
  margin-right: -3.5rem !important;
}

.me-n15 {
  margin-right: -3.75rem !important;
}

.me-n16 {
  margin-right: -4rem !important;
}

.me-n17 {
  margin-right: -4.25rem !important;
}

.me-n18 {
  margin-right: -4.5rem !important;
}

.me-n19 {
  margin-right: -4.75rem !important;
}

.me-n20 {
  margin-right: -5rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

.mb-n4 {
  margin-bottom: -1rem !important;
}

.mb-n5 {
  margin-bottom: -1.25rem !important;
}

.mb-n6 {
  margin-bottom: -1.5rem !important;
}

.mb-n7 {
  margin-bottom: -1.75rem !important;
}

.mb-n8 {
  margin-bottom: -2rem !important;
}

.mb-n9 {
  margin-bottom: -2.25rem !important;
}

.mb-n10 {
  margin-bottom: -2.5rem !important;
}

.mb-n11 {
  margin-bottom: -2.75rem !important;
}

.mb-n12 {
  margin-bottom: -3rem !important;
}

.mb-n13 {
  margin-bottom: -3.25rem !important;
}

.mb-n14 {
  margin-bottom: -3.5rem !important;
}

.mb-n15 {
  margin-bottom: -3.75rem !important;
}

.mb-n16 {
  margin-bottom: -4rem !important;
}

.mb-n17 {
  margin-bottom: -4.25rem !important;
}

.mb-n18 {
  margin-bottom: -4.5rem !important;
}

.mb-n19 {
  margin-bottom: -4.75rem !important;
}

.mb-n20 {
  margin-bottom: -5rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -0.75rem !important;
}

.ms-n4 {
  margin-left: -1rem !important;
}

.ms-n5 {
  margin-left: -1.25rem !important;
}

.ms-n6 {
  margin-left: -1.5rem !important;
}

.ms-n7 {
  margin-left: -1.75rem !important;
}

.ms-n8 {
  margin-left: -2rem !important;
}

.ms-n9 {
  margin-left: -2.25rem !important;
}

.ms-n10 {
  margin-left: -2.5rem !important;
}

.ms-n11 {
  margin-left: -2.75rem !important;
}

.ms-n12 {
  margin-left: -3rem !important;
}

.ms-n13 {
  margin-left: -3.25rem !important;
}

.ms-n14 {
  margin-left: -3.5rem !important;
}

.ms-n15 {
  margin-left: -3.75rem !important;
}

.ms-n16 {
  margin-left: -4rem !important;
}

.ms-n17 {
  margin-left: -4.25rem !important;
}

.ms-n18 {
  margin-left: -4.5rem !important;
}

.ms-n19 {
  margin-left: -4.75rem !important;
}

.ms-n20 {
  margin-left: -5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.pe-8 {
  padding-right: 2rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-13 {
  padding-right: 3.25rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.pe-17 {
  padding-right: 4.25rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pe-19 {
  padding-right: 4.75rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

.ps-8 {
  padding-left: 2rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-13 {
  padding-left: 3.25rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.ps-17 {
  padding-left: 4.25rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.ps-19 {
  padding-left: 4.75rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.15rem !important;
}

.fs-6 {
  font-size: 1.075rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-fluid {
  font-size: 100% !important;
}

.fs-2x {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important;
}

.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important;
}

.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important;
}

.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important;
}

.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important;
}

.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 600 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 1.75 !important;
}

.lh-xl {
  line-height: 2 !important;
}

.lh-xxl {
  line-height: 2.25 !important;
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
    margin: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
    margin: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-7 {
    margin: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-8 {
    margin: 2rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-9 {
    margin: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-10 {
    margin: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-11 {
    margin: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-12 {
    margin: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-13 {
    margin: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-14 {
    margin: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-15 {
    margin: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-16 {
    margin: 4rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-17 {
    margin: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-18 {
    margin: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-19 {
    margin: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-20 {
    margin: 5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-13 {
    margin-top: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-17 {
    margin-top: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-18 {
    margin-top: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-19 {
    margin-top: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .me-lg-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-8 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-9 {
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-11 {
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-12 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-13 {
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-14 {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-15 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-16 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-17 {
    margin-right: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-18 {
    margin-right: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-19 {
    margin-right: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-20 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-13 {
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-17 {
    margin-bottom: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-18 {
    margin-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-19 {
    margin-bottom: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-13 {
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-15 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-16 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-17 {
    margin-left: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-18 {
    margin-left: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-19 {
    margin-left: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-20 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n4 {
    margin: -1rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n8 {
    margin: -2rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n12 {
    margin: -3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n16 {
    margin: -4rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n17 {
    margin: -4.25rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n19 {
    margin: -4.75rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n20 {
    margin: -5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
}

@media (min-width: 992px) {
  .my-lg-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n4 {
    margin-top: -1rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n7 {
    margin-top: -1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n8 {
    margin-top: -2rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n9 {
    margin-top: -2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n10 {
    margin-top: -2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n11 {
    margin-top: -2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n12 {
    margin-top: -3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n13 {
    margin-top: -3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n14 {
    margin-top: -3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n15 {
    margin-top: -3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n16 {
    margin-top: -4rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n17 {
    margin-top: -4.25rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n18 {
    margin-top: -4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n19 {
    margin-top: -4.75rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-n20 {
    margin-top: -5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n4 {
    margin-right: -1rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n5 {
    margin-right: -1.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n7 {
    margin-right: -1.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n8 {
    margin-right: -2rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n9 {
    margin-right: -2.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n10 {
    margin-right: -2.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n11 {
    margin-right: -2.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n12 {
    margin-right: -3rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n13 {
    margin-right: -3.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n14 {
    margin-right: -3.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n15 {
    margin-right: -3.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n16 {
    margin-right: -4rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n17 {
    margin-right: -4.25rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n18 {
    margin-right: -4.5rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n19 {
    margin-right: -4.75rem !important;
  }
}

@media (min-width: 992px) {
  .me-lg-n20 {
    margin-right: -5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n8 {
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n12 {
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n16 {
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n17 {
    margin-bottom: -4.25rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n19 {
    margin-bottom: -4.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-n20 {
    margin-bottom: -5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n4 {
    margin-left: -1rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n5 {
    margin-left: -1.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n7 {
    margin-left: -1.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n8 {
    margin-left: -2rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n9 {
    margin-left: -2.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n10 {
    margin-left: -2.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n11 {
    margin-left: -2.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n12 {
    margin-left: -3rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n13 {
    margin-left: -3.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n14 {
    margin-left: -3.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n15 {
    margin-left: -3.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n16 {
    margin-left: -4rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n17 {
    margin-left: -4.25rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n18 {
    margin-left: -4.5rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n19 {
    margin-left: -4.75rem !important;
  }
}

@media (min-width: 992px) {
  .ms-lg-n20 {
    margin-left: -5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
    padding: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-6 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-7 {
    padding: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-8 {
    padding: 2rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-9 {
    padding: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-10 {
    padding: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-11 {
    padding: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-12 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-13 {
    padding: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-14 {
    padding: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-15 {
    padding: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-16 {
    padding: 4rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-17 {
    padding: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-18 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-19 {
    padding: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-20 {
    padding: 5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-13 {
    padding-top: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-17 {
    padding-top: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-18 {
    padding-top: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-19 {
    padding-top: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-13 {
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-15 {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-16 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-17 {
    padding-right: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-18 {
    padding-right: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-19 {
    padding-right: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .pe-lg-20 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-13 {
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-15 {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-17 {
    padding-bottom: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-18 {
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-19 {
    padding-bottom: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-13 {
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-15 {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-16 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-17 {
    padding-left: 4.25rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-18 {
    padding-left: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-19 {
    padding-left: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-20 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-4 {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-5 {
    font-size: 1.15rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-6 {
    font-size: 1.075rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-7 {
    font-size: 0.95rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-8 {
    font-size: 0.85rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-9 {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-base {
    font-size: 1rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-fluid {
    font-size: 100% !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-unset {
    min-width: unset !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-25 {
    min-width: 25% !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-50 {
    min-width: 50% !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-75 {
    min-width: 75% !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-100 {
    min-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-auto {
    min-width: auto !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-1px {
    min-width: 1px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-2px {
    min-width: 2px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-3px {
    min-width: 3px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-4px {
    min-width: 4px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-5px {
    min-width: 5px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-6px {
    min-width: 6px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-7px {
    min-width: 7px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-8px {
    min-width: 8px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-9px {
    min-width: 9px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-10px {
    min-width: 10px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-15px {
    min-width: 15px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-20px {
    min-width: 20px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-25px {
    min-width: 25px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-30px {
    min-width: 30px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-35px {
    min-width: 35px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-40px {
    min-width: 40px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-45px {
    min-width: 45px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-50px {
    min-width: 50px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-55px {
    min-width: 55px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-60px {
    min-width: 60px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-65px {
    min-width: 65px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-70px {
    min-width: 70px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-75px {
    min-width: 75px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-80px {
    min-width: 80px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-85px {
    min-width: 85px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-90px {
    min-width: 90px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-95px {
    min-width: 95px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-100px {
    min-width: 100px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-125px {
    min-width: 125px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-150px {
    min-width: 150px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-175px {
    min-width: 175px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-200px {
    min-width: 200px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-225px {
    min-width: 225px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-250px {
    min-width: 250px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-275px {
    min-width: 275px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-300px {
    min-width: 300px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-325px {
    min-width: 325px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-350px {
    min-width: 350px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-375px {
    min-width: 375px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-400px {
    min-width: 400px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-425px {
    min-width: 425px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-450px {
    min-width: 450px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-475px {
    min-width: 475px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-500px {
    min-width: 500px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-550px {
    min-width: 550px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-600px {
    min-width: 600px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-650px {
    min-width: 650px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-700px {
    min-width: 700px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-750px {
    min-width: 750px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-800px {
    min-width: 800px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-850px {
    min-width: 850px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-900px {
    min-width: 900px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-950px {
    min-width: 950px !important;
  }
}

@media (min-width: 992px) {
  .min-w-lg-1000px {
    min-width: 1000px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-unset {
    min-height: unset !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-25 {
    min-height: 25% !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-50 {
    min-height: 50% !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-75 {
    min-height: 75% !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-100 {
    min-height: 100% !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-auto {
    min-height: auto !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-1px {
    min-height: 1px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-2px {
    min-height: 2px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-3px {
    min-height: 3px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-4px {
    min-height: 4px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-5px {
    min-height: 5px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-6px {
    min-height: 6px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-7px {
    min-height: 7px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-8px {
    min-height: 8px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-9px {
    min-height: 9px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-10px {
    min-height: 10px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-15px {
    min-height: 15px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-20px {
    min-height: 20px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-25px {
    min-height: 25px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-30px {
    min-height: 30px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-35px {
    min-height: 35px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-40px {
    min-height: 40px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-45px {
    min-height: 45px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-50px {
    min-height: 50px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-55px {
    min-height: 55px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-60px {
    min-height: 60px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-65px {
    min-height: 65px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-70px {
    min-height: 70px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-75px {
    min-height: 75px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-80px {
    min-height: 80px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-85px {
    min-height: 85px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-90px {
    min-height: 90px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-95px {
    min-height: 95px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-100px {
    min-height: 100px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-125px {
    min-height: 125px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-150px {
    min-height: 150px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-175px {
    min-height: 175px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-200px {
    min-height: 200px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-225px {
    min-height: 225px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-250px {
    min-height: 250px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-275px {
    min-height: 275px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-300px {
    min-height: 300px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-325px {
    min-height: 325px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-350px {
    min-height: 350px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-375px {
    min-height: 375px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-400px {
    min-height: 400px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-425px {
    min-height: 425px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-450px {
    min-height: 450px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-475px {
    min-height: 475px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-500px {
    min-height: 500px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-550px {
    min-height: 550px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-600px {
    min-height: 600px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-650px {
    min-height: 650px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-700px {
    min-height: 700px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-750px {
    min-height: 750px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-800px {
    min-height: 800px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-850px {
    min-height: 850px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-900px {
    min-height: 900px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-950px {
    min-height: 950px !important;
  }
}

@media (min-width: 992px) {
  .min-h-lg-1000px {
    min-height: 1000px !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-end {
    float: right !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-fixed {
    position: fixed !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-unset {
    width: unset !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-1px {
    width: 1px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-2px {
    width: 2px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-3px {
    width: 3px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-4px {
    width: 4px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-5px {
    width: 5px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-6px {
    width: 6px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-7px {
    width: 7px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-8px {
    width: 8px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-9px {
    width: 9px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-10px {
    width: 10px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-15px {
    width: 15px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-20px {
    width: 20px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25px {
    width: 25px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-30px {
    width: 30px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-35px {
    width: 35px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-40px {
    width: 40px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-45px {
    width: 45px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-50px {
    width: 50px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-55px {
    width: 55px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-60px {
    width: 60px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-65px {
    width: 65px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-70px {
    width: 70px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-75px {
    width: 75px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-80px {
    width: 80px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-85px {
    width: 85px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-90px {
    width: 90px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-95px {
    width: 95px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100px {
    width: 100px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-125px {
    width: 125px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-150px {
    width: 150px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-175px {
    width: 175px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-200px {
    width: 200px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-225px {
    width: 225px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-250px {
    width: 250px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-275px {
    width: 275px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-300px {
    width: 300px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-325px {
    width: 325px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-350px {
    width: 350px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-375px {
    width: 375px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-400px {
    width: 400px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-425px {
    width: 425px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-450px {
    width: 450px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-475px {
    width: 475px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-500px {
    width: 500px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-550px {
    width: 550px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-600px {
    width: 600px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-650px {
    width: 650px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-700px {
    width: 700px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-750px {
    width: 750px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-800px {
    width: 800px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-850px {
    width: 850px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-900px {
    width: 900px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-950px {
    width: 950px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-1000px {
    width: 1000px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-unset {
    max-width: unset !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-25 {
    max-width: 25% !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-50 {
    max-width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-75 {
    max-width: 75% !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-auto {
    max-width: auto !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-1px {
    max-width: 1px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-2px {
    max-width: 2px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-3px {
    max-width: 3px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-4px {
    max-width: 4px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-5px {
    max-width: 5px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-6px {
    max-width: 6px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-7px {
    max-width: 7px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-8px {
    max-width: 8px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-9px {
    max-width: 9px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-10px {
    max-width: 10px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-15px {
    max-width: 15px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-20px {
    max-width: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-25px {
    max-width: 25px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-30px {
    max-width: 30px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-35px {
    max-width: 35px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-40px {
    max-width: 40px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-45px {
    max-width: 45px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-50px {
    max-width: 50px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-55px {
    max-width: 55px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-60px {
    max-width: 60px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-65px {
    max-width: 65px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-70px {
    max-width: 70px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-75px {
    max-width: 75px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-80px {
    max-width: 80px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-85px {
    max-width: 85px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-90px {
    max-width: 90px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-95px {
    max-width: 95px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-100px {
    max-width: 100px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-125px {
    max-width: 125px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-150px {
    max-width: 150px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-175px {
    max-width: 175px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-200px {
    max-width: 200px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-225px {
    max-width: 225px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-250px {
    max-width: 250px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-275px {
    max-width: 275px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-300px {
    max-width: 300px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-325px {
    max-width: 325px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-350px {
    max-width: 350px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-375px {
    max-width: 375px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-400px {
    max-width: 400px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-425px {
    max-width: 425px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-450px {
    max-width: 450px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-475px {
    max-width: 475px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-500px {
    max-width: 500px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-550px {
    max-width: 550px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-600px {
    max-width: 600px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-650px {
    max-width: 650px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-700px {
    max-width: 700px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-750px {
    max-width: 750px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-800px {
    max-width: 800px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-850px {
    max-width: 850px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-900px {
    max-width: 900px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-950px {
    max-width: 950px !important;
  }
}

@media (min-width: 1200px) {
  .mw-xl-1000px {
    max-width: 1000px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-unset {
    height: unset !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-25 {
    height: 25% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-50 {
    height: 50% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-75 {
    height: 75% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-100 {
    height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-1px {
    height: 1px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-2px {
    height: 2px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-3px {
    height: 3px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-4px {
    height: 4px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-5px {
    height: 5px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-6px {
    height: 6px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-7px {
    height: 7px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-8px {
    height: 8px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-9px {
    height: 9px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-10px {
    height: 10px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-15px {
    height: 15px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-20px {
    height: 20px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-25px {
    height: 25px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-30px {
    height: 30px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-35px {
    height: 35px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-40px {
    height: 40px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-45px {
    height: 45px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-50px {
    height: 50px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-55px {
    height: 55px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-60px {
    height: 60px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-65px {
    height: 65px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-70px {
    height: 70px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-75px {
    height: 75px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-80px {
    height: 80px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-85px {
    height: 85px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-90px {
    height: 90px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-95px {
    height: 95px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-100px {
    height: 100px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-125px {
    height: 125px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-150px {
    height: 150px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-175px {
    height: 175px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-200px {
    height: 200px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-225px {
    height: 225px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-250px {
    height: 250px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-275px {
    height: 275px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-300px {
    height: 300px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-325px {
    height: 325px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-350px {
    height: 350px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-375px {
    height: 375px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-400px {
    height: 400px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-425px {
    height: 425px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-450px {
    height: 450px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-475px {
    height: 475px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-500px {
    height: 500px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-550px {
    height: 550px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-600px {
    height: 600px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-650px {
    height: 650px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-700px {
    height: 700px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-750px {
    height: 750px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-800px {
    height: 800px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-850px {
    height: 850px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-900px {
    height: 900px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-950px {
    height: 950px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-1000px {
    height: 1000px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-unset {
    max-height: unset !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-25 {
    max-height: 25% !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-50 {
    max-height: 50% !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-75 {
    max-height: 75% !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-100 {
    max-height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-auto {
    max-height: auto !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-1px {
    max-height: 1px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-2px {
    max-height: 2px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-3px {
    max-height: 3px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-4px {
    max-height: 4px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-5px {
    max-height: 5px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-6px {
    max-height: 6px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-7px {
    max-height: 7px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-8px {
    max-height: 8px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-9px {
    max-height: 9px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-10px {
    max-height: 10px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-15px {
    max-height: 15px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-20px {
    max-height: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-25px {
    max-height: 25px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-30px {
    max-height: 30px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-35px {
    max-height: 35px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-40px {
    max-height: 40px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-45px {
    max-height: 45px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-50px {
    max-height: 50px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-55px {
    max-height: 55px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-60px {
    max-height: 60px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-65px {
    max-height: 65px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-70px {
    max-height: 70px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-75px {
    max-height: 75px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-80px {
    max-height: 80px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-85px {
    max-height: 85px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-90px {
    max-height: 90px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-95px {
    max-height: 95px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-100px {
    max-height: 100px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-125px {
    max-height: 125px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-150px {
    max-height: 150px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-175px {
    max-height: 175px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-200px {
    max-height: 200px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-225px {
    max-height: 225px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-250px {
    max-height: 250px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-275px {
    max-height: 275px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-300px {
    max-height: 300px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-325px {
    max-height: 325px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-350px {
    max-height: 350px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-375px {
    max-height: 375px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-400px {
    max-height: 400px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-425px {
    max-height: 425px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-450px {
    max-height: 450px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-475px {
    max-height: 475px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-500px {
    max-height: 500px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-550px {
    max-height: 550px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-600px {
    max-height: 600px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-650px {
    max-height: 650px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-700px {
    max-height: 700px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-750px {
    max-height: 750px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-800px {
    max-height: 800px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-850px {
    max-height: 850px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-900px {
    max-height: 900px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-950px {
    max-height: 950px !important;
  }
}

@media (min-width: 1200px) {
  .mh-xl-1000px {
    max-height: 1000px !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column {
    flex-direction: column !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
    gap: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-8 {
    gap: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-9 {
    gap: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-11 {
    gap: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-12 {
    gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-13 {
    gap: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-14 {
    gap: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-15 {
    gap: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-16 {
    gap: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-17 {
    gap: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-18 {
    gap: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-19 {
    gap: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .gap-xl-20 {
    gap: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
    justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-end {
    align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-center {
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
}

@media (min-width: 1200px) {
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-start {
    align-content: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-end {
    align-content: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-center {
    align-content: center !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-between {
    align-content: space-between !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-around {
    align-content: space-around !important;
  }
}

@media (min-width: 1200px) {
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-auto {
    align-self: auto !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-start {
    align-self: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-end {
    align-self: flex-end !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-center {
    align-self: center !important;
  }
}

@media (min-width: 1200px) {
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
}

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

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-last {
    order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-9 {
    margin: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-11 {
    margin: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-12 {
    margin: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-13 {
    margin: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-14 {
    margin: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-16 {
    margin: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-17 {
    margin: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-18 {
    margin: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-19 {
    margin: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-auto {
    margin: auto !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-13 {
    margin-top: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-17 {
    margin-top: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-18 {
    margin-top: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-19 {
    margin-top: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-4 {
    margin-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-8 {
    margin-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-9 {
    margin-right: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-11 {
    margin-right: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-12 {
    margin-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-13 {
    margin-right: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-14 {
    margin-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-15 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-16 {
    margin-right: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-17 {
    margin-right: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-18 {
    margin-right: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-19 {
    margin-right: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-20 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-13 {
    margin-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-15 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-17 {
    margin-bottom: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-18 {
    margin-bottom: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-19 {
    margin-bottom: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-13 {
    margin-left: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-15 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-16 {
    margin-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-17 {
    margin-left: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-18 {
    margin-left: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-19 {
    margin-left: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-20 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n4 {
    margin: -1rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n8 {
    margin: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n12 {
    margin: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n16 {
    margin: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n17 {
    margin: -4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n19 {
    margin: -4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n20 {
    margin: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mx-xl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .my-xl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n7 {
    margin-top: -1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n8 {
    margin-top: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n9 {
    margin-top: -2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n10 {
    margin-top: -2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n11 {
    margin-top: -2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n12 {
    margin-top: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n13 {
    margin-top: -3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n14 {
    margin-top: -3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n15 {
    margin-top: -3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n16 {
    margin-top: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n17 {
    margin-top: -4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n18 {
    margin-top: -4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n19 {
    margin-top: -4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n20 {
    margin-top: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n4 {
    margin-right: -1rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n5 {
    margin-right: -1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n7 {
    margin-right: -1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n8 {
    margin-right: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n9 {
    margin-right: -2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n10 {
    margin-right: -2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n11 {
    margin-right: -2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n12 {
    margin-right: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n13 {
    margin-right: -3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n14 {
    margin-right: -3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n15 {
    margin-right: -3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n16 {
    margin-right: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n17 {
    margin-right: -4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n18 {
    margin-right: -4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n19 {
    margin-right: -4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .me-xl-n20 {
    margin-right: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n8 {
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n12 {
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n16 {
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n17 {
    margin-bottom: -4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n19 {
    margin-bottom: -4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .mb-xl-n20 {
    margin-bottom: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n4 {
    margin-left: -1rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n5 {
    margin-left: -1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n7 {
    margin-left: -1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n8 {
    margin-left: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n9 {
    margin-left: -2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n10 {
    margin-left: -2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n11 {
    margin-left: -2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n12 {
    margin-left: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n13 {
    margin-left: -3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n14 {
    margin-left: -3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n15 {
    margin-left: -3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n16 {
    margin-left: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n17 {
    margin-left: -4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n18 {
    margin-left: -4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n19 {
    margin-left: -4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ms-xl-n20 {
    margin-left: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-7 {
    padding: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-8 {
    padding: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-9 {
    padding: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-10 {
    padding: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-11 {
    padding: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-12 {
    padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-13 {
    padding: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-14 {
    padding: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-15 {
    padding: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-16 {
    padding: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-17 {
    padding: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-18 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-19 {
    padding: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .p-xl-20 {
    padding: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-13 {
    padding-top: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-15 {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-17 {
    padding-top: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-18 {
    padding-top: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-19 {
    padding-top: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-13 {
    padding-right: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-15 {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-16 {
    padding-right: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-17 {
    padding-right: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-18 {
    padding-right: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-19 {
    padding-right: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pe-xl-20 {
    padding-right: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-13 {
    padding-bottom: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-15 {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-17 {
    padding-bottom: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-18 {
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-19 {
    padding-bottom: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-13 {
    padding-left: 3.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-15 {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-16 {
    padding-left: 4rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-17 {
    padding-left: 4.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-18 {
    padding-left: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-19 {
    padding-left: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .ps-xl-20 {
    padding-left: 5rem !important;
  }
}

/* glutter */

@media (min-width: 1200px) {
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-6, .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-7, .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-7, .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-8, .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-8, .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-9, .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-9, .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-10, .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .g-xl-10, .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

/* width */

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-1px {
  width: 1px !important;
}

.w-2px {
  width: 2px !important;
}

.w-3px {
  width: 3px !important;
}

.w-4px {
  width: 4px !important;
}

.w-5px {
  width: 5px !important;
}

.w-6px {
  width: 6px !important;
}

.w-7px {
  width: 7px !important;
}

.w-8px {
  width: 8px !important;
}

.w-9px {
  width: 9px !important;
}

.w-10px {
  width: 10px !important;
}

.w-15px {
  width: 15px !important;
}

.w-20px {
  width: 20px !important;
}

.w-25px {
  width: 25px !important;
}

.w-30px {
  width: 30px !important;
}

.w-35px {
  width: 35px !important;
}

.w-40px {
  width: 40px !important;
}

.w-45px {
  width: 45px !important;
}

.w-50px {
  width: 50px !important;
}

.w-55px {
  width: 55px !important;
}

.w-60px {
  width: 60px !important;
}

.w-65px {
  width: 65px !important;
}

.w-70px {
  width: 70px !important;
}

.w-75px {
  width: 75px !important;
}

.w-80px {
  width: 80px !important;
}

.w-85px {
  width: 85px !important;
}

.w-90px {
  width: 90px !important;
}

.w-95px {
  width: 95px !important;
}

.w-100px {
  width: 100px !important;
}

.w-125px {
  width: 125px !important;
}

.w-150px {
  width: 150px !important;
}

.w-175px {
  width: 175px !important;
}

.w-200px {
  width: 200px !important;
}

.w-225px {
  width: 225px !important;
}

.w-250px {
  width: 250px !important;
}

.w-275px {
  width: 275px !important;
}

.w-300px {
  width: 300px !important;
}

.w-325px {
  width: 325px !important;
}

.w-350px {
  width: 350px !important;
}

.w-375px {
  width: 375px !important;
}

.w-400px {
  width: 400px !important;
}

.w-425px {
  width: 425px !important;
}

.w-450px {
  width: 450px !important;
}

.w-475px {
  width: 475px !important;
}

.w-500px {
  width: 500px !important;
}

.w-550px {
  width: 550px !important;
}

.w-600px {
  width: 600px !important;
}

.w-650px {
  width: 650px !important;
}

.w-700px {
  width: 700px !important;
}

.w-750px {
  width: 750px !important;
}

.w-800px {
  width: 800px !important;
}

.w-850px {
  width: 850px !important;
}

.w-900px {
  width: 900px !important;
}

.w-950px {
  width: 950px !important;
}

.w-1000px {
  width: 1000px !important;
}

/* form select //////////////////////////////////////////////////// */

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #181c32;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #e4e6ef;
  border-radius: 0.475rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #b5b5c3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #eff2f5;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #181c32;
}

.form-select-sm {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 0.75rem;
  font-size: 0.925rem;
}

.form-select-lg {
  padding-top: 0.825rem;
  padding-bottom: 0.825rem;
  padding-left: 1.5rem;
  font-size: 1.15rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.25rem;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -2.25rem;
}

.form-check-input {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -0.125rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}

.form-check-input[type="checkbox"] {
  border-radius: 0.45em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #b5b5c3;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #009ef7;
  border-color: #009ef7;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url([svg]);
}

.form-check-input:checked[type="radio"] {
  background-image: url([svg]);
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #009ef7;
  border-color: #009ef7;
  background-image: url([svg]);
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 3.75rem;
}

.form-switch .form-check-input {
  width: 3.25rem;
  margin-left: -3.75rem;
  background-image: url([svg]);
  background-position: left center;
  border-radius: 3.25rem;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url([svg]);
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url([svg]);
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.6;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 158, 247, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #009ef7;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b3e2fd;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e6ef;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #009ef7;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b3e2fd;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e6ef;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #a1a5b7;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #a1a5b7;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control {
  padding: 1rem 1rem;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #181c32;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f8fa;
  border: 1px solid #e4e6ef;
  border-radius: 0.475rem;
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.825rem 1.5rem;
  font-size: 1.15rem;
  border-radius: 0.475rem;
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  border-radius: 0.475rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4), .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #50cd89;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url([svg]), url([svg]);
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #50cd89;
  box-shadow: 0 0 0 0.25rem rgba(80, 205, 137, 0.25);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #50cd89;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #50cd89;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(80, 205, 137, 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #50cd89;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1;
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #f1416c;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url([svg]), url([svg]);
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #f1416c;
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #f1416c;
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #f1416c;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 65, 108, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f1416c;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2;
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

.form-select {
  box-shadow: none !important;
}

.form-select.form-select-solid {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.form-select.form-select-solid::placeholder {
  color: #a1a5b7;
}

.form-select.form-select-solid::-moz-placeholder {
  color: #a1a5b7;
  opacity: 1;
}

.dropdown.show > .form-select.form-select-solid, .form-select.form-select-solid.active, .form-select.form-select-solid.focus, .form-select.form-select-solid:active, .form-select.form-select-solid:focus {
  background-color: #eef3f7;
  border-color: #eef3f7 !important;
  color: #5e6278;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.form-select.form-select-white {
  background-color: #fff;
  border-color: #fff;
  color: #181c32;
}

.form-select.form-select-white::placeholder {
  color: #a1a5b7;
}

.form-select.form-select-white::-moz-placeholder {
  color: #a1a5b7;
  opacity: 1;
}

.dropdown.show > .form-select.form-select-white, .form-select.form-select-white.active, .form-select.form-select-white.focus, .form-select.form-select-white:active, .form-select.form-select-white:focus {
  background-color: #fff;
  border-color: #fff !important;
  color: #181c32;
}

/* position */

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

/* table /////////////////////////////////////////////////////////////////////////// */

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* table */

table {
  caption-side: bottom;
  border-collapse: collapse;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #181c32;
  --bs-table-striped-bg: rgba(245, 248, 250, 0.75);
  --bs-table-active-color: #181c32;
  --bs-table-active-bg: #f5f8fa;
  --bs-table-hover-color: #181c32;
  --bs-table-hover-bg: #f5f8fa;
  width: 100%;
  margin-bottom: 1rem;
  color: #181c32;
  vertical-align: top;
  border-color: #eff2f5;
}

.table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ccecfd;
  --bs-table-striped-bg: #c2e0f0;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d4e4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bddaea;
  --bs-table-hover-color: #000000;
  color: #000;
  border-color: #b8d4e4;
}

.table-secondary {
  --bs-table-bg: #fafafc;
  --bs-table-striped-bg: #eeeeef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e1e1e3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e7e7e9;
  --bs-table-hover-color: #000000;
  color: #000;
  border-color: #e1e1e3;
}

.table-success {
  --bs-table-bg: #dcf5e7;
  --bs-table-striped-bg: #d1e9db;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c6ddd0;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #cce3d6;
  --bs-table-hover-color: #000000;
  color: #000;
  border-color: #c6ddd0;
}

.table-info {
  --bs-table-bg: #e3d7fb;
  --bs-table-striped-bg: #d8ccee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #ccc2e2;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d2c7e8;
  --bs-table-hover-color: #000000;
  color: #000;
  border-color: #ccc2e2;
}

.table-warning {
  --bs-table-bg: #fff4cc;
  --bs-table-striped-bg: #f2e8c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dcb8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece2bd;
  --bs-table-hover-color: #000000;
  color: #000;
  border-color: #e6dcb8;
}

.table-danger {
  --bs-table-bg: #fcd9e2;
  --bs-table-striped-bg: #efced7;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e3c3cb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e9c9d1;
  --bs-table-hover-color: #000000;
  color: #000;
  border-color: #e3c3cb;
}

.table-light {
  --bs-table-bg: #f5f8fa;
  --bs-table-striped-bg: #e9ecee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dddfe1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e3e5e7;
  --bs-table-hover-color: #000000;
  color: #000;
  border-color: #dddfe1;
}

.table-dark {
  --bs-table-bg: #181c32;
  --bs-table-striped-bg: #24273c;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #2f3347;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #292d41;
  --bs-table-hover-color: #ffffff;
  color: #fff;
  border-color: #2f3347;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.table {
  width: 100%;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

.table td, .table th, .table tr {
  border-color: inherit;
  border-width: inherit;
  border-style: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  height: inherit;
  min-height: inherit;
}

.table td:first-child, .table th:first-child, .table tr:first-child {
  padding-left: 0;
}

.table td:last-child, .table th:last-child, .table tr:last-child {
  padding-right: 0;
}

.table tbody tr:last-child, .table tfoot tr:last-child {
  border-bottom: 0 !important;
}

.table tbody tr:last-child td, .table tbody tr:last-child th, .table tfoot tr:last-child td, .table tfoot tr:last-child th {
  border-bottom: 0 !important;
}

.table tfoot td, .table tfoot th {
  border-top: inherit;
}

.table.table-rounded {
  border-radius: 0.475rem;
  border-spacing: 0;
  border-collapse: separate;
}

.table.table-flush td, .table.table-flush th, .table.table-flush tr {
  padding: inherit;
}

.table.table-row-bordered tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eff2f5;
}

.table.table-row-bordered tfoot td, .table.table-row-bordered tfoot th {
  border-top-width: 1px !important;
}

.table.table-row-dashed tr {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #eff2f5;
}

.table.table-row-dashed tfoot td, .table.table-row-dashed tfoot th {
  border-top-width: 1px !important;
}

.table.table-row-gray-100 tr {
  border-bottom-color: #f5f8fa;
}

.table.table-row-gray-200 tr {
  border-bottom-color: #eff2f5;
}

.table.table-row-gray-300 tr {
  border-bottom-color: #e4e6ef;
}

.table.table-row-gray-400 tr {
  border-bottom-color: #b5b5c3;
}

.table.table-row-gray-500 tr {
  border-bottom-color: #a1a5b7;
}

.table.table-row-gray-600 tr {
  border-bottom-color: #7e8299;
}

.table.table-row-gray-700 tr {
  border-bottom-color: #5e6278;
}

.table.table-row-gray-800 tr {
  border-bottom-color: #3f4254;
}

.table.table-row-gray-900 tr {
  border-bottom-color: #181c32;
}

.table.g-0 td, .table.g-0 th {
  padding: 0;
}

.table.gy-0 td, .table.gy-0 th {
  padding-top: 0;
  padding-bottom: 0;
}

.table.gx-0 td, .table.gx-0 th {
  padding-left: 0;
  padding-right: 0;
}

.table.gs-0 td:first-child, .table.gs-0 th:first-child {
  padding-left: 0;
}

.table.gs-0 td:last-child, .table.gs-0 th:last-child {
  padding-right: 0;
}

.table.g-1 td, .table.g-1 th {
  padding: 0.25rem;
}

.table.gy-1 td, .table.gy-1 th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table.gx-1 td, .table.gx-1 th {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.table.gs-1 td:first-child, .table.gs-1 th:first-child {
  padding-left: 0.25rem;
}

.table.gs-1 td:last-child, .table.gs-1 th:last-child {
  padding-right: 0.25rem;
}

.table.g-2 td, .table.g-2 th {
  padding: 0.5rem;
}

.table.gy-2 td, .table.gy-2 th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.table.gx-2 td, .table.gx-2 th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table.gs-2 td:first-child, .table.gs-2 th:first-child {
  padding-left: 0.5rem;
}

.table.gs-2 td:last-child, .table.gs-2 th:last-child {
  padding-right: 0.5rem;
}

.table.g-3 td, .table.g-3 th {
  padding: 0.75rem;
}

.table.gy-3 td, .table.gy-3 th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.table.gx-3 td, .table.gx-3 th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.table.gs-3 td:first-child, .table.gs-3 th:first-child {
  padding-left: 0.75rem;
}

.table.gs-3 td:last-child, .table.gs-3 th:last-child {
  padding-right: 0.75rem;
}

.table.g-4 td, .table.g-4 th {
  padding: 1rem;
}

.table.gy-4 td, .table.gy-4 th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table.gx-4 td, .table.gx-4 th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.table.gs-4 td:first-child, .table.gs-4 th:first-child {
  padding-left: 1rem;
}

.table.gs-4 td:last-child, .table.gs-4 th:last-child {
  padding-right: 1rem;
}

.table.g-5 td, .table.g-5 th {
  padding: 1.25rem;
}

.table.gy-5 td, .table.gy-5 th {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.table.gx-5 td, .table.gx-5 th {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.table.gs-5 td:first-child, .table.gs-5 th:first-child {
  padding-left: 1.25rem;
}

.table.gs-5 td:last-child, .table.gs-5 th:last-child {
  padding-right: 1.25rem;
}

.table.g-6 td, .table.g-6 th {
  padding: 1.5rem;
}

.table.gy-6 td, .table.gy-6 th {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table.gx-6 td, .table.gx-6 th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table.gs-6 td:first-child, .table.gs-6 th:first-child {
  padding-left: 1.5rem;
}

.table.gs-6 td:last-child, .table.gs-6 th:last-child {
  padding-right: 1.5rem;
}

.table.g-7 td, .table.g-7 th {
  padding: 1.75rem;
}

.table.gy-7 td, .table.gy-7 th {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.table.gx-7 td, .table.gx-7 th {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.table.gs-7 td:first-child, .table.gs-7 th:first-child {
  padding-left: 1.75rem;
}

.table.gs-7 td:last-child, .table.gs-7 th:last-child {
  padding-right: 1.75rem;
}

.table.g-8 td, .table.g-8 th {
  padding: 2rem;
}

.table.gy-8 td, .table.gy-8 th {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.table.gx-8 td, .table.gx-8 th {
  padding-left: 2rem;
  padding-right: 2rem;
}

.table.gs-8 td:first-child, .table.gs-8 th:first-child {
  padding-left: 2rem;
}

.table.gs-8 td:last-child, .table.gs-8 th:last-child {
  padding-right: 2rem;
}

.table.g-9 td, .table.g-9 th {
  padding: 2.25rem;
}

.table.gy-9 td, .table.gy-9 th {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.table.gx-9 td, .table.gx-9 th {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.table.gs-9 td:first-child, .table.gs-9 th:first-child {
  padding-left: 2.25rem;
}

.table.gs-9 td:last-child, .table.gs-9 th:last-child {
  padding-right: 2.25rem;
}

.table.g-10 td, .table.g-10 th {
  padding: 2.5rem;
}

.table.gy-10 td, .table.gy-10 th {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.table.gx-10 td, .table.gx-10 th {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.table.gs-10 td:first-child, .table.gs-10 th:first-child {
  padding-left: 2.5rem;
}

.table.gs-10 td:last-child, .table.gs-10 th:last-child {
  padding-right: 2.5rem;
}

@media (min-width: 576px) {
  .table.g-sm-0 td, .table.g-sm-0 th {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-0 td, .table.gy-sm-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-0 td, .table.gx-sm-0 th {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-0 td:first-child, .table.gs-sm-0 th:first-child {
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-0 td:last-child, .table.gs-sm-0 th:last-child {
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .table.g-sm-1 td, .table.g-sm-1 th {
    padding: 0.25rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-1 td, .table.gy-sm-1 th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-1 td, .table.gx-sm-1 th {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-1 td:first-child, .table.gs-sm-1 th:first-child {
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-1 td:last-child, .table.gs-sm-1 th:last-child {
    padding-right: 0.25rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-2 td, .table.g-sm-2 th {
    padding: 0.5rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-2 td, .table.gy-sm-2 th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-2 td, .table.gx-sm-2 th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-2 td:first-child, .table.gs-sm-2 th:first-child {
    padding-left: 0.5rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-2 td:last-child, .table.gs-sm-2 th:last-child {
    padding-right: 0.5rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-3 td, .table.g-sm-3 th {
    padding: 0.75rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-3 td, .table.gy-sm-3 th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-3 td, .table.gx-sm-3 th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-3 td:first-child, .table.gs-sm-3 th:first-child {
    padding-left: 0.75rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-3 td:last-child, .table.gs-sm-3 th:last-child {
    padding-right: 0.75rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-4 td, .table.g-sm-4 th {
    padding: 1rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-4 td, .table.gy-sm-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-4 td, .table.gx-sm-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-4 td:first-child, .table.gs-sm-4 th:first-child {
    padding-left: 1rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-4 td:last-child, .table.gs-sm-4 th:last-child {
    padding-right: 1rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-5 td, .table.g-sm-5 th {
    padding: 1.25rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-5 td, .table.gy-sm-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-5 td, .table.gx-sm-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-5 td:first-child, .table.gs-sm-5 th:first-child {
    padding-left: 1.25rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-5 td:last-child, .table.gs-sm-5 th:last-child {
    padding-right: 1.25rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-6 td, .table.g-sm-6 th {
    padding: 1.5rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-6 td, .table.gy-sm-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-6 td, .table.gx-sm-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-6 td:first-child, .table.gs-sm-6 th:first-child {
    padding-left: 1.5rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-6 td:last-child, .table.gs-sm-6 th:last-child {
    padding-right: 1.5rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-7 td, .table.g-sm-7 th {
    padding: 1.75rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-7 td, .table.gy-sm-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-7 td, .table.gx-sm-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-7 td:first-child, .table.gs-sm-7 th:first-child {
    padding-left: 1.75rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-7 td:last-child, .table.gs-sm-7 th:last-child {
    padding-right: 1.75rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-8 td, .table.g-sm-8 th {
    padding: 2rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-8 td, .table.gy-sm-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-8 td, .table.gx-sm-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-8 td:first-child, .table.gs-sm-8 th:first-child {
    padding-left: 2rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-8 td:last-child, .table.gs-sm-8 th:last-child {
    padding-right: 2rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-9 td, .table.g-sm-9 th {
    padding: 2.25rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-9 td, .table.gy-sm-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-9 td, .table.gx-sm-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-9 td:first-child, .table.gs-sm-9 th:first-child {
    padding-left: 2.25rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-9 td:last-child, .table.gs-sm-9 th:last-child {
    padding-right: 2.25rem;
  }
}

@media (min-width: 576px) {
  .table.g-sm-10 td, .table.g-sm-10 th {
    padding: 2.5rem;
  }
}

@media (min-width: 576px) {
  .table.gy-sm-10 td, .table.gy-sm-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 576px) {
  .table.gx-sm-10 td, .table.gx-sm-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-10 td:first-child, .table.gs-sm-10 th:first-child {
    padding-left: 2.5rem;
  }
}

@media (min-width: 576px) {
  .table.gs-sm-10 td:last-child, .table.gs-sm-10 th:last-child {
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-0 td, .table.g-md-0 th {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .table.gy-md-0 td, .table.gy-md-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .table.gx-md-0 td, .table.gx-md-0 th {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .table.gs-md-0 td:first-child, .table.gs-md-0 th:first-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .table.gs-md-0 td:last-child, .table.gs-md-0 th:last-child {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .table.g-md-1 td, .table.g-md-1 th {
    padding: 0.25rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-1 td, .table.gy-md-1 th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-1 td, .table.gx-md-1 th {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-1 td:first-child, .table.gs-md-1 th:first-child {
    padding-left: 0.25rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-1 td:last-child, .table.gs-md-1 th:last-child {
    padding-right: 0.25rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-2 td, .table.g-md-2 th {
    padding: 0.5rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-2 td, .table.gy-md-2 th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-2 td, .table.gx-md-2 th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-2 td:first-child, .table.gs-md-2 th:first-child {
    padding-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-2 td:last-child, .table.gs-md-2 th:last-child {
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-3 td, .table.g-md-3 th {
    padding: 0.75rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-3 td, .table.gy-md-3 th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-3 td, .table.gx-md-3 th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-3 td:first-child, .table.gs-md-3 th:first-child {
    padding-left: 0.75rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-3 td:last-child, .table.gs-md-3 th:last-child {
    padding-right: 0.75rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-4 td, .table.g-md-4 th {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-4 td, .table.gy-md-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-4 td, .table.gx-md-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-4 td:first-child, .table.gs-md-4 th:first-child {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-4 td:last-child, .table.gs-md-4 th:last-child {
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-5 td, .table.g-md-5 th {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-5 td, .table.gy-md-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-5 td, .table.gx-md-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-5 td:first-child, .table.gs-md-5 th:first-child {
    padding-left: 1.25rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-5 td:last-child, .table.gs-md-5 th:last-child {
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-6 td, .table.g-md-6 th {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-6 td, .table.gy-md-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-6 td, .table.gx-md-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-6 td:first-child, .table.gs-md-6 th:first-child {
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-6 td:last-child, .table.gs-md-6 th:last-child {
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-7 td, .table.g-md-7 th {
    padding: 1.75rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-7 td, .table.gy-md-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-7 td, .table.gx-md-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-7 td:first-child, .table.gs-md-7 th:first-child {
    padding-left: 1.75rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-7 td:last-child, .table.gs-md-7 th:last-child {
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-8 td, .table.g-md-8 th {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-8 td, .table.gy-md-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-8 td, .table.gx-md-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-8 td:first-child, .table.gs-md-8 th:first-child {
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-8 td:last-child, .table.gs-md-8 th:last-child {
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-9 td, .table.g-md-9 th {
    padding: 2.25rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-9 td, .table.gy-md-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-9 td, .table.gx-md-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-9 td:first-child, .table.gs-md-9 th:first-child {
    padding-left: 2.25rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-9 td:last-child, .table.gs-md-9 th:last-child {
    padding-right: 2.25rem;
  }
}

@media (min-width: 768px) {
  .table.g-md-10 td, .table.g-md-10 th {
    padding: 2.5rem;
  }
}

@media (min-width: 768px) {
  .table.gy-md-10 td, .table.gy-md-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .table.gx-md-10 td, .table.gx-md-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-10 td:first-child, .table.gs-md-10 th:first-child {
    padding-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  .table.gs-md-10 td:last-child, .table.gs-md-10 th:last-child {
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-0 td, .table.g-lg-0 th {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-0 td, .table.gy-lg-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-0 td, .table.gx-lg-0 th {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-0 td:first-child, .table.gs-lg-0 th:first-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-0 td:last-child, .table.gs-lg-0 th:last-child {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .table.g-lg-1 td, .table.g-lg-1 th {
    padding: 0.25rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-1 td, .table.gy-lg-1 th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-1 td, .table.gx-lg-1 th {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-1 td:first-child, .table.gs-lg-1 th:first-child {
    padding-left: 0.25rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-1 td:last-child, .table.gs-lg-1 th:last-child {
    padding-right: 0.25rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-2 td, .table.g-lg-2 th {
    padding: 0.5rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-2 td, .table.gy-lg-2 th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-2 td, .table.gx-lg-2 th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-2 td:first-child, .table.gs-lg-2 th:first-child {
    padding-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-2 td:last-child, .table.gs-lg-2 th:last-child {
    padding-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-3 td, .table.g-lg-3 th {
    padding: 0.75rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-3 td, .table.gy-lg-3 th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-3 td, .table.gx-lg-3 th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-3 td:first-child, .table.gs-lg-3 th:first-child {
    padding-left: 0.75rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-3 td:last-child, .table.gs-lg-3 th:last-child {
    padding-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-4 td, .table.g-lg-4 th {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-4 td, .table.gy-lg-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-4 td, .table.gx-lg-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-4 td:first-child, .table.gs-lg-4 th:first-child {
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-4 td:last-child, .table.gs-lg-4 th:last-child {
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-5 td, .table.g-lg-5 th {
    padding: 1.25rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-5 td, .table.gy-lg-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-5 td, .table.gx-lg-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-5 td:first-child, .table.gs-lg-5 th:first-child {
    padding-left: 1.25rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-5 td:last-child, .table.gs-lg-5 th:last-child {
    padding-right: 1.25rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-6 td, .table.g-lg-6 th {
    padding: 1.5rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-6 td, .table.gy-lg-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-6 td, .table.gx-lg-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-6 td:first-child, .table.gs-lg-6 th:first-child {
    padding-left: 1.5rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-6 td:last-child, .table.gs-lg-6 th:last-child {
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-7 td, .table.g-lg-7 th {
    padding: 1.75rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-7 td, .table.gy-lg-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-7 td, .table.gx-lg-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-7 td:first-child, .table.gs-lg-7 th:first-child {
    padding-left: 1.75rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-7 td:last-child, .table.gs-lg-7 th:last-child {
    padding-right: 1.75rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-8 td, .table.g-lg-8 th {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-8 td, .table.gy-lg-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-8 td, .table.gx-lg-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-8 td:first-child, .table.gs-lg-8 th:first-child {
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-8 td:last-child, .table.gs-lg-8 th:last-child {
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-9 td, .table.g-lg-9 th {
    padding: 2.25rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-9 td, .table.gy-lg-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-9 td, .table.gx-lg-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-9 td:first-child, .table.gs-lg-9 th:first-child {
    padding-left: 2.25rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-9 td:last-child, .table.gs-lg-9 th:last-child {
    padding-right: 2.25rem;
  }
}

@media (min-width: 992px) {
  .table.g-lg-10 td, .table.g-lg-10 th {
    padding: 2.5rem;
  }
}

@media (min-width: 992px) {
  .table.gy-lg-10 td, .table.gy-lg-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .table.gx-lg-10 td, .table.gx-lg-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-10 td:first-child, .table.gs-lg-10 th:first-child {
    padding-left: 2.5rem;
  }
}

@media (min-width: 992px) {
  .table.gs-lg-10 td:last-child, .table.gs-lg-10 th:last-child {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-0 td, .table.g-xl-0 th {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-0 td, .table.gy-xl-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-0 td, .table.gx-xl-0 th {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-0 td:first-child, .table.gs-xl-0 th:first-child {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-0 td:last-child, .table.gs-xl-0 th:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-1 td, .table.g-xl-1 th {
    padding: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-1 td, .table.gy-xl-1 th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-1 td, .table.gx-xl-1 th {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-1 td:first-child, .table.gs-xl-1 th:first-child {
    padding-left: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-1 td:last-child, .table.gs-xl-1 th:last-child {
    padding-right: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-2 td, .table.g-xl-2 th {
    padding: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-2 td, .table.gy-xl-2 th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-2 td, .table.gx-xl-2 th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-2 td:first-child, .table.gs-xl-2 th:first-child {
    padding-left: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-2 td:last-child, .table.gs-xl-2 th:last-child {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-3 td, .table.g-xl-3 th {
    padding: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-3 td, .table.gy-xl-3 th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-3 td, .table.gx-xl-3 th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-3 td:first-child, .table.gs-xl-3 th:first-child {
    padding-left: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-3 td:last-child, .table.gs-xl-3 th:last-child {
    padding-right: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-4 td, .table.g-xl-4 th {
    padding: 1rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-4 td, .table.gy-xl-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-4 td, .table.gx-xl-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-4 td:first-child, .table.gs-xl-4 th:first-child {
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-4 td:last-child, .table.gs-xl-4 th:last-child {
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-5 td, .table.g-xl-5 th {
    padding: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-5 td, .table.gy-xl-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-5 td, .table.gx-xl-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-5 td:first-child, .table.gs-xl-5 th:first-child {
    padding-left: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-5 td:last-child, .table.gs-xl-5 th:last-child {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-6 td, .table.g-xl-6 th {
    padding: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-6 td, .table.gy-xl-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-6 td, .table.gx-xl-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-6 td:first-child, .table.gs-xl-6 th:first-child {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-6 td:last-child, .table.gs-xl-6 th:last-child {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-7 td, .table.g-xl-7 th {
    padding: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-7 td, .table.gy-xl-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-7 td, .table.gx-xl-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-7 td:first-child, .table.gs-xl-7 th:first-child {
    padding-left: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-7 td:last-child, .table.gs-xl-7 th:last-child {
    padding-right: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-8 td, .table.g-xl-8 th {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-8 td, .table.gy-xl-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-8 td, .table.gx-xl-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-8 td:first-child, .table.gs-xl-8 th:first-child {
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-8 td:last-child, .table.gs-xl-8 th:last-child {
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-9 td, .table.g-xl-9 th {
    padding: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-9 td, .table.gy-xl-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-9 td, .table.gx-xl-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-9 td:first-child, .table.gs-xl-9 th:first-child {
    padding-left: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-9 td:last-child, .table.gs-xl-9 th:last-child {
    padding-right: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .table.g-xl-10 td, .table.g-xl-10 th {
    padding: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gy-xl-10 td, .table.gy-xl-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gx-xl-10 td, .table.gx-xl-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-10 td:first-child, .table.gs-xl-10 th:first-child {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .table.gs-xl-10 td:last-child, .table.gs-xl-10 th:last-child {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-0 td, .table.g-xxl-0 th {
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-0 td, .table.gy-xxl-0 th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-0 td, .table.gx-xxl-0 th {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-0 td:first-child, .table.gs-xxl-0 th:first-child {
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-0 td:last-child, .table.gs-xxl-0 th:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-1 td, .table.g-xxl-1 th {
    padding: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-1 td, .table.gy-xxl-1 th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-1 td, .table.gx-xxl-1 th {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-1 td:first-child, .table.gs-xxl-1 th:first-child {
    padding-left: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-1 td:last-child, .table.gs-xxl-1 th:last-child {
    padding-right: 0.25rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-2 td, .table.g-xxl-2 th {
    padding: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-2 td, .table.gy-xxl-2 th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-2 td, .table.gx-xxl-2 th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-2 td:first-child, .table.gs-xxl-2 th:first-child {
    padding-left: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-2 td:last-child, .table.gs-xxl-2 th:last-child {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-3 td, .table.g-xxl-3 th {
    padding: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-3 td, .table.gy-xxl-3 th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-3 td, .table.gx-xxl-3 th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-3 td:first-child, .table.gs-xxl-3 th:first-child {
    padding-left: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-3 td:last-child, .table.gs-xxl-3 th:last-child {
    padding-right: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-4 td, .table.g-xxl-4 th {
    padding: 1rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-4 td, .table.gy-xxl-4 th {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-4 td, .table.gx-xxl-4 th {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-4 td:first-child, .table.gs-xxl-4 th:first-child {
    padding-left: 1rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-4 td:last-child, .table.gs-xxl-4 th:last-child {
    padding-right: 1rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-5 td, .table.g-xxl-5 th {
    padding: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-5 td, .table.gy-xxl-5 th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-5 td, .table.gx-xxl-5 th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-5 td:first-child, .table.gs-xxl-5 th:first-child {
    padding-left: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-5 td:last-child, .table.gs-xxl-5 th:last-child {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-6 td, .table.g-xxl-6 th {
    padding: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-6 td, .table.gy-xxl-6 th {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-6 td, .table.gx-xxl-6 th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-6 td:first-child, .table.gs-xxl-6 th:first-child {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-6 td:last-child, .table.gs-xxl-6 th:last-child {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-7 td, .table.g-xxl-7 th {
    padding: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-7 td, .table.gy-xxl-7 th {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-7 td, .table.gx-xxl-7 th {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-7 td:first-child, .table.gs-xxl-7 th:first-child {
    padding-left: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-7 td:last-child, .table.gs-xxl-7 th:last-child {
    padding-right: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-8 td, .table.g-xxl-8 th {
    padding: 2rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-8 td, .table.gy-xxl-8 th {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-8 td, .table.gx-xxl-8 th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-8 td:first-child, .table.gs-xxl-8 th:first-child {
    padding-left: 2rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-8 td:last-child, .table.gs-xxl-8 th:last-child {
    padding-right: 2rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-9 td, .table.g-xxl-9 th {
    padding: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-9 td, .table.gy-xxl-9 th {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-9 td, .table.gx-xxl-9 th {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-9 td:first-child, .table.gs-xxl-9 th:first-child {
    padding-left: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-9 td:last-child, .table.gs-xxl-9 th:last-child {
    padding-right: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .table.g-xxl-10 td, .table.g-xxl-10 th {
    padding: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gy-xxl-10 td, .table.gy-xxl-10 th {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gx-xxl-10 td, .table.gx-xxl-10 th {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-10 td:first-child, .table.gs-xxl-10 th:first-child {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .table.gs-xxl-10 td:last-child, .table.gs-xxl-10 th:last-child {
    padding-right: 2.5rem;
  }
}

/* align */

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

/* text */

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #a1a5b7 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* min width/height */

.min-w-unset {
  min-width: unset !important;
}

.min-w-25 {
  min-width: 25% !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-w-75 {
  min-width: 75% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-w-1px {
  min-width: 1px !important;
}

.min-w-2px {
  min-width: 2px !important;
}

.min-w-3px {
  min-width: 3px !important;
}

.min-w-4px {
  min-width: 4px !important;
}

.min-w-5px {
  min-width: 5px !important;
}

.min-w-6px {
  min-width: 6px !important;
}

.min-w-7px {
  min-width: 7px !important;
}

.min-w-8px {
  min-width: 8px !important;
}

.min-w-9px {
  min-width: 9px !important;
}

.min-w-10px {
  min-width: 10px !important;
}

.min-w-15px {
  min-width: 15px !important;
}

.min-w-20px {
  min-width: 20px !important;
}

.min-w-25px {
  min-width: 25px !important;
}

.min-w-30px {
  min-width: 30px !important;
}

.min-w-35px {
  min-width: 35px !important;
}

.min-w-40px {
  min-width: 40px !important;
}

.min-w-45px {
  min-width: 45px !important;
}

.min-w-50px {
  min-width: 50px !important;
}

.min-w-55px {
  min-width: 55px !important;
}

.min-w-60px {
  min-width: 60px !important;
}

.min-w-65px {
  min-width: 65px !important;
}

.min-w-70px {
  min-width: 70px !important;
}

.min-w-75px {
  min-width: 75px !important;
}

.min-w-80px {
  min-width: 80px !important;
}

.min-w-85px {
  min-width: 85px !important;
}

.min-w-90px {
  min-width: 90px !important;
}

.min-w-95px {
  min-width: 95px !important;
}

.min-w-100px {
  min-width: 100px !important;
}

.min-w-125px {
  min-width: 125px !important;
}

.min-w-150px {
  min-width: 150px !important;
}

.min-w-175px {
  min-width: 175px !important;
}

.min-w-200px {
  min-width: 200px !important;
}

.min-w-225px {
  min-width: 225px !important;
}

.min-w-250px {
  min-width: 250px !important;
}

.min-w-275px {
  min-width: 275px !important;
}

.min-w-300px {
  min-width: 300px !important;
}

.min-w-325px {
  min-width: 325px !important;
}

.min-w-350px {
  min-width: 350px !important;
}

.min-w-375px {
  min-width: 375px !important;
}

.min-w-400px {
  min-width: 400px !important;
}

.min-w-425px {
  min-width: 425px !important;
}

.min-w-450px {
  min-width: 450px !important;
}

.min-w-475px {
  min-width: 475px !important;
}

.min-w-500px {
  min-width: 500px !important;
}

.min-w-550px {
  min-width: 550px !important;
}

.min-w-600px {
  min-width: 600px !important;
}

.min-w-650px {
  min-width: 650px !important;
}

.min-w-700px {
  min-width: 700px !important;
}

.min-w-750px {
  min-width: 750px !important;
}

.min-w-800px {
  min-width: 800px !important;
}

.min-w-850px {
  min-width: 850px !important;
}

.min-w-900px {
  min-width: 900px !important;
}

.min-w-950px {
  min-width: 950px !important;
}

.min-w-1000px {
  min-width: 1000px !important;
}

.min-h-unset {
  min-height: unset !important;
}

.min-h-25 {
  min-height: 25% !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.min-h-75 {
  min-height: 75% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-h-auto {
  min-height: auto !important;
}

.min-h-1px {
  min-height: 1px !important;
}

.min-h-2px {
  min-height: 2px !important;
}

.min-h-3px {
  min-height: 3px !important;
}

.min-h-4px {
  min-height: 4px !important;
}

.min-h-5px {
  min-height: 5px !important;
}

.min-h-6px {
  min-height: 6px !important;
}

.min-h-7px {
  min-height: 7px !important;
}

.min-h-8px {
  min-height: 8px !important;
}

.min-h-9px {
  min-height: 9px !important;
}

.min-h-10px {
  min-height: 10px !important;
}

.min-h-15px {
  min-height: 15px !important;
}

.min-h-20px {
  min-height: 20px !important;
}

.min-h-25px {
  min-height: 25px !important;
}

.min-h-30px {
  min-height: 30px !important;
}

.min-h-35px {
  min-height: 35px !important;
}

.min-h-40px {
  min-height: 40px !important;
}

.min-h-45px {
  min-height: 45px !important;
}

.min-h-50px {
  min-height: 50px !important;
}

.min-h-55px {
  min-height: 55px !important;
}

.min-h-60px {
  min-height: 60px !important;
}

.min-h-65px {
  min-height: 65px !important;
}

.min-h-70px {
  min-height: 70px !important;
}

.min-h-75px {
  min-height: 75px !important;
}

.min-h-80px {
  min-height: 80px !important;
}

.min-h-85px {
  min-height: 85px !important;
}

.min-h-90px {
  min-height: 90px !important;
}

.min-h-95px {
  min-height: 95px !important;
}

.min-h-100px {
  min-height: 100px !important;
}

.min-h-125px {
  min-height: 125px !important;
}

.min-h-150px {
  min-height: 150px !important;
}

.min-h-175px {
  min-height: 175px !important;
}

.min-h-200px {
  min-height: 200px !important;
}

.min-h-225px {
  min-height: 225px !important;
}

.min-h-250px {
  min-height: 250px !important;
}

.min-h-275px {
  min-height: 275px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.min-h-325px {
  min-height: 325px !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.min-h-375px {
  min-height: 375px !important;
}

.min-h-400px {
  min-height: 400px !important;
}

.min-h-425px {
  min-height: 425px !important;
}

.min-h-450px {
  min-height: 450px !important;
}

.min-h-475px {
  min-height: 475px !important;
}

.min-h-500px {
  min-height: 500px !important;
}

.min-h-550px {
  min-height: 550px !important;
}

.min-h-600px {
  min-height: 600px !important;
}

.min-h-650px {
  min-height: 650px !important;
}

.min-h-700px {
  min-height: 700px !important;
}

.min-h-750px {
  min-height: 750px !important;
}

.min-h-800px {
  min-height: 800px !important;
}

.min-h-850px {
  min-height: 850px !important;
}

.min-h-900px {
  min-height: 900px !important;
}

.min-h-950px {
  min-height: 950px !important;
}

.min-h-1000px {
  min-height: 1000px !important;
}

