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

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video,
address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
button * {
  pointer-events: none;
}

a {
  text-decoration: none;
}

i,
em {
  font-style: italic;
}

p {
  margin-block: 0;
}
p + p {
  margin-top: 16px;
}

[role=button] {
  cursor: pointer;
}

:root {
  --blue-darker: #001e3d;
  --blue-darker-rgb: 0, 30, 61;
  --dark-blue: #060c6e;
  --dark-blue-rgb: 6, 12, 110;
  --blue: #2177cc;
  --blue-rgb: 33, 119, 204;
  --light-blue: #d3e4f5;
  --light-blue-rgb: 211, 228, 245;
  --green: #99f2d4;
  --green-rgb: 153, 242, 212;
  --light-grey: #f4f4f4;
  --light-grey-rgb: 244, 244, 244;
  --red: #cf2027;
  --red-rgb: 207, 32, 39;
  --grey: #dddddd;
  --grey-rgb: 221, 221, 221;
  --gov: #3d5dbc;
  --gov-rgb: 61, 93, 188;
  --neutrals-0: #ffffff;
  --neutrals-0-rgb: 255, 255, 255;
  --neutrals-100: #fafbfa;
  --neutrals-100-rgb: 250, 251, 250;
  --neutrals-200: #eef1f0;
  --neutrals-200-rgb: 238, 241, 240;
  --neutrals-300: #dbdbde;
  --neutrals-300-rgb: 219, 219, 222;
  --neutrals-400: #8b8b96;
  --neutrals-400-rgb: 139, 139, 150;
  --neutrals-500: #6f6f78;
  --neutrals-500-rgb: 111, 111, 120;
  --neutrals-550: #6b6b6b;
  --neutrals-550-rgb: 107, 107, 107;
  --neutrals-600: #53535a;
  --neutrals-600-rgb: 83, 83, 90;
  --neutrals-700: #313135;
  --neutrals-700-rgb: 49, 49, 53;
  --neutrals-800: #17172e;
  --neutrals-800-rgb: 23, 23, 46;
  --neutrals-850: #000022;
  --neutrals-850-rgb: 0, 0, 34;
  --neutrals-900: #000000;
  --neutrals-900-rgb: 0, 0, 0;
}

.color-blue-darker {
  color: #001e3d !important;
}
.color-dark-blue {
  color: #060c6e !important;
}
.color-blue {
  color: #2177cc !important;
}
.color-light-blue {
  color: #d3e4f5 !important;
}
.color-green {
  color: #99f2d4 !important;
}
.color-light-grey {
  color: #f4f4f4 !important;
}
.color-red {
  color: #cf2027 !important;
}
.color-grey {
  color: #dddddd !important;
}
.color-gov {
  color: #3d5dbc !important;
}
.color-neutrals-0 {
  color: #ffffff !important;
}
.color-neutrals-100 {
  color: #fafbfa !important;
}
.color-neutrals-200 {
  color: #eef1f0 !important;
}
.color-neutrals-300 {
  color: #dbdbde !important;
}
.color-neutrals-400 {
  color: #8b8b96 !important;
}
.color-neutrals-500 {
  color: #6f6f78 !important;
}
.color-neutrals-550 {
  color: #6b6b6b !important;
}
.color-neutrals-600 {
  color: #53535a !important;
}
.color-neutrals-700 {
  color: #313135 !important;
}
.color-neutrals-800 {
  color: #17172e !important;
}
.color-neutrals-850 {
  color: #000022 !important;
}
.color-neutrals-900 {
  color: #000000 !important;
}

.bg-blue-darker {
  background-color: #001e3d !important;
}
.bg-dark-blue {
  background-color: #060c6e !important;
}
.bg-blue {
  background-color: #2177cc !important;
}
.bg-light-blue {
  background-color: #d3e4f5 !important;
}
.bg-green {
  background-color: #99f2d4 !important;
}
.bg-light-grey {
  background-color: #f4f4f4 !important;
}
.bg-red {
  background-color: #cf2027 !important;
}
.bg-grey {
  background-color: #dddddd !important;
}
.bg-gov {
  background-color: #3d5dbc !important;
}
.bg-neutrals-0 {
  background-color: #ffffff !important;
}
.bg-neutrals-100 {
  background-color: #fafbfa !important;
}
.bg-neutrals-200 {
  background-color: #eef1f0 !important;
}
.bg-neutrals-300 {
  background-color: #dbdbde !important;
}
.bg-neutrals-400 {
  background-color: #8b8b96 !important;
}
.bg-neutrals-500 {
  background-color: #6f6f78 !important;
}
.bg-neutrals-550 {
  background-color: #6b6b6b !important;
}
.bg-neutrals-600 {
  background-color: #53535a !important;
}
.bg-neutrals-700 {
  background-color: #313135 !important;
}
.bg-neutrals-800 {
  background-color: #17172e !important;
}
.bg-neutrals-850 {
  background-color: #000022 !important;
}
.bg-neutrals-900 {
  background-color: #000000 !important;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dddddd;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.5rem;
  --bs-border-radius-lg: 1rem;
  --bs-border-radius-xl: 1.25rem;
  --bs-border-radius-xxl: 1.5rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

/*!
 * Bootstrap Utilities v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dddddd;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.5rem;
  --bs-border-radius-lg: 1rem;
  --bs-border-radius-xl: 1.25rem;
  --bs-border-radius-xxl: 1.5rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate, .breadcrumb__wrapper .breadcrumb__item:last-of-type > *, .breadcrumb__wrapper .breadcrumb__item:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

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

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

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

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

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

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

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-01 {
  margin: 0.25rem !important;
}

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

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

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

.m-11 {
  margin: 1.25rem !important;
}

.m-12 {
  margin: 1.5rem !important;
}

.m-13 {
  margin: 1.75rem !important;
}

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

.m-21 {
  margin: 2.25rem !important;
}

.m-22 {
  margin: 2.5rem !important;
}

.m-23 {
  margin: 2.75rem !important;
}

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

.m-31 {
  margin: 3.25rem !important;
}

.m-32 {
  margin: 3.5rem !important;
}

.m-33 {
  margin: 3.75rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-41 {
  margin: 4.25rem !important;
}

.m-42 {
  margin: 4.5rem !important;
}

.m-43 {
  margin: 4.75rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-51 {
  margin: 5.25rem !important;
}

.m-52 {
  margin: 5.5rem !important;
}

.m-53 {
  margin: 5.75rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-61 {
  margin: 6.25rem !important;
}

.m-62 {
  margin: 6.5rem !important;
}

.m-63 {
  margin: 6.75rem !important;
}

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

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

.mx-01 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-02 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-03 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-11 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-12 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-13 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-21 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-22 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-23 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-31 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-32 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-33 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-41 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.mx-42 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-43 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-51 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.mx-52 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-53 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-61 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-62 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-63 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-01 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-02 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-03 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-11 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-12 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-13 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-21 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-22 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-23 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-31 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-32 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-33 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-41 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-42 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-43 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-51 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.my-52 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-53 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-61 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-62 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-63 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-01 {
  margin-top: 0.25rem !important;
}

.mt-02 {
  margin-top: 0.5rem !important;
}

.mt-03 {
  margin-top: 0.75rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-11 {
  margin-top: 1.25rem !important;
}

.mt-12 {
  margin-top: 1.5rem !important;
}

.mt-13 {
  margin-top: 1.75rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-21 {
  margin-top: 2.25rem !important;
}

.mt-22 {
  margin-top: 2.5rem !important;
}

.mt-23 {
  margin-top: 2.75rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-31 {
  margin-top: 3.25rem !important;
}

.mt-32 {
  margin-top: 3.5rem !important;
}

.mt-33 {
  margin-top: 3.75rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-41 {
  margin-top: 4.25rem !important;
}

.mt-42 {
  margin-top: 4.5rem !important;
}

.mt-43 {
  margin-top: 4.75rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-51 {
  margin-top: 5.25rem !important;
}

.mt-52 {
  margin-top: 5.5rem !important;
}

.mt-53 {
  margin-top: 5.75rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-61 {
  margin-top: 6.25rem !important;
}

.mt-62 {
  margin-top: 6.5rem !important;
}

.mt-63 {
  margin-top: 6.75rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-01 {
  margin-right: 0.25rem !important;
}

.me-02 {
  margin-right: 0.5rem !important;
}

.me-03 {
  margin-right: 0.75rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-11 {
  margin-right: 1.25rem !important;
}

.me-12 {
  margin-right: 1.5rem !important;
}

.me-13 {
  margin-right: 1.75rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-21 {
  margin-right: 2.25rem !important;
}

.me-22 {
  margin-right: 2.5rem !important;
}

.me-23 {
  margin-right: 2.75rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-31 {
  margin-right: 3.25rem !important;
}

.me-32 {
  margin-right: 3.5rem !important;
}

.me-33 {
  margin-right: 3.75rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-41 {
  margin-right: 4.25rem !important;
}

.me-42 {
  margin-right: 4.5rem !important;
}

.me-43 {
  margin-right: 4.75rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-51 {
  margin-right: 5.25rem !important;
}

.me-52 {
  margin-right: 5.5rem !important;
}

.me-53 {
  margin-right: 5.75rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-61 {
  margin-right: 6.25rem !important;
}

.me-62 {
  margin-right: 6.5rem !important;
}

.me-63 {
  margin-right: 6.75rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-01 {
  margin-bottom: 0.25rem !important;
}

.mb-02 {
  margin-bottom: 0.5rem !important;
}

.mb-03 {
  margin-bottom: 0.75rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-11 {
  margin-bottom: 1.25rem !important;
}

.mb-12 {
  margin-bottom: 1.5rem !important;
}

.mb-13 {
  margin-bottom: 1.75rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-21 {
  margin-bottom: 2.25rem !important;
}

.mb-22 {
  margin-bottom: 2.5rem !important;
}

.mb-23 {
  margin-bottom: 2.75rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-31 {
  margin-bottom: 3.25rem !important;
}

.mb-32 {
  margin-bottom: 3.5rem !important;
}

.mb-33 {
  margin-bottom: 3.75rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-41 {
  margin-bottom: 4.25rem !important;
}

.mb-42 {
  margin-bottom: 4.5rem !important;
}

.mb-43 {
  margin-bottom: 4.75rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-51 {
  margin-bottom: 5.25rem !important;
}

.mb-52 {
  margin-bottom: 5.5rem !important;
}

.mb-53 {
  margin-bottom: 5.75rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-61 {
  margin-bottom: 6.25rem !important;
}

.mb-62 {
  margin-bottom: 6.5rem !important;
}

.mb-63 {
  margin-bottom: 6.75rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-01 {
  margin-left: 0.25rem !important;
}

.ms-02 {
  margin-left: 0.5rem !important;
}

.ms-03 {
  margin-left: 0.75rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-11 {
  margin-left: 1.25rem !important;
}

.ms-12 {
  margin-left: 1.5rem !important;
}

.ms-13 {
  margin-left: 1.75rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-21 {
  margin-left: 2.25rem !important;
}

.ms-22 {
  margin-left: 2.5rem !important;
}

.ms-23 {
  margin-left: 2.75rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-31 {
  margin-left: 3.25rem !important;
}

.ms-32 {
  margin-left: 3.5rem !important;
}

.ms-33 {
  margin-left: 3.75rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-41 {
  margin-left: 4.25rem !important;
}

.ms-42 {
  margin-left: 4.5rem !important;
}

.ms-43 {
  margin-left: 4.75rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-51 {
  margin-left: 5.25rem !important;
}

.ms-52 {
  margin-left: 5.5rem !important;
}

.ms-53 {
  margin-left: 5.75rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-61 {
  margin-left: 6.25rem !important;
}

.ms-62 {
  margin-left: 6.5rem !important;
}

.ms-63 {
  margin-left: 6.75rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

.m-n11 {
  margin: -1.25rem !important;
}

.m-n12 {
  margin: -1.5rem !important;
}

.m-n13 {
  margin: -1.75rem !important;
}

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

.m-n21 {
  margin: -2.25rem !important;
}

.m-n22 {
  margin: -2.5rem !important;
}

.m-n23 {
  margin: -2.75rem !important;
}

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

.m-n31 {
  margin: -3.25rem !important;
}

.m-n32 {
  margin: -3.5rem !important;
}

.m-n33 {
  margin: -3.75rem !important;
}

.m-n4 {
  margin: -4rem !important;
}

.m-n41 {
  margin: -4.25rem !important;
}

.m-n42 {
  margin: -4.5rem !important;
}

.m-n43 {
  margin: -4.75rem !important;
}

.m-n5 {
  margin: -5rem !important;
}

.m-n51 {
  margin: -5.25rem !important;
}

.m-n52 {
  margin: -5.5rem !important;
}

.m-n53 {
  margin: -5.75rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.m-n61 {
  margin: -6.25rem !important;
}

.m-n62 {
  margin: -6.5rem !important;
}

.m-n63 {
  margin: -6.75rem !important;
}

.mx-n01 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n02 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n03 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n1 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n11 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n12 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n13 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n2 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n21 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n22 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n23 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

.mx-n3 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n31 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important;
}

.mx-n32 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n33 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

.mx-n4 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n41 {
  margin-right: -4.25rem !important;
  margin-left: -4.25rem !important;
}

.mx-n42 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n43 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important;
}

.mx-n5 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n51 {
  margin-right: -5.25rem !important;
  margin-left: -5.25rem !important;
}

.mx-n52 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n53 {
  margin-right: -5.75rem !important;
  margin-left: -5.75rem !important;
}

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n61 {
  margin-right: -6.25rem !important;
  margin-left: -6.25rem !important;
}

.mx-n62 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx-n63 {
  margin-right: -6.75rem !important;
  margin-left: -6.75rem !important;
}

.my-n01 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n02 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n03 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n1 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n11 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n12 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n13 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n2 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n21 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n22 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n23 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.my-n3 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n31 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n32 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n33 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n4 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n41 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.my-n42 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n43 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.my-n5 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n51 {
  margin-top: -5.25rem !important;
  margin-bottom: -5.25rem !important;
}

.my-n52 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n53 {
  margin-top: -5.75rem !important;
  margin-bottom: -5.75rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n61 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n62 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n63 {
  margin-top: -6.75rem !important;
  margin-bottom: -6.75rem !important;
}

.mt-n01 {
  margin-top: -0.25rem !important;
}

.mt-n02 {
  margin-top: -0.5rem !important;
}

.mt-n03 {
  margin-top: -0.75rem !important;
}

.mt-n1 {
  margin-top: -1rem !important;
}

.mt-n11 {
  margin-top: -1.25rem !important;
}

.mt-n12 {
  margin-top: -1.5rem !important;
}

.mt-n13 {
  margin-top: -1.75rem !important;
}

.mt-n2 {
  margin-top: -2rem !important;
}

.mt-n21 {
  margin-top: -2.25rem !important;
}

.mt-n22 {
  margin-top: -2.5rem !important;
}

.mt-n23 {
  margin-top: -2.75rem !important;
}

.mt-n3 {
  margin-top: -3rem !important;
}

.mt-n31 {
  margin-top: -3.25rem !important;
}

.mt-n32 {
  margin-top: -3.5rem !important;
}

.mt-n33 {
  margin-top: -3.75rem !important;
}

.mt-n4 {
  margin-top: -4rem !important;
}

.mt-n41 {
  margin-top: -4.25rem !important;
}

.mt-n42 {
  margin-top: -4.5rem !important;
}

.mt-n43 {
  margin-top: -4.75rem !important;
}

.mt-n5 {
  margin-top: -5rem !important;
}

.mt-n51 {
  margin-top: -5.25rem !important;
}

.mt-n52 {
  margin-top: -5.5rem !important;
}

.mt-n53 {
  margin-top: -5.75rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n61 {
  margin-top: -6.25rem !important;
}

.mt-n62 {
  margin-top: -6.5rem !important;
}

.mt-n63 {
  margin-top: -6.75rem !important;
}

.me-n01 {
  margin-right: -0.25rem !important;
}

.me-n02 {
  margin-right: -0.5rem !important;
}

.me-n03 {
  margin-right: -0.75rem !important;
}

.me-n1 {
  margin-right: -1rem !important;
}

.me-n11 {
  margin-right: -1.25rem !important;
}

.me-n12 {
  margin-right: -1.5rem !important;
}

.me-n13 {
  margin-right: -1.75rem !important;
}

.me-n2 {
  margin-right: -2rem !important;
}

.me-n21 {
  margin-right: -2.25rem !important;
}

.me-n22 {
  margin-right: -2.5rem !important;
}

.me-n23 {
  margin-right: -2.75rem !important;
}

.me-n3 {
  margin-right: -3rem !important;
}

.me-n31 {
  margin-right: -3.25rem !important;
}

.me-n32 {
  margin-right: -3.5rem !important;
}

.me-n33 {
  margin-right: -3.75rem !important;
}

.me-n4 {
  margin-right: -4rem !important;
}

.me-n41 {
  margin-right: -4.25rem !important;
}

.me-n42 {
  margin-right: -4.5rem !important;
}

.me-n43 {
  margin-right: -4.75rem !important;
}

.me-n5 {
  margin-right: -5rem !important;
}

.me-n51 {
  margin-right: -5.25rem !important;
}

.me-n52 {
  margin-right: -5.5rem !important;
}

.me-n53 {
  margin-right: -5.75rem !important;
}

.me-n6 {
  margin-right: -6rem !important;
}

.me-n61 {
  margin-right: -6.25rem !important;
}

.me-n62 {
  margin-right: -6.5rem !important;
}

.me-n63 {
  margin-right: -6.75rem !important;
}

.mb-n01 {
  margin-bottom: -0.25rem !important;
}

.mb-n02 {
  margin-bottom: -0.5rem !important;
}

.mb-n03 {
  margin-bottom: -0.75rem !important;
}

.mb-n1 {
  margin-bottom: -1rem !important;
}

.mb-n11 {
  margin-bottom: -1.25rem !important;
}

.mb-n12 {
  margin-bottom: -1.5rem !important;
}

.mb-n13 {
  margin-bottom: -1.75rem !important;
}

.mb-n2 {
  margin-bottom: -2rem !important;
}

.mb-n21 {
  margin-bottom: -2.25rem !important;
}

.mb-n22 {
  margin-bottom: -2.5rem !important;
}

.mb-n23 {
  margin-bottom: -2.75rem !important;
}

.mb-n3 {
  margin-bottom: -3rem !important;
}

.mb-n31 {
  margin-bottom: -3.25rem !important;
}

.mb-n32 {
  margin-bottom: -3.5rem !important;
}

.mb-n33 {
  margin-bottom: -3.75rem !important;
}

.mb-n4 {
  margin-bottom: -4rem !important;
}

.mb-n41 {
  margin-bottom: -4.25rem !important;
}

.mb-n42 {
  margin-bottom: -4.5rem !important;
}

.mb-n43 {
  margin-bottom: -4.75rem !important;
}

.mb-n5 {
  margin-bottom: -5rem !important;
}

.mb-n51 {
  margin-bottom: -5.25rem !important;
}

.mb-n52 {
  margin-bottom: -5.5rem !important;
}

.mb-n53 {
  margin-bottom: -5.75rem !important;
}

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n61 {
  margin-bottom: -6.25rem !important;
}

.mb-n62 {
  margin-bottom: -6.5rem !important;
}

.mb-n63 {
  margin-bottom: -6.75rem !important;
}

.ms-n01 {
  margin-left: -0.25rem !important;
}

.ms-n02 {
  margin-left: -0.5rem !important;
}

.ms-n03 {
  margin-left: -0.75rem !important;
}

.ms-n1 {
  margin-left: -1rem !important;
}

.ms-n11 {
  margin-left: -1.25rem !important;
}

.ms-n12 {
  margin-left: -1.5rem !important;
}

.ms-n13 {
  margin-left: -1.75rem !important;
}

.ms-n2 {
  margin-left: -2rem !important;
}

.ms-n21 {
  margin-left: -2.25rem !important;
}

.ms-n22 {
  margin-left: -2.5rem !important;
}

.ms-n23 {
  margin-left: -2.75rem !important;
}

.ms-n3 {
  margin-left: -3rem !important;
}

.ms-n31 {
  margin-left: -3.25rem !important;
}

.ms-n32 {
  margin-left: -3.5rem !important;
}

.ms-n33 {
  margin-left: -3.75rem !important;
}

.ms-n4 {
  margin-left: -4rem !important;
}

.ms-n41 {
  margin-left: -4.25rem !important;
}

.ms-n42 {
  margin-left: -4.5rem !important;
}

.ms-n43 {
  margin-left: -4.75rem !important;
}

.ms-n5 {
  margin-left: -5rem !important;
}

.ms-n51 {
  margin-left: -5.25rem !important;
}

.ms-n52 {
  margin-left: -5.5rem !important;
}

.ms-n53 {
  margin-left: -5.75rem !important;
}

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n61 {
  margin-left: -6.25rem !important;
}

.ms-n62 {
  margin-left: -6.5rem !important;
}

.ms-n63 {
  margin-left: -6.75rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-01 {
  padding: 0.25rem !important;
}

.p-02 {
  padding: 0.5rem !important;
}

.p-03 {
  padding: 0.75rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-11 {
  padding: 1.25rem !important;
}

.p-12 {
  padding: 1.5rem !important;
}

.p-13 {
  padding: 1.75rem !important;
}

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

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

.p-22 {
  padding: 2.5rem !important;
}

.p-23 {
  padding: 2.75rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-31 {
  padding: 3.25rem !important;
}

.p-32 {
  padding: 3.5rem !important;
}

.p-33 {
  padding: 3.75rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-41 {
  padding: 4.25rem !important;
}

.p-42 {
  padding: 4.5rem !important;
}

.p-43 {
  padding: 4.75rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-51 {
  padding: 5.25rem !important;
}

.p-52 {
  padding: 5.5rem !important;
}

.p-53 {
  padding: 5.75rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-61 {
  padding: 6.25rem !important;
}

.p-62 {
  padding: 6.5rem !important;
}

.p-63 {
  padding: 6.75rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-01 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-02 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-03 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

.px-11 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-12 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-13 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

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

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

.px-22 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-23 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

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

.px-31 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-32 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-33 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

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

.px-41 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-42 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-43 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

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

.px-51 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.px-52 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-53 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

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

.px-61 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-62 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-63 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-01 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-02 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-03 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.py-11 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-12 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-13 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-21 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-22 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-23 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-31 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-32 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-33 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

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

.py-41 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-42 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-43 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

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

.py-51 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.py-52 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-53 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

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

.py-61 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-62 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-63 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-01 {
  padding-top: 0.25rem !important;
}

.pt-02 {
  padding-top: 0.5rem !important;
}

.pt-03 {
  padding-top: 0.75rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-11 {
  padding-top: 1.25rem !important;
}

.pt-12 {
  padding-top: 1.5rem !important;
}

.pt-13 {
  padding-top: 1.75rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-21 {
  padding-top: 2.25rem !important;
}

.pt-22 {
  padding-top: 2.5rem !important;
}

.pt-23 {
  padding-top: 2.75rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-31 {
  padding-top: 3.25rem !important;
}

.pt-32 {
  padding-top: 3.5rem !important;
}

.pt-33 {
  padding-top: 3.75rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-41 {
  padding-top: 4.25rem !important;
}

.pt-42 {
  padding-top: 4.5rem !important;
}

.pt-43 {
  padding-top: 4.75rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-51 {
  padding-top: 5.25rem !important;
}

.pt-52 {
  padding-top: 5.5rem !important;
}

.pt-53 {
  padding-top: 5.75rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-61 {
  padding-top: 6.25rem !important;
}

.pt-62 {
  padding-top: 6.5rem !important;
}

.pt-63 {
  padding-top: 6.75rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-01 {
  padding-right: 0.25rem !important;
}

.pe-02 {
  padding-right: 0.5rem !important;
}

.pe-03 {
  padding-right: 0.75rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-11 {
  padding-right: 1.25rem !important;
}

.pe-12 {
  padding-right: 1.5rem !important;
}

.pe-13 {
  padding-right: 1.75rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-21 {
  padding-right: 2.25rem !important;
}

.pe-22 {
  padding-right: 2.5rem !important;
}

.pe-23 {
  padding-right: 2.75rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-31 {
  padding-right: 3.25rem !important;
}

.pe-32 {
  padding-right: 3.5rem !important;
}

.pe-33 {
  padding-right: 3.75rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-41 {
  padding-right: 4.25rem !important;
}

.pe-42 {
  padding-right: 4.5rem !important;
}

.pe-43 {
  padding-right: 4.75rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-51 {
  padding-right: 5.25rem !important;
}

.pe-52 {
  padding-right: 5.5rem !important;
}

.pe-53 {
  padding-right: 5.75rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-61 {
  padding-right: 6.25rem !important;
}

.pe-62 {
  padding-right: 6.5rem !important;
}

.pe-63 {
  padding-right: 6.75rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-01 {
  padding-bottom: 0.25rem !important;
}

.pb-02 {
  padding-bottom: 0.5rem !important;
}

.pb-03 {
  padding-bottom: 0.75rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-11 {
  padding-bottom: 1.25rem !important;
}

.pb-12 {
  padding-bottom: 1.5rem !important;
}

.pb-13 {
  padding-bottom: 1.75rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-21 {
  padding-bottom: 2.25rem !important;
}

.pb-22 {
  padding-bottom: 2.5rem !important;
}

.pb-23 {
  padding-bottom: 2.75rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-31 {
  padding-bottom: 3.25rem !important;
}

.pb-32 {
  padding-bottom: 3.5rem !important;
}

.pb-33 {
  padding-bottom: 3.75rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-41 {
  padding-bottom: 4.25rem !important;
}

.pb-42 {
  padding-bottom: 4.5rem !important;
}

.pb-43 {
  padding-bottom: 4.75rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-51 {
  padding-bottom: 5.25rem !important;
}

.pb-52 {
  padding-bottom: 5.5rem !important;
}

.pb-53 {
  padding-bottom: 5.75rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-61 {
  padding-bottom: 6.25rem !important;
}

.pb-62 {
  padding-bottom: 6.5rem !important;
}

.pb-63 {
  padding-bottom: 6.75rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-01 {
  padding-left: 0.25rem !important;
}

.ps-02 {
  padding-left: 0.5rem !important;
}

.ps-03 {
  padding-left: 0.75rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-11 {
  padding-left: 1.25rem !important;
}

.ps-12 {
  padding-left: 1.5rem !important;
}

.ps-13 {
  padding-left: 1.75rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-21 {
  padding-left: 2.25rem !important;
}

.ps-22 {
  padding-left: 2.5rem !important;
}

.ps-23 {
  padding-left: 2.75rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-31 {
  padding-left: 3.25rem !important;
}

.ps-32 {
  padding-left: 3.5rem !important;
}

.ps-33 {
  padding-left: 3.75rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-41 {
  padding-left: 4.25rem !important;
}

.ps-42 {
  padding-left: 4.5rem !important;
}

.ps-43 {
  padding-left: 4.75rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-51 {
  padding-left: 5.25rem !important;
}

.ps-52 {
  padding-left: 5.5rem !important;
}

.ps-53 {
  padding-left: 5.75rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-61 {
  padding-left: 6.25rem !important;
}

.ps-62 {
  padding-left: 6.5rem !important;
}

.ps-63 {
  padding-left: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-51 {
  gap: 5.25rem !important;
}

.gap-52 {
  gap: 5.5rem !important;
}

.gap-53 {
  gap: 5.75rem !important;
}

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

.gap-61 {
  gap: 6.25rem !important;
}

.gap-62 {
  gap: 6.5rem !important;
}

.gap-63 {
  gap: 6.75rem !important;
}

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

.row-gap-01 {
  row-gap: 0.25rem !important;
}

.row-gap-02 {
  row-gap: 0.5rem !important;
}

.row-gap-03 {
  row-gap: 0.75rem !important;
}

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

.row-gap-11 {
  row-gap: 1.25rem !important;
}

.row-gap-12 {
  row-gap: 1.5rem !important;
}

.row-gap-13 {
  row-gap: 1.75rem !important;
}

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

.row-gap-21 {
  row-gap: 2.25rem !important;
}

.row-gap-22 {
  row-gap: 2.5rem !important;
}

.row-gap-23 {
  row-gap: 2.75rem !important;
}

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

.row-gap-31 {
  row-gap: 3.25rem !important;
}

.row-gap-32 {
  row-gap: 3.5rem !important;
}

.row-gap-33 {
  row-gap: 3.75rem !important;
}

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

.row-gap-41 {
  row-gap: 4.25rem !important;
}

.row-gap-42 {
  row-gap: 4.5rem !important;
}

.row-gap-43 {
  row-gap: 4.75rem !important;
}

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

.row-gap-51 {
  row-gap: 5.25rem !important;
}

.row-gap-52 {
  row-gap: 5.5rem !important;
}

.row-gap-53 {
  row-gap: 5.75rem !important;
}

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

.row-gap-61 {
  row-gap: 6.25rem !important;
}

.row-gap-62 {
  row-gap: 6.5rem !important;
}

.row-gap-63 {
  row-gap: 6.75rem !important;
}

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

.column-gap-01 {
  column-gap: 0.25rem !important;
}

.column-gap-02 {
  column-gap: 0.5rem !important;
}

.column-gap-03 {
  column-gap: 0.75rem !important;
}

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

.column-gap-11 {
  column-gap: 1.25rem !important;
}

.column-gap-12 {
  column-gap: 1.5rem !important;
}

.column-gap-13 {
  column-gap: 1.75rem !important;
}

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

.column-gap-21 {
  column-gap: 2.25rem !important;
}

.column-gap-22 {
  column-gap: 2.5rem !important;
}

.column-gap-23 {
  column-gap: 2.75rem !important;
}

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

.column-gap-31 {
  column-gap: 3.25rem !important;
}

.column-gap-32 {
  column-gap: 3.5rem !important;
}

.column-gap-33 {
  column-gap: 3.75rem !important;
}

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

.column-gap-41 {
  column-gap: 4.25rem !important;
}

.column-gap-42 {
  column-gap: 4.5rem !important;
}

.column-gap-43 {
  column-gap: 4.75rem !important;
}

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

.column-gap-51 {
  column-gap: 5.25rem !important;
}

.column-gap-52 {
  column-gap: 5.5rem !important;
}

.column-gap-53 {
  column-gap: 5.75rem !important;
}

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

.column-gap-61 {
  column-gap: 6.25rem !important;
}

.column-gap-62 {
  column-gap: 6.5rem !important;
}

.column-gap-63 {
  column-gap: 6.75rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

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

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !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: 2 !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.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-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !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-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

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

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

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

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

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

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

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

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

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-01 {
    margin: 0.25rem !important;
  }
  .m-sm-02 {
    margin: 0.5rem !important;
  }
  .m-sm-03 {
    margin: 0.75rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-11 {
    margin: 1.25rem !important;
  }
  .m-sm-12 {
    margin: 1.5rem !important;
  }
  .m-sm-13 {
    margin: 1.75rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-21 {
    margin: 2.25rem !important;
  }
  .m-sm-22 {
    margin: 2.5rem !important;
  }
  .m-sm-23 {
    margin: 2.75rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-31 {
    margin: 3.25rem !important;
  }
  .m-sm-32 {
    margin: 3.5rem !important;
  }
  .m-sm-33 {
    margin: 3.75rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-41 {
    margin: 4.25rem !important;
  }
  .m-sm-42 {
    margin: 4.5rem !important;
  }
  .m-sm-43 {
    margin: 4.75rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-51 {
    margin: 5.25rem !important;
  }
  .m-sm-52 {
    margin: 5.5rem !important;
  }
  .m-sm-53 {
    margin: 5.75rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-61 {
    margin: 6.25rem !important;
  }
  .m-sm-62 {
    margin: 6.5rem !important;
  }
  .m-sm-63 {
    margin: 6.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-sm-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-sm-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-sm-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-sm-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-sm-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-sm-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-01 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-02 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-03 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-11 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-12 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-21 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-22 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-23 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-31 {
    margin-top: 3.25rem !important;
  }
  .mt-sm-32 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-33 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-41 {
    margin-top: 4.25rem !important;
  }
  .mt-sm-42 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-43 {
    margin-top: 4.75rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-51 {
    margin-top: 5.25rem !important;
  }
  .mt-sm-52 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-53 {
    margin-top: 5.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-61 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-62 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-63 {
    margin-top: 6.75rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-01 {
    margin-right: 0.25rem !important;
  }
  .me-sm-02 {
    margin-right: 0.5rem !important;
  }
  .me-sm-03 {
    margin-right: 0.75rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-11 {
    margin-right: 1.25rem !important;
  }
  .me-sm-12 {
    margin-right: 1.5rem !important;
  }
  .me-sm-13 {
    margin-right: 1.75rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-21 {
    margin-right: 2.25rem !important;
  }
  .me-sm-22 {
    margin-right: 2.5rem !important;
  }
  .me-sm-23 {
    margin-right: 2.75rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-31 {
    margin-right: 3.25rem !important;
  }
  .me-sm-32 {
    margin-right: 3.5rem !important;
  }
  .me-sm-33 {
    margin-right: 3.75rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-41 {
    margin-right: 4.25rem !important;
  }
  .me-sm-42 {
    margin-right: 4.5rem !important;
  }
  .me-sm-43 {
    margin-right: 4.75rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-51 {
    margin-right: 5.25rem !important;
  }
  .me-sm-52 {
    margin-right: 5.5rem !important;
  }
  .me-sm-53 {
    margin-right: 5.75rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-61 {
    margin-right: 6.25rem !important;
  }
  .me-sm-62 {
    margin-right: 6.5rem !important;
  }
  .me-sm-63 {
    margin-right: 6.75rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-sm-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-sm-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-01 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-02 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-03 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-11 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-12 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-21 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-22 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-23 {
    margin-left: 2.75rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-31 {
    margin-left: 3.25rem !important;
  }
  .ms-sm-32 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-33 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-41 {
    margin-left: 4.25rem !important;
  }
  .ms-sm-42 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-43 {
    margin-left: 4.75rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-51 {
    margin-left: 5.25rem !important;
  }
  .ms-sm-52 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-53 {
    margin-left: 5.75rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-61 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-62 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-63 {
    margin-left: 6.75rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n01 {
    margin: -0.25rem !important;
  }
  .m-sm-n02 {
    margin: -0.5rem !important;
  }
  .m-sm-n03 {
    margin: -0.75rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .m-sm-n11 {
    margin: -1.25rem !important;
  }
  .m-sm-n12 {
    margin: -1.5rem !important;
  }
  .m-sm-n13 {
    margin: -1.75rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .m-sm-n21 {
    margin: -2.25rem !important;
  }
  .m-sm-n22 {
    margin: -2.5rem !important;
  }
  .m-sm-n23 {
    margin: -2.75rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .m-sm-n31 {
    margin: -3.25rem !important;
  }
  .m-sm-n32 {
    margin: -3.5rem !important;
  }
  .m-sm-n33 {
    margin: -3.75rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .m-sm-n41 {
    margin: -4.25rem !important;
  }
  .m-sm-n42 {
    margin: -4.5rem !important;
  }
  .m-sm-n43 {
    margin: -4.75rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .m-sm-n51 {
    margin: -5.25rem !important;
  }
  .m-sm-n52 {
    margin: -5.5rem !important;
  }
  .m-sm-n53 {
    margin: -5.75rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n61 {
    margin: -6.25rem !important;
  }
  .m-sm-n62 {
    margin: -6.5rem !important;
  }
  .m-sm-n63 {
    margin: -6.75rem !important;
  }
  .mx-sm-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-sm-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-sm-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-sm-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-sm-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-sm-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-sm-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-sm-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-sm-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-sm-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-sm-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-sm-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-sm-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-sm-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-sm-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n1 {
    margin-top: -1rem !important;
  }
  .mt-sm-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n2 {
    margin-top: -2rem !important;
  }
  .mt-sm-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-sm-n3 {
    margin-top: -3rem !important;
  }
  .mt-sm-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-sm-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -4rem !important;
  }
  .mt-sm-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-sm-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-sm-n5 {
    margin-top: -5rem !important;
  }
  .mt-sm-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-sm-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-sm-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n63 {
    margin-top: -6.75rem !important;
  }
  .me-sm-n01 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n02 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n03 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n1 {
    margin-right: -1rem !important;
  }
  .me-sm-n11 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n12 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n13 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n2 {
    margin-right: -2rem !important;
  }
  .me-sm-n21 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n22 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n23 {
    margin-right: -2.75rem !important;
  }
  .me-sm-n3 {
    margin-right: -3rem !important;
  }
  .me-sm-n31 {
    margin-right: -3.25rem !important;
  }
  .me-sm-n32 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n33 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n4 {
    margin-right: -4rem !important;
  }
  .me-sm-n41 {
    margin-right: -4.25rem !important;
  }
  .me-sm-n42 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n43 {
    margin-right: -4.75rem !important;
  }
  .me-sm-n5 {
    margin-right: -5rem !important;
  }
  .me-sm-n51 {
    margin-right: -5.25rem !important;
  }
  .me-sm-n52 {
    margin-right: -5.5rem !important;
  }
  .me-sm-n53 {
    margin-right: -5.75rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n61 {
    margin-right: -6.25rem !important;
  }
  .me-sm-n62 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-sm-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-sm-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-sm-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-sm-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-sm-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-sm-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n1 {
    margin-left: -1rem !important;
  }
  .ms-sm-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n2 {
    margin-left: -2rem !important;
  }
  .ms-sm-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-sm-n3 {
    margin-left: -3rem !important;
  }
  .ms-sm-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-sm-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n4 {
    margin-left: -4rem !important;
  }
  .ms-sm-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-sm-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-sm-n5 {
    margin-left: -5rem !important;
  }
  .ms-sm-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-sm-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-sm-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n63 {
    margin-left: -6.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-01 {
    padding: 0.25rem !important;
  }
  .p-sm-02 {
    padding: 0.5rem !important;
  }
  .p-sm-03 {
    padding: 0.75rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-11 {
    padding: 1.25rem !important;
  }
  .p-sm-12 {
    padding: 1.5rem !important;
  }
  .p-sm-13 {
    padding: 1.75rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-21 {
    padding: 2.25rem !important;
  }
  .p-sm-22 {
    padding: 2.5rem !important;
  }
  .p-sm-23 {
    padding: 2.75rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-31 {
    padding: 3.25rem !important;
  }
  .p-sm-32 {
    padding: 3.5rem !important;
  }
  .p-sm-33 {
    padding: 3.75rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-41 {
    padding: 4.25rem !important;
  }
  .p-sm-42 {
    padding: 4.5rem !important;
  }
  .p-sm-43 {
    padding: 4.75rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-51 {
    padding: 5.25rem !important;
  }
  .p-sm-52 {
    padding: 5.5rem !important;
  }
  .p-sm-53 {
    padding: 5.75rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-61 {
    padding: 6.25rem !important;
  }
  .p-sm-62 {
    padding: 6.5rem !important;
  }
  .p-sm-63 {
    padding: 6.75rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-sm-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-sm-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-sm-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-sm-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-sm-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-sm-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-01 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-02 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-03 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-11 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-12 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-21 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-22 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-23 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-31 {
    padding-top: 3.25rem !important;
  }
  .pt-sm-32 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-33 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-41 {
    padding-top: 4.25rem !important;
  }
  .pt-sm-42 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-43 {
    padding-top: 4.75rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-51 {
    padding-top: 5.25rem !important;
  }
  .pt-sm-52 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-53 {
    padding-top: 5.75rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-61 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-62 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-63 {
    padding-top: 6.75rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-01 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-02 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-03 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-11 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-12 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-21 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-22 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-23 {
    padding-right: 2.75rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-31 {
    padding-right: 3.25rem !important;
  }
  .pe-sm-32 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-33 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-41 {
    padding-right: 4.25rem !important;
  }
  .pe-sm-42 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-43 {
    padding-right: 4.75rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-51 {
    padding-right: 5.25rem !important;
  }
  .pe-sm-52 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-53 {
    padding-right: 5.75rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-61 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-62 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-63 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-sm-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-sm-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-01 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-02 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-03 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-11 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-12 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-21 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-22 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-23 {
    padding-left: 2.75rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-31 {
    padding-left: 3.25rem !important;
  }
  .ps-sm-32 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-33 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-41 {
    padding-left: 4.25rem !important;
  }
  .ps-sm-42 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-43 {
    padding-left: 4.75rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-51 {
    padding-left: 5.25rem !important;
  }
  .ps-sm-52 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-53 {
    padding-left: 5.75rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-61 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-62 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-63 {
    padding-left: 6.75rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-01 {
    gap: 0.25rem !important;
  }
  .gap-sm-02 {
    gap: 0.5rem !important;
  }
  .gap-sm-03 {
    gap: 0.75rem !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-11 {
    gap: 1.25rem !important;
  }
  .gap-sm-12 {
    gap: 1.5rem !important;
  }
  .gap-sm-13 {
    gap: 1.75rem !important;
  }
  .gap-sm-2 {
    gap: 2rem !important;
  }
  .gap-sm-21 {
    gap: 2.25rem !important;
  }
  .gap-sm-22 {
    gap: 2.5rem !important;
  }
  .gap-sm-23 {
    gap: 2.75rem !important;
  }
  .gap-sm-3 {
    gap: 3rem !important;
  }
  .gap-sm-31 {
    gap: 3.25rem !important;
  }
  .gap-sm-32 {
    gap: 3.5rem !important;
  }
  .gap-sm-33 {
    gap: 3.75rem !important;
  }
  .gap-sm-4 {
    gap: 4rem !important;
  }
  .gap-sm-41 {
    gap: 4.25rem !important;
  }
  .gap-sm-42 {
    gap: 4.5rem !important;
  }
  .gap-sm-43 {
    gap: 4.75rem !important;
  }
  .gap-sm-5 {
    gap: 5rem !important;
  }
  .gap-sm-51 {
    gap: 5.25rem !important;
  }
  .gap-sm-52 {
    gap: 5.5rem !important;
  }
  .gap-sm-53 {
    gap: 5.75rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-61 {
    gap: 6.25rem !important;
  }
  .gap-sm-62 {
    gap: 6.5rem !important;
  }
  .gap-sm-63 {
    gap: 6.75rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-1 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-sm-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-sm-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-sm-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-sm-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-sm-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-sm-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-sm-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-1 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-sm-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-sm-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-sm-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-sm-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-sm-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-sm-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-sm-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-sm-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-sm-63 {
    column-gap: 6.75rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-01 {
    margin: 0.25rem !important;
  }
  .m-md-02 {
    margin: 0.5rem !important;
  }
  .m-md-03 {
    margin: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-11 {
    margin: 1.25rem !important;
  }
  .m-md-12 {
    margin: 1.5rem !important;
  }
  .m-md-13 {
    margin: 1.75rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-21 {
    margin: 2.25rem !important;
  }
  .m-md-22 {
    margin: 2.5rem !important;
  }
  .m-md-23 {
    margin: 2.75rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-31 {
    margin: 3.25rem !important;
  }
  .m-md-32 {
    margin: 3.5rem !important;
  }
  .m-md-33 {
    margin: 3.75rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-41 {
    margin: 4.25rem !important;
  }
  .m-md-42 {
    margin: 4.5rem !important;
  }
  .m-md-43 {
    margin: 4.75rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-51 {
    margin: 5.25rem !important;
  }
  .m-md-52 {
    margin: 5.5rem !important;
  }
  .m-md-53 {
    margin: 5.75rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-61 {
    margin: 6.25rem !important;
  }
  .m-md-62 {
    margin: 6.5rem !important;
  }
  .m-md-63 {
    margin: 6.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-md-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-md-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-md-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-md-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-md-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-01 {
    margin-top: 0.25rem !important;
  }
  .mt-md-02 {
    margin-top: 0.5rem !important;
  }
  .mt-md-03 {
    margin-top: 0.75rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-11 {
    margin-top: 1.25rem !important;
  }
  .mt-md-12 {
    margin-top: 1.5rem !important;
  }
  .mt-md-13 {
    margin-top: 1.75rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-21 {
    margin-top: 2.25rem !important;
  }
  .mt-md-22 {
    margin-top: 2.5rem !important;
  }
  .mt-md-23 {
    margin-top: 2.75rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-31 {
    margin-top: 3.25rem !important;
  }
  .mt-md-32 {
    margin-top: 3.5rem !important;
  }
  .mt-md-33 {
    margin-top: 3.75rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-41 {
    margin-top: 4.25rem !important;
  }
  .mt-md-42 {
    margin-top: 4.5rem !important;
  }
  .mt-md-43 {
    margin-top: 4.75rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-51 {
    margin-top: 5.25rem !important;
  }
  .mt-md-52 {
    margin-top: 5.5rem !important;
  }
  .mt-md-53 {
    margin-top: 5.75rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-61 {
    margin-top: 6.25rem !important;
  }
  .mt-md-62 {
    margin-top: 6.5rem !important;
  }
  .mt-md-63 {
    margin-top: 6.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-01 {
    margin-right: 0.25rem !important;
  }
  .me-md-02 {
    margin-right: 0.5rem !important;
  }
  .me-md-03 {
    margin-right: 0.75rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-11 {
    margin-right: 1.25rem !important;
  }
  .me-md-12 {
    margin-right: 1.5rem !important;
  }
  .me-md-13 {
    margin-right: 1.75rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-21 {
    margin-right: 2.25rem !important;
  }
  .me-md-22 {
    margin-right: 2.5rem !important;
  }
  .me-md-23 {
    margin-right: 2.75rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-31 {
    margin-right: 3.25rem !important;
  }
  .me-md-32 {
    margin-right: 3.5rem !important;
  }
  .me-md-33 {
    margin-right: 3.75rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-41 {
    margin-right: 4.25rem !important;
  }
  .me-md-42 {
    margin-right: 4.5rem !important;
  }
  .me-md-43 {
    margin-right: 4.75rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-51 {
    margin-right: 5.25rem !important;
  }
  .me-md-52 {
    margin-right: 5.5rem !important;
  }
  .me-md-53 {
    margin-right: 5.75rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-61 {
    margin-right: 6.25rem !important;
  }
  .me-md-62 {
    margin-right: 6.5rem !important;
  }
  .me-md-63 {
    margin-right: 6.75rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-md-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-md-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-01 {
    margin-left: 0.25rem !important;
  }
  .ms-md-02 {
    margin-left: 0.5rem !important;
  }
  .ms-md-03 {
    margin-left: 0.75rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-11 {
    margin-left: 1.25rem !important;
  }
  .ms-md-12 {
    margin-left: 1.5rem !important;
  }
  .ms-md-13 {
    margin-left: 1.75rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-21 {
    margin-left: 2.25rem !important;
  }
  .ms-md-22 {
    margin-left: 2.5rem !important;
  }
  .ms-md-23 {
    margin-left: 2.75rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-31 {
    margin-left: 3.25rem !important;
  }
  .ms-md-32 {
    margin-left: 3.5rem !important;
  }
  .ms-md-33 {
    margin-left: 3.75rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-41 {
    margin-left: 4.25rem !important;
  }
  .ms-md-42 {
    margin-left: 4.5rem !important;
  }
  .ms-md-43 {
    margin-left: 4.75rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-51 {
    margin-left: 5.25rem !important;
  }
  .ms-md-52 {
    margin-left: 5.5rem !important;
  }
  .ms-md-53 {
    margin-left: 5.75rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-61 {
    margin-left: 6.25rem !important;
  }
  .ms-md-62 {
    margin-left: 6.5rem !important;
  }
  .ms-md-63 {
    margin-left: 6.75rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n01 {
    margin: -0.25rem !important;
  }
  .m-md-n02 {
    margin: -0.5rem !important;
  }
  .m-md-n03 {
    margin: -0.75rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .m-md-n11 {
    margin: -1.25rem !important;
  }
  .m-md-n12 {
    margin: -1.5rem !important;
  }
  .m-md-n13 {
    margin: -1.75rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .m-md-n21 {
    margin: -2.25rem !important;
  }
  .m-md-n22 {
    margin: -2.5rem !important;
  }
  .m-md-n23 {
    margin: -2.75rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .m-md-n31 {
    margin: -3.25rem !important;
  }
  .m-md-n32 {
    margin: -3.5rem !important;
  }
  .m-md-n33 {
    margin: -3.75rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .m-md-n41 {
    margin: -4.25rem !important;
  }
  .m-md-n42 {
    margin: -4.5rem !important;
  }
  .m-md-n43 {
    margin: -4.75rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .m-md-n51 {
    margin: -5.25rem !important;
  }
  .m-md-n52 {
    margin: -5.5rem !important;
  }
  .m-md-n53 {
    margin: -5.75rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n61 {
    margin: -6.25rem !important;
  }
  .m-md-n62 {
    margin: -6.5rem !important;
  }
  .m-md-n63 {
    margin: -6.75rem !important;
  }
  .mx-md-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-md-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-md-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-md-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-md-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-md-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-md-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-md-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-md-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n1 {
    margin-top: -1rem !important;
  }
  .mt-md-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n2 {
    margin-top: -2rem !important;
  }
  .mt-md-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-md-n3 {
    margin-top: -3rem !important;
  }
  .mt-md-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-md-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -4rem !important;
  }
  .mt-md-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-md-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-md-n5 {
    margin-top: -5rem !important;
  }
  .mt-md-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-md-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n63 {
    margin-top: -6.75rem !important;
  }
  .me-md-n01 {
    margin-right: -0.25rem !important;
  }
  .me-md-n02 {
    margin-right: -0.5rem !important;
  }
  .me-md-n03 {
    margin-right: -0.75rem !important;
  }
  .me-md-n1 {
    margin-right: -1rem !important;
  }
  .me-md-n11 {
    margin-right: -1.25rem !important;
  }
  .me-md-n12 {
    margin-right: -1.5rem !important;
  }
  .me-md-n13 {
    margin-right: -1.75rem !important;
  }
  .me-md-n2 {
    margin-right: -2rem !important;
  }
  .me-md-n21 {
    margin-right: -2.25rem !important;
  }
  .me-md-n22 {
    margin-right: -2.5rem !important;
  }
  .me-md-n23 {
    margin-right: -2.75rem !important;
  }
  .me-md-n3 {
    margin-right: -3rem !important;
  }
  .me-md-n31 {
    margin-right: -3.25rem !important;
  }
  .me-md-n32 {
    margin-right: -3.5rem !important;
  }
  .me-md-n33 {
    margin-right: -3.75rem !important;
  }
  .me-md-n4 {
    margin-right: -4rem !important;
  }
  .me-md-n41 {
    margin-right: -4.25rem !important;
  }
  .me-md-n42 {
    margin-right: -4.5rem !important;
  }
  .me-md-n43 {
    margin-right: -4.75rem !important;
  }
  .me-md-n5 {
    margin-right: -5rem !important;
  }
  .me-md-n51 {
    margin-right: -5.25rem !important;
  }
  .me-md-n52 {
    margin-right: -5.5rem !important;
  }
  .me-md-n53 {
    margin-right: -5.75rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n61 {
    margin-right: -6.25rem !important;
  }
  .me-md-n62 {
    margin-right: -6.5rem !important;
  }
  .me-md-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-md-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-md-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-md-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-md-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n1 {
    margin-left: -1rem !important;
  }
  .ms-md-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n2 {
    margin-left: -2rem !important;
  }
  .ms-md-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-md-n3 {
    margin-left: -3rem !important;
  }
  .ms-md-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-md-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -4rem !important;
  }
  .ms-md-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-md-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-md-n5 {
    margin-left: -5rem !important;
  }
  .ms-md-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-md-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n63 {
    margin-left: -6.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-01 {
    padding: 0.25rem !important;
  }
  .p-md-02 {
    padding: 0.5rem !important;
  }
  .p-md-03 {
    padding: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-11 {
    padding: 1.25rem !important;
  }
  .p-md-12 {
    padding: 1.5rem !important;
  }
  .p-md-13 {
    padding: 1.75rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-21 {
    padding: 2.25rem !important;
  }
  .p-md-22 {
    padding: 2.5rem !important;
  }
  .p-md-23 {
    padding: 2.75rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-31 {
    padding: 3.25rem !important;
  }
  .p-md-32 {
    padding: 3.5rem !important;
  }
  .p-md-33 {
    padding: 3.75rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-41 {
    padding: 4.25rem !important;
  }
  .p-md-42 {
    padding: 4.5rem !important;
  }
  .p-md-43 {
    padding: 4.75rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-51 {
    padding: 5.25rem !important;
  }
  .p-md-52 {
    padding: 5.5rem !important;
  }
  .p-md-53 {
    padding: 5.75rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-61 {
    padding: 6.25rem !important;
  }
  .p-md-62 {
    padding: 6.5rem !important;
  }
  .p-md-63 {
    padding: 6.75rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-md-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-md-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-md-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-md-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-md-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-01 {
    padding-top: 0.25rem !important;
  }
  .pt-md-02 {
    padding-top: 0.5rem !important;
  }
  .pt-md-03 {
    padding-top: 0.75rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-11 {
    padding-top: 1.25rem !important;
  }
  .pt-md-12 {
    padding-top: 1.5rem !important;
  }
  .pt-md-13 {
    padding-top: 1.75rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-21 {
    padding-top: 2.25rem !important;
  }
  .pt-md-22 {
    padding-top: 2.5rem !important;
  }
  .pt-md-23 {
    padding-top: 2.75rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-31 {
    padding-top: 3.25rem !important;
  }
  .pt-md-32 {
    padding-top: 3.5rem !important;
  }
  .pt-md-33 {
    padding-top: 3.75rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-41 {
    padding-top: 4.25rem !important;
  }
  .pt-md-42 {
    padding-top: 4.5rem !important;
  }
  .pt-md-43 {
    padding-top: 4.75rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-51 {
    padding-top: 5.25rem !important;
  }
  .pt-md-52 {
    padding-top: 5.5rem !important;
  }
  .pt-md-53 {
    padding-top: 5.75rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-61 {
    padding-top: 6.25rem !important;
  }
  .pt-md-62 {
    padding-top: 6.5rem !important;
  }
  .pt-md-63 {
    padding-top: 6.75rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-01 {
    padding-right: 0.25rem !important;
  }
  .pe-md-02 {
    padding-right: 0.5rem !important;
  }
  .pe-md-03 {
    padding-right: 0.75rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-11 {
    padding-right: 1.25rem !important;
  }
  .pe-md-12 {
    padding-right: 1.5rem !important;
  }
  .pe-md-13 {
    padding-right: 1.75rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-21 {
    padding-right: 2.25rem !important;
  }
  .pe-md-22 {
    padding-right: 2.5rem !important;
  }
  .pe-md-23 {
    padding-right: 2.75rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-31 {
    padding-right: 3.25rem !important;
  }
  .pe-md-32 {
    padding-right: 3.5rem !important;
  }
  .pe-md-33 {
    padding-right: 3.75rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-41 {
    padding-right: 4.25rem !important;
  }
  .pe-md-42 {
    padding-right: 4.5rem !important;
  }
  .pe-md-43 {
    padding-right: 4.75rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-51 {
    padding-right: 5.25rem !important;
  }
  .pe-md-52 {
    padding-right: 5.5rem !important;
  }
  .pe-md-53 {
    padding-right: 5.75rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-61 {
    padding-right: 6.25rem !important;
  }
  .pe-md-62 {
    padding-right: 6.5rem !important;
  }
  .pe-md-63 {
    padding-right: 6.75rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-md-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-md-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-01 {
    padding-left: 0.25rem !important;
  }
  .ps-md-02 {
    padding-left: 0.5rem !important;
  }
  .ps-md-03 {
    padding-left: 0.75rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-11 {
    padding-left: 1.25rem !important;
  }
  .ps-md-12 {
    padding-left: 1.5rem !important;
  }
  .ps-md-13 {
    padding-left: 1.75rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-21 {
    padding-left: 2.25rem !important;
  }
  .ps-md-22 {
    padding-left: 2.5rem !important;
  }
  .ps-md-23 {
    padding-left: 2.75rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-31 {
    padding-left: 3.25rem !important;
  }
  .ps-md-32 {
    padding-left: 3.5rem !important;
  }
  .ps-md-33 {
    padding-left: 3.75rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-41 {
    padding-left: 4.25rem !important;
  }
  .ps-md-42 {
    padding-left: 4.5rem !important;
  }
  .ps-md-43 {
    padding-left: 4.75rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-51 {
    padding-left: 5.25rem !important;
  }
  .ps-md-52 {
    padding-left: 5.5rem !important;
  }
  .ps-md-53 {
    padding-left: 5.75rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-61 {
    padding-left: 6.25rem !important;
  }
  .ps-md-62 {
    padding-left: 6.5rem !important;
  }
  .ps-md-63 {
    padding-left: 6.75rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-01 {
    gap: 0.25rem !important;
  }
  .gap-md-02 {
    gap: 0.5rem !important;
  }
  .gap-md-03 {
    gap: 0.75rem !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-11 {
    gap: 1.25rem !important;
  }
  .gap-md-12 {
    gap: 1.5rem !important;
  }
  .gap-md-13 {
    gap: 1.75rem !important;
  }
  .gap-md-2 {
    gap: 2rem !important;
  }
  .gap-md-21 {
    gap: 2.25rem !important;
  }
  .gap-md-22 {
    gap: 2.5rem !important;
  }
  .gap-md-23 {
    gap: 2.75rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-31 {
    gap: 3.25rem !important;
  }
  .gap-md-32 {
    gap: 3.5rem !important;
  }
  .gap-md-33 {
    gap: 3.75rem !important;
  }
  .gap-md-4 {
    gap: 4rem !important;
  }
  .gap-md-41 {
    gap: 4.25rem !important;
  }
  .gap-md-42 {
    gap: 4.5rem !important;
  }
  .gap-md-43 {
    gap: 4.75rem !important;
  }
  .gap-md-5 {
    gap: 5rem !important;
  }
  .gap-md-51 {
    gap: 5.25rem !important;
  }
  .gap-md-52 {
    gap: 5.5rem !important;
  }
  .gap-md-53 {
    gap: 5.75rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-61 {
    gap: 6.25rem !important;
  }
  .gap-md-62 {
    gap: 6.5rem !important;
  }
  .gap-md-63 {
    gap: 6.75rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-1 {
    row-gap: 1rem !important;
  }
  .row-gap-md-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-2 {
    row-gap: 2rem !important;
  }
  .row-gap-md-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-md-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-md-3 {
    row-gap: 3rem !important;
  }
  .row-gap-md-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-md-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-4 {
    row-gap: 4rem !important;
  }
  .row-gap-md-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-md-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-md-5 {
    row-gap: 5rem !important;
  }
  .row-gap-md-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-md-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-md-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-md-6 {
    row-gap: 6rem !important;
  }
  .row-gap-md-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-md-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-1 {
    column-gap: 1rem !important;
  }
  .column-gap-md-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-md-2 {
    column-gap: 2rem !important;
  }
  .column-gap-md-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-md-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-md-3 {
    column-gap: 3rem !important;
  }
  .column-gap-md-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-md-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-md-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-md-4 {
    column-gap: 4rem !important;
  }
  .column-gap-md-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-md-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-md-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-md-5 {
    column-gap: 5rem !important;
  }
  .column-gap-md-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-md-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-md-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-md-6 {
    column-gap: 6rem !important;
  }
  .column-gap-md-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-md-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-md-63 {
    column-gap: 6.75rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-01 {
    margin: 0.25rem !important;
  }
  .m-lg-02 {
    margin: 0.5rem !important;
  }
  .m-lg-03 {
    margin: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-11 {
    margin: 1.25rem !important;
  }
  .m-lg-12 {
    margin: 1.5rem !important;
  }
  .m-lg-13 {
    margin: 1.75rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-21 {
    margin: 2.25rem !important;
  }
  .m-lg-22 {
    margin: 2.5rem !important;
  }
  .m-lg-23 {
    margin: 2.75rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-31 {
    margin: 3.25rem !important;
  }
  .m-lg-32 {
    margin: 3.5rem !important;
  }
  .m-lg-33 {
    margin: 3.75rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-41 {
    margin: 4.25rem !important;
  }
  .m-lg-42 {
    margin: 4.5rem !important;
  }
  .m-lg-43 {
    margin: 4.75rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-51 {
    margin: 5.25rem !important;
  }
  .m-lg-52 {
    margin: 5.5rem !important;
  }
  .m-lg-53 {
    margin: 5.75rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-61 {
    margin: 6.25rem !important;
  }
  .m-lg-62 {
    margin: 6.5rem !important;
  }
  .m-lg-63 {
    margin: 6.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-lg-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-lg-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-lg-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-lg-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-lg-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-01 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-02 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-03 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-11 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-12 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-21 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-22 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-23 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-31 {
    margin-top: 3.25rem !important;
  }
  .mt-lg-32 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-33 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-41 {
    margin-top: 4.25rem !important;
  }
  .mt-lg-42 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-43 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-51 {
    margin-top: 5.25rem !important;
  }
  .mt-lg-52 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-53 {
    margin-top: 5.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-61 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-62 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-63 {
    margin-top: 6.75rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-01 {
    margin-right: 0.25rem !important;
  }
  .me-lg-02 {
    margin-right: 0.5rem !important;
  }
  .me-lg-03 {
    margin-right: 0.75rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-11 {
    margin-right: 1.25rem !important;
  }
  .me-lg-12 {
    margin-right: 1.5rem !important;
  }
  .me-lg-13 {
    margin-right: 1.75rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-21 {
    margin-right: 2.25rem !important;
  }
  .me-lg-22 {
    margin-right: 2.5rem !important;
  }
  .me-lg-23 {
    margin-right: 2.75rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-31 {
    margin-right: 3.25rem !important;
  }
  .me-lg-32 {
    margin-right: 3.5rem !important;
  }
  .me-lg-33 {
    margin-right: 3.75rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-41 {
    margin-right: 4.25rem !important;
  }
  .me-lg-42 {
    margin-right: 4.5rem !important;
  }
  .me-lg-43 {
    margin-right: 4.75rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-51 {
    margin-right: 5.25rem !important;
  }
  .me-lg-52 {
    margin-right: 5.5rem !important;
  }
  .me-lg-53 {
    margin-right: 5.75rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-61 {
    margin-right: 6.25rem !important;
  }
  .me-lg-62 {
    margin-right: 6.5rem !important;
  }
  .me-lg-63 {
    margin-right: 6.75rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-lg-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-lg-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-01 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-02 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-03 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-11 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-12 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-21 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-22 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-23 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-31 {
    margin-left: 3.25rem !important;
  }
  .ms-lg-32 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-33 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-41 {
    margin-left: 4.25rem !important;
  }
  .ms-lg-42 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-43 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-51 {
    margin-left: 5.25rem !important;
  }
  .ms-lg-52 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-53 {
    margin-left: 5.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-61 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-62 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-63 {
    margin-left: 6.75rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n01 {
    margin: -0.25rem !important;
  }
  .m-lg-n02 {
    margin: -0.5rem !important;
  }
  .m-lg-n03 {
    margin: -0.75rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .m-lg-n11 {
    margin: -1.25rem !important;
  }
  .m-lg-n12 {
    margin: -1.5rem !important;
  }
  .m-lg-n13 {
    margin: -1.75rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .m-lg-n21 {
    margin: -2.25rem !important;
  }
  .m-lg-n22 {
    margin: -2.5rem !important;
  }
  .m-lg-n23 {
    margin: -2.75rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .m-lg-n31 {
    margin: -3.25rem !important;
  }
  .m-lg-n32 {
    margin: -3.5rem !important;
  }
  .m-lg-n33 {
    margin: -3.75rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .m-lg-n41 {
    margin: -4.25rem !important;
  }
  .m-lg-n42 {
    margin: -4.5rem !important;
  }
  .m-lg-n43 {
    margin: -4.75rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .m-lg-n51 {
    margin: -5.25rem !important;
  }
  .m-lg-n52 {
    margin: -5.5rem !important;
  }
  .m-lg-n53 {
    margin: -5.75rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n61 {
    margin: -6.25rem !important;
  }
  .m-lg-n62 {
    margin: -6.5rem !important;
  }
  .m-lg-n63 {
    margin: -6.75rem !important;
  }
  .mx-lg-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-lg-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-lg-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-lg-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-lg-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-lg-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-lg-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-lg-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-lg-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n1 {
    margin-top: -1rem !important;
  }
  .mt-lg-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n2 {
    margin-top: -2rem !important;
  }
  .mt-lg-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-lg-n3 {
    margin-top: -3rem !important;
  }
  .mt-lg-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-lg-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -4rem !important;
  }
  .mt-lg-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-lg-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-lg-n5 {
    margin-top: -5rem !important;
  }
  .mt-lg-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-lg-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n63 {
    margin-top: -6.75rem !important;
  }
  .me-lg-n01 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n02 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n03 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n1 {
    margin-right: -1rem !important;
  }
  .me-lg-n11 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n12 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n2 {
    margin-right: -2rem !important;
  }
  .me-lg-n21 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n22 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n23 {
    margin-right: -2.75rem !important;
  }
  .me-lg-n3 {
    margin-right: -3rem !important;
  }
  .me-lg-n31 {
    margin-right: -3.25rem !important;
  }
  .me-lg-n32 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n33 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -4rem !important;
  }
  .me-lg-n41 {
    margin-right: -4.25rem !important;
  }
  .me-lg-n42 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n43 {
    margin-right: -4.75rem !important;
  }
  .me-lg-n5 {
    margin-right: -5rem !important;
  }
  .me-lg-n51 {
    margin-right: -5.25rem !important;
  }
  .me-lg-n52 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n53 {
    margin-right: -5.75rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n61 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n62 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-lg-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-lg-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-lg-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-lg-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n1 {
    margin-left: -1rem !important;
  }
  .ms-lg-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n2 {
    margin-left: -2rem !important;
  }
  .ms-lg-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-lg-n3 {
    margin-left: -3rem !important;
  }
  .ms-lg-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-lg-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -4rem !important;
  }
  .ms-lg-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-lg-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
  .ms-lg-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-lg-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n63 {
    margin-left: -6.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-01 {
    padding: 0.25rem !important;
  }
  .p-lg-02 {
    padding: 0.5rem !important;
  }
  .p-lg-03 {
    padding: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-11 {
    padding: 1.25rem !important;
  }
  .p-lg-12 {
    padding: 1.5rem !important;
  }
  .p-lg-13 {
    padding: 1.75rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-21 {
    padding: 2.25rem !important;
  }
  .p-lg-22 {
    padding: 2.5rem !important;
  }
  .p-lg-23 {
    padding: 2.75rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-31 {
    padding: 3.25rem !important;
  }
  .p-lg-32 {
    padding: 3.5rem !important;
  }
  .p-lg-33 {
    padding: 3.75rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-41 {
    padding: 4.25rem !important;
  }
  .p-lg-42 {
    padding: 4.5rem !important;
  }
  .p-lg-43 {
    padding: 4.75rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-51 {
    padding: 5.25rem !important;
  }
  .p-lg-52 {
    padding: 5.5rem !important;
  }
  .p-lg-53 {
    padding: 5.75rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-61 {
    padding: 6.25rem !important;
  }
  .p-lg-62 {
    padding: 6.5rem !important;
  }
  .p-lg-63 {
    padding: 6.75rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-lg-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-lg-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-lg-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-lg-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-lg-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-01 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-02 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-03 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-11 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-12 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-21 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-22 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-23 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-31 {
    padding-top: 3.25rem !important;
  }
  .pt-lg-32 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-33 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-41 {
    padding-top: 4.25rem !important;
  }
  .pt-lg-42 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-43 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-51 {
    padding-top: 5.25rem !important;
  }
  .pt-lg-52 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-53 {
    padding-top: 5.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-61 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-62 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-63 {
    padding-top: 6.75rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-01 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-02 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-03 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-11 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-12 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-21 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-22 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-23 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-31 {
    padding-right: 3.25rem !important;
  }
  .pe-lg-32 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-33 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-41 {
    padding-right: 4.25rem !important;
  }
  .pe-lg-42 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-43 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-51 {
    padding-right: 5.25rem !important;
  }
  .pe-lg-52 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-53 {
    padding-right: 5.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-61 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-62 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-63 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-lg-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-lg-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-01 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-02 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-03 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-11 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-12 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-21 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-22 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-23 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-31 {
    padding-left: 3.25rem !important;
  }
  .ps-lg-32 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-33 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-41 {
    padding-left: 4.25rem !important;
  }
  .ps-lg-42 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-43 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-51 {
    padding-left: 5.25rem !important;
  }
  .ps-lg-52 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-53 {
    padding-left: 5.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-61 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-62 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-63 {
    padding-left: 6.75rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-01 {
    gap: 0.25rem !important;
  }
  .gap-lg-02 {
    gap: 0.5rem !important;
  }
  .gap-lg-03 {
    gap: 0.75rem !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-11 {
    gap: 1.25rem !important;
  }
  .gap-lg-12 {
    gap: 1.5rem !important;
  }
  .gap-lg-13 {
    gap: 1.75rem !important;
  }
  .gap-lg-2 {
    gap: 2rem !important;
  }
  .gap-lg-21 {
    gap: 2.25rem !important;
  }
  .gap-lg-22 {
    gap: 2.5rem !important;
  }
  .gap-lg-23 {
    gap: 2.75rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-31 {
    gap: 3.25rem !important;
  }
  .gap-lg-32 {
    gap: 3.5rem !important;
  }
  .gap-lg-33 {
    gap: 3.75rem !important;
  }
  .gap-lg-4 {
    gap: 4rem !important;
  }
  .gap-lg-41 {
    gap: 4.25rem !important;
  }
  .gap-lg-42 {
    gap: 4.5rem !important;
  }
  .gap-lg-43 {
    gap: 4.75rem !important;
  }
  .gap-lg-5 {
    gap: 5rem !important;
  }
  .gap-lg-51 {
    gap: 5.25rem !important;
  }
  .gap-lg-52 {
    gap: 5.5rem !important;
  }
  .gap-lg-53 {
    gap: 5.75rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-61 {
    gap: 6.25rem !important;
  }
  .gap-lg-62 {
    gap: 6.5rem !important;
  }
  .gap-lg-63 {
    gap: 6.75rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-1 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-lg-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-lg-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-lg-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-lg-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-lg-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-lg-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-1 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-lg-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-lg-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-lg-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-lg-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-lg-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-lg-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-lg-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-lg-63 {
    column-gap: 6.75rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-01 {
    margin: 0.25rem !important;
  }
  .m-xl-02 {
    margin: 0.5rem !important;
  }
  .m-xl-03 {
    margin: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-11 {
    margin: 1.25rem !important;
  }
  .m-xl-12 {
    margin: 1.5rem !important;
  }
  .m-xl-13 {
    margin: 1.75rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-21 {
    margin: 2.25rem !important;
  }
  .m-xl-22 {
    margin: 2.5rem !important;
  }
  .m-xl-23 {
    margin: 2.75rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-31 {
    margin: 3.25rem !important;
  }
  .m-xl-32 {
    margin: 3.5rem !important;
  }
  .m-xl-33 {
    margin: 3.75rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-41 {
    margin: 4.25rem !important;
  }
  .m-xl-42 {
    margin: 4.5rem !important;
  }
  .m-xl-43 {
    margin: 4.75rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-51 {
    margin: 5.25rem !important;
  }
  .m-xl-52 {
    margin: 5.5rem !important;
  }
  .m-xl-53 {
    margin: 5.75rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-61 {
    margin: 6.25rem !important;
  }
  .m-xl-62 {
    margin: 6.5rem !important;
  }
  .m-xl-63 {
    margin: 6.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xl-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xl-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xl-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xl-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-01 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-02 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-03 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-11 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-21 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-22 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-23 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-31 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-32 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-33 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-41 {
    margin-top: 4.25rem !important;
  }
  .mt-xl-42 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-43 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-51 {
    margin-top: 5.25rem !important;
  }
  .mt-xl-52 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-53 {
    margin-top: 5.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-61 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-62 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-63 {
    margin-top: 6.75rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-01 {
    margin-right: 0.25rem !important;
  }
  .me-xl-02 {
    margin-right: 0.5rem !important;
  }
  .me-xl-03 {
    margin-right: 0.75rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-11 {
    margin-right: 1.25rem !important;
  }
  .me-xl-12 {
    margin-right: 1.5rem !important;
  }
  .me-xl-13 {
    margin-right: 1.75rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-21 {
    margin-right: 2.25rem !important;
  }
  .me-xl-22 {
    margin-right: 2.5rem !important;
  }
  .me-xl-23 {
    margin-right: 2.75rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-31 {
    margin-right: 3.25rem !important;
  }
  .me-xl-32 {
    margin-right: 3.5rem !important;
  }
  .me-xl-33 {
    margin-right: 3.75rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-41 {
    margin-right: 4.25rem !important;
  }
  .me-xl-42 {
    margin-right: 4.5rem !important;
  }
  .me-xl-43 {
    margin-right: 4.75rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-51 {
    margin-right: 5.25rem !important;
  }
  .me-xl-52 {
    margin-right: 5.5rem !important;
  }
  .me-xl-53 {
    margin-right: 5.75rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-61 {
    margin-right: 6.25rem !important;
  }
  .me-xl-62 {
    margin-right: 6.5rem !important;
  }
  .me-xl-63 {
    margin-right: 6.75rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xl-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xl-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-01 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-02 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-03 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-11 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-21 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-22 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-23 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-31 {
    margin-left: 3.25rem !important;
  }
  .ms-xl-32 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-33 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-41 {
    margin-left: 4.25rem !important;
  }
  .ms-xl-42 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-43 {
    margin-left: 4.75rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-51 {
    margin-left: 5.25rem !important;
  }
  .ms-xl-52 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-53 {
    margin-left: 5.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-61 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-62 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-63 {
    margin-left: 6.75rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n01 {
    margin: -0.25rem !important;
  }
  .m-xl-n02 {
    margin: -0.5rem !important;
  }
  .m-xl-n03 {
    margin: -0.75rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .m-xl-n11 {
    margin: -1.25rem !important;
  }
  .m-xl-n12 {
    margin: -1.5rem !important;
  }
  .m-xl-n13 {
    margin: -1.75rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .m-xl-n21 {
    margin: -2.25rem !important;
  }
  .m-xl-n22 {
    margin: -2.5rem !important;
  }
  .m-xl-n23 {
    margin: -2.75rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .m-xl-n31 {
    margin: -3.25rem !important;
  }
  .m-xl-n32 {
    margin: -3.5rem !important;
  }
  .m-xl-n33 {
    margin: -3.75rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .m-xl-n41 {
    margin: -4.25rem !important;
  }
  .m-xl-n42 {
    margin: -4.5rem !important;
  }
  .m-xl-n43 {
    margin: -4.75rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .m-xl-n51 {
    margin: -5.25rem !important;
  }
  .m-xl-n52 {
    margin: -5.5rem !important;
  }
  .m-xl-n53 {
    margin: -5.75rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n61 {
    margin: -6.25rem !important;
  }
  .m-xl-n62 {
    margin: -6.5rem !important;
  }
  .m-xl-n63 {
    margin: -6.75rem !important;
  }
  .mx-xl-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-xl-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-xl-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-xl-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-xl-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-xl-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-xl-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-xl-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-xl-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xl-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xl-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-xl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xl-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-xl-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xl-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-xl-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-xl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xl-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-xl-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n63 {
    margin-top: -6.75rem !important;
  }
  .me-xl-n01 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n02 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n03 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n1 {
    margin-right: -1rem !important;
  }
  .me-xl-n11 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n12 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n2 {
    margin-right: -2rem !important;
  }
  .me-xl-n21 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n22 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n23 {
    margin-right: -2.75rem !important;
  }
  .me-xl-n3 {
    margin-right: -3rem !important;
  }
  .me-xl-n31 {
    margin-right: -3.25rem !important;
  }
  .me-xl-n32 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n33 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -4rem !important;
  }
  .me-xl-n41 {
    margin-right: -4.25rem !important;
  }
  .me-xl-n42 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n43 {
    margin-right: -4.75rem !important;
  }
  .me-xl-n5 {
    margin-right: -5rem !important;
  }
  .me-xl-n51 {
    margin-right: -5.25rem !important;
  }
  .me-xl-n52 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n53 {
    margin-right: -5.75rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n61 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n62 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-xl-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-xl-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-xl-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-xl-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xl-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xl-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-xl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xl-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-xl-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xl-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-xl-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-xl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xl-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-xl-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n63 {
    margin-left: -6.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-01 {
    padding: 0.25rem !important;
  }
  .p-xl-02 {
    padding: 0.5rem !important;
  }
  .p-xl-03 {
    padding: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-11 {
    padding: 1.25rem !important;
  }
  .p-xl-12 {
    padding: 1.5rem !important;
  }
  .p-xl-13 {
    padding: 1.75rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-21 {
    padding: 2.25rem !important;
  }
  .p-xl-22 {
    padding: 2.5rem !important;
  }
  .p-xl-23 {
    padding: 2.75rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-31 {
    padding: 3.25rem !important;
  }
  .p-xl-32 {
    padding: 3.5rem !important;
  }
  .p-xl-33 {
    padding: 3.75rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-41 {
    padding: 4.25rem !important;
  }
  .p-xl-42 {
    padding: 4.5rem !important;
  }
  .p-xl-43 {
    padding: 4.75rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-51 {
    padding: 5.25rem !important;
  }
  .p-xl-52 {
    padding: 5.5rem !important;
  }
  .p-xl-53 {
    padding: 5.75rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-61 {
    padding: 6.25rem !important;
  }
  .p-xl-62 {
    padding: 6.5rem !important;
  }
  .p-xl-63 {
    padding: 6.75rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xl-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xl-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xl-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xl-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-01 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-02 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-03 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-11 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-21 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-22 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-23 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-31 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-32 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-33 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-41 {
    padding-top: 4.25rem !important;
  }
  .pt-xl-42 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-43 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-51 {
    padding-top: 5.25rem !important;
  }
  .pt-xl-52 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-53 {
    padding-top: 5.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-61 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-62 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-63 {
    padding-top: 6.75rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-01 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-02 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-03 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-11 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-21 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-22 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-23 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-31 {
    padding-right: 3.25rem !important;
  }
  .pe-xl-32 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-33 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-41 {
    padding-right: 4.25rem !important;
  }
  .pe-xl-42 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-43 {
    padding-right: 4.75rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-51 {
    padding-right: 5.25rem !important;
  }
  .pe-xl-52 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-53 {
    padding-right: 5.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-61 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-62 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-63 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xl-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xl-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-01 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-02 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-03 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-11 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-21 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-22 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-23 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-31 {
    padding-left: 3.25rem !important;
  }
  .ps-xl-32 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-33 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-41 {
    padding-left: 4.25rem !important;
  }
  .ps-xl-42 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-43 {
    padding-left: 4.75rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-51 {
    padding-left: 5.25rem !important;
  }
  .ps-xl-52 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-53 {
    padding-left: 5.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-61 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-62 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-63 {
    padding-left: 6.75rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-01 {
    gap: 0.25rem !important;
  }
  .gap-xl-02 {
    gap: 0.5rem !important;
  }
  .gap-xl-03 {
    gap: 0.75rem !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-11 {
    gap: 1.25rem !important;
  }
  .gap-xl-12 {
    gap: 1.5rem !important;
  }
  .gap-xl-13 {
    gap: 1.75rem !important;
  }
  .gap-xl-2 {
    gap: 2rem !important;
  }
  .gap-xl-21 {
    gap: 2.25rem !important;
  }
  .gap-xl-22 {
    gap: 2.5rem !important;
  }
  .gap-xl-23 {
    gap: 2.75rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-31 {
    gap: 3.25rem !important;
  }
  .gap-xl-32 {
    gap: 3.5rem !important;
  }
  .gap-xl-33 {
    gap: 3.75rem !important;
  }
  .gap-xl-4 {
    gap: 4rem !important;
  }
  .gap-xl-41 {
    gap: 4.25rem !important;
  }
  .gap-xl-42 {
    gap: 4.5rem !important;
  }
  .gap-xl-43 {
    gap: 4.75rem !important;
  }
  .gap-xl-5 {
    gap: 5rem !important;
  }
  .gap-xl-51 {
    gap: 5.25rem !important;
  }
  .gap-xl-52 {
    gap: 5.5rem !important;
  }
  .gap-xl-53 {
    gap: 5.75rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-61 {
    gap: 6.25rem !important;
  }
  .gap-xl-62 {
    gap: 6.5rem !important;
  }
  .gap-xl-63 {
    gap: 6.75rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xl-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-xl-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-xl-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-xl-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xl-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xl-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-xl-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-xl-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-xl-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-xl-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xl-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-xl-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xl-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-xl-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-xl-63 {
    column-gap: 6.75rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-01 {
    margin: 0.25rem !important;
  }
  .m-xxl-02 {
    margin: 0.5rem !important;
  }
  .m-xxl-03 {
    margin: 0.75rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-11 {
    margin: 1.25rem !important;
  }
  .m-xxl-12 {
    margin: 1.5rem !important;
  }
  .m-xxl-13 {
    margin: 1.75rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-21 {
    margin: 2.25rem !important;
  }
  .m-xxl-22 {
    margin: 2.5rem !important;
  }
  .m-xxl-23 {
    margin: 2.75rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-31 {
    margin: 3.25rem !important;
  }
  .m-xxl-32 {
    margin: 3.5rem !important;
  }
  .m-xxl-33 {
    margin: 3.75rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-41 {
    margin: 4.25rem !important;
  }
  .m-xxl-42 {
    margin: 4.5rem !important;
  }
  .m-xxl-43 {
    margin: 4.75rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-51 {
    margin: 5.25rem !important;
  }
  .m-xxl-52 {
    margin: 5.5rem !important;
  }
  .m-xxl-53 {
    margin: 5.75rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-61 {
    margin: 6.25rem !important;
  }
  .m-xxl-62 {
    margin: 6.5rem !important;
  }
  .m-xxl-63 {
    margin: 6.75rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xxl-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xxl-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xxl-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xxl-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xxl-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xxl-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-01 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-02 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-03 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-11 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-13 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-21 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-22 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-23 {
    margin-top: 2.75rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-31 {
    margin-top: 3.25rem !important;
  }
  .mt-xxl-32 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-33 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-41 {
    margin-top: 4.25rem !important;
  }
  .mt-xxl-42 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-43 {
    margin-top: 4.75rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-51 {
    margin-top: 5.25rem !important;
  }
  .mt-xxl-52 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-53 {
    margin-top: 5.75rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-61 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-62 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-63 {
    margin-top: 6.75rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-01 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-02 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-03 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-11 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-12 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-13 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-21 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-22 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-23 {
    margin-right: 2.75rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-31 {
    margin-right: 3.25rem !important;
  }
  .me-xxl-32 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-33 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-41 {
    margin-right: 4.25rem !important;
  }
  .me-xxl-42 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-43 {
    margin-right: 4.75rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-51 {
    margin-right: 5.25rem !important;
  }
  .me-xxl-52 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-53 {
    margin-right: 5.75rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-61 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-62 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-63 {
    margin-right: 6.75rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xxl-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xxl-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xxl-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-01 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-02 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-03 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-11 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-13 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-21 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-22 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-23 {
    margin-left: 2.75rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-31 {
    margin-left: 3.25rem !important;
  }
  .ms-xxl-32 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-33 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-41 {
    margin-left: 4.25rem !important;
  }
  .ms-xxl-42 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-43 {
    margin-left: 4.75rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-51 {
    margin-left: 5.25rem !important;
  }
  .ms-xxl-52 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-53 {
    margin-left: 5.75rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-61 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-62 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-63 {
    margin-left: 6.75rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n01 {
    margin: -0.25rem !important;
  }
  .m-xxl-n02 {
    margin: -0.5rem !important;
  }
  .m-xxl-n03 {
    margin: -0.75rem !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .m-xxl-n11 {
    margin: -1.25rem !important;
  }
  .m-xxl-n12 {
    margin: -1.5rem !important;
  }
  .m-xxl-n13 {
    margin: -1.75rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .m-xxl-n21 {
    margin: -2.25rem !important;
  }
  .m-xxl-n22 {
    margin: -2.5rem !important;
  }
  .m-xxl-n23 {
    margin: -2.75rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .m-xxl-n31 {
    margin: -3.25rem !important;
  }
  .m-xxl-n32 {
    margin: -3.5rem !important;
  }
  .m-xxl-n33 {
    margin: -3.75rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .m-xxl-n41 {
    margin: -4.25rem !important;
  }
  .m-xxl-n42 {
    margin: -4.5rem !important;
  }
  .m-xxl-n43 {
    margin: -4.75rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .m-xxl-n51 {
    margin: -5.25rem !important;
  }
  .m-xxl-n52 {
    margin: -5.5rem !important;
  }
  .m-xxl-n53 {
    margin: -5.75rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n61 {
    margin: -6.25rem !important;
  }
  .m-xxl-n62 {
    margin: -6.5rem !important;
  }
  .m-xxl-n63 {
    margin: -6.75rem !important;
  }
  .mx-xxl-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxl-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-xxl-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-xxl-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-xxl-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxl-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xxl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxl-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-xxl-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxl-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-xxl-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-xxl-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-xxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-xxl-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxl-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xxl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxl-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-xxl-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-xxl-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-xxl-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-xxl-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-xxl-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-xxl-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-xxl-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-xxl-n63 {
    margin-top: -6.75rem !important;
  }
  .me-xxl-n01 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n02 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n03 {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxl-n11 {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n12 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n13 {
    margin-right: -1.75rem !important;
  }
  .me-xxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxl-n21 {
    margin-right: -2.25rem !important;
  }
  .me-xxl-n22 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n23 {
    margin-right: -2.75rem !important;
  }
  .me-xxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxl-n31 {
    margin-right: -3.25rem !important;
  }
  .me-xxl-n32 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n33 {
    margin-right: -3.75rem !important;
  }
  .me-xxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxl-n41 {
    margin-right: -4.25rem !important;
  }
  .me-xxl-n42 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n43 {
    margin-right: -4.75rem !important;
  }
  .me-xxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxl-n51 {
    margin-right: -5.25rem !important;
  }
  .me-xxl-n52 {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n53 {
    margin-right: -5.75rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n61 {
    margin-right: -6.25rem !important;
  }
  .me-xxl-n62 {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-xxl-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxl-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-xxl-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-xxl-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-xxl-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxl-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xxl-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxl-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-xxl-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-xxl-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-xxl-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-xxl-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-xxl-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-xxl-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n63 {
    margin-left: -6.75rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-01 {
    padding: 0.25rem !important;
  }
  .p-xxl-02 {
    padding: 0.5rem !important;
  }
  .p-xxl-03 {
    padding: 0.75rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-11 {
    padding: 1.25rem !important;
  }
  .p-xxl-12 {
    padding: 1.5rem !important;
  }
  .p-xxl-13 {
    padding: 1.75rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-21 {
    padding: 2.25rem !important;
  }
  .p-xxl-22 {
    padding: 2.5rem !important;
  }
  .p-xxl-23 {
    padding: 2.75rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-31 {
    padding: 3.25rem !important;
  }
  .p-xxl-32 {
    padding: 3.5rem !important;
  }
  .p-xxl-33 {
    padding: 3.75rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-41 {
    padding: 4.25rem !important;
  }
  .p-xxl-42 {
    padding: 4.5rem !important;
  }
  .p-xxl-43 {
    padding: 4.75rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-51 {
    padding: 5.25rem !important;
  }
  .p-xxl-52 {
    padding: 5.5rem !important;
  }
  .p-xxl-53 {
    padding: 5.75rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-61 {
    padding: 6.25rem !important;
  }
  .p-xxl-62 {
    padding: 6.5rem !important;
  }
  .p-xxl-63 {
    padding: 6.75rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xxl-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xxl-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xxl-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xxl-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xxl-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xxl-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-01 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-02 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-03 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-11 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-21 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-22 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-23 {
    padding-top: 2.75rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-31 {
    padding-top: 3.25rem !important;
  }
  .pt-xxl-32 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-33 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-41 {
    padding-top: 4.25rem !important;
  }
  .pt-xxl-42 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-43 {
    padding-top: 4.75rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-51 {
    padding-top: 5.25rem !important;
  }
  .pt-xxl-52 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-53 {
    padding-top: 5.75rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-61 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-62 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-63 {
    padding-top: 6.75rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-01 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-02 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-03 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-11 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-13 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-21 {
    padding-right: 2.25rem !important;
  }
  .pe-xxl-22 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-23 {
    padding-right: 2.75rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-31 {
    padding-right: 3.25rem !important;
  }
  .pe-xxl-32 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-33 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-41 {
    padding-right: 4.25rem !important;
  }
  .pe-xxl-42 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-43 {
    padding-right: 4.75rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-51 {
    padding-right: 5.25rem !important;
  }
  .pe-xxl-52 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-53 {
    padding-right: 5.75rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-61 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-62 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-63 {
    padding-right: 6.75rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xxl-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xxl-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xxl-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-01 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-02 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-03 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-11 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-13 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-21 {
    padding-left: 2.25rem !important;
  }
  .ps-xxl-22 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-23 {
    padding-left: 2.75rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-31 {
    padding-left: 3.25rem !important;
  }
  .ps-xxl-32 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-33 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-41 {
    padding-left: 4.25rem !important;
  }
  .ps-xxl-42 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-43 {
    padding-left: 4.75rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-51 {
    padding-left: 5.25rem !important;
  }
  .ps-xxl-52 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-53 {
    padding-left: 5.75rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-61 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-62 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-63 {
    padding-left: 6.75rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-01 {
    gap: 0.25rem !important;
  }
  .gap-xxl-02 {
    gap: 0.5rem !important;
  }
  .gap-xxl-03 {
    gap: 0.75rem !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-11 {
    gap: 1.25rem !important;
  }
  .gap-xxl-12 {
    gap: 1.5rem !important;
  }
  .gap-xxl-13 {
    gap: 1.75rem !important;
  }
  .gap-xxl-2 {
    gap: 2rem !important;
  }
  .gap-xxl-21 {
    gap: 2.25rem !important;
  }
  .gap-xxl-22 {
    gap: 2.5rem !important;
  }
  .gap-xxl-23 {
    gap: 2.75rem !important;
  }
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  .gap-xxl-31 {
    gap: 3.25rem !important;
  }
  .gap-xxl-32 {
    gap: 3.5rem !important;
  }
  .gap-xxl-33 {
    gap: 3.75rem !important;
  }
  .gap-xxl-4 {
    gap: 4rem !important;
  }
  .gap-xxl-41 {
    gap: 4.25rem !important;
  }
  .gap-xxl-42 {
    gap: 4.5rem !important;
  }
  .gap-xxl-43 {
    gap: 4.75rem !important;
  }
  .gap-xxl-5 {
    gap: 5rem !important;
  }
  .gap-xxl-51 {
    gap: 5.25rem !important;
  }
  .gap-xxl-52 {
    gap: 5.5rem !important;
  }
  .gap-xxl-53 {
    gap: 5.75rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-61 {
    gap: 6.25rem !important;
  }
  .gap-xxl-62 {
    gap: 6.5rem !important;
  }
  .gap-xxl-63 {
    gap: 6.75rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xxl-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-xxl-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-xxl-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-xxl-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xxl-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxl-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-xxl-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-xxl-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-xxl-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xxl-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-xxl-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xxl-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-xxl-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xxl-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xxl-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-xxl-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-xxl-63 {
    column-gap: 6.75rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-01,
.gx-01 {
  --bs-gutter-x: 0.25rem;
}

.g-01,
.gy-01 {
  --bs-gutter-y: 0.25rem;
}

.g-02,
.gx-02 {
  --bs-gutter-x: 0.5rem;
}

.g-02,
.gy-02 {
  --bs-gutter-y: 0.5rem;
}

.g-03,
.gx-03 {
  --bs-gutter-x: 0.75rem;
}

.g-03,
.gy-03 {
  --bs-gutter-y: 0.75rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 1.25rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 1.25rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 1.5rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 1.5rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 1.75rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 1.75rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}

.g-21,
.gx-21 {
  --bs-gutter-x: 2.25rem;
}

.g-21,
.gy-21 {
  --bs-gutter-y: 2.25rem;
}

.g-22,
.gx-22 {
  --bs-gutter-x: 2.5rem;
}

.g-22,
.gy-22 {
  --bs-gutter-y: 2.5rem;
}

.g-23,
.gx-23 {
  --bs-gutter-x: 2.75rem;
}

.g-23,
.gy-23 {
  --bs-gutter-y: 2.75rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}

.g-31,
.gx-31 {
  --bs-gutter-x: 3.25rem;
}

.g-31,
.gy-31 {
  --bs-gutter-y: 3.25rem;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 3.5rem;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 3.5rem;
}

.g-33,
.gx-33 {
  --bs-gutter-x: 3.75rem;
}

.g-33,
.gy-33 {
  --bs-gutter-y: 3.75rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-41,
.gx-41 {
  --bs-gutter-x: 4.25rem;
}

.g-41,
.gy-41 {
  --bs-gutter-y: 4.25rem;
}

.g-42,
.gx-42 {
  --bs-gutter-x: 4.5rem;
}

.g-42,
.gy-42 {
  --bs-gutter-y: 4.5rem;
}

.g-43,
.gx-43 {
  --bs-gutter-x: 4.75rem;
}

.g-43,
.gy-43 {
  --bs-gutter-y: 4.75rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5rem;
}

.g-51,
.gx-51 {
  --bs-gutter-x: 5.25rem;
}

.g-51,
.gy-51 {
  --bs-gutter-y: 5.25rem;
}

.g-52,
.gx-52 {
  --bs-gutter-x: 5.5rem;
}

.g-52,
.gy-52 {
  --bs-gutter-y: 5.5rem;
}

.g-53,
.gx-53 {
  --bs-gutter-x: 5.75rem;
}

.g-53,
.gy-53 {
  --bs-gutter-y: 5.75rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem;
}

.g-61,
.gx-61 {
  --bs-gutter-x: 6.25rem;
}

.g-61,
.gy-61 {
  --bs-gutter-y: 6.25rem;
}

.g-62,
.gx-62 {
  --bs-gutter-x: 6.5rem;
}

.g-62,
.gy-62 {
  --bs-gutter-y: 6.5rem;
}

.g-63,
.gx-63 {
  --bs-gutter-x: 6.75rem;
}

.g-63,
.gy-63 {
  --bs-gutter-y: 6.75rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-01,
  .gx-sm-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-01,
  .gy-sm-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-02,
  .gx-sm-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-02,
  .gy-sm-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-03,
  .gx-sm-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-03,
  .gy-sm-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-21,
  .gx-sm-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-21,
  .gy-sm-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-31,
  .gx-sm-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-sm-31,
  .gy-sm-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-33,
  .gx-sm-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-33,
  .gy-sm-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-41,
  .gx-sm-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-sm-41,
  .gy-sm-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-sm-42,
  .gx-sm-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-42,
  .gy-sm-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-43,
  .gx-sm-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-sm-43,
  .gy-sm-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-51,
  .gx-sm-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-sm-51,
  .gy-sm-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-sm-52,
  .gx-sm-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-52,
  .gy-sm-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-53,
  .gx-sm-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-sm-53,
  .gy-sm-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-61,
  .gx-sm-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-61,
  .gy-sm-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-62,
  .gx-sm-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-62,
  .gy-sm-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-63,
  .gx-sm-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-sm-63,
  .gy-sm-63 {
    --bs-gutter-y: 6.75rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-01,
  .gx-md-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-01,
  .gy-md-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-02,
  .gx-md-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-02,
  .gy-md-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-03,
  .gx-md-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-03,
  .gy-md-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-31,
  .gx-md-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-md-31,
  .gy-md-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-33,
  .gx-md-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-33,
  .gy-md-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-41,
  .gx-md-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-md-41,
  .gy-md-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-md-42,
  .gx-md-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-42,
  .gy-md-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-43,
  .gx-md-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-md-43,
  .gy-md-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-51,
  .gx-md-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-md-51,
  .gy-md-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-md-52,
  .gx-md-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-52,
  .gy-md-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-53,
  .gx-md-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-md-53,
  .gy-md-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-61,
  .gx-md-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-61,
  .gy-md-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-62,
  .gx-md-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-62,
  .gy-md-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-63,
  .gx-md-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-md-63,
  .gy-md-63 {
    --bs-gutter-y: 6.75rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-01,
  .gx-lg-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-01,
  .gy-lg-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-02,
  .gx-lg-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-02,
  .gy-lg-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-03,
  .gx-lg-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-03,
  .gy-lg-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-31,
  .gx-lg-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-lg-31,
  .gy-lg-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-33,
  .gx-lg-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-33,
  .gy-lg-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-41,
  .gx-lg-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-lg-41,
  .gy-lg-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-lg-42,
  .gx-lg-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-42,
  .gy-lg-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-43,
  .gx-lg-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-lg-43,
  .gy-lg-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-51,
  .gx-lg-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-lg-51,
  .gy-lg-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-lg-52,
  .gx-lg-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-52,
  .gy-lg-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-53,
  .gx-lg-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-lg-53,
  .gy-lg-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-61,
  .gx-lg-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-61,
  .gy-lg-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-62,
  .gx-lg-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-62,
  .gy-lg-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-63,
  .gx-lg-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-lg-63,
  .gy-lg-63 {
    --bs-gutter-y: 6.75rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-01,
  .gx-xl-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-01,
  .gy-xl-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-02,
  .gx-xl-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-02,
  .gy-xl-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-03,
  .gx-xl-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-03,
  .gy-xl-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-31,
  .gx-xl-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xl-31,
  .gy-xl-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-33,
  .gx-xl-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-33,
  .gy-xl-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-41,
  .gx-xl-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-xl-41,
  .gy-xl-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-xl-42,
  .gx-xl-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-42,
  .gy-xl-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-43,
  .gx-xl-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-xl-43,
  .gy-xl-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-51,
  .gx-xl-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-xl-51,
  .gy-xl-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-xl-52,
  .gx-xl-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-52,
  .gy-xl-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-53,
  .gx-xl-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-xl-53,
  .gy-xl-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-61,
  .gx-xl-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-61,
  .gy-xl-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-62,
  .gx-xl-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-62,
  .gy-xl-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-63,
  .gx-xl-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-xl-63,
  .gy-xl-63 {
    --bs-gutter-y: 6.75rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-01,
  .gx-xxl-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-01,
  .gy-xxl-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-02,
  .gx-xxl-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-02,
  .gy-xxl-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-03,
  .gx-xxl-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-03,
  .gy-xxl-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-21,
  .gx-xxl-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-21,
  .gy-xxl-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-23,
  .gx-xxl-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xxl-23,
  .gy-xxl-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-31,
  .gx-xxl-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xxl-31,
  .gy-xxl-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-33,
  .gx-xxl-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-33,
  .gy-xxl-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-41,
  .gx-xxl-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-xxl-41,
  .gy-xxl-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-xxl-42,
  .gx-xxl-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-42,
  .gy-xxl-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-43,
  .gx-xxl-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-xxl-43,
  .gy-xxl-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-51,
  .gx-xxl-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-xxl-51,
  .gy-xxl-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-xxl-52,
  .gx-xxl-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-52,
  .gy-xxl-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-53,
  .gx-xxl-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-xxl-53,
  .gy-xxl-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-61,
  .gx-xxl-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-61,
  .gy-xxl-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-62,
  .gx-xxl-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-62,
  .gy-xxl-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-63,
  .gx-xxl-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-xxl-63,
  .gy-xxl-63 {
    --bs-gutter-y: 6.75rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-01 {
  margin: 0.25rem !important;
}

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

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

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

.m-11 {
  margin: 1.25rem !important;
}

.m-12 {
  margin: 1.5rem !important;
}

.m-13 {
  margin: 1.75rem !important;
}

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

.m-21 {
  margin: 2.25rem !important;
}

.m-22 {
  margin: 2.5rem !important;
}

.m-23 {
  margin: 2.75rem !important;
}

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

.m-31 {
  margin: 3.25rem !important;
}

.m-32 {
  margin: 3.5rem !important;
}

.m-33 {
  margin: 3.75rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-41 {
  margin: 4.25rem !important;
}

.m-42 {
  margin: 4.5rem !important;
}

.m-43 {
  margin: 4.75rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-51 {
  margin: 5.25rem !important;
}

.m-52 {
  margin: 5.5rem !important;
}

.m-53 {
  margin: 5.75rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-61 {
  margin: 6.25rem !important;
}

.m-62 {
  margin: 6.5rem !important;
}

.m-63 {
  margin: 6.75rem !important;
}

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

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

.mx-01 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-02 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-03 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-11 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-12 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-13 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-21 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-22 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-23 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-31 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-32 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-33 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-41 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.mx-42 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-43 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-51 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.mx-52 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-53 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-61 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-62 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-63 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-01 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-02 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-03 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-11 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-12 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-13 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-21 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-22 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-23 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-31 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-32 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-33 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-41 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-42 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-43 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-51 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.my-52 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-53 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-61 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-62 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-63 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-01 {
  margin-top: 0.25rem !important;
}

.mt-02 {
  margin-top: 0.5rem !important;
}

.mt-03 {
  margin-top: 0.75rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-11 {
  margin-top: 1.25rem !important;
}

.mt-12 {
  margin-top: 1.5rem !important;
}

.mt-13 {
  margin-top: 1.75rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-21 {
  margin-top: 2.25rem !important;
}

.mt-22 {
  margin-top: 2.5rem !important;
}

.mt-23 {
  margin-top: 2.75rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-31 {
  margin-top: 3.25rem !important;
}

.mt-32 {
  margin-top: 3.5rem !important;
}

.mt-33 {
  margin-top: 3.75rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-41 {
  margin-top: 4.25rem !important;
}

.mt-42 {
  margin-top: 4.5rem !important;
}

.mt-43 {
  margin-top: 4.75rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-51 {
  margin-top: 5.25rem !important;
}

.mt-52 {
  margin-top: 5.5rem !important;
}

.mt-53 {
  margin-top: 5.75rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-61 {
  margin-top: 6.25rem !important;
}

.mt-62 {
  margin-top: 6.5rem !important;
}

.mt-63 {
  margin-top: 6.75rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-01 {
  margin-right: 0.25rem !important;
}

.me-02 {
  margin-right: 0.5rem !important;
}

.me-03 {
  margin-right: 0.75rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-11 {
  margin-right: 1.25rem !important;
}

.me-12 {
  margin-right: 1.5rem !important;
}

.me-13 {
  margin-right: 1.75rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-21 {
  margin-right: 2.25rem !important;
}

.me-22 {
  margin-right: 2.5rem !important;
}

.me-23 {
  margin-right: 2.75rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-31 {
  margin-right: 3.25rem !important;
}

.me-32 {
  margin-right: 3.5rem !important;
}

.me-33 {
  margin-right: 3.75rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-41 {
  margin-right: 4.25rem !important;
}

.me-42 {
  margin-right: 4.5rem !important;
}

.me-43 {
  margin-right: 4.75rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-51 {
  margin-right: 5.25rem !important;
}

.me-52 {
  margin-right: 5.5rem !important;
}

.me-53 {
  margin-right: 5.75rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-61 {
  margin-right: 6.25rem !important;
}

.me-62 {
  margin-right: 6.5rem !important;
}

.me-63 {
  margin-right: 6.75rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-01 {
  margin-bottom: 0.25rem !important;
}

.mb-02 {
  margin-bottom: 0.5rem !important;
}

.mb-03 {
  margin-bottom: 0.75rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-11 {
  margin-bottom: 1.25rem !important;
}

.mb-12 {
  margin-bottom: 1.5rem !important;
}

.mb-13 {
  margin-bottom: 1.75rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-21 {
  margin-bottom: 2.25rem !important;
}

.mb-22 {
  margin-bottom: 2.5rem !important;
}

.mb-23 {
  margin-bottom: 2.75rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-31 {
  margin-bottom: 3.25rem !important;
}

.mb-32 {
  margin-bottom: 3.5rem !important;
}

.mb-33 {
  margin-bottom: 3.75rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-41 {
  margin-bottom: 4.25rem !important;
}

.mb-42 {
  margin-bottom: 4.5rem !important;
}

.mb-43 {
  margin-bottom: 4.75rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-51 {
  margin-bottom: 5.25rem !important;
}

.mb-52 {
  margin-bottom: 5.5rem !important;
}

.mb-53 {
  margin-bottom: 5.75rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-61 {
  margin-bottom: 6.25rem !important;
}

.mb-62 {
  margin-bottom: 6.5rem !important;
}

.mb-63 {
  margin-bottom: 6.75rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-01 {
  margin-left: 0.25rem !important;
}

.ms-02 {
  margin-left: 0.5rem !important;
}

.ms-03 {
  margin-left: 0.75rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-11 {
  margin-left: 1.25rem !important;
}

.ms-12 {
  margin-left: 1.5rem !important;
}

.ms-13 {
  margin-left: 1.75rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-21 {
  margin-left: 2.25rem !important;
}

.ms-22 {
  margin-left: 2.5rem !important;
}

.ms-23 {
  margin-left: 2.75rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-31 {
  margin-left: 3.25rem !important;
}

.ms-32 {
  margin-left: 3.5rem !important;
}

.ms-33 {
  margin-left: 3.75rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-41 {
  margin-left: 4.25rem !important;
}

.ms-42 {
  margin-left: 4.5rem !important;
}

.ms-43 {
  margin-left: 4.75rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-51 {
  margin-left: 5.25rem !important;
}

.ms-52 {
  margin-left: 5.5rem !important;
}

.ms-53 {
  margin-left: 5.75rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-61 {
  margin-left: 6.25rem !important;
}

.ms-62 {
  margin-left: 6.5rem !important;
}

.ms-63 {
  margin-left: 6.75rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

.m-n11 {
  margin: -1.25rem !important;
}

.m-n12 {
  margin: -1.5rem !important;
}

.m-n13 {
  margin: -1.75rem !important;
}

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

.m-n21 {
  margin: -2.25rem !important;
}

.m-n22 {
  margin: -2.5rem !important;
}

.m-n23 {
  margin: -2.75rem !important;
}

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

.m-n31 {
  margin: -3.25rem !important;
}

.m-n32 {
  margin: -3.5rem !important;
}

.m-n33 {
  margin: -3.75rem !important;
}

.m-n4 {
  margin: -4rem !important;
}

.m-n41 {
  margin: -4.25rem !important;
}

.m-n42 {
  margin: -4.5rem !important;
}

.m-n43 {
  margin: -4.75rem !important;
}

.m-n5 {
  margin: -5rem !important;
}

.m-n51 {
  margin: -5.25rem !important;
}

.m-n52 {
  margin: -5.5rem !important;
}

.m-n53 {
  margin: -5.75rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.m-n61 {
  margin: -6.25rem !important;
}

.m-n62 {
  margin: -6.5rem !important;
}

.m-n63 {
  margin: -6.75rem !important;
}

.mx-n01 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n02 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n03 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.mx-n1 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n11 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n12 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n13 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n2 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n21 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n22 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n23 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

.mx-n3 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n31 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important;
}

.mx-n32 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n33 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

.mx-n4 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n41 {
  margin-right: -4.25rem !important;
  margin-left: -4.25rem !important;
}

.mx-n42 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n43 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important;
}

.mx-n5 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n51 {
  margin-right: -5.25rem !important;
  margin-left: -5.25rem !important;
}

.mx-n52 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n53 {
  margin-right: -5.75rem !important;
  margin-left: -5.75rem !important;
}

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n61 {
  margin-right: -6.25rem !important;
  margin-left: -6.25rem !important;
}

.mx-n62 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx-n63 {
  margin-right: -6.75rem !important;
  margin-left: -6.75rem !important;
}

.my-n01 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n02 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n03 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n1 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n11 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n12 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n13 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n2 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n21 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n22 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n23 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.my-n3 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n31 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n32 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n33 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n4 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n41 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.my-n42 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n43 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.my-n5 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n51 {
  margin-top: -5.25rem !important;
  margin-bottom: -5.25rem !important;
}

.my-n52 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n53 {
  margin-top: -5.75rem !important;
  margin-bottom: -5.75rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n61 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n62 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n63 {
  margin-top: -6.75rem !important;
  margin-bottom: -6.75rem !important;
}

.mt-n01 {
  margin-top: -0.25rem !important;
}

.mt-n02 {
  margin-top: -0.5rem !important;
}

.mt-n03 {
  margin-top: -0.75rem !important;
}

.mt-n1 {
  margin-top: -1rem !important;
}

.mt-n11 {
  margin-top: -1.25rem !important;
}

.mt-n12 {
  margin-top: -1.5rem !important;
}

.mt-n13 {
  margin-top: -1.75rem !important;
}

.mt-n2 {
  margin-top: -2rem !important;
}

.mt-n21 {
  margin-top: -2.25rem !important;
}

.mt-n22 {
  margin-top: -2.5rem !important;
}

.mt-n23 {
  margin-top: -2.75rem !important;
}

.mt-n3 {
  margin-top: -3rem !important;
}

.mt-n31 {
  margin-top: -3.25rem !important;
}

.mt-n32 {
  margin-top: -3.5rem !important;
}

.mt-n33 {
  margin-top: -3.75rem !important;
}

.mt-n4 {
  margin-top: -4rem !important;
}

.mt-n41 {
  margin-top: -4.25rem !important;
}

.mt-n42 {
  margin-top: -4.5rem !important;
}

.mt-n43 {
  margin-top: -4.75rem !important;
}

.mt-n5 {
  margin-top: -5rem !important;
}

.mt-n51 {
  margin-top: -5.25rem !important;
}

.mt-n52 {
  margin-top: -5.5rem !important;
}

.mt-n53 {
  margin-top: -5.75rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n61 {
  margin-top: -6.25rem !important;
}

.mt-n62 {
  margin-top: -6.5rem !important;
}

.mt-n63 {
  margin-top: -6.75rem !important;
}

.me-n01 {
  margin-right: -0.25rem !important;
}

.me-n02 {
  margin-right: -0.5rem !important;
}

.me-n03 {
  margin-right: -0.75rem !important;
}

.me-n1 {
  margin-right: -1rem !important;
}

.me-n11 {
  margin-right: -1.25rem !important;
}

.me-n12 {
  margin-right: -1.5rem !important;
}

.me-n13 {
  margin-right: -1.75rem !important;
}

.me-n2 {
  margin-right: -2rem !important;
}

.me-n21 {
  margin-right: -2.25rem !important;
}

.me-n22 {
  margin-right: -2.5rem !important;
}

.me-n23 {
  margin-right: -2.75rem !important;
}

.me-n3 {
  margin-right: -3rem !important;
}

.me-n31 {
  margin-right: -3.25rem !important;
}

.me-n32 {
  margin-right: -3.5rem !important;
}

.me-n33 {
  margin-right: -3.75rem !important;
}

.me-n4 {
  margin-right: -4rem !important;
}

.me-n41 {
  margin-right: -4.25rem !important;
}

.me-n42 {
  margin-right: -4.5rem !important;
}

.me-n43 {
  margin-right: -4.75rem !important;
}

.me-n5 {
  margin-right: -5rem !important;
}

.me-n51 {
  margin-right: -5.25rem !important;
}

.me-n52 {
  margin-right: -5.5rem !important;
}

.me-n53 {
  margin-right: -5.75rem !important;
}

.me-n6 {
  margin-right: -6rem !important;
}

.me-n61 {
  margin-right: -6.25rem !important;
}

.me-n62 {
  margin-right: -6.5rem !important;
}

.me-n63 {
  margin-right: -6.75rem !important;
}

.mb-n01 {
  margin-bottom: -0.25rem !important;
}

.mb-n02 {
  margin-bottom: -0.5rem !important;
}

.mb-n03 {
  margin-bottom: -0.75rem !important;
}

.mb-n1 {
  margin-bottom: -1rem !important;
}

.mb-n11 {
  margin-bottom: -1.25rem !important;
}

.mb-n12 {
  margin-bottom: -1.5rem !important;
}

.mb-n13 {
  margin-bottom: -1.75rem !important;
}

.mb-n2 {
  margin-bottom: -2rem !important;
}

.mb-n21 {
  margin-bottom: -2.25rem !important;
}

.mb-n22 {
  margin-bottom: -2.5rem !important;
}

.mb-n23 {
  margin-bottom: -2.75rem !important;
}

.mb-n3 {
  margin-bottom: -3rem !important;
}

.mb-n31 {
  margin-bottom: -3.25rem !important;
}

.mb-n32 {
  margin-bottom: -3.5rem !important;
}

.mb-n33 {
  margin-bottom: -3.75rem !important;
}

.mb-n4 {
  margin-bottom: -4rem !important;
}

.mb-n41 {
  margin-bottom: -4.25rem !important;
}

.mb-n42 {
  margin-bottom: -4.5rem !important;
}

.mb-n43 {
  margin-bottom: -4.75rem !important;
}

.mb-n5 {
  margin-bottom: -5rem !important;
}

.mb-n51 {
  margin-bottom: -5.25rem !important;
}

.mb-n52 {
  margin-bottom: -5.5rem !important;
}

.mb-n53 {
  margin-bottom: -5.75rem !important;
}

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n61 {
  margin-bottom: -6.25rem !important;
}

.mb-n62 {
  margin-bottom: -6.5rem !important;
}

.mb-n63 {
  margin-bottom: -6.75rem !important;
}

.ms-n01 {
  margin-left: -0.25rem !important;
}

.ms-n02 {
  margin-left: -0.5rem !important;
}

.ms-n03 {
  margin-left: -0.75rem !important;
}

.ms-n1 {
  margin-left: -1rem !important;
}

.ms-n11 {
  margin-left: -1.25rem !important;
}

.ms-n12 {
  margin-left: -1.5rem !important;
}

.ms-n13 {
  margin-left: -1.75rem !important;
}

.ms-n2 {
  margin-left: -2rem !important;
}

.ms-n21 {
  margin-left: -2.25rem !important;
}

.ms-n22 {
  margin-left: -2.5rem !important;
}

.ms-n23 {
  margin-left: -2.75rem !important;
}

.ms-n3 {
  margin-left: -3rem !important;
}

.ms-n31 {
  margin-left: -3.25rem !important;
}

.ms-n32 {
  margin-left: -3.5rem !important;
}

.ms-n33 {
  margin-left: -3.75rem !important;
}

.ms-n4 {
  margin-left: -4rem !important;
}

.ms-n41 {
  margin-left: -4.25rem !important;
}

.ms-n42 {
  margin-left: -4.5rem !important;
}

.ms-n43 {
  margin-left: -4.75rem !important;
}

.ms-n5 {
  margin-left: -5rem !important;
}

.ms-n51 {
  margin-left: -5.25rem !important;
}

.ms-n52 {
  margin-left: -5.5rem !important;
}

.ms-n53 {
  margin-left: -5.75rem !important;
}

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n61 {
  margin-left: -6.25rem !important;
}

.ms-n62 {
  margin-left: -6.5rem !important;
}

.ms-n63 {
  margin-left: -6.75rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-01 {
  padding: 0.25rem !important;
}

.p-02 {
  padding: 0.5rem !important;
}

.p-03 {
  padding: 0.75rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-11 {
  padding: 1.25rem !important;
}

.p-12 {
  padding: 1.5rem !important;
}

.p-13 {
  padding: 1.75rem !important;
}

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

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

.p-22 {
  padding: 2.5rem !important;
}

.p-23 {
  padding: 2.75rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-31 {
  padding: 3.25rem !important;
}

.p-32 {
  padding: 3.5rem !important;
}

.p-33 {
  padding: 3.75rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-41 {
  padding: 4.25rem !important;
}

.p-42 {
  padding: 4.5rem !important;
}

.p-43 {
  padding: 4.75rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-51 {
  padding: 5.25rem !important;
}

.p-52 {
  padding: 5.5rem !important;
}

.p-53 {
  padding: 5.75rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-61 {
  padding: 6.25rem !important;
}

.p-62 {
  padding: 6.5rem !important;
}

.p-63 {
  padding: 6.75rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-01 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-02 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-03 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

.px-11 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-12 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-13 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

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

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

.px-22 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-23 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

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

.px-31 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-32 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-33 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

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

.px-41 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-42 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-43 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

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

.px-51 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.px-52 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-53 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

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

.px-61 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-62 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-63 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-01 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-02 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-03 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.py-11 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-12 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-13 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-21 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-22 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-23 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-31 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-32 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-33 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

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

.py-41 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-42 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-43 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

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

.py-51 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.py-52 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-53 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

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

.py-61 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-62 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-63 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-01 {
  padding-top: 0.25rem !important;
}

.pt-02 {
  padding-top: 0.5rem !important;
}

.pt-03 {
  padding-top: 0.75rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-11 {
  padding-top: 1.25rem !important;
}

.pt-12 {
  padding-top: 1.5rem !important;
}

.pt-13 {
  padding-top: 1.75rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-21 {
  padding-top: 2.25rem !important;
}

.pt-22 {
  padding-top: 2.5rem !important;
}

.pt-23 {
  padding-top: 2.75rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-31 {
  padding-top: 3.25rem !important;
}

.pt-32 {
  padding-top: 3.5rem !important;
}

.pt-33 {
  padding-top: 3.75rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-41 {
  padding-top: 4.25rem !important;
}

.pt-42 {
  padding-top: 4.5rem !important;
}

.pt-43 {
  padding-top: 4.75rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-51 {
  padding-top: 5.25rem !important;
}

.pt-52 {
  padding-top: 5.5rem !important;
}

.pt-53 {
  padding-top: 5.75rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-61 {
  padding-top: 6.25rem !important;
}

.pt-62 {
  padding-top: 6.5rem !important;
}

.pt-63 {
  padding-top: 6.75rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-01 {
  padding-right: 0.25rem !important;
}

.pe-02 {
  padding-right: 0.5rem !important;
}

.pe-03 {
  padding-right: 0.75rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-11 {
  padding-right: 1.25rem !important;
}

.pe-12 {
  padding-right: 1.5rem !important;
}

.pe-13 {
  padding-right: 1.75rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-21 {
  padding-right: 2.25rem !important;
}

.pe-22 {
  padding-right: 2.5rem !important;
}

.pe-23 {
  padding-right: 2.75rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-31 {
  padding-right: 3.25rem !important;
}

.pe-32 {
  padding-right: 3.5rem !important;
}

.pe-33 {
  padding-right: 3.75rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-41 {
  padding-right: 4.25rem !important;
}

.pe-42 {
  padding-right: 4.5rem !important;
}

.pe-43 {
  padding-right: 4.75rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-51 {
  padding-right: 5.25rem !important;
}

.pe-52 {
  padding-right: 5.5rem !important;
}

.pe-53 {
  padding-right: 5.75rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-61 {
  padding-right: 6.25rem !important;
}

.pe-62 {
  padding-right: 6.5rem !important;
}

.pe-63 {
  padding-right: 6.75rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-01 {
  padding-bottom: 0.25rem !important;
}

.pb-02 {
  padding-bottom: 0.5rem !important;
}

.pb-03 {
  padding-bottom: 0.75rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-11 {
  padding-bottom: 1.25rem !important;
}

.pb-12 {
  padding-bottom: 1.5rem !important;
}

.pb-13 {
  padding-bottom: 1.75rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-21 {
  padding-bottom: 2.25rem !important;
}

.pb-22 {
  padding-bottom: 2.5rem !important;
}

.pb-23 {
  padding-bottom: 2.75rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-31 {
  padding-bottom: 3.25rem !important;
}

.pb-32 {
  padding-bottom: 3.5rem !important;
}

.pb-33 {
  padding-bottom: 3.75rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-41 {
  padding-bottom: 4.25rem !important;
}

.pb-42 {
  padding-bottom: 4.5rem !important;
}

.pb-43 {
  padding-bottom: 4.75rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-51 {
  padding-bottom: 5.25rem !important;
}

.pb-52 {
  padding-bottom: 5.5rem !important;
}

.pb-53 {
  padding-bottom: 5.75rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-61 {
  padding-bottom: 6.25rem !important;
}

.pb-62 {
  padding-bottom: 6.5rem !important;
}

.pb-63 {
  padding-bottom: 6.75rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-01 {
  padding-left: 0.25rem !important;
}

.ps-02 {
  padding-left: 0.5rem !important;
}

.ps-03 {
  padding-left: 0.75rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-11 {
  padding-left: 1.25rem !important;
}

.ps-12 {
  padding-left: 1.5rem !important;
}

.ps-13 {
  padding-left: 1.75rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-21 {
  padding-left: 2.25rem !important;
}

.ps-22 {
  padding-left: 2.5rem !important;
}

.ps-23 {
  padding-left: 2.75rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-31 {
  padding-left: 3.25rem !important;
}

.ps-32 {
  padding-left: 3.5rem !important;
}

.ps-33 {
  padding-left: 3.75rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-41 {
  padding-left: 4.25rem !important;
}

.ps-42 {
  padding-left: 4.5rem !important;
}

.ps-43 {
  padding-left: 4.75rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-51 {
  padding-left: 5.25rem !important;
}

.ps-52 {
  padding-left: 5.5rem !important;
}

.ps-53 {
  padding-left: 5.75rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-61 {
  padding-left: 6.25rem !important;
}

.ps-62 {
  padding-left: 6.5rem !important;
}

.ps-63 {
  padding-left: 6.75rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-01 {
    margin: 0.25rem !important;
  }
  .m-sm-02 {
    margin: 0.5rem !important;
  }
  .m-sm-03 {
    margin: 0.75rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-11 {
    margin: 1.25rem !important;
  }
  .m-sm-12 {
    margin: 1.5rem !important;
  }
  .m-sm-13 {
    margin: 1.75rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-21 {
    margin: 2.25rem !important;
  }
  .m-sm-22 {
    margin: 2.5rem !important;
  }
  .m-sm-23 {
    margin: 2.75rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-31 {
    margin: 3.25rem !important;
  }
  .m-sm-32 {
    margin: 3.5rem !important;
  }
  .m-sm-33 {
    margin: 3.75rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-41 {
    margin: 4.25rem !important;
  }
  .m-sm-42 {
    margin: 4.5rem !important;
  }
  .m-sm-43 {
    margin: 4.75rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-51 {
    margin: 5.25rem !important;
  }
  .m-sm-52 {
    margin: 5.5rem !important;
  }
  .m-sm-53 {
    margin: 5.75rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-61 {
    margin: 6.25rem !important;
  }
  .m-sm-62 {
    margin: 6.5rem !important;
  }
  .m-sm-63 {
    margin: 6.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-sm-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-sm-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-sm-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-sm-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-sm-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-sm-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-01 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-02 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-03 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-11 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-12 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-21 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-22 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-23 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-31 {
    margin-top: 3.25rem !important;
  }
  .mt-sm-32 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-33 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-41 {
    margin-top: 4.25rem !important;
  }
  .mt-sm-42 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-43 {
    margin-top: 4.75rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-51 {
    margin-top: 5.25rem !important;
  }
  .mt-sm-52 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-53 {
    margin-top: 5.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-61 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-62 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-63 {
    margin-top: 6.75rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-01 {
    margin-right: 0.25rem !important;
  }
  .me-sm-02 {
    margin-right: 0.5rem !important;
  }
  .me-sm-03 {
    margin-right: 0.75rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-11 {
    margin-right: 1.25rem !important;
  }
  .me-sm-12 {
    margin-right: 1.5rem !important;
  }
  .me-sm-13 {
    margin-right: 1.75rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-21 {
    margin-right: 2.25rem !important;
  }
  .me-sm-22 {
    margin-right: 2.5rem !important;
  }
  .me-sm-23 {
    margin-right: 2.75rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-31 {
    margin-right: 3.25rem !important;
  }
  .me-sm-32 {
    margin-right: 3.5rem !important;
  }
  .me-sm-33 {
    margin-right: 3.75rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-41 {
    margin-right: 4.25rem !important;
  }
  .me-sm-42 {
    margin-right: 4.5rem !important;
  }
  .me-sm-43 {
    margin-right: 4.75rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-51 {
    margin-right: 5.25rem !important;
  }
  .me-sm-52 {
    margin-right: 5.5rem !important;
  }
  .me-sm-53 {
    margin-right: 5.75rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-61 {
    margin-right: 6.25rem !important;
  }
  .me-sm-62 {
    margin-right: 6.5rem !important;
  }
  .me-sm-63 {
    margin-right: 6.75rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-sm-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-sm-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-01 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-02 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-03 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-11 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-12 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-21 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-22 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-23 {
    margin-left: 2.75rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-31 {
    margin-left: 3.25rem !important;
  }
  .ms-sm-32 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-33 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-41 {
    margin-left: 4.25rem !important;
  }
  .ms-sm-42 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-43 {
    margin-left: 4.75rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-51 {
    margin-left: 5.25rem !important;
  }
  .ms-sm-52 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-53 {
    margin-left: 5.75rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-61 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-62 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-63 {
    margin-left: 6.75rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n01 {
    margin: -0.25rem !important;
  }
  .m-sm-n02 {
    margin: -0.5rem !important;
  }
  .m-sm-n03 {
    margin: -0.75rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .m-sm-n11 {
    margin: -1.25rem !important;
  }
  .m-sm-n12 {
    margin: -1.5rem !important;
  }
  .m-sm-n13 {
    margin: -1.75rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .m-sm-n21 {
    margin: -2.25rem !important;
  }
  .m-sm-n22 {
    margin: -2.5rem !important;
  }
  .m-sm-n23 {
    margin: -2.75rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .m-sm-n31 {
    margin: -3.25rem !important;
  }
  .m-sm-n32 {
    margin: -3.5rem !important;
  }
  .m-sm-n33 {
    margin: -3.75rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .m-sm-n41 {
    margin: -4.25rem !important;
  }
  .m-sm-n42 {
    margin: -4.5rem !important;
  }
  .m-sm-n43 {
    margin: -4.75rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .m-sm-n51 {
    margin: -5.25rem !important;
  }
  .m-sm-n52 {
    margin: -5.5rem !important;
  }
  .m-sm-n53 {
    margin: -5.75rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n61 {
    margin: -6.25rem !important;
  }
  .m-sm-n62 {
    margin: -6.5rem !important;
  }
  .m-sm-n63 {
    margin: -6.75rem !important;
  }
  .mx-sm-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-sm-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-sm-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-sm-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-sm-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-sm-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-sm-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-sm-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-sm-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-sm-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-sm-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-sm-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-sm-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-sm-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-sm-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n1 {
    margin-top: -1rem !important;
  }
  .mt-sm-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n2 {
    margin-top: -2rem !important;
  }
  .mt-sm-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-sm-n3 {
    margin-top: -3rem !important;
  }
  .mt-sm-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-sm-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -4rem !important;
  }
  .mt-sm-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-sm-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-sm-n5 {
    margin-top: -5rem !important;
  }
  .mt-sm-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-sm-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-sm-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n63 {
    margin-top: -6.75rem !important;
  }
  .me-sm-n01 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n02 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n03 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n1 {
    margin-right: -1rem !important;
  }
  .me-sm-n11 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n12 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n13 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n2 {
    margin-right: -2rem !important;
  }
  .me-sm-n21 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n22 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n23 {
    margin-right: -2.75rem !important;
  }
  .me-sm-n3 {
    margin-right: -3rem !important;
  }
  .me-sm-n31 {
    margin-right: -3.25rem !important;
  }
  .me-sm-n32 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n33 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n4 {
    margin-right: -4rem !important;
  }
  .me-sm-n41 {
    margin-right: -4.25rem !important;
  }
  .me-sm-n42 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n43 {
    margin-right: -4.75rem !important;
  }
  .me-sm-n5 {
    margin-right: -5rem !important;
  }
  .me-sm-n51 {
    margin-right: -5.25rem !important;
  }
  .me-sm-n52 {
    margin-right: -5.5rem !important;
  }
  .me-sm-n53 {
    margin-right: -5.75rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n61 {
    margin-right: -6.25rem !important;
  }
  .me-sm-n62 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-sm-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-sm-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-sm-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-sm-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-sm-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-sm-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n1 {
    margin-left: -1rem !important;
  }
  .ms-sm-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n2 {
    margin-left: -2rem !important;
  }
  .ms-sm-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-sm-n3 {
    margin-left: -3rem !important;
  }
  .ms-sm-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-sm-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n4 {
    margin-left: -4rem !important;
  }
  .ms-sm-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-sm-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-sm-n5 {
    margin-left: -5rem !important;
  }
  .ms-sm-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-sm-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-sm-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n63 {
    margin-left: -6.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-01 {
    padding: 0.25rem !important;
  }
  .p-sm-02 {
    padding: 0.5rem !important;
  }
  .p-sm-03 {
    padding: 0.75rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-11 {
    padding: 1.25rem !important;
  }
  .p-sm-12 {
    padding: 1.5rem !important;
  }
  .p-sm-13 {
    padding: 1.75rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-21 {
    padding: 2.25rem !important;
  }
  .p-sm-22 {
    padding: 2.5rem !important;
  }
  .p-sm-23 {
    padding: 2.75rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-31 {
    padding: 3.25rem !important;
  }
  .p-sm-32 {
    padding: 3.5rem !important;
  }
  .p-sm-33 {
    padding: 3.75rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-41 {
    padding: 4.25rem !important;
  }
  .p-sm-42 {
    padding: 4.5rem !important;
  }
  .p-sm-43 {
    padding: 4.75rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-51 {
    padding: 5.25rem !important;
  }
  .p-sm-52 {
    padding: 5.5rem !important;
  }
  .p-sm-53 {
    padding: 5.75rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-61 {
    padding: 6.25rem !important;
  }
  .p-sm-62 {
    padding: 6.5rem !important;
  }
  .p-sm-63 {
    padding: 6.75rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-sm-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-sm-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-sm-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-sm-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-sm-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-sm-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-01 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-02 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-03 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-11 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-12 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-21 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-22 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-23 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-31 {
    padding-top: 3.25rem !important;
  }
  .pt-sm-32 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-33 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-41 {
    padding-top: 4.25rem !important;
  }
  .pt-sm-42 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-43 {
    padding-top: 4.75rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-51 {
    padding-top: 5.25rem !important;
  }
  .pt-sm-52 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-53 {
    padding-top: 5.75rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-61 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-62 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-63 {
    padding-top: 6.75rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-01 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-02 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-03 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-11 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-12 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-21 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-22 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-23 {
    padding-right: 2.75rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-31 {
    padding-right: 3.25rem !important;
  }
  .pe-sm-32 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-33 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-41 {
    padding-right: 4.25rem !important;
  }
  .pe-sm-42 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-43 {
    padding-right: 4.75rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-51 {
    padding-right: 5.25rem !important;
  }
  .pe-sm-52 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-53 {
    padding-right: 5.75rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-61 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-62 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-63 {
    padding-right: 6.75rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-sm-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-sm-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-01 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-02 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-03 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-11 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-12 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-21 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-22 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-23 {
    padding-left: 2.75rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-31 {
    padding-left: 3.25rem !important;
  }
  .ps-sm-32 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-33 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-41 {
    padding-left: 4.25rem !important;
  }
  .ps-sm-42 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-43 {
    padding-left: 4.75rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-51 {
    padding-left: 5.25rem !important;
  }
  .ps-sm-52 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-53 {
    padding-left: 5.75rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-61 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-62 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-63 {
    padding-left: 6.75rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-01 {
    margin: 0.25rem !important;
  }
  .m-md-02 {
    margin: 0.5rem !important;
  }
  .m-md-03 {
    margin: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-11 {
    margin: 1.25rem !important;
  }
  .m-md-12 {
    margin: 1.5rem !important;
  }
  .m-md-13 {
    margin: 1.75rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-21 {
    margin: 2.25rem !important;
  }
  .m-md-22 {
    margin: 2.5rem !important;
  }
  .m-md-23 {
    margin: 2.75rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-31 {
    margin: 3.25rem !important;
  }
  .m-md-32 {
    margin: 3.5rem !important;
  }
  .m-md-33 {
    margin: 3.75rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-41 {
    margin: 4.25rem !important;
  }
  .m-md-42 {
    margin: 4.5rem !important;
  }
  .m-md-43 {
    margin: 4.75rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-51 {
    margin: 5.25rem !important;
  }
  .m-md-52 {
    margin: 5.5rem !important;
  }
  .m-md-53 {
    margin: 5.75rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-61 {
    margin: 6.25rem !important;
  }
  .m-md-62 {
    margin: 6.5rem !important;
  }
  .m-md-63 {
    margin: 6.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-md-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-md-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-md-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-md-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-md-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-01 {
    margin-top: 0.25rem !important;
  }
  .mt-md-02 {
    margin-top: 0.5rem !important;
  }
  .mt-md-03 {
    margin-top: 0.75rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-11 {
    margin-top: 1.25rem !important;
  }
  .mt-md-12 {
    margin-top: 1.5rem !important;
  }
  .mt-md-13 {
    margin-top: 1.75rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-21 {
    margin-top: 2.25rem !important;
  }
  .mt-md-22 {
    margin-top: 2.5rem !important;
  }
  .mt-md-23 {
    margin-top: 2.75rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-31 {
    margin-top: 3.25rem !important;
  }
  .mt-md-32 {
    margin-top: 3.5rem !important;
  }
  .mt-md-33 {
    margin-top: 3.75rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-41 {
    margin-top: 4.25rem !important;
  }
  .mt-md-42 {
    margin-top: 4.5rem !important;
  }
  .mt-md-43 {
    margin-top: 4.75rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-51 {
    margin-top: 5.25rem !important;
  }
  .mt-md-52 {
    margin-top: 5.5rem !important;
  }
  .mt-md-53 {
    margin-top: 5.75rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-61 {
    margin-top: 6.25rem !important;
  }
  .mt-md-62 {
    margin-top: 6.5rem !important;
  }
  .mt-md-63 {
    margin-top: 6.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-01 {
    margin-right: 0.25rem !important;
  }
  .me-md-02 {
    margin-right: 0.5rem !important;
  }
  .me-md-03 {
    margin-right: 0.75rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-11 {
    margin-right: 1.25rem !important;
  }
  .me-md-12 {
    margin-right: 1.5rem !important;
  }
  .me-md-13 {
    margin-right: 1.75rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-21 {
    margin-right: 2.25rem !important;
  }
  .me-md-22 {
    margin-right: 2.5rem !important;
  }
  .me-md-23 {
    margin-right: 2.75rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-31 {
    margin-right: 3.25rem !important;
  }
  .me-md-32 {
    margin-right: 3.5rem !important;
  }
  .me-md-33 {
    margin-right: 3.75rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-41 {
    margin-right: 4.25rem !important;
  }
  .me-md-42 {
    margin-right: 4.5rem !important;
  }
  .me-md-43 {
    margin-right: 4.75rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-51 {
    margin-right: 5.25rem !important;
  }
  .me-md-52 {
    margin-right: 5.5rem !important;
  }
  .me-md-53 {
    margin-right: 5.75rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-61 {
    margin-right: 6.25rem !important;
  }
  .me-md-62 {
    margin-right: 6.5rem !important;
  }
  .me-md-63 {
    margin-right: 6.75rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-md-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-md-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-01 {
    margin-left: 0.25rem !important;
  }
  .ms-md-02 {
    margin-left: 0.5rem !important;
  }
  .ms-md-03 {
    margin-left: 0.75rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-11 {
    margin-left: 1.25rem !important;
  }
  .ms-md-12 {
    margin-left: 1.5rem !important;
  }
  .ms-md-13 {
    margin-left: 1.75rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-21 {
    margin-left: 2.25rem !important;
  }
  .ms-md-22 {
    margin-left: 2.5rem !important;
  }
  .ms-md-23 {
    margin-left: 2.75rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-31 {
    margin-left: 3.25rem !important;
  }
  .ms-md-32 {
    margin-left: 3.5rem !important;
  }
  .ms-md-33 {
    margin-left: 3.75rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-41 {
    margin-left: 4.25rem !important;
  }
  .ms-md-42 {
    margin-left: 4.5rem !important;
  }
  .ms-md-43 {
    margin-left: 4.75rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-51 {
    margin-left: 5.25rem !important;
  }
  .ms-md-52 {
    margin-left: 5.5rem !important;
  }
  .ms-md-53 {
    margin-left: 5.75rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-61 {
    margin-left: 6.25rem !important;
  }
  .ms-md-62 {
    margin-left: 6.5rem !important;
  }
  .ms-md-63 {
    margin-left: 6.75rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n01 {
    margin: -0.25rem !important;
  }
  .m-md-n02 {
    margin: -0.5rem !important;
  }
  .m-md-n03 {
    margin: -0.75rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .m-md-n11 {
    margin: -1.25rem !important;
  }
  .m-md-n12 {
    margin: -1.5rem !important;
  }
  .m-md-n13 {
    margin: -1.75rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .m-md-n21 {
    margin: -2.25rem !important;
  }
  .m-md-n22 {
    margin: -2.5rem !important;
  }
  .m-md-n23 {
    margin: -2.75rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .m-md-n31 {
    margin: -3.25rem !important;
  }
  .m-md-n32 {
    margin: -3.5rem !important;
  }
  .m-md-n33 {
    margin: -3.75rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .m-md-n41 {
    margin: -4.25rem !important;
  }
  .m-md-n42 {
    margin: -4.5rem !important;
  }
  .m-md-n43 {
    margin: -4.75rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .m-md-n51 {
    margin: -5.25rem !important;
  }
  .m-md-n52 {
    margin: -5.5rem !important;
  }
  .m-md-n53 {
    margin: -5.75rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n61 {
    margin: -6.25rem !important;
  }
  .m-md-n62 {
    margin: -6.5rem !important;
  }
  .m-md-n63 {
    margin: -6.75rem !important;
  }
  .mx-md-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-md-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-md-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-md-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-md-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-md-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-md-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-md-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-md-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n1 {
    margin-top: -1rem !important;
  }
  .mt-md-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n2 {
    margin-top: -2rem !important;
  }
  .mt-md-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-md-n3 {
    margin-top: -3rem !important;
  }
  .mt-md-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-md-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -4rem !important;
  }
  .mt-md-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-md-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-md-n5 {
    margin-top: -5rem !important;
  }
  .mt-md-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-md-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n63 {
    margin-top: -6.75rem !important;
  }
  .me-md-n01 {
    margin-right: -0.25rem !important;
  }
  .me-md-n02 {
    margin-right: -0.5rem !important;
  }
  .me-md-n03 {
    margin-right: -0.75rem !important;
  }
  .me-md-n1 {
    margin-right: -1rem !important;
  }
  .me-md-n11 {
    margin-right: -1.25rem !important;
  }
  .me-md-n12 {
    margin-right: -1.5rem !important;
  }
  .me-md-n13 {
    margin-right: -1.75rem !important;
  }
  .me-md-n2 {
    margin-right: -2rem !important;
  }
  .me-md-n21 {
    margin-right: -2.25rem !important;
  }
  .me-md-n22 {
    margin-right: -2.5rem !important;
  }
  .me-md-n23 {
    margin-right: -2.75rem !important;
  }
  .me-md-n3 {
    margin-right: -3rem !important;
  }
  .me-md-n31 {
    margin-right: -3.25rem !important;
  }
  .me-md-n32 {
    margin-right: -3.5rem !important;
  }
  .me-md-n33 {
    margin-right: -3.75rem !important;
  }
  .me-md-n4 {
    margin-right: -4rem !important;
  }
  .me-md-n41 {
    margin-right: -4.25rem !important;
  }
  .me-md-n42 {
    margin-right: -4.5rem !important;
  }
  .me-md-n43 {
    margin-right: -4.75rem !important;
  }
  .me-md-n5 {
    margin-right: -5rem !important;
  }
  .me-md-n51 {
    margin-right: -5.25rem !important;
  }
  .me-md-n52 {
    margin-right: -5.5rem !important;
  }
  .me-md-n53 {
    margin-right: -5.75rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n61 {
    margin-right: -6.25rem !important;
  }
  .me-md-n62 {
    margin-right: -6.5rem !important;
  }
  .me-md-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-md-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-md-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-md-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-md-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n1 {
    margin-left: -1rem !important;
  }
  .ms-md-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n2 {
    margin-left: -2rem !important;
  }
  .ms-md-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-md-n3 {
    margin-left: -3rem !important;
  }
  .ms-md-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-md-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -4rem !important;
  }
  .ms-md-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-md-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-md-n5 {
    margin-left: -5rem !important;
  }
  .ms-md-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-md-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n63 {
    margin-left: -6.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-01 {
    padding: 0.25rem !important;
  }
  .p-md-02 {
    padding: 0.5rem !important;
  }
  .p-md-03 {
    padding: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-11 {
    padding: 1.25rem !important;
  }
  .p-md-12 {
    padding: 1.5rem !important;
  }
  .p-md-13 {
    padding: 1.75rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-21 {
    padding: 2.25rem !important;
  }
  .p-md-22 {
    padding: 2.5rem !important;
  }
  .p-md-23 {
    padding: 2.75rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-31 {
    padding: 3.25rem !important;
  }
  .p-md-32 {
    padding: 3.5rem !important;
  }
  .p-md-33 {
    padding: 3.75rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-41 {
    padding: 4.25rem !important;
  }
  .p-md-42 {
    padding: 4.5rem !important;
  }
  .p-md-43 {
    padding: 4.75rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-51 {
    padding: 5.25rem !important;
  }
  .p-md-52 {
    padding: 5.5rem !important;
  }
  .p-md-53 {
    padding: 5.75rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-61 {
    padding: 6.25rem !important;
  }
  .p-md-62 {
    padding: 6.5rem !important;
  }
  .p-md-63 {
    padding: 6.75rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-md-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-md-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-md-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-md-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-md-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-01 {
    padding-top: 0.25rem !important;
  }
  .pt-md-02 {
    padding-top: 0.5rem !important;
  }
  .pt-md-03 {
    padding-top: 0.75rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-11 {
    padding-top: 1.25rem !important;
  }
  .pt-md-12 {
    padding-top: 1.5rem !important;
  }
  .pt-md-13 {
    padding-top: 1.75rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-21 {
    padding-top: 2.25rem !important;
  }
  .pt-md-22 {
    padding-top: 2.5rem !important;
  }
  .pt-md-23 {
    padding-top: 2.75rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-31 {
    padding-top: 3.25rem !important;
  }
  .pt-md-32 {
    padding-top: 3.5rem !important;
  }
  .pt-md-33 {
    padding-top: 3.75rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-41 {
    padding-top: 4.25rem !important;
  }
  .pt-md-42 {
    padding-top: 4.5rem !important;
  }
  .pt-md-43 {
    padding-top: 4.75rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-51 {
    padding-top: 5.25rem !important;
  }
  .pt-md-52 {
    padding-top: 5.5rem !important;
  }
  .pt-md-53 {
    padding-top: 5.75rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-61 {
    padding-top: 6.25rem !important;
  }
  .pt-md-62 {
    padding-top: 6.5rem !important;
  }
  .pt-md-63 {
    padding-top: 6.75rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-01 {
    padding-right: 0.25rem !important;
  }
  .pe-md-02 {
    padding-right: 0.5rem !important;
  }
  .pe-md-03 {
    padding-right: 0.75rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-11 {
    padding-right: 1.25rem !important;
  }
  .pe-md-12 {
    padding-right: 1.5rem !important;
  }
  .pe-md-13 {
    padding-right: 1.75rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-21 {
    padding-right: 2.25rem !important;
  }
  .pe-md-22 {
    padding-right: 2.5rem !important;
  }
  .pe-md-23 {
    padding-right: 2.75rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-31 {
    padding-right: 3.25rem !important;
  }
  .pe-md-32 {
    padding-right: 3.5rem !important;
  }
  .pe-md-33 {
    padding-right: 3.75rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-41 {
    padding-right: 4.25rem !important;
  }
  .pe-md-42 {
    padding-right: 4.5rem !important;
  }
  .pe-md-43 {
    padding-right: 4.75rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-51 {
    padding-right: 5.25rem !important;
  }
  .pe-md-52 {
    padding-right: 5.5rem !important;
  }
  .pe-md-53 {
    padding-right: 5.75rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-61 {
    padding-right: 6.25rem !important;
  }
  .pe-md-62 {
    padding-right: 6.5rem !important;
  }
  .pe-md-63 {
    padding-right: 6.75rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-md-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-md-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-01 {
    padding-left: 0.25rem !important;
  }
  .ps-md-02 {
    padding-left: 0.5rem !important;
  }
  .ps-md-03 {
    padding-left: 0.75rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-11 {
    padding-left: 1.25rem !important;
  }
  .ps-md-12 {
    padding-left: 1.5rem !important;
  }
  .ps-md-13 {
    padding-left: 1.75rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-21 {
    padding-left: 2.25rem !important;
  }
  .ps-md-22 {
    padding-left: 2.5rem !important;
  }
  .ps-md-23 {
    padding-left: 2.75rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-31 {
    padding-left: 3.25rem !important;
  }
  .ps-md-32 {
    padding-left: 3.5rem !important;
  }
  .ps-md-33 {
    padding-left: 3.75rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-41 {
    padding-left: 4.25rem !important;
  }
  .ps-md-42 {
    padding-left: 4.5rem !important;
  }
  .ps-md-43 {
    padding-left: 4.75rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-51 {
    padding-left: 5.25rem !important;
  }
  .ps-md-52 {
    padding-left: 5.5rem !important;
  }
  .ps-md-53 {
    padding-left: 5.75rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-61 {
    padding-left: 6.25rem !important;
  }
  .ps-md-62 {
    padding-left: 6.5rem !important;
  }
  .ps-md-63 {
    padding-left: 6.75rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-01 {
    margin: 0.25rem !important;
  }
  .m-lg-02 {
    margin: 0.5rem !important;
  }
  .m-lg-03 {
    margin: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-11 {
    margin: 1.25rem !important;
  }
  .m-lg-12 {
    margin: 1.5rem !important;
  }
  .m-lg-13 {
    margin: 1.75rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-21 {
    margin: 2.25rem !important;
  }
  .m-lg-22 {
    margin: 2.5rem !important;
  }
  .m-lg-23 {
    margin: 2.75rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-31 {
    margin: 3.25rem !important;
  }
  .m-lg-32 {
    margin: 3.5rem !important;
  }
  .m-lg-33 {
    margin: 3.75rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-41 {
    margin: 4.25rem !important;
  }
  .m-lg-42 {
    margin: 4.5rem !important;
  }
  .m-lg-43 {
    margin: 4.75rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-51 {
    margin: 5.25rem !important;
  }
  .m-lg-52 {
    margin: 5.5rem !important;
  }
  .m-lg-53 {
    margin: 5.75rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-61 {
    margin: 6.25rem !important;
  }
  .m-lg-62 {
    margin: 6.5rem !important;
  }
  .m-lg-63 {
    margin: 6.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-lg-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-lg-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-lg-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-lg-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-lg-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-01 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-02 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-03 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-11 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-12 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-21 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-22 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-23 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-31 {
    margin-top: 3.25rem !important;
  }
  .mt-lg-32 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-33 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-41 {
    margin-top: 4.25rem !important;
  }
  .mt-lg-42 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-43 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-51 {
    margin-top: 5.25rem !important;
  }
  .mt-lg-52 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-53 {
    margin-top: 5.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-61 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-62 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-63 {
    margin-top: 6.75rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-01 {
    margin-right: 0.25rem !important;
  }
  .me-lg-02 {
    margin-right: 0.5rem !important;
  }
  .me-lg-03 {
    margin-right: 0.75rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-11 {
    margin-right: 1.25rem !important;
  }
  .me-lg-12 {
    margin-right: 1.5rem !important;
  }
  .me-lg-13 {
    margin-right: 1.75rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-21 {
    margin-right: 2.25rem !important;
  }
  .me-lg-22 {
    margin-right: 2.5rem !important;
  }
  .me-lg-23 {
    margin-right: 2.75rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-31 {
    margin-right: 3.25rem !important;
  }
  .me-lg-32 {
    margin-right: 3.5rem !important;
  }
  .me-lg-33 {
    margin-right: 3.75rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-41 {
    margin-right: 4.25rem !important;
  }
  .me-lg-42 {
    margin-right: 4.5rem !important;
  }
  .me-lg-43 {
    margin-right: 4.75rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-51 {
    margin-right: 5.25rem !important;
  }
  .me-lg-52 {
    margin-right: 5.5rem !important;
  }
  .me-lg-53 {
    margin-right: 5.75rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-61 {
    margin-right: 6.25rem !important;
  }
  .me-lg-62 {
    margin-right: 6.5rem !important;
  }
  .me-lg-63 {
    margin-right: 6.75rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-lg-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-lg-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-01 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-02 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-03 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-11 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-12 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-21 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-22 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-23 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-31 {
    margin-left: 3.25rem !important;
  }
  .ms-lg-32 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-33 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-41 {
    margin-left: 4.25rem !important;
  }
  .ms-lg-42 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-43 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-51 {
    margin-left: 5.25rem !important;
  }
  .ms-lg-52 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-53 {
    margin-left: 5.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-61 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-62 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-63 {
    margin-left: 6.75rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n01 {
    margin: -0.25rem !important;
  }
  .m-lg-n02 {
    margin: -0.5rem !important;
  }
  .m-lg-n03 {
    margin: -0.75rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .m-lg-n11 {
    margin: -1.25rem !important;
  }
  .m-lg-n12 {
    margin: -1.5rem !important;
  }
  .m-lg-n13 {
    margin: -1.75rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .m-lg-n21 {
    margin: -2.25rem !important;
  }
  .m-lg-n22 {
    margin: -2.5rem !important;
  }
  .m-lg-n23 {
    margin: -2.75rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .m-lg-n31 {
    margin: -3.25rem !important;
  }
  .m-lg-n32 {
    margin: -3.5rem !important;
  }
  .m-lg-n33 {
    margin: -3.75rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .m-lg-n41 {
    margin: -4.25rem !important;
  }
  .m-lg-n42 {
    margin: -4.5rem !important;
  }
  .m-lg-n43 {
    margin: -4.75rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .m-lg-n51 {
    margin: -5.25rem !important;
  }
  .m-lg-n52 {
    margin: -5.5rem !important;
  }
  .m-lg-n53 {
    margin: -5.75rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n61 {
    margin: -6.25rem !important;
  }
  .m-lg-n62 {
    margin: -6.5rem !important;
  }
  .m-lg-n63 {
    margin: -6.75rem !important;
  }
  .mx-lg-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-lg-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-lg-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-lg-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-lg-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-lg-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-lg-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-lg-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-lg-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n1 {
    margin-top: -1rem !important;
  }
  .mt-lg-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n2 {
    margin-top: -2rem !important;
  }
  .mt-lg-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-lg-n3 {
    margin-top: -3rem !important;
  }
  .mt-lg-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-lg-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -4rem !important;
  }
  .mt-lg-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-lg-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-lg-n5 {
    margin-top: -5rem !important;
  }
  .mt-lg-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-lg-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n63 {
    margin-top: -6.75rem !important;
  }
  .me-lg-n01 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n02 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n03 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n1 {
    margin-right: -1rem !important;
  }
  .me-lg-n11 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n12 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n2 {
    margin-right: -2rem !important;
  }
  .me-lg-n21 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n22 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n23 {
    margin-right: -2.75rem !important;
  }
  .me-lg-n3 {
    margin-right: -3rem !important;
  }
  .me-lg-n31 {
    margin-right: -3.25rem !important;
  }
  .me-lg-n32 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n33 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -4rem !important;
  }
  .me-lg-n41 {
    margin-right: -4.25rem !important;
  }
  .me-lg-n42 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n43 {
    margin-right: -4.75rem !important;
  }
  .me-lg-n5 {
    margin-right: -5rem !important;
  }
  .me-lg-n51 {
    margin-right: -5.25rem !important;
  }
  .me-lg-n52 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n53 {
    margin-right: -5.75rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n61 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n62 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-lg-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-lg-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-lg-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-lg-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n1 {
    margin-left: -1rem !important;
  }
  .ms-lg-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n2 {
    margin-left: -2rem !important;
  }
  .ms-lg-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-lg-n3 {
    margin-left: -3rem !important;
  }
  .ms-lg-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-lg-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -4rem !important;
  }
  .ms-lg-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-lg-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
  .ms-lg-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-lg-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n63 {
    margin-left: -6.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-01 {
    padding: 0.25rem !important;
  }
  .p-lg-02 {
    padding: 0.5rem !important;
  }
  .p-lg-03 {
    padding: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-11 {
    padding: 1.25rem !important;
  }
  .p-lg-12 {
    padding: 1.5rem !important;
  }
  .p-lg-13 {
    padding: 1.75rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-21 {
    padding: 2.25rem !important;
  }
  .p-lg-22 {
    padding: 2.5rem !important;
  }
  .p-lg-23 {
    padding: 2.75rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-31 {
    padding: 3.25rem !important;
  }
  .p-lg-32 {
    padding: 3.5rem !important;
  }
  .p-lg-33 {
    padding: 3.75rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-41 {
    padding: 4.25rem !important;
  }
  .p-lg-42 {
    padding: 4.5rem !important;
  }
  .p-lg-43 {
    padding: 4.75rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-51 {
    padding: 5.25rem !important;
  }
  .p-lg-52 {
    padding: 5.5rem !important;
  }
  .p-lg-53 {
    padding: 5.75rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-61 {
    padding: 6.25rem !important;
  }
  .p-lg-62 {
    padding: 6.5rem !important;
  }
  .p-lg-63 {
    padding: 6.75rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-lg-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-lg-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-lg-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-lg-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-lg-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-01 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-02 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-03 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-11 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-12 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-21 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-22 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-23 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-31 {
    padding-top: 3.25rem !important;
  }
  .pt-lg-32 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-33 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-41 {
    padding-top: 4.25rem !important;
  }
  .pt-lg-42 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-43 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-51 {
    padding-top: 5.25rem !important;
  }
  .pt-lg-52 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-53 {
    padding-top: 5.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-61 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-62 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-63 {
    padding-top: 6.75rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-01 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-02 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-03 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-11 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-12 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-21 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-22 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-23 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-31 {
    padding-right: 3.25rem !important;
  }
  .pe-lg-32 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-33 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-41 {
    padding-right: 4.25rem !important;
  }
  .pe-lg-42 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-43 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-51 {
    padding-right: 5.25rem !important;
  }
  .pe-lg-52 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-53 {
    padding-right: 5.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-61 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-62 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-63 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-lg-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-lg-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-01 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-02 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-03 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-11 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-12 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-21 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-22 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-23 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-31 {
    padding-left: 3.25rem !important;
  }
  .ps-lg-32 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-33 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-41 {
    padding-left: 4.25rem !important;
  }
  .ps-lg-42 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-43 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-51 {
    padding-left: 5.25rem !important;
  }
  .ps-lg-52 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-53 {
    padding-left: 5.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-61 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-62 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-63 {
    padding-left: 6.75rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-01 {
    margin: 0.25rem !important;
  }
  .m-xl-02 {
    margin: 0.5rem !important;
  }
  .m-xl-03 {
    margin: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-11 {
    margin: 1.25rem !important;
  }
  .m-xl-12 {
    margin: 1.5rem !important;
  }
  .m-xl-13 {
    margin: 1.75rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-21 {
    margin: 2.25rem !important;
  }
  .m-xl-22 {
    margin: 2.5rem !important;
  }
  .m-xl-23 {
    margin: 2.75rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-31 {
    margin: 3.25rem !important;
  }
  .m-xl-32 {
    margin: 3.5rem !important;
  }
  .m-xl-33 {
    margin: 3.75rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-41 {
    margin: 4.25rem !important;
  }
  .m-xl-42 {
    margin: 4.5rem !important;
  }
  .m-xl-43 {
    margin: 4.75rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-51 {
    margin: 5.25rem !important;
  }
  .m-xl-52 {
    margin: 5.5rem !important;
  }
  .m-xl-53 {
    margin: 5.75rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-61 {
    margin: 6.25rem !important;
  }
  .m-xl-62 {
    margin: 6.5rem !important;
  }
  .m-xl-63 {
    margin: 6.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xl-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xl-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xl-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xl-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-01 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-02 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-03 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-11 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-21 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-22 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-23 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-31 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-32 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-33 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-41 {
    margin-top: 4.25rem !important;
  }
  .mt-xl-42 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-43 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-51 {
    margin-top: 5.25rem !important;
  }
  .mt-xl-52 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-53 {
    margin-top: 5.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-61 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-62 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-63 {
    margin-top: 6.75rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-01 {
    margin-right: 0.25rem !important;
  }
  .me-xl-02 {
    margin-right: 0.5rem !important;
  }
  .me-xl-03 {
    margin-right: 0.75rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-11 {
    margin-right: 1.25rem !important;
  }
  .me-xl-12 {
    margin-right: 1.5rem !important;
  }
  .me-xl-13 {
    margin-right: 1.75rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-21 {
    margin-right: 2.25rem !important;
  }
  .me-xl-22 {
    margin-right: 2.5rem !important;
  }
  .me-xl-23 {
    margin-right: 2.75rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-31 {
    margin-right: 3.25rem !important;
  }
  .me-xl-32 {
    margin-right: 3.5rem !important;
  }
  .me-xl-33 {
    margin-right: 3.75rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-41 {
    margin-right: 4.25rem !important;
  }
  .me-xl-42 {
    margin-right: 4.5rem !important;
  }
  .me-xl-43 {
    margin-right: 4.75rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-51 {
    margin-right: 5.25rem !important;
  }
  .me-xl-52 {
    margin-right: 5.5rem !important;
  }
  .me-xl-53 {
    margin-right: 5.75rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-61 {
    margin-right: 6.25rem !important;
  }
  .me-xl-62 {
    margin-right: 6.5rem !important;
  }
  .me-xl-63 {
    margin-right: 6.75rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xl-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xl-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-01 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-02 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-03 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-11 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-21 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-22 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-23 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-31 {
    margin-left: 3.25rem !important;
  }
  .ms-xl-32 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-33 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-41 {
    margin-left: 4.25rem !important;
  }
  .ms-xl-42 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-43 {
    margin-left: 4.75rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-51 {
    margin-left: 5.25rem !important;
  }
  .ms-xl-52 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-53 {
    margin-left: 5.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-61 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-62 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-63 {
    margin-left: 6.75rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n01 {
    margin: -0.25rem !important;
  }
  .m-xl-n02 {
    margin: -0.5rem !important;
  }
  .m-xl-n03 {
    margin: -0.75rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .m-xl-n11 {
    margin: -1.25rem !important;
  }
  .m-xl-n12 {
    margin: -1.5rem !important;
  }
  .m-xl-n13 {
    margin: -1.75rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .m-xl-n21 {
    margin: -2.25rem !important;
  }
  .m-xl-n22 {
    margin: -2.5rem !important;
  }
  .m-xl-n23 {
    margin: -2.75rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .m-xl-n31 {
    margin: -3.25rem !important;
  }
  .m-xl-n32 {
    margin: -3.5rem !important;
  }
  .m-xl-n33 {
    margin: -3.75rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .m-xl-n41 {
    margin: -4.25rem !important;
  }
  .m-xl-n42 {
    margin: -4.5rem !important;
  }
  .m-xl-n43 {
    margin: -4.75rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .m-xl-n51 {
    margin: -5.25rem !important;
  }
  .m-xl-n52 {
    margin: -5.5rem !important;
  }
  .m-xl-n53 {
    margin: -5.75rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n61 {
    margin: -6.25rem !important;
  }
  .m-xl-n62 {
    margin: -6.5rem !important;
  }
  .m-xl-n63 {
    margin: -6.75rem !important;
  }
  .mx-xl-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-xl-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-xl-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-xl-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-xl-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-xl-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-xl-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-xl-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-xl-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xl-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xl-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-xl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xl-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-xl-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xl-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-xl-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-xl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xl-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-xl-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n63 {
    margin-top: -6.75rem !important;
  }
  .me-xl-n01 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n02 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n03 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n1 {
    margin-right: -1rem !important;
  }
  .me-xl-n11 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n12 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n2 {
    margin-right: -2rem !important;
  }
  .me-xl-n21 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n22 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n23 {
    margin-right: -2.75rem !important;
  }
  .me-xl-n3 {
    margin-right: -3rem !important;
  }
  .me-xl-n31 {
    margin-right: -3.25rem !important;
  }
  .me-xl-n32 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n33 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -4rem !important;
  }
  .me-xl-n41 {
    margin-right: -4.25rem !important;
  }
  .me-xl-n42 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n43 {
    margin-right: -4.75rem !important;
  }
  .me-xl-n5 {
    margin-right: -5rem !important;
  }
  .me-xl-n51 {
    margin-right: -5.25rem !important;
  }
  .me-xl-n52 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n53 {
    margin-right: -5.75rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n61 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n62 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-xl-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-xl-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-xl-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-xl-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xl-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xl-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-xl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xl-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-xl-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xl-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-xl-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-xl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xl-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-xl-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n63 {
    margin-left: -6.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-01 {
    padding: 0.25rem !important;
  }
  .p-xl-02 {
    padding: 0.5rem !important;
  }
  .p-xl-03 {
    padding: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-11 {
    padding: 1.25rem !important;
  }
  .p-xl-12 {
    padding: 1.5rem !important;
  }
  .p-xl-13 {
    padding: 1.75rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-21 {
    padding: 2.25rem !important;
  }
  .p-xl-22 {
    padding: 2.5rem !important;
  }
  .p-xl-23 {
    padding: 2.75rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-31 {
    padding: 3.25rem !important;
  }
  .p-xl-32 {
    padding: 3.5rem !important;
  }
  .p-xl-33 {
    padding: 3.75rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-41 {
    padding: 4.25rem !important;
  }
  .p-xl-42 {
    padding: 4.5rem !important;
  }
  .p-xl-43 {
    padding: 4.75rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-51 {
    padding: 5.25rem !important;
  }
  .p-xl-52 {
    padding: 5.5rem !important;
  }
  .p-xl-53 {
    padding: 5.75rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-61 {
    padding: 6.25rem !important;
  }
  .p-xl-62 {
    padding: 6.5rem !important;
  }
  .p-xl-63 {
    padding: 6.75rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xl-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xl-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xl-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xl-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-01 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-02 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-03 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-11 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-21 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-22 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-23 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-31 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-32 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-33 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-41 {
    padding-top: 4.25rem !important;
  }
  .pt-xl-42 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-43 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-51 {
    padding-top: 5.25rem !important;
  }
  .pt-xl-52 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-53 {
    padding-top: 5.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-61 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-62 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-63 {
    padding-top: 6.75rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-01 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-02 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-03 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-11 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-21 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-22 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-23 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-31 {
    padding-right: 3.25rem !important;
  }
  .pe-xl-32 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-33 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-41 {
    padding-right: 4.25rem !important;
  }
  .pe-xl-42 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-43 {
    padding-right: 4.75rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-51 {
    padding-right: 5.25rem !important;
  }
  .pe-xl-52 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-53 {
    padding-right: 5.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-61 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-62 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-63 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xl-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xl-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-01 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-02 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-03 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-11 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-21 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-22 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-23 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-31 {
    padding-left: 3.25rem !important;
  }
  .ps-xl-32 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-33 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-41 {
    padding-left: 4.25rem !important;
  }
  .ps-xl-42 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-43 {
    padding-left: 4.75rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-51 {
    padding-left: 5.25rem !important;
  }
  .ps-xl-52 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-53 {
    padding-left: 5.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-61 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-62 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-63 {
    padding-left: 6.75rem !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-01 {
    margin: 0.25rem !important;
  }
  .m-xxl-02 {
    margin: 0.5rem !important;
  }
  .m-xxl-03 {
    margin: 0.75rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-11 {
    margin: 1.25rem !important;
  }
  .m-xxl-12 {
    margin: 1.5rem !important;
  }
  .m-xxl-13 {
    margin: 1.75rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-21 {
    margin: 2.25rem !important;
  }
  .m-xxl-22 {
    margin: 2.5rem !important;
  }
  .m-xxl-23 {
    margin: 2.75rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-31 {
    margin: 3.25rem !important;
  }
  .m-xxl-32 {
    margin: 3.5rem !important;
  }
  .m-xxl-33 {
    margin: 3.75rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-41 {
    margin: 4.25rem !important;
  }
  .m-xxl-42 {
    margin: 4.5rem !important;
  }
  .m-xxl-43 {
    margin: 4.75rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-51 {
    margin: 5.25rem !important;
  }
  .m-xxl-52 {
    margin: 5.5rem !important;
  }
  .m-xxl-53 {
    margin: 5.75rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-61 {
    margin: 6.25rem !important;
  }
  .m-xxl-62 {
    margin: 6.5rem !important;
  }
  .m-xxl-63 {
    margin: 6.75rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xxl-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xxl-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xxl-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xxl-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xxl-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xxl-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-01 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-02 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-03 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-11 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-13 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-21 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-22 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-23 {
    margin-top: 2.75rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-31 {
    margin-top: 3.25rem !important;
  }
  .mt-xxl-32 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-33 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-41 {
    margin-top: 4.25rem !important;
  }
  .mt-xxl-42 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-43 {
    margin-top: 4.75rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-51 {
    margin-top: 5.25rem !important;
  }
  .mt-xxl-52 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-53 {
    margin-top: 5.75rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-61 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-62 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-63 {
    margin-top: 6.75rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-01 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-02 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-03 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-11 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-12 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-13 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-21 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-22 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-23 {
    margin-right: 2.75rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-31 {
    margin-right: 3.25rem !important;
  }
  .me-xxl-32 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-33 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-41 {
    margin-right: 4.25rem !important;
  }
  .me-xxl-42 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-43 {
    margin-right: 4.75rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-51 {
    margin-right: 5.25rem !important;
  }
  .me-xxl-52 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-53 {
    margin-right: 5.75rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-61 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-62 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-63 {
    margin-right: 6.75rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xxl-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xxl-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xxl-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-01 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-02 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-03 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-11 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-13 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-21 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-22 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-23 {
    margin-left: 2.75rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-31 {
    margin-left: 3.25rem !important;
  }
  .ms-xxl-32 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-33 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-41 {
    margin-left: 4.25rem !important;
  }
  .ms-xxl-42 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-43 {
    margin-left: 4.75rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-51 {
    margin-left: 5.25rem !important;
  }
  .ms-xxl-52 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-53 {
    margin-left: 5.75rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-61 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-62 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-63 {
    margin-left: 6.75rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n01 {
    margin: -0.25rem !important;
  }
  .m-xxl-n02 {
    margin: -0.5rem !important;
  }
  .m-xxl-n03 {
    margin: -0.75rem !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .m-xxl-n11 {
    margin: -1.25rem !important;
  }
  .m-xxl-n12 {
    margin: -1.5rem !important;
  }
  .m-xxl-n13 {
    margin: -1.75rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .m-xxl-n21 {
    margin: -2.25rem !important;
  }
  .m-xxl-n22 {
    margin: -2.5rem !important;
  }
  .m-xxl-n23 {
    margin: -2.75rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .m-xxl-n31 {
    margin: -3.25rem !important;
  }
  .m-xxl-n32 {
    margin: -3.5rem !important;
  }
  .m-xxl-n33 {
    margin: -3.75rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .m-xxl-n41 {
    margin: -4.25rem !important;
  }
  .m-xxl-n42 {
    margin: -4.5rem !important;
  }
  .m-xxl-n43 {
    margin: -4.75rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .m-xxl-n51 {
    margin: -5.25rem !important;
  }
  .m-xxl-n52 {
    margin: -5.5rem !important;
  }
  .m-xxl-n53 {
    margin: -5.75rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n61 {
    margin: -6.25rem !important;
  }
  .m-xxl-n62 {
    margin: -6.5rem !important;
  }
  .m-xxl-n63 {
    margin: -6.75rem !important;
  }
  .mx-xxl-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxl-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-xxl-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-xxl-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-xxl-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxl-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xxl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxl-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-xxl-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxl-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-xxl-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-xxl-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-xxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-xxl-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxl-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xxl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxl-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-xxl-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-xxl-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-xxl-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-xxl-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-xxl-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-xxl-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-xxl-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-xxl-n63 {
    margin-top: -6.75rem !important;
  }
  .me-xxl-n01 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n02 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n03 {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxl-n11 {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n12 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n13 {
    margin-right: -1.75rem !important;
  }
  .me-xxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxl-n21 {
    margin-right: -2.25rem !important;
  }
  .me-xxl-n22 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n23 {
    margin-right: -2.75rem !important;
  }
  .me-xxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxl-n31 {
    margin-right: -3.25rem !important;
  }
  .me-xxl-n32 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n33 {
    margin-right: -3.75rem !important;
  }
  .me-xxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxl-n41 {
    margin-right: -4.25rem !important;
  }
  .me-xxl-n42 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n43 {
    margin-right: -4.75rem !important;
  }
  .me-xxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxl-n51 {
    margin-right: -5.25rem !important;
  }
  .me-xxl-n52 {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n53 {
    margin-right: -5.75rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n61 {
    margin-right: -6.25rem !important;
  }
  .me-xxl-n62 {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-xxl-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxl-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-xxl-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-xxl-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-xxl-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxl-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xxl-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxl-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-xxl-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-xxl-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-xxl-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-xxl-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-xxl-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-xxl-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n63 {
    margin-left: -6.75rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-01 {
    padding: 0.25rem !important;
  }
  .p-xxl-02 {
    padding: 0.5rem !important;
  }
  .p-xxl-03 {
    padding: 0.75rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-11 {
    padding: 1.25rem !important;
  }
  .p-xxl-12 {
    padding: 1.5rem !important;
  }
  .p-xxl-13 {
    padding: 1.75rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-21 {
    padding: 2.25rem !important;
  }
  .p-xxl-22 {
    padding: 2.5rem !important;
  }
  .p-xxl-23 {
    padding: 2.75rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-31 {
    padding: 3.25rem !important;
  }
  .p-xxl-32 {
    padding: 3.5rem !important;
  }
  .p-xxl-33 {
    padding: 3.75rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-41 {
    padding: 4.25rem !important;
  }
  .p-xxl-42 {
    padding: 4.5rem !important;
  }
  .p-xxl-43 {
    padding: 4.75rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-51 {
    padding: 5.25rem !important;
  }
  .p-xxl-52 {
    padding: 5.5rem !important;
  }
  .p-xxl-53 {
    padding: 5.75rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-61 {
    padding: 6.25rem !important;
  }
  .p-xxl-62 {
    padding: 6.5rem !important;
  }
  .p-xxl-63 {
    padding: 6.75rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xxl-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xxl-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xxl-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xxl-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xxl-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xxl-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-01 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-02 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-03 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-11 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-21 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-22 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-23 {
    padding-top: 2.75rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-31 {
    padding-top: 3.25rem !important;
  }
  .pt-xxl-32 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-33 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-41 {
    padding-top: 4.25rem !important;
  }
  .pt-xxl-42 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-43 {
    padding-top: 4.75rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-51 {
    padding-top: 5.25rem !important;
  }
  .pt-xxl-52 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-53 {
    padding-top: 5.75rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-61 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-62 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-63 {
    padding-top: 6.75rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-01 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-02 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-03 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-11 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-13 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-21 {
    padding-right: 2.25rem !important;
  }
  .pe-xxl-22 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-23 {
    padding-right: 2.75rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-31 {
    padding-right: 3.25rem !important;
  }
  .pe-xxl-32 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-33 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-41 {
    padding-right: 4.25rem !important;
  }
  .pe-xxl-42 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-43 {
    padding-right: 4.75rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-51 {
    padding-right: 5.25rem !important;
  }
  .pe-xxl-52 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-53 {
    padding-right: 5.75rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-61 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-62 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-63 {
    padding-right: 6.75rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xxl-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xxl-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xxl-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-01 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-02 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-03 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-11 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-13 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-21 {
    padding-left: 2.25rem !important;
  }
  .ps-xxl-22 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-23 {
    padding-left: 2.75rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-31 {
    padding-left: 3.25rem !important;
  }
  .ps-xxl-32 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-33 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-41 {
    padding-left: 4.25rem !important;
  }
  .ps-xxl-42 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-43 {
    padding-left: 4.75rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-51 {
    padding-left: 5.25rem !important;
  }
  .ps-xxl-52 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-53 {
    padding-left: 5.75rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-61 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-62 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-63 {
    padding-left: 6.75rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/assets/vendors/fonts/dmsans/rP2Fp2ywxg089UriCZa4ET-DNl0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/assets/vendors/fonts/dmsans/rP2Fp2ywxg089UriCZa4Hz-D.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/assets/vendors/fonts/dmsans/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(/assets/vendors/fonts/dmsans/rP2Hp2ywxg089UriCZOIHQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.text-h1-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 400 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-rg-sm {
    font-size: 3rem !important;
  }
}
.text-h1-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 500 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-md-sm {
    font-size: 3rem !important;
  }
}
.text-h1-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 600 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-smbd-sm {
    font-size: 3rem !important;
  }
}
.text-h1-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 700 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-bd-sm {
    font-size: 3rem !important;
  }
}
.text-h2-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-rg-sm {
    font-size: 2.5rem !important;
  }
}
.text-h2-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-md-sm {
    font-size: 2.5rem !important;
  }
}
.text-h2-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-smbd-sm {
    font-size: 2.5rem !important;
  }
}
.text-h2-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-bd-sm {
    font-size: 2.5rem !important;
  }
}
.text-h3-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-rg-sm {
    font-size: 2.375rem !important;
  }
}
.text-h3-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-md-sm {
    font-size: 2.375rem !important;
  }
}
.text-h3-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-smbd-sm {
    font-size: 2.375rem !important;
  }
}
.text-h3-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-bd-sm {
    font-size: 2.375rem !important;
  }
}
.text-h4-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-rg-sm {
    font-size: 1.75rem !important;
  }
}
.text-h4-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-md-sm {
    font-size: 1.75rem !important;
  }
}
.text-h4-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-smbd-sm {
    font-size: 1.75rem !important;
  }
}
.text-h4-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-bd-sm {
    font-size: 1.75rem !important;
  }
}
.text-h5-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h6-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-bdlg-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdmd-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdsm-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-tags-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-btnlg-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnsm-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-small-rg-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-md-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-smbd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-bd-sm {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}

.text-h1-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 400 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-rg-md {
    font-size: 3rem !important;
  }
}
.text-h1-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 500 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-md-md {
    font-size: 3rem !important;
  }
}
.text-h1-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 600 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-smbd-md {
    font-size: 3rem !important;
  }
}
.text-h1-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 700 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-bd-md {
    font-size: 3rem !important;
  }
}
.text-h2-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-rg-md {
    font-size: 2.5rem !important;
  }
}
.text-h2-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-md-md {
    font-size: 2.5rem !important;
  }
}
.text-h2-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-smbd-md {
    font-size: 2.5rem !important;
  }
}
.text-h2-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-bd-md {
    font-size: 2.5rem !important;
  }
}
.text-h3-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-rg-md {
    font-size: 2.375rem !important;
  }
}
.text-h3-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-md-md {
    font-size: 2.375rem !important;
  }
}
.text-h3-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-smbd-md {
    font-size: 2.375rem !important;
  }
}
.text-h3-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-bd-md {
    font-size: 2.375rem !important;
  }
}
.text-h4-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-rg-md {
    font-size: 1.75rem !important;
  }
}
.text-h4-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-md-md {
    font-size: 1.75rem !important;
  }
}
.text-h4-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-smbd-md {
    font-size: 1.75rem !important;
  }
}
.text-h4-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-bd-md {
    font-size: 1.75rem !important;
  }
}
.text-h5-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h6-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-bdlg-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdmd-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdsm-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-tags-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-btnlg-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnsm-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-small-rg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-md-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-smbd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-bd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}

.text-h1-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 400 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-rg-lg {
    font-size: 3rem !important;
  }
}
.text-h1-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 500 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-md-lg {
    font-size: 3rem !important;
  }
}
.text-h1-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 600 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-smbd-lg {
    font-size: 3rem !important;
  }
}
.text-h1-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 700 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-bd-lg {
    font-size: 3rem !important;
  }
}
.text-h2-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-rg-lg {
    font-size: 2.5rem !important;
  }
}
.text-h2-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-md-lg {
    font-size: 2.5rem !important;
  }
}
.text-h2-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-smbd-lg {
    font-size: 2.5rem !important;
  }
}
.text-h2-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-bd-lg {
    font-size: 2.5rem !important;
  }
}
.text-h3-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-rg-lg {
    font-size: 2.375rem !important;
  }
}
.text-h3-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-md-lg {
    font-size: 2.375rem !important;
  }
}
.text-h3-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-smbd-lg {
    font-size: 2.375rem !important;
  }
}
.text-h3-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-bd-lg {
    font-size: 2.375rem !important;
  }
}
.text-h4-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-rg-lg {
    font-size: 1.75rem !important;
  }
}
.text-h4-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-md-lg {
    font-size: 1.75rem !important;
  }
}
.text-h4-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-smbd-lg {
    font-size: 1.75rem !important;
  }
}
.text-h4-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-bd-lg {
    font-size: 1.75rem !important;
  }
}
.text-h5-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h6-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-bdlg-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdmd-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdsm-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-tags-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-btnlg-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnsm-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-small-rg-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-md-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-smbd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-bd-lg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}

.text-h1-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 400 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-rg {
    font-size: 3rem !important;
  }
}
.text-h1-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 500 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-md {
    font-size: 3rem !important;
  }
}
.text-h1-smbd, .custom-text-content h1 {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 600 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-smbd, .custom-text-content h1 {
    font-size: 3rem !important;
  }
}
.text-h1-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 2.375rem !important;
  font-weight: 700 !important;
  line-height: 1.20833 !important;
  letter-spacing: -0.48px !important;
}
@media (min-width: 992px) {
  .text-h1-bd {
    font-size: 3rem !important;
  }
}
.text-h2-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-rg {
    font-size: 2.5rem !important;
  }
}
.text-h2-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-md {
    font-size: 2.5rem !important;
  }
}
.text-h2-smbd, .custom-text-content h2 {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-smbd, .custom-text-content h2 {
    font-size: 2.5rem !important;
  }
}
.text-h2-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
@media (min-width: 992px) {
  .text-h2-bd {
    font-size: 2.5rem !important;
  }
}
.text-h3-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-rg {
    font-size: 2.375rem !important;
  }
}
.text-h3-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-md {
    font-size: 2.375rem !important;
  }
}
.text-h3-smbd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-smbd {
    font-size: 2.375rem !important;
  }
}
.text-h3-bd, .custom-text-content h3 {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.26316 !important;
  letter-spacing: -1px !important;
}
@media (min-width: 992px) {
  .text-h3-bd, .custom-text-content h3 {
    font-size: 2.375rem !important;
  }
}
.text-h4-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-rg {
    font-size: 1.75rem !important;
  }
}
.text-h4-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-md {
    font-size: 1.75rem !important;
  }
}
.text-h4-smbd, .section__homeagenda .section__homeagenda-holder > *:first-child .card__article .card__title, .section__homenews .section__homenews-holder > *:first-child .card__article .card__title, .custom-text-content h4 {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-smbd, .section__homeagenda .section__homeagenda-holder > *:first-child .card__article .card__title, .section__homenews .section__homenews-holder > *:first-child .card__article .card__title, .custom-text-content h4 {
    font-size: 1.75rem !important;
  }
}
.text-h4-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
@media (min-width: 992px) {
  .text-h4-bd {
    font-size: 1.75rem !important;
  }
}
.text-h5-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-smbd, .custom-text-content h5 {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h5-bd, .searchfield--input_wrapper .searchfield--input, .select-wrapper select {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.35714 !important;
  letter-spacing: -0.28px !important;
}
.text-h6-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-smbd, .custom-text-content h6, .card.card__article .card__details .card__title {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-h6-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.36364 !important;
  letter-spacing: -0.22px !important;
}
.text-bdlg-rg, .custom-text-content .news-body a strong,
.custom-text-content .TextFont a strong, .custom-text-content .news-body a,
.custom-text-content .TextFont a, .custom-text-content .news-body,
.custom-text-content .TextFont, .custom-text-content p,
.custom-text-content small, .custom-text-content a:not(.button), .custom-text-content {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-smbd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdlg-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-bdmd-rg, .card.card__article .card__details .card__description {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-smbd, .custom-text-content table thead th, .tabs .tabs_item .tabs_button, .table-holder table thead th, form .complaint-form__notice, .select-wrapper select option:checked, .select-wrapper select option:hover, .select-wrapper select option:focus-visible, .select-wrapper select option {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdmd-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.44444 !important;
  letter-spacing: -0.18px !important;
}
.text-bdsm-rg, .custom-text-content table td, .card.card__article.card__event .card__details .metadata time, .card.card__article .card__details .metadata time, .breadcrumb__wrapper .breadcrumb__item, .field.field_select .combo-option, .field.field_select .combo-input, .field.field_input textarea,
.field.field_input input, .field .helper, .field .field_label {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-md, .field.field_select:has(.is_error) .helper, .field.field_input textarea.is_error + .helper,
.field.field_input input.is_error + .helper, .field:has(.is_error) .helper {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-smbd, .custom-text-content table thead td, .breadcrumb__wrapper .breadcrumb__current, .field.field_filedrop .field_label {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-bdsm-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: -0.16px !important;
}
.text-tags-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-md, .tag {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-smbd {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-tags-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.57143 !important;
  letter-spacing: -0.14px !important;
}
.text-btnlg-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-smbd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnlg-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.55556 !important;
  letter-spacing: !important;
}
.text-btnsm-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-md, .button.button-sm, .section__homeagenda .section__homeagenda-holder .button.is_icon.button-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-smbd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-btnsm-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.375 !important;
  letter-spacing: !important;
}
.text-small-rg {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-md {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-smbd {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}
.text-small-bd {
  font-family: DM Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.66667 !important;
  letter-spacing: !important;
}

@media (min-width: 768px) {
  .text-h1-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 3rem !important;
    font-weight: 400 !important;
    line-height: 1.20833 !important;
    letter-spacing: -0.48px !important;
  }
}
@media (min-width: 768px) {
  .text-h1-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 3rem !important;
    font-weight: 500 !important;
    line-height: 1.20833 !important;
    letter-spacing: -0.48px !important;
  }
}
@media (min-width: 768px) {
  .text-h1-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 3rem !important;
    font-weight: 600 !important;
    line-height: 1.20833 !important;
    letter-spacing: -0.48px !important;
  }
}
@media (min-width: 768px) {
  .text-h1-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 1.20833 !important;
    letter-spacing: -0.48px !important;
  }
}
@media (min-width: 768px) {
  .text-h2-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.4px !important;
  }
}
@media (min-width: 768px) {
  .text-h2-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.4px !important;
  }
}
@media (min-width: 768px) {
  .text-h2-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.4px !important;
  }
}
@media (min-width: 768px) {
  .text-h2-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.4px !important;
  }
}
@media (min-width: 768px) {
  .text-h3-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.375rem !important;
    font-weight: 400 !important;
    line-height: 1.26316 !important;
    letter-spacing: -1px !important;
  }
}
@media (min-width: 768px) {
  .text-h3-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.375rem !important;
    font-weight: 500 !important;
    line-height: 1.26316 !important;
    letter-spacing: -1px !important;
  }
}
@media (min-width: 768px) {
  .text-h3-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.375rem !important;
    font-weight: 600 !important;
    line-height: 1.26316 !important;
    letter-spacing: -1px !important;
  }
}
@media (min-width: 768px) {
  .text-h3-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 2.375rem !important;
    font-weight: 700 !important;
    line-height: 1.26316 !important;
    letter-spacing: -1px !important;
  }
}
@media (min-width: 768px) {
  .text-h4-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h4-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 500 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h4-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h4-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h5-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h5-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 500 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h5-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h5-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    line-height: 1.35714 !important;
    letter-spacing: -0.28px !important;
  }
}
@media (min-width: 768px) {
  .text-h6-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    line-height: 1.36364 !important;
    letter-spacing: -0.22px !important;
  }
}
@media (min-width: 768px) {
  .text-h6-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 500 !important;
    line-height: 1.36364 !important;
    letter-spacing: -0.22px !important;
  }
}
@media (min-width: 768px) {
  .text-h6-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 600 !important;
    line-height: 1.36364 !important;
    letter-spacing: -0.22px !important;
  }
}
@media (min-width: 768px) {
  .text-h6-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    line-height: 1.36364 !important;
    letter-spacing: -0.22px !important;
  }
}
@media (min-width: 768px) {
  .text-bdlg-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.2px !important;
  }
}
@media (min-width: 768px) {
  .text-bdlg-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.2px !important;
  }
}
@media (min-width: 768px) {
  .text-bdlg-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.2px !important;
  }
}
@media (min-width: 768px) {
  .text-bdlg-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.2px !important;
  }
}
@media (min-width: 768px) {
  .text-bdmd-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    line-height: 1.44444 !important;
    letter-spacing: -0.18px !important;
  }
}
@media (min-width: 768px) {
  .text-bdmd-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    line-height: 1.44444 !important;
    letter-spacing: -0.18px !important;
  }
}
@media (min-width: 768px) {
  .text-bdmd-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.44444 !important;
    letter-spacing: -0.18px !important;
  }
}
@media (min-width: 768px) {
  .text-bdmd-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.44444 !important;
    letter-spacing: -0.18px !important;
  }
}
@media (min-width: 768px) {
  .text-bdsm-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.375 !important;
    letter-spacing: -0.16px !important;
  }
}
@media (min-width: 768px) {
  .text-bdsm-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.375 !important;
    letter-spacing: -0.16px !important;
  }
}
@media (min-width: 768px) {
  .text-bdsm-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.375 !important;
    letter-spacing: -0.16px !important;
  }
}
@media (min-width: 768px) {
  .text-bdsm-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.375 !important;
    letter-spacing: -0.16px !important;
  }
}
@media (min-width: 768px) {
  .text-tags-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.57143 !important;
    letter-spacing: -0.14px !important;
  }
}
@media (min-width: 768px) {
  .text-tags-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    line-height: 1.57143 !important;
    letter-spacing: -0.14px !important;
  }
}
@media (min-width: 768px) {
  .text-tags-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1.57143 !important;
    letter-spacing: -0.14px !important;
  }
}
@media (min-width: 768px) {
  .text-tags-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    line-height: 1.57143 !important;
    letter-spacing: -0.14px !important;
  }
}
@media (min-width: 768px) {
  .text-btnlg-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    line-height: 1.55556 !important;
  }
}
@media (min-width: 768px) {
  .text-btnlg-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    line-height: 1.55556 !important;
  }
}
@media (min-width: 768px) {
  .text-btnlg-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    line-height: 1.55556 !important;
  }
}
@media (min-width: 768px) {
  .text-btnlg-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.55556 !important;
  }
}
@media (min-width: 768px) {
  .text-btnsm-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.375 !important;
  }
}
@media (min-width: 768px) {
  .text-btnsm-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.375 !important;
  }
}
@media (min-width: 768px) {
  .text-btnsm-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.375 !important;
  }
}
@media (min-width: 768px) {
  .text-btnsm-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.375 !important;
  }
}
@media (min-width: 768px) {
  .text-small-rg_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.66667 !important;
  }
}
@media (min-width: 768px) {
  .text-small-md_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    line-height: 1.66667 !important;
  }
}
@media (min-width: 768px) {
  .text-small-smbd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.66667 !important;
  }
}
@media (min-width: 768px) {
  .text-small-bd_desktop {
    font-family: DM Sans, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 1.66667 !important;
  }
}

.lineclamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.lineclamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.lineclamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.lineclamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/vendors/fonts/icons/icomoon.eot?zgt33v");
  src: url("/assets/vendors/fonts/icons/icomoon.eot?zgt33v#iefix") format("embedded-opentype"), url("/assets/vendors/fonts/icons/icomoon.ttf?zgt33v") format("truetype"), url("/assets/vendors/fonts/icons/icomoon.woff?zgt33v") format("woff"), url("/assets/vendors/fonts/icons/icomoon.svg?zgt33v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-description:before {
  content: "\e929";
}

.icon-account_circle:before {
  content: "\e900";
}

.icon-add:before {
  content: "\e901";
}

.icon-arrow_forward:before {
  content: "\e902";
}

.icon-arrow_left_alt:before {
  content: "\e903";
}

.icon-arrow_right_alt:before {
  content: "\e904";
}

.icon-arrow_upload_ready:before {
  content: "\e905";
}

.icon-border_color:before {
  content: "\e906";
}

.icon-calendar_month:before {
  content: "\e907";
}

.icon-call:before {
  content: "\e908";
}

.icon-call--filled:before {
  content: "\e909";
}

.icon-campaign:before {
  content: "\e90a";
}

.icon-check_circle:before {
  content: "\e90b";
}

.icon-check_indeterminate_small:before {
  content: "\e90c";
}

.icon-chevron_backward:before {
  content: "\e90d";
}

.icon-chevron_forward:before {
  content: "\e90e";
}

.icon-clear_all:before {
  content: "\e90f";
}

.icon-close:before {
  content: "\e910";
}

.icon-close_small:before {
  content: "\e911";
}

.icon-delete:before {
  content: "\e912";
}

.icon-delete_forever:before {
  content: "\e913";
}

.icon-delete_forever-1:before {
  content: "\e914";
}

.icon-delete_sweep:before {
  content: "\e915";
}

.icon-download:before {
  content: "\e916";
}

.icon-error:before {
  content: "\e917";
}

.icon-format_list_bulleted:before {
  content: "\e918";
}

.icon-keyboard_arrow_down:before {
  content: "\e919";
}

.icon-location_on:before {
  content: "\e91a";
}

.icon-logout:before {
  content: "\e91b";
}

.icon-mail:before {
  content: "\e91c";
}

.icon-mail--filled:before {
  content: "\e91d";
}

.icon-map_search:before {
  content: "\e91e";
}

.icon-open_in_new:before {
  content: "\e91f";
}

.icon-play_arrow:before {
  content: "\e920";
}

.icon-print:before {
  content: "\e921";
}

.icon-schedule:before {
  content: "\e922";
}

.icon-search:before {
  content: "\e923";
}

.icon-sentiment_dissatisfied:before {
  content: "\e924";
}

.icon-share:before {
  content: "\e925";
}

.icon-star_shine:before {
  content: "\e926";
}

.icon-tune:before {
  content: "\e927";
}

.icon-wb_incandescent:before {
  content: "\e928";
}

.icon, .field.field_select .combo-input::before {
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  font-style: normal;
}
.icon-12 {
  font-size: 12px;
  max-width: 12px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-14 {
  font-size: 14px;
  max-width: 14px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-16 {
  font-size: 16px;
  max-width: 16px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-20 {
  font-size: 20px;
  max-width: 20px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-24 {
  font-size: 24px;
  max-width: 24px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-28 {
  font-size: 28px;
  max-width: 28px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-30 {
  font-size: 30px;
  max-width: 30px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-32 {
  font-size: 32px;
  max-width: 32px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-36 {
  font-size: 36px;
  max-width: 36px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-40 {
  font-size: 40px;
  max-width: 40px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-48 {
  font-size: 48px;
  max-width: 48px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-56 {
  font-size: 56px;
  max-width: 56px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-58 {
  font-size: 58px;
  max-width: 58px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-64 {
  font-size: 64px;
  max-width: 64px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-106 {
  font-size: 106px;
  max-width: 106px;
  aspect-ratio: 1;
  line-height: 1;
}
@media (min-width: 768px) {
  .icon-md-12 {
    font-size: 12px;
    max-width: 12px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-14 {
    font-size: 14px;
    max-width: 14px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-16 {
    font-size: 16px;
    max-width: 16px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-20 {
    font-size: 20px;
    max-width: 20px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-24 {
    font-size: 24px;
    max-width: 24px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-28 {
    font-size: 28px;
    max-width: 28px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-30 {
    font-size: 30px;
    max-width: 30px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-32 {
    font-size: 32px;
    max-width: 32px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-36 {
    font-size: 36px;
    max-width: 36px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-40 {
    font-size: 40px;
    max-width: 40px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-48 {
    font-size: 48px;
    max-width: 48px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-56 {
    font-size: 56px;
    max-width: 56px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-58 {
    font-size: 58px;
    max-width: 58px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-64 {
    font-size: 64px;
    max-width: 64px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-106 {
    font-size: 106px;
    max-width: 106px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-12 {
    font-size: 12px;
    max-width: 12px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-14 {
    font-size: 14px;
    max-width: 14px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-16 {
    font-size: 16px;
    max-width: 16px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-20 {
    font-size: 20px;
    max-width: 20px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-24 {
    font-size: 24px;
    max-width: 24px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-28 {
    font-size: 28px;
    max-width: 28px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-30 {
    font-size: 30px;
    max-width: 30px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-32 {
    font-size: 32px;
    max-width: 32px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-36 {
    font-size: 36px;
    max-width: 36px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-40 {
    font-size: 40px;
    max-width: 40px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-48 {
    font-size: 48px;
    max-width: 48px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-56 {
    font-size: 56px;
    max-width: 56px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-58 {
    font-size: 58px;
    max-width: 58px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-64 {
    font-size: 64px;
    max-width: 64px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .icon-lg-106 {
    font-size: 106px;
    max-width: 106px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-12 {
    font-size: 12px;
    max-width: 12px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-14 {
    font-size: 14px;
    max-width: 14px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-16 {
    font-size: 16px;
    max-width: 16px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-20 {
    font-size: 20px;
    max-width: 20px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-24 {
    font-size: 24px;
    max-width: 24px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-28 {
    font-size: 28px;
    max-width: 28px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-30 {
    font-size: 30px;
    max-width: 30px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-32 {
    font-size: 32px;
    max-width: 32px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-36 {
    font-size: 36px;
    max-width: 36px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-40 {
    font-size: 40px;
    max-width: 40px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-48 {
    font-size: 48px;
    max-width: 48px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-56 {
    font-size: 56px;
    max-width: 56px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-58 {
    font-size: 58px;
    max-width: 58px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-64 {
    font-size: 64px;
    max-width: 64px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .icon-xl-106 {
    font-size: 106px;
    max-width: 106px;
    aspect-ratio: 1;
    line-height: 1;
  }
}

.iapmei__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  mask-size: 24px 24px;
  -webkit-mask-size: 24px 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--neutrals-200);
  vertical-align: text-top;
  flex: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.iapmei__icon--8 {
  width: 8px;
  height: 8px;
  mask-size: 8px 8px;
  -webkit-mask-size: 8px 8px;
}
.iapmei__icon--16 {
  width: 16px;
  height: 16px;
  mask-size: 16px 16px;
  -webkit-mask-size: 16px 16px;
}
.iapmei__icon--32 {
  width: 32px;
  height: 32px;
  mask-size: 32px 32px;
  -webkit-mask-size: 32px 32px;
}
.iapmei__icon-facebook {
  mask-image: url("/assets/img/icons/facebook.svg");
  -webkit-mask-image: url("/assets/img/icons/facebook.svg");
}
.iapmei__icon-linkedin {
  mask-image: url("/assets/img/icons/linkedin.svg");
  -webkit-mask-image: url("/assets/img/icons/linkedin.svg");
}
.iapmei__icon-x {
  mask-image: url("/assets/img/icons/x.svg");
  -webkit-mask-image: url("/assets/img/icons/x.svg");
}
.iapmei__icon-youtube {
  mask-image: url("/assets/img/icons/youtube.svg");
  -webkit-mask-image: url("/assets/img/icons/youtube.svg");
}
.iapmei__icon-instagram {
  mask-image: url("/assets/img/icons/instagram.svg");
  -webkit-mask-image: url("/assets/img/icons/instagram.svg");
}

html {
  margin: 0 !important;
}

body {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  color: #313135;
  background-color: #ffffff;
  overflow-x: hidden;
}
body main {
  flex: 1;
}

@media (max-width: 575.98px) {
  .container {
    padding-inline: 16px;
  }
}

[class*=text-h] {
  color: #060c6e;
}

.default_img {
  background-color: var(--light-blue);
}
.default_img img {
  max-width: 94px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain !important;
}

.aria-skip-to-main {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transform: translateY(-100vh);
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55556;
  color: var(--dark-blue);
  border-radius: 100px;
  background-color: var(--green);
}
.aria-skip-to-main:hover {
  background-color: var(--blue-700);
  background: linear-gradient(0deg, rgba(var(--neutrals-900-rgb), 0.2) 0%, rgba(var(--neutrals-900-rgb), 0.2) 100%), var(--green);
}
.aria-skip-to-main:focus, .aria-skip-to-main:focus-visible {
  position: absolute;
  transform: translateY(0);
  transition: 0.2s;
  opacity: 1;
  width: auto;
  height: auto;
  padding: 16px 24px;
  overflow: visible;
  top: 20px;
  left: 20px;
  box-shadow: inset 0 0 0 2px var(--dark-blue);
  font-weight: 600 !important;
  z-index: 1001;
}

@media (max-width: 991.98px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.main__header {
  position: relative;
  z-index: 1000;
}
.main__header.has-open-menu {
  border-bottom: 1px solid var(--grey);
}
.main__header .main__header_menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main__header .main__header_menu .iapmei-header_logo {
    width: auto;
    max-height: 52px;
  }
}
@media screen and (max-width: 374.98px) {
  .main__header .main__header_menu .iapmei-header_logo {
    max-width: 155px;
  }
}
.main__header .main__header_menu .main__header_search .input_holder {
  width: 623px;
}
.main__header .main__header_menu .main__header_language > *.is_active {
  pointer-events: none;
}
.main__header .main__header_menu .main__header_language > *:not(.is_active) {
  opacity: 0.4;
}
.main__header .main__header_menu .main__header_language > *:not(.is_active):hover {
  opacity: 1;
}
.main__header .main__header_menu .mobile-menu-close {
  display: none;
}

@media (min-width: 1200px) {
  .header__nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .header__nav-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.footer_logo {
  max-width: 130px;
}
.footer .list.list__simple li {
  border-color: var(--neutrals-700);
}
.footer hr {
  border-color: var(--neutrals-700);
}
.footer .opacity-60 {
  opacity: 0.6;
}
.footer .footer__social-link {
  display: block;
  transition: all 0.3s;
}
.footer .footer__social-link:hover, .footer .footer__social-link:focus {
  border-radius: 4px;
  background: rgba(var(--neutrals-0-rgb), 0.1);
}
.footer a:not(.footer__social-link, .button):hover, .footer a:not(.footer__social-link, .button):focus {
  text-decoration: underline;
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  appearance: base-select;
  color: var(--color--txt);
  background-color: var(--color--white);
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 72px 1rem 2rem;
  border: none;
  min-height: 84px;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .select-wrapper select {
    min-height: 110px;
  }
}
.select-wrapper select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 26px;
  height: 13px;
  border-top: solid 13px var(--color--blue-ocean);
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
  transform: translateY(-50%);
}
.select-wrapper select:has(option:not([hidden]):checked) {
  color: var(--color--txt);
}
.select-wrapper select:focus-visible {
  outline: 2px solid var(--color--white);
  outline-offset: -1px;
}
.select-wrapper select::picker-icon {
  display: none;
}
.select-wrapper select::picker(select) {
  appearance: base-select;
  border: none;
  padding: 3px;
  margin-top: 0.25rem;
  border-radius: 0;
  cursor: default;
  transition: opacity 225ms ease-in-out, transform 225ms ease-in-out;
  transform-origin: top;
  transform: translateY(0);
  opacity: 1;
}
@starting-style {
  .select-wrapper select::picker(select) {
    transform: translateY(-0.25rem) scale(0.95);
    opacity: 0;
  }
}
.select-wrapper select option {
  padding: 1rem 2rem;
  margin-top: 3px;
  border-radius: 0;
  outline: none;
  background-color: var(--color--grey-light);
  color: var(--color--txt);
}
.select-wrapper select option::checkmark {
  display: none;
}
.select-wrapper select option:checked, .select-wrapper select option:hover, .select-wrapper select option:focus-visible {
  background-color: var(--color--blue-ocean);
  color: var(--color--white);
}
.select-wrapper select option:checked {
  font-style: italic;
}

.searchfield--input_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem 2rem;
  background-color: var(--color--white);
  color: var(--color--txt);
  border-radius: 10px;
}
.searchfield--input_wrapper .searchfield--input {
  flex: 1;
  padding: 0;
  color: var(--color--txt);
  border: none;
}
.searchfield--input_wrapper .searchfield--input::-moz-placeholder {
  text-align: center;
  text-transform: uppercase;
  color: var(--color--txt);
}
.searchfield--input_wrapper .searchfield--input::-webkit-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  color: var(--color--txt);
}
.searchfield--input_wrapper .searchfield--input::placeholder {
  text-align: center;
  text-transform: uppercase;
  color: var(--color--txt);
}
.searchfield--input_wrapper .searchfield--input:focus, .searchfield--input_wrapper .searchfield--input:focus-visible {
  outline: 2px solid var(--color--semantic-focus-light);
  outline-offset: -2px;
}
.searchfield--input_wrapper .searchfield--input-btn {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: var(--color--white);
  background-color: var(--color--blue-ocean);
  border-top: 2px solid var(--color--blue-ocean);
  border-right: 4px solid var(--color--blue-ocean);
  border-bottom: 4px solid var(--color--blue-ocean);
  border-left: 2px solid var(--color--blue-ocean);
  overflow: hidden;
}

form .complaint-form__notice {
  display: none;
}
form .complaint-form__notice.is_success {
  color: var(--dark-blue);
  text-align: center;
}
form .complaint-form__notice.is_error {
  color: var(--red);
}
form .complaint-form__notice.is_error a {
  display: none;
}
form.is_submitting button[type=submit] {
  pointer-events: none;
}
form.is_submitting button[type=submit] span,
form.is_submitting button[type=submit] i {
  display: none;
}
form.is_submitting button[type=submit]::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-inline: 29px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form[data-form-validation]:not(.is_dirty) button[type=submit]:not([data-display]) {
  pointer-events: none;
}

.gm-style > div > div > div > div {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 24px !important;
  height: 24px !important;
}
.gm-style > div > div > div > div > img {
  position: static !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
}
.gm-style .gm-style-iw-a .gm-style-iw-t {
  bottom: 26px !important;
}
@media (max-width: 767.98px) {
  .gm-style .gm-style-iw-a .gm-style-iw-t {
    bottom: 36px !important;
  }
}
.gm-style .gm-style-iw-c {
  min-width: 250px !important;
  padding: 16px !important;
  box-shadow: none;
}
@media (min-width: 768px) {
  .gm-style .gm-style-iw-c {
    border-radius: 20px 20px 20px 0;
    transform: translate3d(0, -100%, 0) !important;
  }
}
.gm-style .gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  top: 16px;
  right: 16px;
}
.gm-style .gm-style-iw-c .gm-style-iw-chr .gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-chr .gm-ui-hover-effect span {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_1495_64448' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1495_64448)'%3E%3Cpath d='M4.26665 12.4358L3.56415 11.7333L7.29748 8.00001L3.56415 4.26668L4.26665 3.56418L7.99998 7.29751L11.7333 3.56418L12.4358 4.26668L8.70248 8.00001L12.4358 11.7333L11.7333 12.4358L7.99998 8.70251L4.26665 12.4358Z' fill='%23DDDDDD'/%3E%3C/g%3E%3C/svg%3E") !important;
  margin: 0 !important;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.gm-style .gm-style-iw-d {
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media (min-width: 768px) {
  .gm-style .gm-style-iw-tc {
    display: none;
  }
}

.map_popup {
  max-width: 300px;
}
.map_popup .popup_body > *:first-child {
  max-width: calc(100% - 32px);
}

.tag {
  padding: 6px 20px;
  border-radius: 100px;
}
.tag.tag-sm {
  padding: 2px 12px;
  background-color: var(--grey);
  color: var(--neutrals-700);
  border-radius: 20px;
}

.button {
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55556;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  color: var(--dark-blue);
  transition: all 0.3s;
  width: max-content;
  max-width: 100%;
  flex-shrink: 0;
  text-align: left;
  cursor: pointer;
}
.button.button-md {
  padding: 10px 24px;
}
@media (max-width: 767.98px) {
  .button.button-md.mobile_only-icon {
    padding: 0 !important;
    width: 48px !important;
    height: 48px !important;
  }
  .button.button-md.mobile_only-icon span {
    display: none !important;
  }
}
.button.button-sm, .section__homeagenda .section__homeagenda-holder .button.is_icon.button-md {
  padding: 9px 16px;
}
@media (max-width: 767.98px) {
  .button.button-sm.mobile_only-icon, .section__homeagenda .section__homeagenda-holder .button.mobile_only-icon.is_icon.button-md {
    padding: 0 !important;
    width: 44px !important;
    height: 44px !important;
  }
  .button.button-sm.mobile_only-icon span, .section__homeagenda .section__homeagenda-holder .button.mobile_only-icon.is_icon.button-md span {
    display: none !important;
  }
}
.button:not(.is_tertiary) {
  border-radius: 100px;
}
.button.is_primary {
  background-color: var(--green);
}
.button.is_primary:hover {
  background-color: var(--blue-700);
  background: linear-gradient(0deg, rgba(var(--neutrals-900-rgb), 0.2) 0%, rgba(var(--neutrals-900-rgb), 0.2) 100%), var(--green);
}
.button.is_primary:focus {
  box-shadow: inset 0 0 0 2px var(--dark-blue);
  font-weight: 600 !important;
}
.button.is_primary:disabled, .button.is_primary.is_disabled, form[data-form-validation]:not(.is_dirty) button.button.is_primary[type=submit]:not([data-display]) {
  background-color: var(--neutrals-400);
  color: rgba(var(--dark-blue-rgb), 0.2);
  pointer-events: none;
}
.button.is_secondary {
  background-color: var(--neutrals-0);
  border: 1px solid var(--dark-blue);
}
.button.is_secondary:hover {
  background: linear-gradient(0deg, rgba(var(--neutrals-900-rgb), 0.2) 0%, rgba(var(--neutrals-900-rgb), 0.2) 100%), var(--dark-blue);
  color: var(--neutrals-0);
}
.button.is_secondary:focus {
  box-shadow: inset 0 0 0 2px var(--neutrals-900);
  font-weight: 600 !important;
}
.button.is_secondary:disabled, .button.is_secondary.is_disabled, form[data-form-validation]:not(.is_dirty) button.button.is_secondary[type=submit]:not([data-display]) {
  background: linear-gradient(0deg, rgba(var(--neutrals-900-rgb), 0.3) 0%, rgba(var(--neutrals-900-rgb), 0.3) 100%), var(--dark-blue);
  color: rgba(var(--neutrals-0-rgb), 0.2);
  pointer-events: none;
}
.button.is_tertiary {
  padding-inline: 0;
  background-color: transparent;
}
.button.is_tertiary:hover {
  color: var(--blue);
}
.button.is_tertiary:hover span {
  text-decoration: underline;
}
.button.is_tertiary:focus {
  font-weight: 600 !important;
}
.button.is_tertiary:disabled, .button.is_tertiary.is_disabled, form[data-form-validation]:not(.is_dirty) button.button.is_tertiary[type=submit]:not([data-display]) {
  opacity: 0.2;
  pointer-events: none;
}
.button.is_tertiary.is_textual {
  padding-block: 0;
  color: var(--blue);
}
.button.is_tertiary.is_textual span {
  text-decoration: underline;
}
.button.is_tertiary.is_textual:hover {
  color: var(--dark-blue);
}
.button.is_tertiary.is_textual:hover span {
  text-decoration: none;
}
.button.is_tertiary.is_icon {
  border: 1px solid var(--grey);
  color: var(--neutrals-400);
  background-color: var(--neutrals-0);
}
.button.is_tertiary.is_icon:hover {
  color: var(--neutrals-0);
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
}
.button.is_tertiary.is_icon:focus {
  border-color: var(--neutrals-500);
  color: var(--neutrals-400);
  background-color: var(--neutrals-0);
}
.button.is_tertiary.is_icon:disabled, .button.is_tertiary.is_icon.is_disabled, form[data-form-validation]:not(.is_dirty) button.button.is_tertiary.is_icon[type=submit]:not([data-display]) {
  border: 1px solid var(--neutrals-600);
  background-color: var(--neutrals-600);
  color: rgba(var(--neutrals-0-rgb), 0.2);
  opacity: 1;
}
.button.is_gov {
  padding-block: 11px;
  text-transform: uppercase;
  background-color: var(--gov);
}
.button.is_gov:hover {
  background-color: var(--blue-700);
  background: linear-gradient(0deg, rgba(var(--neutrals-900-rgb), 0.3) 0%, rgba(var(--neutrals-900-rgb), 0.3) 100%), var(--gov);
}
.button.is_gov:focus {
  box-shadow: inset 0 0 0 2px var(--neutrals-900);
}
.button.is_gov:disabled, .button.is_gov.is_disabled, form[data-form-validation]:not(.is_dirty) button.button.is_gov[type=submit]:not([data-display]) {
  background: linear-gradient(0deg, rgba(var(--neutrals-900-rgb), 0.3) 0%, rgba(var(--neutrals-900-rgb), 0.3) 100%), var(--neutrals-400);
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.button.is_gov:disabled::after, .button.is_gov.is_disabled::after, form[data-form-validation]:not(.is_dirty) button.button.is_gov[type=submit]:not([data-display])::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(var(--neutrals-900-rgb), 0.5) 0%, rgba(var(--neutrals-900-rgb), 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.button.is_icon {
  padding: 0 !important;
  border-radius: 100% !important;
}
.button.is_icon.button-lg {
  width: 80px !important;
  height: 80px !important;
}
.button.is_icon.button-md {
  width: 48px !important;
  height: 48px !important;
}
.button.is_icon.button-sm, .section__homeagenda .section__homeagenda-holder .button.is_icon.button-md {
  width: 44px !important;
  height: 44px !important;
}
.button.is_icon.mobile-menu-close {
  width: 48px !important;
  height: 48px !important;
  border-color: var(--grey);
}
.button.mobile-filter-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--neutrals-0);
  border-radius: 0;
  box-shadow: 0 -2px 6px 0 rgba(15, 15, 15, 0.06);
  padding: 18px 16px;
  z-index: 1000;
}

@media (max-width: 575.98px) {
  .table-holder {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}
.table-holder.is_primary thead th {
  background-color: var(--light-grey);
}
.table-holder.is_secondary thead th {
  background-color: var(--neutrals-0);
}
.table-holder table {
  width: 100% !important;
  margin-block: 0;
  --bs-table-bg: transparent;
}
.table-holder table > :not(caption) > * > * {
  text-align: left;
  padding: 16px;
  color: var(--dark-blue);
}
.table-holder table thead tr {
  height: auto !important;
}
.table-holder table thead th {
  height: 80px !important;
  vertical-align: middle !important;
}
.table-holder table thead th:first-child {
  border-radius: 16px 0 0 16px;
}
.table-holder table thead th:last-child {
  border-radius: 0 16px 16px 0;
}
.table-holder table tbody tr {
  height: auto !important;
}
.table-holder table tbody tr td {
  height: auto !important;
  border-bottom-style: solid;
  border-color: var(--grey);
}

.field .field_label {
  color: var(--dark-blue);
}
.field .helper {
  color: var(--neutrals-900);
}
.field:has(.is_error) .helper {
  color: var(--red);
  scroll-margin-top: 100px;
}
.field:has(input[aria-required=true]) .field_label_parent::after {
  content: "*";
  position: relative;
}
.field.field_input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.field.field_input.required .field_label::after, .field.field_input:has(input[required]) .field_label::after, .field.field_input:has(input[aria-required=true]) .field_label::after, .field.field_input:has(textarea[aria-required=true]) .field_label::after, .field.field_input:has(textarea[required]) .field_label::after {
  content: "*";
  position: relative;
}
.field.field_input textarea,
.field.field_input input {
  padding: 12px 24px;
  color: var(--neutrals-700);
  background-color: var(--neutrals-0);
  border: 1px solid var(--grey);
  border-radius: 24px;
}
.field.field_input textarea:focus,
.field.field_input input:focus {
  outline: none;
  border-color: var(--dark-blue);
}
.field.field_input textarea::placeholder,
.field.field_input input::placeholder {
  color: var(--neutrals-500);
}
.field.field_input textarea:disabled, .field.field_input textarea.disabled,
.field.field_input input:disabled,
.field.field_input input.disabled {
  background-color: var(--neutrals-300);
  color: var(--neutrals-550);
}
.field.field_input textarea.is_error,
.field.field_input input.is_error {
  border-color: var(--red);
}
.field.field_input textarea.is_error + .helper,
.field.field_input input.is_error + .helper {
  color: var(--red);
  scroll-margin-top: 100px;
}
.field.field_input:has(.input_icon) textarea, .field.field_input:has(.input_icon) input, .field.field_input:has(button) textarea, .field.field_input:has(button) input {
  padding-right: 40px;
}
.field.field_input.is_icon_left:has(.input_icon) input, .field.field_input.is_icon_left:has(.input_icon) textarea, .field.field_input.is_icon_left:has(button) input, .field.field_input.is_icon_left:has(button) textarea {
  padding-right: unset;
  padding-left: 40px;
}
.field.field_input .input_icon,
.field.field_input button {
  position: absolute;
  right: 0;
  padding: 16px 8px;
}
.field.field_input.is_icon_left .input_icon, .field.field_input.is_icon_left button {
  right: unset;
  left: 0;
}
.field.field_input textarea {
  resize: none;
}
.field.field_input.is_search .input_holder > .icon, .field.field_input.is_search .field.field_select .input_holder > .combo-input::before, .field.field_select .field.field_input.is_search .input_holder > .combo-input::before {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translatey(-50%);
}
.field.field_input.is_search .input_holder input {
  width: 100%;
  padding-inline: 64px 24px;
}
.field.field_input.is_search .input_holder .reset-input {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translatey(-50%);
  padding: 10px;
}
.field.field_select {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.field.field_select .combo-wrapper {
  position: relative;
}
.field.field_select .combo-input {
  padding: 12px 64px 12px 24px;
  color: var(--neutrals-700);
  background-color: var(--neutrals-0);
  border: 1px solid var(--grey);
  border-radius: 24px;
  position: relative;
}
.field.field_select .combo-input::before {
  font-family: "icomoon";
  content: "\e919";
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--neutrals-500);
}
.field.field_select .combo-input.is_filled {
  background-color: rgba(var(--neutrals-0-rgb), 0.15);
}
.field.field_select .combo-input:focus {
  outline: none;
}
.field.field_select .combo-menu {
  background-color: var(--neutrals-0);
  border: none;
  display: none;
  max-height: 224px;
  overflow-y: auto;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
  border-radius: 0 0 20px 20px;
  border-right: 1.5px solid #ddd;
  border-bottom: 1.5px solid #ddd;
  border-left: 1.5px solid #ddd;
  box-shadow: 0 2px 6px 0 rgba(15, 15, 15, 0.06);
}
.field.field_select .combo-menu::-webkit-scrollbar {
  width: 1px;
}
.field.field_select .combo-menu::-webkit-scrollbar-track {
  background: transparent;
}
.field.field_select .combo-menu::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
}
.field.field_select .combo-menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--neutrals-900);
  /* Cor ao passar o mouse */
}
.field.field_select.open .combo-input {
  border-radius: 20px 20px 0 0;
}
.field.field_select.open .combo-input::before {
  transform: scaleY(-1) translateY(50%);
}
.field.field_select.open .combo-menu {
  display: block;
}
.field.field_select .combo-option {
  padding: 12px 24px;
  color: var(--neutrals-500);
}
.field.field_select .combo-option:hover, .field.field_select .combo-option.option-current, .field.field_select .combo-option[aria-selected=true] {
  background-color: var(--grey);
  color: var(--neutrals-900);
}
.field.field_select:has(.is_error) .combo-input {
  border-color: var(--red);
}
.field.field_select:has(.is_error) .helper {
  color: var(--red);
  scroll-margin-top: 100px;
}
.field.field_select.required .field_label::after, .field.field_select:has(input[required]) .field_label::after, .field.field_select:has(input[aria-required=true]) .field_label::after, .field.field_select:has(textarea[aria-required=true]) .field_label::after, .field.field_select:has(textarea[required]) .field_label::after {
  content: "*";
  position: relative;
}
.field.field_filedrop {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  border-radius: 20px;
  background: var(--neutrals-200) url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%238B8B96' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .field.field_filedrop {
    gap: 0;
  }
}
.field.field_filedrop .field_label {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
  padding: 10px 16px;
  color: var(--dark-blue);
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .field.field_filedrop .is_link .icon, .field.field_filedrop .is_link .field.field_select .combo-input::before, .field.field_select .field.field_filedrop .is_link .combo-input::before {
    display: none;
  }
}
.field.field_checkbox {
  position: relative;
}
.field.field_checkbox .field_label {
  display: flex;
  gap: 16px;
  color: var(--neutrals-700);
  cursor: pointer;
}
.field.field_checkbox .field_label::before {
  content: "";
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  top: 2px;
  left: 0;
  border-radius: 2px;
  border: solid 2px var(--dark-blue);
}
.field.field_checkbox input {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}
.field.field_checkbox input.is_error + .field_label::before {
  border: solid 2px var(--red);
}
.field.field_checkbox input:checked + .field_label::before {
  background-color: var(--dark-blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.field.field_radio .field_label {
  position: relative;
  display: flex;
  gap: 16px;
  color: var(--neutrals-700);
  cursor: pointer;
}
.field.field_radio .field_label::after {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--dark-blue);
}
.field.field_radio .field_label::before {
  content: "";
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  top: 2px;
  left: 0;
  border-radius: 8px;
  border: solid 2px var(--dark-blue);
}
.field.field_radio input {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}
.field.field_radio input:checked + .field_label::after {
  content: "";
}

@media (min-width: 768px) {
  .mobile-selector-filter_bg {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mobile-selector-filter_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .mobile-selector-filter_bg.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.mobile-filter_holder {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-filter_holder {
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
}
.mobile-filter_holder.is-active {
  display: flex;
  transform: translateY(0);
}
.mobile-filter_holder.is-active .field_select {
  display: none;
  width: 100%;
}
.mobile-filter_holder.is-active .field_select .combo-menu {
  position: static;
  top: auto;
  bottom: 100%;
}
.mobile-filter_holder.is-active.event-type-filter .event_list_filter {
  display: flex;
}
.mobile-filter_holder.is-active.event-calendar-filter .event_calendar_filter {
  display: flex;
}
@media (min-width: 768px) {
  .mobile-filter_holder {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .mobile-filter_holder {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 16px;
    background: var(--neutrals-0);
    border-radius: 24px 24px 0 0;
    z-index: 1003;
  }
}

.tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-y: visible;
  overflow-x: auto;
}
@media (max-width: 575.98px) {
  .tabs {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}
.tabs .tabs_item .tabs_button {
  padding-inline: 32px;
  border-color: var(--grey);
}
.tabs .tabs_item .tabs_button.active {
  background-color: var(--dark-blue);
  color: var(--neutrals-0);
  pointer-events: none;
}
.tabs_content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tabs_content.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in-out;
}

.share {
  display: flex;
  align-items: start;
  gap: 8px;
}
.share ul {
  width: 100%;
  display: none;
  position: absolute;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .share ul {
    overflow: auto;
    --sb-track-color: transparent;
    --sb-thumb-color: transparent;
    --sb-size: 0;
  }
  .share ul::-webkit-scrollbar {
    width: var(--sb-size);
  }
  .share ul::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
  }
  .share ul::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
  }
  @supports not selector(::-webkit-scrollbar) {
    .share ul {
      scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
  }
}
.share ul .button:hover .iapmei__icon {
  background-color: var(--neutrals-0) !important;
}
.share *:has(> ul) {
  width: 100%;
}
.share.is_open ul {
  display: flex;
  z-index: 1;
}
.share .share-feedback {
  display: block;
  margin-top: 8px;
}
.share .share-feedback:empty {
  display: none;
}

.hero {
  background-color: var(--dark-blue);
}
.hero.bg-neutrals-0::before {
  display: none;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--dark-blue);
  opacity: 0.8;
}
.hero__breadcrumb {
  margin-bottom: 16px;
}
.hero__breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.hero__breadcrumb .breadcrumb__item {
  display: flex;
  align-items: center;
}
.hero__breadcrumb .breadcrumb__link {
  color: var(--neutrals-0);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.hero__breadcrumb .breadcrumb__link:hover {
  opacity: 1;
  text-decoration: underline;
}
.hero__breadcrumb .breadcrumb__current {
  color: var(--neutrals-0);
  font-weight: 500;
}
.hero__breadcrumb .breadcrumb__separator {
  margin: 0 8px;
  opacity: 0.6;
}

.breadcrumb__wrapper .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__wrapper .breadcrumb__item {
  display: block;
}
.breadcrumb__wrapper .breadcrumb__item:last-of-type > * {
  display: block;
}
.breadcrumb__wrapper .breadcrumb__link {
  color: var(--neutrals-0);
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb__wrapper .breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb__wrapper .breadcrumb__current {
  color: var(--neutrals-0);
}
.breadcrumb__wrapper .breadcrumb__separator {
  color: var(--neutrals-0);
}

.bg-neutrals-0 .breadcrumb__wrapper .breadcrumb__link {
  color: var(--dark-blue);
}
.bg-neutrals-0 .breadcrumb__wrapper .breadcrumb__current {
  color: var(--neutrals-500);
}
.bg-neutrals-0 .breadcrumb__wrapper .breadcrumb__separator {
  color: var(--dark-blue);
}

.card {
  position: relative;
  height: 100%;
}
.card.card__article {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  padding: 20px;
  background-color: var(--neutrals-0);
  border-radius: 32px;
  transition: all 0.2s;
}
.card.card__article:hover {
  box-shadow: 0 6px 16px 0 rgba(15, 15, 15, 0.08);
}
.card.card__article:hover .card__figure img {
  transform: scale(1.1);
}
.card.card__article:hover .card__figure.default_img img {
  transform: scale(1.1) translateX(-50%);
}
.card.card__article .card__figure {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.card.card__article .card__figure img {
  object-fit: cover;
  transition: all 0.6s;
}
.card.card__article .card__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.card.card__article .card__details .card__title {
  color: var(--dark-blue);
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.card.card__article .card__details .card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: var(--neutrals-700);
}
.card.card__article .card__details .metadata {
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.card.card__article.card__event .tag {
  top: 32px;
  left: 32px;
  z-index: 1;
}
.card.card__article.card__event .card__details {
  gap: 24px;
}
.card.card__article.card__event .card__details .card__title {
  min-height: 60px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin-bottom: -16px;
}
@media (max-width: 767.98px) {
  .card.card__article.card__event .card__details .card__title {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.card.card__article.card__event .card__details .metadata {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .card.card__article.card__event .card__details .button {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 767.98px) {
  .bg-neutrals-0 .card.card__article {
    background-color: var(--light-grey);
  }
}
.bg-neutrals-0 .card.card__article:hover {
  box-shadow: none;
  background-color: var(--light-grey);
}

.header__nav .header__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.header__nav .header__nav-list .header__nav-listitem > *:not(.header__nav-sublist):hover > * {
  color: var(--blue) !important;
  transition: all 0.3s ease;
}
.header__nav .header__nav-list .header__nav-listitem > *:not(.header__nav-sublist) .icon.expanded, .header__nav .header__nav-list .header__nav-listitem > *:not(.header__nav-sublist) .field.field_select .expanded.combo-input::before, .field.field_select .header__nav .header__nav-list .header__nav-listitem > *:not(.header__nav-sublist) .expanded.combo-input::before {
  transform: rotate(180deg);
}
.header__nav .header__nav-list .header__nav-listitem .header__nav-sublist.show > .header__nav-holder-bg {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 200vw;
  height: 100%;
  background: var(--neutrals-0);
  transform: translateX(-50%);
  box-shadow: 0 10px 14px 0 rgba(15, 15, 15, 0.11);
  transition: none;
  z-index: -1;
}
.header__nav .header__nav-list .header__nav-sublist,
.header__nav .header__nav-list .header__nav-sublist-sublist,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist {
  position: absolute;
  top: calc(100% + 16px);
  padding: 40px 1rem 32px;
  width: 312px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: none;
  pointer-events: none;
}
.header__nav .header__nav-list .header__nav-sublist a,
.header__nav .header__nav-list .header__nav-sublist button,
.header__nav .header__nav-list .header__nav-sublist-sublist a,
.header__nav .header__nav-list .header__nav-sublist-sublist button,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist a,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist button,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist a,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist button {
  display: inline-block;
  max-width: calc(100% - 32px);
  text-align: left;
  background: none;
  border: none;
  padding: 8px 0;
  cursor: pointer;
}
.header__nav .header__nav-list .header__nav-sublist a:hover, .header__nav .header__nav-list .header__nav-sublist a:focus,
.header__nav .header__nav-list .header__nav-sublist button:hover,
.header__nav .header__nav-list .header__nav-sublist button:focus,
.header__nav .header__nav-list .header__nav-sublist-sublist a:hover,
.header__nav .header__nav-list .header__nav-sublist-sublist a:focus,
.header__nav .header__nav-list .header__nav-sublist-sublist button:hover,
.header__nav .header__nav-list .header__nav-sublist-sublist button:focus,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist a:hover,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist a:focus,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist button:hover,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist button:focus,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist a:hover,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist a:focus,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist button:hover,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist button:focus {
  color: var(--blue) !important;
}
.header__nav .header__nav-list .header__nav-sublist a:hover *, .header__nav .header__nav-list .header__nav-sublist a:focus *,
.header__nav .header__nav-list .header__nav-sublist button:hover *,
.header__nav .header__nav-list .header__nav-sublist button:focus *,
.header__nav .header__nav-list .header__nav-sublist-sublist a:hover *,
.header__nav .header__nav-list .header__nav-sublist-sublist a:focus *,
.header__nav .header__nav-list .header__nav-sublist-sublist button:hover *,
.header__nav .header__nav-list .header__nav-sublist-sublist button:focus *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist a:hover *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist a:focus *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist button:hover *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist button:focus *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist a:hover *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist a:focus *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist button:hover *,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist button:focus * {
  color: var(--blue) !important;
}
.header__nav .header__nav-list .header__nav-sublist a:has(.icon, .field.field_select .combo-input::before),
.header__nav .header__nav-list .header__nav-sublist button:has(.icon, .field.field_select .combo-input::before),
.header__nav .header__nav-list .header__nav-sublist-sublist a:has(.icon, .field.field_select .combo-input::before),
.header__nav .header__nav-list .header__nav-sublist-sublist button:has(.icon, .field.field_select .combo-input::before),
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist a:has(.icon, .field.field_select .combo-input::before),
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist button:has(.icon, .field.field_select .combo-input::before),
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist a:has(.icon, .field.field_select .combo-input::before),
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist button:has(.icon, .field.field_select .combo-input::before) {
  max-width: 100%;
}
.header__nav .header__nav-list .header__nav-sublist ul,
.header__nav .header__nav-list .header__nav-sublist-sublist ul,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist ul,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist ul {
  display: flex;
  flex-direction: column;
}
.header__nav .header__nav-list .header__nav-sublist:after,
.header__nav .header__nav-list .header__nav-sublist-sublist:after,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist:after,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 1px;
  height: calc(100% - 80px);
  border-right: 1px solid rgba(var(--neutrals-900-rgb), 0.05);
}
.header__nav .header__nav-list .header__nav-sublist.show,
.header__nav .header__nav-list .header__nav-sublist-sublist.show,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist.show,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__nav .header__nav-list .header__nav-sublist {
  left: 0;
}
.header__nav .header__nav-list .header__nav-sublist-sublist,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist,
.header__nav .header__nav-list .header__nav-sublist-sublist-sublist-sublist {
  top: 0;
  left: calc(100% + 24px);
  padding-top: 94px;
  z-index: -1;
}

.header__nav-sublist .header__nav-sublist-item[aria-expanded=true] > .header__nav-sublist-sublist,
.header__nav-sublist-sublist .header__nav-sublist-sublist-item[aria-expanded=true] > .header__nav-sublist-sublist-sublist,
.header__nav-sublist-sublist-sublist .header__nav-sublist-sublist-sublist-item[aria-expanded=true] > .header__nav-sublist-sublist-sublist-sublist {
  min-height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.header__nav-sublist-item[aria-expanded=true] > a *,
.header__nav-sublist-item[aria-expanded=true] > button *,
.header__nav-sublist-sublist-item[aria-expanded=true] > a *,
.header__nav-sublist-sublist-item[aria-expanded=true] > button *,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > a *,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > button *,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > a *,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > button * {
  color: var(--blue) !important;
}
.header__nav-sublist-item[aria-expanded=true] > a *.icon, .header__nav-sublist-item[aria-expanded=true] > a .field.field_select .combo-input::before, .field.field_select .header__nav-sublist-item[aria-expanded=true] > a .combo-input::before,
.header__nav-sublist-item[aria-expanded=true] > button *.icon,
.header__nav-sublist-item[aria-expanded=true] > button .field.field_select .combo-input::before,
.field.field_select .header__nav-sublist-item[aria-expanded=true] > button .combo-input::before,
.header__nav-sublist-sublist-item[aria-expanded=true] > a *.icon,
.header__nav-sublist-sublist-item[aria-expanded=true] > a .field.field_select .combo-input::before,
.field.field_select .header__nav-sublist-sublist-item[aria-expanded=true] > a .combo-input::before,
.header__nav-sublist-sublist-item[aria-expanded=true] > button *.icon,
.header__nav-sublist-sublist-item[aria-expanded=true] > button .field.field_select .combo-input::before,
.field.field_select .header__nav-sublist-sublist-item[aria-expanded=true] > button .combo-input::before,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > a *.icon,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > a .field.field_select .combo-input::before,
.field.field_select .header__nav-sublist-sublist-sublist-item[aria-expanded=true] > a .combo-input::before,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > button *.icon,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > button .field.field_select .combo-input::before,
.field.field_select .header__nav-sublist-sublist-sublist-item[aria-expanded=true] > button .combo-input::before,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > a *.icon,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > a .field.field_select .combo-input::before,
.field.field_select .header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > a .combo-input::before,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > button *.icon,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > button .field.field_select .combo-input::before,
.field.field_select .header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > button .combo-input::before {
  font-size: 0;
}
.header__nav-sublist-item[aria-expanded=true] > a *.icon::after,
.header__nav-sublist-item[aria-expanded=true] > button *.icon::after,
.header__nav-sublist-sublist-item[aria-expanded=true] > a *.icon::after,
.header__nav-sublist-sublist-item[aria-expanded=true] > button *.icon::after,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > a *.icon::after,
.header__nav-sublist-sublist-sublist-item[aria-expanded=true] > button *.icon::after,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > a *.icon::after,
.header__nav-sublist-sublist-sublist-sublist-item[aria-expanded=true] > button *.icon::after {
  content: "\e90c";
  font-size: 24px;
}

.mobile-menu {
  display: none;
  gap: 160px;
  flex-direction: column;
  max-width: none;
  width: calc(100% + 8px);
  height: calc(100vh - 100px);
  padding: 24px 0 0;
  margin-inline: -4px;
  overflow-y: auto;
}
.mobile-menu.is-open {
  display: flex;
}
@media (min-width: 1200px) {
  .mobile-menu.is-open {
    display: none;
  }
}
.mobile-menu .sidebar-nav {
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  overflow: visible;
}
.mobile-menu .sidebar-nav__item {
  border-color: var(--grey);
}
.mobile-menu .sidebar-nav__link-wrapper, .mobile-menu .sidebar-nav__submenu-link-wrapper {
  border: none;
}
.mobile-menu .sidebar-nav__toggle {
  width: 80px;
  border-color: var(--grey);
}
.mobile-menu .sidebar-nav__submenu {
  border-color: var(--grey);
}
.mobile-menu .sidebar-nav__link {
  padding-block: 29px;
}
.mobile-menu .sidebar-nav__item[data-level="0"] {
  background-color: var(--neutrals-0);
}
.mobile-menu .sidebar-nav__item[data-level="0"] > .sidebar-nav__link-wrapper > .sidebar-nav__link {
  background-color: var(--neutrals-0);
}
.mobile-menu .sidebar-nav__item[data-level="1"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="2"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="3"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="4"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="5"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="6"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="7"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="8"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="9"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="10"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="11"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="12"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="13"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="14"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="15"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="16"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="17"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="18"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="19"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav__item[data-level="20"] {
  background-color: var(--light-grey);
}
.mobile-menu .sidebar-nav .sidebar-nav__parent.is-expanded .sidebar-nav__link-wrapper {
  background-color: var(--neutrals-0);
}
.mobile-menu .sidebar-nav:has(.sidebar-nav__parent.is-expanded) .sidebar-nav__link--parent + .sidebar-nav__toggle, .mobile-menu .sidebar-nav:has(.sidebar-nav__parent.is-expanded) .sidebar-nav__link--parent {
  background-color: var(--light-grey);
}
.mobile-menu__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: auto;
  padding-inline: 12px;
}
.mobile-menu__search-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.mobile-menu__search-form .field_input.is_search .input_holder input {
  border-radius: 100px;
  padding-block: 17px;
}
.mobile-menu__language {
  display: flex;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 991.98px) {
  .search__filters-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 32px 16px;
    background-color: var(--light-grey);
    z-index: 1001;
    overflow-y: auto;
  }
  .search__filters-holder .list__filters .button {
    justify-content: flex-start;
    padding-inline: 16px;
  }
}

.list.list__simple li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--grey);
}
@media (min-width: 768px) {
  .list.list__simple li {
    gap: 24px;
  }
}
.list.list__simple li:first-child {
  padding-top: 0 !important;
}
.list.list__simple li * + * {
  text-align: end;
}
.list.list__simple.list__xs li {
  padding: 12px 0;
}
.list.list__simple.list__sm li {
  padding: 16px 0;
}
.list.list__simple.list__md li {
  padding: 20px 0;
}
.list.list__filters .icon, .list.list__filters .field.field_select .combo-input::before, .field.field_select .list.list__filters .combo-input::before {
  font-family: "Material Symbols Outlined";
  display: inline-block;
  max-width: 24px;
  overflow: hidden;
}
.list.list__filters .active {
  pointer-events: none;
}
.list.list__filters .active span {
  font-weight: 600 !important;
}

@media (max-width: 767.98px) {
  .download__list .download__listbox > div li {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .download__list .download__listbox > div:last-child .list li {
    flex-direction: column;
  }
}
.download__list .download__listbox > div:last-child .list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.custom-text-content br br + br {
  display: none;
}
.custom-text-content h1 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.custom-text-content h2 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.custom-text-content h3 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.custom-text-content h4 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.custom-text-content h5 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.custom-text-content h6 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.custom-text-content em {
  font-weight: 600 !important;
  vertical-align: baseline;
}
.custom-text-content a:not(.button) {
  display: inline;
  color: var(--blue);
  text-decoration: underline;
  vertical-align: baseline;
  transition: all 0.3s;
}
.custom-text-content a:not(.button):hover, .custom-text-content a:not(.button):focus {
  text-decoration: none;
}
.custom-text-content ul {
  list-style-type: disc;
}
.custom-text-content ol {
  list-style-type: decimal;
}
.custom-text-content ul,
.custom-text-content ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 20px;
}
.custom-text-content ul li,
.custom-text-content ol li {
  color: var(--neutrals-700);
  display: list-item;
  text-align: -webkit-match-parent;
}
.custom-text-content blockquote,
.custom-text-content q {
  quotes: initial;
}
.custom-text-content blockquote::before,
.custom-text-content blockquote::after,
.custom-text-content q::before,
.custom-text-content q::after {
  content: initial;
}
.custom-text-content strong {
  color: inherit;
  font-weight: 600;
}
.custom-text-content img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
.custom-text-content iframe {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  margin-block: 40px;
  aspect-ratio: 16/9;
}
.custom-text-content .news-body a,
.custom-text-content .TextFont a {
  color: var(--blue);
  text-decoration: underline;
  vertical-align: baseline;
  transition: all 0.3s;
}
.custom-text-content .news-body a:hover, .custom-text-content .news-body a:focus,
.custom-text-content .TextFont a:hover,
.custom-text-content .TextFont a:focus {
  text-decoration: none;
}
.custom-text-content .news-body a strong,
.custom-text-content .TextFont a strong {
  vertical-align: baseline;
}
.custom-text-content table {
  width: 100% !important;
  margin-block: 0;
  --bs-table-bg: transparent;
}
.custom-text-content table > :not(caption) > * > * {
  text-align: left;
  padding: 16px;
  color: var(--dark-blue);
}
.custom-text-content table thead tr {
  height: auto !important;
}
.custom-text-content table thead th {
  height: 80px !important;
  vertical-align: middle !important;
}
.custom-text-content table thead th:first-child {
  border-radius: 16px 0 0 16px;
}
.custom-text-content table thead th:last-child {
  border-radius: 0 16px 16px 0;
}
.custom-text-content table tbody tr {
  height: auto !important;
}
.custom-text-content table tbody tr td {
  height: auto !important;
  border-bottom-style: solid;
  border-color: var(--grey);
}
.custom-text-content table {
  display: block;
  height: auto !important;
  max-width: 100%;
  overflow-x: auto;
}
.custom-text-content table thead td {
  position: relative;
  z-index: 1;
  background-color: var(--light-grey);
}
.custom-text-content table thead td:first-of-type {
  border-radius: 15px 0 0 15px;
}
.custom-text-content table thead td:last-of-type {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 767.98px) {
  .mobile_scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: grab;
  }
  .mobile_scroll > * {
    padding-left: 0;
    padding-right: 16px;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
    flex: 0 0 330px;
  }
  .mobile_scroll > *:last-of-type {
    padding-right: 0;
  }
  .mobile_scroll::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1200px) {
  .quote {
    max-width: 60%;
  }
}

.video__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--neutrals-900-rgb), 0.45);
  transition: all 0.3s ease;
}
.video__wrapper .button.is_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .video__wrapper .button.is_icon {
    width: 56px !important;
    height: 56px !important;
  }
}
.video__wrapper.is-playing::after {
  display: none;
}
.video__wrapper.is-playing .button {
  display: none;
}

.contacts-map {
  --bs-aspect-ratio: 68.9%;
}
@media (max-width: 767.98px) {
  .contacts-map {
    --bs-aspect-ratio: 149.8%;
  }
}
.contacts-map #mapa {
  max-width: 100% !important;
  max-height: 100% !important;
}

.block-media > img {
  max-width: 100%;
}

.sidebar-nav {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(15, 15, 15, 0.06);
  overflow: hidden;
}
.sidebar-nav__item {
  border-bottom: 1px solid var(--light-grey);
}
.sidebar-nav__item:last-child {
  border-bottom: none;
}
.sidebar-nav__link-wrapper, .sidebar-nav__submenu-link-wrapper {
  display: flex;
  border-left: 1px solid var(--light-grey);
}
.sidebar-nav__link {
  flex: 1;
  padding: 17px 24px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.sidebar-nav__link:hover {
  background-color: var(--neutrals-100);
}
.sidebar-nav__link.is-active {
  pointer-events: none;
}
.sidebar-nav__link.is-active > span {
  color: var(--blue) !important;
  font-weight: 600 !important;
}
.sidebar-nav__toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-height: 56px;
  height: auto;
  border-left: 1px solid var(--light-grey);
  transition: all 0.2s ease;
}
.sidebar-nav__toggle:hover {
  background-color: var(--neutrals-100);
}
.sidebar-nav__toggle .icon, .sidebar-nav__toggle .field.field_select .combo-input::before, .field.field_select .sidebar-nav__toggle .combo-input::before {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.sidebar-nav__toggle[aria-expanded=true] .icon, .sidebar-nav__toggle[aria-expanded=true] .field.field_select .combo-input::before, .field.field_select .sidebar-nav__toggle[aria-expanded=true] .combo-input::before {
  transform: rotate(180deg);
  color: var(--blue) !important;
}
.sidebar-nav__submenu {
  display: none;
  border-top: 1px solid var(--light-grey);
}
.sidebar-nav__item[data-level="0"] {
  background-color: var(--neutrals-100);
}
.sidebar-nav__item[data-level="0"] .sidebar-nav__link {
  padding-left: 24px;
}
.sidebar-nav__item[data-level="0"] > .sidebar-nav__link-wrapper > .sidebar-nav__link {
  background-color: var(--neutrals-100);
}
.sidebar-nav__item[data-level="1"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="1"] .sidebar-nav__link {
  padding-left: 36px;
}
.sidebar-nav__item[data-level="2"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="2"] .sidebar-nav__link {
  padding-left: 48px;
}
.sidebar-nav__item[data-level="3"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="3"] .sidebar-nav__link {
  padding-left: 60px;
}
.sidebar-nav__item[data-level="4"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="4"] .sidebar-nav__link {
  padding-left: 72px;
}
.sidebar-nav__item[data-level="5"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="5"] .sidebar-nav__link {
  padding-left: 84px;
}
.sidebar-nav__item[data-level="6"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="6"] .sidebar-nav__link {
  padding-left: 96px;
}
.sidebar-nav__item[data-level="7"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="7"] .sidebar-nav__link {
  padding-left: 108px;
}
.sidebar-nav__item[data-level="8"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="8"] .sidebar-nav__link {
  padding-left: 120px;
}
.sidebar-nav__item[data-level="9"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="9"] .sidebar-nav__link {
  padding-left: 132px;
}
.sidebar-nav__item[data-level="10"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="10"] .sidebar-nav__link {
  padding-left: 144px;
}
.sidebar-nav__item[data-level="11"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="11"] .sidebar-nav__link {
  padding-left: 156px;
}
.sidebar-nav__item[data-level="12"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="12"] .sidebar-nav__link {
  padding-left: 168px;
}
.sidebar-nav__item[data-level="13"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="13"] .sidebar-nav__link {
  padding-left: 180px;
}
.sidebar-nav__item[data-level="14"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="14"] .sidebar-nav__link {
  padding-left: 192px;
}
.sidebar-nav__item[data-level="15"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="15"] .sidebar-nav__link {
  padding-left: 204px;
}
.sidebar-nav__item[data-level="16"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="16"] .sidebar-nav__link {
  padding-left: 216px;
}
.sidebar-nav__item[data-level="17"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="17"] .sidebar-nav__link {
  padding-left: 228px;
}
.sidebar-nav__item[data-level="18"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="18"] .sidebar-nav__link {
  padding-left: 240px;
}
.sidebar-nav__item[data-level="19"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="19"] .sidebar-nav__link {
  padding-left: 252px;
}
.sidebar-nav__item[data-level="20"] {
  background-color: var(--neutrals-0);
}
.sidebar-nav__item[data-level="20"] .sidebar-nav__link {
  padding-left: 264px;
}

.swiper .button-slide-prev.swiper-button-disabled,
.swiper .button-slide-next.swiper-button-disabled {
  border: 1px solid var(--neutrals-600);
  background-color: var(--neutrals-600);
  color: rgba(var(--neutrals-0-rgb), 0.2);
  opacity: 1;
  pointer-events: none;
}
.swiper .swiper-navigation {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-64px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .section__homenews .section__homenews-holder > * :not(:first-child) .card__article .card__description {
    display: none;
  }
  .section__homenews .section__homenews-holder > *:nth-child(2) .card__article .card__title {
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important; /* 136.364% */
    letter-spacing: -0.44px !important;
  }
  .section__homenews .section__homenews-holder > *:nth-child(3) .card__article .card__title {
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important; /* 150% */
    letter-spacing: -0.2px !important;
  }
}
@media (min-width: 768px) {
  .section__homeagenda .section__homeagenda-holder > *:nth-child(2) .card__article.card__event .tag {
    position: absolute !important;
    top: 20px;
    left: auto;
    right: 20px;
  }
  .section__homeagenda .section__homeagenda-holder > *:nth-child(2) .card__article.card__event .card__details {
    gap: 12px;
  }
  .section__homeagenda .section__homeagenda-holder > *:nth-child(2) .card__article.card__event .card__details .card__title {
    max-width: 65%;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 30px !important; /* 150% */
    letter-spacing: -0.2px !important;
  }
  .section__homeagenda .section__homeagenda-holder > *:nth-child(2) .card__article.card__event .card__details .card__bottom .metadata {
    flex-direction: row;
    gap: 32px;
  }
  .section__homeagenda .section__homeagenda-holder > *:nth-child(2) .card__article.card__event .card__details .card__bottom .metadata > div {
    gap: 32px !important;
  }
}
.section__homeagenda .section__homeagenda-holder > *:not(:first-child) a {
  flex: 1;
}
@media (max-width: 1199.98px) {
  .section__homeagenda .section__homeagenda-holder > *:not(:first-child) a:last-child {
    display: none;
  }
}
.section__homenewsletter .section__homenewsletter-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .section__homenewsletter .section__homenewsletter-logos {
    justify-content: center;
  }
}
.section__homenewsletter .section__homenewsletter-logos img {
  width: auto;
  mix-blend-mode: multiply;
}
.section__homenewsletter .section__homenewsletter-logos.top img {
  max-height: 140px;
}
@media (max-width: 1439.98px) {
  .section__homenewsletter .section__homenewsletter-logos.top img {
    max-height: 125px;
  }
}
@media (max-width: 1199.98px) {
  .section__homenewsletter .section__homenewsletter-logos.top img {
    max-height: 98px;
  }
}
@media (max-width: 991.98px) {
  .section__homenewsletter .section__homenewsletter-logos.top img {
    max-height: 92px;
  }
}
@media (max-width: 767.98px) {
  .section__homenewsletter .section__homenewsletter-logos.top img {
    max-height: 65px;
  }
}
@media (max-width: 575.98px) {
  .section__homenewsletter .section__homenewsletter-logos.top img {
    max-height: 42px;
  }
}
.section__homenewsletter .section__homenewsletter-logos.bottom img {
  max-height: 30px;
}
@media (max-width: 1439.98px) {
  .section__homenewsletter .section__homenewsletter-logos.bottom img {
    max-height: 27px;
  }
}
@media (max-width: 1199.98px) {
  .section__homenewsletter .section__homenewsletter-logos.bottom img {
    max-height: 21px;
  }
}
@media (max-width: 991.98px) {
  .section__homenewsletter .section__homenewsletter-logos.bottom img {
    max-height: 19px;
  }
}
@media (max-width: 767.98px) {
  .section__homenewsletter .section__homenewsletter-logos.bottom img {
    max-height: 13px;
  }
}
@media (max-width: 575.98px) {
  .section__homenewsletter .section__homenewsletter-logos.bottom img {
    max-height: 8px;
  }
}
.section__homenewsletter #newsletter-toggle-btn[aria-expanded=true] {
  display: none;
}
.section__homenewsletter #newsletter-toggle-btn[aria-expanded=true] + #newsletter-form {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.section__homenewsletter #newsletter-toggle-btn + #newsletter-form {
  display: none;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
}
/*# sourceMappingURL=index.css.map */