@charset "UTF-8";
@import url("/assets/@fortawesome/fontawesome-free/css/fontawesome-f2a33f7a.css");
@import url("/assets/@fortawesome/fontawesome-free/css/solid-5e622804.css");
@import url("/assets/@fortawesome/fontawesome-free/css/regular-e68835aa.css");
@import url("/assets/@fortawesome/fontawesome-free/css/brands-a8160ca6.css");
@import url("/assets/tom-select/dist/css/tom-select.bootstrap5-ab848e63.css");
/*!
 * Bootstrap  v5.3.8 (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: #0280f5;
  --bs-indigo: #24447f;
  --bs-purple: #ab47bc;
  --bs-pink: #f06292;
  --bs-red: #e45240;
  --bs-orange: #fa9f1b;
  --bs-yellow: #ffe405;
  --bs-green: #57a805;
  --bs-teal: #26a69a;
  --bs-cyan: #0db7f0;
  --bs-black: #1a1d21;
  --bs-white: #fff;
  --bs-gray: #cbd0d8;
  --bs-gray-dark: #92969c;
  --bs-gray-100: #f9fafc;
  --bs-gray-200: #f3f5f9;
  --bs-gray-300: #edf1f6;
  --bs-gray-400: #e7ecf3;
  --bs-gray-500: #e1e7f0;
  --bs-gray-600: #cbd0d8;
  --bs-gray-700: #b6bbc2;
  --bs-gray-800: #92969c;
  --bs-gray-900: #717478;
  --bs-primary: #25476a;
  --bs-secondary: #b6bbc2;
  --bs-success: #57a805;
  --bs-info: #0db7f0;
  --bs-warning: #fa9f1b;
  --bs-danger: #e45240;
  --bs-light: #e1e7f0;
  --bs-dark: #202427;
  --bs-primary-rgb: 36, 68, 127;
  --bs-secondary-rgb: 182, 187, 194;
  --bs-success-rgb: 87, 168, 5;
  --bs-info-rgb: 13, 183, 240;
  --bs-warning-rgb: 250, 159, 27;
  --bs-danger-rgb: 228, 82, 64;
  --bs-light-rgb: 225, 231, 240;
  --bs-dark-rgb: 32, 36, 39;
  --bs-primary-text-emphasis: #0e1b33;
  --bs-secondary-text-emphasis: #494b4e;
  --bs-success-text-emphasis: #234302;
  --bs-info-text-emphasis: #054960;
  --bs-warning-text-emphasis: #64400b;
  --bs-danger-text-emphasis: #5b211a;
  --bs-light-text-emphasis: #5a5c60;
  --bs-dark-text-emphasis: #0d0e10;
  --bs-primary-bg-subtle: #d3dae5;
  --bs-secondary-bg-subtle: #f0f1f3;
  --bs-success-bg-subtle: #ddeecd;
  --bs-info-bg-subtle: #cff1fc;
  --bs-warning-bg-subtle: #feecd1;
  --bs-danger-bg-subtle: #fadcd9;
  --bs-light-bg-subtle: #fcfdfe;
  --bs-dark-bg-subtle: #909293;
  --bs-primary-border-subtle: #a7b4cc;
  --bs-secondary-border-subtle: #e2e4e7;
  --bs-success-border-subtle: #bcdc9b;
  --bs-info-border-subtle: #9ee2f9;
  --bs-warning-border-subtle: #fdd9a4;
  --bs-danger-border-subtle: #f4bab3;
  --bs-light-border-subtle: #e3e8f1;
  --bs-dark-border-subtle: #6e7173;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 26, 29, 33;
  --bs-font-sans-serif: "Poppins", "Open Sans", 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.35), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.75rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #75868f;
  --bs-body-color-rgb: 117, 134, 143;
  --bs-body-bg: #edf1f6;
  --bs-body-bg-rgb: 237, 241, 246;
  --bs-emphasis-color: #1a1d21;
  --bs-emphasis-color-rgb: 26, 29, 33;
  --bs-secondary-color: rgba(117, 134, 143, 0.75);
  --bs-secondary-color-rgb: 117, 134, 143;
  --bs-secondary-bg: #e1e5ea;
  --bs-secondary-bg-rgb: 225, 229, 234;
  --bs-tertiary-color: rgba(117, 134, 143, 0.5);
  --bs-tertiary-color-rgb: 117, 134, 143;
  --bs-tertiary-bg: #d5d9dd;
  --bs-tertiary-bg-rgb: 213, 217, 221;
  --bs-heading-color: #202427;
  --bs-link-color: #0280f5;
  --bs-link-color-rgb: 2, 128, 245;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #41a0f8;
  --bs-link-hover-color-rgb: 65, 160, 248;
  --bs-code-color: #f06292;
  --bs-highlight-color: #3b4348;
  --bs-highlight-bg: lemonchiffon;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(26, 29, 33, 0.1);
  --bs-border-color-translucent: rgba(26, 29, 33, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 1rem 1rem -0.75rem rgba(var(--bs-box-shadow-color), var(--bs-box-shadow-alpha));
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-box-shadow-color), var(--bs-box-shadow-alpha-sm));
  --bs-box-shadow-lg: 0 0.1rem 0.25rem rgba(var(--bs-box-shadow-color), calc(var(--bs-box-shadow-alpha-lg) / 1.5)), 0 0.125rem 2rem rgba(var(--bs-box-shadow-color), var(--bs-box-shadow-alpha-lg));
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-box-shadow-color), var(--bs-box-shadow-alpha-inset));
  --bs-focus-ring-width: 0.2rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), 0.25);
  --bs-form-valid-color: #57a805;
  --bs-form-valid-border-color: #57a805;
  --bs-form-invalid-color: #e45240;
  --bs-form-invalid-border-color: #e45240;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #a6abb2;
  --bs-body-color-rgb: 166, 171, 178;
  --bs-body-bg: #23292f;
  --bs-body-bg-rgb: 35, 41, 47;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(166, 171, 178, 0.75);
  --bs-secondary-color-rgb: 166, 171, 178;
  --bs-secondary-bg: #2e3439;
  --bs-secondary-bg-rgb: 46, 52, 57;
  --bs-tertiary-color: rgba(166, 171, 178, 0.5);
  --bs-tertiary-color-rgb: 166, 171, 178;
  --bs-tertiary-bg: #3d4348;
  --bs-tertiary-bg-rgb: 61, 67, 72;
  --bs-primary-text-emphasis: #a5b2cb;
  --bs-secondary-text-emphasis: #e1e3e6;
  --bs-success-text-emphasis: #badb99;
  --bs-info-text-emphasis: #9ce1f9;
  --bs-warning-text-emphasis: #fdd8a2;
  --bs-danger-text-emphasis: #f4b8b1;
  --bs-light-text-emphasis: #f3f5f9;
  --bs-dark-text-emphasis: #a4a5a6;
  --bs-primary-bg-subtle: #616d85;
  --bs-secondary-bg-subtle: #7a7f85;
  --bs-success-bg-subtle: #73895d;
  --bs-info-bg-subtle: #668b97;
  --bs-warning-bg-subtle: #94836b;
  --bs-danger-bg-subtle: #93706c;
  --bs-light-bg-subtle: #687b97;
  --bs-dark-bg-subtle: #6d7478;
  --bs-primary-border-subtle: #616d85;
  --bs-secondary-border-subtle: #7a7f85;
  --bs-success-border-subtle: #73895d;
  --bs-info-border-subtle: #668b97;
  --bs-warning-border-subtle: #94836b;
  --bs-danger-border-subtle: #93706c;
  --bs-light-border-subtle: #687b97;
  --bs-dark-border-subtle: #6d7478;
  --bs-heading-color: #fff;
  --bs-link-color: #0280f5;
  --bs-link-hover-color: #41a0f8;
  --bs-link-color-rgb: 2, 128, 245;
  --bs-link-hover-color-rgb: 65, 160, 248;
  --bs-code-color: #f27aa2;
  --bs-highlight-color: #d3d5d9;
  --bs-highlight-bg: #665b02;
  --bs-border-color: #4f5154;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #9acb69;
  --bs-form-valid-border-color: #9acb69;
  --bs-form-invalid-color: #ef978c;
  --bs-form-invalid-border-color: #ef978c;
}

:root {
  --bs-component-bg: #fff;
  --bs-component-bg-rgb: 255, 255, 255;
  --bs-component-color: #414547;
  --bs-component-color-rgb: 65, 69, 71;
  --bs-component-hover-bg: #d5d9dd;
  --bs-component-hover-bg-rgb: 213, 217, 221;
  --bs-component-hover-color: #1a1d21;
  --bs-component-hover-color-rgb: 26, 29, 33;
  --bs-component-alt-bg: rgba(147, 147, 147, 0.5);
  --bs-component-alt-active-bg: rgba(27, 29, 33, 0.5);
  --bs-form-disabled-opacity: 0.5;
  --bs-box-shadow-color: 27, 23, 65;
  --bs-box-shadow-alpha: 0.25;
  --bs-box-shadow-alpha-xs: 0.075;
  --bs-box-shadow-alpha-sm: 0.125;
  --bs-box-shadow-alpha-lg: 0.25;
  --bs-box-shadow-alpha-inset: 0.1;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #456092;
}

:root .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1));
}

:root .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(91, 115, 159, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(91, 115, 159, var(--bs-link-underline-opacity, 1));
}

/* Dark Mode */
/* ---------------------------------------------- */
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-component-bg: #293038;
  --bs-component-bg-rgb: 41, 48, 56;
  --bs-component-color: #bfc4cc;
  --bs-component-color-rgb: 191, 196, 204;
  --bs-component-hover-bg: #3d4348;
  --bs-component-hover-bg-rgb: 61, 67, 72;
  --bs-component-hover-color: #fff;
  --bs-component-hover-color-rgb: 255, 255, 255;
  --bs-form-disabled-opacity: 0.3;
  --bs-box-shadow-color: 0, 0, 0;
  --bs-box-shadow-alpha: 0.25;
  --bs-box-shadow-alpha-xs: 0.175;
  --bs-box-shadow-alpha-sm: 0.225;
  --bs-box-shadow-alpha-lg: 0.4;
  --bs-box-shadow-alpha-inset: 0.5;
  --bs-link-color: #68b4f9;
  --bs-link-color-rgb: 104, 180, 249;
  --bs-link-hover-color: #8ec7fb;
  --bs-link-hover-color-rgb: 142, 199, 251;
  --bs-primary-text-emphasis: #bedfff;
}

[data-bs-theme=dark] .text-primary {
  color: rgba(104, 180, 249, var(--bs-text-opacity, 1)) !important;
  border-color: #68b4f9;
  top: 6.0226937395 px;
}

[data-bs-theme=dark] .link-primary {
  --bs-link-primary-color: rgba(104, 180, 249, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(104, 180, 249, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(142, 199, 251, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(142, 199, 251, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark] .btn-outline-primary {
  --bs-btn-color: #7598d8;
  --bs-btn-border-color: #7598d8;
}

[data-bs-theme=dark] .btn-outline-secondary {
  --bs-btn-border-color: #767a7e;
}

[data-bs-theme=dark] .btn-outline-light {
  --bs-btn-border-color: #4f5154;
}

[data-bs-theme=dark] .dropdown-menu {
  --bs-dropdown-bg: #2f363e;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(26, 29, 33, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}
h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
h3, .h3 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.3125rem;
  }
}
h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 0.9375rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 1em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 1em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* -- REBOOT -- */
/* ---------------------------------------------- */
a:where(.h1, .h2, .h3, .h4, .h5, .h6):hover {
  color: var(--bs-link-hover-color);
}

hr {
  border-color: var(--bs-border-color);
  opacity: 1;
}

a:hover:not(.btn):not(.btn-link) {
  text-decoration-thickness: 2px !important;
}

a.disabled, .nav-tabs .nav-item > a.nav-link:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none;
}

strong {
  color: var(--bs-emphasis-color);
}

::selection {
  color: var(--bs-primary-text-emphasis);
  background-color: var(--bs-primary-bg-subtle);
}

.highlight {
  margin-bottom: 2rem;
}

.highlight pre {
  padding: 1rem;
  border-radius: var(--bs-border-radius);
  margin-bottom: 0;
}

.lead {
  font-size: calc(var(--bs-body-font-size) * 1.25);
  font-weight: 400;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: var(--bs-body-font-size);
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #a5b1b8;
}

.blockquote-footer::before {
  content: "— ";
}

/* -- TYPOGRAPHY -- */
/* --------------------------------------------------------------------------------- */
/* Blockquote */
/* ---------------------------------------------- */
.blockquote {
  color: var(--bs-emphasis-color);
}

.blockquote .quote:before, .blockquote .quote:after {
  display: inline-block;
  content: "“";
  font-size: 350%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 0.25em;
  line-height: 1ex;
  vertical-align: middle;
  margin-inline-end: 2%;
  opacity: 0.55;
}

.blockquote .quote:after {
  content: "”";
  line-height: 1.7ex;
  margin-inline: 2% 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* -- IMAGES -- */
/* --------------------------------------------------------------------------------- */
.img-xs {
  width: 1.75rem;
  height: 1.75rem;
}

.img-sm {
  width: 2.25rem;
  height: 2.25rem;
}

.img-md {
  width: 4rem;
  height: 4rem;
}

.img-lg {
  width: 6rem;
  height: 6rem;
}

.img-xl {
  width: 8rem;
  height: 8rem;
}

.img-xxl {
  width: 16rem;
  height: 16rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1rem;
  --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: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .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: 1400px;
}

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-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-inline-start: 8.33333333%;
}

.offset-2 {
  margin-inline-start: 16.66666667%;
}

.offset-3 {
  margin-inline-start: 25%;
}

.offset-4 {
  margin-inline-start: 33.33333333%;
}

.offset-5 {
  margin-inline-start: 41.66666667%;
}

.offset-6 {
  margin-inline-start: 50%;
}

.offset-7 {
  margin-inline-start: 58.33333333%;
}

.offset-8 {
  margin-inline-start: 66.66666667%;
}

.offset-9 {
  margin-inline-start: 75%;
}

.offset-10 {
  margin-inline-start: 83.33333333%;
}

.offset-11 {
  margin-inline-start: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .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-inline-start: 0;
  }
  .offset-sm-1 {
    margin-inline-start: 8.33333333%;
  }
  .offset-sm-2 {
    margin-inline-start: 16.66666667%;
  }
  .offset-sm-3 {
    margin-inline-start: 25%;
  }
  .offset-sm-4 {
    margin-inline-start: 33.33333333%;
  }
  .offset-sm-5 {
    margin-inline-start: 41.66666667%;
  }
  .offset-sm-6 {
    margin-inline-start: 50%;
  }
  .offset-sm-7 {
    margin-inline-start: 58.33333333%;
  }
  .offset-sm-8 {
    margin-inline-start: 66.66666667%;
  }
  .offset-sm-9 {
    margin-inline-start: 75%;
  }
  .offset-sm-10 {
    margin-inline-start: 83.33333333%;
  }
  .offset-sm-11 {
    margin-inline-start: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .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-inline-start: 0;
  }
  .offset-md-1 {
    margin-inline-start: 8.33333333%;
  }
  .offset-md-2 {
    margin-inline-start: 16.66666667%;
  }
  .offset-md-3 {
    margin-inline-start: 25%;
  }
  .offset-md-4 {
    margin-inline-start: 33.33333333%;
  }
  .offset-md-5 {
    margin-inline-start: 41.66666667%;
  }
  .offset-md-6 {
    margin-inline-start: 50%;
  }
  .offset-md-7 {
    margin-inline-start: 58.33333333%;
  }
  .offset-md-8 {
    margin-inline-start: 66.66666667%;
  }
  .offset-md-9 {
    margin-inline-start: 75%;
  }
  .offset-md-10 {
    margin-inline-start: 83.33333333%;
  }
  .offset-md-11 {
    margin-inline-start: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .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-inline-start: 0;
  }
  .offset-lg-1 {
    margin-inline-start: 8.33333333%;
  }
  .offset-lg-2 {
    margin-inline-start: 16.66666667%;
  }
  .offset-lg-3 {
    margin-inline-start: 25%;
  }
  .offset-lg-4 {
    margin-inline-start: 33.33333333%;
  }
  .offset-lg-5 {
    margin-inline-start: 41.66666667%;
  }
  .offset-lg-6 {
    margin-inline-start: 50%;
  }
  .offset-lg-7 {
    margin-inline-start: 58.33333333%;
  }
  .offset-lg-8 {
    margin-inline-start: 66.66666667%;
  }
  .offset-lg-9 {
    margin-inline-start: 75%;
  }
  .offset-lg-10 {
    margin-inline-start: 83.33333333%;
  }
  .offset-lg-11 {
    margin-inline-start: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .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-inline-start: 0;
  }
  .offset-xl-1 {
    margin-inline-start: 8.33333333%;
  }
  .offset-xl-2 {
    margin-inline-start: 16.66666667%;
  }
  .offset-xl-3 {
    margin-inline-start: 25%;
  }
  .offset-xl-4 {
    margin-inline-start: 33.33333333%;
  }
  .offset-xl-5 {
    margin-inline-start: 41.66666667%;
  }
  .offset-xl-6 {
    margin-inline-start: 50%;
  }
  .offset-xl-7 {
    margin-inline-start: 58.33333333%;
  }
  .offset-xl-8 {
    margin-inline-start: 66.66666667%;
  }
  .offset-xl-9 {
    margin-inline-start: 75%;
  }
  .offset-xl-10 {
    margin-inline-start: 83.33333333%;
  }
  .offset-xl-11 {
    margin-inline-start: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .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-inline-start: 0;
  }
  .offset-xxl-1 {
    margin-inline-start: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-inline-start: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-inline-start: 25%;
  }
  .offset-xxl-4 {
    margin-inline-start: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-inline-start: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-inline-start: 50%;
  }
  .offset-xxl-7 {
    margin-inline-start: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-inline-start: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-inline-start: 75%;
  }
  .offset-xxl-10 {
    margin-inline-start: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-inline-start: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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: transparent;
  --bs-table-border-color: rgba(var(--bs-emphasis-color-rgb), 0.07);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.035);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-primary-rgb), 0.2);
  --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: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.75rem 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.5rem 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: #1a1d21;
  --bs-table-bg: #d3dae5;
  --bs-table-border-color: #c6cdd7;
  --bs-table-striped-bg: #cdd3de;
  --bs-table-striped-color: #1a1d21;
  --bs-table-active-bg: #aeb4be;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #c5ccd6;
  --bs-table-hover-color: #1a1d21;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #1a1d21;
  --bs-table-bg: #f0f1f3;
  --bs-table-border-color: #e1e2e4;
  --bs-table-striped-bg: #e9eaec;
  --bs-table-striped-color: #1a1d21;
  --bs-table-active-bg: #c5c7c9;
  --bs-table-active-color: #1a1d21;
  --bs-table-hover-bg: #e0e1e3;
  --bs-table-hover-color: #1a1d21;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #1a1d21;
  --bs-table-bg: #ddeecd;
  --bs-table-border-color: #cfdfc1;
  --bs-table-striped-bg: #d6e7c7;
  --bs-table-striped-color: #1a1d21;
  --bs-table-active-bg: #b6c4ab;
  --bs-table-active-color: #1a1d21;
  --bs-table-hover-bg: #cedec0;
  --bs-table-hover-color: #1a1d21;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #1a1d21;
  --bs-table-bg: #cff1fc;
  --bs-table-border-color: #c2e2ed;
  --bs-table-striped-bg: #c9eaf4;
  --bs-table-striped-color: #1a1d21;
  --bs-table-active-bg: #abc7d0;
  --bs-table-active-color: #1a1d21;
  --bs-table-hover-bg: #c1e1ec;
  --bs-table-hover-color: #1a1d21;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #1a1d21;
  --bs-table-bg: #feecd1;
  --bs-table-border-color: #eedec5;
  --bs-table-striped-bg: #f6e5cb;
  --bs-table-striped-color: #1a1d21;
  --bs-table-active-bg: #d0c3ae;
  --bs-table-active-color: #1a1d21;
  --bs-table-hover-bg: #eddcc4;
  --bs-table-hover-color: #1a1d21;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #1a1d21;
  --bs-table-bg: #fadcd9;
  --bs-table-border-color: #eacfcc;
  --bs-table-striped-bg: #f2d5d3;
  --bs-table-striped-color: #1a1d21;
  --bs-table-active-bg: #cdb6b4;
  --bs-table-active-color: #1a1d21;
  --bs-table-hover-bg: #e9cecb;
  --bs-table-hover-color: #1a1d21;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #1a1d21;
  --bs-table-bg: #e1e7f0;
  --bs-table-border-color: #d3d9e2;
  --bs-table-striped-bg: #dae0e9;
  --bs-table-striped-color: #1a1d21;
  --bs-table-active-bg: #b9bfc7;
  --bs-table-active-color: #1a1d21;
  --bs-table-hover-bg: #d2d8e0;
  --bs-table-hover-color: #1a1d21;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #202427;
  --bs-table-border-color: #303336;
  --bs-table-striped-bg: #282c2f;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #4d5052;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #313437;
  --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: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* -- TABLES -- */
/* --------------------------------------------------------------------------------- */
.table:not(.table-borderless):not(.table-bordered) > :not(:last-child) > :last-child > * {
  border-bottom-width: 2px;
}

.table-responsive {
  margin-inline: -1rem;
  padding-inline: 1rem;
}

.table-primary {
  --bs-table-bg: var(--bs-primary-bg-subtle);
}

.table-bordered {
  --bs-table-bordered-color: rgba(var(--bs-emphasis-color-rgb), 0.17);
  border-color: var(--bs-table-bordered-color);
}

.table-layout-fixed {
  table-layout: fixed;
}

.table tbody > .selected {
  box-shadow: inset 0 1px 2px rgba(var(--bs-box-shadow-color), var(--bs-box-shadow-alpha-inset));
}

.table tbody > .selected > td {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.table-spaced {
  --bs-table-spaced-spacing: 0.35rem;
  --bs-table-spaced-color: var(--bs-emphasis-color);
  --bs-table-spaced-bg: rgba(var(--bs-primary-rgb), 0.015);
  --bs-table-spaced-border-radius: var(--bs-border-radius);
  --bs-table-spaced-shadow: 0 0 0.125rem rgba(var(--bs-box-shadow-color), 0.075), 0 0.125rem 0.125rem rgba(var(--bs-box-shadow-color), var(--bs-box-shadow-alpha-xs));
  border-collapse: separate;
  border-spacing: 0 var(--bs-table-spaced-spacing);
  overflow: visible;
}

.table-spaced tr {
  border-radius: var(--bs-table-spaced-border-radius);
  box-shadow: var(--bs-table-spaced-shadow);
}

.table-spaced td, .table-spaced th {
  background-color: var(--bs-table-spaced-bg);
  color: var(--bs-table-spaced-color);
  border: 0;
}

.table-spaced td:first-child, .table-spaced th:first-child {
  border-top-left-radius: var(--bs-table-spaced-border-radius);
  border-bottom-left-radius: var(--bs-table-spaced-border-radius);
}

.table-spaced td:last-child, .table-spaced th:last-child {
  border-top-right-radius: var(--bs-table-spaced-border-radius);
  border-bottom-right-radius: var(--bs-table-spaced-border-radius);
}

.table-spaced.bg-transparent {
  --bs-table-spaced-bg: transparent !important;
}

.table-spaced.table-dark {
  --bs-table-spaced-bg: #202427;
  --bs-table-spaced-color: #fff;
}

/* -- TOOLBARS -- */
/* --------------------------------------------------------------------------------- */
.toolbar-start {
  margin-bottom: 0.75rem;
}

.toolbar-end {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}

.toolbar-end > :not(:first-child) {
  margin-inline-start: 0.625rem;
}

@media (min-width: 768px) {
  .toolbar {
    align-items: center;
    display: flex;
  }
  .toolbar-start {
    flex: 1 1 0;
    margin-bottom: 0;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  color: var(--bs-emphasis-color);
}

.col-form-label {
  padding-top: calc(0.55rem + var(--bs-border-width));
  padding-bottom: calc(0.55rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: var(--bs-emphasis-color);
}

.col-form-label-lg {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
  font-size: 0.9375rem;
}

.col-form-label-sm {
  padding-top: calc(0.45rem + var(--bs-border-width));
  padding-bottom: calc(0.45rem + var(--bs-border-width));
  font-size: 0.65625rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.55rem 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-emphasis-color);
  appearance: none;
  background-color: var(--bs-component-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-emphasis-color);
  background-color: var(--bs-component-bg);
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: inset 0 0 0 transparent, 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.55rem 1rem;
  margin: -0.55rem -1rem;
  margin-inline-end: 1rem;
  color: var(--bs-emphasis-color);
  background-color: rgba(var(--bs-tertiary-bg-rgb), 0.35);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.025s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.55rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.9rem + var(--bs-border-width) * 2);
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.45rem 0.95rem;
  margin: -0.45rem -0.95rem;
  margin-inline-end: 0.95rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.5rem + var(--bs-border-width) * 2);
  padding: 0.75rem 1.2rem;
  font-size: 0.9375rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.75rem 1.2rem;
  margin: -0.75rem -1.2rem;
  margin-inline-end: 1.2rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.1rem + var(--bs-border-width) * 2);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.9rem + var(--bs-border-width) * 2);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1.5rem + var(--bs-border-width) * 2);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.1rem + var(--bs-border-width) * 2);
  padding: 0.55rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.9rem + var(--bs-border-width) * 2);
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1.5rem + var(--bs-border-width) * 2);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2392969c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.55rem 2.5rem 0.55rem 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-emphasis-color);
  appearance: none;
  background-color: var(--bs-component-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: inset 0 0 0 transparent, 0 0 0.75rem 0 rgba(0, 0, 0, 0.15);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.form-select:disabled {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-emphasis-color);
}

.form-select-sm {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.95rem;
  font-size: 0.65625rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.2rem;
  font-size: 0.9375rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a6abb2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: calc(var(--bs-body-font-size) * var(--bs-body-line-height));
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-reverse {
  padding-right: 1.75em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.75em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-component-bg);
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
  transition: box-shadow 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.325em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0.25rem 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='var%28--bs-primary-color%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 1.35em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  width: 2.5em;
  margin-left: -1.35em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2.5em;
  transition: background-color 0.25s ease-in-out, background-position 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 1.35em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -1.35em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.45;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.25rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px var(--bs-component-bg), 0 0 1rem var(--bs-primary);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 2px var(--bs-component-bg), 0 0 1rem var(--bs-primary);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 0.85rem;
  height: 0.85rem;
  margin-top: -0.3rem;
  appearance: none;
  background-color: var(--bs-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0 0 3px var(--bs-component-bg), 0 0 0.75rem var(--bs-primary);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: var(--bs-form-range-thumb-active-bg);
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}

.form-range::-moz-range-thumb {
  width: 0.85rem;
  height: 0.85rem;
  appearance: none;
  background-color: var(--bs-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0 0 3px var(--bs-component-bg), 0 0 0.75rem var(--bs-primary);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: var(--bs-form-range-thumb-active-bg);
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: var(--bs-box-shadow-inset);
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-component-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > textarea:disabled ~ label::after {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.55rem 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-emphasis-color);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(var(--bs-tertiary-bg-rgb), 0.1);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 1.2rem;
  font-size: 0.9375rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3.5rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2357a805' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: inset 0 0 0 transparent, 0 0 0.25rem 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2357a805' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 5rem;
  background-position: right 1rem center, center right 2.5rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: inset 0 0 0 transparent, 0 0 0.25rem 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + 1.5em + 1.1rem);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0.25rem 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e45240'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e45240' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: inset 0 0 0 transparent, 0 0 0.25rem 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e45240'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e45240' stroke='none'/%3e%3c/svg%3e");
  padding-right: 5rem;
  background-position: right 1rem center, center right 2.5rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: inset 0 0 0 transparent, 0 0 0.25rem 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + 1.5em + 1.1rem);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0.25rem 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

/* -- FORMS -- */
/* --------------------------------------------------------------------------------- */
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-select ~ label:after {
  background-color: transparent;
}

.form-check-input:hover {
  cursor: pointer;
}

.form-check-input:not(:checked) {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.form-check-label:hover {
  cursor: pointer;
}

.form-control:disabled, .form-control-plaintext:disabled, .form-select:disabled {
  opacity: var(--bs-form-disabled-opacity);
}

.form-check-input:not(:checked):not(:indeterminate):disabled {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.form-switch {
  align-items: center;
  display: flex;
  margin: 0;
}

.form-switch .form-check-input {
  margin-top: 0;
  height: 1.35em;
}

.form-switch .form-check-input:hover, .form-switch .form-check-input + .form-check-label:hover {
  cursor: pointer;
}

.form-switch .form-check-input:not(:checked) {
  background-color: var(--bs-tertiary-color);
  border-color: var(--bs-tertiary-color);
}

.form-range {
  --bs-form-range-thumb-active-bg: #1f3a6c;
}

.range-bubble {
  background: var(--bs-primary);
  border-radius: var(--bs-border-radius);
  color: var(--bs-primary-color);
  inset-inline-start: 50%;
  padding: 0.5rem 0.75rem;
  position: absolute;
  transform: translateX(-50%) translateY(calc(-100% - 10px));
}

.range-bubble::after {
  content: "";
  position: absolute;
  inset-block-start: auto;
  inset-inline-end: auto;
  inset-block-end: -4px;
  inset-inline-start: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--bs-primary) transparent transparent transparent;
}

.form-check.form-check-alt .form-check-input {
  background-color: var(--bs-component-alt-bg);
  border-color: var(--bs-component-alt-bg);
}

.form-check.form-check-alt .form-check-input:checked {
  background-color: var(--bs-component-alt-active-bg);
  border-color: var(--bs-component-alt-active-bg);
}

.input-group > .input-group-text:first-child {
  border-inline-end-width: 0;
}

.input-group > .input-group-text:last-child {
  border-inline-start-width: 0;
}

.input-group > .input-group-text:not(:first-child):not(:last-child) {
  border-inline-start-width: 0;
  border-inline-end-width: 0;
}

.input-group > .input-group-text:first-child + .input-group-text {
  border-inline-start-width: var(--bs-border-width);
}

.input-group > .input-group-text + .input-group-text:last-child {
  border-inline-start-width: var(--bs-border-width);
}

/* -- INPUT GROUP -- */
/* --------------------------------------------------------------------------------- */
.input-group-text.disabled, .nav-tabs .nav-item > .input-group-text.nav-link:disabled {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
  opacity: var(--bs-form-disabled-opacity);
  background-clip: padding-box;
  user-select: none;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.55rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: var(--bs-body-font-size);
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(26, 29, 33, 0.075);
  --bs-btn-disabled-opacity: 0.45;
  --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.025s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled, .nav-tabs .nav-item > .btn.nav-link:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #24447f;
  --bs-btn-border-color: #24447f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1f3a6c;
  --bs-btn-hover-border-color: #1d3666;
  --bs-btn-focus-shadow-rgb: 69, 96, 146;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #193059;
  --bs-btn-active-border-color: #1b335f;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #24447f;
  --bs-btn-disabled-border-color: #24447f;
}

.btn-secondary {
  --bs-btn-color: #1a1d21;
  --bs-btn-bg: #b6bbc2;
  --bs-btn-border-color: #b6bbc2;
  --bs-btn-hover-color: #1a1d21;
  --bs-btn-hover-bg: #c1c5cb;
  --bs-btn-hover-border-color: #bdc2c8;
  --bs-btn-focus-shadow-rgb: 159, 163, 170;
  --bs-btn-active-color: #1a1d21;
  --bs-btn-active-bg: #c5c9ce;
  --bs-btn-active-border-color: #bdc2c8;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #1a1d21;
  --bs-btn-disabled-bg: #b6bbc2;
  --bs-btn-disabled-border-color: #b6bbc2;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #57a805;
  --bs-btn-border-color: #57a805;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a8f04;
  --bs-btn-hover-border-color: #468604;
  --bs-btn-focus-shadow-rgb: 112, 181, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d7604;
  --bs-btn-active-border-color: #417e04;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #57a805;
  --bs-btn-disabled-border-color: #57a805;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0db7f0;
  --bs-btn-border-color: #0db7f0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b9ccc;
  --bs-btn-hover-border-color: #0a92c0;
  --bs-btn-focus-shadow-rgb: 49, 194, 242;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0980a8;
  --bs-btn-active-border-color: #0a89b4;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0db7f0;
  --bs-btn-disabled-border-color: #0db7f0;
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fa9f1b;
  --bs-btn-border-color: #fa9f1b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d58717;
  --bs-btn-hover-border-color: #c87f16;
  --bs-btn-focus-shadow-rgb: 251, 173, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #af6f13;
  --bs-btn-active-border-color: #bc7714;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fa9f1b;
  --bs-btn-disabled-border-color: #fa9f1b;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e45240;
  --bs-btn-border-color: #e45240;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c24636;
  --bs-btn-hover-border-color: #b64233;
  --bs-btn-focus-shadow-rgb: 232, 108, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a0392d;
  --bs-btn-active-border-color: #ab3e30;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e45240;
  --bs-btn-disabled-border-color: #e45240;
}

.btn-light {
  --bs-btn-color: #1a1d21;
  --bs-btn-bg: #e1e7f0;
  --bs-btn-border-color: #e1e7f0;
  --bs-btn-hover-color: #1a1d21;
  --bs-btn-hover-bg: #bfc4cc;
  --bs-btn-hover-border-color: #b4b9c0;
  --bs-btn-focus-shadow-rgb: 195, 201, 209;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9ea2a8;
  --bs-btn-active-border-color: #a9adb4;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #1a1d21;
  --bs-btn-disabled-bg: #e1e7f0;
  --bs-btn-disabled-border-color: #e1e7f0;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #202427;
  --bs-btn-border-color: #202427;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #414547;
  --bs-btn-hover-border-color: #363a3d;
  --bs-btn-focus-shadow-rgb: 65, 69, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5052;
  --bs-btn-active-border-color: #363a3d;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #202427;
  --bs-btn-disabled-border-color: #202427;
}

.btn-outline-primary {
  --bs-btn-color: #24447f;
  --bs-btn-border-color: #24447f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #24447f;
  --bs-btn-hover-border-color: #24447f;
  --bs-btn-focus-shadow-rgb: 36, 68, 127;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #24447f;
  --bs-btn-active-border-color: #24447f;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #24447f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #24447f;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #b6bbc2;
  --bs-btn-border-color: #b6bbc2;
  --bs-btn-hover-color: #1a1d21;
  --bs-btn-hover-bg: #b6bbc2;
  --bs-btn-hover-border-color: #b6bbc2;
  --bs-btn-focus-shadow-rgb: 182, 187, 194;
  --bs-btn-active-color: #1a1d21;
  --bs-btn-active-bg: #b6bbc2;
  --bs-btn-active-border-color: #b6bbc2;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #b6bbc2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b6bbc2;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #57a805;
  --bs-btn-border-color: #57a805;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #57a805;
  --bs-btn-hover-border-color: #57a805;
  --bs-btn-focus-shadow-rgb: 87, 168, 5;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #57a805;
  --bs-btn-active-border-color: #57a805;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #57a805;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #57a805;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0db7f0;
  --bs-btn-border-color: #0db7f0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0db7f0;
  --bs-btn-hover-border-color: #0db7f0;
  --bs-btn-focus-shadow-rgb: 13, 183, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0db7f0;
  --bs-btn-active-border-color: #0db7f0;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #0db7f0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0db7f0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #fa9f1b;
  --bs-btn-border-color: #fa9f1b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fa9f1b;
  --bs-btn-hover-border-color: #fa9f1b;
  --bs-btn-focus-shadow-rgb: 250, 159, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fa9f1b;
  --bs-btn-active-border-color: #fa9f1b;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fa9f1b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fa9f1b;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #e45240;
  --bs-btn-border-color: #e45240;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e45240;
  --bs-btn-hover-border-color: #e45240;
  --bs-btn-focus-shadow-rgb: 228, 82, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e45240;
  --bs-btn-active-border-color: #e45240;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #e45240;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e45240;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #e1e7f0;
  --bs-btn-border-color: #e1e7f0;
  --bs-btn-hover-color: #1a1d21;
  --bs-btn-hover-bg: #e1e7f0;
  --bs-btn-hover-border-color: #e1e7f0;
  --bs-btn-focus-shadow-rgb: 225, 231, 240;
  --bs-btn-active-color: #1a1d21;
  --bs-btn-active-bg: #e1e7f0;
  --bs-btn-active-border-color: #e1e7f0;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #e1e7f0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e1e7f0;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #202427;
  --bs-btn-border-color: #202427;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #202427;
  --bs-btn-hover-border-color: #202427;
  --bs-btn-focus-shadow-rgb: 32, 36, 39;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #202427;
  --bs-btn-active-border-color: #202427;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #202427;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #202427;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #cbd0d8;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 40, 147, 247;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.45rem;
  --bs-btn-padding-x: 0.95rem;
  --bs-btn-font-size: 0.65625rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* -- BUTTONS -- */
/* --------------------------------------------------------------------------------- */
.btn {
  box-shadow: none;
}

.btn-primary {
  box-shadow: 0 0 0 var(--bs-primary-rgb), 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(var(--bs-primary-rgb), 0.5), 0 0.25rem 1rem rgba(var(--bs-primary-rgb), 0.5);
}

.btn-primary:active {
  box-shadow: 0 0 0.5rem rgba(var(--bs-primary-rgb), 1), 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-primary:focus, .btn-primary:active:focus {
  box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 1), 0 0 0.7rem 0.25rem rgba(var(--bs-primary-rgb), 0.4) !important;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--bs-primary-rgb), 0.5);
}

.btn-secondary {
  box-shadow: 0 0 0 #b6bbc2, 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-secondary:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(182, 187, 194, 0.5), 0 0.25rem 1rem rgba(182, 187, 194, 0.5);
}

.btn-secondary:active {
  box-shadow: 0 0 0.5rem #b6bbc2, 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-secondary:focus, .btn-secondary:active:focus {
  box-shadow: 0 0 0 1px #b6bbc2, 0 0 0.7rem 0.25rem rgba(182, 187, 194, 0.4) !important;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.1rem rgba(182, 187, 194, 0.5);
}

.btn-success {
  box-shadow: 0 0 0 #57a805, 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-success:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(87, 168, 5, 0.5), 0 0.25rem 1rem rgba(87, 168, 5, 0.5);
}

.btn-success:active {
  box-shadow: 0 0 0.5rem #57a805, 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-success:focus, .btn-success:active:focus {
  box-shadow: 0 0 0 1px #57a805, 0 0 0.7rem 0.25rem rgba(87, 168, 5, 0.4) !important;
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 168, 5, 0.5);
}

.btn-info {
  box-shadow: 0 0 0 #0db7f0, 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-info:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(13, 183, 240, 0.5), 0 0.25rem 1rem rgba(13, 183, 240, 0.5);
}

.btn-info:active {
  box-shadow: 0 0 0.5rem #0db7f0, 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-info:focus, .btn-info:active:focus {
  box-shadow: 0 0 0 1px #0db7f0, 0 0 0.7rem 0.25rem rgba(13, 183, 240, 0.4) !important;
}

.btn-outline-info:focus {
  box-shadow: 0 0 0 0.1rem rgba(13, 183, 240, 0.5);
}

.btn-warning {
  box-shadow: 0 0 0 #fa9f1b, 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-warning:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(250, 159, 27, 0.5), 0 0.25rem 1rem rgba(250, 159, 27, 0.5);
}

.btn-warning:active {
  box-shadow: 0 0 0.5rem #fa9f1b, 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-warning:focus, .btn-warning:active:focus {
  box-shadow: 0 0 0 1px #fa9f1b, 0 0 0.7rem 0.25rem rgba(250, 159, 27, 0.4) !important;
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.1rem rgba(250, 159, 27, 0.5);
}

.btn-danger {
  box-shadow: 0 0 0 #e45240, 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-danger:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(228, 82, 64, 0.5), 0 0.25rem 1rem rgba(228, 82, 64, 0.5);
}

.btn-danger:active {
  box-shadow: 0 0 0.5rem #e45240, 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-danger:focus, .btn-danger:active:focus {
  box-shadow: 0 0 0 1px #e45240, 0 0 0.7rem 0.25rem rgba(228, 82, 64, 0.4) !important;
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.1rem rgba(228, 82, 64, 0.5);
}

.btn-light {
  box-shadow: 0 0 0 #e1e7f0, 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-light:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(225, 231, 240, 0.5), 0 0.25rem 1rem rgba(225, 231, 240, 0.5);
}

.btn-light:active {
  box-shadow: 0 0 0.5rem #e1e7f0, 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-light:focus, .btn-light:active:focus {
  box-shadow: 0 0 0 1px #e1e7f0, 0 0 0.7rem 0.25rem rgba(225, 231, 240, 0.4) !important;
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 0.1rem rgba(225, 231, 240, 0.5);
}

.btn-dark {
  box-shadow: 0 0 0 #202427, 0 0 0 rgba(26, 29, 33, 0.25);
}

.btn-dark:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(32, 36, 39, 0.5), 0 0.25rem 1rem rgba(32, 36, 39, 0.5);
}

.btn-dark:active {
  box-shadow: 0 0 0.5rem #202427, 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn-dark:focus, .btn-dark:active:focus {
  box-shadow: 0 0 0 1px #202427, 0 0 0.7rem 0.25rem rgba(32, 36, 39, 0.4) !important;
}

.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.1rem rgba(32, 36, 39, 0.5);
}

.btn-primary {
  --bs-btn-color: var(--bs-primary-color);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary-color);
  --bs-btn-hover-bg: var(--bs-btn-primary-hover-bg);
  --bs-btn-hover-border-color: var(--bs-btn-primary-hover-bg);
  --bs-btn-active-color: var(--bs-primary-color);
  --bs-btn-active-bg: var(--bs-btn-primary-active-bg);
  --bs-btn-active-border-color: var(--bs-btn-primary-active-bg);
  --bs-btn-disabled-color: var(--bs-primary-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-bg);
  --bs-btn-primary-hover-bg: #1f3a6c;
  --bs-btn-primary-active-bg: #193059;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary-color);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-color: var(--bs-primary-color);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn.bg-transparent:hover, .btn.bg-transparent:active, .btn.bg-transparent:focus {
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-active-color: var(--bs-body-color);
}

.btn-xs {
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.35rem;
  --bs-btn-font-size: 0.65625rem;
  --bs-btn-border-radius: 0.25rem;
}

.btn i, .btn .icon {
  user-select: none;
  pointer-events: none;
}

.btn[aria-pressed=true] .icon-active {
  display: unset;
}

.btn[aria-pressed=true] .icon-inactive {
  display: none;
}

.btn[aria-pressed=false] .icon-active {
  display: none;
}

.btn[aria-pressed=false] .icon-inactive {
  display: unset;
}

.btn-outline-secondary {
  --bs-btn-color: var( --bs-light-text-emphasis);
}

.btn-outline-light, .btn-outline-light:disabled, .btn-outline-light.disabled, .nav-tabs .nav-item > .btn-outline-light.nav-link:disabled {
  color: var(--bs-light-text-emphasis);
  border-color: var(--bs-btn-border-color);
}

.btn-outline-dark, .btn-outline-dark:disabled, .btn-outline-dark.disabled, .nav-tabs .nav-item > .btn-outline-dark.nav-link:disabled {
  color: var(--bs-dark-text-emphasis);
}

.btn-icon {
  align-items: center;
  box-sizing: content-box;
  display: inline-flex;
  height: calc(var(--bs-btn-padding-y) * 2 + var(--bs-btn-line-height) * 1em);
  justify-content: center;
  padding: 0;
  width: calc(var(--bs-btn-padding-y) * 2 + var(--bs-btn-line-height) * 1em);
}

.btn-icon.dropdown-toggle-split {
  padding: 0;
}

.btn-link {
  transition-duration: 0s;
}

.btn.bg-transparent:not(.shadow-none):hover {
  box-shadow: none;
}

.btn.bg-transparent:not(.shadow-none):active {
  box-shadow: 0 0 0.75rem rgba(26, 29, 33, 0.2) !important;
}

.btn.bg-transparent:not(.shadow-none):focus {
  box-shadow: 0 0 0.7rem rgba(26, 29, 33, 0.2) !important;
}

.btn-link {
  transition-property: color, background-color;
  box-shadow: none;
  border-radius: 0;
  color: var(--bs-link-color);
  text-decoration: none !important;
}

.btn-link.text-decoration-underline {
  text-decoration: underline dotted !important;
  text-underline-offset: 3px;
}

.btn-link:where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: var(--bs-emphasis-color);
}

.btn-link:focus {
  box-shadow: 0 1px 0 0 !important;
}

.btn-link:hover, .btn-link:active {
  box-shadow: 0 2px 0 0 !important;
}

.btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):hover, .btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):active, .btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):focus {
  color: var(--bs-primary);
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active) {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active):not(.text-inherit):not([class*=bg-]) {
  color: var(--bs-headings-color);
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active).text-inherit, .btn-hover:not(:hover):not(:focus):not(:active):not(.active)[class*=bg-] {
  color: inherit !important;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.3em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-inline-start: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0.5rem;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: inherit;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-component-bg);
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - 0);
  --bs-dropdown-divider-bg: var(--bs-border-color);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow-lg);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-link-hover-color);
  --bs-dropdown-link-hover-bg: rgba(var(--bs-body-bg-rgb), 0.75);
  --bs-dropdown-link-active-color: var(--bs-primary-color);
  --bs-dropdown-link-active-bg: var(--bs-primary);
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 0.5rem;
  --bs-dropdown-item-padding-y: 0.4rem;
  --bs-dropdown-header-color: #cbd0d8;
  --bs-dropdown-header-padding-x: 0.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.3em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.4em solid;
  border-left: 0.4em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-inline-start: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.3em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.4em solid transparent;
  border-inline-end: 0;
  border-bottom: 0.4em solid transparent;
  border-inline-start: 0.4em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-inline-start: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.3em;
  vertical-align: 0.2em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-end: 0.3em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0.4em solid transparent;
  border-inline-end: 0.4em solid;
  border-bottom: 0.4em solid transparent;
  border-inline-start: 0;
}

.dropstart .dropdown-toggle:empty::after {
  margin-inline-start: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .nav-tabs .nav-item > .dropdown-item.nav-link:disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.65625rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #edf1f6;
  --bs-dropdown-bg: #202427;
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #edf1f6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: var(--bs-primary-color);
  --bs-dropdown-link-active-bg: var(--bs-primary);
  --bs-dropdown-link-disabled-color: #e1e7f0;
  --bs-dropdown-header-color: #e1e7f0;
}

/* -- DROPDOWN -- */
/* --------------------------------------------------------------------------------- */
.dropdown-toggle.hide-arrow::after {
  display: none;
}

.dropdown-menu {
  text-align: start;
  display: block;
  margin-bottom: 2rem;
  margin-top: 2rem;
  opacity: 0;
  pointer-events: none;
  top: 0;
  touch-action: none;
  transition-timing-function: ease;
  transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  visibility: hidden;
}

.dropdown-menu.show {
  box-shadow: var(--bs-box-shadow-lg);
  margin: 0 !important;
  opacity: 1;
  pointer-events: visible;
  touch-action: auto;
  transition-timing-function: ease;
  transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s;
  visibility: visible;
}

.dropdown-menu .dropdown-item-text, .dropdown-menu .dropdown-item {
  margin-bottom: 0.15rem;
}

.dropdown-menu[data-popper-placement*=top-] {
  top: auto !important;
}

.dropend > .dropdown-menu, .dropstart > .dropdown-menu {
  margin-bottom: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 0;
}

.dropdown-menu .dropdown-divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: transparent;
}

.dropdown-block-header {
  margin: -0.5rem -0.5rem;
  border-start-start-radius: var(--bs-border-radius);
  border-start-end-radius: var(--bs-border-radius);
}

.mega-dropdown {
  max-width: 100vw;
  width: max-content;
}

@media (min-width: 992px) {
  .mega-dropdown {
    max-width: 75vw;
  }
}
.dropdown-item {
  border-radius: min(var(--bs-border-radius) / 2, 0.45rem);
}

.dropdown-menu[data-bs-popper], .mst {
  top: 100% !important;
}

.mot {
  top: auto !important;
  bottom: 0 !important;
}

.mol {
  left: auto !important;
  right: 0 !important;
}

.dropdown-menu-end {
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-sm-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-md-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-lg-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-xl-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-xxl-end {
    left: auto !important;
    right: 0 !important;
  }
}
.navbar.nav-underline .nav-item.dropdown .dropdown-toggle {
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 0;
}

.navbar-slidedown .dropdown-menu, .navbar-nav .dropdown-menu {
  margin: 0;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  transition: max-height 1s;
  visibility: visible;
}

.navbar-slidedown .dropdown-menu.show, .navbar-nav .dropdown-menu.show {
  max-height: 500px;
}

.navbar-slidedown .dropdown-menu > *, .navbar-nav .dropdown-menu > * {
  margin: 0.5rem 0.5rem;
}

@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    padding: 0.5rem 0.5rem;
    transition-timing-function: ease;
    transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  }
  .navbar-expand-sm .dropdown-menu.show {
    margin: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .navbar-expand-sm .dropdown-menu > * {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    padding: 0.5rem 0.5rem;
    transition-timing-function: ease;
    transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  }
  .navbar-expand-md .dropdown-menu.show {
    margin: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .navbar-expand-md .dropdown-menu > * {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    padding: 0.5rem 0.5rem;
    transition-timing-function: ease;
    transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  }
  .navbar-expand-lg .dropdown-menu.show {
    margin: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .navbar-expand-lg .dropdown-menu > * {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    padding: 0.5rem 0.5rem;
    transition-timing-function: ease;
    transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  }
  .navbar-expand-xl .dropdown-menu.show {
    margin: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .navbar-expand-xl .dropdown-menu > * {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .dropdown-menu {
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    padding: 0.5rem 0.5rem;
    transition-timing-function: ease;
    transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  }
  .navbar-expand-xxl .dropdown-menu.show {
    margin: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .navbar-expand-xxl .dropdown-menu > * {
    margin: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.7125rem;
  padding-left: 0.7125rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

/* -- BUTTON GROUP -- */
/* --------------------------------------------------------------------------------- */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: auto;
  margin-inline-start: calc(var(--bs-border-width) * -1);
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-inline-start: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-inline-end: 0;
}

.nav {
  --bs-nav-link-padding-x: 1.25rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: var(--bs-body-font-size);
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: rgba(var(--bs-secondary-color-rgb), 0.5);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0.25rem 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.nav-link.disabled, .nav-tabs .nav-item > .nav-link:disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-component-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color-translucent);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-start-start-radius: var(--bs-nav-tabs-border-radius);
  border-start-end-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: var(--bs-primary-color);
  --bs-nav-pills-link-active-bg: var(--bs-primary);
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 0.0625rem;
  --bs-nav-underline-border-width: 0.1875rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

/* -- NAVS -- */
/* --------------------------------------------------------------------------------- */
.nav {
  padding-inline-start: 0;
}

.nav.flex-column {
  flex-wrap: nowrap;
}

.nav:not(.nav-pills) .nav-link.active {
  font-weight: 700;
}

.nav:not(.nav-pills) .nav-link i,
.nav:not(.nav-pills) .nav-link .nav-icon {
  opacity: 0.5;
}

.nav-tabs .nav-link {
  align-items: center;
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.05);
  border-bottom: 0;
  color: var(--bs-body-color);
  display: flex;
  margin-right: 1px;
  min-height: 2.5rem;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-item > .nav-link:disabled, .nav-tabs .nav-link:disabled {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.05);
  opacity: 0.5;
}

.nav-tabs .nav-link:hover:not(.disabled):not(.active) {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  margin-top: 2rem;
}

.nav-pills .nav-link {
  color: var(--bs-body-color);
}

.nav-pills .nav-link.disabled, .nav-pills .nav-tabs .nav-item > .nav-link:disabled, .nav-tabs .nav-pills .nav-item > .nav-link:disabled, .nav-pills .nav-link:disabled {
  opacity: 0.5;
}

.nav-pills .nav-link:hover:not(.disabled):not(.active) {
  color: var(--bs-heading-color);
}

.tab-base .nav-tabs,
.tab-base .nav-tabs .nav-link {
  border: 0;
}

.tab-base .tab-content {
  background-color: var(--bs-component-bg);
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  padding: 1.25rem;
}

.tab-base .nav-underline {
  background-color: var(--bs-component-bg);
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  padding-top: 0.5rem;
}

.tab-base .nav-underline .nav-link {
  border-radius: 0;
}

.tab-base .nav-underline ~ .tab-content {
  border-top-right-radius: 0;
}

.tab-base .nav-tabs.justify-content-end ~ .tab-content {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: 0;
}

.tab-base.tab-vertical {
  align-items: flex-start;
  display: flex;
}

.tab-base.tab-vertical .nav-item,
.tab-base.tab-vertical .nav-link {
  width: 100%;
}

.tab-base.tab-vertical .nav-tabs .nav-link {
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 2px;
}

.tab-base.tab-vertical .nav-pills ~ .tab-content {
  border-radius: var(--bs-border-radius);
}

.nav-component .nav-link:not(.active):not(:focus):not(:hover):not(:active) {
  color: inherit;
}

.nav-underline .show > .dropdown-toggle {
  font-weight: normal !important;
  color: var(--bs-nav-underline-link-active-color) !important;
}

.nav-underline .nav-link:focus:not(.active):not(.disabled) {
  border-bottom-color: transparent;
  transition: border-bottom-color 1s ease-in-out;
}

@media (max-width: 991.98px) {
  .navbar-nav.nav-underline .nav-link {
    border-bottom: 0 !important;
  }
  .navbar-nav.nav-underline .dropdown .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    margin-inline-start: 0.25rem !important;
    padding-inline-start: 0.5rem;
    border-inline-start: 1px dashed;
  }
  .navbar-nav.nav-underline .dropdown .dropdown-menu .dropdown-divider {
    display: none;
  }
  .navbar-nav.nav-underline .dropdown .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .navbar-nav.nav-underline .dropdown .dropdown-item {
    font-weight: normal;
    border-radius: 0;
    border-bottom-color: transparent;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav.nav-underline .dropdown .dropdown-item:focus {
    border-bottom-color: currentColor;
  }
}
@media (min-width: 992px) {
  .navbar-nav.nav-underline .dropdown .dropdown-toggle {
    border-bottom-color: transparent;
  }
  .navbar-nav.nav-underline .dropdown .dropdown-item {
    font-weight: normal;
    border-bottom-color: transparent;
    margin-bottom: 0.15rem;
  }
  .navbar-nav.nav-underline .dropdown .dropdown-item.active, .navbar-nav.nav-underline .dropdown .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
  }
  .navbar-nav.nav-underline .dropdown .dropdown-divider {
    margin: var(--bs-dropdown-divider-margin-y);
    background-color: transparent;
  }
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.546875rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 0.9375rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 0.9375rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28117, 134, 143, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.2rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: var(--bs-body-font-size);
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  box-shadow: none;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.25rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.75rem;
  --bs-card-title-color: var(--bs-heading-color);
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: var(--bs-box-shadow);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.9375rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: rgba(var(--bs-component-bg-rgb), 0.03);
  --bs-card-cap-color: var(--bs-heading-color);
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-component-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}

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

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

.card > .list-group:first-child {
  border-top-width: 0;
  border-start-start-radius: var(--bs-card-inner-border-radius);
  border-start-end-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-end-end-radius: var(--bs-card-inner-border-radius);
  border-end-start-radius: var(--bs-card-inner-border-radius);
}

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

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-start-start-radius: var(--bs-card-inner-border-radius);
  border-start-end-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-end-end-radius: var(--bs-card-inner-border-radius);
  border-end-start-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
/* -- CARDS -- */
/* --------------------------------------------------------------------------------- */
.card {
  box-shadow: var(--bs-box-shadow);
}

.card:not([class*=border-]) {
  border: 0;
}

.card-header {
  min-height: 3.3rem;
}

.card[class*=bg-] .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

.card[class*=bg-] :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}

.card-header-tabs {
  margin-top: -1px;
}

.card .toolbar-end .nav-pills {
  transform: translateY(25%);
  margin-top: calc(var(--bs-card-cap-padding-y) * -1);
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

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

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* -- BREADCRUMBS -- */
/* --------------------------------------------------------------------------------- */
.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item {
  padding-inline-start: var(--bs-breadcrumb-item-padding-x);
  padding-inline-end: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-inline-end: var(--bs-breadcrumb-item-padding-x);
  padding-inline-start: 0;
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.breadcrumb-item > a {
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-item > a:hover {
  text-decoration: none;
  text-decoration: none;
  box-shadow: 0 2px;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-component-bg);
  --bs-accordion-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.025s ease-in-out, border-radius 0.35s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: var(--bs-border-radius);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 0.75rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2375868f' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 0.75rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230e1b33' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 0.75rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: rgba(var(--bs-body-color-rgb), 0.075);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.75rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-start-start-radius: var(--bs-accordion-border-radius);
  border-start-end-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-start-start-radius: var(--bs-accordion-inner-border-radius);
  border-start-end-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-end-end-radius: var(--bs-accordion-border-radius);
  border-end-start-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-end-end-radius: var(--bs-accordion-inner-border-radius);
  border-end-start-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-end-end-radius: var(--bs-accordion-border-radius);
  border-end-start-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a5b2cb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a5b2cb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

/* -- ACCORDION -- */
/* --------------------------------------------------------------------------------- */
.accordion-button {
  gap: 1em;
}

.accordion-button:after {
  margin-inline-start: auto;
  margin-left: unset;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: var(--bs-body-font-size);
  --bs-pagination-color: var(--bs-emphasis-color);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-primary-color);
  --bs-pagination-hover-bg: #203d72;
  --bs-pagination-hover-border-color: var(--bs-primary);
  --bs-pagination-focus-color: var(--bs-primary-color);
  --bs-pagination-focus-bg: var(--bs-primary);
  --bs-pagination-focus-box-shadow: 0 0 0 1px rgba(var(--bs-component-bg-rgb), 0.5), 0 0 0.35rem 0.2rem rgba(var(--bs-primary-rgb), 0.4);
  --bs-pagination-active-color: var(--bs-primary-color);
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .nav-tabs .nav-item > .page-link.nav-link:disabled, .disabled > .page-link, .nav-tabs .nav-item > .nav-link:disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-start-start-radius: var(--bs-pagination-border-radius);
  border-end-start-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-start-end-radius: var(--bs-pagination-border-radius);
  border-end-end-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 0.9375rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.65625rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* -- PAGINATION -- */
/* --------------------------------------------------------------------------------- */
.page-link {
  position: relative;
  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;
  z-index: 1;
}

.page-link:hover {
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-primary);
  box-shadow: 0 0.1rem 0.5rem rgba(var(--bs-primary-rgb), 0.5), 0 0.25rem 1rem rgba(26, 29, 33, 0.2);
  color: var(--bs-pagination-hover-color);
  z-index: 5;
}

.page-link:focus {
  background-color: var(--bs-pagination-focus-bg);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 1px rgba(var(--bs-component-bg-rgb), 0.5), 0 0 0.35rem 0.2rem rgba(var(--bs-primary-rgb), 0.4) !important;
  color: var(--bs-pagination-focus-color);
  z-index: 5;
}

.page-link:active, .active > .page-link {
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0.5rem rgba(var(--bs-primary-rgb), 0.5), 0 0 0.25rem rgba(26, 29, 33, 0.05) !important;
  color: var(--bs-pagination-active-color);
  z-index: 5;
}

.disabled > .page-link, .nav-tabs .nav-item > .nav-link:disabled > .page-link {
  opacity: 0.5;
}

.badge {
  --bs-badge-padding-x: 1em;
  --bs-badge-padding-y: 0.5em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

/* -- BADGES -- */
/* ---------------------------------------------- */
.badge-super {
  position: absolute !important;
  inset-block-start: 0.15rem;
  inset-inline-end: auto;
  inset-block-end: auto;
  inset-inline-start: 100%;
  transform: translate(max(-0.625rem, -50%), -50%);
  z-index: 1;
}

.badge-count {
  height: 1.5ex;
  min-width: 1.5ex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

/* -- ALERTS -- */
/* --------------------------------------------------------------------------------- */
.alert-callout {
  --bs-alert-callout-border-width: 0.25rem;
  --bs-alert-callout-border-radius: 0;
  border-radius: var(--bs-alert-callout-border-radius);
  border-inline-start: var(--bs-alert-callout-border-width) solid var(--bs-alert-callout-border-color, var(--bs-gray-300));
}

.alert-primary.alert-callout {
  --bs-alert-callout-border-color: var(--bs-primary-border-subtle);
}

.alert-secondary.alert-callout {
  --bs-alert-callout-border-color: var(--bs-secondary-border-subtle);
}

.alert-success.alert-callout {
  --bs-alert-callout-border-color: var(--bs-success-border-subtle);
}

.alert-info.alert-callout {
  --bs-alert-callout-border-color: var(--bs-info-border-subtle);
}

.alert-warning.alert-callout {
  --bs-alert-callout-border-color: var(--bs-warning-border-subtle);
}

.alert-danger.alert-callout {
  --bs-alert-callout-border-color: var(--bs-danger-border-subtle);
}

.alert-light.alert-callout {
  --bs-alert-callout-border-color: var(--bs-light-border-subtle);
}

.alert-dark.alert-callout {
  --bs-alert-callout-border-color: var(--bs-dark-border-subtle);
}

.alert-link {
  border-bottom: 1px dotted;
  text-decoration: none;
}

.alert-link:hover {
  box-shadow: 0 2px;
}

.alert-link:focus {
  box-shadow: 0 1px;
}

[data-bs-theme=dark] .alert-link:hover {
  color: var(--bs-alert-link-hover-color);
}

[data-bs-theme=dark] .alert .btn-close {
  filter: none;
}

[data-bs-theme=dark] .alert-primary {
  --bs-alert-bg: #687ec5;
  --bs-alert-color: #242c45;
  --bs-alert-link-color: #222a41;
}

[data-bs-theme=dark] .alert-primary.alert-callout {
  --bs-alert-callout-border-color: #9dabd9;
}

[data-bs-theme=dark] .alert-secondary {
  --bs-alert-bg: #b2b4b8;
  --bs-alert-color: #3e3f40;
  --bs-alert-link-color: #3b3b3d;
}

[data-bs-theme=dark] .alert-secondary.alert-callout {
  --bs-alert-callout-border-color: #cdced1;
}

[data-bs-theme=dark] .alert-success {
  --bs-alert-bg: #8cc568;
  --bs-alert-color: #314524;
  --bs-alert-link-color: #2e4122;
}

[data-bs-theme=dark] .alert-success.alert-callout {
  --bs-alert-callout-border-color: #b4d99d;
}

[data-bs-theme=dark] .alert-info {
  --bs-alert-bg: #6aa2c3;
  --bs-alert-color: #253944;
  --bs-alert-link-color: #233540;
}

[data-bs-theme=dark] .alert-info.alert-callout {
  --bs-alert-callout-border-color: #9ec3d8;
}

[data-bs-theme=dark] .alert-warning {
  --bs-alert-bg: #c3a96a;
  --bs-alert-color: #443b25;
  --bs-alert-link-color: #403823;
}

[data-bs-theme=dark] .alert-warning.alert-callout {
  --bs-alert-callout-border-color: #d8c79e;
}

[data-bs-theme=dark] .alert-danger {
  --bs-alert-bg: #c47e69;
  --bs-alert-color: #452c25;
  --bs-alert-link-color: #412a23;
}

[data-bs-theme=dark] .alert-danger.alert-callout {
  --bs-alert-callout-border-color: #d9ab9e;
}

[data-bs-theme=dark] .alert-light {
  --bs-alert-bg: #a0acca;
  --bs-alert-color: #383c47;
  --bs-alert-link-color: #353943;
}

[data-bs-theme=dark] .alert-light.alert-callout {
  --bs-alert-callout-border-color: #c1c9dd;
}

[data-bs-theme=dark] .alert-dark {
  --bs-alert-bg: #91969c;
  --bs-alert-color: #333537;
  --bs-alert-link-color: #303233;
}

[data-bs-theme=dark] .alert-dark.alert-callout {
  --bs-alert-callout-border-color: #b8bbbf;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 0.5rem;
  --bs-progress-font-size: calc(var(--bs-body-font-size) * 0.75);
  --bs-progress-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: var(--bs-primary);
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
/* -- PROGRESS -- */
/* --------------------------------------------------------------------------------- */
.progress-bar:last-child {
  border-start-end-radius: var(--bs-border-radius);
  border-end-end-radius: var(--bs-border-radius);
}

.progress-xs {
  height: 0.0625rem;
}

.progress-sm {
  height: 0.125rem;
}

.progress-md {
  height: 0.25rem;
}

.progress-lg {
  height: 1rem;
}

.progress-xl {
  height: 1.25rem;
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-link-hover-color);
  --bs-list-group-action-hover-bg: rgba(var(--bs-body-bg-rgb), 0.5);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: rgba(var(--bs-secondary-color-rgb), 0.5);
  --bs-list-group-disabled-bg: transparent;
  --bs-list-group-active-color: var(--bs-primary-color);
  --bs-list-group-active-bg: var(--bs-primary);
  --bs-list-group-active-border-color: var(--bs-primary);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}

.list-group-item:last-child {
  border-end-end-radius: inherit;
  border-end-start-radius: inherit;
}

.list-group-item.disabled, .nav-tabs .nav-item > .list-group-item.nav-link:disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-end-start-radius: var(--bs-list-group-border-radius);
  border-start-end-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-start-end-radius: var(--bs-list-group-border-radius);
  border-end-start-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-end-start-radius: var(--bs-list-group-border-radius);
    border-start-end-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-start-end-radius: var(--bs-list-group-border-radius);
    border-end-start-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-end-start-radius: var(--bs-list-group-border-radius);
    border-start-end-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-start-end-radius: var(--bs-list-group-border-radius);
    border-end-start-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-end-start-radius: var(--bs-list-group-border-radius);
    border-start-end-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-start-end-radius: var(--bs-list-group-border-radius);
    border-end-start-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-end-start-radius: var(--bs-list-group-border-radius);
    border-start-end-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-start-end-radius: var(--bs-list-group-border-radius);
    border-end-start-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-end-start-radius: var(--bs-list-group-border-radius);
    border-start-end-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-start-end-radius: var(--bs-list-group-border-radius);
    border-end-start-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* -- LIST GROUP -- */
/* --------------------------------------------------------------------------------- */
.list-group {
  padding: 0;
}

.list-group-item.active {
  font-weight: bold;
}

.list-group-item.active :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}

.list-group-item.active :where(p, span, small, .small, div) {
  font-weight: normal;
}

.list-group-borderless > .list-group-item {
  border: 0;
}

.list-group-borderless > .list-group-item-action {
  border-radius: var(--bs-border-radius);
}

.btn-close {
  --bs-btn-close-color: #1a1d21;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1d21'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.95;
  --bs-btn-close-focus-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.75em 0.75em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled, .btn-close.disabled, .nav-tabs .nav-item > .btn-close.nav-link:disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: var(--bs-component-bg);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: transparent;
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow-lg);
  --bs-toast-header-color: var(--bs-heading-color);
  --bs-toast-header-bg: var(--bs-component-bg);
  --bs-toast-header-border-color: var(--bs-border-color);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-start-start-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-start-end-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.25rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-component-bg);
  --bs-modal-border-color: transparent;
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1.25rem;
  --bs-modal-header-padding-y: 1.25rem;
  --bs-modal-header-padding: 1.25rem 1.25rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out, opacity 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #1a1d21;
  --bs-backdrop-opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-start-start-radius: var(--bs-modal-inner-border-radius);
  border-start-end-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-end-end-radius: var(--bs-modal-inner-border-radius);
  border-end-start-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/* -- MODAL -- */
/* --------------------------------------------------------------------------------- */
.modal.zoom .modal-dialog, .modal.zoom.show .modal-dialog {
  transition: transform 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .modal.zoom .modal-dialog, .modal.zoom.show .modal-dialog {
    transition: none;
  }
}
.modal.zoom .modal-dialog {
  transform: scale(0.7);
}

.modal.zoom.show .modal-dialog {
  transform: none;
}

.modal-wide-content {
  margin-inline-start: calc(var(--bs-modal-padding) * -1);
  margin-inline-end: calc(var(--bs-modal-padding) * -1);
  padding: var(--bs-modal-padding);
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.75rem;
  --bs-tooltip-padding-y: 0.5rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.65625rem;
  --bs-tooltip-color: var(--bs-white);
  --bs-tooltip-bg: var(--bs-black);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.65625rem;
  --bs-popover-bg: var(--bs-component-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-component-bg);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow-lg);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: var(--bs-body-font-size);
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: rgba(26, 29, 33, 0.03);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-start-start-radius: var(--bs-popover-inner-border-radius);
  border-start-end-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #1a1d21;
  --bs-carousel-caption-color: #1a1d21;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #1a1d21;
  --bs-carousel-caption-color: #1a1d21;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 25rem;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.25rem;
  --bs-offcanvas-padding-y: 0.75rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-component-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.35s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1a1d21;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.75;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* -- OFFCANVAS -- */
/* --------------------------------------------------------------------------------- */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-x) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
}

.offcanvas.offcanvas-body-sm {
  width: 13.75rem;
}

.offcanvas.offcanvas-body-md {
  width: 18.75rem;
}

.offcanvas.offcanvas-body-lg {
  width: 31.25rem;
}

.offcanvas.offcanvas-body-xl {
  width: 43.75rem;
}

.offcanvas.offcanvas-fsv {
  min-width: 100vw;
  min-height: 100vh;
}

@media (max-width: 575.98px) {
  .offcanvas.offcanvas-fsv-sm-down {
    min-width: 100vw;
    min-height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .offcanvas.offcanvas-fsv-md-down {
    min-width: 100vw;
    min-height: 100vh;
  }
}
@media (max-width: 991.98px) {
  .offcanvas.offcanvas-fsv-lg-down {
    min-width: 100vw;
    min-height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas.offcanvas-fsv-xl-down {
    min-width: 100vw;
    min-height: 100vh;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas.offcanvas-fsv-xxl-down {
    min-width: 100vw;
    min-height: 100vh;
  }
}
.offcanvas-top-modal {
  z-index: 1065;
}

.offcanvas-top-modal + .offcanvas-backdrop {
  z-index: 1064;
}

.offcanvas-wide-content {
  margin-inline-start: calc(var(--bs-offcanvas-padding-x) * -1);
  margin-inline-end: calc(var(--bs-offcanvas-padding-x) * -1);
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #1a1d21 55%, rgba(0, 0, 0, 0.8) 75%, #1a1d21 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.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: #1a1d21 !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: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #fff !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: #1a1d21 !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(27, 51, 95, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(27, 51, 95, 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(200, 204, 209, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(200, 204, 209, 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(65, 126, 4, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(65, 126, 4, 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(10, 137, 180, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 137, 180, 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(188, 119, 20, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(188, 119, 20, 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(171, 62, 48, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(171, 62, 48, 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(233, 237, 244, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(233, 237, 244, 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(24, 27, 29, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(24, 27, 29, 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: 1400px) {
  .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;
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

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

.text-truncate {
  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;
}

/* -- COLORS -- */
/* --------------------------------------------------------------------------------- */
.text-bg-primary {
  color: var(--bs-primary-color) !important;
}

.bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 230, 253, var(--bs-bg-opacity)) !important;
}

.text-blue-100 {
  --bs-text-opacity: 1;
  color: rgba(204, 230, 253, var(--bs-text-opacity)) !important;
}

.bg-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(154, 204, 251, var(--bs-bg-opacity)) !important;
}

.text-blue-200 {
  --bs-text-opacity: 1;
  color: rgba(154, 204, 251, var(--bs-text-opacity)) !important;
}

.bg-blue-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(103, 179, 249, var(--bs-bg-opacity)) !important;
}

.text-blue-300 {
  --bs-text-opacity: 1;
  color: rgba(103, 179, 249, var(--bs-text-opacity)) !important;
}

.bg-blue-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(53, 153, 247, var(--bs-bg-opacity)) !important;
}

.text-blue-400 {
  --bs-text-opacity: 1;
  color: rgba(53, 153, 247, var(--bs-text-opacity)) !important;
}

.bg-blue-500, .bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(2, 128, 245, var(--bs-bg-opacity)) !important;
}

.text-blue-500, .text-blue {
  --bs-text-opacity: 1;
  color: rgba(2, 128, 245, var(--bs-text-opacity)) !important;
}

.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(2, 102, 196, var(--bs-bg-opacity)) !important;
}

.text-blue-600 {
  --bs-text-opacity: 1;
  color: rgba(2, 102, 196, var(--bs-text-opacity)) !important;
}

.bg-blue-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(1, 77, 147, var(--bs-bg-opacity)) !important;
}

.text-blue-700 {
  --bs-text-opacity: 1;
  color: rgba(1, 77, 147, var(--bs-text-opacity)) !important;
}

.bg-blue-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(1, 51, 98, var(--bs-bg-opacity)) !important;
}

.text-blue-800 {
  --bs-text-opacity: 1;
  color: rgba(1, 51, 98, var(--bs-text-opacity)) !important;
}

.bg-blue-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 26, 49, var(--bs-bg-opacity)) !important;
}

.text-blue-900 {
  --bs-text-opacity: 1;
  color: rgba(0, 26, 49, var(--bs-text-opacity)) !important;
}

.bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(211, 218, 229, var(--bs-bg-opacity)) !important;
}

.text-indigo-100 {
  --bs-text-opacity: 1;
  color: rgba(211, 218, 229, var(--bs-text-opacity)) !important;
}

.bg-indigo-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(167, 180, 204, var(--bs-bg-opacity)) !important;
}

.text-indigo-200 {
  --bs-text-opacity: 1;
  color: rgba(167, 180, 204, var(--bs-text-opacity)) !important;
}

.bg-indigo-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(124, 143, 178, var(--bs-bg-opacity)) !important;
}

.text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgba(124, 143, 178, var(--bs-text-opacity)) !important;
}

.bg-indigo-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(80, 105, 153, var(--bs-bg-opacity)) !important;
}

.text-indigo-400 {
  --bs-text-opacity: 1;
  color: rgba(80, 105, 153, var(--bs-text-opacity)) !important;
}

.bg-indigo-500, .bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(36, 68, 127, var(--bs-bg-opacity)) !important;
}

.text-indigo-500, .text-indigo {
  --bs-text-opacity: 1;
  color: rgba(36, 68, 127, var(--bs-text-opacity)) !important;
}

.bg-indigo-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(29, 54, 102, var(--bs-bg-opacity)) !important;
}

.text-indigo-600 {
  --bs-text-opacity: 1;
  color: rgba(29, 54, 102, var(--bs-text-opacity)) !important;
}

.bg-indigo-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(22, 41, 76, var(--bs-bg-opacity)) !important;
}

.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgba(22, 41, 76, var(--bs-text-opacity)) !important;
}

.bg-indigo-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(14, 27, 51, var(--bs-bg-opacity)) !important;
}

.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgba(14, 27, 51, var(--bs-text-opacity)) !important;
}

.bg-indigo-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(7, 14, 25, var(--bs-bg-opacity)) !important;
}

.text-indigo-900 {
  --bs-text-opacity: 1;
  color: rgba(7, 14, 25, var(--bs-text-opacity)) !important;
}

.bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(238, 218, 242, var(--bs-bg-opacity)) !important;
}

.text-purple-100 {
  --bs-text-opacity: 1;
  color: rgba(238, 218, 242, var(--bs-text-opacity)) !important;
}

.bg-purple-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 181, 228, var(--bs-bg-opacity)) !important;
}

.text-purple-200 {
  --bs-text-opacity: 1;
  color: rgba(221, 181, 228, var(--bs-text-opacity)) !important;
}

.bg-purple-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 145, 215, var(--bs-bg-opacity)) !important;
}

.text-purple-300 {
  --bs-text-opacity: 1;
  color: rgba(205, 145, 215, var(--bs-text-opacity)) !important;
}

.bg-purple-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(188, 108, 201, var(--bs-bg-opacity)) !important;
}

.text-purple-400 {
  --bs-text-opacity: 1;
  color: rgba(188, 108, 201, var(--bs-text-opacity)) !important;
}

.bg-purple-500, .bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(171, 71, 188, var(--bs-bg-opacity)) !important;
}

.text-purple-500, .text-purple {
  --bs-text-opacity: 1;
  color: rgba(171, 71, 188, var(--bs-text-opacity)) !important;
}

.bg-purple-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(137, 57, 150, var(--bs-bg-opacity)) !important;
}

.text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(137, 57, 150, var(--bs-text-opacity)) !important;
}

.bg-purple-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(103, 43, 113, var(--bs-bg-opacity)) !important;
}

.text-purple-700 {
  --bs-text-opacity: 1;
  color: rgba(103, 43, 113, var(--bs-text-opacity)) !important;
}

.bg-purple-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(68, 28, 75, var(--bs-bg-opacity)) !important;
}

.text-purple-800 {
  --bs-text-opacity: 1;
  color: rgba(68, 28, 75, var(--bs-text-opacity)) !important;
}

.bg-purple-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(34, 14, 38, var(--bs-bg-opacity)) !important;
}

.text-purple-900 {
  --bs-text-opacity: 1;
  color: rgba(34, 14, 38, var(--bs-text-opacity)) !important;
}

.bg-pink-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 224, 233, var(--bs-bg-opacity)) !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: rgba(252, 224, 233, var(--bs-text-opacity)) !important;
}

.bg-pink-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 192, 211, var(--bs-bg-opacity)) !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: rgba(249, 192, 211, var(--bs-text-opacity)) !important;
}

.bg-pink-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(246, 161, 190, var(--bs-bg-opacity)) !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: rgba(246, 161, 190, var(--bs-text-opacity)) !important;
}

.bg-pink-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(243, 129, 168, var(--bs-bg-opacity)) !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: rgba(243, 129, 168, var(--bs-text-opacity)) !important;
}

.bg-pink-500, .bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(240, 98, 146, var(--bs-bg-opacity)) !important;
}

.text-pink-500, .text-pink {
  --bs-text-opacity: 1;
  color: rgba(240, 98, 146, var(--bs-text-opacity)) !important;
}

.bg-pink-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(192, 78, 117, var(--bs-bg-opacity)) !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: rgba(192, 78, 117, var(--bs-text-opacity)) !important;
}

.bg-pink-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(144, 59, 88, var(--bs-bg-opacity)) !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: rgba(144, 59, 88, var(--bs-text-opacity)) !important;
}

.bg-pink-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(96, 39, 58, var(--bs-bg-opacity)) !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: rgba(96, 39, 58, var(--bs-text-opacity)) !important;
}

.bg-pink-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 20, 29, var(--bs-bg-opacity)) !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: rgba(48, 20, 29, var(--bs-text-opacity)) !important;
}

.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 220, 217, var(--bs-bg-opacity)) !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: rgba(250, 220, 217, var(--bs-text-opacity)) !important;
}

.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(244, 186, 179, var(--bs-bg-opacity)) !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: rgba(244, 186, 179, var(--bs-text-opacity)) !important;
}

.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(239, 151, 140, var(--bs-bg-opacity)) !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: rgba(239, 151, 140, var(--bs-text-opacity)) !important;
}

.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(233, 117, 102, var(--bs-bg-opacity)) !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: rgba(233, 117, 102, var(--bs-text-opacity)) !important;
}

.bg-red-500, .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(228, 82, 64, var(--bs-bg-opacity)) !important;
}

.text-red-500, .text-red {
  --bs-text-opacity: 1;
  color: rgba(228, 82, 64, var(--bs-text-opacity)) !important;
}

.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(182, 66, 51, var(--bs-bg-opacity)) !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: rgba(182, 66, 51, var(--bs-text-opacity)) !important;
}

.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(137, 49, 38, var(--bs-bg-opacity)) !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: rgba(137, 49, 38, var(--bs-text-opacity)) !important;
}

.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(91, 33, 26, var(--bs-bg-opacity)) !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: rgba(91, 33, 26, var(--bs-text-opacity)) !important;
}

.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(46, 16, 13, var(--bs-bg-opacity)) !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: rgba(46, 16, 13, var(--bs-text-opacity)) !important;
}

.bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(254, 236, 209, var(--bs-bg-opacity)) !important;
}

.text-orange-100 {
  --bs-text-opacity: 1;
  color: rgba(254, 236, 209, var(--bs-text-opacity)) !important;
}

.bg-orange-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 217, 164, var(--bs-bg-opacity)) !important;
}

.text-orange-200 {
  --bs-text-opacity: 1;
  color: rgba(253, 217, 164, var(--bs-text-opacity)) !important;
}

.bg-orange-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 197, 118, var(--bs-bg-opacity)) !important;
}

.text-orange-300 {
  --bs-text-opacity: 1;
  color: rgba(252, 197, 118, var(--bs-text-opacity)) !important;
}

.bg-orange-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 178, 73, var(--bs-bg-opacity)) !important;
}

.text-orange-400 {
  --bs-text-opacity: 1;
  color: rgba(251, 178, 73, var(--bs-text-opacity)) !important;
}

.bg-orange-500, .bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 159, 27, var(--bs-bg-opacity)) !important;
}

.text-orange-500, .text-orange {
  --bs-text-opacity: 1;
  color: rgba(250, 159, 27, var(--bs-text-opacity)) !important;
}

.bg-orange-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(200, 127, 22, var(--bs-bg-opacity)) !important;
}

.text-orange-600 {
  --bs-text-opacity: 1;
  color: rgba(200, 127, 22, var(--bs-text-opacity)) !important;
}

.bg-orange-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(150, 95, 16, var(--bs-bg-opacity)) !important;
}

.text-orange-700 {
  --bs-text-opacity: 1;
  color: rgba(150, 95, 16, var(--bs-text-opacity)) !important;
}

.bg-orange-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(100, 64, 11, var(--bs-bg-opacity)) !important;
}

.text-orange-800 {
  --bs-text-opacity: 1;
  color: rgba(100, 64, 11, var(--bs-text-opacity)) !important;
}

.bg-orange-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(50, 32, 5, var(--bs-bg-opacity)) !important;
}

.text-orange-900 {
  --bs-text-opacity: 1;
  color: rgba(50, 32, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 250, 205, var(--bs-bg-opacity)) !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 250, 205, var(--bs-text-opacity)) !important;
}

.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 244, 155, var(--bs-bg-opacity)) !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 244, 155, var(--bs-text-opacity)) !important;
}

.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 239, 105, var(--bs-bg-opacity)) !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 239, 105, var(--bs-text-opacity)) !important;
}

.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 233, 55, var(--bs-bg-opacity)) !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 233, 55, var(--bs-text-opacity)) !important;
}

.bg-yellow-500, .bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 228, 5, var(--bs-bg-opacity)) !important;
}

.text-yellow-500, .text-yellow {
  --bs-text-opacity: 1;
  color: rgba(255, 228, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 182, 4, var(--bs-bg-opacity)) !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 182, 4, var(--bs-text-opacity)) !important;
}

.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 137, 3, var(--bs-bg-opacity)) !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 137, 3, var(--bs-text-opacity)) !important;
}

.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 91, 2, var(--bs-bg-opacity)) !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 91, 2, var(--bs-text-opacity)) !important;
}

.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 46, 1, var(--bs-bg-opacity)) !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 46, 1, var(--bs-text-opacity)) !important;
}

.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 238, 205, var(--bs-bg-opacity)) !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: rgba(221, 238, 205, var(--bs-text-opacity)) !important;
}

.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(188, 220, 155, var(--bs-bg-opacity)) !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: rgba(188, 220, 155, var(--bs-text-opacity)) !important;
}

.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(154, 203, 105, var(--bs-bg-opacity)) !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: rgba(154, 203, 105, var(--bs-text-opacity)) !important;
}

.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(121, 185, 55, var(--bs-bg-opacity)) !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: rgba(121, 185, 55, var(--bs-text-opacity)) !important;
}

.bg-green-500, .bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(87, 168, 5, var(--bs-bg-opacity)) !important;
}

.text-green-500, .text-green {
  --bs-text-opacity: 1;
  color: rgba(87, 168, 5, var(--bs-text-opacity)) !important;
}

.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(70, 134, 4, var(--bs-bg-opacity)) !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: rgba(70, 134, 4, var(--bs-text-opacity)) !important;
}

.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(52, 101, 3, var(--bs-bg-opacity)) !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: rgba(52, 101, 3, var(--bs-text-opacity)) !important;
}

.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(35, 67, 2, var(--bs-bg-opacity)) !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: rgba(35, 67, 2, var(--bs-text-opacity)) !important;
}

.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(17, 34, 1, var(--bs-bg-opacity)) !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: rgba(17, 34, 1, var(--bs-text-opacity)) !important;
}

.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(212, 237, 235, var(--bs-bg-opacity)) !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgba(212, 237, 235, var(--bs-text-opacity)) !important;
}

.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(168, 219, 215, var(--bs-bg-opacity)) !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgba(168, 219, 215, var(--bs-text-opacity)) !important;
}

.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(125, 202, 194, var(--bs-bg-opacity)) !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgba(125, 202, 194, var(--bs-text-opacity)) !important;
}

.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(81, 184, 174, var(--bs-bg-opacity)) !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgba(81, 184, 174, var(--bs-text-opacity)) !important;
}

.bg-teal-500, .bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 166, 154, var(--bs-bg-opacity)) !important;
}

.text-teal-500, .text-teal {
  --bs-text-opacity: 1;
  color: rgba(38, 166, 154, var(--bs-text-opacity)) !important;
}

.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(30, 133, 123, var(--bs-bg-opacity)) !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgba(30, 133, 123, var(--bs-text-opacity)) !important;
}

.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(23, 100, 92, var(--bs-bg-opacity)) !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgba(23, 100, 92, var(--bs-text-opacity)) !important;
}

.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(15, 66, 62, var(--bs-bg-opacity)) !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgba(15, 66, 62, var(--bs-text-opacity)) !important;
}

.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(8, 33, 31, var(--bs-bg-opacity)) !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgba(8, 33, 31, var(--bs-text-opacity)) !important;
}

.bg-cyan-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(207, 241, 252, var(--bs-bg-opacity)) !important;
}

.text-cyan-100 {
  --bs-text-opacity: 1;
  color: rgba(207, 241, 252, var(--bs-text-opacity)) !important;
}

.bg-cyan-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(158, 226, 249, var(--bs-bg-opacity)) !important;
}

.text-cyan-200 {
  --bs-text-opacity: 1;
  color: rgba(158, 226, 249, var(--bs-text-opacity)) !important;
}

.bg-cyan-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(110, 212, 246, var(--bs-bg-opacity)) !important;
}

.text-cyan-300 {
  --bs-text-opacity: 1;
  color: rgba(110, 212, 246, var(--bs-text-opacity)) !important;
}

.bg-cyan-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(61, 197, 243, var(--bs-bg-opacity)) !important;
}

.text-cyan-400 {
  --bs-text-opacity: 1;
  color: rgba(61, 197, 243, var(--bs-text-opacity)) !important;
}

.bg-cyan-500, .bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(13, 183, 240, var(--bs-bg-opacity)) !important;
}

.text-cyan-500, .text-cyan {
  --bs-text-opacity: 1;
  color: rgba(13, 183, 240, var(--bs-text-opacity)) !important;
}

.bg-cyan-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(10, 146, 192, var(--bs-bg-opacity)) !important;
}

.text-cyan-600 {
  --bs-text-opacity: 1;
  color: rgba(10, 146, 192, var(--bs-text-opacity)) !important;
}

.bg-cyan-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(8, 110, 144, var(--bs-bg-opacity)) !important;
}

.text-cyan-700 {
  --bs-text-opacity: 1;
  color: rgba(8, 110, 144, var(--bs-text-opacity)) !important;
}

.bg-cyan-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(5, 73, 96, var(--bs-bg-opacity)) !important;
}

.text-cyan-800 {
  --bs-text-opacity: 1;
  color: rgba(5, 73, 96, var(--bs-text-opacity)) !important;
}

.bg-cyan-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(3, 37, 48, var(--bs-bg-opacity)) !important;
}

.text-cyan-900 {
  --bs-text-opacity: 1;
  color: rgba(3, 37, 48, var(--bs-text-opacity)) !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--bs-bg-opacity)) !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(249, 250, 252, var(--bs-text-opacity)) !important;
}

.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(243, 245, 249, var(--bs-bg-opacity)) !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(243, 245, 249, var(--bs-text-opacity)) !important;
}

.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(237, 241, 246, var(--bs-bg-opacity)) !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(237, 241, 246, var(--bs-text-opacity)) !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(231, 236, 243, var(--bs-bg-opacity)) !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(231, 236, 243, var(--bs-text-opacity)) !important;
}

.bg-gray-500, .bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(225, 231, 240, var(--bs-bg-opacity)) !important;
}

.text-gray-500, .text-gray {
  --bs-text-opacity: 1;
  color: rgba(225, 231, 240, var(--bs-text-opacity)) !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(203, 208, 216, var(--bs-bg-opacity)) !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(203, 208, 216, var(--bs-text-opacity)) !important;
}

.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(182, 187, 194, var(--bs-bg-opacity)) !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(182, 187, 194, var(--bs-text-opacity)) !important;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(146, 150, 156, var(--bs-bg-opacity)) !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(146, 150, 156, var(--bs-text-opacity)) !important;
}

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(113, 116, 120, var(--bs-bg-opacity)) !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(113, 116, 120, var(--bs-text-opacity)) !important;
}

/* -- COLORED LINKS -- */
/* --------------------------------------------------------------------------------- */
.link-primary {
  color: var(--bs-link-primary-color) !important;
  text-decoration-color: var(--bs-link-primary-underline-color) !important;
}

.link-primary:hover, .link-primary:focus {
  color: var(--bs-link-primary-hover-color) !important;
  text-decoration-color: var(--bs-link-primary-underline-hover-color) !important;
}

.link-secondary:hover, .link-secondary:focus {
  color: RGBA(200, 204, 209, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(200, 204, 209, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover, .link-success:focus {
  color: RGBA(129, 190, 68, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(129, 190, 68, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover, .link-info:focus {
  color: RGBA(74, 201, 244, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(74, 201, 244, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
  color: RGBA(251, 183, 84, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 183, 84, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
  color: RGBA(235, 125, 112, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(235, 125, 112, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover, .link-light:focus {
  color: RGBA(233, 237, 244, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(233, 237, 244, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
  color: RGBA(88, 91, 93, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(88, 91, 93, var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-hover:hover {
  text-decoration: underline !important;
}

.link-hover-underline-dotted {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.375em !important;
}

.link-hover-underline-dotted:hover {
  color: var(--bs-primary);
  text-decoration: underline dotted !important;
}

.link-hover-underline-dotted:focus, .link-hover-underline-dotted:active {
  color: var(--bs-primary);
  text-decoration: underline !important;
}

.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: inline-start !important;
}

.float-end {
  float: inline-end !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-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

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

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

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

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

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

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !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-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-inline-end: 0 !important;
}

.me-1 {
  margin-inline-end: 0.25rem !important;
}

.me-2 {
  margin-inline-end: 0.5rem !important;
}

.me-3 {
  margin-inline-end: 1rem !important;
}

.me-4 {
  margin-inline-end: 1.5rem !important;
}

.me-5 {
  margin-inline-end: 3rem !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-inline-start: 0 !important;
}

.ms-1 {
  margin-inline-start: 0.25rem !important;
}

.ms-2 {
  margin-inline-start: 0.5rem !important;
}

.ms-3 {
  margin-inline-start: 1rem !important;
}

.ms-4 {
  margin-inline-start: 1.5rem !important;
}

.ms-5 {
  margin-inline-start: 3rem !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-inline-end: 0 !important;
}

.pe-1 {
  padding-inline-end: 0.25rem !important;
}

.pe-2 {
  padding-inline-end: 0.5rem !important;
}

.pe-3 {
  padding-inline-end: 1rem !important;
}

.pe-4 {
  padding-inline-end: 1.5rem !important;
}

.pe-5 {
  padding-inline-end: 3rem !important;
}

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

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

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

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

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

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

.ps-0 {
  padding-inline-start: 0 !important;
}

.ps-1 {
  padding-inline-start: 0.25rem !important;
}

.ps-2 {
  padding-inline-start: 0.5rem !important;
}

.ps-3 {
  padding-inline-start: 1rem !important;
}

.ps-4 {
  padding-inline-start: 1.5rem !important;
}

.ps-5 {
  padding-inline-start: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

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

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

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

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

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

.fs-4 {
  font-size: 1.125rem !important;
}

.fs-5 {
  font-size: 0.9375rem !important;
}

.fs-6 {
  font-size: 0.75rem !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: start !important;
}

.text-end {
  text-align: end !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(26, 29, 33, 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-10 {
  --bs-text-opacity: 0.1;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

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

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

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

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

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

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.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-20 {
  --bs-link-opacity: 0.2;
}

.link-opacity-20-hover:hover {
  --bs-link-opacity: 0.2;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-30 {
  --bs-link-opacity: 0.3;
}

.link-opacity-30-hover:hover {
  --bs-link-opacity: 0.3;
}

.link-opacity-40 {
  --bs-link-opacity: 0.4;
}

.link-opacity-40-hover:hover {
  --bs-link-opacity: 0.4;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-60 {
  --bs-link-opacity: 0.6;
}

.link-opacity-60-hover:hover {
  --bs-link-opacity: 0.6;
}

.link-opacity-70 {
  --bs-link-opacity: 0.7;
}

.link-opacity-70-hover:hover {
  --bs-link-opacity: 0.7;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-80 {
  --bs-link-opacity: 0.8;
}

.link-opacity-80-hover:hover {
  --bs-link-opacity: 0.8;
}

.link-opacity-90 {
  --bs-link-opacity: 0.9;
}

.link-opacity-90-hover:hover {
  --bs-link-opacity: 0.9;
}

.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-20 {
  --bs-bg-opacity: 0.2;
}

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

.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

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

.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

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

.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.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-start-start-radius: var(--bs-border-radius) !important;
  border-start-end-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-start-start-radius: 0 !important;
  border-start-end-radius: 0 !important;
}

.rounded-top-1 {
  border-start-start-radius: var(--bs-border-radius-sm) !important;
  border-start-end-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-start-start-radius: var(--bs-border-radius) !important;
  border-start-end-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-start-start-radius: var(--bs-border-radius-lg) !important;
  border-start-end-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-start-start-radius: var(--bs-border-radius-xl) !important;
  border-start-end-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-start-start-radius: var(--bs-border-radius-xxl) !important;
  border-start-end-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-start-start-radius: 50% !important;
  border-start-end-radius: 50% !important;
}

.rounded-top-pill {
  border-start-start-radius: var(--bs-border-radius-pill) !important;
  border-start-end-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-start-end-radius: var(--bs-border-radius) !important;
  border-end-end-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-start-end-radius: 0 !important;
  border-end-end-radius: 0 !important;
}

.rounded-end-1 {
  border-start-end-radius: var(--bs-border-radius-sm) !important;
  border-end-end-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-start-end-radius: var(--bs-border-radius) !important;
  border-end-end-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-start-end-radius: var(--bs-border-radius-lg) !important;
  border-end-end-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-start-end-radius: var(--bs-border-radius-xl) !important;
  border-end-end-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-start-end-radius: var(--bs-border-radius-xxl) !important;
  border-end-end-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-start-end-radius: 50% !important;
  border-end-end-radius: 50% !important;
}

.rounded-end-pill {
  border-start-end-radius: var(--bs-border-radius-pill) !important;
  border-end-end-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-end-end-radius: var(--bs-border-radius) !important;
  border-end-start-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-end-end-radius: 0 !important;
  border-end-start-radius: 0 !important;
}

.rounded-bottom-1 {
  border-end-end-radius: var(--bs-border-radius-sm) !important;
  border-end-start-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-end-end-radius: var(--bs-border-radius) !important;
  border-end-start-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-end-end-radius: var(--bs-border-radius-lg) !important;
  border-end-start-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-end-end-radius: var(--bs-border-radius-xl) !important;
  border-end-start-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-end-end-radius: var(--bs-border-radius-xxl) !important;
  border-end-start-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-end-end-radius: 50% !important;
  border-end-start-radius: 50% !important;
}

.rounded-bottom-pill {
  border-end-end-radius: var(--bs-border-radius-pill) !important;
  border-end-start-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-end-start-radius: var(--bs-border-radius) !important;
  border-start-start-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-end-start-radius: 0 !important;
  border-start-start-radius: 0 !important;
}

.rounded-start-1 {
  border-end-start-radius: var(--bs-border-radius-sm) !important;
  border-start-start-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-end-start-radius: var(--bs-border-radius) !important;
  border-start-start-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-end-start-radius: var(--bs-border-radius-lg) !important;
  border-start-start-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-end-start-radius: var(--bs-border-radius-xl) !important;
  border-start-start-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-end-start-radius: var(--bs-border-radius-xxl) !important;
  border-start-start-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-end-start-radius: 50% !important;
  border-start-start-radius: 50% !important;
}

.rounded-start-pill {
  border-end-start-radius: var(--bs-border-radius-pill) !important;
  border-start-start-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;
}

.w-auto {
  width: auto !important;
}

.w-100px {
  width: 100px !important;
}

.w-160px {
  width: 160px !important;
}

.w-200px {
  width: 200px !important;
}

.w-250px {
  width: 250px !important;
}

.w-300px {
  width: 300px !important;
}

.w-350px {
  width: 350px !important;
}

.w-400px {
  width: 400px !important;
}

.w-450px {
  width: 450px !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-h-0 {
  min-height: 0 !important;
}

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

.s-1 {
  padding: 5rem !important;
}

.s-2 {
  padding: 7rem !important;
}

.s-3 {
  padding: 9rem !important;
}

.s-4 {
  padding: 11rem !important;
}

.s-5 {
  padding: 13rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-dashed {
  text-decoration: underline dashed !important;
}

.text-decoration-dotted {
  text-decoration: underline dotted !important;
}

.text-decoration-double {
  text-decoration: underline double !important;
}

.text-decoration-wavy {
  text-decoration: underline wavy !important;
}

.text-decoration-overline {
  text-decoration: underline overline !important;
}

.link-underline-dashed {
  text-decoration: underline dashed !important;
}

.link-underline-dotted {
  text-decoration: underline dotted !important;
}

.link-underline-double {
  text-decoration: underline double !important;
}

.link-underline-wavy {
  text-decoration: underline wavy !important;
}

.link-underline-overline {
  text-decoration: underline overline !important;
}

.link-underline-dashed {
  text-decoration: underline dashed !important;
}

.link-underline-dashed-hover:hover {
  text-decoration: underline dashed !important;
}

.link-underline-dotted {
  text-decoration: underline dotted !important;
}

.link-underline-dotted-hover:hover {
  text-decoration: underline dotted !important;
}

.link-underline-double {
  text-decoration: underline double !important;
}

.link-underline-double-hover:hover {
  text-decoration: underline double !important;
}

.link-underline-wavy {
  text-decoration: underline wavy !important;
}

.link-underline-wavy-hover:hover {
  text-decoration: underline wavy !important;
}

.link-underline-overline {
  text-decoration: underline overline !important;
}

.link-underline-overline-hover:hover {
  text-decoration: underline overline !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: inline-start !important;
  }
  .float-sm-end {
    float: inline-end !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-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-inline-end: 0 !important;
  }
  .me-sm-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-sm-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-sm-3 {
    margin-inline-end: 1rem !important;
  }
  .me-sm-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-sm-5 {
    margin-inline-end: 3rem !important;
  }
  .me-sm-auto {
    margin-inline-end: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-inline-start: 0 !important;
  }
  .ms-sm-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-sm-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-sm-auto {
    margin-inline-start: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-inline-end: 0 !important;
  }
  .pe-sm-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-sm-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-inline-end: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-inline-start: 0 !important;
  }
  .ps-sm-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-sm-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-inline-start: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: start !important;
  }
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-100px {
    width: 100px !important;
  }
  .w-sm-160px {
    width: 160px !important;
  }
  .w-sm-200px {
    width: 200px !important;
  }
  .w-sm-250px {
    width: 250px !important;
  }
  .w-sm-300px {
    width: 300px !important;
  }
  .w-sm-350px {
    width: 350px !important;
  }
  .w-sm-400px {
    width: 400px !important;
  }
  .w-sm-450px {
    width: 450px !important;
  }
  .s-sm-0 {
    padding: 0 !important;
  }
  .s-sm-1 {
    padding: 5rem !important;
  }
  .s-sm-2 {
    padding: 7rem !important;
  }
  .s-sm-3 {
    padding: 9rem !important;
  }
  .s-sm-4 {
    padding: 11rem !important;
  }
  .s-sm-5 {
    padding: 13rem !important;
  }
  .sx-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sx-sm-1 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .sx-sm-2 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .sx-sm-3 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .sx-sm-4 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .sx-sm-5 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .sy-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sy-sm-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sy-sm-2 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sy-sm-3 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sy-sm-4 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sy-sm-5 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .st-sm-0 {
    padding-top: 0 !important;
  }
  .st-sm-1 {
    padding-top: 5rem !important;
  }
  .st-sm-2 {
    padding-top: 7rem !important;
  }
  .st-sm-3 {
    padding-top: 9rem !important;
  }
  .st-sm-4 {
    padding-top: 11rem !important;
  }
  .st-sm-5 {
    padding-top: 13rem !important;
  }
  .se-sm-0 {
    padding-right: 0 !important;
  }
  .se-sm-1 {
    padding-right: 5rem !important;
  }
  .se-sm-2 {
    padding-right: 7rem !important;
  }
  .se-sm-3 {
    padding-right: 9rem !important;
  }
  .se-sm-4 {
    padding-right: 11rem !important;
  }
  .se-sm-5 {
    padding-right: 13rem !important;
  }
  .sb-sm-0 {
    padding-bottom: 0 !important;
  }
  .sb-sm-1 {
    padding-bottom: 5rem !important;
  }
  .sb-sm-2 {
    padding-bottom: 7rem !important;
  }
  .sb-sm-3 {
    padding-bottom: 9rem !important;
  }
  .sb-sm-4 {
    padding-bottom: 11rem !important;
  }
  .sb-sm-5 {
    padding-bottom: 13rem !important;
  }
  .ss-sm-0 {
    padding-left: 0 !important;
  }
  .ss-sm-1 {
    padding-left: 5rem !important;
  }
  .ss-sm-2 {
    padding-left: 7rem !important;
  }
  .ss-sm-3 {
    padding-left: 9rem !important;
  }
  .ss-sm-4 {
    padding-left: 11rem !important;
  }
  .ss-sm-5 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: inline-start !important;
  }
  .float-md-end {
    float: inline-end !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-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-inline-end: 0 !important;
  }
  .me-md-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-md-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-md-3 {
    margin-inline-end: 1rem !important;
  }
  .me-md-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-md-5 {
    margin-inline-end: 3rem !important;
  }
  .me-md-auto {
    margin-inline-end: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-inline-start: 0 !important;
  }
  .ms-md-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-md-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-md-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-md-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-md-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-md-auto {
    margin-inline-start: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-inline-end: 0 !important;
  }
  .pe-md-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-md-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-md-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-md-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-md-5 {
    padding-inline-end: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-inline-start: 0 !important;
  }
  .ps-md-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-md-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-md-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-md-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-md-5 {
    padding-inline-start: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: start !important;
  }
  .text-md-end {
    text-align: end !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-100px {
    width: 100px !important;
  }
  .w-md-160px {
    width: 160px !important;
  }
  .w-md-200px {
    width: 200px !important;
  }
  .w-md-250px {
    width: 250px !important;
  }
  .w-md-300px {
    width: 300px !important;
  }
  .w-md-350px {
    width: 350px !important;
  }
  .w-md-400px {
    width: 400px !important;
  }
  .w-md-450px {
    width: 450px !important;
  }
  .s-md-0 {
    padding: 0 !important;
  }
  .s-md-1 {
    padding: 5rem !important;
  }
  .s-md-2 {
    padding: 7rem !important;
  }
  .s-md-3 {
    padding: 9rem !important;
  }
  .s-md-4 {
    padding: 11rem !important;
  }
  .s-md-5 {
    padding: 13rem !important;
  }
  .sx-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sx-md-1 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .sx-md-2 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .sx-md-3 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .sx-md-4 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .sx-md-5 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .sy-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sy-md-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sy-md-2 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sy-md-3 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sy-md-4 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sy-md-5 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .st-md-0 {
    padding-top: 0 !important;
  }
  .st-md-1 {
    padding-top: 5rem !important;
  }
  .st-md-2 {
    padding-top: 7rem !important;
  }
  .st-md-3 {
    padding-top: 9rem !important;
  }
  .st-md-4 {
    padding-top: 11rem !important;
  }
  .st-md-5 {
    padding-top: 13rem !important;
  }
  .se-md-0 {
    padding-right: 0 !important;
  }
  .se-md-1 {
    padding-right: 5rem !important;
  }
  .se-md-2 {
    padding-right: 7rem !important;
  }
  .se-md-3 {
    padding-right: 9rem !important;
  }
  .se-md-4 {
    padding-right: 11rem !important;
  }
  .se-md-5 {
    padding-right: 13rem !important;
  }
  .sb-md-0 {
    padding-bottom: 0 !important;
  }
  .sb-md-1 {
    padding-bottom: 5rem !important;
  }
  .sb-md-2 {
    padding-bottom: 7rem !important;
  }
  .sb-md-3 {
    padding-bottom: 9rem !important;
  }
  .sb-md-4 {
    padding-bottom: 11rem !important;
  }
  .sb-md-5 {
    padding-bottom: 13rem !important;
  }
  .ss-md-0 {
    padding-left: 0 !important;
  }
  .ss-md-1 {
    padding-left: 5rem !important;
  }
  .ss-md-2 {
    padding-left: 7rem !important;
  }
  .ss-md-3 {
    padding-left: 9rem !important;
  }
  .ss-md-4 {
    padding-left: 11rem !important;
  }
  .ss-md-5 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: inline-start !important;
  }
  .float-lg-end {
    float: inline-end !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-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-inline-end: 0 !important;
  }
  .me-lg-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-lg-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-lg-3 {
    margin-inline-end: 1rem !important;
  }
  .me-lg-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-lg-5 {
    margin-inline-end: 3rem !important;
  }
  .me-lg-auto {
    margin-inline-end: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-inline-start: 0 !important;
  }
  .ms-lg-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-lg-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-lg-auto {
    margin-inline-start: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-inline-end: 0 !important;
  }
  .pe-lg-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-lg-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-inline-end: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-inline-start: 0 !important;
  }
  .ps-lg-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-lg-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-inline-start: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: start !important;
  }
  .text-lg-end {
    text-align: end !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-100px {
    width: 100px !important;
  }
  .w-lg-160px {
    width: 160px !important;
  }
  .w-lg-200px {
    width: 200px !important;
  }
  .w-lg-250px {
    width: 250px !important;
  }
  .w-lg-300px {
    width: 300px !important;
  }
  .w-lg-350px {
    width: 350px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
  .w-lg-450px {
    width: 450px !important;
  }
  .s-lg-0 {
    padding: 0 !important;
  }
  .s-lg-1 {
    padding: 5rem !important;
  }
  .s-lg-2 {
    padding: 7rem !important;
  }
  .s-lg-3 {
    padding: 9rem !important;
  }
  .s-lg-4 {
    padding: 11rem !important;
  }
  .s-lg-5 {
    padding: 13rem !important;
  }
  .sx-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sx-lg-1 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .sx-lg-2 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .sx-lg-3 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .sx-lg-4 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .sx-lg-5 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .sy-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sy-lg-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sy-lg-2 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sy-lg-3 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sy-lg-4 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sy-lg-5 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .st-lg-0 {
    padding-top: 0 !important;
  }
  .st-lg-1 {
    padding-top: 5rem !important;
  }
  .st-lg-2 {
    padding-top: 7rem !important;
  }
  .st-lg-3 {
    padding-top: 9rem !important;
  }
  .st-lg-4 {
    padding-top: 11rem !important;
  }
  .st-lg-5 {
    padding-top: 13rem !important;
  }
  .se-lg-0 {
    padding-right: 0 !important;
  }
  .se-lg-1 {
    padding-right: 5rem !important;
  }
  .se-lg-2 {
    padding-right: 7rem !important;
  }
  .se-lg-3 {
    padding-right: 9rem !important;
  }
  .se-lg-4 {
    padding-right: 11rem !important;
  }
  .se-lg-5 {
    padding-right: 13rem !important;
  }
  .sb-lg-0 {
    padding-bottom: 0 !important;
  }
  .sb-lg-1 {
    padding-bottom: 5rem !important;
  }
  .sb-lg-2 {
    padding-bottom: 7rem !important;
  }
  .sb-lg-3 {
    padding-bottom: 9rem !important;
  }
  .sb-lg-4 {
    padding-bottom: 11rem !important;
  }
  .sb-lg-5 {
    padding-bottom: 13rem !important;
  }
  .ss-lg-0 {
    padding-left: 0 !important;
  }
  .ss-lg-1 {
    padding-left: 5rem !important;
  }
  .ss-lg-2 {
    padding-left: 7rem !important;
  }
  .ss-lg-3 {
    padding-left: 9rem !important;
  }
  .ss-lg-4 {
    padding-left: 11rem !important;
  }
  .ss-lg-5 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: inline-start !important;
  }
  .float-xl-end {
    float: inline-end !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-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-inline-end: 0 !important;
  }
  .me-xl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xl-3 {
    margin-inline-end: 1rem !important;
  }
  .me-xl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xl-5 {
    margin-inline-end: 3rem !important;
  }
  .me-xl-auto {
    margin-inline-end: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-inline-start: 0 !important;
  }
  .ms-xl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-xl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-xl-auto {
    margin-inline-start: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-inline-end: 0 !important;
  }
  .pe-xl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-xl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-inline-end: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-inline-start: 0 !important;
  }
  .ps-xl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-xl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-inline-start: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: start !important;
  }
  .text-xl-end {
    text-align: end !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-100px {
    width: 100px !important;
  }
  .w-xl-160px {
    width: 160px !important;
  }
  .w-xl-200px {
    width: 200px !important;
  }
  .w-xl-250px {
    width: 250px !important;
  }
  .w-xl-300px {
    width: 300px !important;
  }
  .w-xl-350px {
    width: 350px !important;
  }
  .w-xl-400px {
    width: 400px !important;
  }
  .w-xl-450px {
    width: 450px !important;
  }
  .s-xl-0 {
    padding: 0 !important;
  }
  .s-xl-1 {
    padding: 5rem !important;
  }
  .s-xl-2 {
    padding: 7rem !important;
  }
  .s-xl-3 {
    padding: 9rem !important;
  }
  .s-xl-4 {
    padding: 11rem !important;
  }
  .s-xl-5 {
    padding: 13rem !important;
  }
  .sx-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sx-xl-1 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .sx-xl-2 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .sx-xl-3 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .sx-xl-4 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .sx-xl-5 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .sy-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sy-xl-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sy-xl-2 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sy-xl-3 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sy-xl-4 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sy-xl-5 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .st-xl-0 {
    padding-top: 0 !important;
  }
  .st-xl-1 {
    padding-top: 5rem !important;
  }
  .st-xl-2 {
    padding-top: 7rem !important;
  }
  .st-xl-3 {
    padding-top: 9rem !important;
  }
  .st-xl-4 {
    padding-top: 11rem !important;
  }
  .st-xl-5 {
    padding-top: 13rem !important;
  }
  .se-xl-0 {
    padding-right: 0 !important;
  }
  .se-xl-1 {
    padding-right: 5rem !important;
  }
  .se-xl-2 {
    padding-right: 7rem !important;
  }
  .se-xl-3 {
    padding-right: 9rem !important;
  }
  .se-xl-4 {
    padding-right: 11rem !important;
  }
  .se-xl-5 {
    padding-right: 13rem !important;
  }
  .sb-xl-0 {
    padding-bottom: 0 !important;
  }
  .sb-xl-1 {
    padding-bottom: 5rem !important;
  }
  .sb-xl-2 {
    padding-bottom: 7rem !important;
  }
  .sb-xl-3 {
    padding-bottom: 9rem !important;
  }
  .sb-xl-4 {
    padding-bottom: 11rem !important;
  }
  .sb-xl-5 {
    padding-bottom: 13rem !important;
  }
  .ss-xl-0 {
    padding-left: 0 !important;
  }
  .ss-xl-1 {
    padding-left: 5rem !important;
  }
  .ss-xl-2 {
    padding-left: 7rem !important;
  }
  .ss-xl-3 {
    padding-left: 9rem !important;
  }
  .ss-xl-4 {
    padding-left: 11rem !important;
  }
  .ss-xl-5 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: inline-start !important;
  }
  .float-xxl-end {
    float: inline-end !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-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-inline-end: 0 !important;
  }
  .me-xxl-1 {
    margin-inline-end: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-inline-end: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-inline-end: 1rem !important;
  }
  .me-xxl-4 {
    margin-inline-end: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-inline-end: 3rem !important;
  }
  .me-xxl-auto {
    margin-inline-end: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-inline-start: 0 !important;
  }
  .ms-xxl-1 {
    margin-inline-start: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-inline-start: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-inline-start: 1rem !important;
  }
  .ms-xxl-4 {
    margin-inline-start: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-inline-start: 3rem !important;
  }
  .ms-xxl-auto {
    margin-inline-start: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-inline-end: 0 !important;
  }
  .pe-xxl-1 {
    padding-inline-end: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-inline-end: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-inline-end: 1rem !important;
  }
  .pe-xxl-4 {
    padding-inline-end: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-inline-end: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-inline-start: 0 !important;
  }
  .ps-xxl-1 {
    padding-inline-start: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-inline-start: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-inline-start: 1rem !important;
  }
  .ps-xxl-4 {
    padding-inline-start: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-inline-start: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: start !important;
  }
  .text-xxl-end {
    text-align: end !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-100px {
    width: 100px !important;
  }
  .w-xxl-160px {
    width: 160px !important;
  }
  .w-xxl-200px {
    width: 200px !important;
  }
  .w-xxl-250px {
    width: 250px !important;
  }
  .w-xxl-300px {
    width: 300px !important;
  }
  .w-xxl-350px {
    width: 350px !important;
  }
  .w-xxl-400px {
    width: 400px !important;
  }
  .w-xxl-450px {
    width: 450px !important;
  }
  .s-xxl-0 {
    padding: 0 !important;
  }
  .s-xxl-1 {
    padding: 5rem !important;
  }
  .s-xxl-2 {
    padding: 7rem !important;
  }
  .s-xxl-3 {
    padding: 9rem !important;
  }
  .s-xxl-4 {
    padding: 11rem !important;
  }
  .s-xxl-5 {
    padding: 13rem !important;
  }
  .sx-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sx-xxl-1 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .sx-xxl-2 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .sx-xxl-3 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .sx-xxl-4 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .sx-xxl-5 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .sy-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sy-xxl-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sy-xxl-2 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sy-xxl-3 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sy-xxl-4 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sy-xxl-5 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .st-xxl-0 {
    padding-top: 0 !important;
  }
  .st-xxl-1 {
    padding-top: 5rem !important;
  }
  .st-xxl-2 {
    padding-top: 7rem !important;
  }
  .st-xxl-3 {
    padding-top: 9rem !important;
  }
  .st-xxl-4 {
    padding-top: 11rem !important;
  }
  .st-xxl-5 {
    padding-top: 13rem !important;
  }
  .se-xxl-0 {
    padding-right: 0 !important;
  }
  .se-xxl-1 {
    padding-right: 5rem !important;
  }
  .se-xxl-2 {
    padding-right: 7rem !important;
  }
  .se-xxl-3 {
    padding-right: 9rem !important;
  }
  .se-xxl-4 {
    padding-right: 11rem !important;
  }
  .se-xxl-5 {
    padding-right: 13rem !important;
  }
  .sb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .sb-xxl-1 {
    padding-bottom: 5rem !important;
  }
  .sb-xxl-2 {
    padding-bottom: 7rem !important;
  }
  .sb-xxl-3 {
    padding-bottom: 9rem !important;
  }
  .sb-xxl-4 {
    padding-bottom: 11rem !important;
  }
  .sb-xxl-5 {
    padding-bottom: 13rem !important;
  }
  .ss-xxl-0 {
    padding-left: 0 !important;
  }
  .ss-xxl-1 {
    padding-left: 5rem !important;
  }
  .ss-xxl-2 {
    padding-left: 7rem !important;
  }
  .ss-xxl-3 {
    padding-left: 9rem !important;
  }
  .ss-xxl-4 {
    padding-left: 11rem !important;
  }
  .ss-xxl-5 {
    padding-left: 13rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.875rem !important;
  }
  .fs-2 {
    font-size: 1.5rem !important;
  }
  .fs-3 {
    font-size: 1.3125rem !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;
  }
}
/* -- COLOR COMPONENTS -- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* gray color scheme */
[data-scheme=gray] {
  --bs-primary: #2d3748;
  --bs-primary-rgb: 45, 55, 72;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #4d5563;
  --bs-primary-bg-subtle: #d5d7da;
  --bs-primary-border-subtle: #abafb6;
  --bs-primary-text-emphasis: #12161d;
  --bs-link-color: #2d3748;
  --bs-link-color-rgb: 45, 55, 72;
  --bs-link-hover-color: #626976;
  --bs-link-hover-color-rgb: 98, 105, 118;
}

[data-scheme=gray] .form-range {
  --bs-form-range-thumb-active-bg: #777d88;
}

[data-scheme=gray] .pagination {
  --bs-pagination-hover-bg: #293241;
}

[data-scheme=gray] .btn-primary {
  --bs-btn-primary-hover-bg: #262f3d;
  --bs-btn-primary-active-bg: #202732;
}

[data-scheme=gray] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=gray] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(98, 105, 118, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(98, 105, 118, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=gray] {
  --bs-link-color: #86b7e1;
  --bs-link-color-rgb: 134, 183, 225;
  --bs-link-hover-color: #a4c9e9;
  --bs-link-hover-color-rgb: 164, 201, 233;
  --bs-primary-text-emphasis: #cce2f5;
  --bs-primary-bg-subtle: #5e6d87;
  --bs-primary-border-subtle: #5e6d87;
}

[data-bs-theme=dark][data-scheme=gray] .text-primary {
  color: rgba(134, 183, 225, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=gray] .link-primary {
  --bs-link-primary-color: rgba(134, 183, 225, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(134, 183, 225, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(164, 201, 233, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(164, 201, 233, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=gray] .btn-outline-primary {
  --bs-btn-color: #7689a9;
  --bs-btn-border-color: #7689a9;
}

[data-bs-theme=dark][data-scheme=gray] .alert-primary {
  --bs-alert-bg: #848da9;
  --bs-alert-color: #2e313b;
  --bs-alert-link: #282a33;
}

/* End gray color scheme */
/* ---------------------------------------------- */
/* ocean color scheme */
[data-scheme=ocean] {
  --bs-primary: #005eb5;
  --bs-primary-rgb: 0, 94, 181;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #2676c0;
  --bs-primary-bg-subtle: #ccdff0;
  --bs-primary-border-subtle: #99bfe1;
  --bs-primary-text-emphasis: #002648;
  --bs-link-color: #005eb5;
  --bs-link-color-rgb: 0, 94, 181;
  --bs-link-hover-color: #4086c8;
  --bs-link-hover-color-rgb: 64, 134, 200;
}

[data-scheme=ocean] .form-range {
  --bs-form-range-thumb-active-bg: #5996cf;
}

[data-scheme=ocean] .pagination {
  --bs-pagination-hover-bg: #0055a3;
}

[data-scheme=ocean] .btn-primary {
  --bs-btn-primary-hover-bg: #00509a;
  --bs-btn-primary-active-bg: #00427f;
}

[data-scheme=ocean] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=ocean] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(64, 134, 200, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(64, 134, 200, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=ocean] {
  --bs-link-color: #5bccff;
  --bs-link-color-rgb: 91, 204, 255;
  --bs-link-hover-color: #84d9ff;
  --bs-link-hover-color-rgb: 132, 217, 255;
  --bs-primary-text-emphasis: #b6e8ff;
  --bs-primary-bg-subtle: #5c748a;
  --bs-primary-border-subtle: #5c748a;
}

[data-bs-theme=dark][data-scheme=ocean] .text-primary {
  color: rgba(91, 204, 255, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=ocean] .link-primary {
  --bs-link-primary-color: rgba(91, 204, 255, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(91, 204, 255, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(132, 217, 255, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(132, 217, 255, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=ocean] .btn-outline-primary {
  --bs-btn-color: #60b3ff;
  --bs-btn-border-color: #60b3ff;
}

[data-bs-theme=dark][data-scheme=ocean] .alert-primary {
  --bs-alert-bg: #688dc4;
  --bs-alert-color: #243145;
  --bs-alert-link: #1f2a3b;
}

/* End ocean color scheme */
/* ---------------------------------------------- */
/* lime color scheme */
[data-scheme=lime] {
  --bs-primary: #3f911d;
  --bs-primary-rgb: 63, 145, 29;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #5ca23f;
  --bs-primary-bg-subtle: #d9e9d2;
  --bs-primary-border-subtle: #b2d3a5;
  --bs-primary-text-emphasis: #193a0c;
  --bs-link-color: #3f911d;
  --bs-link-color-rgb: 63, 145, 29;
  --bs-link-hover-color: #6fad56;
  --bs-link-hover-color-rgb: 111, 173, 86;
}

[data-scheme=lime] .form-range {
  --bs-form-range-thumb-active-bg: #82b86c;
}

[data-scheme=lime] .pagination {
  --bs-pagination-hover-bg: #39831a;
}

[data-scheme=lime] .btn-primary {
  --bs-btn-primary-hover-bg: #367b19;
  --bs-btn-primary-active-bg: #2c6614;
}

[data-scheme=lime] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=lime] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(111, 173, 86, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(111, 173, 86, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=lime] {
  --bs-link-color: #a3ff54;
  --bs-link-color-rgb: 163, 255, 84;
  --bs-link-hover-color: #baff7f;
  --bs-link-hover-color-rgb: 186, 255, 127;
  --bs-primary-text-emphasis: #d4ffaf;
  --bs-primary-bg-subtle: #6b8660;
  --bs-primary-border-subtle: #6b8660;
}

[data-bs-theme=dark][data-scheme=lime] .text-primary {
  color: rgba(163, 255, 84, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=lime] .link-primary {
  --bs-link-primary-color: rgba(163, 255, 84, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(163, 255, 84, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(186, 255, 127, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(186, 255, 127, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=lime] .btn-outline-primary {
  --bs-btn-color: #95e375;
  --bs-btn-border-color: #95e375;
}

[data-bs-theme=dark][data-scheme=lime] .alert-primary {
  --bs-alert-bg: #79c469;
  --bs-alert-color: #2a4525;
  --bs-alert-link: #243b20;
}

/* End lime color scheme */
/* ---------------------------------------------- */
/* violet color scheme */
[data-scheme=violet] {
  --bs-primary: #6c307e;
  --bs-primary-rgb: 108, 48, 126;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #824f91;
  --bs-primary-bg-subtle: #e2d6e5;
  --bs-primary-border-subtle: #c4accb;
  --bs-primary-text-emphasis: #2b1332;
  --bs-link-color: #6c307e;
  --bs-link-color-rgb: 108, 48, 126;
  --bs-link-hover-color: #91649e;
  --bs-link-hover-color-rgb: 145, 100, 158;
}

[data-scheme=violet] .form-range {
  --bs-form-range-thumb-active-bg: #9f78ab;
}

[data-scheme=violet] .pagination {
  --bs-pagination-hover-bg: #612b71;
}

[data-scheme=violet] .btn-primary {
  --bs-btn-primary-hover-bg: #5c296b;
  --bs-btn-primary-active-bg: #4c2258;
}

[data-scheme=violet] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=violet] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(145, 100, 158, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(145, 100, 158, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=violet] {
  --bs-link-color: #cd92f4;
  --bs-link-color-rgb: 205, 146, 244;
  --bs-link-hover-color: #daadf7;
  --bs-link-hover-color-rgb: 218, 173, 247;
  --bs-primary-text-emphasis: #f3e4fd;
  --bs-primary-bg-subtle: #7f5c8a;
  --bs-primary-border-subtle: #7f5c8a;
}

[data-bs-theme=dark][data-scheme=violet] .text-primary {
  color: rgba(205, 146, 244, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=violet] .link-primary {
  --bs-link-primary-color: rgba(205, 146, 244, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(205, 146, 244, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(218, 173, 247, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(218, 173, 247, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=violet] .btn-outline-primary {
  --bs-btn-color: #c087d1;
  --bs-btn-border-color: #c087d1;
}

[data-bs-theme=dark][data-scheme=violet] .alert-primary {
  --bs-alert-bg: #b76dc0;
  --bs-alert-color: #402643;
  --bs-alert-link: #37213a;
}

/* End violet color scheme */
/* ---------------------------------------------- */
/* orange color scheme */
[data-scheme=orange] {
  --bs-primary: #f97411;
  --bs-primary-rgb: 249, 116, 17;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #fa8935;
  --bs-primary-bg-subtle: #fee3cf;
  --bs-primary-border-subtle: #fdc7a0;
  --bs-primary-text-emphasis: #642e07;
  --bs-link-color: #f97411;
  --bs-link-color-rgb: 249, 116, 17;
  --bs-link-hover-color: #fb974d;
  --bs-link-hover-color-rgb: 251, 151, 77;
}

[data-scheme=orange] .form-range {
  --bs-form-range-thumb-active-bg: #fba564;
}

[data-scheme=orange] .pagination {
  --bs-pagination-hover-bg: #e0680f;
}

[data-scheme=orange] .btn-primary {
  --bs-btn-primary-hover-bg: #d4630e;
  --bs-btn-primary-active-bg: #ae510c;
}

[data-scheme=orange] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=orange] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(251, 151, 77, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(251, 151, 77, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=orange] {
  --bs-link-color: #ffc5b0;
  --bs-link-color-rgb: 255, 197, 176;
  --bs-link-hover-color: #ffd4c4;
  --bs-link-hover-color-rgb: 255, 212, 196;
  --bs-primary-text-emphasis: white;
  --bs-primary-bg-subtle: #937d6c;
  --bs-primary-border-subtle: #937d6c;
}

[data-bs-theme=dark][data-scheme=orange] .text-primary {
  color: rgba(255, 197, 176, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=orange] .link-primary {
  --bs-link-primary-color: rgba(255, 197, 176, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(255, 197, 176, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(255, 212, 196, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(255, 212, 196, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=orange] .btn-outline-primary {
  --bs-btn-color: #fdd5b7;
  --bs-btn-border-color: #fdd5b7;
}

[data-bs-theme=dark][data-scheme=orange] .alert-primary {
  --bs-alert-bg: #c29a6a;
  --bs-alert-color: #443625;
  --bs-alert-link: #3a2e20;
}

/* End orange color scheme */
/* ---------------------------------------------- */
/* teal color scheme */
[data-scheme=teal] {
  --bs-primary: #005f7a;
  --bs-primary-rgb: 0, 95, 122;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #26778e;
  --bs-primary-bg-subtle: #ccdfe4;
  --bs-primary-border-subtle: #99bfca;
  --bs-primary-text-emphasis: #002631;
  --bs-link-color: #005f7a;
  --bs-link-color-rgb: 0, 95, 122;
  --bs-link-hover-color: #40879b;
  --bs-link-hover-color-rgb: 64, 135, 155;
}

[data-scheme=teal] .form-range {
  --bs-form-range-thumb-active-bg: #5997a9;
}

[data-scheme=teal] .pagination {
  --bs-pagination-hover-bg: #00566e;
}

[data-scheme=teal] .btn-primary {
  --bs-btn-primary-hover-bg: #005168;
  --bs-btn-primary-active-bg: #004355;
}

[data-scheme=teal] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=teal] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(64, 135, 155, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(64, 135, 155, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=teal] {
  --bs-link-color: #20f3ff;
  --bs-link-color-rgb: 32, 243, 255;
  --bs-link-hover-color: #58f6ff;
  --bs-link-hover-color-rgb: 88, 246, 255;
  --bs-primary-text-emphasis: #7bf8ff;
  --bs-primary-bg-subtle: #5c808a;
  --bs-primary-border-subtle: #5c808a;
}

[data-bs-theme=dark][data-scheme=teal] .text-primary {
  color: rgba(32, 243, 255, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=teal] .link-primary {
  --bs-link-primary-color: rgba(32, 243, 255, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(32, 243, 255, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(88, 246, 255, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(88, 246, 255, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=teal] .btn-outline-primary {
  --bs-btn-color: #25cfff;
  --bs-btn-border-color: #25cfff;
}

[data-bs-theme=dark][data-scheme=teal] .alert-primary {
  --bs-alert-bg: #68a5c4;
  --bs-alert-color: #243a45;
  --bs-alert-link: #1f323b;
}

/* End teal color scheme */
/* ---------------------------------------------- */
/* corn color scheme */
[data-scheme=corn] {
  --bs-primary: #e3cb0d;
  --bs-primary-rgb: 227, 203, 13;
  --bs-primary-color: #1a1d21;
  --bs-primary-color-rgb: 26, 29, 33;
  --bs-primary-border: #e7d331;
  --bs-primary-bg-subtle: #f9f5cf;
  --bs-primary-border-subtle: #f4ea9e;
  --bs-primary-text-emphasis: #5b5105;
  --bs-link-color: #b6a20a;
  --bs-link-color-rgb: 182, 162, 10;
  --bs-link-hover-color: #eee06e;
  --bs-link-hover-color-rgb: 238, 224, 110;
}

[data-scheme=corn] .form-range {
  --bs-form-range-thumb-active-bg: #eddd62;
}

[data-scheme=corn] .pagination {
  --bs-pagination-hover-bg: #ccb70c;
}

[data-scheme=corn] .btn-primary {
  --bs-btn-primary-hover-bg: #e7d331;
  --bs-btn-primary-active-bg: #e9d53d;
}

[data-scheme=corn] .text-primary {
  color: rgba(170, 152, 10, var(--bs-text-opacity, 1)) !important;
}

[data-scheme=corn] .link-primary {
  --bs-link-primary-color: rgba(170, 152, 10, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(170, 152, 10, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(204, 183, 12, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(204, 183, 12, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=corn] {
  --bs-link-color: #ffe296;
  --bs-link-color-rgb: 255, 226, 150;
  --bs-link-hover-color: #ffe9b0;
  --bs-link-hover-color-rgb: 255, 233, 176;
  --bs-primary-text-emphasis: #fffbf1;
  --bs-primary-bg-subtle: #8f8a61;
  --bs-primary-border-subtle: #8f8a61;
}

[data-bs-theme=dark][data-scheme=corn] .text-primary {
  color: rgba(255, 226, 150, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=corn] .link-primary {
  --bs-link-primary-color: rgba(255, 226, 150, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(255, 226, 150, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(255, 233, 176, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(255, 233, 176, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=corn] .btn-outline-primary {
  --bs-btn-color: #faf0a1;
  --bs-btn-border-color: #faf0a1;
}

[data-bs-theme=dark][data-scheme=corn] .alert-primary {
  --bs-alert-bg: #c2c36a;
  --bs-alert-color: #444425;
  --bs-alert-link: #3a3b20;
}

/* End corn color scheme */
/* ---------------------------------------------- */
/* cherry color scheme */
[data-scheme=cherry] {
  --bs-primary: #d43f51;
  --bs-primary-rgb: 212, 63, 81;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #da5c6b;
  --bs-primary-bg-subtle: #f6d9dc;
  --bs-primary-border-subtle: #eeb2b9;
  --bs-primary-text-emphasis: #551920;
  --bs-link-color: #d43f51;
  --bs-link-color-rgb: 212, 63, 81;
  --bs-link-hover-color: #df6f7d;
  --bs-link-hover-color-rgb: 223, 111, 125;
}

[data-scheme=cherry] .form-range {
  --bs-form-range-thumb-active-bg: #e3828e;
}

[data-scheme=cherry] .pagination {
  --bs-pagination-hover-bg: #bf3949;
}

[data-scheme=cherry] .btn-primary {
  --bs-btn-primary-hover-bg: #b43645;
  --bs-btn-primary-active-bg: #942c39;
}

[data-scheme=cherry] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=cherry] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(223, 111, 125, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(223, 111, 125, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=cherry] {
  --bs-link-color: #ffb9cd;
  --bs-link-color-rgb: 255, 185, 205;
  --bs-link-hover-color: #ffcbda;
  --bs-link-hover-color-rgb: 255, 203, 218;
  --bs-primary-text-emphasis: white;
  --bs-primary-bg-subtle: #97686e;
  --bs-primary-border-subtle: #97686e;
}

[data-bs-theme=dark][data-scheme=cherry] .text-primary {
  color: rgba(255, 185, 205, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=cherry] .link-primary {
  --bs-link-primary-color: rgba(255, 185, 205, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(255, 185, 205, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(255, 203, 218, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(255, 203, 218, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=cherry] .btn-outline-primary {
  --bs-btn-color: #f3cacf;
  --bs-btn-border-color: #f3cacf;
}

[data-bs-theme=dark][data-scheme=cherry] .alert-primary {
  --bs-alert-bg: #c46969;
  --bs-alert-color: #452525;
  --bs-alert-link: #3b2020;
}

/* End cherry color scheme */
/* ---------------------------------------------- */
/* coffee color scheme */
[data-scheme=coffee] {
  --bs-primary: #74543d;
  --bs-primary-rgb: 116, 84, 61;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #896e5a;
  --bs-primary-bg-subtle: #e3ddd8;
  --bs-primary-border-subtle: #c7bbb1;
  --bs-primary-text-emphasis: #2e2218;
  --bs-link-color: #74543d;
  --bs-link-color-rgb: 116, 84, 61;
  --bs-link-hover-color: #977f6e;
  --bs-link-hover-color-rgb: 151, 127, 110;
}

[data-scheme=coffee] .form-range {
  --bs-form-range-thumb-active-bg: #a59081;
}

[data-scheme=coffee] .pagination {
  --bs-pagination-hover-bg: #684c37;
}

[data-scheme=coffee] .btn-primary {
  --bs-btn-primary-hover-bg: #634734;
  --bs-btn-primary-active-bg: #513b2b;
}

[data-scheme=coffee] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=coffee] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(151, 127, 110, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(151, 127, 110, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=coffee] {
  --bs-link-color: #e8a087;
  --bs-link-color-rgb: 232, 160, 135;
  --bs-link-hover-color: #eeb8a5;
  --bs-link-hover-color-rgb: 238, 184, 165;
  --bs-primary-text-emphasis: #f9dcd2;
  --bs-primary-bg-subtle: #857060;
  --bs-primary-border-subtle: #857060;
}

[data-bs-theme=dark][data-scheme=coffee] .text-primary {
  color: rgba(232, 160, 135, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=coffee] .link-primary {
  --bs-link-primary-color: rgba(232, 160, 135, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(232, 160, 135, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(238, 184, 165, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(238, 184, 165, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=coffee] .btn-outline-primary {
  --bs-btn-color: #c7aa94;
  --bs-btn-border-color: #c7aa94;
}

[data-bs-theme=dark][data-scheme=coffee] .alert-primary {
  --bs-alert-bg: #b2987b;
  --bs-alert-color: #3e352b;
  --bs-alert-link: #352e25;
}

/* End coffee color scheme */
/* ---------------------------------------------- */
/* pear color scheme */
[data-scheme=pear] {
  --bs-primary: #9f3358;
  --bs-primary-rgb: 159, 51, 88;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #ad5271;
  --bs-primary-bg-subtle: #ecd6de;
  --bs-primary-border-subtle: #d9adbc;
  --bs-primary-text-emphasis: #401423;
  --bs-link-color: #9f3358;
  --bs-link-color-rgb: 159, 51, 88;
  --bs-link-hover-color: #b76682;
  --bs-link-hover-color-rgb: 183, 102, 130;
}

[data-scheme=pear] .form-range {
  --bs-form-range-thumb-active-bg: #c17a92;
}

[data-scheme=pear] .pagination {
  --bs-pagination-hover-bg: #8f2e4f;
}

[data-scheme=pear] .btn-primary {
  --bs-btn-primary-hover-bg: #872b4b;
  --bs-btn-primary-active-bg: #6f243e;
}

[data-scheme=pear] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=pear] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(183, 102, 130, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(183, 102, 130, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=pear] {
  --bs-link-color: #f780bd;
  --bs-link-color-rgb: 247, 128, 189;
  --bs-link-hover-color: #f9a0ce;
  --bs-link-hover-color-rgb: 249, 160, 206;
  --bs-primary-text-emphasis: #fed4e9;
  --bs-primary-bg-subtle: #86606d;
  --bs-primary-border-subtle: #86606d;
}

[data-bs-theme=dark][data-scheme=pear] .text-primary {
  color: rgba(247, 128, 189, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=pear] .link-primary {
  --bs-link-primary-color: rgba(247, 128, 189, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(247, 128, 189, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(249, 160, 206, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(249, 160, 206, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=pear] .btn-outline-primary {
  --bs-btn-color: #e09db4;
  --bs-btn-border-color: #e09db4;
}

[data-bs-theme=dark][data-scheme=pear] .alert-primary {
  --bs-alert-bg: #c4697e;
  --bs-alert-color: #45252c;
  --bs-alert-link: #3b2026;
}

/* End pear color scheme */
/* ---------------------------------------------- */
/* night color scheme */
[data-scheme=night] {
  --bs-primary: #24282f;
  --bs-primary-rgb: 36, 40, 47;
  --bs-primary-color: #fff;
  --bs-primary-color-rgb: 255, 255, 255;
  --bs-primary-border: #45484e;
  --bs-primary-bg-subtle: #d3d4d5;
  --bs-primary-border-subtle: #a7a9ac;
  --bs-primary-text-emphasis: #0e1013;
  --bs-link-color: #24282f;
  --bs-link-color-rgb: 36, 40, 47;
  --bs-link-hover-color: #5b5e63;
  --bs-link-hover-color-rgb: 91, 94, 99;
}

[data-scheme=night] .form-range {
  --bs-form-range-thumb-active-bg: #717378;
}

[data-scheme=night] .pagination {
  --bs-pagination-hover-bg: #20242a;
}

[data-scheme=night] .btn-primary {
  --bs-btn-primary-hover-bg: #1f2228;
  --bs-btn-primary-active-bg: #191c21;
}

[data-scheme=night] .text-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity, 1)) !important;
}

[data-scheme=night] .link-primary {
  --bs-link-primary-color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(91, 94, 99, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(91, 94, 99, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=night] {
  --bs-link-color: #87b2d7;
  --bs-link-color-rgb: 135, 178, 215;
  --bs-link-hover-color: #a5c5e1;
  --bs-link-hover-color-rgb: 165, 197, 225;
  --bs-primary-text-emphasis: #c9def0;
  --bs-primary-bg-subtle: #69707c;
  --bs-primary-border-subtle: #69707c;
}

[data-bs-theme=dark][data-scheme=night] .text-primary {
  color: rgba(135, 178, 215, var(--bs-text-opacity, 1)) !important;
}

[data-bs-theme=dark][data-scheme=night] .link-primary {
  --bs-link-primary-color: rgba(135, 178, 215, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-color: rgba(135, 178, 215, var(--bs-link-underline-opacity, 1));
  --bs-link-primary-hover-color: rgba(165, 197, 225, var(--bs-link-opacity, 1));
  --bs-link-primary-underline-hover-color: rgba(165, 197, 225, var(--bs-link-underline-opacity, 1));
}

[data-bs-theme=dark][data-scheme=night] .btn-outline-primary {
  --bs-btn-color: #6e7a8f;
  --bs-btn-border-color: #6e7a8f;
}

[data-bs-theme=dark][data-scheme=night] .alert-primary {
  --bs-alert-bg: #8e929f;
  --bs-alert-color: #323338;
  --bs-alert-link: #2b2c30;
}

/* End night color scheme */

/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 *= require trix/dist/trix
*/
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.trix-button-group--file-tools {
  display: none;
}

.trix-button--icon-attach {
  display: none;
}

/* Estilos para a memória de cálculo */
.memoria-calculo-container {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 15px;
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.4;
  white-space: pre-line;
  max-height: 500px;
  overflow-y: auto;
}

.memoria-calculo-content {
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.5;
  background-color: #f8f9fa;
  border: none;
  margin: 0;
  padding: 10px;
  white-space: pre-line;
  word-wrap: break-word;
}

.memoria-calculo-panel {
  margin-bottom: 20px;
}

.memoria-calculo-panel .panel-title {
  font-weight: bold;
  color: #2c3e50;
}

.memoria-calculo-panel .panel-title a {
  display: block;
  padding: 0;
  color: inherit !important;
  text-decoration: none !important;
}

.memoria-calculo-panel .panel-title a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.memoria-calculo-panel .panel-title .fa-chevron-down {
  transition: transform 0.2s ease-in-out;
}

.memoria-calculo-panel .panel-title a[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

.memoria-calculo-panel .panel-title a:focus {
  outline: none;
  box-shadow: none;
}

.memoria-calculo {
  margin: 0;
  padding: 0;
}

.memoria-calculo h1,
.memoria-calculo h2,
.memoria-calculo h3 {
  color: #2c3e50;
  font-weight: bold;
}

.memoria-calculo p {
  margin: 5px 0;
}

/* Modal específico para memória de cálculo */
.modal-memoria-calculo .modal-body {
  padding: 20px;
}

.modal-memoria-calculo .memoria-calculo-container {
  max-height: 400px;
  font-size: 12px;
}

/* Destaque para seções importantes */
.memoria-calculo-section {
  border-left: 4px solid #007bff;
  padding-left: 10px;
  margin: 10px 0;
}

.memoria-calculo-total {
  background-color: #e7f3ff;
  border: 1px solid #007bff;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

/* Responsividade */
@media (max-width: 768px) {
  .memoria-calculo-container {
    font-size: 11px;
    padding: 10px;
  }
  .modal-memoria-calculo .memoria-calculo-container {
    font-size: 10px;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
}
@font-face {
  font-family: "premium-line-icons";
  src: url("/assets/premium-line-icons-47705311.woff2?5lc7a2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=pli-],
[class*=" pli-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "premium-line-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}

.pli-d-glasses:before {
  content: "\e900";
}

.pli-d-glasses-2:before {
  content: "\e901";
}

.pli-aa:before {
  content: "\e902";
}

.pli-add:before {
  content: "\e903";
}

.pli-add-bag:before {
  content: "\e904";
}

.pli-add-basket:before {
  content: "\e905";
}

.pli-add-cart:before {
  content: "\e906";
}

.pli-address-book:before {
  content: "\e907";
}

.pli-address-book-2:before {
  content: "\e908";
}

.pli-add-space-after-paragraph:before {
  content: "\e909";
}

.pli-add-space-before-paragraph:before {
  content: "\e90a";
}

.pli-add-user:before {
  content: "\e90b";
}

.pli-add-user-star:before {
  content: "\e90c";
}

.pli-add-window:before {
  content: "\e90d";
}

.pli-administrator:before {
  content: "\e90e";
}

.pli-aerobics:before {
  content: "\e90f";
}

.pli-aerobics-2:before {
  content: "\e910";
}

.pli-aerobics-3:before {
  content: "\e911";
}

.pli-affiliate:before {
  content: "\e912";
}

.pli-aim:before {
  content: "\e913";
}

.pli-air-balloon:before {
  content: "\e914";
}

.pli-airbrush:before {
  content: "\e915";
}

.pli-airship:before {
  content: "\e916";
}

.pli-alarm:before {
  content: "\e917";
}

.pli-alarm-clock:before {
  content: "\e918";
}

.pli-alarm-clock-2:before {
  content: "\e919";
}

.pli-alien:before {
  content: "\e91a";
}

.pli-alien-2:before {
  content: "\e91b";
}

.pli-align-center:before {
  content: "\e91c";
}

.pli-align-justify-all:before {
  content: "\e91d";
}

.pli-align-justify-center:before {
  content: "\e91e";
}

.pli-align-justify-left:before {
  content: "\e91f";
}

.pli-align-justify-right:before {
  content: "\e920";
}

.pli-align-left:before {
  content: "\e921";
}

.pli-align-right:before {
  content: "\e922";
}

.pli-alligator:before {
  content: "\e923";
}

.pli-alpha:before {
  content: "\e924";
}

.pli-ambulance:before {
  content: "\e925";
}

.pli-amx:before {
  content: "\e926";
}

.pli-anchor:before {
  content: "\e927";
}

.pli-anchor-2:before {
  content: "\e928";
}

.pli-android:before {
  content: "\e929";
}

.pli-android-store:before {
  content: "\e92a";
}

.pli-angel:before {
  content: "\e92b";
}

.pli-angel-smiley:before {
  content: "\e92c";
}

.pli-angry:before {
  content: "\e92d";
}

.pli-apple:before {
  content: "\e92e";
}

.pli-apple-bite:before {
  content: "\e92f";
}

.pli-apple-store:before {
  content: "\e930";
}

.pli-approved-window:before {
  content: "\e931";
}

.pli-aquarius:before {
  content: "\e932";
}

.pli-aquarius-2:before {
  content: "\e933";
}

.pli-archery:before {
  content: "\e934";
}

.pli-archery-2:before {
  content: "\e935";
}

.pli-argentina:before {
  content: "\e936";
}

.pli-aries:before {
  content: "\e937";
}

.pli-aries-2:before {
  content: "\e938";
}

.pli-army-key:before {
  content: "\e939";
}

.pli-arrow-around:before {
  content: "\e93a";
}

.pli-arrow-back:before {
  content: "\e93b";
}

.pli-arrow-back-2:before {
  content: "\e93c";
}

.pli-arrow-back-3:before {
  content: "\e93d";
}

.pli-arrow-barrier:before {
  content: "\e93e";
}

.pli-arrow-circle:before {
  content: "\e93f";
}

.pli-arrow-cross:before {
  content: "\e940";
}

.pli-arrow-down:before {
  content: "\e941";
}

.pli-arrow-down-2:before {
  content: "\e942";
}

.pli-arrow-down-3:before {
  content: "\e943";
}

.pli-arrow-down-in-circle:before {
  content: "\e944";
}

.pli-arrow-fork:before {
  content: "\e945";
}

.pli-arrow-forward:before {
  content: "\e946";
}

.pli-arrow-forward-2:before {
  content: "\e947";
}

.pli-arrow-forward-3:before {
  content: "\e948";
}

.pli-arrow-from:before {
  content: "\e949";
}

.pli-arrow-inside:before {
  content: "\e94a";
}

.pli-arrow-inside-45:before {
  content: "\e94b";
}

.pli-arrow-inside-gap:before {
  content: "\e94c";
}

.pli-arrow-inside-gap-45:before {
  content: "\e94d";
}

.pli-arrow-into:before {
  content: "\e94e";
}

.pli-arrow-join:before {
  content: "\e94f";
}

.pli-arrow-junction:before {
  content: "\e950";
}

.pli-arrow-left:before {
  content: "\e951";
}

.pli-arrow-left-2:before {
  content: "\e952";
}

.pli-arrow-left-in-circle:before {
  content: "\e953";
}

.pli-arrow-loop:before {
  content: "\e954";
}

.pli-arrow-merge:before {
  content: "\e955";
}

.pli-arrow-mix:before {
  content: "\e956";
}

.pli-arrow-out-left:before {
  content: "\e957";
}

.pli-arrow-out-right:before {
  content: "\e958";
}

.pli-arrow-outside:before {
  content: "\e959";
}

.pli-arrow-outside-45:before {
  content: "\e95a";
}

.pli-arrow-outside-gap:before {
  content: "\e95b";
}

.pli-arrow-outside-gap-45:before {
  content: "\e95c";
}

.pli-arrow-over:before {
  content: "\e95d";
}

.pli-arrow-refresh:before {
  content: "\e95e";
}

.pli-arrow-refresh-2:before {
  content: "\e95f";
}

.pli-arrow-right:before {
  content: "\e960";
}

.pli-arrow-right-2:before {
  content: "\e961";
}

.pli-arrow-right-in-circle:before {
  content: "\e962";
}

.pli-arrow-shuffle:before {
  content: "\e963";
}

.pli-arrow-squiggly:before {
  content: "\e964";
}

.pli-arrow-through:before {
  content: "\e965";
}

.pli-arrow-to:before {
  content: "\e966";
}

.pli-arrow-turn-left:before {
  content: "\e967";
}

.pli-arrow-turn-right:before {
  content: "\e968";
}

.pli-arrow-up:before {
  content: "\e969";
}

.pli-arrow-up-2:before {
  content: "\e96a";
}

.pli-arrow-up-3:before {
  content: "\e96b";
}

.pli-arrow-up-in-circle:before {
  content: "\e96c";
}

.pli-arrow-x-left:before {
  content: "\e96d";
}

.pli-arrow-x-right:before {
  content: "\e96e";
}

.pli-ask:before {
  content: "\e96f";
}

.pli-assistant:before {
  content: "\e970";
}

.pli-astronaut:before {
  content: "\e971";
}

.pli-atm:before {
  content: "\e972";
}

.pli-atom:before {
  content: "\e973";
}

.pli-at-sign:before {
  content: "\e974";
}

.pli-audio:before {
  content: "\e975";
}

.pli-auto-flash:before {
  content: "\e976";
}

.pli-autumn:before {
  content: "\e977";
}

.pli-a-z:before {
  content: "\e978";
}

.pli-baby:before {
  content: "\e979";
}

.pli-baby-clothes:before {
  content: "\e97a";
}

.pli-baby-clothes-2:before {
  content: "\e97b";
}

.pli-baby-cry:before {
  content: "\e97c";
}

.pli-back:before {
  content: "\e97d";
}

.pli-background:before {
  content: "\e97e";
}

.pli-back-media:before {
  content: "\e97f";
}

.pli-back-media-2:before {
  content: "\e980";
}

.pli-back-music:before {
  content: "\e981";
}

.pli-bacteria:before {
  content: "\e982";
}

.pli-bag:before {
  content: "\e983";
}

.pli-bag-coin:before {
  content: "\e984";
}

.pli-bag-items:before {
  content: "\e985";
}

.pli-bag-quantity:before {
  content: "\e986";
}

.pli-bakelite:before {
  content: "\e987";
}

.pli-ballet-shoes:before {
  content: "\e988";
}

.pli-balloon:before {
  content: "\e989";
}

.pli-banana:before {
  content: "\e98a";
}

.pli-band-aid:before {
  content: "\e98b";
}

.pli-bank:before {
  content: "\e98c";
}

.pli-bar-chart:before {
  content: "\e98d";
}

.pli-bar-chart-2:before {
  content: "\e98e";
}

.pli-bar-chart-3:before {
  content: "\e98f";
}

.pli-bar-chart-4:before {
  content: "\e990";
}

.pli-bar-chart-5:before {
  content: "\e991";
}

.pli-bar-code:before {
  content: "\e992";
}

.pli-barricade:before {
  content: "\e993";
}

.pli-barricade-2:before {
  content: "\e994";
}

.pli-baseball:before {
  content: "\e995";
}

.pli-basket-ball:before {
  content: "\e996";
}

.pli-basket-coins:before {
  content: "\e997";
}

.pli-basket-items:before {
  content: "\e998";
}

.pli-basket-quantity:before {
  content: "\e999";
}

.pli-bat:before {
  content: "\e99a";
}

.pli-bat-2:before {
  content: "\e99b";
}

.pli-bathrobe:before {
  content: "\e99c";
}

.pli-batman-mask:before {
  content: "\e99d";
}

.pli-battery-0:before {
  content: "\e99e";
}

.pli-battery-25:before {
  content: "\e99f";
}

.pli-battery-50:before {
  content: "\e9a0";
}

.pli-battery-75:before {
  content: "\e9a1";
}

.pli-battery-100:before {
  content: "\e9a2";
}

.pli-battery-charge:before {
  content: "\e9a3";
}

.pli-bear:before {
  content: "\e9a4";
}

.pli-beard:before {
  content: "\e9a5";
}

.pli-beard-2:before {
  content: "\e9a6";
}

.pli-beard-3:before {
  content: "\e9a7";
}

.pli-bebo:before {
  content: "\e9a8";
}

.pli-bee:before {
  content: "\e9a9";
}

.pli-beer:before {
  content: "\e9aa";
}

.pli-beer-glass:before {
  content: "\e9ab";
}

.pli-behance:before {
  content: "\e9ac";
}

.pli-bell:before {
  content: "\e9ad";
}

.pli-bell-2:before {
  content: "\e9ae";
}

.pli-belt:before {
  content: "\e9af";
}

.pli-belt-2:before {
  content: "\e9b0";
}

.pli-belt-3:before {
  content: "\e9b1";
}

.pli-berlin-tower:before {
  content: "\e9b2";
}

.pli-beta:before {
  content: "\e9b3";
}

.pli-betvibes:before {
  content: "\e9b4";
}

.pli-bicycle:before {
  content: "\e9b5";
}

.pli-bicycle-2:before {
  content: "\e9b6";
}

.pli-bicycle-3:before {
  content: "\e9b7";
}

.pli-big-ben:before {
  content: "\e9b8";
}

.pli-big-data:before {
  content: "\e9b9";
}

.pli-bike-helmet:before {
  content: "\e9ba";
}

.pli-bikini:before {
  content: "\e9bb";
}

.pli-billing:before {
  content: "\e9bc";
}

.pli-bing:before {
  content: "\e9bd";
}

.pli-binocular:before {
  content: "\e9be";
}

.pli-bio-hazard:before {
  content: "\e9bf";
}

.pli-biotech:before {
  content: "\e9c0";
}

.pli-bird:before {
  content: "\e9c1";
}

.pli-bird-delivering-letter:before {
  content: "\e9c2";
}

.pli-birthday-cake:before {
  content: "\e9c3";
}

.pli-bisexual:before {
  content: "\e9c4";
}

.pli-bishop:before {
  content: "\e9c5";
}

.pli-bitcoin:before {
  content: "\e9c6";
}

.pli-blackboard:before {
  content: "\e9c7";
}

.pli-black-cat:before {
  content: "\e9c8";
}

.pli-blinklist:before {
  content: "\e9c9";
}

.pli-block-cloud:before {
  content: "\e9ca";
}

.pli-block-window:before {
  content: "\e9cb";
}

.pli-blogger:before {
  content: "\e9cc";
}

.pli-blood:before {
  content: "\e9cd";
}

.pli-blouse:before {
  content: "\e9ce";
}

.pli-blueprint:before {
  content: "\e9cf";
}

.pli-board:before {
  content: "\e9d0";
}

.pli-bodybuilding:before {
  content: "\e9d1";
}

.pli-bold-text:before {
  content: "\e9d2";
}

.pli-bone:before {
  content: "\e9d3";
}

.pli-bones:before {
  content: "\e9d4";
}

.pli-book:before {
  content: "\e9d5";
}

.pli-bookmark:before {
  content: "\e9d6";
}

.pli-books:before {
  content: "\e9d7";
}

.pli-books-2:before {
  content: "\e9d8";
}

.pli-boom:before {
  content: "\e9d9";
}

.pli-boot:before {
  content: "\e9da";
}

.pli-boot-2:before {
  content: "\e9db";
}

.pli-bottom-to-top:before {
  content: "\e9dc";
}

.pli-bow:before {
  content: "\e9dd";
}

.pli-bow-2:before {
  content: "\e9de";
}

.pli-bow-3:before {
  content: "\e9df";
}

.pli-bow-4:before {
  content: "\e9e0";
}

.pli-bow-5:before {
  content: "\e9e1";
}

.pli-bow-6:before {
  content: "\e9e2";
}

.pli-bowling:before {
  content: "\e9e3";
}

.pli-bowling-2:before {
  content: "\e9e4";
}

.pli-box:before {
  content: "\e9e5";
}

.pli-box-close:before {
  content: "\e9e6";
}

.pli-box-full:before {
  content: "\e9e7";
}

.pli-box-gloves:before {
  content: "\e9e8";
}

.pli-box-open:before {
  content: "\e9e9";
}

.pli-box-with-folders:before {
  content: "\e9ea";
}

.pli-boy:before {
  content: "\e9eb";
}

.pli-bra:before {
  content: "\e9ec";
}

.pli-brain:before {
  content: "\e9ed";
}

.pli-brain-2:before {
  content: "\e9ee";
}

.pli-brain-3:before {
  content: "\e9ef";
}

.pli-brazil:before {
  content: "\e9f0";
}

.pli-bread:before {
  content: "\e9f1";
}

.pli-bread-2:before {
  content: "\e9f2";
}

.pli-bridge:before {
  content: "\e9f3";
}

.pli-brightkite:before {
  content: "\e9f4";
}

.pli-broken-link:before {
  content: "\e9f5";
}

.pli-broken-link-2:before {
  content: "\e9f6";
}

.pli-broom:before {
  content: "\e9f7";
}

.pli-brush:before {
  content: "\e9f8";
}

.pli-bucket:before {
  content: "\e9f9";
}

.pli-bug:before {
  content: "\e9fa";
}

.pli-building:before {
  content: "\e9fb";
}

.pli-bulleted-list:before {
  content: "\e9fc";
}

.pli-bus:before {
  content: "\e9fd";
}

.pli-bus-2:before {
  content: "\e9fe";
}

.pli-business-man:before {
  content: "\e9ff";
}

.pli-business-man-woman:before {
  content: "\ea00";
}

.pli-business-mens:before {
  content: "\ea01";
}

.pli-business-woman:before {
  content: "\ea02";
}

.pli-butterfly:before {
  content: "\ea03";
}

.pli-button:before {
  content: "\ea04";
}

.pli-cable-car:before {
  content: "\ea05";
}

.pli-cake:before {
  content: "\ea06";
}

.pli-calculator:before {
  content: "\ea07";
}

.pli-calculator-2:before {
  content: "\ea08";
}

.pli-calculator-3:before {
  content: "\ea09";
}

.pli-calendar:before {
  content: "\ea0a";
}

.pli-calendar-2:before {
  content: "\ea0b";
}

.pli-calendar-3:before {
  content: "\ea0c";
}

.pli-calendar-4:before {
  content: "\ea0d";
}

.pli-calendar-clock:before {
  content: "\ea0e";
}

.pli-calendly:before {
  content: "\ea0f";
}

.pli-camel:before {
  content: "\ea10";
}

.pli-camera:before {
  content: "\ea11";
}

.pli-camera-2:before {
  content: "\ea12";
}

.pli-camera-3:before {
  content: "\ea13";
}

.pli-camera-4:before {
  content: "\ea14";
}

.pli-camera-5:before {
  content: "\ea15";
}

.pli-camera-back:before {
  content: "\ea16";
}

.pli-can:before {
  content: "\ea17";
}

.pli-can-2:before {
  content: "\ea18";
}

.pli-canada:before {
  content: "\ea19";
}

.pli-cancer:before {
  content: "\ea1a";
}

.pli-cancer-2:before {
  content: "\ea1b";
}

.pli-cancer-3:before {
  content: "\ea1c";
}

.pli-candle:before {
  content: "\ea1d";
}

.pli-candy:before {
  content: "\ea1e";
}

.pli-candy-cane:before {
  content: "\ea1f";
}

.pli-cannon:before {
  content: "\ea20";
}

.pli-cap:before {
  content: "\ea21";
}

.pli-cap-2:before {
  content: "\ea22";
}

.pli-cap-3:before {
  content: "\ea23";
}

.pli-capricorn:before {
  content: "\ea24";
}

.pli-capricorn-2:before {
  content: "\ea25";
}

.pli-cap-smiley:before {
  content: "\ea26";
}

.pli-car:before {
  content: "\ea27";
}

.pli-car-2:before {
  content: "\ea28";
}

.pli-car-3:before {
  content: "\ea29";
}

.pli-cardigan:before {
  content: "\ea2a";
}

.pli-cardiovascular:before {
  content: "\ea2b";
}

.pli-cart-coin:before {
  content: "\ea2c";
}

.pli-cart-items:before {
  content: "\ea2d";
}

.pli-cart-quantity:before {
  content: "\ea2e";
}

.pli-car-wheel:before {
  content: "\ea2f";
}

.pli-casette-tape:before {
  content: "\ea30";
}

.pli-cash-register:before {
  content: "\ea31";
}

.pli-cash-register-2:before {
  content: "\ea32";
}

.pli-castle:before {
  content: "\ea33";
}

.pli-cat:before {
  content: "\ea34";
}

.pli-cathedral:before {
  content: "\ea35";
}

.pli-cauldron:before {
  content: "\ea36";
}

.pli-cd:before {
  content: "\ea37";
}

.pli-cd-2:before {
  content: "\ea38";
}

.pli-cd-cover:before {
  content: "\ea39";
}

.pli-cello:before {
  content: "\ea3a";
}

.pli-celsius:before {
  content: "\ea3b";
}

.pli-chair:before {
  content: "\ea3c";
}

.pli-charger:before {
  content: "\ea3d";
}

.pli-check:before {
  content: "\ea3e";
}

.pli-check-2:before {
  content: "\ea3f";
}

.pli-checked-user:before {
  content: "\ea40";
}

.pli-checkered-flag:before {
  content: "\ea41";
}

.pli-checkmate:before {
  content: "\ea42";
}

.pli-checkout:before {
  content: "\ea43";
}

.pli-checkout-bag:before {
  content: "\ea44";
}

.pli-checkout-basket:before {
  content: "\ea45";
}

.pli-cheese:before {
  content: "\ea46";
}

.pli-cheetah:before {
  content: "\ea47";
}

.pli-chef:before {
  content: "\ea48";
}

.pli-chef-hat:before {
  content: "\ea49";
}

.pli-chef-hat-2:before {
  content: "\ea4a";
}

.pli-chemical:before {
  content: "\ea4b";
}

.pli-chemical-2:before {
  content: "\ea4c";
}

.pli-chemical-3:before {
  content: "\ea4d";
}

.pli-chemical-4:before {
  content: "\ea4e";
}

.pli-chemical-5:before {
  content: "\ea4f";
}

.pli-chess:before {
  content: "\ea50";
}

.pli-chess-board:before {
  content: "\ea51";
}

.pli-chevron-down:before {
  content: "\ea52";
}

.pli-chevron-left:before {
  content: "\ea53";
}

.pli-chevron-right:before {
  content: "\ea54";
}

.pli-chevron-up:before {
  content: "\ea55";
}

.pli-chicken:before {
  content: "\ea56";
}

.pli-chile:before {
  content: "\ea57";
}

.pli-chimney:before {
  content: "\ea58";
}

.pli-china:before {
  content: "\ea59";
}

.pli-chinese-temple:before {
  content: "\ea5a";
}

.pli-chip:before {
  content: "\ea5b";
}

.pli-chopsticks:before {
  content: "\ea5c";
}

.pli-chopsticks-2:before {
  content: "\ea5d";
}

.pli-christmas:before {
  content: "\ea5e";
}

.pli-christmas-ball:before {
  content: "\ea5f";
}

.pli-christmas-bell:before {
  content: "\ea60";
}

.pli-christmas-candle:before {
  content: "\ea61";
}

.pli-christmas-hat:before {
  content: "\ea62";
}

.pli-christmas-sleigh:before {
  content: "\ea63";
}

.pli-christmas-snowman:before {
  content: "\ea64";
}

.pli-christmas-sock:before {
  content: "\ea65";
}

.pli-christmas-tree:before {
  content: "\ea66";
}

.pli-chrome:before {
  content: "\ea67";
}

.pli-chrysler-building:before {
  content: "\ea68";
}

.pli-cinema:before {
  content: "\ea69";
}

.pli-circular-point:before {
  content: "\ea6a";
}

.pli-city-hall:before {
  content: "\ea6b";
}

.pli-clamp:before {
  content: "\ea6c";
}

.pli-clapperboard-close:before {
  content: "\ea6d";
}

.pli-clapperboard-open:before {
  content: "\ea6e";
}

.pli-claps:before {
  content: "\ea6f";
}

.pli-clef:before {
  content: "\ea70";
}

.pli-clinic:before {
  content: "\ea71";
}

.pli-clock:before {
  content: "\ea72";
}

.pli-clock-2:before {
  content: "\ea73";
}

.pli-clock-3:before {
  content: "\ea74";
}

.pli-clock-4:before {
  content: "\ea75";
}

.pli-clock-back:before {
  content: "\ea76";
}

.pli-clock-forward:before {
  content: "\ea77";
}

.pli-close:before {
  content: "\ea78";
}

.pli-close-window:before {
  content: "\ea79";
}

.pli-clothing-store:before {
  content: "\ea7a";
}

.pli-cloud:before {
  content: "\ea7b";
}

.pli-cloud-camera:before {
  content: "\ea7c";
}

.pli-cloud-computer:before {
  content: "\ea7d";
}

.pli-cloud-email:before {
  content: "\ea7e";
}

.pli-cloud-hail:before {
  content: "\ea7f";
}

.pli-cloud-laptop:before {
  content: "\ea80";
}

.pli-cloud-lock:before {
  content: "\ea81";
}

.pli-cloud-min:before {
  content: "\ea82";
}

.pli-cloud-moon:before {
  content: "\ea83";
}

.pli-cloud-music:before {
  content: "\ea84";
}

.pli-cloud-picture:before {
  content: "\ea85";
}

.pli-cloud-plus:before {
  content: "\ea86";
}

.pli-cloud-rain:before {
  content: "\ea87";
}

.pli-cloud-remove:before {
  content: "\ea88";
}

.pli-clouds:before {
  content: "\ea89";
}

.pli-cloud-secure:before {
  content: "\ea8a";
}

.pli-cloud-settings:before {
  content: "\ea8b";
}

.pli-cloud-smartphone:before {
  content: "\ea8c";
}

.pli-cloud-snow:before {
  content: "\ea8d";
}

.pli-cloud-sun:before {
  content: "\ea8e";
}

.pli-clouds-weather:before {
  content: "\ea8f";
}

.pli-cloud-tablet:before {
  content: "\ea90";
}

.pli-cloud-video:before {
  content: "\ea91";
}

.pli-cloud-weather:before {
  content: "\ea92";
}

.pli-clown:before {
  content: "\ea93";
}

.pli-cmyk:before {
  content: "\ea94";
}

.pli-coat:before {
  content: "\ea95";
}

.pli-cocktail:before {
  content: "\ea96";
}

.pli-coconut:before {
  content: "\ea97";
}

.pli-code-window:before {
  content: "\ea98";
}

.pli-coding:before {
  content: "\ea99";
}

.pli-coffee:before {
  content: "\ea9a";
}

.pli-coffee-2:before {
  content: "\ea9b";
}

.pli-coffee-bean:before {
  content: "\ea9c";
}

.pli-coffee-machine:before {
  content: "\ea9d";
}

.pli-coffee-to-go:before {
  content: "\ea9e";
}

.pli-coffin:before {
  content: "\ea9f";
}

.pli-coin:before {
  content: "\eaa0";
}

.pli-coins:before {
  content: "\eaa1";
}

.pli-coins-2:before {
  content: "\eaa2";
}

.pli-coins-3:before {
  content: "\eaa3";
}

.pli-colombia:before {
  content: "\eaa4";
}

.pli-colosseum:before {
  content: "\eaa5";
}

.pli-column:before {
  content: "\eaa6";
}

.pli-column-2:before {
  content: "\eaa7";
}

.pli-column-3:before {
  content: "\eaa8";
}

.pli-comb:before {
  content: "\eaa9";
}

.pli-comb-2:before {
  content: "\eaaa";
}

.pli-communication-tower:before {
  content: "\eaab";
}

.pli-communication-tower-2:before {
  content: "\eaac";
}

.pli-compass:before {
  content: "\eaad";
}

.pli-compass-2:before {
  content: "\eaae";
}

.pli-compass-3:before {
  content: "\eaaf";
}

.pli-compass-4:before {
  content: "\eab0";
}

.pli-compass-rose:before {
  content: "\eab1";
}

.pli-computer:before {
  content: "\eab2";
}

.pli-computer-2:before {
  content: "\eab3";
}

.pli-computer-3:before {
  content: "\eab4";
}

.pli-computer-secure:before {
  content: "\eab5";
}

.pli-conference:before {
  content: "\eab6";
}

.pli-confused:before {
  content: "\eab7";
}

.pli-conservation:before {
  content: "\eab8";
}

.pli-consulting:before {
  content: "\eab9";
}

.pli-contrast:before {
  content: "\eaba";
}

.pli-control:before {
  content: "\eabb";
}

.pli-control-2:before {
  content: "\eabc";
}

.pli-cookie-man:before {
  content: "\eabd";
}

.pli-cookies:before {
  content: "\eabe";
}

.pli-cool:before {
  content: "\eabf";
}

.pli-cool-guy:before {
  content: "\eac0";
}

.pli-copyright:before {
  content: "\eac1";
}

.pli-costume:before {
  content: "\eac2";
}

.pli-couple-sign:before {
  content: "\eac3";
}

.pli-cow:before {
  content: "\eac4";
}

.pli-cpu:before {
  content: "\eac5";
}

.pli-crane:before {
  content: "\eac6";
}

.pli-cranium:before {
  content: "\eac7";
}

.pli-credit-card:before {
  content: "\eac8";
}

.pli-credit-card-2:before {
  content: "\eac9";
}

.pli-credit-card-3:before {
  content: "\eaca";
}

.pli-cricket:before {
  content: "\eacb";
}

.pli-criminal:before {
  content: "\eacc";
}

.pli-croissant:before {
  content: "\eacd";
}

.pli-crop:before {
  content: "\eace";
}

.pli-crop-2:before {
  content: "\eacf";
}

.pli-cross:before {
  content: "\ead0";
}

.pli-crown:before {
  content: "\ead1";
}

.pli-crown-2:before {
  content: "\ead2";
}

.pli-crying:before {
  content: "\ead3";
}

.pli-cube-molecule:before {
  content: "\ead4";
}

.pli-cube-molecule-2:before {
  content: "\ead5";
}

.pli-cupcake:before {
  content: "\ead6";
}

.pli-cursor:before {
  content: "\ead7";
}

.pli-cursor-click:before {
  content: "\ead8";
}

.pli-cursor-click-2:before {
  content: "\ead9";
}

.pli-cursor-move:before {
  content: "\eada";
}

.pli-cursor-move-2:before {
  content: "\eadb";
}

.pli-cursor-select:before {
  content: "\eadc";
}

.pli-dam:before {
  content: "\eadd";
}

.pli-danger:before {
  content: "\eade";
}

.pli-danger-2:before {
  content: "\eadf";
}

.pli-dashboard:before {
  content: "\eae0";
}

.pli-data:before {
  content: "\eae1";
}

.pli-data-backup:before {
  content: "\eae2";
}

.pli-data-block:before {
  content: "\eae3";
}

.pli-data-center:before {
  content: "\eae4";
}

.pli-data-clock:before {
  content: "\eae5";
}

.pli-data-cloud:before {
  content: "\eae6";
}

.pli-data-compress:before {
  content: "\eae7";
}

.pli-data-copy:before {
  content: "\eae8";
}

.pli-data-download:before {
  content: "\eae9";
}

.pli-data-financial:before {
  content: "\eaea";
}

.pli-data-key:before {
  content: "\eaeb";
}

.pli-data-lock:before {
  content: "\eaec";
}

.pli-data-network:before {
  content: "\eaed";
}

.pli-data-password:before {
  content: "\eaee";
}

.pli-data-power:before {
  content: "\eaef";
}

.pli-data-refresh:before {
  content: "\eaf0";
}

.pli-data-save:before {
  content: "\eaf1";
}

.pli-data-search:before {
  content: "\eaf2";
}

.pli-data-security:before {
  content: "\eaf3";
}

.pli-data-settings:before {
  content: "\eaf4";
}

.pli-data-sharing:before {
  content: "\eaf5";
}

.pli-data-shield:before {
  content: "\eaf6";
}

.pli-data-signal:before {
  content: "\eaf7";
}

.pli-data-storage:before {
  content: "\eaf8";
}

.pli-data-stream:before {
  content: "\eaf9";
}

.pli-data-transfer:before {
  content: "\eafa";
}

.pli-data-unlock:before {
  content: "\eafb";
}

.pli-data-upload:before {
  content: "\eafc";
}

.pli-data-yes:before {
  content: "\eafd";
}

.pli-daylight:before {
  content: "\eafe";
}

.pli-death:before {
  content: "\eaff";
}

.pli-debian:before {
  content: "\eb00";
}

.pli-dec:before {
  content: "\eb01";
}

.pli-decrease-indent:before {
  content: "\eb02";
}

.pli-deer:before {
  content: "\eb03";
}

.pli-deer-2:before {
  content: "\eb04";
}

.pli-delete-window:before {
  content: "\eb05";
}

.pli-delicious:before {
  content: "\eb06";
}

.pli-denmark:before {
  content: "\eb07";
}

.pli-depression:before {
  content: "\eb08";
}

.pli-deviantart:before {
  content: "\eb09";
}

.pli-device-sync-with-cloud:before {
  content: "\eb0a";
}

.pli-diamond:before {
  content: "\eb0b";
}

.pli-dice:before {
  content: "\eb0c";
}

.pli-dice-2:before {
  content: "\eb0d";
}

.pli-digg:before {
  content: "\eb0e";
}

.pli-digital-drawing:before {
  content: "\eb0f";
}

.pli-diigo:before {
  content: "\eb10";
}

.pli-dinosaur:before {
  content: "\eb11";
}

.pli-diploma:before {
  content: "\eb12";
}

.pli-diploma-2:before {
  content: "\eb13";
}

.pli-direction-east:before {
  content: "\eb14";
}

.pli-direction-north:before {
  content: "\eb15";
}

.pli-direction-south:before {
  content: "\eb16";
}

.pli-direction-west:before {
  content: "\eb17";
}

.pli-director:before {
  content: "\eb18";
}

.pli-disk:before {
  content: "\eb19";
}

.pli-dj:before {
  content: "\eb1a";
}

.pli-dna:before {
  content: "\eb1b";
}

.pli-dna-2:before {
  content: "\eb1c";
}

.pli-dna-helix:before {
  content: "\eb1d";
}

.pli-doctor:before {
  content: "\eb1e";
}

.pli-dog:before {
  content: "\eb1f";
}

.pli-dollar:before {
  content: "\eb20";
}

.pli-dollar-sign:before {
  content: "\eb21";
}

.pli-dollar-sign-2:before {
  content: "\eb22";
}

.pli-dolphin:before {
  content: "\eb23";
}

.pli-domino:before {
  content: "\eb24";
}

.pli-door:before {
  content: "\eb25";
}

.pli-door-hanger:before {
  content: "\eb26";
}

.pli-dopplr:before {
  content: "\eb27";
}

.pli-dot-horizontal:before {
  content: "\eb28";
}

.pli-dot-vertical:before {
  content: "\eb29";
}

.pli-double-circle:before {
  content: "\eb2a";
}

.pli-double-tap:before {
  content: "\eb2b";
}

.pli-doughnut:before {
  content: "\eb2c";
}

.pli-dove:before {
  content: "\eb2d";
}

.pli-down:before {
  content: "\eb2e";
}

.pli-down-2:before {
  content: "\eb2f";
}

.pli-down-3:before {
  content: "\eb30";
}

.pli-down-4:before {
  content: "\eb31";
}

.pli-download:before {
  content: "\eb32";
}

.pli-download-2:before {
  content: "\eb33";
}

.pli-download-from-cloud:before {
  content: "\eb34";
}

.pli-download-window:before {
  content: "\eb35";
}

.pli-downward:before {
  content: "\eb36";
}

.pli-drag:before {
  content: "\eb37";
}

.pli-drag-down:before {
  content: "\eb38";
}

.pli-drag-left:before {
  content: "\eb39";
}

.pli-drag-right:before {
  content: "\eb3a";
}

.pli-drag-up:before {
  content: "\eb3b";
}

.pli-dress:before {
  content: "\eb3c";
}

.pli-dribbble:before {
  content: "\eb3d";
}

.pli-drill:before {
  content: "\eb3e";
}

.pli-drill-2:before {
  content: "\eb3f";
}

.pli-drop:before {
  content: "\eb40";
}

.pli-dropbox:before {
  content: "\eb41";
}

.pli-drum:before {
  content: "\eb42";
}

.pli-dry:before {
  content: "\eb43";
}

.pli-duck:before {
  content: "\eb44";
}

.pli-dumbbell:before {
  content: "\eb45";
}

.pli-duplicate-layer:before {
  content: "\eb46";
}

.pli-duplicate-window:before {
  content: "\eb47";
}

.pli-dvd:before {
  content: "\eb48";
}

.pli-eagle:before {
  content: "\eb49";
}

.pli-ear:before {
  content: "\eb4a";
}

.pli-earphones:before {
  content: "\eb4b";
}

.pli-earphones-2:before {
  content: "\eb4c";
}

.pli-eco-icon:before {
  content: "\eb4d";
}

.pli-edit:before {
  content: "\eb4e";
}

.pli-edit-map:before {
  content: "\eb4f";
}

.pli-eggs:before {
  content: "\eb50";
}

.pli-egypt:before {
  content: "\eb51";
}

.pli-eifel-tower:before {
  content: "\eb52";
}

.pli-eject:before {
  content: "\eb53";
}

.pli-eject-2:before {
  content: "\eb54";
}

.pli-elbow:before {
  content: "\eb55";
}

.pli-el-castillo:before {
  content: "\eb56";
}

.pli-electric-guitar:before {
  content: "\eb57";
}

.pli-electricity:before {
  content: "\eb58";
}

.pli-elephant:before {
  content: "\eb59";
}

.pli-email:before {
  content: "\eb5a";
}

.pli-embassy:before {
  content: "\eb5b";
}

.pli-empire-state-building:before {
  content: "\eb5c";
}

.pli-empty-box:before {
  content: "\eb5d";
}

.pli-end:before {
  content: "\eb5e";
}

.pli-end-2:before {
  content: "\eb5f";
}

.pli-end-3:before {
  content: "\eb60";
}

.pli-endways:before {
  content: "\eb61";
}

.pli-engineering:before {
  content: "\eb62";
}

.pli-envelope:before {
  content: "\eb63";
}

.pli-envelope-2:before {
  content: "\eb64";
}

.pli-environmental:before {
  content: "\eb65";
}

.pli-environmental-2:before {
  content: "\eb66";
}

.pli-environmental-3:before {
  content: "\eb67";
}

.pli-equalizer:before {
  content: "\eb68";
}

.pli-eraser:before {
  content: "\eb69";
}

.pli-eraser-2:before {
  content: "\eb6a";
}

.pli-eraser-3:before {
  content: "\eb6b";
}

.pli-error-404-window:before {
  content: "\eb6c";
}

.pli-euro:before {
  content: "\eb6d";
}

.pli-euro-sign:before {
  content: "\eb6e";
}

.pli-euro-sign-2:before {
  content: "\eb6f";
}

.pli-evernote:before {
  content: "\eb70";
}

.pli-evil:before {
  content: "\eb71";
}

.pli-exclamation:before {
  content: "\eb72";
}

.pli-explode:before {
  content: "\eb73";
}

.pli-eye:before {
  content: "\eb74";
}

.pli-eye-2:before {
  content: "\eb75";
}

.pli-eye-blind:before {
  content: "\eb76";
}

.pli-eyebrow:before {
  content: "\eb77";
}

.pli-eyebrow-2:before {
  content: "\eb78";
}

.pli-eyebrow-3:before {
  content: "\eb79";
}

.pli-eyeglasses-smiley:before {
  content: "\eb7a";
}

.pli-eyeglasses-smiley-2:before {
  content: "\eb7b";
}

.pli-eye-invisible:before {
  content: "\eb7c";
}

.pli-eye-scan:before {
  content: "\eb7d";
}

.pli-eye-visible:before {
  content: "\eb7e";
}

.pli-facebook:before {
  content: "\eb7f";
}

.pli-facebook-2:before {
  content: "\eb80";
}

.pli-face-style:before {
  content: "\eb81";
}

.pli-face-style-2:before {
  content: "\eb82";
}

.pli-face-style-3:before {
  content: "\eb83";
}

.pli-face-style-4:before {
  content: "\eb84";
}

.pli-face-style-5:before {
  content: "\eb85";
}

.pli-face-style-6:before {
  content: "\eb86";
}

.pli-factory:before {
  content: "\eb87";
}

.pli-factory-2:before {
  content: "\eb88";
}

.pli-fahrenheit:before {
  content: "\eb89";
}

.pli-family-sign:before {
  content: "\eb8a";
}

.pli-fan:before {
  content: "\eb8b";
}

.pli-farmer:before {
  content: "\eb8c";
}

.pli-fashion:before {
  content: "\eb8d";
}

.pli-favorite-window:before {
  content: "\eb8e";
}

.pli-fax:before {
  content: "\eb8f";
}

.pli-feather:before {
  content: "\eb90";
}

.pli-feedburner:before {
  content: "\eb91";
}

.pli-female:before {
  content: "\eb92";
}

.pli-female-2:before {
  content: "\eb93";
}

.pli-female-sign:before {
  content: "\eb94";
}

.pli-file:before {
  content: "\eb95";
}

.pli-file-add:before {
  content: "\eb96";
}

.pli-file-block:before {
  content: "\eb97";
}

.pli-file-bookmark:before {
  content: "\eb98";
}

.pli-file-chart:before {
  content: "\eb99";
}

.pli-file-clipboard:before {
  content: "\eb9a";
}

.pli-file-clipboard-file-text:before {
  content: "\eb9b";
}

.pli-file-clipboard-text-image:before {
  content: "\eb9c";
}

.pli-file-cloud:before {
  content: "\eb9d";
}

.pli-file-copy:before {
  content: "\eb9e";
}

.pli-file-copy-2:before {
  content: "\eb9f";
}

.pli-file-csv:before {
  content: "\eba0";
}

.pli-file-delete:before {
  content: "\eba1";
}

.pli-file-download:before {
  content: "\eba2";
}

.pli-file-edit:before {
  content: "\eba3";
}

.pli-file-excel:before {
  content: "\eba4";
}

.pli-file-favorite:before {
  content: "\eba5";
}

.pli-file-fire:before {
  content: "\eba6";
}

.pli-file-graph:before {
  content: "\eba7";
}

.pli-file-hide:before {
  content: "\eba8";
}

.pli-file-horizontal:before {
  content: "\eba9";
}

.pli-file-horizontal-text:before {
  content: "\ebaa";
}

.pli-file-html:before {
  content: "\ebab";
}

.pli-file-jpg:before {
  content: "\ebac";
}

.pli-file-link:before {
  content: "\ebad";
}

.pli-file-loading:before {
  content: "\ebae";
}

.pli-file-lock:before {
  content: "\ebaf";
}

.pli-file-love:before {
  content: "\ebb0";
}

.pli-file-music:before {
  content: "\ebb1";
}

.pli-file-network:before {
  content: "\ebb2";
}

.pli-file-pictures:before {
  content: "\ebb3";
}

.pli-file-pie:before {
  content: "\ebb4";
}

.pli-file-presentation:before {
  content: "\ebb5";
}

.pli-file-refresh:before {
  content: "\ebb6";
}

.pli-file-remove:before {
  content: "\ebb7";
}

.pli-files:before {
  content: "\ebb8";
}

.pli-file-search:before {
  content: "\ebb9";
}

.pli-file-settings:before {
  content: "\ebba";
}

.pli-file-share:before {
  content: "\ebbb";
}

.pli-file-text-image:before {
  content: "\ebbc";
}

.pli-file-trash:before {
  content: "\ebbd";
}

.pli-file-txt:before {
  content: "\ebbe";
}

.pli-file-upload:before {
  content: "\ebbf";
}

.pli-file-video:before {
  content: "\ebc0";
}

.pli-file-word:before {
  content: "\ebc1";
}

.pli-file-zip:before {
  content: "\ebc2";
}

.pli-film:before {
  content: "\ebc3";
}

.pli-film-board:before {
  content: "\ebc4";
}

.pli-film-cartridge:before {
  content: "\ebc5";
}

.pli-film-strip:before {
  content: "\ebc6";
}

.pli-film-video:before {
  content: "\ebc7";
}

.pli-filter:before {
  content: "\ebc8";
}

.pli-filter-2:before {
  content: "\ebc9";
}

.pli-financial:before {
  content: "\ebca";
}

.pli-find-user:before {
  content: "\ebcb";
}

.pli-finger:before {
  content: "\ebcc";
}

.pli-finger-drag-four-sides:before {
  content: "\ebcd";
}

.pli-finger-drag-two-sides:before {
  content: "\ebce";
}

.pli-finger-print:before {
  content: "\ebcf";
}

.pli-fingerprint:before {
  content: "\ebd0";
}

.pli-fingerprint-2:before {
  content: "\ebd1";
}

.pli-fire-flame:before {
  content: "\ebd2";
}

.pli-fire-flame-2:before {
  content: "\ebd3";
}

.pli-firefox:before {
  content: "\ebd4";
}

.pli-fire-hydrant:before {
  content: "\ebd5";
}

.pli-fire-station:before {
  content: "\ebd6";
}

.pli-firewall:before {
  content: "\ebd7";
}

.pli-first:before {
  content: "\ebd8";
}

.pli-first-aid:before {
  content: "\ebd9";
}

.pli-fish:before {
  content: "\ebda";
}

.pli-fish-food:before {
  content: "\ebdb";
}

.pli-fit-to:before {
  content: "\ebdc";
}

.pli-fit-to-2:before {
  content: "\ebdd";
}

.pli-five-fingers:before {
  content: "\ebde";
}

.pli-five-fingers-drag:before {
  content: "\ebdf";
}

.pli-five-fingers-drag-2:before {
  content: "\ebe0";
}

.pli-five-fingers-touch:before {
  content: "\ebe1";
}

.pli-flag:before {
  content: "\ebe2";
}

.pli-flag-2:before {
  content: "\ebe3";
}

.pli-flag-3:before {
  content: "\ebe4";
}

.pli-flag-4:before {
  content: "\ebe5";
}

.pli-flag-5:before {
  content: "\ebe6";
}

.pli-flag-6:before {
  content: "\ebe7";
}

.pli-flamingo:before {
  content: "\ebe8";
}

.pli-flash:before {
  content: "\ebe9";
}

.pli-flash-2:before {
  content: "\ebea";
}

.pli-flashlight:before {
  content: "\ebeb";
}

.pli-flash-video:before {
  content: "\ebec";
}

.pli-flask:before {
  content: "\ebed";
}

.pli-flask-2:before {
  content: "\ebee";
}

.pli-flick:before {
  content: "\ebef";
}

.pli-flickr:before {
  content: "\ebf0";
}

.pli-flowerpot:before {
  content: "\ebf1";
}

.pli-fluorescent:before {
  content: "\ebf2";
}

.pli-fog-day:before {
  content: "\ebf3";
}

.pli-fog-night:before {
  content: "\ebf4";
}

.pli-folder:before {
  content: "\ebf5";
}

.pli-folder-add:before {
  content: "\ebf6";
}

.pli-folder-archive:before {
  content: "\ebf7";
}

.pli-folder-binder:before {
  content: "\ebf8";
}

.pli-folder-binder-2:before {
  content: "\ebf9";
}

.pli-folder-block:before {
  content: "\ebfa";
}

.pli-folder-bookmark:before {
  content: "\ebfb";
}

.pli-folder-close:before {
  content: "\ebfc";
}

.pli-folder-cloud:before {
  content: "\ebfd";
}

.pli-folder-delete:before {
  content: "\ebfe";
}

.pli-folder-download:before {
  content: "\ebff";
}

.pli-folder-edit:before {
  content: "\ec00";
}

.pli-folder-favorite:before {
  content: "\ec01";
}

.pli-folder-fire:before {
  content: "\ec02";
}

.pli-folder-hide:before {
  content: "\ec03";
}

.pli-folder-link:before {
  content: "\ec04";
}

.pli-folder-loading:before {
  content: "\ec05";
}

.pli-folder-lock:before {
  content: "\ec06";
}

.pli-folder-love:before {
  content: "\ec07";
}

.pli-folder-music:before {
  content: "\ec08";
}

.pli-folder-network:before {
  content: "\ec09";
}

.pli-folder-open:before {
  content: "\ec0a";
}

.pli-folder-open-2:before {
  content: "\ec0b";
}

.pli-folder-organizing:before {
  content: "\ec0c";
}

.pli-folder-pictures:before {
  content: "\ec0d";
}

.pli-folder-refresh:before {
  content: "\ec0e";
}

.pli-folder-remove:before {
  content: "\ec0f";
}

.pli-folders:before {
  content: "\ec10";
}

.pli-folder-search:before {
  content: "\ec11";
}

.pli-folder-settings:before {
  content: "\ec12";
}

.pli-folder-share:before {
  content: "\ec13";
}

.pli-folder-trash:before {
  content: "\ec14";
}

.pli-folder-upload:before {
  content: "\ec15";
}

.pli-folder-video:before {
  content: "\ec16";
}

.pli-folder-with-document:before {
  content: "\ec17";
}

.pli-folder-zip:before {
  content: "\ec18";
}

.pli-font-color:before {
  content: "\ec19";
}

.pli-font-name:before {
  content: "\ec1a";
}

.pli-font-size:before {
  content: "\ec1b";
}

.pli-font-style:before {
  content: "\ec1c";
}

.pli-font-style-subscript:before {
  content: "\ec1d";
}

.pli-font-style-superscript:before {
  content: "\ec1e";
}

.pli-font-window:before {
  content: "\ec1f";
}

.pli-foot:before {
  content: "\ec20";
}

.pli-foot-2:before {
  content: "\ec21";
}

.pli-football:before {
  content: "\ec22";
}

.pli-football-2:before {
  content: "\ec23";
}

.pli-footprint:before {
  content: "\ec24";
}

.pli-footprint-2:before {
  content: "\ec25";
}

.pli-footprint-3:before {
  content: "\ec26";
}

.pli-forest:before {
  content: "\ec27";
}

.pli-fork:before {
  content: "\ec28";
}

.pli-formspring:before {
  content: "\ec29";
}

.pli-formula:before {
  content: "\ec2a";
}

.pli-forward:before {
  content: "\ec2b";
}

.pli-fountain-pen:before {
  content: "\ec2c";
}

.pli-four-fingers:before {
  content: "\ec2d";
}

.pli-four-fingers-drag:before {
  content: "\ec2e";
}

.pli-four-fingers-drag-2:before {
  content: "\ec2f";
}

.pli-four-fingers-touch:before {
  content: "\ec30";
}

.pli-foursquare:before {
  content: "\ec31";
}

.pli-fox:before {
  content: "\ec32";
}

.pli-frankenstein:before {
  content: "\ec33";
}

.pli-french-fries:before {
  content: "\ec34";
}

.pli-friendfeed:before {
  content: "\ec35";
}

.pli-friendster:before {
  content: "\ec36";
}

.pli-frog:before {
  content: "\ec37";
}

.pli-fruits:before {
  content: "\ec38";
}

.pli-fuel:before {
  content: "\ec39";
}

.pli-full-bag:before {
  content: "\ec3a";
}

.pli-full-basket:before {
  content: "\ec3b";
}

.pli-full-cart:before {
  content: "\ec3c";
}

.pli-full-moon:before {
  content: "\ec3d";
}

.pli-full-screen:before {
  content: "\ec3e";
}

.pli-full-screen-2:before {
  content: "\ec3f";
}

.pli-full-view:before {
  content: "\ec40";
}

.pli-full-view-2:before {
  content: "\ec41";
}

.pli-full-view-window:before {
  content: "\ec42";
}

.pli-function:before {
  content: "\ec43";
}

.pli-funky:before {
  content: "\ec44";
}

.pli-funny-bicycle:before {
  content: "\ec45";
}

.pli-furl:before {
  content: "\ec46";
}

.pli-gamepad:before {
  content: "\ec47";
}

.pli-gamepad-2:before {
  content: "\ec48";
}

.pli-gas-pump:before {
  content: "\ec49";
}

.pli-gauge:before {
  content: "\ec4a";
}

.pli-gauge-2:before {
  content: "\ec4b";
}

.pli-gay:before {
  content: "\ec4c";
}

.pli-gear:before {
  content: "\ec4d";
}

.pli-gear-2:before {
  content: "\ec4e";
}

.pli-gears:before {
  content: "\ec4f";
}

.pli-gears-2:before {
  content: "\ec50";
}

.pli-geek:before {
  content: "\ec51";
}

.pli-geek-2:before {
  content: "\ec52";
}

.pli-gemini:before {
  content: "\ec53";
}

.pli-gemini-2:before {
  content: "\ec54";
}

.pli-genius:before {
  content: "\ec55";
}

.pli-gentleman:before {
  content: "\ec56";
}

.pli-geo:before {
  content: "\ec57";
}

.pli-geo-2:before {
  content: "\ec58";
}

.pli-geo-2-close:before {
  content: "\ec59";
}

.pli-geo-2-love:before {
  content: "\ec5a";
}

.pli-geo-2-min:before {
  content: "\ec5b";
}

.pli-geo-2-number:before {
  content: "\ec5c";
}

.pli-geo-2-plus:before {
  content: "\ec5d";
}

.pli-geo-2-star:before {
  content: "\ec5e";
}

.pli-geo-3:before {
  content: "\ec5f";
}

.pli-geo-3-close:before {
  content: "\ec60";
}

.pli-geo-3-love:before {
  content: "\ec61";
}

.pli-geo-3-min:before {
  content: "\ec62";
}

.pli-geo-3-number:before {
  content: "\ec63";
}

.pli-geo-3-plus:before {
  content: "\ec64";
}

.pli-geo-3-star:before {
  content: "\ec65";
}

.pli-geo-close:before {
  content: "\ec66";
}

.pli-geo-love:before {
  content: "\ec67";
}

.pli-geo-min:before {
  content: "\ec68";
}

.pli-geo-number:before {
  content: "\ec69";
}

.pli-geo-plus:before {
  content: "\ec6a";
}

.pli-geo-star:before {
  content: "\ec6b";
}

.pli-ghost:before {
  content: "\ec6c";
}

.pli-gift-box:before {
  content: "\ec6d";
}

.pli-giraffe:before {
  content: "\ec6e";
}

.pli-girl:before {
  content: "\ec6f";
}

.pli-glasses:before {
  content: "\ec70";
}

.pli-glasses-2:before {
  content: "\ec71";
}

.pli-glasses-3:before {
  content: "\ec72";
}

.pli-glass-water:before {
  content: "\ec73";
}

.pli-global-position:before {
  content: "\ec74";
}

.pli-globe:before {
  content: "\ec75";
}

.pli-globe-2:before {
  content: "\ec76";
}

.pli-gloves:before {
  content: "\ec77";
}

.pli-go-bottom:before {
  content: "\ec78";
}

.pli-goggles:before {
  content: "\ec79";
}

.pli-golf:before {
  content: "\ec7a";
}

.pli-golf-2:before {
  content: "\ec7b";
}

.pli-google:before {
  content: "\ec7c";
}

.pli-google-buzz:before {
  content: "\ec7d";
}

.pli-google-drive:before {
  content: "\ec7e";
}

.pli-google-play:before {
  content: "\ec7f";
}

.pli-google-plus:before {
  content: "\ec80";
}

.pli-gopro:before {
  content: "\ec81";
}

.pli-gorilla:before {
  content: "\ec82";
}

.pli-go-top:before {
  content: "\ec83";
}

.pli-gowalla:before {
  content: "\ec84";
}

.pli-grave:before {
  content: "\ec85";
}

.pli-graveyard:before {
  content: "\ec86";
}

.pli-greece:before {
  content: "\ec87";
}

.pli-green-energy:before {
  content: "\ec88";
}

.pli-green-house:before {
  content: "\ec89";
}

.pli-guitar:before {
  content: "\ec8a";
}

.pli-gun:before {
  content: "\ec8b";
}

.pli-gun-2:before {
  content: "\ec8c";
}

.pli-gun-3:before {
  content: "\ec8d";
}

.pli-gymnastics:before {
  content: "\ec8e";
}

.pli-hair:before {
  content: "\ec8f";
}

.pli-hair-2:before {
  content: "\ec90";
}

.pli-hair-3:before {
  content: "\ec91";
}

.pli-hair-4:before {
  content: "\ec92";
}

.pli-half-moon:before {
  content: "\ec93";
}

.pli-halloween-halfmoon:before {
  content: "\ec94";
}

.pli-halloween-moon:before {
  content: "\ec95";
}

.pli-hamburger:before {
  content: "\ec96";
}

.pli-hammer:before {
  content: "\ec97";
}

.pli-hand:before {
  content: "\ec98";
}

.pli-hands:before {
  content: "\ec99";
}

.pli-handshake:before {
  content: "\ec9a";
}

.pli-hand-touch:before {
  content: "\ec9b";
}

.pli-hand-touch-2:before {
  content: "\ec9c";
}

.pli-hand-touch-smartphone:before {
  content: "\ec9d";
}

.pli-hanger:before {
  content: "\ec9e";
}

.pli-happy:before {
  content: "\ec9f";
}

.pli-hat:before {
  content: "\eca0";
}

.pli-hat-2:before {
  content: "\eca1";
}

.pli-haunted-house:before {
  content: "\eca2";
}

.pli-hd:before {
  content: "\eca3";
}

.pli-hdd:before {
  content: "\eca4";
}

.pli-hd-video:before {
  content: "\eca5";
}

.pli-headphone:before {
  content: "\eca6";
}

.pli-headphones:before {
  content: "\eca7";
}

.pli-headset:before {
  content: "\eca8";
}

.pli-heart:before {
  content: "\eca9";
}

.pli-heart-2:before {
  content: "\ecaa";
}

.pli-heels:before {
  content: "\ecab";
}

.pli-heels-2:before {
  content: "\ecac";
}

.pli-height-window:before {
  content: "\ecad";
}

.pli-helicopter:before {
  content: "\ecae";
}

.pli-helicopter-2:before {
  content: "\ecaf";
}

.pli-helix-2:before {
  content: "\ecb0";
}

.pli-hello:before {
  content: "\ecb1";
}

.pli-helmet:before {
  content: "\ecb2";
}

.pli-helmet-2:before {
  content: "\ecb3";
}

.pli-helmet-3:before {
  content: "\ecb4";
}

.pli-hippo:before {
  content: "\ecb5";
}

.pli-hipster-glasses:before {
  content: "\ecb6";
}

.pli-hipster-glasses-2:before {
  content: "\ecb7";
}

.pli-hipster-glasses-3:before {
  content: "\ecb8";
}

.pli-hipster-headphones:before {
  content: "\ecb9";
}

.pli-hipster-man:before {
  content: "\ecba";
}

.pli-hipster-man-2:before {
  content: "\ecbb";
}

.pli-hipster-man-3:before {
  content: "\ecbc";
}

.pli-hipster-sunglasses:before {
  content: "\ecbd";
}

.pli-hipster-sunglasses-2:before {
  content: "\ecbe";
}

.pli-hipster-sunglasses-3:before {
  content: "\ecbf";
}

.pli-hokey:before {
  content: "\ecc0";
}

.pli-holly:before {
  content: "\ecc1";
}

.pli-home:before {
  content: "\ecc2";
}

.pli-home-2:before {
  content: "\ecc3";
}

.pli-home-3:before {
  content: "\ecc4";
}

.pli-home-4:before {
  content: "\ecc5";
}

.pli-home-5:before {
  content: "\ecc6";
}

.pli-home-window:before {
  content: "\ecc7";
}

.pli-honey:before {
  content: "\ecc8";
}

.pli-hongkong:before {
  content: "\ecc9";
}

.pli-hoodie:before {
  content: "\ecca";
}

.pli-horror:before {
  content: "\eccb";
}

.pli-horse:before {
  content: "\eccc";
}

.pli-hospital:before {
  content: "\eccd";
}

.pli-hospital-2:before {
  content: "\ecce";
}

.pli-hot-dog:before {
  content: "\eccf";
}

.pli-hotel:before {
  content: "\ecd0";
}

.pli-hour:before {
  content: "\ecd1";
}

.pli-hub:before {
  content: "\ecd2";
}

.pli-humor:before {
  content: "\ecd3";
}

.pli-hurt:before {
  content: "\ecd4";
}

.pli-ice-cream:before {
  content: "\ecd5";
}

.pli-icq:before {
  content: "\ecd6";
}

.pli-id-2:before {
  content: "\ecd7";
}

.pli-id-3:before {
  content: "\ecd8";
}

.pli-id-card:before {
  content: "\ecd9";
}

.pli-idea:before {
  content: "\ecda";
}

.pli-idea-2:before {
  content: "\ecdb";
}

.pli-idea-3:before {
  content: "\ecdc";
}

.pli-idea-4:before {
  content: "\ecdd";
}

.pli-idea-5:before {
  content: "\ecde";
}

.pli-identification-badge:before {
  content: "\ecdf";
}

.pli-imdb:before {
  content: "\ece0";
}

.pli-inbox:before {
  content: "\ece1";
}

.pli-inbox-empty:before {
  content: "\ece2";
}

.pli-inbox-forward:before {
  content: "\ece3";
}

.pli-inbox-full:before {
  content: "\ece4";
}

.pli-inbox-into:before {
  content: "\ece5";
}

.pli-inbox-out:before {
  content: "\ece6";
}

.pli-inbox-reply:before {
  content: "\ece7";
}

.pli-increase-indent:before {
  content: "\ece8";
}

.pli-indent-first-line:before {
  content: "\ece9";
}

.pli-indent-left-margin:before {
  content: "\ecea";
}

.pli-indent-right-margin:before {
  content: "\eceb";
}

.pli-india:before {
  content: "\ecec";
}

.pli-infinity:before {
  content: "\eced";
}

.pli-information:before {
  content: "\ecee";
}

.pli-info-window:before {
  content: "\ecef";
}

.pli-instagram:before {
  content: "\ecf0";
}

.pli-internet:before {
  content: "\ecf1";
}

.pli-internet-2:before {
  content: "\ecf2";
}

.pli-internet-explorer:before {
  content: "\ecf3";
}

.pli-internet-smiley:before {
  content: "\ecf4";
}

.pli-ios-apple:before {
  content: "\ecf5";
}

.pli-israel:before {
  content: "\ecf6";
}

.pli-italic-text:before {
  content: "\ecf7";
}

.pli-jacket:before {
  content: "\ecf8";
}

.pli-jacket-2:before {
  content: "\ecf9";
}

.pli-jamaica:before {
  content: "\ecfa";
}

.pli-japan:before {
  content: "\ecfb";
}

.pli-japanese-gate:before {
  content: "\ecfc";
}

.pli-jeans:before {
  content: "\ecfd";
}

.pli-jeep:before {
  content: "\ecfe";
}

.pli-jeep-2:before {
  content: "\ecff";
}

.pli-jet:before {
  content: "\ed00";
}

.pli-joystick:before {
  content: "\ed01";
}

.pli-juice:before {
  content: "\ed02";
}

.pli-jump-rope:before {
  content: "\ed03";
}

.pli-kangaroo:before {
  content: "\ed04";
}

.pli-kenya:before {
  content: "\ed05";
}

.pli-key:before {
  content: "\ed06";
}

.pli-key-2:before {
  content: "\ed07";
}

.pli-key-3:before {
  content: "\ed08";
}

.pli-keyboard:before {
  content: "\ed09";
}

.pli-keyboard-3:before {
  content: "\ed0a";
}

.pli-key-lock:before {
  content: "\ed0b";
}

.pli-keypad:before {
  content: "\ed0c";
}

.pli-king:before {
  content: "\ed0d";
}

.pli-king-2:before {
  content: "\ed0e";
}

.pli-kiss:before {
  content: "\ed0f";
}

.pli-knee:before {
  content: "\ed10";
}

.pli-knife:before {
  content: "\ed11";
}

.pli-knife-2:before {
  content: "\ed12";
}

.pli-knight:before {
  content: "\ed13";
}

.pli-koala:before {
  content: "\ed14";
}

.pli-korea:before {
  content: "\ed15";
}

.pli-lamp:before {
  content: "\ed16";
}

.pli-landscape:before {
  content: "\ed17";
}

.pli-landscape-2:before {
  content: "\ed18";
}

.pli-lantern:before {
  content: "\ed19";
}

.pli-laptop:before {
  content: "\ed1a";
}

.pli-laptop-2:before {
  content: "\ed1b";
}

.pli-laptop-3:before {
  content: "\ed1c";
}

.pli-laptop-phone:before {
  content: "\ed1d";
}

.pli-laptop-secure:before {
  content: "\ed1e";
}

.pli-laptop-tablet:before {
  content: "\ed1f";
}

.pli-laser:before {
  content: "\ed20";
}

.pli-last:before {
  content: "\ed21";
}

.pli-last-fm:before {
  content: "\ed22";
}

.pli-laughing:before {
  content: "\ed23";
}

.pli-layer-backward:before {
  content: "\ed24";
}

.pli-layer-forward:before {
  content: "\ed25";
}

.pli-layout-grid:before {
  content: "\ed26";
}

.pli-leafs:before {
  content: "\ed27";
}

.pli-leafs-2:before {
  content: "\ed28";
}

.pli-leaning-tower:before {
  content: "\ed29";
}

.pli-left:before {
  content: "\ed2a";
}

.pli-left-2:before {
  content: "\ed2b";
}

.pli-left-3:before {
  content: "\ed2c";
}

.pli-left-4:before {
  content: "\ed2d";
}

.pli-left-right:before {
  content: "\ed2e";
}

.pli-left-right-3:before {
  content: "\ed2f";
}

.pli-left-to-right:before {
  content: "\ed30";
}

.pli-leg:before {
  content: "\ed31";
}

.pli-leg-2:before {
  content: "\ed32";
}

.pli-lego:before {
  content: "\ed33";
}

.pli-lemon:before {
  content: "\ed34";
}

.pli-len:before {
  content: "\ed35";
}

.pli-len-2:before {
  content: "\ed36";
}

.pli-len-3:before {
  content: "\ed37";
}

.pli-leo:before {
  content: "\ed38";
}

.pli-leo-2:before {
  content: "\ed39";
}

.pli-leopard:before {
  content: "\ed3a";
}

.pli-letter-close:before {
  content: "\ed3b";
}

.pli-letter-open:before {
  content: "\ed3c";
}

.pli-letter-sent:before {
  content: "\ed3d";
}

.pli-libra:before {
  content: "\ed3e";
}

.pli-libra-2:before {
  content: "\ed3f";
}

.pli-library:before {
  content: "\ed40";
}

.pli-library-2:before {
  content: "\ed41";
}

.pli-life-jacket:before {
  content: "\ed42";
}

.pli-lifesaver:before {
  content: "\ed43";
}

.pli-light-bulb:before {
  content: "\ed44";
}

.pli-light-bulb-2:before {
  content: "\ed45";
}

.pli-light-bulb-leaf:before {
  content: "\ed46";
}

.pli-lighthouse:before {
  content: "\ed47";
}

.pli-like:before {
  content: "\ed48";
}

.pli-like-2:before {
  content: "\ed49";
}

.pli-line-chart:before {
  content: "\ed4a";
}

.pli-line-chart-2:before {
  content: "\ed4b";
}

.pli-line-chart-3:before {
  content: "\ed4c";
}

.pli-line-chart-4:before {
  content: "\ed4d";
}

.pli-line-spacing:before {
  content: "\ed4e";
}

.pli-line-spacing-text:before {
  content: "\ed4f";
}

.pli-link:before {
  content: "\ed50";
}

.pli-link-2:before {
  content: "\ed51";
}

.pli-linkedin:before {
  content: "\ed52";
}

.pli-linkedin-2:before {
  content: "\ed53";
}

.pli-linux:before {
  content: "\ed54";
}

.pli-lion:before {
  content: "\ed55";
}

.pli-livejournal:before {
  content: "\ed56";
}

.pli-loading:before {
  content: "\ed57";
}

.pli-loading-2:before {
  content: "\ed58";
}

.pli-loading-3:before {
  content: "\ed59";
}

.pli-loading-window:before {
  content: "\ed5a";
}

.pli-location:before {
  content: "\ed5b";
}

.pli-location-2:before {
  content: "\ed5c";
}

.pli-lock:before {
  content: "\ed5d";
}

.pli-lock-2:before {
  content: "\ed5e";
}

.pli-lock-3:before {
  content: "\ed5f";
}

.pli-lock-user:before {
  content: "\ed60";
}

.pli-lock-window:before {
  content: "\ed61";
}

.pli-lollipop:before {
  content: "\ed62";
}

.pli-lollipop-2:before {
  content: "\ed63";
}

.pli-lollipop-3:before {
  content: "\ed64";
}

.pli-loop:before {
  content: "\ed65";
}

.pli-loud:before {
  content: "\ed66";
}

.pli-loudspeaker:before {
  content: "\ed67";
}

.pli-love:before {
  content: "\ed68";
}

.pli-love-2:before {
  content: "\ed69";
}

.pli-love-user:before {
  content: "\ed6a";
}

.pli-love-window:before {
  content: "\ed6b";
}

.pli-lowercase-text:before {
  content: "\ed6c";
}

.pli-luggage:before {
  content: "\ed6d";
}

.pli-luggage-2:before {
  content: "\ed6e";
}

.pli-macro:before {
  content: "\ed6f";
}

.pli-magic-wand:before {
  content: "\ed70";
}

.pli-magnet:before {
  content: "\ed71";
}

.pli-magnifi-glass:before {
  content: "\ed72";
}

.pli-magnifi-glass-min:before {
  content: "\ed73";
}

.pli-magnifi-glass-plus:before {
  content: "\ed74";
}

.pli-mail:before {
  content: "\ed75";
}

.pli-mail-2:before {
  content: "\ed76";
}

.pli-mail-3:before {
  content: "\ed77";
}

.pli-mail-add:before {
  content: "\ed78";
}

.pli-mail-attachment:before {
  content: "\ed79";
}

.pli-mail-block:before {
  content: "\ed7a";
}

.pli-mailbox-empty:before {
  content: "\ed7b";
}

.pli-mailbox-full:before {
  content: "\ed7c";
}

.pli-mail-delete:before {
  content: "\ed7d";
}

.pli-mail-favorite:before {
  content: "\ed7e";
}

.pli-mail-forward:before {
  content: "\ed7f";
}

.pli-mail-gallery:before {
  content: "\ed80";
}

.pli-mail-inbox:before {
  content: "\ed81";
}

.pli-mail-link:before {
  content: "\ed82";
}

.pli-mail-lock:before {
  content: "\ed83";
}

.pli-mail-love:before {
  content: "\ed84";
}

.pli-mail-money:before {
  content: "\ed85";
}

.pli-mail-open:before {
  content: "\ed86";
}

.pli-mail-outbox:before {
  content: "\ed87";
}

.pli-mail-password:before {
  content: "\ed88";
}

.pli-mail-photo:before {
  content: "\ed89";
}

.pli-mail-read:before {
  content: "\ed8a";
}

.pli-mail-remove:before {
  content: "\ed8b";
}

.pli-mail-reply:before {
  content: "\ed8c";
}

.pli-mail-reply-all:before {
  content: "\ed8d";
}

.pli-mail-search:before {
  content: "\ed8e";
}

.pli-mail-send:before {
  content: "\ed8f";
}

.pli-mail-settings:before {
  content: "\ed90";
}

.pli-mail-unread:before {
  content: "\ed91";
}

.pli-mail-video:before {
  content: "\ed92";
}

.pli-mail-with-at-sign:before {
  content: "\ed93";
}

.pli-mail-with-cursor:before {
  content: "\ed94";
}

.pli-male:before {
  content: "\ed95";
}

.pli-male-2:before {
  content: "\ed96";
}

.pli-male-female:before {
  content: "\ed97";
}

.pli-malefemale:before {
  content: "\ed98";
}

.pli-male-sign:before {
  content: "\ed99";
}

.pli-management:before {
  content: "\ed9a";
}

.pli-man-sign:before {
  content: "\ed9b";
}

.pli-mans-underwear:before {
  content: "\ed9c";
}

.pli-mans-underwear-2:before {
  content: "\ed9d";
}

.pli-map:before {
  content: "\ed9e";
}

.pli-map-2:before {
  content: "\ed9f";
}

.pli-map-marker:before {
  content: "\eda0";
}

.pli-map-marker-2:before {
  content: "\eda1";
}

.pli-map-marker-3:before {
  content: "\eda2";
}

.pli-marker:before {
  content: "\eda3";
}

.pli-marker-2:before {
  content: "\eda4";
}

.pli-marker-3:before {
  content: "\eda5";
}

.pli-martini-glass:before {
  content: "\eda6";
}

.pli-mask:before {
  content: "\eda7";
}

.pli-master-card:before {
  content: "\eda8";
}

.pli-maximize:before {
  content: "\eda9";
}

.pli-maximize-2:before {
  content: "\edaa";
}

.pli-maximize-3:before {
  content: "\edab";
}

.pli-maximize-window:before {
  content: "\edac";
}

.pli-medal:before {
  content: "\edad";
}

.pli-medal-2:before {
  content: "\edae";
}

.pli-medal-3:before {
  content: "\edaf";
}

.pli-medical-sign:before {
  content: "\edb0";
}

.pli-medicine:before {
  content: "\edb1";
}

.pli-medicine-2:before {
  content: "\edb2";
}

.pli-medicine-3:before {
  content: "\edb3";
}

.pli-megaphone:before {
  content: "\edb4";
}

.pli-memory-card:before {
  content: "\edb5";
}

.pli-memory-card-2:before {
  content: "\edb6";
}

.pli-memory-card-3:before {
  content: "\edb7";
}

.pli-men:before {
  content: "\edb8";
}

.pli-menorah:before {
  content: "\edb9";
}

.pli-mens:before {
  content: "\edba";
}

.pli-metacafe:before {
  content: "\edbb";
}

.pli-mexico:before {
  content: "\edbc";
}

.pli-mic:before {
  content: "\edbd";
}

.pli-microphone:before {
  content: "\edbe";
}

.pli-microphone-2:before {
  content: "\edbf";
}

.pli-microphone-3:before {
  content: "\edc0";
}

.pli-microphone-4:before {
  content: "\edc1";
}

.pli-microphone-5:before {
  content: "\edc2";
}

.pli-microphone-6:before {
  content: "\edc3";
}

.pli-microphone-7:before {
  content: "\edc4";
}

.pli-microscope:before {
  content: "\edc5";
}

.pli-milk-bottle:before {
  content: "\edc6";
}

.pli-milk-bottle-2:before {
  content: "\edc7";
}

.pli-min:before {
  content: "\edc8";
}

.pli-mine:before {
  content: "\edc9";
}

.pli-minimize:before {
  content: "\edca";
}

.pli-minimize-2:before {
  content: "\edcb";
}

.pli-minimize-3:before {
  content: "\edcc";
}

.pli-minimize-maximize-close-window:before {
  content: "\edcd";
}

.pli-minimize-window:before {
  content: "\edce";
}

.pli-mirror:before {
  content: "\edcf";
}

.pli-mixer:before {
  content: "\edd0";
}

.pli-mixx:before {
  content: "\edd1";
}

.pli-money:before {
  content: "\edd2";
}

.pli-money-2:before {
  content: "\edd3";
}

.pli-money-bag:before {
  content: "\edd4";
}

.pli-money-smiley:before {
  content: "\edd5";
}

.pli-monitor:before {
  content: "\edd6";
}

.pli-monitor-2:before {
  content: "\edd7";
}

.pli-monitor-3:before {
  content: "\edd8";
}

.pli-monitor-4:before {
  content: "\edd9";
}

.pli-monitor-5:before {
  content: "\edda";
}

.pli-monitor-analytics:before {
  content: "\eddb";
}

.pli-monitoring:before {
  content: "\eddc";
}

.pli-monitor-laptop:before {
  content: "\eddd";
}

.pli-monitor-phone:before {
  content: "\edde";
}

.pli-monitor-tablet:before {
  content: "\eddf";
}

.pli-monitor-vertical:before {
  content: "\ede0";
}

.pli-monkey:before {
  content: "\ede1";
}

.pli-monster:before {
  content: "\ede2";
}

.pli-morocco:before {
  content: "\ede3";
}

.pli-motorcycle:before {
  content: "\ede4";
}

.pli-mouse:before {
  content: "\ede5";
}

.pli-mouse-2:before {
  content: "\ede6";
}

.pli-mouse-3:before {
  content: "\ede7";
}

.pli-mouse-4:before {
  content: "\ede8";
}

.pli-mouse-pointer:before {
  content: "\ede9";
}

.pli-moustache-smiley:before {
  content: "\edea";
}

.pli-movie:before {
  content: "\edeb";
}

.pli-movie-ticket:before {
  content: "\edec";
}

.pli-mp3-file:before {
  content: "\eded";
}

.pli-museum:before {
  content: "\edee";
}

.pli-mushroom:before {
  content: "\edef";
}

.pli-music-note:before {
  content: "\edf0";
}

.pli-music-note-2:before {
  content: "\edf1";
}

.pli-music-note-3:before {
  content: "\edf2";
}

.pli-music-note-4:before {
  content: "\edf3";
}

.pli-music-player:before {
  content: "\edf4";
}

.pli-mustache:before {
  content: "\edf5";
}

.pli-mustache-2:before {
  content: "\edf6";
}

.pli-mustache-3:before {
  content: "\edf7";
}

.pli-mustache-4:before {
  content: "\edf8";
}

.pli-mustache-5:before {
  content: "\edf9";
}

.pli-mustache-6:before {
  content: "\edfa";
}

.pli-mustache-7:before {
  content: "\edfb";
}

.pli-mustache-8:before {
  content: "\edfc";
}

.pli-mute:before {
  content: "\edfd";
}

.pli-myspace:before {
  content: "\edfe";
}

.pli-navigate-end:before {
  content: "\edff";
}

.pli-navigate-start:before {
  content: "\ee00";
}

.pli-navigation-left-window:before {
  content: "\ee01";
}

.pli-navigation-right-window:before {
  content: "\ee02";
}

.pli-nepal:before {
  content: "\ee03";
}

.pli-netscape:before {
  content: "\ee04";
}

.pli-network:before {
  content: "\ee05";
}

.pli-network-window:before {
  content: "\ee06";
}

.pli-neutron:before {
  content: "\ee07";
}

.pli-new-mail:before {
  content: "\ee08";
}

.pli-newspaper:before {
  content: "\ee09";
}

.pli-newspaper-2:before {
  content: "\ee0a";
}

.pli-newsvine:before {
  content: "\ee0b";
}

.pli-new-tab:before {
  content: "\ee0c";
}

.pli-next:before {
  content: "\ee0d";
}

.pli-next-media:before {
  content: "\ee0e";
}

.pli-next-media-2:before {
  content: "\ee0f";
}

.pli-next-music:before {
  content: "\ee10";
}

.pli-no-battery:before {
  content: "\ee11";
}

.pli-no-drop:before {
  content: "\ee12";
}

.pli-no-flash:before {
  content: "\ee13";
}

.pli-normal-text:before {
  content: "\ee14";
}

.pli-nose:before {
  content: "\ee15";
}

.pli-no-smoking:before {
  content: "\ee16";
}

.pli-note:before {
  content: "\ee17";
}

.pli-notepad:before {
  content: "\ee18";
}

.pli-notepad-2:before {
  content: "\ee19";
}

.pli-nuclear:before {
  content: "\ee1a";
}

.pli-numbering-list:before {
  content: "\ee1b";
}

.pli-nurse:before {
  content: "\ee1c";
}

.pli-office:before {
  content: "\ee1d";
}

.pli-office-lamp:before {
  content: "\ee1e";
}

.pli-oil:before {
  content: "\ee1f";
}

.pli-old-camera:before {
  content: "\ee20";
}

.pli-old-cassette:before {
  content: "\ee21";
}

.pli-old-clock:before {
  content: "\ee22";
}

.pli-old-radio:before {
  content: "\ee23";
}

.pli-old-sticky:before {
  content: "\ee24";
}

.pli-old-sticky-2:before {
  content: "\ee25";
}

.pli-old-telephone:before {
  content: "\ee26";
}

.pli-old-tv:before {
  content: "\ee27";
}

.pli-on-air:before {
  content: "\ee28";
}

.pli-one-finger:before {
  content: "\ee29";
}

.pli-one-finger-touch:before {
  content: "\ee2a";
}

.pli-one-window:before {
  content: "\ee2b";
}

.pli-on-off:before {
  content: "\ee2c";
}

.pli-on-off-2:before {
  content: "\ee2d";
}

.pli-on-off-3:before {
  content: "\ee2e";
}

.pli-open-banana:before {
  content: "\ee2f";
}

.pli-open-book:before {
  content: "\ee30";
}

.pli-opera:before {
  content: "\ee31";
}

.pli-opera-house:before {
  content: "\ee32";
}

.pli-optimization:before {
  content: "\ee33";
}

.pli-orientation:before {
  content: "\ee34";
}

.pli-orientation-2:before {
  content: "\ee35";
}

.pli-orientation-3:before {
  content: "\ee36";
}

.pli-orkut:before {
  content: "\ee37";
}

.pli-ornament:before {
  content: "\ee38";
}

.pli-overtime:before {
  content: "\ee39";
}

.pli-overtime-2:before {
  content: "\ee3a";
}

.pli-owl:before {
  content: "\ee3b";
}

.pli-pac-man:before {
  content: "\ee3c";
}

.pli-paint-brush:before {
  content: "\ee3d";
}

.pli-paintbrush:before {
  content: "\ee3e";
}

.pli-paint-bucket:before {
  content: "\ee3f";
}

.pli-palette:before {
  content: "\ee40";
}

.pli-palm-tree:before {
  content: "\ee41";
}

.pli-panda:before {
  content: "\ee42";
}

.pli-panorama:before {
  content: "\ee43";
}

.pli-pantheon:before {
  content: "\ee44";
}

.pli-pantone:before {
  content: "\ee45";
}

.pli-pants:before {
  content: "\ee46";
}

.pli-paper:before {
  content: "\ee47";
}

.pli-paperclip:before {
  content: "\ee48";
}

.pli-paper-plane:before {
  content: "\ee49";
}

.pli-parasailing:before {
  content: "\ee4a";
}

.pli-parrot:before {
  content: "\ee4b";
}

.pli-password:before {
  content: "\ee4c";
}

.pli-password-field:before {
  content: "\ee4d";
}

.pli-password-shopping:before {
  content: "\ee4e";
}

.pli-password-shopping-2:before {
  content: "\ee4f";
}

.pli-pause:before {
  content: "\ee50";
}

.pli-pause-2:before {
  content: "\ee51";
}

.pli-paw:before {
  content: "\ee52";
}

.pli-pawn:before {
  content: "\ee53";
}

.pli-paypal:before {
  content: "\ee54";
}

.pli-pen:before {
  content: "\ee55";
}

.pli-pen-2:before {
  content: "\ee56";
}

.pli-pen-3:before {
  content: "\ee57";
}

.pli-pen-4:before {
  content: "\ee58";
}

.pli-pen-5:before {
  content: "\ee59";
}

.pli-pen-6:before {
  content: "\ee5a";
}

.pli-pencil:before {
  content: "\ee5b";
}

.pli-pencil-ruler:before {
  content: "\ee5c";
}

.pli-penguin:before {
  content: "\ee5d";
}

.pli-pentagon:before {
  content: "\ee5e";
}

.pli-people-on-cloud:before {
  content: "\ee5f";
}

.pli-pepper:before {
  content: "\ee60";
}

.pli-pepper-with-fire:before {
  content: "\ee61";
}

.pli-petrol:before {
  content: "\ee62";
}

.pli-petronas-tower:before {
  content: "\ee63";
}

.pli-philippines:before {
  content: "\ee64";
}

.pli-phone:before {
  content: "\ee65";
}

.pli-phone-2:before {
  content: "\ee66";
}

.pli-phone-3:before {
  content: "\ee67";
}

.pli-phone-3g:before {
  content: "\ee68";
}

.pli-phone-4g:before {
  content: "\ee69";
}

.pli-phone-simcard:before {
  content: "\ee6a";
}

.pli-phone-sms:before {
  content: "\ee6b";
}

.pli-phone-wifi:before {
  content: "\ee6c";
}

.pli-photo:before {
  content: "\ee6d";
}

.pli-photo-2:before {
  content: "\ee6e";
}

.pli-photo-3:before {
  content: "\ee6f";
}

.pli-photo-album:before {
  content: "\ee70";
}

.pli-photo-album-2:before {
  content: "\ee71";
}

.pli-photo-album-3:before {
  content: "\ee72";
}

.pli-photos:before {
  content: "\ee73";
}

.pli-physics:before {
  content: "\ee74";
}

.pli-pi:before {
  content: "\ee75";
}

.pli-piano:before {
  content: "\ee76";
}

.pli-picasa:before {
  content: "\ee77";
}

.pli-pie-chart:before {
  content: "\ee78";
}

.pli-pie-chart-2:before {
  content: "\ee79";
}

.pli-pie-chart-3:before {
  content: "\ee7a";
}

.pli-pilates:before {
  content: "\ee7b";
}

.pli-pilates-2:before {
  content: "\ee7c";
}

.pli-pilates-3:before {
  content: "\ee7d";
}

.pli-pilot:before {
  content: "\ee7e";
}

.pli-pinch:before {
  content: "\ee7f";
}

.pli-ping-pong:before {
  content: "\ee80";
}

.pli-pinterest:before {
  content: "\ee81";
}

.pli-pipe:before {
  content: "\ee82";
}

.pli-pipette:before {
  content: "\ee83";
}

.pli-pisces:before {
  content: "\ee84";
}

.pli-pisces-2:before {
  content: "\ee85";
}

.pli-pizza:before {
  content: "\ee86";
}

.pli-pizza-slice:before {
  content: "\ee87";
}

.pli-plane:before {
  content: "\ee88";
}

.pli-plane-2:before {
  content: "\ee89";
}

.pli-plant:before {
  content: "\ee8a";
}

.pli-plasmid:before {
  content: "\ee8b";
}

.pli-plaster:before {
  content: "\ee8c";
}

.pli-plastic-cup-phone:before {
  content: "\ee8d";
}

.pli-plastic-cup-phone-2:before {
  content: "\ee8e";
}

.pli-plate:before {
  content: "\ee8f";
}

.pli-plates:before {
  content: "\ee90";
}

.pli-plaxo:before {
  content: "\ee91";
}

.pli-play-music:before {
  content: "\ee92";
}

.pli-plug-in:before {
  content: "\ee93";
}

.pli-plug-in-2:before {
  content: "\ee94";
}

.pli-plurk:before {
  content: "\ee95";
}

.pli-pointer:before {
  content: "\ee96";
}

.pli-poland:before {
  content: "\ee97";
}

.pli-police:before {
  content: "\ee98";
}

.pli-police-man:before {
  content: "\ee99";
}

.pli-police-station:before {
  content: "\ee9a";
}

.pli-police-woman:before {
  content: "\ee9b";
}

.pli-polo-shirt:before {
  content: "\ee9c";
}

.pli-portrait:before {
  content: "\ee9d";
}

.pli-portugal:before {
  content: "\ee9e";
}

.pli-posterous:before {
  content: "\ee9f";
}

.pli-post-mail:before {
  content: "\eea0";
}

.pli-post-mail-2:before {
  content: "\eea1";
}

.pli-post-office:before {
  content: "\eea2";
}

.pli-post-sign:before {
  content: "\eea3";
}

.pli-post-sign-2-ways:before {
  content: "\eea4";
}

.pli-pound:before {
  content: "\eea5";
}

.pli-pound-sign:before {
  content: "\eea6";
}

.pli-pound-sign-2:before {
  content: "\eea7";
}

.pli-power:before {
  content: "\eea8";
}

.pli-power-2:before {
  content: "\eea9";
}

.pli-power-3:before {
  content: "\eeaa";
}

.pli-power-cable:before {
  content: "\eeab";
}

.pli-power-station:before {
  content: "\eeac";
}

.pli-prater:before {
  content: "\eead";
}

.pli-present:before {
  content: "\eeae";
}

.pli-presents:before {
  content: "\eeaf";
}

.pli-press:before {
  content: "\eeb0";
}

.pli-preview:before {
  content: "\eeb1";
}

.pli-previous:before {
  content: "\eeb2";
}

.pli-pricing:before {
  content: "\eeb3";
}

.pli-printer:before {
  content: "\eeb4";
}

.pli-professor:before {
  content: "\eeb5";
}

.pli-profile:before {
  content: "\eeb6";
}

.pli-project:before {
  content: "\eeb7";
}

.pli-projector:before {
  content: "\eeb8";
}

.pli-projector-2:before {
  content: "\eeb9";
}

.pli-pulse:before {
  content: "\eeba";
}

.pli-pumpkin:before {
  content: "\eebb";
}

.pli-punk:before {
  content: "\eebc";
}

.pli-punker:before {
  content: "\eebd";
}

.pli-puzzle:before {
  content: "\eebe";
}

.pli-pyramids:before {
  content: "\eebf";
}

.pli-qik:before {
  content: "\eec0";
}

.pli-qr-code:before {
  content: "\eec1";
}

.pli-queen:before {
  content: "\eec2";
}

.pli-queen-2:before {
  content: "\eec3";
}

.pli-question:before {
  content: "\eec4";
}

.pli-question-circle:before {
  content: "\eec5";
}

.pli-quill:before {
  content: "\eec6";
}

.pli-quill-2:before {
  content: "\eec7";
}

.pli-quill-3:before {
  content: "\eec8";
}

.pli-quotes:before {
  content: "\eec9";
}

.pli-quotes-2:before {
  content: "\eeca";
}

.pli-radio:before {
  content: "\eecb";
}

.pli-radioactive:before {
  content: "\eecc";
}

.pli-rafting:before {
  content: "\eecd";
}

.pli-rainbow:before {
  content: "\eece";
}

.pli-rainbow-2:before {
  content: "\eecf";
}

.pli-rain-drop:before {
  content: "\eed0";
}

.pli-ram:before {
  content: "\eed1";
}

.pli-razor-blade:before {
  content: "\eed2";
}

.pli-receipt:before {
  content: "\eed3";
}

.pli-receipt-2:before {
  content: "\eed4";
}

.pli-receipt-3:before {
  content: "\eed5";
}

.pli-receipt-4:before {
  content: "\eed6";
}

.pli-record:before {
  content: "\eed7";
}

.pli-record-3:before {
  content: "\eed8";
}

.pli-record-music:before {
  content: "\eed9";
}

.pli-record-music-2:before {
  content: "\eeda";
}

.pli-recycling:before {
  content: "\eedb";
}

.pli-recycling-2:before {
  content: "\eedc";
}

.pli-reddit:before {
  content: "\eedd";
}

.pli-redhat:before {
  content: "\eede";
}

.pli-redirect:before {
  content: "\eedf";
}

.pli-redo:before {
  content: "\eee0";
}

.pli-reel:before {
  content: "\eee1";
}

.pli-refinery:before {
  content: "\eee2";
}

.pli-refresh:before {
  content: "\eee3";
}

.pli-refresh-window:before {
  content: "\eee4";
}

.pli-reload:before {
  content: "\eee5";
}

.pli-reload-2:before {
  content: "\eee6";
}

.pli-reload-3:before {
  content: "\eee7";
}

.pli-remote-control:before {
  content: "\eee8";
}

.pli-remote-control-2:before {
  content: "\eee9";
}

.pli-remove:before {
  content: "\eeea";
}

.pli-remove-bag:before {
  content: "\eeeb";
}

.pli-remove-basket:before {
  content: "\eeec";
}

.pli-remove-cart:before {
  content: "\eeed";
}

.pli-remove-user:before {
  content: "\eeee";
}

.pli-remove-window:before {
  content: "\eeef";
}

.pli-rename:before {
  content: "\eef0";
}

.pli-repair:before {
  content: "\eef1";
}

.pli-repeat:before {
  content: "\eef2";
}

.pli-repeat-2:before {
  content: "\eef3";
}

.pli-repeat-3:before {
  content: "\eef4";
}

.pli-repeat-4:before {
  content: "\eef5";
}

.pli-repeat-5:before {
  content: "\eef6";
}

.pli-repeat-6:before {
  content: "\eef7";
}

.pli-repeat-7:before {
  content: "\eef8";
}

.pli-reset:before {
  content: "\eef9";
}

.pli-resize:before {
  content: "\eefa";
}

.pli-restore-window:before {
  content: "\eefb";
}

.pli-retouching:before {
  content: "\eefc";
}

.pli-retro:before {
  content: "\eefd";
}

.pli-retro-camera:before {
  content: "\eefe";
}

.pli-retweet:before {
  content: "\eeff";
}

.pli-reverbnation:before {
  content: "\ef00";
}

.pli-rewind:before {
  content: "\ef01";
}

.pli-rgb:before {
  content: "\ef02";
}

.pli-ribbon:before {
  content: "\ef03";
}

.pli-ribbon-2:before {
  content: "\ef04";
}

.pli-ribbon-3:before {
  content: "\ef05";
}

.pli-right:before {
  content: "\ef06";
}

.pli-right-2:before {
  content: "\ef07";
}

.pli-right-3:before {
  content: "\ef08";
}

.pli-right-4:before {
  content: "\ef09";
}

.pli-right-to-left:before {
  content: "\ef0a";
}

.pli-road:before {
  content: "\ef0b";
}

.pli-road-2:before {
  content: "\ef0c";
}

.pli-road-3:before {
  content: "\ef0d";
}

.pli-robot:before {
  content: "\ef0e";
}

.pli-robot-2:before {
  content: "\ef0f";
}

.pli-rock-and-roll:before {
  content: "\ef10";
}

.pli-rocket:before {
  content: "\ef11";
}

.pli-roller:before {
  content: "\ef12";
}

.pli-roof:before {
  content: "\ef13";
}

.pli-rook:before {
  content: "\ef14";
}

.pli-rotate-gesture:before {
  content: "\ef15";
}

.pli-rotate-gesture-2:before {
  content: "\ef16";
}

.pli-rotate-gesture-3:before {
  content: "\ef17";
}

.pli-rotation:before {
  content: "\ef18";
}

.pli-rotation-360:before {
  content: "\ef19";
}

.pli-router:before {
  content: "\ef1a";
}

.pli-router-2:before {
  content: "\ef1b";
}

.pli-rss:before {
  content: "\ef1c";
}

.pli-ruler:before {
  content: "\ef1d";
}

.pli-ruler-2:before {
  content: "\ef1e";
}

.pli-running:before {
  content: "\ef1f";
}

.pli-running-shoes:before {
  content: "\ef20";
}

.pli-safari:before {
  content: "\ef21";
}

.pli-safe-box:before {
  content: "\ef22";
}

.pli-safe-box-2:before {
  content: "\ef23";
}

.pli-safety-pin-close:before {
  content: "\ef24";
}

.pli-safety-pin-open:before {
  content: "\ef25";
}

.pli-sagittarius:before {
  content: "\ef26";
}

.pli-sagittarius-2:before {
  content: "\ef27";
}

.pli-sailing-ship:before {
  content: "\ef28";
}

.pli-sandwatch:before {
  content: "\ef29";
}

.pli-sandwatch-2:before {
  content: "\ef2a";
}

.pli-santa-claus:before {
  content: "\ef2b";
}

.pli-santa-claus-2:before {
  content: "\ef2c";
}

.pli-santa-on-sled:before {
  content: "\ef2d";
}

.pli-satellite:before {
  content: "\ef2e";
}

.pli-satellite-2:before {
  content: "\ef2f";
}

.pli-save:before {
  content: "\ef30";
}

.pli-save-window:before {
  content: "\ef31";
}

.pli-saw:before {
  content: "\ef32";
}

.pli-saxophone:before {
  content: "\ef33";
}

.pli-scale:before {
  content: "\ef34";
}

.pli-scarf:before {
  content: "\ef35";
}

.pli-scissor:before {
  content: "\ef36";
}

.pli-scooter:before {
  content: "\ef37";
}

.pli-scooter-front:before {
  content: "\ef38";
}

.pli-scorpio:before {
  content: "\ef39";
}

.pli-scorpio-2:before {
  content: "\ef3a";
}

.pli-scotland:before {
  content: "\ef3b";
}

.pli-screwdriver:before {
  content: "\ef3c";
}

.pli-scroll:before {
  content: "\ef3d";
}

.pli-scroller:before {
  content: "\ef3e";
}

.pli-scroller-2:before {
  content: "\ef3f";
}

.pli-scroll-fast:before {
  content: "\ef40";
}

.pli-sea-dog:before {
  content: "\ef41";
}

.pli-search-on-cloud:before {
  content: "\ef42";
}

.pli-search-people:before {
  content: "\ef43";
}

.pli-seconds:before {
  content: "\ef44";
}

.pli-seconds-2:before {
  content: "\ef45";
}

.pli-security-block:before {
  content: "\ef46";
}

.pli-security-bug:before {
  content: "\ef47";
}

.pli-security-camera:before {
  content: "\ef48";
}

.pli-security-check:before {
  content: "\ef49";
}

.pli-security-remove:before {
  content: "\ef4a";
}

.pli-security-settings:before {
  content: "\ef4b";
}

.pli-security-smiley:before {
  content: "\ef4c";
}

.pli-seed:before {
  content: "\ef4d";
}

.pli-selfie:before {
  content: "\ef4e";
}

.pli-serbia:before {
  content: "\ef4f";
}

.pli-server:before {
  content: "\ef50";
}

.pli-server-2:before {
  content: "\ef51";
}

.pli-servers:before {
  content: "\ef52";
}

.pli-settings-window:before {
  content: "\ef53";
}

.pli-sewing-machine:before {
  content: "\ef54";
}

.pli-share:before {
  content: "\ef55";
}

.pli-share-on-cloud:before {
  content: "\ef56";
}

.pli-sharethis:before {
  content: "\ef57";
}

.pli-share-window:before {
  content: "\ef58";
}

.pli-shark:before {
  content: "\ef59";
}

.pli-sheep:before {
  content: "\ef5a";
}

.pli-sheriff-badge:before {
  content: "\ef5b";
}

.pli-shield:before {
  content: "\ef5c";
}

.pli-ship:before {
  content: "\ef5d";
}

.pli-ship-2:before {
  content: "\ef5e";
}

.pli-shirt:before {
  content: "\ef5f";
}

.pli-shoes:before {
  content: "\ef60";
}

.pli-shoes-2:before {
  content: "\ef61";
}

.pli-shoes-3:before {
  content: "\ef62";
}

.pli-shop:before {
  content: "\ef63";
}

.pli-shop-2:before {
  content: "\ef64";
}

.pli-shop-3:before {
  content: "\ef65";
}

.pli-shop-4:before {
  content: "\ef66";
}

.pli-shopping-bag:before {
  content: "\ef67";
}

.pli-shopping-basket:before {
  content: "\ef68";
}

.pli-shopping-cart:before {
  content: "\ef69";
}

.pli-short-pants:before {
  content: "\ef6a";
}

.pli-shoutwire:before {
  content: "\ef6b";
}

.pli-shovel:before {
  content: "\ef6c";
}

.pli-shuffle:before {
  content: "\ef6d";
}

.pli-shuffle-2:before {
  content: "\ef6e";
}

.pli-shuffle-3:before {
  content: "\ef6f";
}

.pli-shuffle-4:before {
  content: "\ef70";
}

.pli-shutter:before {
  content: "\ef71";
}

.pli-sidebar-window:before {
  content: "\ef72";
}

.pli-signal:before {
  content: "\ef73";
}

.pli-singapore:before {
  content: "\ef74";
}

.pli-skateboard:before {
  content: "\ef75";
}

.pli-skateboard-2:before {
  content: "\ef76";
}

.pli-skate-shoes:before {
  content: "\ef77";
}

.pli-skeleton:before {
  content: "\ef78";
}

.pli-ski:before {
  content: "\ef79";
}

.pli-skirt:before {
  content: "\ef7a";
}

.pli-skrill:before {
  content: "\ef7b";
}

.pli-skull:before {
  content: "\ef7c";
}

.pli-skydiving:before {
  content: "\ef7d";
}

.pli-skype:before {
  content: "\ef7e";
}

.pli-sled:before {
  content: "\ef7f";
}

.pli-sled-with-gifts:before {
  content: "\ef80";
}

.pli-sleeping:before {
  content: "\ef81";
}

.pli-sleet:before {
  content: "\ef82";
}

.pli-slippers:before {
  content: "\ef83";
}

.pli-smart:before {
  content: "\ef84";
}

.pli-smartphone:before {
  content: "\ef85";
}

.pli-smartphone-2:before {
  content: "\ef86";
}

.pli-smartphone-3:before {
  content: "\ef87";
}

.pli-smartphone-4:before {
  content: "\ef88";
}

.pli-smartphone-secure:before {
  content: "\ef89";
}

.pli-smile:before {
  content: "\ef8a";
}

.pli-smoking-area:before {
  content: "\ef8b";
}

.pli-smoking-pipe:before {
  content: "\ef8c";
}

.pli-snake:before {
  content: "\ef8d";
}

.pli-snorkel:before {
  content: "\ef8e";
}

.pli-snow:before {
  content: "\ef8f";
}

.pli-snow-2:before {
  content: "\ef90";
}

.pli-snow-dome:before {
  content: "\ef91";
}

.pli-snowflake:before {
  content: "\ef92";
}

.pli-snowflake-2:before {
  content: "\ef93";
}

.pli-snowflake-3:before {
  content: "\ef94";
}

.pli-snowflake-4:before {
  content: "\ef95";
}

.pli-snowman:before {
  content: "\ef96";
}

.pli-snow-storm:before {
  content: "\ef97";
}

.pli-soccer-ball:before {
  content: "\ef98";
}

.pli-soccer-shoes:before {
  content: "\ef99";
}

.pli-socks:before {
  content: "\ef9a";
}

.pli-solar:before {
  content: "\ef9b";
}

.pli-sound:before {
  content: "\ef9c";
}

.pli-soundcloud:before {
  content: "\ef9d";
}

.pli-sound-wave:before {
  content: "\ef9e";
}

.pli-soup:before {
  content: "\ef9f";
}

.pli-south-africa:before {
  content: "\efa0";
}

.pli-space-needle:before {
  content: "\efa1";
}

.pli-spain:before {
  content: "\efa2";
}

.pli-spam-mail:before {
  content: "\efa3";
}

.pli-speak:before {
  content: "\efa4";
}

.pli-speak-2:before {
  content: "\efa5";
}

.pli-speaker:before {
  content: "\efa6";
}

.pli-speaker-2:before {
  content: "\efa7";
}

.pli-speech-bubble:before {
  content: "\efa8";
}

.pli-speech-bubble-2:before {
  content: "\efa9";
}

.pli-speech-bubble-3:before {
  content: "\efaa";
}

.pli-speech-bubble-4:before {
  content: "\efab";
}

.pli-speech-bubble-5:before {
  content: "\efac";
}

.pli-speech-bubble-6:before {
  content: "\efad";
}

.pli-speech-bubble-7:before {
  content: "\efae";
}

.pli-speech-bubble-8:before {
  content: "\efaf";
}

.pli-speech-bubble-9:before {
  content: "\efb0";
}

.pli-speech-bubble-10:before {
  content: "\efb1";
}

.pli-speech-bubble-11:before {
  content: "\efb2";
}

.pli-speech-bubble-12:before {
  content: "\efb3";
}

.pli-speech-bubble-13:before {
  content: "\efb4";
}

.pli-speech-bubble-asking:before {
  content: "\efb5";
}

.pli-speech-bubble-comic:before {
  content: "\efb6";
}

.pli-speech-bubble-comic-2:before {
  content: "\efb7";
}

.pli-speech-bubble-comic-3:before {
  content: "\efb8";
}

.pli-speech-bubble-comic-4:before {
  content: "\efb9";
}

.pli-speech-bubble-dialog:before {
  content: "\efba";
}

.pli-speech-bubbles:before {
  content: "\efbb";
}

.pli-spell-check:before {
  content: "\efbc";
}

.pli-spell-check-abc:before {
  content: "\efbd";
}

.pli-spermium:before {
  content: "\efbe";
}

.pli-spider:before {
  content: "\efbf";
}

.pli-spider-2:before {
  content: "\efc0";
}

.pli-spiderweb:before {
  content: "\efc1";
}

.pli-split-four-windows:before {
  content: "\efc2";
}

.pli-split-horizontal:before {
  content: "\efc3";
}

.pli-split-horizontal-2:before {
  content: "\efc4";
}

.pli-split-vertical:before {
  content: "\efc5";
}

.pli-split-vertical-2:before {
  content: "\efc6";
}

.pli-split-window:before {
  content: "\efc7";
}

.pli-spoon:before {
  content: "\efc8";
}

.pli-sport-mode:before {
  content: "\efc9";
}

.pli-sports-clothing:before {
  content: "\efca";
}

.pli-sports-clothing-2:before {
  content: "\efcb";
}

.pli-sports-shirt:before {
  content: "\efcc";
}

.pli-spot:before {
  content: "\efcd";
}

.pli-spray:before {
  content: "\efce";
}

.pli-spread:before {
  content: "\efcf";
}

.pli-spring:before {
  content: "\efd0";
}

.pli-spurl:before {
  content: "\efd1";
}

.pli-spy:before {
  content: "\efd2";
}

.pli-squirrel:before {
  content: "\efd3";
}

.pli-ssl:before {
  content: "\efd4";
}

.pli-stamp:before {
  content: "\efd5";
}

.pli-stamp-2:before {
  content: "\efd6";
}

.pli-stapler:before {
  content: "\efd7";
}

.pli-star:before {
  content: "\efd8";
}

.pli-star-2:before {
  content: "\efd9";
}

.pli-starfish:before {
  content: "\efda";
}

.pli-start:before {
  content: "\efdb";
}

.pli-start-2:before {
  content: "\efdc";
}

.pli-start-3:before {
  content: "\efdd";
}

.pli-star-track:before {
  content: "\efde";
}

.pli-start-ways:before {
  content: "\efdf";
}

.pli-statistic:before {
  content: "\efe0";
}

.pli-st-basilscathedral:before {
  content: "\efe1";
}

.pli-stethoscope:before {
  content: "\efe2";
}

.pli-stop:before {
  content: "\efe3";
}

.pli-stop-2:before {
  content: "\efe4";
}

.pli-stop-music:before {
  content: "\efe5";
}

.pli-stopwatch:before {
  content: "\efe6";
}

.pli-stopwatch-2:before {
  content: "\efe7";
}

.pli-storm:before {
  content: "\efe8";
}

.pli-st-paulscathedral:before {
  content: "\efe9";
}

.pli-street-view:before {
  content: "\efea";
}

.pli-street-view-2:before {
  content: "\efeb";
}

.pli-strikethrough-text:before {
  content: "\efec";
}

.pli-stroller:before {
  content: "\efed";
}

.pli-structure:before {
  content: "\efee";
}

.pli-student-female:before {
  content: "\efef";
}

.pli-student-hat:before {
  content: "\eff0";
}

.pli-student-hat-2:before {
  content: "\eff1";
}

.pli-student-male:before {
  content: "\eff2";
}

.pli-student-male-female:before {
  content: "\eff3";
}

.pli-students:before {
  content: "\eff4";
}

.pli-studio-flash:before {
  content: "\eff5";
}

.pli-studio-lightbox:before {
  content: "\eff6";
}

.pli-stumbleupon:before {
  content: "\eff7";
}

.pli-suit:before {
  content: "\eff8";
}

.pli-suitcase:before {
  content: "\eff9";
}

.pli-sum:before {
  content: "\effa";
}

.pli-summer:before {
  content: "\effb";
}

.pli-sun:before {
  content: "\effc";
}

.pli-sun-2:before {
  content: "\effd";
}

.pli-sun-3:before {
  content: "\effe";
}

.pli-sun-cloudy-rain:before {
  content: "\efff";
}

.pli-sunglasses:before {
  content: "\f000";
}

.pli-sunglasses-2:before {
  content: "\f001";
}

.pli-sunglasses-3:before {
  content: "\f002";
}

.pli-sunglasses-smiley:before {
  content: "\f003";
}

.pli-sunglasses-smiley-2:before {
  content: "\f004";
}

.pli-sunglasses-w:before {
  content: "\f005";
}

.pli-sunglasses-w-2:before {
  content: "\f006";
}

.pli-sunglasses-w-3:before {
  content: "\f007";
}

.pli-sunrise:before {
  content: "\f008";
}

.pli-sunset:before {
  content: "\f009";
}

.pli-superman:before {
  content: "\f00a";
}

.pli-support:before {
  content: "\f00b";
}

.pli-surprise:before {
  content: "\f00c";
}

.pli-sushi:before {
  content: "\f00d";
}

.pli-sweden:before {
  content: "\f00e";
}

.pli-swimming:before {
  content: "\f00f";
}

.pli-swimming-short:before {
  content: "\f010";
}

.pli-swimwear:before {
  content: "\f011";
}

.pli-switch:before {
  content: "\f012";
}

.pli-switzerland:before {
  content: "\f013";
}

.pli-sync:before {
  content: "\f014";
}

.pli-sync-cloud:before {
  content: "\f015";
}

.pli-synchronize:before {
  content: "\f016";
}

.pli-synchronize-2:before {
  content: "\f017";
}

.pli-tablet:before {
  content: "\f018";
}

.pli-tablet-2:before {
  content: "\f019";
}

.pli-tablet-3:before {
  content: "\f01a";
}

.pli-tablet-orientation:before {
  content: "\f01b";
}

.pli-tablet-phone:before {
  content: "\f01c";
}

.pli-tablet-secure:before {
  content: "\f01d";
}

.pli-tablet-vertical:before {
  content: "\f01e";
}

.pli-tactic:before {
  content: "\f01f";
}

.pli-tag:before {
  content: "\f020";
}

.pli-tag-2:before {
  content: "\f021";
}

.pli-tag-3:before {
  content: "\f022";
}

.pli-tag-4:before {
  content: "\f023";
}

.pli-tag-5:before {
  content: "\f024";
}

.pli-taj-mahal:before {
  content: "\f025";
}

.pli-talk-man:before {
  content: "\f026";
}

.pli-tap:before {
  content: "\f027";
}

.pli-target:before {
  content: "\f028";
}

.pli-target-market:before {
  content: "\f029";
}

.pli-taurus:before {
  content: "\f02a";
}

.pli-taurus-2:before {
  content: "\f02b";
}

.pli-taxi:before {
  content: "\f02c";
}

.pli-taxi-2:before {
  content: "\f02d";
}

.pli-taxi-sign:before {
  content: "\f02e";
}

.pli-teacher:before {
  content: "\f02f";
}

.pli-tea-mug:before {
  content: "\f030";
}

.pli-teapot:before {
  content: "\f031";
}

.pli-technorati:before {
  content: "\f032";
}

.pli-teddy-bear:before {
  content: "\f033";
}

.pli-telephone:before {
  content: "\f034";
}

.pli-telephone-2:before {
  content: "\f035";
}

.pli-telescope:before {
  content: "\f036";
}

.pli-temperature:before {
  content: "\f037";
}

.pli-temperature-2:before {
  content: "\f038";
}

.pli-temperature-3:before {
  content: "\f039";
}

.pli-temple:before {
  content: "\f03a";
}

.pli-tennis:before {
  content: "\f03b";
}

.pli-tennis-ball:before {
  content: "\f03c";
}

.pli-tent:before {
  content: "\f03d";
}

.pli-testimonal:before {
  content: "\f03e";
}

.pli-test-tube:before {
  content: "\f03f";
}

.pli-test-tube-2:before {
  content: "\f040";
}

.pli-text-box:before {
  content: "\f041";
}

.pli-text-effect:before {
  content: "\f042";
}

.pli-text-highlight-color:before {
  content: "\f043";
}

.pli-text-paragraph:before {
  content: "\f044";
}

.pli-thailand:before {
  content: "\f045";
}

.pli-the-white-house:before {
  content: "\f046";
}

.pli-this-side-up:before {
  content: "\f047";
}

.pli-thread:before {
  content: "\f048";
}

.pli-three-arrow-fork:before {
  content: "\f049";
}

.pli-three-fingers:before {
  content: "\f04a";
}

.pli-three-fingers-drag:before {
  content: "\f04b";
}

.pli-three-fingers-drag-2:before {
  content: "\f04c";
}

.pli-three-fingers-touch:before {
  content: "\f04d";
}

.pli-thumb:before {
  content: "\f04e";
}

.pli-thumbs-down-smiley:before {
  content: "\f04f";
}

.pli-thumbs-up-smiley:before {
  content: "\f050";
}

.pli-thunder:before {
  content: "\f051";
}

.pli-thunderstorm:before {
  content: "\f052";
}

.pli-ticket:before {
  content: "\f053";
}

.pli-tie:before {
  content: "\f054";
}

.pli-tie-2:before {
  content: "\f055";
}

.pli-tie-3:before {
  content: "\f056";
}

.pli-tie-4:before {
  content: "\f057";
}

.pli-tiger:before {
  content: "\f058";
}

.pli-time-backup:before {
  content: "\f059";
}

.pli-time-bomb:before {
  content: "\f05a";
}

.pli-time-clock:before {
  content: "\f05b";
}

.pli-time-fire:before {
  content: "\f05c";
}

.pli-time-machine:before {
  content: "\f05d";
}

.pli-timer:before {
  content: "\f05e";
}

.pli-timer-2:before {
  content: "\f05f";
}

.pli-time-window:before {
  content: "\f060";
}

.pli-to-bottom:before {
  content: "\f061";
}

.pli-to-bottom-2:before {
  content: "\f062";
}

.pli-token:before {
  content: "\f063";
}

.pli-to-left:before {
  content: "\f064";
}

.pli-tomato:before {
  content: "\f065";
}

.pli-tongue:before {
  content: "\f066";
}

.pli-tooth:before {
  content: "\f067";
}

.pli-tooth-2:before {
  content: "\f068";
}

.pli-top-to-bottom:before {
  content: "\f069";
}

.pli-torch:before {
  content: "\f06a";
}

.pli-to-right:before {
  content: "\f06b";
}

.pli-to-top:before {
  content: "\f06c";
}

.pli-to-top-2:before {
  content: "\f06d";
}

.pli-touch-window:before {
  content: "\f06e";
}

.pli-tower:before {
  content: "\f06f";
}

.pli-tower-2:before {
  content: "\f070";
}

.pli-tower-bridge:before {
  content: "\f071";
}

.pli-trace:before {
  content: "\f072";
}

.pli-tractor:before {
  content: "\f073";
}

.pli-traffic-light:before {
  content: "\f074";
}

.pli-traffic-light-2:before {
  content: "\f075";
}

.pli-train:before {
  content: "\f076";
}

.pli-train-2:before {
  content: "\f077";
}

.pli-tram:before {
  content: "\f078";
}

.pli-transform:before {
  content: "\f079";
}

.pli-transform-2:before {
  content: "\f07a";
}

.pli-transform-3:before {
  content: "\f07b";
}

.pli-transform-4:before {
  content: "\f07c";
}

.pli-trash:before {
  content: "\f07d";
}

.pli-trash-with-man:before {
  content: "\f07e";
}

.pli-tree:before {
  content: "\f07f";
}

.pli-tree-2:before {
  content: "\f080";
}

.pli-tree-3:before {
  content: "\f081";
}

.pli-tree-4:before {
  content: "\f082";
}

.pli-tree-5:before {
  content: "\f083";
}

.pli-trekking:before {
  content: "\f084";
}

.pli-triangle-arrow-down:before {
  content: "\f085";
}

.pli-triangle-arrow-left:before {
  content: "\f086";
}

.pli-triangle-arrow-right:before {
  content: "\f087";
}

.pli-triangle-arrow-up:before {
  content: "\f088";
}

.pli-tripod-2:before {
  content: "\f089";
}

.pli-tripod-and-video:before {
  content: "\f08a";
}

.pli-tripod-with-camera:before {
  content: "\f08b";
}

.pli-tripod-with-gopro:before {
  content: "\f08c";
}

.pli-trophy:before {
  content: "\f08d";
}

.pli-trophy-2:before {
  content: "\f08e";
}

.pli-truck:before {
  content: "\f08f";
}

.pli-trumpet:before {
  content: "\f090";
}

.pli-t-shirt:before {
  content: "\f091";
}

.pli-tumblr:before {
  content: "\f092";
}

.pli-turkey:before {
  content: "\f093";
}

.pli-turn-down:before {
  content: "\f094";
}

.pli-turn-down-2:before {
  content: "\f095";
}

.pli-turn-down-from-left:before {
  content: "\f096";
}

.pli-turn-down-from-right:before {
  content: "\f097";
}

.pli-turn-left:before {
  content: "\f098";
}

.pli-turn-left-3:before {
  content: "\f099";
}

.pli-turn-right:before {
  content: "\f09a";
}

.pli-turn-right-3:before {
  content: "\f09b";
}

.pli-turn-up:before {
  content: "\f09c";
}

.pli-turn-up-2:before {
  content: "\f09d";
}

.pli-turtle:before {
  content: "\f09e";
}

.pli-tuxedo:before {
  content: "\f09f";
}

.pli-tv:before {
  content: "\f0a0";
}

.pli-twister:before {
  content: "\f0a1";
}

.pli-twitter:before {
  content: "\f0a2";
}

.pli-twitter-2:before {
  content: "\f0a3";
}

.pli-twitter-x:before {
  content: "\f0a4";
}

.pli-two-fingers:before {
  content: "\f0a5";
}

.pli-two-fingers-drag:before {
  content: "\f0a6";
}

.pli-two-fingers-drag-2:before {
  content: "\f0a7";
}

.pli-two-fingers-scroll:before {
  content: "\f0a8";
}

.pli-two-fingers-touch:before {
  content: "\f0a9";
}

.pli-two-windows:before {
  content: "\f0aa";
}

.pli-type-pass:before {
  content: "\f0ab";
}

.pli-ukraine:before {
  content: "\f0ac";
}

.pli-umbrella:before {
  content: "\f0ad";
}

.pli-umbrella-2:before {
  content: "\f0ae";
}

.pli-umbrella-3:before {
  content: "\f0af";
}

.pli-underline-text:before {
  content: "\f0b0";
}

.pli-undo:before {
  content: "\f0b1";
}

.pli-united-kingdom:before {
  content: "\f0b2";
}

.pli-united-states:before {
  content: "\f0b3";
}

.pli-university:before {
  content: "\f0b4";
}

.pli-university-2:before {
  content: "\f0b5";
}

.pli-unlike:before {
  content: "\f0b6";
}

.pli-unlike-2:before {
  content: "\f0b7";
}

.pli-unlock:before {
  content: "\f0b8";
}

.pli-unlock-2:before {
  content: "\f0b9";
}

.pli-unlock-3:before {
  content: "\f0ba";
}

.pli-up:before {
  content: "\f0bb";
}

.pli-up-2:before {
  content: "\f0bc";
}

.pli-up-3:before {
  content: "\f0bd";
}

.pli-up-4:before {
  content: "\f0be";
}

.pli-up-down:before {
  content: "\f0bf";
}

.pli-up-down-3:before {
  content: "\f0c0";
}

.pli-upgrade:before {
  content: "\f0c1";
}

.pli-upload:before {
  content: "\f0c2";
}

.pli-upload-2:before {
  content: "\f0c3";
}

.pli-upload-to-cloud:before {
  content: "\f0c4";
}

.pli-upload-window:before {
  content: "\f0c5";
}

.pli-uppercase-text:before {
  content: "\f0c6";
}

.pli-upward:before {
  content: "\f0c7";
}

.pli-url-window:before {
  content: "\f0c8";
}

.pli-usb:before {
  content: "\f0c9";
}

.pli-usb-2:before {
  content: "\f0ca";
}

.pli-usb-cable:before {
  content: "\f0cb";
}

.pli-user:before {
  content: "\f0cc";
}

.pli-ustream:before {
  content: "\f0cd";
}

.pli-vase:before {
  content: "\f0ce";
}

.pli-vector:before {
  content: "\f0cf";
}

.pli-vector-2:before {
  content: "\f0d0";
}

.pli-vector-3:before {
  content: "\f0d1";
}

.pli-vector-4:before {
  content: "\f0d2";
}

.pli-vector-5:before {
  content: "\f0d3";
}

.pli-venn-diagram:before {
  content: "\f0d4";
}

.pli-vest:before {
  content: "\f0d5";
}

.pli-vest-2:before {
  content: "\f0d6";
}

.pli-viddler:before {
  content: "\f0d7";
}

.pli-video:before {
  content: "\f0d8";
}

.pli-video-2:before {
  content: "\f0d9";
}

.pli-video-3:before {
  content: "\f0da";
}

.pli-video-4:before {
  content: "\f0db";
}

.pli-video-5:before {
  content: "\f0dc";
}

.pli-video-6:before {
  content: "\f0dd";
}

.pli-video-game-controller:before {
  content: "\f0de";
}

.pli-video-len:before {
  content: "\f0df";
}

.pli-video-len-2:before {
  content: "\f0e0";
}

.pli-video-photographer:before {
  content: "\f0e1";
}

.pli-video-tripod:before {
  content: "\f0e2";
}

.pli-vietnam:before {
  content: "\f0e3";
}

.pli-view-height:before {
  content: "\f0e4";
}

.pli-view-list:before {
  content: "\f0e5";
}

.pli-view-width:before {
  content: "\f0e6";
}

.pli-vimeo:before {
  content: "\f0e7";
}

.pli-virgo:before {
  content: "\f0e8";
}

.pli-virgo-2:before {
  content: "\f0e9";
}

.pli-virus:before {
  content: "\f0ea";
}

.pli-virus-2:before {
  content: "\f0eb";
}

.pli-virus-3:before {
  content: "\f0ec";
}

.pli-visa:before {
  content: "\f0ed";
}

.pli-voice:before {
  content: "\f0ee";
}

.pli-voicemail:before {
  content: "\f0ef";
}

.pli-volleyball:before {
  content: "\f0f0";
}

.pli-volume-down:before {
  content: "\f0f1";
}

.pli-volume-up:before {
  content: "\f0f2";
}

.pli-vpn:before {
  content: "\f0f3";
}

.pli-wacom-tablet:before {
  content: "\f0f4";
}

.pli-waiter:before {
  content: "\f0f5";
}

.pli-walkie-talkie:before {
  content: "\f0f6";
}

.pli-wallet:before {
  content: "\f0f7";
}

.pli-wallet-2:before {
  content: "\f0f8";
}

.pli-wallet-3:before {
  content: "\f0f9";
}

.pli-warehouse:before {
  content: "\f0fa";
}

.pli-warning-window:before {
  content: "\f0fb";
}

.pli-watch:before {
  content: "\f0fc";
}

.pli-watch-2:before {
  content: "\f0fd";
}

.pli-watch-3:before {
  content: "\f0fe";
}

.pli-wave:before {
  content: "\f0ff";
}

.pli-wave-2:before {
  content: "\f100";
}

.pli-webcam:before {
  content: "\f101";
}

.pli-weight-lift:before {
  content: "\f102";
}

.pli-wheelbarrow:before {
  content: "\f103";
}

.pli-wheelchair:before {
  content: "\f104";
}

.pli-width-window:before {
  content: "\f105";
}

.pli-wifi:before {
  content: "\f106";
}

.pli-wifi-2:before {
  content: "\f107";
}

.pli-wifi-keyboard:before {
  content: "\f108";
}

.pli-windmill:before {
  content: "\f109";
}

.pli-window:before {
  content: "\f10a";
}

.pli-window-2:before {
  content: "\f10b";
}

.pli-windows:before {
  content: "\f10c";
}

.pli-windows-2:before {
  content: "\f10d";
}

.pli-windows-microsoft:before {
  content: "\f10e";
}

.pli-windsock:before {
  content: "\f10f";
}

.pli-wind-turbine:before {
  content: "\f110";
}

.pli-windy:before {
  content: "\f111";
}

.pli-wine-bottle:before {
  content: "\f112";
}

.pli-wine-glass:before {
  content: "\f113";
}

.pli-wink:before {
  content: "\f114";
}

.pli-winter:before {
  content: "\f115";
}

.pli-winter-2:before {
  content: "\f116";
}

.pli-wireless:before {
  content: "\f117";
}

.pli-witch:before {
  content: "\f118";
}

.pli-witch-hat:before {
  content: "\f119";
}

.pli-wizard:before {
  content: "\f11a";
}

.pli-wolf:before {
  content: "\f11b";
}

.pli-woman-man-sign:before {
  content: "\f11c";
}

.pli-woman-sign:before {
  content: "\f11d";
}

.pli-womans-underwear:before {
  content: "\f11e";
}

.pli-womans-underwear-2:before {
  content: "\f11f";
}

.pli-women:before {
  content: "\f120";
}

.pli-wonder-woman:before {
  content: "\f121";
}

.pli-wordpress:before {
  content: "\f122";
}

.pli-worker:before {
  content: "\f123";
}

.pli-worker-clothes:before {
  content: "\f124";
}

.pli-wrap-text:before {
  content: "\f125";
}

.pli-wreath:before {
  content: "\f126";
}

.pli-wrench:before {
  content: "\f127";
}

.pli-xanga:before {
  content: "\f128";
}

.pli-x-box:before {
  content: "\f129";
}

.pli-xing:before {
  content: "\f12a";
}

.pli-x-ray:before {
  content: "\f12b";
}

.pli-yacht:before {
  content: "\f12c";
}

.pli-yahoo:before {
  content: "\f12d";
}

.pli-yahoo-buzz:before {
  content: "\f12e";
}

.pli-yelp:before {
  content: "\f12f";
}

.pli-yes:before {
  content: "\f130";
}

.pli-ying-yang:before {
  content: "\f131";
}

.pli-youtube:before {
  content: "\f132";
}

.pli-z-a:before {
  content: "\f133";
}

.pli-zebra:before {
  content: "\f134";
}

.pli-zombie:before {
  content: "\f135";
}

.pli-zoom-gesture:before {
  content: "\f136";
}

.pli-zootool:before {
  content: "\f137";
}

@font-face {
  font-family: "premium-solid-icons";
  src: url("/assets/premium-solid-icons-d72bf225.woff2?hdrctv") format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=psi-],
[class*=" psi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "premium-solid-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}

.psi-d-glasses:before {
  content: "\e900";
}

.psi-d-glasses-2:before {
  content: "\e901";
}

.psi-aa:before {
  content: "\e902";
}

.psi-add:before {
  content: "\e903";
}

.psi-add-bag:before {
  content: "\e904";
}

.psi-add-basket:before {
  content: "\e905";
}

.psi-add-cart:before {
  content: "\e906";
}

.psi-address-book:before {
  content: "\e907";
}

.psi-address-book-2:before {
  content: "\e908";
}

.psi-add-space-after-paragraph:before {
  content: "\e909";
}

.psi-add-space-before-paragraph:before {
  content: "\e90a";
}

.psi-add-user:before {
  content: "\e90b";
}

.psi-add-user-star:before {
  content: "\e90c";
}

.psi-add-window:before {
  content: "\e90d";
}

.psi-administrator:before {
  content: "\e90e";
}

.psi-aerobics:before {
  content: "\e90f";
}

.psi-aerobics-2:before {
  content: "\e910";
}

.psi-aerobics-3:before {
  content: "\e911";
}

.psi-affiliate:before {
  content: "\e912";
}

.psi-aim:before {
  content: "\e913";
}

.psi-air-balloon:before {
  content: "\e914";
}

.psi-airbrush:before {
  content: "\e915";
}

.psi-airship:before {
  content: "\e916";
}

.psi-alarm:before {
  content: "\e917";
}

.psi-alarm-clock:before {
  content: "\e918";
}

.psi-alarm-clock-2:before {
  content: "\e919";
}

.psi-alien:before {
  content: "\e91a";
}

.psi-alien-2:before {
  content: "\e91b";
}

.psi-align-center:before {
  content: "\e91c";
}

.psi-align-justify-all:before {
  content: "\e91d";
}

.psi-align-justify-center:before {
  content: "\e91e";
}

.psi-align-justify-left:before {
  content: "\e91f";
}

.psi-align-justify-right:before {
  content: "\e920";
}

.psi-align-left:before {
  content: "\e921";
}

.psi-align-right:before {
  content: "\e922";
}

.psi-alligator:before {
  content: "\e923";
}

.psi-alpha:before {
  content: "\e924";
}

.psi-ambulance:before {
  content: "\e925";
}

.psi-amx:before {
  content: "\e926";
}

.psi-anchor:before {
  content: "\e927";
}

.psi-anchor-2:before {
  content: "\e928";
}

.psi-android:before {
  content: "\e929";
}

.psi-android-store:before {
  content: "\e92a";
}

.psi-angel:before {
  content: "\e92b";
}

.psi-angel-smiley:before {
  content: "\e92c";
}

.psi-angry:before {
  content: "\e92d";
}

.psi-apple:before {
  content: "\e92e";
}

.psi-apple-bite:before {
  content: "\e92f";
}

.psi-apple-store:before {
  content: "\e930";
}

.psi-approved-window:before {
  content: "\e931";
}

.psi-aquarius:before {
  content: "\e932";
}

.psi-aquarius-2:before {
  content: "\e933";
}

.psi-archery:before {
  content: "\e934";
}

.psi-archery-2:before {
  content: "\e935";
}

.psi-argentina:before {
  content: "\e936";
}

.psi-aries:before {
  content: "\e937";
}

.psi-aries-2:before {
  content: "\e938";
}

.psi-army-key:before {
  content: "\e939";
}

.psi-arrow-around:before {
  content: "\e93a";
}

.psi-arrow-back:before {
  content: "\e93b";
}

.psi-arrow-back-2:before {
  content: "\e93c";
}

.psi-arrow-back-3:before {
  content: "\e93d";
}

.psi-arrow-barrier:before {
  content: "\e93e";
}

.psi-arrow-circle:before {
  content: "\e93f";
}

.psi-arrow-cross:before {
  content: "\e940";
}

.psi-arrow-down:before {
  content: "\e941";
}

.psi-arrow-down-2:before {
  content: "\e942";
}

.psi-arrow-down-3:before {
  content: "\e943";
}

.psi-arrow-down-in-circle:before {
  content: "\e944";
}

.psi-arrow-fork:before {
  content: "\e945";
}

.psi-arrow-forward:before {
  content: "\e946";
}

.psi-arrow-forward-2:before {
  content: "\e947";
}

.psi-arrow-forward-3:before {
  content: "\e948";
}

.psi-arrow-from:before {
  content: "\e949";
}

.psi-arrow-inside:before {
  content: "\e94a";
}

.psi-arrow-inside-45:before {
  content: "\e94b";
}

.psi-arrow-inside-gap:before {
  content: "\e94c";
}

.psi-arrow-inside-gap-45:before {
  content: "\e94d";
}

.psi-arrow-into:before {
  content: "\e94e";
}

.psi-arrow-join:before {
  content: "\e94f";
}

.psi-arrow-junction:before {
  content: "\e950";
}

.psi-arrow-left:before {
  content: "\e951";
}

.psi-arrow-left-2:before {
  content: "\e952";
}

.psi-arrow-left-in-circle:before {
  content: "\e953";
}

.psi-arrow-loop:before {
  content: "\e954";
}

.psi-arrow-merge:before {
  content: "\e955";
}

.psi-arrow-mix:before {
  content: "\e956";
}

.psi-arrow-out-left:before {
  content: "\e957";
}

.psi-arrow-out-right:before {
  content: "\e958";
}

.psi-arrow-outside:before {
  content: "\e959";
}

.psi-arrow-outside-45:before {
  content: "\e95a";
}

.psi-arrow-outside-gap:before {
  content: "\e95b";
}

.psi-arrow-outside-gap-45:before {
  content: "\e95c";
}

.psi-arrow-over:before {
  content: "\e95d";
}

.psi-arrow-refresh:before {
  content: "\e95e";
}

.psi-arrow-refresh-2:before {
  content: "\e95f";
}

.psi-arrow-right:before {
  content: "\e960";
}

.psi-arrow-right-2:before {
  content: "\e961";
}

.psi-arrow-right-in-circle:before {
  content: "\e962";
}

.psi-arrow-shuffle:before {
  content: "\e963";
}

.psi-arrow-squiggly:before {
  content: "\e964";
}

.psi-arrow-through:before {
  content: "\e965";
}

.psi-arrow-to:before {
  content: "\e966";
}

.psi-arrow-turn-left:before {
  content: "\e967";
}

.psi-arrow-turn-right:before {
  content: "\e968";
}

.psi-arrow-up:before {
  content: "\e969";
}

.psi-arrow-up-2:before {
  content: "\e96a";
}

.psi-arrow-up-3:before {
  content: "\e96b";
}

.psi-arrow-up-in-circle:before {
  content: "\e96c";
}

.psi-arrow-x-left:before {
  content: "\e96d";
}

.psi-arrow-x-right:before {
  content: "\e96e";
}

.psi-ask:before {
  content: "\e96f";
}

.psi-assistant:before {
  content: "\e970";
}

.psi-astronaut:before {
  content: "\e971";
}

.psi-atm:before {
  content: "\e972";
}

.psi-atom:before {
  content: "\e973";
}

.psi-at-sign:before {
  content: "\e974";
}

.psi-audio:before {
  content: "\e975";
}

.psi-auto-flash:before {
  content: "\e976";
}

.psi-autumn:before {
  content: "\e977";
}

.psi-a-z:before {
  content: "\e978";
}

.psi-baby:before {
  content: "\e979";
}

.psi-baby-clothes:before {
  content: "\e97a";
}

.psi-baby-clothes-2:before {
  content: "\e97b";
}

.psi-baby-cry:before {
  content: "\e97c";
}

.psi-back:before {
  content: "\e97d";
}

.psi-background:before {
  content: "\e97e";
}

.psi-back-media:before {
  content: "\e97f";
}

.psi-back-media-2:before {
  content: "\e980";
}

.psi-back-music:before {
  content: "\e981";
}

.psi-bacteria:before {
  content: "\e982";
}

.psi-bag:before {
  content: "\e983";
}

.psi-bag-coin:before {
  content: "\e984";
}

.psi-bag-items:before {
  content: "\e985";
}

.psi-bag-quantity:before {
  content: "\e986";
}

.psi-bakelite:before {
  content: "\e987";
}

.psi-ballet-shoes:before {
  content: "\e988";
}

.psi-balloon:before {
  content: "\e989";
}

.psi-banana:before {
  content: "\e98a";
}

.psi-band-aid:before {
  content: "\e98b";
}

.psi-bank:before {
  content: "\e98c";
}

.psi-bar-chart:before {
  content: "\e98d";
}

.psi-bar-chart-2:before {
  content: "\e98e";
}

.psi-bar-chart-3:before {
  content: "\e98f";
}

.psi-bar-chart-4:before {
  content: "\e990";
}

.psi-bar-chart-5:before {
  content: "\e991";
}

.psi-bar-code:before {
  content: "\e992";
}

.psi-barricade:before {
  content: "\e993";
}

.psi-barricade-2:before {
  content: "\e994";
}

.psi-baseball:before {
  content: "\e995";
}

.psi-basket-ball:before {
  content: "\e996";
}

.psi-basket-coins:before {
  content: "\e997";
}

.psi-basket-items:before {
  content: "\e998";
}

.psi-basket-quantity:before {
  content: "\e999";
}

.psi-bat:before {
  content: "\e99a";
}

.psi-bat-2:before {
  content: "\e99b";
}

.psi-bathrobe:before {
  content: "\e99c";
}

.psi-batman-mask:before {
  content: "\e99d";
}

.psi-battery-0:before {
  content: "\e99e";
}

.psi-battery-25:before {
  content: "\e99f";
}

.psi-battery-50:before {
  content: "\e9a0";
}

.psi-battery-75:before {
  content: "\e9a1";
}

.psi-battery-100:before {
  content: "\e9a2";
}

.psi-battery-charge:before {
  content: "\e9a3";
}

.psi-bear:before {
  content: "\e9a4";
}

.psi-beard:before {
  content: "\e9a5";
}

.psi-beard-2:before {
  content: "\e9a6";
}

.psi-beard-3:before {
  content: "\e9a7";
}

.psi-bebo:before {
  content: "\e9a8";
}

.psi-bee:before {
  content: "\e9a9";
}

.psi-beer:before {
  content: "\e9aa";
}

.psi-beer-glass:before {
  content: "\e9ab";
}

.psi-behance:before {
  content: "\e9ac";
}

.psi-bell:before {
  content: "\e9ad";
}

.psi-bell-2:before {
  content: "\e9ae";
}

.psi-belt:before {
  content: "\e9af";
}

.psi-belt-2:before {
  content: "\e9b0";
}

.psi-belt-3:before {
  content: "\e9b1";
}

.psi-berlin-tower:before {
  content: "\e9b2";
}

.psi-beta:before {
  content: "\e9b3";
}

.psi-betvibes:before {
  content: "\e9b4";
}

.psi-bicycle:before {
  content: "\e9b5";
}

.psi-bicycle-2:before {
  content: "\e9b6";
}

.psi-bicycle-3:before {
  content: "\e9b7";
}

.psi-big-ben:before {
  content: "\e9b8";
}

.psi-big-data:before {
  content: "\e9b9";
}

.psi-bike-helmet:before {
  content: "\e9ba";
}

.psi-bikini:before {
  content: "\e9bb";
}

.psi-billing:before {
  content: "\e9bc";
}

.psi-bing:before {
  content: "\e9bd";
}

.psi-binocular:before {
  content: "\e9be";
}

.psi-bio-hazard:before {
  content: "\e9bf";
}

.psi-biotech:before {
  content: "\e9c0";
}

.psi-bird:before {
  content: "\e9c1";
}

.psi-bird-delivering-letter:before {
  content: "\e9c2";
}

.psi-birthday-cake:before {
  content: "\e9c3";
}

.psi-bisexual:before {
  content: "\e9c4";
}

.psi-bishop:before {
  content: "\e9c5";
}

.psi-bitcoin:before {
  content: "\e9c6";
}

.psi-blackboard:before {
  content: "\e9c7";
}

.psi-black-cat:before {
  content: "\e9c8";
}

.psi-blinklist:before {
  content: "\e9c9";
}

.psi-block-cloud:before {
  content: "\e9ca";
}

.psi-block-window:before {
  content: "\e9cb";
}

.psi-blogger:before {
  content: "\e9cc";
}

.psi-blood:before {
  content: "\e9cd";
}

.psi-blouse:before {
  content: "\e9ce";
}

.psi-blueprint:before {
  content: "\e9cf";
}

.psi-board:before {
  content: "\e9d0";
}

.psi-bodybuilding:before {
  content: "\e9d1";
}

.psi-bold-text:before {
  content: "\e9d2";
}

.psi-bone:before {
  content: "\e9d3";
}

.psi-bones:before {
  content: "\e9d4";
}

.psi-book:before {
  content: "\e9d5";
}

.psi-bookmark:before {
  content: "\e9d6";
}

.psi-books:before {
  content: "\e9d7";
}

.psi-books-2:before {
  content: "\e9d8";
}

.psi-boom:before {
  content: "\e9d9";
}

.psi-boot:before {
  content: "\e9da";
}

.psi-boot-2:before {
  content: "\e9db";
}

.psi-bottom-to-top:before {
  content: "\e9dc";
}

.psi-bow:before {
  content: "\e9dd";
}

.psi-bow-2:before {
  content: "\e9de";
}

.psi-bow-3:before {
  content: "\e9df";
}

.psi-bow-4:before {
  content: "\e9e0";
}

.psi-bow-5:before {
  content: "\e9e1";
}

.psi-bow-6:before {
  content: "\e9e2";
}

.psi-bowling:before {
  content: "\e9e3";
}

.psi-bowling-2:before {
  content: "\e9e4";
}

.psi-box:before {
  content: "\e9e5";
}

.psi-box-close:before {
  content: "\e9e6";
}

.psi-box-full:before {
  content: "\e9e7";
}

.psi-box-gloves:before {
  content: "\e9e8";
}

.psi-box-open:before {
  content: "\e9e9";
}

.psi-box-with-folders:before {
  content: "\e9ea";
}

.psi-boy:before {
  content: "\e9eb";
}

.psi-bra:before {
  content: "\e9ec";
}

.psi-brain:before {
  content: "\e9ed";
}

.psi-brain-2:before {
  content: "\e9ee";
}

.psi-brain-3:before {
  content: "\e9ef";
}

.psi-brazil:before {
  content: "\e9f0";
}

.psi-bread:before {
  content: "\e9f1";
}

.psi-bread-2:before {
  content: "\e9f2";
}

.psi-bridge:before {
  content: "\e9f3";
}

.psi-brightkite:before {
  content: "\e9f4";
}

.psi-broken-link:before {
  content: "\e9f5";
}

.psi-broken-link-2:before {
  content: "\e9f6";
}

.psi-broom:before {
  content: "\e9f7";
}

.psi-brush:before {
  content: "\e9f8";
}

.psi-bucket:before {
  content: "\e9f9";
}

.psi-bug:before {
  content: "\e9fa";
}

.psi-building:before {
  content: "\e9fb";
}

.psi-bulleted-list:before {
  content: "\e9fc";
}

.psi-bus:before {
  content: "\e9fd";
}

.psi-bus-2:before {
  content: "\e9fe";
}

.psi-business-man:before {
  content: "\e9ff";
}

.psi-business-man-woman:before {
  content: "\ea00";
}

.psi-business-mens:before {
  content: "\ea01";
}

.psi-business-woman:before {
  content: "\ea02";
}

.psi-butterfly:before {
  content: "\ea03";
}

.psi-button:before {
  content: "\ea04";
}

.psi-cable-car:before {
  content: "\ea05";
}

.psi-cake:before {
  content: "\ea06";
}

.psi-calculator:before {
  content: "\ea07";
}

.psi-calculator-2:before {
  content: "\ea08";
}

.psi-calculator-3:before {
  content: "\ea09";
}

.psi-calendar:before {
  content: "\ea0a";
}

.psi-calendar-2:before {
  content: "\ea0b";
}

.psi-calendar-3:before {
  content: "\ea0c";
}

.psi-calendar-4:before {
  content: "\ea0d";
}

.psi-calendar-clock:before {
  content: "\ea0e";
}

.psi-calendly:before {
  content: "\ea0f";
}

.psi-camel:before {
  content: "\ea10";
}

.psi-camera:before {
  content: "\ea11";
}

.psi-camera-2:before {
  content: "\ea12";
}

.psi-camera-3:before {
  content: "\ea13";
}

.psi-camera-4:before {
  content: "\ea14";
}

.psi-camera-5:before {
  content: "\ea15";
}

.psi-camera-back:before {
  content: "\ea16";
}

.psi-can:before {
  content: "\ea17";
}

.psi-can-2:before {
  content: "\ea18";
}

.psi-canada:before {
  content: "\ea19";
}

.psi-cancer:before {
  content: "\ea1a";
}

.psi-cancer-2:before {
  content: "\ea1b";
}

.psi-cancer-3:before {
  content: "\ea1c";
}

.psi-candle:before {
  content: "\ea1d";
}

.psi-candy:before {
  content: "\ea1e";
}

.psi-candy-cane:before {
  content: "\ea1f";
}

.psi-cannon:before {
  content: "\ea20";
}

.psi-cap:before {
  content: "\ea21";
}

.psi-cap-2:before {
  content: "\ea22";
}

.psi-cap-3:before {
  content: "\ea23";
}

.psi-capricorn:before {
  content: "\ea24";
}

.psi-capricorn-2:before {
  content: "\ea25";
}

.psi-cap-smiley:before {
  content: "\ea26";
}

.psi-car:before {
  content: "\ea27";
}

.psi-car-2:before {
  content: "\ea28";
}

.psi-car-3:before {
  content: "\ea29";
}

.psi-cardigan:before {
  content: "\ea2a";
}

.psi-cardiovascular:before {
  content: "\ea2b";
}

.psi-cart-coin:before {
  content: "\ea2c";
}

.psi-cart-items:before {
  content: "\ea2d";
}

.psi-cart-quantity:before {
  content: "\ea2e";
}

.psi-car-wheel:before {
  content: "\ea2f";
}

.psi-casette-tape:before {
  content: "\ea30";
}

.psi-cash-register:before {
  content: "\ea31";
}

.psi-cash-register-2:before {
  content: "\ea32";
}

.psi-castle:before {
  content: "\ea33";
}

.psi-cat:before {
  content: "\ea34";
}

.psi-cathedral:before {
  content: "\ea35";
}

.psi-cauldron:before {
  content: "\ea36";
}

.psi-cd:before {
  content: "\ea37";
}

.psi-cd-2:before {
  content: "\ea38";
}

.psi-cd-cover:before {
  content: "\ea39";
}

.psi-cello:before {
  content: "\ea3a";
}

.psi-celsius:before {
  content: "\ea3b";
}

.psi-chair:before {
  content: "\ea3c";
}

.psi-charger:before {
  content: "\ea3d";
}

.psi-check:before {
  content: "\ea3e";
}

.psi-check-2:before {
  content: "\ea3f";
}

.psi-checked-user:before {
  content: "\ea40";
}

.psi-checkered-flag:before {
  content: "\ea41";
}

.psi-checkmate:before {
  content: "\ea42";
}

.psi-checkout:before {
  content: "\ea43";
}

.psi-checkout-bag:before {
  content: "\ea44";
}

.psi-checkout-basket:before {
  content: "\ea45";
}

.psi-cheese:before {
  content: "\ea46";
}

.psi-cheetah:before {
  content: "\ea47";
}

.psi-chef:before {
  content: "\ea48";
}

.psi-chef-hat:before {
  content: "\ea49";
}

.psi-chef-hat-2:before {
  content: "\ea4a";
}

.psi-chemical:before {
  content: "\ea4b";
}

.psi-chemical-2:before {
  content: "\ea4c";
}

.psi-chemical-3:before {
  content: "\ea4d";
}

.psi-chemical-4:before {
  content: "\ea4e";
}

.psi-chemical-5:before {
  content: "\ea4f";
}

.psi-chess:before {
  content: "\ea50";
}

.psi-chess-board:before {
  content: "\ea51";
}

.psi-chevron-down:before {
  content: "\ea52";
}

.psi-chevron-left:before {
  content: "\ea53";
}

.psi-chevron-right:before {
  content: "\ea54";
}

.psi-chevron-up:before {
  content: "\ea55";
}

.psi-chicken:before {
  content: "\ea56";
}

.psi-chile:before {
  content: "\ea57";
}

.psi-chimney:before {
  content: "\ea58";
}

.psi-china:before {
  content: "\ea59";
}

.psi-chinese-temple:before {
  content: "\ea5a";
}

.psi-chip:before {
  content: "\ea5b";
}

.psi-chopsticks:before {
  content: "\ea5c";
}

.psi-chopsticks-2:before {
  content: "\ea5d";
}

.psi-christmas:before {
  content: "\ea5e";
}

.psi-christmas-ball:before {
  content: "\ea5f";
}

.psi-christmas-bell:before {
  content: "\ea60";
}

.psi-christmas-candle:before {
  content: "\ea61";
}

.psi-christmas-hat:before {
  content: "\ea62";
}

.psi-christmas-sleigh:before {
  content: "\ea63";
}

.psi-christmas-snowman:before {
  content: "\ea64";
}

.psi-christmas-sock:before {
  content: "\ea65";
}

.psi-christmas-tree:before {
  content: "\ea66";
}

.psi-chrome:before {
  content: "\ea67";
}

.psi-chrysler-building:before {
  content: "\ea68";
}

.psi-cinema:before {
  content: "\ea69";
}

.psi-circular-point:before {
  content: "\ea6a";
}

.psi-city-hall:before {
  content: "\ea6b";
}

.psi-clamp:before {
  content: "\ea6c";
}

.psi-clapperboard-close:before {
  content: "\ea6d";
}

.psi-clapperboard-open:before {
  content: "\ea6e";
}

.psi-claps:before {
  content: "\ea6f";
}

.psi-clef:before {
  content: "\ea70";
}

.psi-clinic:before {
  content: "\ea71";
}

.psi-clock:before {
  content: "\ea72";
}

.psi-clock-2:before {
  content: "\ea73";
}

.psi-clock-3:before {
  content: "\ea74";
}

.psi-clock-4:before {
  content: "\ea75";
}

.psi-clock-back:before {
  content: "\ea76";
}

.psi-clock-forward:before {
  content: "\ea77";
}

.psi-close:before {
  content: "\ea78";
}

.psi-close-window:before {
  content: "\ea79";
}

.psi-clothing-store:before {
  content: "\ea7a";
}

.psi-cloud:before {
  content: "\ea7b";
}

.psi-cloud-camera:before {
  content: "\ea7c";
}

.psi-cloud-computer:before {
  content: "\ea7d";
}

.psi-cloud-email:before {
  content: "\ea7e";
}

.psi-cloud-hail:before {
  content: "\ea7f";
}

.psi-cloud-laptop:before {
  content: "\ea80";
}

.psi-cloud-lock:before {
  content: "\ea81";
}

.psi-cloud-min:before {
  content: "\ea82";
}

.psi-cloud-moon:before {
  content: "\ea83";
}

.psi-cloud-music:before {
  content: "\ea84";
}

.psi-cloud-picture:before {
  content: "\ea85";
}

.psi-cloud-plus:before {
  content: "\ea86";
}

.psi-cloud-rain:before {
  content: "\ea87";
}

.psi-cloud-remove:before {
  content: "\ea88";
}

.psi-clouds:before {
  content: "\ea89";
}

.psi-cloud-secure:before {
  content: "\ea8a";
}

.psi-cloud-settings:before {
  content: "\ea8b";
}

.psi-cloud-smartphone:before {
  content: "\ea8c";
}

.psi-cloud-snow:before {
  content: "\ea8d";
}

.psi-cloud-sun:before {
  content: "\ea8e";
}

.psi-clouds-weather:before {
  content: "\ea8f";
}

.psi-cloud-tablet:before {
  content: "\ea90";
}

.psi-cloud-video:before {
  content: "\ea91";
}

.psi-cloud-weather:before {
  content: "\ea92";
}

.psi-clown:before {
  content: "\ea93";
}

.psi-cmyk:before {
  content: "\ea94";
}

.psi-coat:before {
  content: "\ea95";
}

.psi-cocktail:before {
  content: "\ea96";
}

.psi-coconut:before {
  content: "\ea97";
}

.psi-code-window:before {
  content: "\ea98";
}

.psi-coding:before {
  content: "\ea99";
}

.psi-coffee:before {
  content: "\ea9a";
}

.psi-coffee-2:before {
  content: "\ea9b";
}

.psi-coffee-bean:before {
  content: "\ea9c";
}

.psi-coffee-machine:before {
  content: "\ea9d";
}

.psi-coffee-to-go:before {
  content: "\ea9e";
}

.psi-coffin:before {
  content: "\ea9f";
}

.psi-coin:before {
  content: "\eaa0";
}

.psi-coins:before {
  content: "\eaa1";
}

.psi-coins-2:before {
  content: "\eaa2";
}

.psi-coins-3:before {
  content: "\eaa3";
}

.psi-colombia:before {
  content: "\eaa4";
}

.psi-colosseum:before {
  content: "\eaa5";
}

.psi-column:before {
  content: "\eaa6";
}

.psi-column-2:before {
  content: "\eaa7";
}

.psi-column-3:before {
  content: "\eaa8";
}

.psi-comb:before {
  content: "\eaa9";
}

.psi-comb-2:before {
  content: "\eaaa";
}

.psi-communication-tower:before {
  content: "\eaab";
}

.psi-communication-tower-2:before {
  content: "\eaac";
}

.psi-compass:before {
  content: "\eaad";
}

.psi-compass-2:before {
  content: "\eaae";
}

.psi-compass-3:before {
  content: "\eaaf";
}

.psi-compass-4:before {
  content: "\eab0";
}

.psi-compass-rose:before {
  content: "\eab1";
}

.psi-computer:before {
  content: "\eab2";
}

.psi-computer-2:before {
  content: "\eab3";
}

.psi-computer-3:before {
  content: "\eab4";
}

.psi-computer-secure:before {
  content: "\eab5";
}

.psi-conference:before {
  content: "\eab6";
}

.psi-confused:before {
  content: "\eab7";
}

.psi-conservation:before {
  content: "\eab8";
}

.psi-consulting:before {
  content: "\eab9";
}

.psi-contrast:before {
  content: "\eaba";
}

.psi-control:before {
  content: "\eabb";
}

.psi-control-2:before {
  content: "\eabc";
}

.psi-cookie-man:before {
  content: "\eabd";
}

.psi-cookies:before {
  content: "\eabe";
}

.psi-cool:before {
  content: "\eabf";
}

.psi-cool-guy:before {
  content: "\eac0";
}

.psi-copyright:before {
  content: "\eac1";
}

.psi-costume:before {
  content: "\eac2";
}

.psi-couple-sign:before {
  content: "\eac3";
}

.psi-cow:before {
  content: "\eac4";
}

.psi-cpu:before {
  content: "\eac5";
}

.psi-crane:before {
  content: "\eac6";
}

.psi-cranium:before {
  content: "\eac7";
}

.psi-credit-card:before {
  content: "\eac8";
}

.psi-credit-card-2:before {
  content: "\eac9";
}

.psi-credit-card-3:before {
  content: "\eaca";
}

.psi-cricket:before {
  content: "\eacb";
}

.psi-criminal:before {
  content: "\eacc";
}

.psi-croissant:before {
  content: "\eacd";
}

.psi-crop:before {
  content: "\eace";
}

.psi-crop-2:before {
  content: "\eacf";
}

.psi-cross:before {
  content: "\ead0";
}

.psi-crown:before {
  content: "\ead1";
}

.psi-crown-2:before {
  content: "\ead2";
}

.psi-crying:before {
  content: "\ead3";
}

.psi-cube-molecule:before {
  content: "\ead4";
}

.psi-cube-molecule-2:before {
  content: "\ead5";
}

.psi-cupcake:before {
  content: "\ead6";
}

.psi-cursor:before {
  content: "\ead7";
}

.psi-cursor-click:before {
  content: "\ead8";
}

.psi-cursor-click-2:before {
  content: "\ead9";
}

.psi-cursor-move:before {
  content: "\eada";
}

.psi-cursor-move-2:before {
  content: "\eadb";
}

.psi-cursor-select:before {
  content: "\eadc";
}

.psi-dam:before {
  content: "\eadd";
}

.psi-danger:before {
  content: "\eade";
}

.psi-danger-2:before {
  content: "\eadf";
}

.psi-dashboard:before {
  content: "\eae0";
}

.psi-data:before {
  content: "\eae1";
}

.psi-data-backup:before {
  content: "\eae2";
}

.psi-data-block:before {
  content: "\eae3";
}

.psi-data-center:before {
  content: "\eae4";
}

.psi-data-clock:before {
  content: "\eae5";
}

.psi-data-cloud:before {
  content: "\eae6";
}

.psi-data-compress:before {
  content: "\eae7";
}

.psi-data-copy:before {
  content: "\eae8";
}

.psi-data-download:before {
  content: "\eae9";
}

.psi-data-financial:before {
  content: "\eaea";
}

.psi-data-key:before {
  content: "\eaeb";
}

.psi-data-lock:before {
  content: "\eaec";
}

.psi-data-network:before {
  content: "\eaed";
}

.psi-data-password:before {
  content: "\eaee";
}

.psi-data-power:before {
  content: "\eaef";
}

.psi-data-refresh:before {
  content: "\eaf0";
}

.psi-data-save:before {
  content: "\eaf1";
}

.psi-data-search:before {
  content: "\eaf2";
}

.psi-data-security:before {
  content: "\eaf3";
}

.psi-data-settings:before {
  content: "\eaf4";
}

.psi-data-sharing:before {
  content: "\eaf5";
}

.psi-data-shield:before {
  content: "\eaf6";
}

.psi-data-signal:before {
  content: "\eaf7";
}

.psi-data-storage:before {
  content: "\eaf8";
}

.psi-data-stream:before {
  content: "\eaf9";
}

.psi-data-transfer:before {
  content: "\eafa";
}

.psi-data-unlock:before {
  content: "\eafb";
}

.psi-data-upload:before {
  content: "\eafc";
}

.psi-data-yes:before {
  content: "\eafd";
}

.psi-daylight:before {
  content: "\eafe";
}

.psi-death:before {
  content: "\eaff";
}

.psi-debian:before {
  content: "\eb00";
}

.psi-dec:before {
  content: "\eb01";
}

.psi-decrease-indent:before {
  content: "\eb02";
}

.psi-deer:before {
  content: "\eb03";
}

.psi-deer-2:before {
  content: "\eb04";
}

.psi-delete-window:before {
  content: "\eb05";
}

.psi-delicious:before {
  content: "\eb06";
}

.psi-denmark:before {
  content: "\eb07";
}

.psi-depression:before {
  content: "\eb08";
}

.psi-deviantart:before {
  content: "\eb09";
}

.psi-device-sync-with-cloud:before {
  content: "\eb0a";
}

.psi-diamond:before {
  content: "\eb0b";
}

.psi-dice:before {
  content: "\eb0c";
}

.psi-dice-2:before {
  content: "\eb0d";
}

.psi-digg:before {
  content: "\eb0e";
}

.psi-digital-drawing:before {
  content: "\eb0f";
}

.psi-diigo:before {
  content: "\eb10";
}

.psi-dinosaur:before {
  content: "\eb11";
}

.psi-diploma:before {
  content: "\eb12";
}

.psi-diploma-2:before {
  content: "\eb13";
}

.psi-direction-east:before {
  content: "\eb14";
}

.psi-direction-north:before {
  content: "\eb15";
}

.psi-direction-south:before {
  content: "\eb16";
}

.psi-direction-west:before {
  content: "\eb17";
}

.psi-director:before {
  content: "\eb18";
}

.psi-disk:before {
  content: "\eb19";
}

.psi-dj:before {
  content: "\eb1a";
}

.psi-dna:before {
  content: "\eb1b";
}

.psi-dna-2:before {
  content: "\eb1c";
}

.psi-dna-helix:before {
  content: "\eb1d";
}

.psi-doctor:before {
  content: "\eb1e";
}

.psi-dog:before {
  content: "\eb1f";
}

.psi-dollar:before {
  content: "\eb20";
}

.psi-dollar-sign:before {
  content: "\eb21";
}

.psi-dollar-sign-2:before {
  content: "\eb22";
}

.psi-dolphin:before {
  content: "\eb23";
}

.psi-domino:before {
  content: "\eb24";
}

.psi-door:before {
  content: "\eb25";
}

.psi-door-hanger:before {
  content: "\eb26";
}

.psi-dopplr:before {
  content: "\eb27";
}

.psi-dot-horizontal:before {
  content: "\eb28";
}

.psi-dot-vertical:before {
  content: "\eb29";
}

.psi-double-circle:before {
  content: "\eb2a";
}

.psi-double-tap:before {
  content: "\eb2b";
}

.psi-doughnut:before {
  content: "\eb2c";
}

.psi-dove:before {
  content: "\eb2d";
}

.psi-down:before {
  content: "\eb2e";
}

.psi-down-2:before {
  content: "\eb2f";
}

.psi-down-3:before {
  content: "\eb30";
}

.psi-down-4:before {
  content: "\eb31";
}

.psi-download:before {
  content: "\eb32";
}

.psi-download-2:before {
  content: "\eb33";
}

.psi-download-from-cloud:before {
  content: "\eb34";
}

.psi-download-window:before {
  content: "\eb35";
}

.psi-downward:before {
  content: "\eb36";
}

.psi-drag:before {
  content: "\eb37";
}

.psi-drag-down:before {
  content: "\eb38";
}

.psi-drag-left:before {
  content: "\eb39";
}

.psi-drag-right:before {
  content: "\eb3a";
}

.psi-drag-up:before {
  content: "\eb3b";
}

.psi-dress:before {
  content: "\eb3c";
}

.psi-dribbble:before {
  content: "\eb3d";
}

.psi-drill:before {
  content: "\eb3e";
}

.psi-drill-2:before {
  content: "\eb3f";
}

.psi-drop:before {
  content: "\eb40";
}

.psi-dropbox:before {
  content: "\eb41";
}

.psi-drum:before {
  content: "\eb42";
}

.psi-dry:before {
  content: "\eb43";
}

.psi-duck:before {
  content: "\eb44";
}

.psi-dumbbell:before {
  content: "\eb45";
}

.psi-duplicate-layer:before {
  content: "\eb46";
}

.psi-duplicate-window:before {
  content: "\eb47";
}

.psi-dvd:before {
  content: "\eb48";
}

.psi-eagle:before {
  content: "\eb49";
}

.psi-ear:before {
  content: "\eb4a";
}

.psi-earphones:before {
  content: "\eb4b";
}

.psi-earphones-2:before {
  content: "\eb4c";
}

.psi-eci-icon:before {
  content: "\eb4d";
}

.psi-edit:before {
  content: "\eb4e";
}

.psi-edit-map:before {
  content: "\eb4f";
}

.psi-eggs:before {
  content: "\eb50";
}

.psi-egypt:before {
  content: "\eb51";
}

.psi-eifel-tower:before {
  content: "\eb52";
}

.psi-eject:before {
  content: "\eb53";
}

.psi-eject-2:before {
  content: "\eb54";
}

.psi-elbow:before {
  content: "\eb55";
}

.psi-el-castillo:before {
  content: "\eb56";
}

.psi-electric-guitar:before {
  content: "\eb57";
}

.psi-electricity:before {
  content: "\eb58";
}

.psi-elephant:before {
  content: "\eb59";
}

.psi-email:before {
  content: "\eb5a";
}

.psi-embassy:before {
  content: "\eb5b";
}

.psi-empire-state-building:before {
  content: "\eb5c";
}

.psi-empty-box:before {
  content: "\eb5d";
}

.psi-end:before {
  content: "\eb5e";
}

.psi-end-2:before {
  content: "\eb5f";
}

.psi-end-3:before {
  content: "\eb60";
}

.psi-endways:before {
  content: "\eb61";
}

.psi-engineering:before {
  content: "\eb62";
}

.psi-envelope:before {
  content: "\eb63";
}

.psi-envelope-2:before {
  content: "\eb64";
}

.psi-environmental:before {
  content: "\eb65";
}

.psi-environmental-2:before {
  content: "\eb66";
}

.psi-environmental-3:before {
  content: "\eb67";
}

.psi-equalizer:before {
  content: "\eb68";
}

.psi-eraser:before {
  content: "\eb69";
}

.psi-eraser-2:before {
  content: "\eb6a";
}

.psi-eraser-3:before {
  content: "\eb6b";
}

.psi-error-404-window:before {
  content: "\eb6c";
}

.psi-euro:before {
  content: "\eb6d";
}

.psi-euro-sign:before {
  content: "\eb6e";
}

.psi-euro-sign-2:before {
  content: "\eb6f";
}

.psi-evernote:before {
  content: "\eb70";
}

.psi-evil:before {
  content: "\eb71";
}

.psi-exclamation:before {
  content: "\eb72";
}

.psi-explode:before {
  content: "\eb73";
}

.psi-eye:before {
  content: "\eb74";
}

.psi-eye-2:before {
  content: "\eb75";
}

.psi-eye-blind:before {
  content: "\eb76";
}

.psi-eyebrow:before {
  content: "\eb77";
}

.psi-eyebrow-2:before {
  content: "\eb78";
}

.psi-eyebrow-3:before {
  content: "\eb79";
}

.psi-eyeglasses-smiley:before {
  content: "\eb7a";
}

.psi-eyeglasses-smiley-2:before {
  content: "\eb7b";
}

.psi-eye-invisible:before {
  content: "\eb7c";
}

.psi-eye-scan:before {
  content: "\eb7d";
}

.psi-eye-visible:before {
  content: "\eb7e";
}

.psi-facebook:before {
  content: "\eb7f";
}

.psi-facebook-2:before {
  content: "\eb80";
}

.psi-face-style:before {
  content: "\eb81";
}

.psi-face-style-2:before {
  content: "\eb82";
}

.psi-face-style-3:before {
  content: "\eb83";
}

.psi-face-style-4:before {
  content: "\eb84";
}

.psi-face-style-5:before {
  content: "\eb85";
}

.psi-face-style-6:before {
  content: "\eb86";
}

.psi-factory:before {
  content: "\eb87";
}

.psi-factory-2:before {
  content: "\eb88";
}

.psi-fahrenheit:before {
  content: "\eb89";
}

.psi-family-sign:before {
  content: "\eb8a";
}

.psi-fan:before {
  content: "\eb8b";
}

.psi-farmer:before {
  content: "\eb8c";
}

.psi-fashion:before {
  content: "\eb8d";
}

.psi-favorite-window:before {
  content: "\eb8e";
}

.psi-fax:before {
  content: "\eb8f";
}

.psi-feather:before {
  content: "\eb90";
}

.psi-feedburner:before {
  content: "\eb91";
}

.psi-female:before {
  content: "\eb92";
}

.psi-female-2:before {
  content: "\eb93";
}

.psi-female-sign:before {
  content: "\eb94";
}

.psi-file:before {
  content: "\eb95";
}

.psi-file-add:before {
  content: "\eb96";
}

.psi-file-block:before {
  content: "\eb97";
}

.psi-file-bookmark:before {
  content: "\eb98";
}

.psi-file-chart:before {
  content: "\eb99";
}

.psi-file-clipboard:before {
  content: "\eb9a";
}

.psi-file-clipboard-file-text:before {
  content: "\eb9b";
}

.psi-file-clipboard-text-image:before {
  content: "\eb9c";
}

.psi-file-cloud:before {
  content: "\eb9d";
}

.psi-file-copy:before {
  content: "\eb9e";
}

.psi-file-copy-2:before {
  content: "\eb9f";
}

.psi-file-csv:before {
  content: "\eba0";
}

.psi-file-delete:before {
  content: "\eba1";
}

.psi-file-download:before {
  content: "\eba2";
}

.psi-file-edit:before {
  content: "\eba3";
}

.psi-file-excel:before {
  content: "\eba4";
}

.psi-file-favorite:before {
  content: "\eba5";
}

.psi-file-fire:before {
  content: "\eba6";
}

.psi-file-graph:before {
  content: "\eba7";
}

.psi-file-hide:before {
  content: "\eba8";
}

.psi-file-horizontal:before {
  content: "\eba9";
}

.psi-file-horizontal-text:before {
  content: "\ebaa";
}

.psi-file-html:before {
  content: "\ebab";
}

.psi-file-jpg:before {
  content: "\ebac";
}

.psi-file-link:before {
  content: "\ebad";
}

.psi-file-loading:before {
  content: "\ebae";
}

.psi-file-lock:before {
  content: "\ebaf";
}

.psi-file-love:before {
  content: "\ebb0";
}

.psi-file-music:before {
  content: "\ebb1";
}

.psi-file-network:before {
  content: "\ebb2";
}

.psi-file-pictures:before {
  content: "\ebb3";
}

.psi-file-pie:before {
  content: "\ebb4";
}

.psi-file-presentation:before {
  content: "\ebb5";
}

.psi-file-refresh:before {
  content: "\ebb6";
}

.psi-file-remove:before {
  content: "\ebb7";
}

.psi-files:before {
  content: "\ebb8";
}

.psi-file-search:before {
  content: "\ebb9";
}

.psi-file-settings:before {
  content: "\ebba";
}

.psi-file-share:before {
  content: "\ebbb";
}

.psi-file-text-image:before {
  content: "\ebbc";
}

.psi-file-trash:before {
  content: "\ebbd";
}

.psi-file-txt:before {
  content: "\ebbe";
}

.psi-file-upload:before {
  content: "\ebbf";
}

.psi-file-video:before {
  content: "\ebc0";
}

.psi-file-word:before {
  content: "\ebc1";
}

.psi-file-zip:before {
  content: "\ebc2";
}

.psi-film:before {
  content: "\ebc3";
}

.psi-film-board:before {
  content: "\ebc4";
}

.psi-film-cartridge:before {
  content: "\ebc5";
}

.psi-film-strip:before {
  content: "\ebc6";
}

.psi-film-video:before {
  content: "\ebc7";
}

.psi-filter:before {
  content: "\ebc8";
}

.psi-filter-2:before {
  content: "\ebc9";
}

.psi-financial:before {
  content: "\ebca";
}

.psi-find-user:before {
  content: "\ebcb";
}

.psi-finger:before {
  content: "\ebcc";
}

.psi-finger-drag-four-sides:before {
  content: "\ebcd";
}

.psi-finger-drag-two-sides:before {
  content: "\ebce";
}

.psi-finger-print:before {
  content: "\ebcf";
}

.psi-fingerprint:before {
  content: "\ebd0";
}

.psi-fingerprint-2:before {
  content: "\ebd1";
}

.psi-fire-flame:before {
  content: "\ebd2";
}

.psi-fire-flame-2:before {
  content: "\ebd3";
}

.psi-firefox:before {
  content: "\ebd4";
}

.psi-fire-hydrant:before {
  content: "\ebd5";
}

.psi-fire-station:before {
  content: "\ebd6";
}

.psi-firewall:before {
  content: "\ebd7";
}

.psi-first:before {
  content: "\ebd8";
}

.psi-first-aid:before {
  content: "\ebd9";
}

.psi-fish:before {
  content: "\ebda";
}

.psi-fish-food:before {
  content: "\ebdb";
}

.psi-fit-to:before {
  content: "\ebdc";
}

.psi-fit-to-2:before {
  content: "\ebdd";
}

.psi-five-fingers:before {
  content: "\ebde";
}

.psi-five-fingers-drag:before {
  content: "\ebdf";
}

.psi-five-fingers-drag-2:before {
  content: "\ebe0";
}

.psi-five-fingers-touch:before {
  content: "\ebe1";
}

.psi-flag:before {
  content: "\ebe2";
}

.psi-flag-2:before {
  content: "\ebe3";
}

.psi-flag-3:before {
  content: "\ebe4";
}

.psi-flag-4:before {
  content: "\ebe5";
}

.psi-flag-5:before {
  content: "\ebe6";
}

.psi-flag-6:before {
  content: "\ebe7";
}

.psi-flamingo:before {
  content: "\ebe8";
}

.psi-flash:before {
  content: "\ebe9";
}

.psi-flash-2:before {
  content: "\ebea";
}

.psi-flashlight:before {
  content: "\ebeb";
}

.psi-flash-video:before {
  content: "\ebec";
}

.psi-flask:before {
  content: "\ebed";
}

.psi-flask-2:before {
  content: "\ebee";
}

.psi-flick:before {
  content: "\ebef";
}

.psi-flickr:before {
  content: "\ebf0";
}

.psi-flowerpot:before {
  content: "\ebf1";
}

.psi-fluorescent:before {
  content: "\ebf2";
}

.psi-fog-day:before {
  content: "\ebf3";
}

.psi-fog-night:before {
  content: "\ebf4";
}

.psi-folder:before {
  content: "\ebf5";
}

.psi-folder-add:before {
  content: "\ebf6";
}

.psi-folder-archive:before {
  content: "\ebf7";
}

.psi-folder-binder:before {
  content: "\ebf8";
}

.psi-folder-binder-2:before {
  content: "\ebf9";
}

.psi-folder-block:before {
  content: "\ebfa";
}

.psi-folder-bookmark:before {
  content: "\ebfb";
}

.psi-folder-close:before {
  content: "\ebfc";
}

.psi-folder-cloud:before {
  content: "\ebfd";
}

.psi-folder-delete:before {
  content: "\ebfe";
}

.psi-folder-download:before {
  content: "\ebff";
}

.psi-folder-edit:before {
  content: "\ec00";
}

.psi-folder-favorite:before {
  content: "\ec01";
}

.psi-folder-fire:before {
  content: "\ec02";
}

.psi-folder-hide:before {
  content: "\ec03";
}

.psi-folder-link:before {
  content: "\ec04";
}

.psi-folder-loading:before {
  content: "\ec05";
}

.psi-folder-lock:before {
  content: "\ec06";
}

.psi-folder-love:before {
  content: "\ec07";
}

.psi-folder-music:before {
  content: "\ec08";
}

.psi-folder-network:before {
  content: "\ec09";
}

.psi-folder-open:before {
  content: "\ec0a";
}

.psi-folder-open-2:before {
  content: "\ec0b";
}

.psi-folder-organizing:before {
  content: "\ec0c";
}

.psi-folder-pictures:before {
  content: "\ec0d";
}

.psi-folder-refresh:before {
  content: "\ec0e";
}

.psi-folder-remove:before {
  content: "\ec0f";
}

.psi-folders:before {
  content: "\ec10";
}

.psi-folder-search:before {
  content: "\ec11";
}

.psi-folder-settings:before {
  content: "\ec12";
}

.psi-folder-share:before {
  content: "\ec13";
}

.psi-folder-trash:before {
  content: "\ec14";
}

.psi-folder-upload:before {
  content: "\ec15";
}

.psi-folder-video:before {
  content: "\ec16";
}

.psi-folder-with-document:before {
  content: "\ec17";
}

.psi-folder-zip:before {
  content: "\ec18";
}

.psi-font-color:before {
  content: "\ec19";
}

.psi-font-name:before {
  content: "\ec1a";
}

.psi-font-size:before {
  content: "\ec1b";
}

.psi-font-style:before {
  content: "\ec1c";
}

.psi-font-style-subscript:before {
  content: "\ec1d";
}

.psi-font-style-superscript:before {
  content: "\ec1e";
}

.psi-font-window:before {
  content: "\ec1f";
}

.psi-foot:before {
  content: "\ec20";
}

.psi-foot-2:before {
  content: "\ec21";
}

.psi-football:before {
  content: "\ec22";
}

.psi-football-2:before {
  content: "\ec23";
}

.psi-footprint:before {
  content: "\ec24";
}

.psi-footprint-2:before {
  content: "\ec25";
}

.psi-footprint-3:before {
  content: "\ec26";
}

.psi-forest:before {
  content: "\ec27";
}

.psi-fork:before {
  content: "\ec28";
}

.psi-formspring:before {
  content: "\ec29";
}

.psi-formula:before {
  content: "\ec2a";
}

.psi-forward:before {
  content: "\ec2b";
}

.psi-fountain-pen:before {
  content: "\ec2c";
}

.psi-four-fingers:before {
  content: "\ec2d";
}

.psi-four-fingers-drag:before {
  content: "\ec2e";
}

.psi-four-fingers-drag-2:before {
  content: "\ec2f";
}

.psi-four-fingers-touch:before {
  content: "\ec30";
}

.psi-foursquare:before {
  content: "\ec31";
}

.psi-fox:before {
  content: "\ec32";
}

.psi-frankenstein:before {
  content: "\ec33";
}

.psi-french-fries:before {
  content: "\ec34";
}

.psi-friendfeed:before {
  content: "\ec35";
}

.psi-friendster:before {
  content: "\ec36";
}

.psi-frog:before {
  content: "\ec37";
}

.psi-fruits:before {
  content: "\ec38";
}

.psi-fuel:before {
  content: "\ec39";
}

.psi-full-bag:before {
  content: "\ec3a";
}

.psi-full-basket:before {
  content: "\ec3b";
}

.psi-full-cart:before {
  content: "\ec3c";
}

.psi-full-moon:before {
  content: "\ec3d";
}

.psi-full-screen:before {
  content: "\ec3e";
}

.psi-full-screen-2:before {
  content: "\ec3f";
}

.psi-full-view:before {
  content: "\ec40";
}

.psi-full-view-2:before {
  content: "\ec41";
}

.psi-full-view-window:before {
  content: "\ec42";
}

.psi-function:before {
  content: "\ec43";
}

.psi-funky:before {
  content: "\ec44";
}

.psi-funny-bicycle:before {
  content: "\ec45";
}

.psi-furl:before {
  content: "\ec46";
}

.psi-gamepad:before {
  content: "\ec47";
}

.psi-gamepad-2:before {
  content: "\ec48";
}

.psi-gas-pump:before {
  content: "\ec49";
}

.psi-gauge:before {
  content: "\ec4a";
}

.psi-gauge-2:before {
  content: "\ec4b";
}

.psi-gay:before {
  content: "\ec4c";
}

.psi-gear:before {
  content: "\ec4d";
}

.psi-gear-2:before {
  content: "\ec4e";
}

.psi-gears:before {
  content: "\ec4f";
}

.psi-gears-2:before {
  content: "\ec50";
}

.psi-geek:before {
  content: "\ec51";
}

.psi-geek-2:before {
  content: "\ec52";
}

.psi-gemini:before {
  content: "\ec53";
}

.psi-gemini-2:before {
  content: "\ec54";
}

.psi-genius:before {
  content: "\ec55";
}

.psi-gentleman:before {
  content: "\ec56";
}

.psi-geo:before {
  content: "\ec57";
}

.psi-geo-2:before {
  content: "\ec58";
}

.psi-geo-2-close:before {
  content: "\ec59";
}

.psi-geo-2-love:before {
  content: "\ec5a";
}

.psi-geo-2-min:before {
  content: "\ec5b";
}

.psi-geo-2-number:before {
  content: "\ec5c";
}

.psi-geo-2-plus:before {
  content: "\ec5d";
}

.psi-geo-2-star:before {
  content: "\ec5e";
}

.psi-geo-3:before {
  content: "\ec5f";
}

.psi-geo-3-close:before {
  content: "\ec60";
}

.psi-geo-3-love:before {
  content: "\ec61";
}

.psi-geo-3-min:before {
  content: "\ec62";
}

.psi-geo-3-number:before {
  content: "\ec63";
}

.psi-geo-3-plus:before {
  content: "\ec64";
}

.psi-geo-3-star:before {
  content: "\ec65";
}

.psi-geo-close:before {
  content: "\ec66";
}

.psi-geo-love:before {
  content: "\ec67";
}

.psi-geo-min:before {
  content: "\ec68";
}

.psi-geo-number:before {
  content: "\ec69";
}

.psi-geo-plus:before {
  content: "\ec6a";
}

.psi-geo-star:before {
  content: "\ec6b";
}

.psi-ghost:before {
  content: "\ec6c";
}

.psi-gift-box:before {
  content: "\ec6d";
}

.psi-giraffe:before {
  content: "\ec6e";
}

.psi-girl:before {
  content: "\ec6f";
}

.psi-glasses:before {
  content: "\ec70";
}

.psi-glasses-2:before {
  content: "\ec71";
}

.psi-glasses-3:before {
  content: "\ec72";
}

.psi-glass-water:before {
  content: "\ec73";
}

.psi-global-position:before {
  content: "\ec74";
}

.psi-globe:before {
  content: "\ec75";
}

.psi-globe-2:before {
  content: "\ec76";
}

.psi-gloves:before {
  content: "\ec77";
}

.psi-go-bottom:before {
  content: "\ec78";
}

.psi-goggles:before {
  content: "\ec79";
}

.psi-golf:before {
  content: "\ec7a";
}

.psi-golf-2:before {
  content: "\ec7b";
}

.psi-google:before {
  content: "\ec7c";
}

.psi-google-buzz:before {
  content: "\ec7d";
}

.psi-google-drive:before {
  content: "\ec7e";
}

.psi-google-play:before {
  content: "\ec7f";
}

.psi-google-plus:before {
  content: "\ec80";
}

.psi-gopro:before {
  content: "\ec81";
}

.psi-gorilla:before {
  content: "\ec82";
}

.psi-go-top:before {
  content: "\ec83";
}

.psi-gowalla:before {
  content: "\ec84";
}

.psi-grave:before {
  content: "\ec85";
}

.psi-graveyard:before {
  content: "\ec86";
}

.psi-greece:before {
  content: "\ec87";
}

.psi-green-energy:before {
  content: "\ec88";
}

.psi-green-house:before {
  content: "\ec89";
}

.psi-guitar:before {
  content: "\ec8a";
}

.psi-gun:before {
  content: "\ec8b";
}

.psi-gun-2:before {
  content: "\ec8c";
}

.psi-gun-3:before {
  content: "\ec8d";
}

.psi-gymnastics:before {
  content: "\ec8e";
}

.psi-hair:before {
  content: "\ec8f";
}

.psi-hair-2:before {
  content: "\ec90";
}

.psi-hair-3:before {
  content: "\ec91";
}

.psi-hair-4:before {
  content: "\ec92";
}

.psi-half-moon:before {
  content: "\ec93";
}

.psi-halloween-halfmoon:before {
  content: "\ec94";
}

.psi-halloween-moon:before {
  content: "\ec95";
}

.psi-hamburger:before {
  content: "\ec96";
}

.psi-hammer:before {
  content: "\ec97";
}

.psi-hand:before {
  content: "\ec98";
}

.psi-hands:before {
  content: "\ec99";
}

.psi-handshake:before {
  content: "\ec9a";
}

.psi-hand-touch:before {
  content: "\ec9b";
}

.psi-hand-touch-2:before {
  content: "\ec9c";
}

.psi-hand-touch-smartphone:before {
  content: "\ec9d";
}

.psi-hanger:before {
  content: "\ec9e";
}

.psi-happy:before {
  content: "\ec9f";
}

.psi-hat:before {
  content: "\eca0";
}

.psi-hat-2:before {
  content: "\eca1";
}

.psi-haunted-house:before {
  content: "\eca2";
}

.psi-hd:before {
  content: "\eca3";
}

.psi-hdd:before {
  content: "\eca4";
}

.psi-hd-video:before {
  content: "\eca5";
}

.psi-headphone:before {
  content: "\eca6";
}

.psi-headphones:before {
  content: "\eca7";
}

.psi-headset:before {
  content: "\eca8";
}

.psi-heart:before {
  content: "\eca9";
}

.psi-heart-2:before {
  content: "\ecaa";
}

.psi-heels:before {
  content: "\ecab";
}

.psi-heels-2:before {
  content: "\ecac";
}

.psi-height-window:before {
  content: "\ecad";
}

.psi-helicopter:before {
  content: "\ecae";
}

.psi-helicopter-2:before {
  content: "\ecaf";
}

.psi-helix-2:before {
  content: "\ecb0";
}

.psi-hello:before {
  content: "\ecb1";
}

.psi-helmet:before {
  content: "\ecb2";
}

.psi-helmet-2:before {
  content: "\ecb3";
}

.psi-helmet-3:before {
  content: "\ecb4";
}

.psi-hippo:before {
  content: "\ecb5";
}

.psi-hipster-glasses:before {
  content: "\ecb6";
}

.psi-hipster-glasses-2:before {
  content: "\ecb7";
}

.psi-hipster-glasses-3:before {
  content: "\ecb8";
}

.psi-hipster-headphones:before {
  content: "\ecb9";
}

.psi-hipster-man:before {
  content: "\ecba";
}

.psi-hipster-man-2:before {
  content: "\ecbb";
}

.psi-hipster-man-3:before {
  content: "\ecbc";
}

.psi-hipster-sunglasses:before {
  content: "\ecbd";
}

.psi-hipster-sunglasses-2:before {
  content: "\ecbe";
}

.psi-hipster-sunglasses-3:before {
  content: "\ecbf";
}

.psi-hokey:before {
  content: "\ecc0";
}

.psi-holly:before {
  content: "\ecc1";
}

.psi-home:before {
  content: "\ecc2";
}

.psi-home-2:before {
  content: "\ecc3";
}

.psi-home-3:before {
  content: "\ecc4";
}

.psi-home-4:before {
  content: "\ecc5";
}

.psi-home-5:before {
  content: "\ecc6";
}

.psi-home-window:before {
  content: "\ecc7";
}

.psi-honey:before {
  content: "\ecc8";
}

.psi-hongkong:before {
  content: "\ecc9";
}

.psi-hoodie:before {
  content: "\ecca";
}

.psi-horror:before {
  content: "\eccb";
}

.psi-horse:before {
  content: "\eccc";
}

.psi-hospital:before {
  content: "\eccd";
}

.psi-hospital-2:before {
  content: "\ecce";
}

.psi-hot-dog:before {
  content: "\eccf";
}

.psi-hotel:before {
  content: "\ecd0";
}

.psi-hour:before {
  content: "\ecd1";
}

.psi-hub:before {
  content: "\ecd2";
}

.psi-humor:before {
  content: "\ecd3";
}

.psi-hurt:before {
  content: "\ecd4";
}

.psi-ice-cream:before {
  content: "\ecd5";
}

.psi-icq:before {
  content: "\ecd6";
}

.psi-id-2:before {
  content: "\ecd7";
}

.psi-id-3:before {
  content: "\ecd8";
}

.psi-id-card:before {
  content: "\ecd9";
}

.psi-idea:before {
  content: "\ecda";
}

.psi-idea-2:before {
  content: "\ecdb";
}

.psi-idea-3:before {
  content: "\ecdc";
}

.psi-idea-4:before {
  content: "\ecdd";
}

.psi-idea-5:before {
  content: "\ecde";
}

.psi-identification-badge:before {
  content: "\ecdf";
}

.psi-imdb:before {
  content: "\ece0";
}

.psi-inbox:before {
  content: "\ece1";
}

.psi-inbox-empty:before {
  content: "\ece2";
}

.psi-inbox-forward:before {
  content: "\ece3";
}

.psi-inbox-full:before {
  content: "\ece4";
}

.psi-inbox-into:before {
  content: "\ece5";
}

.psi-inbox-out:before {
  content: "\ece6";
}

.psi-inbox-reply:before {
  content: "\ece7";
}

.psi-increase-indent:before {
  content: "\ece8";
}

.psi-indent-first-line:before {
  content: "\ece9";
}

.psi-indent-left-margin:before {
  content: "\ecea";
}

.psi-indent-right-margin:before {
  content: "\eceb";
}

.psi-india:before {
  content: "\ecec";
}

.psi-infinity:before {
  content: "\eced";
}

.psi-information:before {
  content: "\ecee";
}

.psi-info-window:before {
  content: "\ecef";
}

.psi-instagram:before {
  content: "\ecf0";
}

.psi-internet:before {
  content: "\ecf1";
}

.psi-internet-2:before {
  content: "\ecf2";
}

.psi-internet-explorer:before {
  content: "\ecf3";
}

.psi-internet-smiley:before {
  content: "\ecf4";
}

.psi-ios-apple:before {
  content: "\ecf5";
}

.psi-israel:before {
  content: "\ecf6";
}

.psi-italic-text:before {
  content: "\ecf7";
}

.psi-jacket:before {
  content: "\ecf8";
}

.psi-jacket-2:before {
  content: "\ecf9";
}

.psi-jamaica:before {
  content: "\ecfa";
}

.psi-japan:before {
  content: "\ecfb";
}

.psi-japanese-gate:before {
  content: "\ecfc";
}

.psi-jeans:before {
  content: "\ecfd";
}

.psi-jeep:before {
  content: "\ecfe";
}

.psi-jeep-2:before {
  content: "\ecff";
}

.psi-jet:before {
  content: "\ed00";
}

.psi-joystick:before {
  content: "\ed01";
}

.psi-juice:before {
  content: "\ed02";
}

.psi-jump-rope:before {
  content: "\ed03";
}

.psi-kangaroo:before {
  content: "\ed04";
}

.psi-kenya:before {
  content: "\ed05";
}

.psi-key:before {
  content: "\ed06";
}

.psi-key-2:before {
  content: "\ed07";
}

.psi-key-3:before {
  content: "\ed08";
}

.psi-keyboard:before {
  content: "\ed09";
}

.psi-keyboard-3:before {
  content: "\ed0a";
}

.psi-key-lock:before {
  content: "\ed0b";
}

.psi-keypad:before {
  content: "\ed0c";
}

.psi-king:before {
  content: "\ed0d";
}

.psi-king-2:before {
  content: "\ed0e";
}

.psi-kiss:before {
  content: "\ed0f";
}

.psi-knee:before {
  content: "\ed10";
}

.psi-knife:before {
  content: "\ed11";
}

.psi-knife-2:before {
  content: "\ed12";
}

.psi-knight:before {
  content: "\ed13";
}

.psi-koala:before {
  content: "\ed14";
}

.psi-korea:before {
  content: "\ed15";
}

.psi-lamp:before {
  content: "\ed16";
}

.psi-landscape:before {
  content: "\ed17";
}

.psi-landscape-2:before {
  content: "\ed18";
}

.psi-lantern:before {
  content: "\ed19";
}

.psi-laptop:before {
  content: "\ed1a";
}

.psi-laptop-2:before {
  content: "\ed1b";
}

.psi-laptop-3:before {
  content: "\ed1c";
}

.psi-laptop-phone:before {
  content: "\ed1d";
}

.psi-laptop-secure:before {
  content: "\ed1e";
}

.psi-laptop-tablet:before {
  content: "\ed1f";
}

.psi-laser:before {
  content: "\ed20";
}

.psi-last:before {
  content: "\ed21";
}

.psi-last-fm:before {
  content: "\ed22";
}

.psi-laughing:before {
  content: "\ed23";
}

.psi-layer-backward:before {
  content: "\ed24";
}

.psi-layer-forward:before {
  content: "\ed25";
}

.psi-layout-grid:before {
  content: "\ed26";
}

.psi-leafs:before {
  content: "\ed27";
}

.psi-leafs-2:before {
  content: "\ed28";
}

.psi-leaning-tower:before {
  content: "\ed29";
}

.psi-left:before {
  content: "\ed2a";
}

.psi-left-2:before {
  content: "\ed2b";
}

.psi-left-3:before {
  content: "\ed2c";
}

.psi-left-4:before {
  content: "\ed2d";
}

.psi-left-right:before {
  content: "\ed2e";
}

.psi-left-right-3:before {
  content: "\ed2f";
}

.psi-left-to-right:before {
  content: "\ed30";
}

.psi-leg:before {
  content: "\ed31";
}

.psi-leg-2:before {
  content: "\ed32";
}

.psi-lego:before {
  content: "\ed33";
}

.psi-lemon:before {
  content: "\ed34";
}

.psi-len:before {
  content: "\ed35";
}

.psi-len-2:before {
  content: "\ed36";
}

.psi-len-3:before {
  content: "\ed37";
}

.psi-leo:before {
  content: "\ed38";
}

.psi-leo-2:before {
  content: "\ed39";
}

.psi-leopard:before {
  content: "\ed3a";
}

.psi-letter-close:before {
  content: "\ed3b";
}

.psi-letter-open:before {
  content: "\ed3c";
}

.psi-letter-sent:before {
  content: "\ed3d";
}

.psi-libra:before {
  content: "\ed3e";
}

.psi-libra-2:before {
  content: "\ed3f";
}

.psi-library:before {
  content: "\ed40";
}

.psi-library-2:before {
  content: "\ed41";
}

.psi-life-jacket:before {
  content: "\ed42";
}

.psi-lifesaver:before {
  content: "\ed43";
}

.psi-light-bulb:before {
  content: "\ed44";
}

.psi-light-bulb-2:before {
  content: "\ed45";
}

.psi-light-bulb-leaf:before {
  content: "\ed46";
}

.psi-lighthouse:before {
  content: "\ed47";
}

.psi-like:before {
  content: "\ed48";
}

.psi-like-2:before {
  content: "\ed49";
}

.psi-line-chart:before {
  content: "\ed4a";
}

.psi-line-chart-2:before {
  content: "\ed4b";
}

.psi-line-chart-3:before {
  content: "\ed4c";
}

.psi-line-chart-4:before {
  content: "\ed4d";
}

.psi-line-spacing:before {
  content: "\ed4e";
}

.psi-line-spacing-text:before {
  content: "\ed4f";
}

.psi-link:before {
  content: "\ed50";
}

.psi-link-2:before {
  content: "\ed51";
}

.psi-linkedin:before {
  content: "\ed52";
}

.psi-linkedin-2:before {
  content: "\ed53";
}

.psi-linux:before {
  content: "\ed54";
}

.psi-lion:before {
  content: "\ed55";
}

.psi-livejournal:before {
  content: "\ed56";
}

.psi-loading:before {
  content: "\ed57";
}

.psi-loading-2:before {
  content: "\ed58";
}

.psi-loading-3:before {
  content: "\ed59";
}

.psi-loading-window:before {
  content: "\ed5a";
}

.psi-location:before {
  content: "\ed5b";
}

.psi-location-2:before {
  content: "\ed5c";
}

.psi-lock:before {
  content: "\ed5d";
}

.psi-lock-2:before {
  content: "\ed5e";
}

.psi-lock-3:before {
  content: "\ed5f";
}

.psi-lock-user:before {
  content: "\ed60";
}

.psi-lock-window:before {
  content: "\ed61";
}

.psi-lollipop:before {
  content: "\ed62";
}

.psi-lollipop-2:before {
  content: "\ed63";
}

.psi-lollipop-3:before {
  content: "\ed64";
}

.psi-loop:before {
  content: "\ed65";
}

.psi-loud:before {
  content: "\ed66";
}

.psi-loudspeaker:before {
  content: "\ed67";
}

.psi-love:before {
  content: "\ed68";
}

.psi-love-2:before {
  content: "\ed69";
}

.psi-love-user:before {
  content: "\ed6a";
}

.psi-love-window:before {
  content: "\ed6b";
}

.psi-lowercase-text:before {
  content: "\ed6c";
}

.psi-luggage:before {
  content: "\ed6d";
}

.psi-luggage-2:before {
  content: "\ed6e";
}

.psi-macro:before {
  content: "\ed6f";
}

.psi-magic-wand:before {
  content: "\ed70";
}

.psi-magnet:before {
  content: "\ed71";
}

.psi-magnifi-glass:before {
  content: "\ed72";
}

.psi-magnifi-glass-min:before {
  content: "\ed73";
}

.psi-magnifi-glass-plus:before {
  content: "\ed74";
}

.psi-mail:before {
  content: "\ed75";
}

.psi-mail-2:before {
  content: "\ed76";
}

.psi-mail-3:before {
  content: "\ed77";
}

.psi-mail-add:before {
  content: "\ed78";
}

.psi-mail-attachment:before {
  content: "\ed79";
}

.psi-mail-block:before {
  content: "\ed7a";
}

.psi-mailbox-empty:before {
  content: "\ed7b";
}

.psi-mailbox-full:before {
  content: "\ed7c";
}

.psi-mail-delete:before {
  content: "\ed7d";
}

.psi-mail-favorite:before {
  content: "\ed7e";
}

.psi-mail-forward:before {
  content: "\ed7f";
}

.psi-mail-gallery:before {
  content: "\ed80";
}

.psi-mail-inbox:before {
  content: "\ed81";
}

.psi-mail-link:before {
  content: "\ed82";
}

.psi-mail-lock:before {
  content: "\ed83";
}

.psi-mail-love:before {
  content: "\ed84";
}

.psi-mail-money:before {
  content: "\ed85";
}

.psi-mail-open:before {
  content: "\ed86";
}

.psi-mail-outbox:before {
  content: "\ed87";
}

.psi-mail-password:before {
  content: "\ed88";
}

.psi-mail-photo:before {
  content: "\ed89";
}

.psi-mail-read:before {
  content: "\ed8a";
}

.psi-mail-remove:before {
  content: "\ed8b";
}

.psi-mail-reply:before {
  content: "\ed8c";
}

.psi-mail-reply-all:before {
  content: "\ed8d";
}

.psi-mail-search:before {
  content: "\ed8e";
}

.psi-mail-send:before {
  content: "\ed8f";
}

.psi-mail-settings:before {
  content: "\ed90";
}

.psi-mail-unread:before {
  content: "\ed91";
}

.psi-mail-video:before {
  content: "\ed92";
}

.psi-mail-with-at-sign:before {
  content: "\ed93";
}

.psi-mail-with-cursor:before {
  content: "\ed94";
}

.psi-male:before {
  content: "\ed95";
}

.psi-male-2:before {
  content: "\ed96";
}

.psi-male-female:before {
  content: "\ed97";
}

.psi-malefemale:before {
  content: "\ed98";
}

.psi-male-sign:before {
  content: "\ed99";
}

.psi-management:before {
  content: "\ed9a";
}

.psi-man-sign:before {
  content: "\ed9b";
}

.psi-mans-underwear:before {
  content: "\ed9c";
}

.psi-mans-underwear-2:before {
  content: "\ed9d";
}

.psi-map:before {
  content: "\ed9e";
}

.psi-map-2:before {
  content: "\ed9f";
}

.psi-map-marker:before {
  content: "\eda0";
}

.psi-map-marker-2:before {
  content: "\eda1";
}

.psi-map-marker-3:before {
  content: "\eda2";
}

.psi-marker:before {
  content: "\eda3";
}

.psi-marker-2:before {
  content: "\eda4";
}

.psi-marker-3:before {
  content: "\eda5";
}

.psi-martini-glass:before {
  content: "\eda6";
}

.psi-mask:before {
  content: "\eda7";
}

.psi-master-card:before {
  content: "\eda8";
}

.psi-maximize:before {
  content: "\eda9";
}

.psi-maximize-2:before {
  content: "\edaa";
}

.psi-maximize-3:before {
  content: "\edab";
}

.psi-maximize-window:before {
  content: "\edac";
}

.psi-medal:before {
  content: "\edad";
}

.psi-medal-2:before {
  content: "\edae";
}

.psi-medal-3:before {
  content: "\edaf";
}

.psi-medical-sign:before {
  content: "\edb0";
}

.psi-medicine:before {
  content: "\edb1";
}

.psi-medicine-2:before {
  content: "\edb2";
}

.psi-medicine-3:before {
  content: "\edb3";
}

.psi-megaphone:before {
  content: "\edb4";
}

.psi-memory-card:before {
  content: "\edb5";
}

.psi-memory-card-2:before {
  content: "\edb6";
}

.psi-memory-card-3:before {
  content: "\edb7";
}

.psi-men:before {
  content: "\edb8";
}

.psi-menorah:before {
  content: "\edb9";
}

.psi-mens:before {
  content: "\edba";
}

.psi-metacafe:before {
  content: "\edbb";
}

.psi-mexico:before {
  content: "\edbc";
}

.psi-mic:before {
  content: "\edbd";
}

.psi-microphone:before {
  content: "\edbe";
}

.psi-microphone-2:before {
  content: "\edbf";
}

.psi-microphone-3:before {
  content: "\edc0";
}

.psi-microphone-4:before {
  content: "\edc1";
}

.psi-microphone-5:before {
  content: "\edc2";
}

.psi-microphone-6:before {
  content: "\edc3";
}

.psi-microphone-7:before {
  content: "\edc4";
}

.psi-microscope:before {
  content: "\edc5";
}

.psi-milk-bottle:before {
  content: "\edc6";
}

.psi-milk-bottle-2:before {
  content: "\edc7";
}

.psi-min:before {
  content: "\edc8";
}

.psi-mine:before {
  content: "\edc9";
}

.psi-minimize:before {
  content: "\edca";
}

.psi-minimize-2:before {
  content: "\edcb";
}

.psi-minimize-3:before {
  content: "\edcc";
}

.psi-minimize-maximize-close-window:before {
  content: "\edcd";
}

.psi-minimize-window:before {
  content: "\edce";
}

.psi-mirror:before {
  content: "\edcf";
}

.psi-mixer:before {
  content: "\edd0";
}

.psi-mixx:before {
  content: "\edd1";
}

.psi-money:before {
  content: "\edd2";
}

.psi-money-2:before {
  content: "\edd3";
}

.psi-money-bag:before {
  content: "\edd4";
}

.psi-money-smiley:before {
  content: "\edd5";
}

.psi-monitor:before {
  content: "\edd6";
}

.psi-monitor-2:before {
  content: "\edd7";
}

.psi-monitor-3:before {
  content: "\edd8";
}

.psi-monitor-4:before {
  content: "\edd9";
}

.psi-monitor-5:before {
  content: "\edda";
}

.psi-monitor-analytics:before {
  content: "\eddb";
}

.psi-monitoring:before {
  content: "\eddc";
}

.psi-monitor-laptop:before {
  content: "\eddd";
}

.psi-monitor-phone:before {
  content: "\edde";
}

.psi-monitor-tablet:before {
  content: "\eddf";
}

.psi-monitor-vertical:before {
  content: "\ede0";
}

.psi-monkey:before {
  content: "\ede1";
}

.psi-monster:before {
  content: "\ede2";
}

.psi-morocco:before {
  content: "\ede3";
}

.psi-motorcycle:before {
  content: "\ede4";
}

.psi-mouse:before {
  content: "\ede5";
}

.psi-mouse-2:before {
  content: "\ede6";
}

.psi-mouse-3:before {
  content: "\ede7";
}

.psi-mouse-4:before {
  content: "\ede8";
}

.psi-mouse-pointer:before {
  content: "\ede9";
}

.psi-moustache-smiley:before {
  content: "\edea";
}

.psi-movie:before {
  content: "\edeb";
}

.psi-movie-ticket:before {
  content: "\edec";
}

.psi-mp3-file:before {
  content: "\eded";
}

.psi-museum:before {
  content: "\edee";
}

.psi-mushroom:before {
  content: "\edef";
}

.psi-music-note:before {
  content: "\edf0";
}

.psi-music-note-2:before {
  content: "\edf1";
}

.psi-music-note-3:before {
  content: "\edf2";
}

.psi-music-note-4:before {
  content: "\edf3";
}

.psi-music-player:before {
  content: "\edf4";
}

.psi-mustache:before {
  content: "\edf5";
}

.psi-mustache-2:before {
  content: "\edf6";
}

.psi-mustache-3:before {
  content: "\edf7";
}

.psi-mustache-4:before {
  content: "\edf8";
}

.psi-mustache-5:before {
  content: "\edf9";
}

.psi-mustache-6:before {
  content: "\edfa";
}

.psi-mustache-7:before {
  content: "\edfb";
}

.psi-mustache-8:before {
  content: "\edfc";
}

.psi-mute:before {
  content: "\edfd";
}

.psi-myspace:before {
  content: "\edfe";
}

.psi-navigate-end:before {
  content: "\edff";
}

.psi-navigate-start:before {
  content: "\ee00";
}

.psi-navigation-left-window:before {
  content: "\ee01";
}

.psi-navigation-right-window:before {
  content: "\ee02";
}

.psi-nepal:before {
  content: "\ee03";
}

.psi-netscape:before {
  content: "\ee04";
}

.psi-network:before {
  content: "\ee05";
}

.psi-network-window:before {
  content: "\ee06";
}

.psi-neutron:before {
  content: "\ee07";
}

.psi-new-mail:before {
  content: "\ee08";
}

.psi-newspaper:before {
  content: "\ee09";
}

.psi-newspaper-2:before {
  content: "\ee0a";
}

.psi-newsvine:before {
  content: "\ee0b";
}

.psi-new-tab:before {
  content: "\ee0c";
}

.psi-next:before {
  content: "\ee0d";
}

.psi-next-media:before {
  content: "\ee0e";
}

.psi-next-media-2:before {
  content: "\ee0f";
}

.psi-next-music:before {
  content: "\ee10";
}

.psi-no-battery:before {
  content: "\ee11";
}

.psi-no-drop:before {
  content: "\ee12";
}

.psi-no-flash:before {
  content: "\ee13";
}

.psi-normal-text:before {
  content: "\ee14";
}

.psi-nose:before {
  content: "\ee15";
}

.psi-no-smoking:before {
  content: "\ee16";
}

.psi-note:before {
  content: "\ee17";
}

.psi-notepad:before {
  content: "\ee18";
}

.psi-notepad-2:before {
  content: "\ee19";
}

.psi-nuclear:before {
  content: "\ee1a";
}

.psi-numbering-list:before {
  content: "\ee1b";
}

.psi-nurse:before {
  content: "\ee1c";
}

.psi-office:before {
  content: "\ee1d";
}

.psi-office-lamp:before {
  content: "\ee1e";
}

.psi-oil:before {
  content: "\ee1f";
}

.psi-old-camera:before {
  content: "\ee20";
}

.psi-old-cassette:before {
  content: "\ee21";
}

.psi-old-clock:before {
  content: "\ee22";
}

.psi-old-radio:before {
  content: "\ee23";
}

.psi-old-sticky:before {
  content: "\ee24";
}

.psi-old-sticky-2:before {
  content: "\ee25";
}

.psi-old-telephone:before {
  content: "\ee26";
}

.psi-old-tv:before {
  content: "\ee27";
}

.psi-on-air:before {
  content: "\ee28";
}

.psi-one-finger:before {
  content: "\ee29";
}

.psi-one-finger-touch:before {
  content: "\ee2a";
}

.psi-one-window:before {
  content: "\ee2b";
}

.psi-on-off:before {
  content: "\ee2c";
}

.psi-on-off-2:before {
  content: "\ee2d";
}

.psi-on-off-3:before {
  content: "\ee2e";
}

.psi-open-banana:before {
  content: "\ee2f";
}

.psi-open-book:before {
  content: "\ee30";
}

.psi-opera:before {
  content: "\ee31";
}

.psi-opera-house:before {
  content: "\ee32";
}

.psi-optimization:before {
  content: "\ee33";
}

.psi-orientation:before {
  content: "\ee34";
}

.psi-orientation-2:before {
  content: "\ee35";
}

.psi-orientation-3:before {
  content: "\ee36";
}

.psi-orkut:before {
  content: "\ee37";
}

.psi-ornament:before {
  content: "\ee38";
}

.psi-overtime:before {
  content: "\ee39";
}

.psi-overtime-2:before {
  content: "\ee3a";
}

.psi-owl:before {
  content: "\ee3b";
}

.psi-pac-man:before {
  content: "\ee3c";
}

.psi-paint-brush:before {
  content: "\ee3d";
}

.psi-paintbrush:before {
  content: "\ee3e";
}

.psi-paint-bucket:before {
  content: "\ee3f";
}

.psi-palette:before {
  content: "\ee40";
}

.psi-palm-tree:before {
  content: "\ee41";
}

.psi-panda:before {
  content: "\ee42";
}

.psi-panorama:before {
  content: "\ee43";
}

.psi-pantheon:before {
  content: "\ee44";
}

.psi-pantone:before {
  content: "\ee45";
}

.psi-pants:before {
  content: "\ee46";
}

.psi-paper:before {
  content: "\ee47";
}

.psi-paperclip:before {
  content: "\ee48";
}

.psi-paper-plane:before {
  content: "\ee49";
}

.psi-parasailing:before {
  content: "\ee4a";
}

.psi-parrot:before {
  content: "\ee4b";
}

.psi-password:before {
  content: "\ee4c";
}

.psi-password-field:before {
  content: "\ee4d";
}

.psi-password-shopping:before {
  content: "\ee4e";
}

.psi-password-shopping-2:before {
  content: "\ee4f";
}

.psi-pause:before {
  content: "\ee50";
}

.psi-pause-2:before {
  content: "\ee51";
}

.psi-paw:before {
  content: "\ee52";
}

.psi-pawn:before {
  content: "\ee53";
}

.psi-paypal:before {
  content: "\ee54";
}

.psi-pen:before {
  content: "\ee55";
}

.psi-pen-2:before {
  content: "\ee56";
}

.psi-pen-3:before {
  content: "\ee57";
}

.psi-pen-4:before {
  content: "\ee58";
}

.psi-pen-5:before {
  content: "\ee59";
}

.psi-pen-6:before {
  content: "\ee5a";
}

.psi-pencil:before {
  content: "\ee5b";
}

.psi-pencil-ruler:before {
  content: "\ee5c";
}

.psi-penguin:before {
  content: "\ee5d";
}

.psi-pentagon:before {
  content: "\ee5e";
}

.psi-people-on-cloud:before {
  content: "\ee5f";
}

.psi-pepper:before {
  content: "\ee60";
}

.psi-pepper-with-fire:before {
  content: "\ee61";
}

.psi-petrol:before {
  content: "\ee62";
}

.psi-petronas-tower:before {
  content: "\ee63";
}

.psi-philippines:before {
  content: "\ee64";
}

.psi-phone:before {
  content: "\ee65";
}

.psi-phone-2:before {
  content: "\ee66";
}

.psi-phone-3:before {
  content: "\ee67";
}

.psi-phone-3g:before {
  content: "\ee68";
}

.psi-phone-4g:before {
  content: "\ee69";
}

.psi-phone-simcard:before {
  content: "\ee6a";
}

.psi-phone-sms:before {
  content: "\ee6b";
}

.psi-phone-wifi:before {
  content: "\ee6c";
}

.psi-photo:before {
  content: "\ee6d";
}

.psi-photo-2:before {
  content: "\ee6e";
}

.psi-photo-3:before {
  content: "\ee6f";
}

.psi-photo-album:before {
  content: "\ee70";
}

.psi-photo-album-2:before {
  content: "\ee71";
}

.psi-photo-album-3:before {
  content: "\ee72";
}

.psi-photos:before {
  content: "\ee73";
}

.psi-physics:before {
  content: "\ee74";
}

.psi-pi:before {
  content: "\ee75";
}

.psi-piano:before {
  content: "\ee76";
}

.psi-picasa:before {
  content: "\ee77";
}

.psi-pie-chart:before {
  content: "\ee78";
}

.psi-pie-chart-2:before {
  content: "\ee79";
}

.psi-pie-chart-3:before {
  content: "\ee7a";
}

.psi-pilates:before {
  content: "\ee7b";
}

.psi-pilates-2:before {
  content: "\ee7c";
}

.psi-pilates-3:before {
  content: "\ee7d";
}

.psi-pilot:before {
  content: "\ee7e";
}

.psi-pinch:before {
  content: "\ee7f";
}

.psi-ping-pong:before {
  content: "\ee80";
}

.psi-pinterest:before {
  content: "\ee81";
}

.psi-pipe:before {
  content: "\ee82";
}

.psi-pipette:before {
  content: "\ee83";
}

.psi-pisces:before {
  content: "\ee84";
}

.psi-pisces-2:before {
  content: "\ee85";
}

.psi-pizza:before {
  content: "\ee86";
}

.psi-pizza-slice:before {
  content: "\ee87";
}

.psi-plane:before {
  content: "\ee88";
}

.psi-plane-2:before {
  content: "\ee89";
}

.psi-plant:before {
  content: "\ee8a";
}

.psi-plasmid:before {
  content: "\ee8b";
}

.psi-plaster:before {
  content: "\ee8c";
}

.psi-plastic-cup-phone:before {
  content: "\ee8d";
}

.psi-plastic-cup-phone-2:before {
  content: "\ee8e";
}

.psi-plate:before {
  content: "\ee8f";
}

.psi-plates:before {
  content: "\ee90";
}

.psi-plaxo:before {
  content: "\ee91";
}

.psi-play-music:before {
  content: "\ee92";
}

.psi-plug-in:before {
  content: "\ee93";
}

.psi-plug-in-2:before {
  content: "\ee94";
}

.psi-plurk:before {
  content: "\ee95";
}

.psi-pointer:before {
  content: "\ee96";
}

.psi-poland:before {
  content: "\ee97";
}

.psi-police:before {
  content: "\ee98";
}

.psi-police-man:before {
  content: "\ee99";
}

.psi-police-station:before {
  content: "\ee9a";
}

.psi-police-woman:before {
  content: "\ee9b";
}

.psi-polo-shirt:before {
  content: "\ee9c";
}

.psi-portrait:before {
  content: "\ee9d";
}

.psi-portugal:before {
  content: "\ee9e";
}

.psi-posterous:before {
  content: "\ee9f";
}

.psi-post-mail:before {
  content: "\eea0";
}

.psi-post-mail-2:before {
  content: "\eea1";
}

.psi-post-office:before {
  content: "\eea2";
}

.psi-post-sign:before {
  content: "\eea3";
}

.psi-post-sign-2-ways:before {
  content: "\eea4";
}

.psi-pound:before {
  content: "\eea5";
}

.psi-pound-sign:before {
  content: "\eea6";
}

.psi-pound-sign-2:before {
  content: "\eea7";
}

.psi-power:before {
  content: "\eea8";
}

.psi-power-2:before {
  content: "\eea9";
}

.psi-power-3:before {
  content: "\eeaa";
}

.psi-power-cable:before {
  content: "\eeab";
}

.psi-power-station:before {
  content: "\eeac";
}

.psi-prater:before {
  content: "\eead";
}

.psi-present:before {
  content: "\eeae";
}

.psi-presents:before {
  content: "\eeaf";
}

.psi-press:before {
  content: "\eeb0";
}

.psi-preview:before {
  content: "\eeb1";
}

.psi-previous:before {
  content: "\eeb2";
}

.psi-pricing:before {
  content: "\eeb3";
}

.psi-printer:before {
  content: "\eeb4";
}

.psi-professor:before {
  content: "\eeb5";
}

.psi-profile:before {
  content: "\eeb6";
}

.psi-project:before {
  content: "\eeb7";
}

.psi-projector:before {
  content: "\eeb8";
}

.psi-projector-2:before {
  content: "\eeb9";
}

.psi-pulse:before {
  content: "\eeba";
}

.psi-pumpkin:before {
  content: "\eebb";
}

.psi-punk:before {
  content: "\eebc";
}

.psi-punker:before {
  content: "\eebd";
}

.psi-puzzle:before {
  content: "\eebe";
}

.psi-pyramids:before {
  content: "\eebf";
}

.psi-qik:before {
  content: "\eec0";
}

.psi-qr-code:before {
  content: "\eec1";
}

.psi-queen:before {
  content: "\eec2";
}

.psi-queen-2:before {
  content: "\eec3";
}

.psi-question:before {
  content: "\eec4";
}

.psi-quill:before {
  content: "\eec5";
}

.psi-quill-2:before {
  content: "\eec6";
}

.psi-quill-3:before {
  content: "\eec7";
}

.psi-quotes:before {
  content: "\eec8";
}

.psi-quotes-2:before {
  content: "\eec9";
}

.psi-radio:before {
  content: "\eeca";
}

.psi-radioactive:before {
  content: "\eecb";
}

.psi-rafting:before {
  content: "\eecc";
}

.psi-rainbow:before {
  content: "\eecd";
}

.psi-rainbow-2:before {
  content: "\eece";
}

.psi-rain-drop:before {
  content: "\eecf";
}

.psi-ram:before {
  content: "\eed0";
}

.psi-razor-blade:before {
  content: "\eed1";
}

.psi-receipt:before {
  content: "\eed2";
}

.psi-receipt-2:before {
  content: "\eed3";
}

.psi-receipt-3:before {
  content: "\eed4";
}

.psi-receipt-4:before {
  content: "\eed5";
}

.psi-record:before {
  content: "\eed6";
}

.psi-record-3:before {
  content: "\eed7";
}

.psi-record-music:before {
  content: "\eed8";
}

.psi-record-music-2:before {
  content: "\eed9";
}

.psi-recycling:before {
  content: "\eeda";
}

.psi-recycling-2:before {
  content: "\eedb";
}

.psi-reddit:before {
  content: "\eedc";
}

.psi-redhat:before {
  content: "\eedd";
}

.psi-redirect:before {
  content: "\eede";
}

.psi-redo:before {
  content: "\eedf";
}

.psi-reel:before {
  content: "\eee0";
}

.psi-refinery:before {
  content: "\eee1";
}

.psi-refresh:before {
  content: "\eee2";
}

.psi-refresh-window:before {
  content: "\eee3";
}

.psi-reload:before {
  content: "\eee4";
}

.psi-reload-2:before {
  content: "\eee5";
}

.psi-reload-3:before {
  content: "\eee6";
}

.psi-remote-control:before {
  content: "\eee7";
}

.psi-remote-control-2:before {
  content: "\eee8";
}

.psi-remove:before {
  content: "\eee9";
}

.psi-remove-bag:before {
  content: "\eeea";
}

.psi-remove-basket:before {
  content: "\eeeb";
}

.psi-remove-cart:before {
  content: "\eeec";
}

.psi-remove-user:before {
  content: "\eeed";
}

.psi-remove-window:before {
  content: "\eeee";
}

.psi-rename:before {
  content: "\eeef";
}

.psi-repair:before {
  content: "\eef0";
}

.psi-repeat:before {
  content: "\eef1";
}

.psi-repeat-2:before {
  content: "\eef2";
}

.psi-repeat-3:before {
  content: "\eef3";
}

.psi-repeat-4:before {
  content: "\eef4";
}

.psi-repeat-5:before {
  content: "\eef5";
}

.psi-repeat-6:before {
  content: "\eef6";
}

.psi-repeat-7:before {
  content: "\eef7";
}

.psi-reset:before {
  content: "\eef8";
}

.psi-resize:before {
  content: "\eef9";
}

.psi-restore-window:before {
  content: "\eefa";
}

.psi-retouching:before {
  content: "\eefb";
}

.psi-retro:before {
  content: "\eefc";
}

.psi-retro-camera:before {
  content: "\eefd";
}

.psi-retweet:before {
  content: "\eefe";
}

.psi-reverbnation:before {
  content: "\eeff";
}

.psi-rewind:before {
  content: "\ef00";
}

.psi-rgb:before {
  content: "\ef01";
}

.psi-ribbon:before {
  content: "\ef02";
}

.psi-ribbon-2:before {
  content: "\ef03";
}

.psi-ribbon-3:before {
  content: "\ef04";
}

.psi-right:before {
  content: "\ef05";
}

.psi-right-2:before {
  content: "\ef06";
}

.psi-right-3:before {
  content: "\ef07";
}

.psi-right-4:before {
  content: "\ef08";
}

.psi-right-to-left:before {
  content: "\ef09";
}

.psi-road:before {
  content: "\ef0a";
}

.psi-road-2:before {
  content: "\ef0b";
}

.psi-road-3:before {
  content: "\ef0c";
}

.psi-robot:before {
  content: "\ef0d";
}

.psi-robot-2:before {
  content: "\ef0e";
}

.psi-rock-and-roll:before {
  content: "\ef0f";
}

.psi-rocket:before {
  content: "\ef10";
}

.psi-roller:before {
  content: "\ef11";
}

.psi-roof:before {
  content: "\ef12";
}

.psi-rook:before {
  content: "\ef13";
}

.psi-rotate-gesture:before {
  content: "\ef14";
}

.psi-rotate-gesture-2:before {
  content: "\ef15";
}

.psi-rotate-gesture-3:before {
  content: "\ef16";
}

.psi-rotation:before {
  content: "\ef17";
}

.psi-rotation-360:before {
  content: "\ef18";
}

.psi-router:before {
  content: "\ef19";
}

.psi-router-2:before {
  content: "\ef1a";
}

.psi-rss:before {
  content: "\ef1b";
}

.psi-ruler:before {
  content: "\ef1c";
}

.psi-ruler-2:before {
  content: "\ef1d";
}

.psi-running:before {
  content: "\ef1e";
}

.psi-running-shoes:before {
  content: "\ef1f";
}

.psi-safari:before {
  content: "\ef20";
}

.psi-safe-box:before {
  content: "\ef21";
}

.psi-safe-box-2:before {
  content: "\ef22";
}

.psi-safety-pin-close:before {
  content: "\ef23";
}

.psi-safety-pin-open:before {
  content: "\ef24";
}

.psi-sagittarius:before {
  content: "\ef25";
}

.psi-sagittarius-2:before {
  content: "\ef26";
}

.psi-sailing-ship:before {
  content: "\ef27";
}

.psi-sandwatch:before {
  content: "\ef28";
}

.psi-sandwatch-2:before {
  content: "\ef29";
}

.psi-santa-claus:before {
  content: "\ef2a";
}

.psi-santa-claus-2:before {
  content: "\ef2b";
}

.psi-santa-on-sled:before {
  content: "\ef2c";
}

.psi-satellite:before {
  content: "\ef2d";
}

.psi-satellite-2:before {
  content: "\ef2e";
}

.psi-save:before {
  content: "\ef2f";
}

.psi-save-window:before {
  content: "\ef30";
}

.psi-saw:before {
  content: "\ef31";
}

.psi-saxophone:before {
  content: "\ef32";
}

.psi-scale:before {
  content: "\ef33";
}

.psi-scarf:before {
  content: "\ef34";
}

.psi-scissor:before {
  content: "\ef35";
}

.psi-scooter:before {
  content: "\ef36";
}

.psi-scooter-front:before {
  content: "\ef37";
}

.psi-scorpio:before {
  content: "\ef38";
}

.psi-scorpio-2:before {
  content: "\ef39";
}

.psi-scotland:before {
  content: "\ef3a";
}

.psi-screwdriver:before {
  content: "\ef3b";
}

.psi-scroll:before {
  content: "\ef3c";
}

.psi-scroller:before {
  content: "\ef3d";
}

.psi-scroller-2:before {
  content: "\ef3e";
}

.psi-scroll-fast:before {
  content: "\ef3f";
}

.psi-sea-dog:before {
  content: "\ef40";
}

.psi-search-on-cloud:before {
  content: "\ef41";
}

.psi-search-people:before {
  content: "\ef42";
}

.psi-seconds:before {
  content: "\ef43";
}

.psi-seconds-2:before {
  content: "\ef44";
}

.psi-security-block:before {
  content: "\ef45";
}

.psi-security-bug:before {
  content: "\ef46";
}

.psi-security-camera:before {
  content: "\ef47";
}

.psi-security-check:before {
  content: "\ef48";
}

.psi-security-remove:before {
  content: "\ef49";
}

.psi-security-settings:before {
  content: "\ef4a";
}

.psi-security-smiley:before {
  content: "\ef4b";
}

.psi-seed:before {
  content: "\ef4c";
}

.psi-selfie:before {
  content: "\ef4d";
}

.psi-serbia:before {
  content: "\ef4e";
}

.psi-server:before {
  content: "\ef4f";
}

.psi-server-2:before {
  content: "\ef50";
}

.psi-servers:before {
  content: "\ef51";
}

.psi-settings-window:before {
  content: "\ef52";
}

.psi-sewing-machine:before {
  content: "\ef53";
}

.psi-share:before {
  content: "\ef54";
}

.psi-share-on-cloud:before {
  content: "\ef55";
}

.psi-sharethis:before {
  content: "\ef56";
}

.psi-share-window:before {
  content: "\ef57";
}

.psi-shark:before {
  content: "\ef58";
}

.psi-sheep:before {
  content: "\ef59";
}

.psi-sheriff-badge:before {
  content: "\ef5a";
}

.psi-shield:before {
  content: "\ef5b";
}

.psi-ship:before {
  content: "\ef5c";
}

.psi-ship-2:before {
  content: "\ef5d";
}

.psi-shirt:before {
  content: "\ef5e";
}

.psi-shoes:before {
  content: "\ef5f";
}

.psi-shoes-2:before {
  content: "\ef60";
}

.psi-shoes-3:before {
  content: "\ef61";
}

.psi-shop:before {
  content: "\ef62";
}

.psi-shop-2:before {
  content: "\ef63";
}

.psi-shop-3:before {
  content: "\ef64";
}

.psi-shop-4:before {
  content: "\ef65";
}

.psi-shopping-bag:before {
  content: "\ef66";
}

.psi-shopping-basket:before {
  content: "\ef67";
}

.psi-shopping-cart:before {
  content: "\ef68";
}

.psi-short-pants:before {
  content: "\ef69";
}

.psi-shoutwire:before {
  content: "\ef6a";
}

.psi-shovel:before {
  content: "\ef6b";
}

.psi-shuffle:before {
  content: "\ef6c";
}

.psi-shuffle-2:before {
  content: "\ef6d";
}

.psi-shuffle-3:before {
  content: "\ef6e";
}

.psi-shuffle-4:before {
  content: "\ef6f";
}

.psi-shutter:before {
  content: "\ef70";
}

.psi-sidebar-window:before {
  content: "\ef71";
}

.psi-signal:before {
  content: "\ef72";
}

.psi-singapore:before {
  content: "\ef73";
}

.psi-skateboard:before {
  content: "\ef74";
}

.psi-skateboard-2:before {
  content: "\ef75";
}

.psi-skate-shoes:before {
  content: "\ef76";
}

.psi-skeleton:before {
  content: "\ef77";
}

.psi-ski:before {
  content: "\ef78";
}

.psi-skirt:before {
  content: "\ef79";
}

.psi-skrill:before {
  content: "\ef7a";
}

.psi-skull:before {
  content: "\ef7b";
}

.psi-skydiving:before {
  content: "\ef7c";
}

.psi-skype:before {
  content: "\ef7d";
}

.psi-sled:before {
  content: "\ef7e";
}

.psi-sled-with-gifts:before {
  content: "\ef7f";
}

.psi-sleeping:before {
  content: "\ef80";
}

.psi-sleet:before {
  content: "\ef81";
}

.psi-slippers:before {
  content: "\ef82";
}

.psi-smart:before {
  content: "\ef83";
}

.psi-smartphone:before {
  content: "\ef84";
}

.psi-smartphone-2:before {
  content: "\ef85";
}

.psi-smartphone-3:before {
  content: "\ef86";
}

.psi-smartphone-4:before {
  content: "\ef87";
}

.psi-smartphone-secure:before {
  content: "\ef88";
}

.psi-smile:before {
  content: "\ef89";
}

.psi-smoking-area:before {
  content: "\ef8a";
}

.psi-smoking-pipe:before {
  content: "\ef8b";
}

.psi-snake:before {
  content: "\ef8c";
}

.psi-snorkel:before {
  content: "\ef8d";
}

.psi-snow:before {
  content: "\ef8e";
}

.psi-snow-2:before {
  content: "\ef8f";
}

.psi-snow-dome:before {
  content: "\ef90";
}

.psi-snowflake:before {
  content: "\ef91";
}

.psi-snowflake-2:before {
  content: "\ef92";
}

.psi-snowflake-3:before {
  content: "\ef93";
}

.psi-snowflake-4:before {
  content: "\ef94";
}

.psi-snowman:before {
  content: "\ef95";
}

.psi-snow-storm:before {
  content: "\ef96";
}

.psi-soccer-ball:before {
  content: "\ef97";
}

.psi-soccer-shoes:before {
  content: "\ef98";
}

.psi-socks:before {
  content: "\ef99";
}

.psi-solar:before {
  content: "\ef9a";
}

.psi-sound:before {
  content: "\ef9b";
}

.psi-soundcloud:before {
  content: "\ef9c";
}

.psi-sound-wave:before {
  content: "\ef9d";
}

.psi-soup:before {
  content: "\ef9e";
}

.psi-south-africa:before {
  content: "\ef9f";
}

.psi-space-needle:before {
  content: "\efa0";
}

.psi-spain:before {
  content: "\efa1";
}

.psi-spam-mail:before {
  content: "\efa2";
}

.psi-speak:before {
  content: "\efa3";
}

.psi-speak-2:before {
  content: "\efa4";
}

.psi-speaker:before {
  content: "\efa5";
}

.psi-speaker-2:before {
  content: "\efa6";
}

.psi-speech-bubble:before {
  content: "\efa7";
}

.psi-speech-bubble-2:before {
  content: "\efa8";
}

.psi-speech-bubble-3:before {
  content: "\efa9";
}

.psi-speech-bubble-4:before {
  content: "\efaa";
}

.psi-speech-bubble-5:before {
  content: "\efab";
}

.psi-speech-bubble-6:before {
  content: "\efac";
}

.psi-speech-bubble-7:before {
  content: "\efad";
}

.psi-speech-bubble-8:before {
  content: "\efae";
}

.psi-speech-bubble-9:before {
  content: "\efaf";
}

.psi-speech-bubble-10:before {
  content: "\efb0";
}

.psi-speech-bubble-11:before {
  content: "\efb1";
}

.psi-speech-bubble-12:before {
  content: "\efb2";
}

.psi-speech-bubble-13:before {
  content: "\efb3";
}

.psi-speech-bubble-asking:before {
  content: "\efb4";
}

.psi-speech-bubble-comic:before {
  content: "\efb5";
}

.psi-speech-bubble-comic-2:before {
  content: "\efb6";
}

.psi-speech-bubble-comic-3:before {
  content: "\efb7";
}

.psi-speech-bubble-comic-4:before {
  content: "\efb8";
}

.psi-speech-bubble-dialog:before {
  content: "\efb9";
}

.psi-speech-bubbles:before {
  content: "\efba";
}

.psi-spell-check:before {
  content: "\efbb";
}

.psi-spell-check-abc:before {
  content: "\efbc";
}

.psi-spermium:before {
  content: "\efbd";
}

.psi-spider:before {
  content: "\efbe";
}

.psi-spider-2:before {
  content: "\efbf";
}

.psi-spiderweb:before {
  content: "\efc0";
}

.psi-split-four-windows:before {
  content: "\efc1";
}

.psi-split-horizontal:before {
  content: "\efc2";
}

.psi-split-horizontal-2:before {
  content: "\efc3";
}

.psi-split-vertical:before {
  content: "\efc4";
}

.psi-split-vertical-2:before {
  content: "\efc5";
}

.psi-split-window:before {
  content: "\efc6";
}

.psi-spoon:before {
  content: "\efc7";
}

.psi-sport-mode:before {
  content: "\efc8";
}

.psi-sports-clothing:before {
  content: "\efc9";
}

.psi-sports-clothing-2:before {
  content: "\efca";
}

.psi-sports-shirt:before {
  content: "\efcb";
}

.psi-spot:before {
  content: "\efcc";
}

.psi-spray:before {
  content: "\efcd";
}

.psi-spread:before {
  content: "\efce";
}

.psi-spring:before {
  content: "\efcf";
}

.psi-spurl:before {
  content: "\efd0";
}

.psi-spy:before {
  content: "\efd1";
}

.psi-squirrel:before {
  content: "\efd2";
}

.psi-ssl:before {
  content: "\efd3";
}

.psi-stamp:before {
  content: "\efd4";
}

.psi-stamp-2:before {
  content: "\efd5";
}

.psi-stapler:before {
  content: "\efd6";
}

.psi-star:before {
  content: "\efd7";
}

.psi-star-2:before {
  content: "\efd8";
}

.psi-starfish:before {
  content: "\efd9";
}

.psi-start:before {
  content: "\efda";
}

.psi-start-2:before {
  content: "\efdb";
}

.psi-start-3:before {
  content: "\efdc";
}

.psi-star-track:before {
  content: "\efdd";
}

.psi-start-ways:before {
  content: "\efde";
}

.psi-statistic:before {
  content: "\efdf";
}

.psi-st-basilscathedral:before {
  content: "\efe0";
}

.psi-stethoscope:before {
  content: "\efe1";
}

.psi-stop:before {
  content: "\efe2";
}

.psi-stop-2:before {
  content: "\efe3";
}

.psi-stop-music:before {
  content: "\efe4";
}

.psi-stopwatch:before {
  content: "\efe5";
}

.psi-stopwatch-2:before {
  content: "\efe6";
}

.psi-storm:before {
  content: "\efe7";
}

.psi-st-paulscathedral:before {
  content: "\efe8";
}

.psi-street-view:before {
  content: "\efe9";
}

.psi-street-view-2:before {
  content: "\efea";
}

.psi-strikethrough-text:before {
  content: "\efeb";
}

.psi-stroller:before {
  content: "\efec";
}

.psi-structure:before {
  content: "\efed";
}

.psi-student-female:before {
  content: "\efee";
}

.psi-student-hat:before {
  content: "\efef";
}

.psi-student-hat-2:before {
  content: "\eff0";
}

.psi-student-male:before {
  content: "\eff1";
}

.psi-student-male-female:before {
  content: "\eff2";
}

.psi-students:before {
  content: "\eff3";
}

.psi-studio-flash:before {
  content: "\eff4";
}

.psi-studio-lightbox:before {
  content: "\eff5";
}

.psi-stumbleupon:before {
  content: "\eff6";
}

.psi-suit:before {
  content: "\eff7";
}

.psi-suitcase:before {
  content: "\eff8";
}

.psi-sum:before {
  content: "\eff9";
}

.psi-sum-2:before {
  content: "\effa";
}

.psi-summer:before {
  content: "\effb";
}

.psi-sun:before {
  content: "\effc";
}

.psi-sun-2:before {
  content: "\effd";
}

.psi-sun-3:before {
  content: "\effe";
}

.psi-sun-cloudy-rain:before {
  content: "\efff";
}

.psi-sunglasses:before {
  content: "\f000";
}

.psi-sunglasses-2:before {
  content: "\f001";
}

.psi-sunglasses-3:before {
  content: "\f002";
}

.psi-sunglasses-smiley:before {
  content: "\f003";
}

.psi-sunglasses-smiley-2:before {
  content: "\f004";
}

.psi-sunglasses-w:before {
  content: "\f005";
}

.psi-sunglasses-w-2:before {
  content: "\f006";
}

.psi-sunglasses-w-3:before {
  content: "\f007";
}

.psi-sunrise:before {
  content: "\f008";
}

.psi-sunset:before {
  content: "\f009";
}

.psi-superman:before {
  content: "\f00a";
}

.psi-support:before {
  content: "\f00b";
}

.psi-surprise:before {
  content: "\f00c";
}

.psi-sushi:before {
  content: "\f00d";
}

.psi-sweden:before {
  content: "\f00e";
}

.psi-swimming:before {
  content: "\f00f";
}

.psi-swimming-short:before {
  content: "\f010";
}

.psi-swimwear:before {
  content: "\f011";
}

.psi-switch:before {
  content: "\f012";
}

.psi-switzerland:before {
  content: "\f013";
}

.psi-sync:before {
  content: "\f014";
}

.psi-sync-cloud:before {
  content: "\f015";
}

.psi-synchronize:before {
  content: "\f016";
}

.psi-synchronize-2:before {
  content: "\f017";
}

.psi-tablet:before {
  content: "\f018";
}

.psi-tablet-2:before {
  content: "\f019";
}

.psi-tablet-3:before {
  content: "\f01a";
}

.psi-tablet-orientation:before {
  content: "\f01b";
}

.psi-tablet-phone:before {
  content: "\f01c";
}

.psi-tablet-secure:before {
  content: "\f01d";
}

.psi-tablet-vertical:before {
  content: "\f01e";
}

.psi-tactic:before {
  content: "\f01f";
}

.psi-tag:before {
  content: "\f020";
}

.psi-tag-2:before {
  content: "\f021";
}

.psi-tag-3:before {
  content: "\f022";
}

.psi-tag-4:before {
  content: "\f023";
}

.psi-tag-5:before {
  content: "\f024";
}

.psi-taj-mahal:before {
  content: "\f025";
}

.psi-talk-man:before {
  content: "\f026";
}

.psi-tap:before {
  content: "\f027";
}

.psi-target:before {
  content: "\f028";
}

.psi-target-market:before {
  content: "\f029";
}

.psi-taurus:before {
  content: "\f02a";
}

.psi-taurus-2:before {
  content: "\f02b";
}

.psi-taxi:before {
  content: "\f02c";
}

.psi-taxi-2:before {
  content: "\f02d";
}

.psi-taxi-sign:before {
  content: "\f02e";
}

.psi-teacher:before {
  content: "\f02f";
}

.psi-tea-mug:before {
  content: "\f030";
}

.psi-teapot:before {
  content: "\f031";
}

.psi-technorati:before {
  content: "\f032";
}

.psi-teddy-bear:before {
  content: "\f033";
}

.psi-telephone:before {
  content: "\f034";
}

.psi-telephone-2:before {
  content: "\f035";
}

.psi-telescope:before {
  content: "\f036";
}

.psi-temperature:before {
  content: "\f037";
}

.psi-temperature-2:before {
  content: "\f038";
}

.psi-temperature-3:before {
  content: "\f039";
}

.psi-temple:before {
  content: "\f03a";
}

.psi-tennis:before {
  content: "\f03b";
}

.psi-tennis-ball:before {
  content: "\f03c";
}

.psi-tent:before {
  content: "\f03d";
}

.psi-testimonal:before {
  content: "\f03e";
}

.psi-test-tube:before {
  content: "\f03f";
}

.psi-test-tube-2:before {
  content: "\f040";
}

.psi-text-box:before {
  content: "\f041";
}

.psi-text-effect:before {
  content: "\f042";
}

.psi-text-highlight-color:before {
  content: "\f043";
}

.psi-text-paragraph:before {
  content: "\f044";
}

.psi-thailand:before {
  content: "\f045";
}

.psi-the-white-house:before {
  content: "\f046";
}

.psi-this-side-up:before {
  content: "\f047";
}

.psi-thread:before {
  content: "\f048";
}

.psi-three-arrow-fork:before {
  content: "\f049";
}

.psi-three-fingers:before {
  content: "\f04a";
}

.psi-three-fingers-drag:before {
  content: "\f04b";
}

.psi-three-fingers-drag-2:before {
  content: "\f04c";
}

.psi-three-fingers-touch:before {
  content: "\f04d";
}

.psi-thumb:before {
  content: "\f04e";
}

.psi-thumbs-down-smiley:before {
  content: "\f04f";
}

.psi-thumbs-up-smiley:before {
  content: "\f050";
}

.psi-thunder:before {
  content: "\f051";
}

.psi-thunderstorm:before {
  content: "\f052";
}

.psi-ticket:before {
  content: "\f053";
}

.psi-tie:before {
  content: "\f054";
}

.psi-tie-2:before {
  content: "\f055";
}

.psi-tie-3:before {
  content: "\f056";
}

.psi-tie-4:before {
  content: "\f057";
}

.psi-tiger:before {
  content: "\f058";
}

.psi-time-backup:before {
  content: "\f059";
}

.psi-time-bomb:before {
  content: "\f05a";
}

.psi-time-clock:before {
  content: "\f05b";
}

.psi-time-fire:before {
  content: "\f05c";
}

.psi-time-machine:before {
  content: "\f05d";
}

.psi-timer:before {
  content: "\f05e";
}

.psi-timer-2:before {
  content: "\f05f";
}

.psi-time-window:before {
  content: "\f060";
}

.psi-to-bottom:before {
  content: "\f061";
}

.psi-to-bottom-2:before {
  content: "\f062";
}

.psi-token:before {
  content: "\f063";
}

.psi-to-left:before {
  content: "\f064";
}

.psi-tomato:before {
  content: "\f065";
}

.psi-tongue:before {
  content: "\f066";
}

.psi-tooth:before {
  content: "\f067";
}

.psi-tooth-2:before {
  content: "\f068";
}

.psi-top-to-bottom:before {
  content: "\f069";
}

.psi-torch:before {
  content: "\f06a";
}

.psi-to-right:before {
  content: "\f06b";
}

.psi-to-top:before {
  content: "\f06c";
}

.psi-to-top-2:before {
  content: "\f06d";
}

.psi-touch-window:before {
  content: "\f06e";
}

.psi-tower:before {
  content: "\f06f";
}

.psi-tower-2:before {
  content: "\f070";
}

.psi-tower-bridge:before {
  content: "\f071";
}

.psi-trace:before {
  content: "\f072";
}

.psi-tractor:before {
  content: "\f073";
}

.psi-traffic-light:before {
  content: "\f074";
}

.psi-traffic-light-2:before {
  content: "\f075";
}

.psi-train:before {
  content: "\f076";
}

.psi-train-2:before {
  content: "\f077";
}

.psi-tram:before {
  content: "\f078";
}

.psi-transform:before {
  content: "\f079";
}

.psi-transform-2:before {
  content: "\f07a";
}

.psi-transform-3:before {
  content: "\f07b";
}

.psi-transform-4:before {
  content: "\f07c";
}

.psi-trash:before {
  content: "\f07d";
}

.psi-trash-with-men:before {
  content: "\f07e";
}

.psi-tree:before {
  content: "\f07f";
}

.psi-tree-2:before {
  content: "\f080";
}

.psi-tree-3:before {
  content: "\f081";
}

.psi-tree-4:before {
  content: "\f082";
}

.psi-tree-5:before {
  content: "\f083";
}

.psi-trekking:before {
  content: "\f084";
}

.psi-triangle-arrow-down:before {
  content: "\f085";
}

.psi-triangle-arrow-left:before {
  content: "\f086";
}

.psi-triangle-arrow-right:before {
  content: "\f087";
}

.psi-triangle-arrow-up:before {
  content: "\f088";
}

.psi-tripod-2:before {
  content: "\f089";
}

.psi-tripod-and-video:before {
  content: "\f08a";
}

.psi-tripod-with-camera:before {
  content: "\f08b";
}

.psi-tripod-with-gopro:before {
  content: "\f08c";
}

.psi-trophy:before {
  content: "\f08d";
}

.psi-trophy-2:before {
  content: "\f08e";
}

.psi-truck:before {
  content: "\f08f";
}

.psi-trumpet:before {
  content: "\f090";
}

.psi-t-shirt:before {
  content: "\f091";
}

.psi-tumblr:before {
  content: "\f092";
}

.psi-turkey:before {
  content: "\f093";
}

.psi-turn-down:before {
  content: "\f094";
}

.psi-turn-down-2:before {
  content: "\f095";
}

.psi-turn-down-from-left:before {
  content: "\f096";
}

.psi-turn-down-from-right:before {
  content: "\f097";
}

.psi-turn-left:before {
  content: "\f098";
}

.psi-turn-left-3:before {
  content: "\f099";
}

.psi-turn-right:before {
  content: "\f09a";
}

.psi-turn-right-3:before {
  content: "\f09b";
}

.psi-turn-up:before {
  content: "\f09c";
}

.psi-turn-up-2:before {
  content: "\f09d";
}

.psi-turtle:before {
  content: "\f09e";
}

.psi-tuxedo:before {
  content: "\f09f";
}

.psi-tv:before {
  content: "\f0a0";
}

.psi-twister:before {
  content: "\f0a1";
}

.psi-twitter:before {
  content: "\f0a2";
}

.psi-twitter-2:before {
  content: "\f0a3";
}

.psi-twitter-x:before {
  content: "\f0a4";
}

.psi-two-fingers:before {
  content: "\f0a5";
}

.psi-two-fingers-drag:before {
  content: "\f0a6";
}

.psi-two-fingers-drag-2:before {
  content: "\f0a7";
}

.psi-two-fingers-scroll:before {
  content: "\f0a8";
}

.psi-two-fingers-touch:before {
  content: "\f0a9";
}

.psi-two-windows:before {
  content: "\f0aa";
}

.psi-type-pass:before {
  content: "\f0ab";
}

.psi-ukraine:before {
  content: "\f0ac";
}

.psi-umbrella:before {
  content: "\f0ad";
}

.psi-umbrella-2:before {
  content: "\f0ae";
}

.psi-umbrella-3:before {
  content: "\f0af";
}

.psi-underline-text:before {
  content: "\f0b0";
}

.psi-undo:before {
  content: "\f0b1";
}

.psi-united-kingdom:before {
  content: "\f0b2";
}

.psi-united-states:before {
  content: "\f0b3";
}

.psi-university:before {
  content: "\f0b4";
}

.psi-university-2:before {
  content: "\f0b5";
}

.psi-unlike:before {
  content: "\f0b6";
}

.psi-unlike-2:before {
  content: "\f0b7";
}

.psi-unlock:before {
  content: "\f0b8";
}

.psi-unlock-2:before {
  content: "\f0b9";
}

.psi-unlock-3:before {
  content: "\f0ba";
}

.psi-up:before {
  content: "\f0bb";
}

.psi-up-2:before {
  content: "\f0bc";
}

.psi-up-3:before {
  content: "\f0bd";
}

.psi-up-4:before {
  content: "\f0be";
}

.psi-up-down:before {
  content: "\f0bf";
}

.psi-up-down-3:before {
  content: "\f0c0";
}

.psi-upgrade:before {
  content: "\f0c1";
}

.psi-upload:before {
  content: "\f0c2";
}

.psi-upload-2:before {
  content: "\f0c3";
}

.psi-upload-to-cloud:before {
  content: "\f0c4";
}

.psi-upload-window:before {
  content: "\f0c5";
}

.psi-uppercase-text:before {
  content: "\f0c6";
}

.psi-upward:before {
  content: "\f0c7";
}

.psi-url-window:before {
  content: "\f0c8";
}

.psi-usb:before {
  content: "\f0c9";
}

.psi-usb-2:before {
  content: "\f0ca";
}

.psi-usb-cable:before {
  content: "\f0cb";
}

.psi-user:before {
  content: "\f0cc";
}

.psi-ustream:before {
  content: "\f0cd";
}

.psi-vase:before {
  content: "\f0ce";
}

.psi-vector:before {
  content: "\f0cf";
}

.psi-vector-2:before {
  content: "\f0d0";
}

.psi-vector-3:before {
  content: "\f0d1";
}

.psi-vector-4:before {
  content: "\f0d2";
}

.psi-vector-5:before {
  content: "\f0d3";
}

.psi-venn-diagram:before {
  content: "\f0d4";
}

.psi-vest:before {
  content: "\f0d5";
}

.psi-vest-2:before {
  content: "\f0d6";
}

.psi-viddler:before {
  content: "\f0d7";
}

.psi-video:before {
  content: "\f0d8";
}

.psi-video-2:before {
  content: "\f0d9";
}

.psi-video-3:before {
  content: "\f0da";
}

.psi-video-4:before {
  content: "\f0db";
}

.psi-video-5:before {
  content: "\f0dc";
}

.psi-video-6:before {
  content: "\f0dd";
}

.psi-video-game-controller:before {
  content: "\f0de";
}

.psi-video-len:before {
  content: "\f0df";
}

.psi-video-len-2:before {
  content: "\f0e0";
}

.psi-video-photographer:before {
  content: "\f0e1";
}

.psi-video-tripod:before {
  content: "\f0e2";
}

.psi-vietnam:before {
  content: "\f0e3";
}

.psi-view-height:before {
  content: "\f0e4";
}

.psi-view-list:before {
  content: "\f0e5";
}

.psi-view-width:before {
  content: "\f0e6";
}

.psi-vimeo:before {
  content: "\f0e7";
}

.psi-virgo:before {
  content: "\f0e8";
}

.psi-virgo-2:before {
  content: "\f0e9";
}

.psi-virus:before {
  content: "\f0ea";
}

.psi-virus-2:before {
  content: "\f0eb";
}

.psi-virus-3:before {
  content: "\f0ec";
}

.psi-visa:before {
  content: "\f0ed";
}

.psi-voice:before {
  content: "\f0ee";
}

.psi-voicemail:before {
  content: "\f0ef";
}

.psi-volleyball:before {
  content: "\f0f0";
}

.psi-volume-down:before {
  content: "\f0f1";
}

.psi-volume-up:before {
  content: "\f0f2";
}

.psi-vpn:before {
  content: "\f0f3";
}

.psi-wacom-tablet:before {
  content: "\f0f4";
}

.psi-waiter:before {
  content: "\f0f5";
}

.psi-walkie-talkie:before {
  content: "\f0f6";
}

.psi-wallet:before {
  content: "\f0f7";
}

.psi-wallet-2:before {
  content: "\f0f8";
}

.psi-wallet-3:before {
  content: "\f0f9";
}

.psi-warehouse:before {
  content: "\f0fa";
}

.psi-warning-window:before {
  content: "\f0fb";
}

.psi-watch:before {
  content: "\f0fc";
}

.psi-watch-2:before {
  content: "\f0fd";
}

.psi-watch-3:before {
  content: "\f0fe";
}

.psi-wave:before {
  content: "\f0ff";
}

.psi-wave-2:before {
  content: "\f100";
}

.psi-webcam:before {
  content: "\f101";
}

.psi-weight-lift:before {
  content: "\f102";
}

.psi-wheelbarrow:before {
  content: "\f103";
}

.psi-wheelchair:before {
  content: "\f104";
}

.psi-width-window:before {
  content: "\f105";
}

.psi-wifi:before {
  content: "\f106";
}

.psi-wifi-2:before {
  content: "\f107";
}

.psi-wifi-keyboard:before {
  content: "\f108";
}

.psi-windmill:before {
  content: "\f109";
}

.psi-window:before {
  content: "\f10a";
}

.psi-window-2:before {
  content: "\f10b";
}

.psi-windows:before {
  content: "\f10c";
}

.psi-windows-2:before {
  content: "\f10d";
}

.psi-windows-microsoft:before {
  content: "\f10e";
}

.psi-windsock:before {
  content: "\f10f";
}

.psi-wind-turbine:before {
  content: "\f110";
}

.psi-windy:before {
  content: "\f111";
}

.psi-wine-bottle:before {
  content: "\f112";
}

.psi-wine-glass:before {
  content: "\f113";
}

.psi-wink:before {
  content: "\f114";
}

.psi-winter:before {
  content: "\f115";
}

.psi-winter-2:before {
  content: "\f116";
}

.psi-wireless:before {
  content: "\f117";
}

.psi-witch:before {
  content: "\f118";
}

.psi-witch-hat:before {
  content: "\f119";
}

.psi-wizard:before {
  content: "\f11a";
}

.psi-wolf:before {
  content: "\f11b";
}

.psi-woman-man-sign:before {
  content: "\f11c";
}

.psi-woman-sign:before {
  content: "\f11d";
}

.psi-womans-underwear:before {
  content: "\f11e";
}

.psi-womans-underwear-2:before {
  content: "\f11f";
}

.psi-women:before {
  content: "\f120";
}

.psi-wonder-woman:before {
  content: "\f121";
}

.psi-wordpress:before {
  content: "\f122";
}

.psi-worker:before {
  content: "\f123";
}

.psi-worker-clothes:before {
  content: "\f124";
}

.psi-wrap-text:before {
  content: "\f125";
}

.psi-wreath:before {
  content: "\f126";
}

.psi-wrench:before {
  content: "\f127";
}

.psi-xanga:before {
  content: "\f128";
}

.psi-x-box:before {
  content: "\f129";
}

.psi-xing:before {
  content: "\f12a";
}

.psi-x-ray:before {
  content: "\f12b";
}

.psi-yacht:before {
  content: "\f12c";
}

.psi-yahoo:before {
  content: "\f12d";
}

.psi-yahoo-buzz:before {
  content: "\f12e";
}

.psi-yelp:before {
  content: "\f12f";
}

.psi-yes:before {
  content: "\f130";
}

.psi-ying-yang:before {
  content: "\f131";
}

.psi-youtube:before {
  content: "\f132";
}

.psi-z-a:before {
  content: "\f133";
}

.psi-zebra:before {
  content: "\f134";
}

.psi-zombie:before {
  content: "\f135";
}

.psi-zoom-gesture:before {
  content: "\f136";
}

.psi-zootool:before {
  content: "\f137";
}

/* -- ROOT -- */
/* ---------------------------------------------- */
.root {
  display: grid;
  gap: 0 0;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr;
  min-height: 100vh;
  width: 100%;
}

body {
  overflow-x: hidden;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

:root {
  --nf-backdrop-bg: rgba(26, 29, 33, 0.75);
  --nf-content-title-size: 2.25rem;
  --nf-content-title-color: var(--bs-primary);
  --nf-content-title-weight: 500;
}

/* -- REBOOT -- */
/* ---------------------------------------------- */
/* -- Scrollbar -- */
/* ---------------------------------------------- */
@supports (-moz-appearance: none) {
  .scrollable-content {
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
    scrollbar-width: auto;
  }
}
html[data-overlayscrollbars] > body::-webkit-scrollbar {
  width: 0 !important;
  visibility: hidden;
}

::-webkit-scrollbar {
  width: 0.35rem;
  height: 0.35rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  width: 2rem;
  background: rgba(0, 0, 0, 0.5);
}

@supports (-moz-appearance: none) {
  [data-bs-theme=dark] .scrollable-content {
    scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
  }
}
[data-bs-theme=dark] ::-webkit-scrollbar-track {
  background-color: transparent;
}

[data-bs-theme=dark] ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

[data-bs-theme=dark] ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* -- FRONT CONTAINER -- */
/* ---------------------------------------------- */
.root.front-container {
  --bs-body-font-size: 15px;
  --nf-header-shadow: none;
  --nf-header-bg: transparent;
  --nf-header-height: 3.625rem;
  --nf-header-padding: 0.25rem;
  --nf-header-transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
  --nf-header-shrink-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --nf-header-shrink-bg: rgba(var(--bs-component-bg-rgb), 0.75);
  --nf-header-shrink-height: 3.625rem;
  --nf-header-shrink-padding: 0rem;
  --nf-header-shrink-blur: blur(10px);
}

.front-container {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  display: grid;
  font-size: var(--bs-body-font-size);
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr min-content;
  overflow: hidden;
}

.front-container .front-bg {
  background-image: url("../../assets/img/front-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 120% auto;
}

.front-container .header {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  grid-area: 1/1/2/2;
  height: var(--nf-header-height);
  padding-bottom: var(--nf-header-padding);
  padding-top: var(--nf-header-padding);
  transition: var(--nf-header-transition);
}

.front-container .header.sticky-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
}

.front-container .header.header--shrink {
  --nf-header-shadow: var(--nf-header-shrink-shadow);
  --nf-header-bg: var(--nf-header-shrink-bg);
  backdrop-filter: var(--nf-header-shrink-blur);
  height: var(--nf-header-shrink-height);
  padding-bottom: var(--nf-header-shrink-padding);
  padding-top: var(--nf-header-shrink-padding);
}

.front-container .header.header--shrink .offcanvas {
  min-height: 100vh;
}

.front-container .content {
  background-color: transparent;
  color: inherit;
  grid-area: 2/1/3/2;
}

.front-container .hero {
  background-image: url("../../assets/img/hero.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  min-height: 575px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.front-container .header.sticky-top + .content .content__boxed {
  margin-top: calc(var(--nf-header-height) + var(--nf-header-padding) * 2);
}

.front-container .footer {
  grid-area: 3/1/4/2;
}

body[style*=background]:not(.boxed-layout) > .front-container,
.bg-img:not(.boxed-layout) > .front-container {
  background-color: rgba(0, 0, 0, 0.35);
  background-attachment: fixed;
  background-blend-mode: screen;
}

.front-container .base-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(35, 41, 47, 0.5) !important;
  background-attachment: fixed;
  background-blend-mode: hue;
}

.front-container .side-background {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .front-container.root {
    --nf-header-padding: 1.25rem;
  }
  .front-container .header .navbar-brand {
    transform-origin: 0 center;
    transform: scale(1.15);
    transition: transform 0.3s ease-in-out;
  }
  .front-container .header.header--shrink .navbar-brand {
    transform: scale(1);
  }
  .front-container .header.header--shrink .offcanvas {
    min-height: auto;
  }
  .front-container .header.sticky-top + .content .content__boxed {
    margin-top: calc(var(--nf-header-height) + var(--nf-header-padding) * 2);
  }
}
/* -- CONTENTS -- */
/* ---------------------------------------------- */
.root:not(.hd--expanded) .content__header > .content__wrap {
  padding-bottom: 0 !important;
}

.content {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  display: flex;
  flex-direction: column;
  grid-area: 2/2/3/3;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
}

.content .page-title {
  color: var(--nf-content-title-color);
  font-size: var(--nf-content-title-size);
  font-weight: var(--nf-content-title-weight);
  text-transform: capitalize;
}

.content__wrap {
  padding: 1rem 1rem;
}

@media (min-width: 768px) {
  .content__wrap {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 992px) {
  .content__wrap {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .content__wrap {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .content__wrap {
    padding-inline: 2.5rem;
  }
}
/* -- CONTENT VIEW -- */
/* ---------------------------------------------- */
.content-full-page {
  position: fixed;
  inset: 0;
  z-index: 999999;
  border-radius: 0 !important;
}

/* -- SINGLE CONTENT VIEW -- */
/* ---------------------------------------------- */
.body-sc > .root {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 999999;
}

.body-sc .mn--max.tm--expanded-hd .content__header::before,
.body-sc .sidebar,
.body-sc .header,
.body-sc .content__header:after {
  z-index: 0 !important;
}

.single-content {
  display: flex;
  min-height: 0 !important;
  flex: 1 1 0;
}

@media (min-width: 576px) {
  .single-content-sm {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  .single-content-md {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 992px) {
  .single-content-lg {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 1200px) {
  .single-content-xl {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 1400px) {
  .single-content-xxl {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
/* -- SEARCHBOX -- */
/* ---------------------------------------------- */
.searchbox {
  --nf-search-focus-bg: rgba(0, 0, 0, 0.15);
  --nf-search-header-collapsed-width: 20vw;
  --nf-search-header-expanded-width: 35vw;
  --nf-search-collapsed-width: min(50%, 15.625rem);
  --nf-search-expanded-width: 100%;
  --nf-search-transition-duration: 0.35s;
  --nf-search-transition-delay: 0.25s;
  --nf-search-transition-timing: ease;
  width: auto;
}

.searchbox .searchbox__input {
  padding-inline-end: calc(1ex + 2rem);
  transition: width var(--nf-search-transition-duration) var(--nf-search-transition-timing) var(--nf-search-transition-delay), background-color var(--nf-search-transition-duration) var(--nf-search-transition-timing) var(--nf-search-transition-delay);
}

.searchbox .searchbox__input:focus {
  transition: width var(--nf-search-transition-duration) var(--nf-search-transition-timing) var(--nf-search-transition-delay), background-color var(--nf-search-transition-duration) var(--nf-search-transition-timing) var(--nf-search-transition-delay);
}

.searchbox .searchbox__input.bg-transparent {
  background-color: transparent !important;
  border: 0;
  box-shadow: none !important;
  color: inherit;
}

.searchbox .searchbox__input.bg-transparent:focus {
  background-color: var(--nf-search-focus-bg) !important;
}

.searchbox.searchbox--icon-start .searchbox__btn {
  inset-inline-start: 0;
  inset-inline-end: auto;
  z-index: 7;
}

.searchbox.searchbox--icon-start .searchbox__input {
  padding-inline-start: calc(1ex + 2rem);
  padding-inline-end: 0;
}

.searchbox.input-group.searchbox--icon-start > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.searchbox.input-group:not(.has-validation) > .searchbox__input:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: var(--bs-border-radius);
}

.searchbox .searchbox__btn {
  font-size: 1rem;
  border: 0;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  transition-property: opacity, visibility, inset-inline-end;
  transition-duration: var(--nf-search-transition-duration);
  transition-timing-function: var(--nf-search-transition-timing);
  transition-delay: var(--nf-search-transition-delay);
  z-index: 5;
}

.searchbox.searchbox--auto-expand {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.header-searchbox .searchbox.searchbox--auto-expand .searchbox__btn {
  transition-timing-function: var(--nf-search-transition-timing) !important;
}

.header-searchbox .searchbox.searchbox--auto-expand .searchbox__input {
  width: var(--nf-search-header-collapsed-width) !important;
}

.header-searchbox .searchbox.searchbox--auto-expand .searchbox__input:focus {
  width: var(--nf-search-header-expanded-width) !important;
}

.searchbox.searchbox--auto-expand .searchbox__input {
  width: var(--nf-search-collapsed-width);
}

.searchbox.searchbox--auto-expand .searchbox__input ~ .searchbox__btn {
  inset-inline-end: calc(100% - var(--nf-search-collapsed-width));
}

.searchbox.searchbox--auto-expand .searchbox__input.w-auto ~ .searchbox__btn {
  inset-inline-end: calc(100% - auto);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-100px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 100px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-160px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 160px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-200px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 200px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-250px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 250px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-300px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 300px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-350px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 350px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-400px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 400px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-450px ~ .searchbox__btn {
  inset-inline-end: calc(100% - 450px);
}

.searchbox.searchbox--auto-expand .searchbox__input.w-25 ~ .searchbox__btn {
  inset-inline-end: 75%;
}

.searchbox.searchbox--auto-expand .searchbox__input.w-50 ~ .searchbox__btn {
  inset-inline-end: 50%;
}

.searchbox.searchbox--auto-expand .searchbox__input.w-75 ~ .searchbox__btn {
  inset-inline-end: 25%;
}

.searchbox.searchbox--auto-expand .searchbox__input.w-100 ~ .searchbox__btn {
  inset-inline-end: 0%;
}

.searchbox.searchbox--auto-expand .searchbox__input:focus {
  width: var(--nf-search-expanded-width) !important;
}

.searchbox.searchbox--auto-expand .searchbox__input:focus ~ .searchbox__btn {
  inset-inline-end: 0;
}

.searchbox.searchbox--hide-btn .searchbox__btn {
  opacity: 0;
  visibility: hidden;
}

.searchbox.searchbox--hide-btn .searchbox__input:focus ~ .searchbox__btn,
.searchbox.searchbox--hide-btn .searchbox__input:focus ~ div > .searchbox__btn {
  opacity: 1;
  visibility: visible;
}

/* -- SCROLL PAGE TO TOP -- */
/* ---------------------------------------------- */
.scroll-btn {
  --nf-btn-scroll-bg: var(--bs-primary);
  --nf-btn-scroll-color: var(--bs-primary-color);
  --nf-btn-scroll-border: 3px solid var(--bs-body-bg);
  --nf-btn-scroll-border-radius: 50%;
  --nf-btn-scroll-size: 3.5em;
  --nf-btn-scroll-right-margin: 1rem;
  --nf-btn-scroll-bottom-margin: 1rem;
}

.scroll-btn {
  position: fixed;
  bottom: var(--nf-btn-scroll-bottom-margin);
  right: var(--nf-btn-scroll-right-margin);
  background-color: var(--nf-btn-scroll-bg);
  color: var(--nf-btn-scroll-color) !important;
  border: var(--nf-btn-scroll-border);
  border-radius: var(--nf-btn-scroll-border-radius);
  z-index: 999;
  padding: 0;
  width: var(--nf-btn-scroll-size);
  height: var(--nf-btn-scroll-size);
  animation: scrollBtnOut 0.35s forwards;
}

.scroll-btn:after {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 30%;
  left: 35%;
  pointer-events: none;
  position: absolute;
  top: 43%;
  transform-origin: center center;
  transform: rotate(-45deg);
  width: 30%;
}

.scroll-btn.show {
  animation: scrollBtnIn 0.75s forwards;
}

@keyframes scrollBtnIn {
  0% {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  55% {
    transform: scale(0.9);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  70% {
    transform: scale(1.05);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  85% {
    transform: scale(0.98);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    animation-timing-function: ease-out;
  }
}
@keyframes scrollBtnOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* -- BACKDROP FOR MAIN NAVIGATION AND SIDEBAR -- */
/* ---------------------------------------------- */
.root:before {
  background-color: var(--nf-backdrop-bg);
  content: "";
  display: block;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}

.root.mn--show:before,
.root.sb--show:before {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  z-index: 9998;
}

/* -- TIMELINE -- */
/* ---------------------------------------------- */
.timeline {
  --nf-timeline-line-color: var(--bs-primary);
  --nf-timeline-line-style: solid;
  --nf-timeline-line-width: 2px;
  --nf-timeline-point-color: var(--bs-primary);
  --nf-timeline-point-gap: 0.25rem;
  --nf-timeline-point-size: 0.5rem;
  --nf-timeline-point-media-size: 2.25rem;
  --nf-timeline-entry-gap-x: 0.75rem;
  --nf-timeline-entry-gap-y: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--nf-timeline-entry-gap-y);
}

.timeline .tl-time:not(:empty) {
  min-width: 7rem;
  text-align: end;
}

.timeline .tl-time .tl-date {
  font-size: 90%;
}

.timeline .tl-time .tl-time {
  color: var(--bs-heading-color);
  font-weight: 700;
}

.timeline .tl-entry {
  display: flex;
  gap: var(--nf-timeline-entry-gap-x);
}

.timeline .tl-point:before {
  background-color: var(--nf-timeline-point-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--nf-timeline-point-size);
  transform: translateY(0.75ex);
  width: var(--nf-timeline-point-size);
}

.timeline .tl-point:after {
  border-inline-start: var(--nf-timeline-line-width) var(--nf-timeline-line-style) var(--nf-timeline-line-color);
  content: "";
  display: block;
  height: calc(100% - var(--nf-timeline-point-size) - var(--nf-timeline-point-gap) * 2 + var(--nf-timeline-entry-gap-y));
  inset-block-start: calc(0.75ex + var(--nf-timeline-point-gap));
  inset-inline-end: auto;
  inset-block-end: auto;
  inset-inline-start: calc(50% - var(--nf-timeline-line-width) / 2);
  position: relative;
}

.timeline .tl-media {
  flex: 0 0 var(--nf-timeline-point-media-size);
}

.timeline .tl-media i {
  align-items: center;
  display: flex;
  justify-content: center;
}

.timeline .tl-media:after {
  border-inline-start: var(--nf-timeline-line-width) var(--nf-timeline-line-style) var(--nf-timeline-line-color);
  content: "";
  display: block;
  height: calc(100% - var(--nf-timeline-point-media-size) - var(--nf-timeline-point-gap) * 2 + var(--nf-timeline-entry-gap-y));
  inset-block-start: var(--nf-timeline-point-gap);
  inset-inline-end: auto;
  inset-block-end: auto;
  inset-inline-start: calc(50% - var(--nf-timeline-line-width) / 2);
  position: relative;
}

.timeline .tl-entry.active .tl-icon .ratio {
  box-shadow: 0 0 0 var(--nf-timeline-line-width), 0 0 0 calc(var(--nf-timeline-line-width) * 2) var(--nf-timeline-line-color);
}

.timeline .tl-entry.active .tl-point:before {
  background-color: transparent;
  box-shadow: 0 0 0 var(--nf-timeline-line-width) var(--nf-timeline-point-color);
}

.timeline .tl-entry.active .tl-point:after {
  height: calc(100% - var(--nf-timeline-line-width) - var(--nf-timeline-point-size) - var(--nf-timeline-point-gap) * 2 + var(--nf-timeline-entry-gap-y));
  top: calc(0.75ex + var(--nf-timeline-point-gap) + var(--nf-timeline-line-width));
}

.timeline .tl-entry:last-child .tl-point:after,
.timeline .tl-entry:last-child .tl-media:after {
  border-color: var(--bs-secondary);
  border-inline-start-style: dotted;
}

.timeline-two-column .tl-entry > .tl-time,
.timeline-two-column .tl-content {
  width: 50%;
}

.timeline-two-column .tl-content > * {
  display: inline-flex;
  flex-direction: column;
}

.timeline-two-column .tl-entry-start {
  flex-direction: row-reverse;
}

.timeline-two-column .tl-entry-start .tl-time {
  text-align: start;
}

.timeline-two-column .tl-entry-start .tl-content {
  align-items: flex-end;
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
}

/* -- SPEECH BUBBLE -- */
/* ---------------------------------------------- */
.bubble {
  --nf-bubble-border-radius: 1.5rem;
  --nf-bubble-max-width: min(400px, 80%);
  --nf-bubble-primary-bg: var(--bs-primary);
  --nf-bubble-primary-color: var(--bs-primary-color);
  --nf-bubble-secondary-bg: var(--bs-white);
  --nf-bubble-secondary-color: var(--bs-dark);
  --nf-bubble-padding-x: 1rem;
  --nf-bubble-padding-y: 0.75rem;
  background-color: var(--nf-bubble-secondary-bg);
  border-radius: var(--nf-bubble-border-radius);
  border-end-start-radius: 0;
  color: var(--nf-bubble-secondary-color);
  display: inline-flex;
  flex-direction: column;
  max-width: var(--nf-bubble-max-width);
  padding: var(--nf-bubble-padding-y) var(--nf-bubble-padding-x);
  position: relative;
}

.bubble:after {
  border-color: transparent transparent var(--nf-bubble-secondary-bg) transparent;
  border-style: solid;
  border-width: 0 0 5px 7px;
  bottom: 0;
  content: "";
  display: block;
  left: -7px;
  position: absolute;
  width: 0;
  z-index: 1;
}

.bubble.bubble-primary,
.bubble-primary .bubble {
  background-color: var(--nf-bubble-primary-bg);
  border-radius: var(--nf-bubble-border-radius);
  border-end-end-radius: 0;
  color: var(--nf-bubble-primary-color);
}

.bubble.bubble-primary:after,
.bubble-primary .bubble:after {
  border-color: transparent transparent transparent var(--nf-bubble-primary-bg);
  border-width: 5px 0 0 7px;
  left: auto;
  right: -7px;
}

/* -- HEADER -- */
/* ---------------------------------------------- */
.root {
  --nf-header-bg: var(--bs-component-bg);
  --nf-header-color: var(--bs-component-color);
  --nf-header-secondary-color: var(--bs-secondary-color);
  --nf-header-border-color: var(--bs-border-color);
  --nf-header-height: 3.125rem;
  --nf-header-shadow: var(--bs-box-shadow-sm);
  --nf-header-btn-hover-bg: rgba(var(--bs-body-color-rgb), 0.1);
  --nf-header-btn-hover-color: var(--bs-heading-color);
  --nf-header-btn-border-radius: calc(var(--bs-border-radius) * 2);
  --nf-header-transition-duration: 0.35s;
  --nf-header-transition-timing: ease;
}

.header {
  background-color: var(--nf-header-bg);
  box-shadow: var(--nf-header-shadow);
  color: var(--nf-header-color);
  grid-area: 1/1/2/3;
}

.header__inner {
  align-items: center;
  display: flex;
  height: var(--nf-header-height);
  padding-inline: 1rem;
}

.root {
  --nf-brand-bg: transparent;
  --nf-brand-color: var(--nf-header-color);
  --nf-brand-size: 16px;
  --nf-brand-img-margin: 0.475rem 0.5rem;
  --nf-brand-font-size: 1.25rem;
  --nf-brand-font-weight: 500;
  --nf-brand-font-family: Ubuntu, sans-serif;
}

.header__brand {
  align-items: center;
  background-color: var(--nf-brand-bg);
  color: var(--nf-brand-color);
  display: flex;
  height: 100%;
  margin-inline-end: 0.5rem;
}

.brand-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.brand-wrap:hover .brand-title {
  box-shadow: 0 4px 0 -2px;
}

.brand-img {
  text-align: center;
  width: auto;
}

.brand-img img {
  width: var(--nf-brand-size);
  height: var(--nf-brand-size);
}

.brand-title {
  display: none;
}

.header__content {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: space-between;
}

.header__content .dropdown-menu {
  z-index: 1001;
}

.header__content-start {
  flex-grow: 1;
}

.header__content-start,
.header__content-end {
  align-items: center;
  display: flex;
  gap: 0.3rem;
}

.header__content-start > *,
.header__content-end > * {
  margin: 0 -0.1rem;
}

.header__content-start > .vr,
.header__content-end > .vr {
  background-color: color-mix(in srgb, currentColor 50%, transparent);
}

.header__btn {
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--nf-header-btn-border-radius);
  border-color: transparent !important;
  box-shadow: none !important;
  color: inherit;
  font-size: 0.8rem;
}

.header__btn.show,
.header__btn:hover,
.header__btn:focus,
.header__btn:active {
  background-color: var(--nf-header-btn-hover-bg);
  color: var(--nf-header-btn-hover-color);
}

.header-searchbox {
  position: relative;
  margin-left: auto;
}

.header-searchbox .searchbox__input::placeholder {
  color: var(--nf-header-secondary-color);
}

.searchbox__backdrop {
  position: relative;
}

.hd--sticky .header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.hd--sticky.mn--sticky.mn--max .mainnav .mainnav__inner {
  height: calc(100vh - var(--nf-header-height));
  top: var(--nf-header-height);
}

@media (max-width: 767.98px) {
  .header__content .searchbox {
    background-color: var(--nf-header-bg);
    left: 0;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
  }
  .header__content .searchbox.searchbox--auto-expand {
    flex-direction: row;
  }
  .header__content .searchbox .searchbox__input {
    position: fixed;
    top: -99rem;
  }
  .header__content .searchbox .searchbox__input,
  .header__content .searchbox .searchbox__input:focus ~ .searchbox__backdrop {
    margin: 1rem 0;
  }
  .header__content .searchbox .searchbox__input,
  .header__content .searchbox .searchbox__btn {
    transition-duration: 0s;
    transition-delay: 0s;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .header__content .searchbox .searchbox__input {
      font-size: 16px;
    }
  }
  .header__content .searchbox .searchbox__input:focus {
    background-color: var(--nf-header-btn-hover-bg) !important;
    position: static;
  }
  .header__content .searchbox .searchbox__input:focus ~ .searchbox__backdrop:after {
    background-color: var(--nf-backdrop-bg);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: calc(3.1rem + var(--bs-body-line-height) * var(--bs-body-font-size));
  }
  .header__content .dropdown-menu {
    width: 100vw;
  }
  .hd--sticky .header__content .dropdown-menu {
    max-height: calc(100vh - (var(--nf-header-height)));
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .brand-img,
  .header-searchbox {
    margin: 0;
  }
  .brand-title {
    color: var(--nf-brand-color) !important;
    display: block;
    font-family: var(--nf-brand-font-family);
    font-size: var(--nf-brand-font-size);
    font-weight: var(--nf-brand-font-weight);
    line-height: var(--nf-brand-font-size);
    margin-inline: var(--nf-brand-img-margin);
    text-decoration: none !important;
  }
  .header .searchbox .searchbox__input.bg-transparent {
    border-radius: calc(var(--bs-border-radius) * 2) !important;
  }
  .header .searchbox .searchbox__input.bg-transparent:focus {
    background-color: var(--nf-header-btn-hover-bg) !important;
  }
  .searchbox__backdrop {
    height: 100%;
    margin: 0 !important;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .mn--max .header__brand {
    transition: max-width var(--nf-header-transition-duration) var(--nf-header-transition-timing);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header__inner {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 992px) {
  .header__inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .header__inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .header__inner {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 992px) {
  .mn--min .header__brand,
  .mn--max .header__brand {
    margin-inline-end: 0;
  }
}
/* -- MAINNAV MENU LINK -- */
/* ---------------------------------------------- */
.mainnav__caption {
  color: var(--nf-mainnav-heading-color);
  padding-inline: calc(var(--nf-mainnav-submenu-indent) - var(--nf-mainnav-submenu-dashed-margin) + var(--nf-mainnav-link-padding-x));
}

.mainnav__inner .list-group-item,
.mainnav__inner .px-m {
  padding-inline: calc(var(--nf-mainnav-submenu-indent) - var(--nf-mainnav-submenu-dashed-margin) + var(--nf-mainnav-link-padding-x));
}

.root .mainnav__inner .mainnav__menu .nav-link:not(.active):not(:hover):not(:active) .nav-label:where(.fw-medium, .fw-semibold, .fw-bold, .fw-bolder),
.mn--min .mainnav__inner .mainnav__menu .nav-link .nav-label:where(.fw-medium, .fw-semibold, .fw-bold, .fw-bolder) {
  color: var(--nf-mainnav-heading-color);
}

.mainnav__inner .mainnav__menu .nav-link {
  padding: var(--nf-mainnav-link-padding-y) var(--nf-mainnav-link-padding-x);
}

.mainnav__inner .mainnav__menu > .nav-item > .nav-link {
  display: flex;
}

.mainnav__inner .mainnav__menu > .nav-item > .nav-link.active {
  background-color: var(--nf-mainnav-submenu-active-bg);
  border-radius: var(--nf-mainnav-submenu-border-radius);
  box-shadow: var(--nf-mainnav-submenu-active-shadow);
  color: var(--nf-mainnav-submenu-active-color);
  font-weight: 600;
}

.mainnav__inner .mainnav__menu > .nav-item > .nav-link.active i,
.mainnav__inner .mainnav__menu > .nav-item > .nav-link.active .nav-icon {
  color: inherit !important;
}

.root.mn--min .nav-item:not(.has-sub) .nav-link.active > .nav-label {
  color: var(--nf-mainnav-link-active);
  text-decoration: var(--nf-mainnav-link-active-underline) var(--nf-mainnav-link-active-underline-color);
  text-underline-offset: 5px;
}

.root.mn--min .nav-item:not(.has-sub) .nav-link.active > .nav-label:hover {
  color: var(--nf-mainnav-link-hover);
  text-decoration-color: currentColor;
}

.root .mainnav__inner .nav-link {
  color: var(--nf-mainnav-link-color);
}

.root .mainnav__inner .nav-link.disabled {
  opacity: 0.4;
}

.root .mainnav__inner .nav-link:hover {
  color: var(--nf-mainnav-link-hover);
}

.root .mainnav__inner .nav-link.active ~ .nav .active {
  color: var(--nf-mainnav-link-active);
  text-decoration: var(--nf-mainnav-link-active-underline) var(--nf-mainnav-link-active-underline-color);
  text-underline-offset: 5px;
}

.root .mainnav__inner .nav-link.active ~ .nav .active:hover {
  color: var(--nf-mainnav-link-hover);
  text-decoration-color: currentColor;
}

.root .mainnav__inner .nav-link i,
.root .mainnav__inner .nav-link .nav-icon {
  color: var(--nf-mainnav-icon-color) !important;
}

.mainnav__menu .mininav-content {
  flex-direction: column;
  flex-wrap: nowrap;
}

.mainnav__menu .mininav-toggle {
  align-items: center;
  display: flex;
}

.mainnav__menu .mininav-toggle > .nav-label,
.mainnav__menu .mininav-toggle .nav-icon,
.mainnav__menu .mininav-toggle i {
  pointer-events: none;
}

.mainnav__menu .mininav-toggle .nav-label {
  display: inline-block;
}

.mainnav__menu .mininav-toggle > .nav-label.mininav-content {
  height: auto !important;
}

.mainnav__menu .has-sub > .mininav-toggle:not(.has-badge):after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  margin-inline-start: auto;
  transform: rotate(135deg);
  transition: transform calc(var(--nf-mainnav-transition-duration) / 2);
  width: 0.55em;
}

.mainnav__menu .has-sub > .mininav-toggle.collapsed:after {
  transform: rotate(45deg);
}

.root:not(.mn--min) .mainnav__menu .has-sub:not(.opened) .mininav-toggle.active:not(.collapsed) + .mininav-content {
  display: block;
}

@media (max-width: 991.98px) {
  .root .mininav-content {
    position: static !important;
    transform: none !important;
  }
  .root .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content {
    border-inline-start: 1px dashed var(--nf-mainnav-submenu-dashed-color);
    border-radius: 0;
    margin-inline-start: calc(var(--nf-mainnav-submenu-indent-lv2) - 0.5em + var(--nf-mainnav-link-padding-x)) !important;
    padding-inline-start: 0.5rem;
  }
  .root .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline: 0.75em;
  }
  .root .mainnav__menu > .nav-item.has-sub > .mininav-content {
    border-inline-start: 1px dashed var(--nf-mainnav-submenu-dashed-color);
    margin-inline-start: var(--nf-mainnav-submenu-dashed-margin) !important;
  }
  .root .mainnav__menu > .nav-item.has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline-start: calc(var(--nf-mainnav-submenu-indent) - var(--nf-mainnav-submenu-dashed-margin) + var(--nf-mainnav-link-padding-x));
  }
}
@media (min-width: 992px) {
  .root:not(.mn--min) .mininav-content {
    position: static !important;
    transform: none !important;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content {
    border-inline-start: 1px dashed var(--nf-mainnav-submenu-dashed-color);
    margin-inline-start: calc(0.25em + var(--nf-mainnav-link-padding-x)) !important;
    padding-inline-start: 0.5rem;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline: 0.75em;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub > .mininav-content {
    border-inline-start: 1px dashed var(--nf-mainnav-submenu-dashed-color);
    margin-inline-start: var(--nf-mainnav-submenu-dashed-margin) !important;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline-start: calc(var(--nf-mainnav-submenu-indent) - var(--nf-mainnav-submenu-dashed-margin) + var(--nf-mainnav-link-padding-x));
  }
}
/* -- MAIN NAVIGATION - MINI / COLLAPSED MODE -- */
/* ---------------------------------------------- */
@media (min-width: 992px) {
  .mn--min {
    --nf-mainnav-min-icon-color: var(--bs-primary-text-emphasis);
    --nf-mainnav-min-icon-active-color: var(--bs-primary-color);
    --nf-mainnav-min-submenu-padding-x: 0.5rem;
    --nf-mainnav-min-submenu-padding-y: 0.5rem;
    --nf-mainnav-min-submenu-active-bg: var(--bs-primary);
    --nf-mainnav-min-submenu-active-color: var(--bs-primary-color);
    --nf-mainnav-min-shadow: var(--bs-box-shadow-lg);
    --nf-mainnav-min-submenu-link-padding-x: 0.75rem;
    --nf-mainnav-min-submenu-link-padding-y: 0.7rem;
    padding: 0 !important;
  }
  .mn--min .mainnav {
    max-width: var(--nf-mainnav-min-width);
    transition: max-width var(--nf-mainnav-min-transition-duration) var(--nf-mainnav-min-transition-timing);
    z-index: 1000;
  }
  .mn--min .mainnav__inner .mainnav__menu > .nav-item > .nav-link {
    padding: 0.59rem;
  }
  .mn--min .mainnav__bottom-content,
  .mn--min .mainnav__top-content {
    padding-inline: calc((var(--nf-mainnav-min-width) - (var(--bs-body-font-size) + 1.5rem)) / 2);
  }
  .mn--min .header__inner {
    padding-inline-start: 0;
  }
  .mn--min .header__brand {
    justify-content: center;
    max-width: var(--nf-mainnav-min-width);
    padding-inline-start: 0;
    transition: max-width var(--nf-mainnav-min-transition-duration) var(--nf-mainnav-min-transition-timing);
    width: 100%;
  }
  .mn--min.mn--sticky.hd--expanded .content__header::before {
    z-index: 100;
  }
  .mn--min.mn--sticky.hd--expanded .mainnav {
    z-index: 99;
  }
  .mn--min.hd--sticky .mainnav__inner {
    top: var(--nf-header-height);
    z-index: auto;
  }
  .mn--sticky.mn--min.hd--sticky .mainnav__inner {
    height: calc(100vh - var(--nf-header-height));
  }
  .mn--min .mainnav__caption {
    display: block;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .mn--min .mainnav__widget .mininav-content {
    min-width: 13rem;
  }
  .mn--min .mainnav__widget .mininav-content .mainnav-widget-toggle[data-bs-toggle=collapse] {
    pointer-events: none;
  }
  .mn--min .mainnav__widget .mininav-content .nav {
    display: block !important;
  }
  .mn--min .mainnav__avatar {
    height: auto;
    width: 2rem;
  }
  .mn--min .mainnav__categoriy {
    border-bottom: 1px solid var(--nf-mainnav-border-color);
  }
  .mn--min .d-mn-min {
    display: block;
  }
  .mn--min .d-mn-max,
  .mn--min .d-mn-max:not(.show),
  .mn--min .brand-title,
  .mn--min .mainnav__menu > .has-sub > .nav-link:after,
  .mn--min .mainnav__menu > .nav-item > .nav-link .nav-label:not(.show) {
    display: none;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link {
    justify-content: center;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link i,
  .mn--min .mainnav__menu > .nav-item > .nav-link .nav-icon {
    color: var(--nf-mainnav-min-icon-color) !important;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link.active {
    background-color: var(--nf-mainnav-min-submenu-active-bg);
    color: var(--nf-mainnav-min-submenu-active-color);
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link.active i,
  .mn--min .mainnav__menu > .nav-item > .nav-link.active .nav-icon {
    color: var(--nf-mainnav-min-icon-active-color) !important;
  }
  .mn--min .mainnav__menu > .nav-item,
  .mn--min .mainnav__menu > .nav-item > .nav-link i {
    margin: 0 !important;
  }
  .mn--min .mainnav__menu > .nav-item {
    margin-bottom: 0.25rem !important;
    width: 100%;
  }
  .mn--min .mainnav__menu > .has-sub .has-sub > .nav-link {
    gap: 2.5rem;
  }
  .mn--min .mininav-toggle {
    cursor: pointer;
  }
  .mn--min .mininav-toggle .nav-label {
    color: var(--nf-mainnav-color);
  }
  .mn--min .mininav-content {
    background-color: var(--nf-mainnav-bg);
    border-radius: var(--nf-mainnav-submenu-border-radius);
    box-shadow: var(--nf-mainnav-min-shadow);
    margin-inline-start: calc((var(--nf-mainnav-min-width) - (var(--bs-body-font-size) + 1.5rem)) / 2) !important;
    max-width: 19rem;
    min-width: 11rem;
    padding: var(--nf-mainnav-min-submenu-padding-y) var(--nf-mainnav-min-submenu-padding-x);
    white-space: nowrap;
  }
  .mn--min .mininav-content .nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: var(--nf-mainnav-min-submenu-link-padding-y) var(--nf-mainnav-min-submenu-link-padding-x);
  }
  .mn--min .mininav-content:not(.show) {
    display: none;
  }
  .mn--min .mininav-content.show {
    position: fixed;
    top: -100rem;
    z-index: 100;
  }
  .mn--min .mininav-content .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent var(--nf-mainnav-bg) transparent transparent;
    inset-inline-start: -6px;
  }
  .mn--min .mininav-content:not(.nav) {
    padding: 0.75rem 0.25rem;
  }
  .mn--min .mininav-content.nav-label {
    padding: 0.75rem var(--bs-nav-link-padding-x);
  }
  .mn--min .mininav-content.collapsing {
    transition: 0s !important;
  }
  .mn--min .mainnav__top-content {
    flex: 1 1 0;
    min-height: 0 !important;
  }
  .mn--min .mainnav__bottom-content {
    z-index: 100;
  }
}
/* -- MAIN NAVIGATION - MAX / EXPANDED MODE -- */
/* ---------------------------------------------- */
@media (min-width: 992px) {
  .mn--max .mainnav {
    position: relative;
  }
  .mn--max .mainnav__inner {
    position: absolute;
  }
  .mn--max .mainnav {
    transition: max-width var(--nf-mainnav-max-transition-duration) var(--nf-mainnav-max-transition-timing);
    will-change: max-width;
  }
  .mn--max .mainnav__widget .mininav-content {
    height: max-content;
  }
  .mn--max .mainnav__caption {
    display: block;
    overflow: hidden;
    max-height: 3rem;
    transition: max-height var(--nf-mainnav-max-transition-duration) calc(var(--nf-mainnav-max-transition-duration) * 1.5);
  }
  .mn--max .header__inner {
    padding-inline-start: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .mn--max .header__content,
  .mn--min .header__content {
    top: 1.25rem;
    padding-inline-start: 1.25rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .mn--max .header__content,
  .mn--min .header__content {
    top: 1.25rem;
    padding-inline-start: 1.25rem;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .mn--max .header__content,
  .mn--min .header__content {
    top: 2.5rem;
    padding-inline-start: 2.5rem;
  }
}
@media (min-width: 992px) {
  .mn--max .header__brand {
    padding-inline-start: calc(0.625rem + var(--nf-mainnav-link-padding-x));
    max-width: var(--nf-mainnav-max-width);
    width: var(--nf-mainnav-max-width);
    will-change: max-width;
  }
}
/* -- DEFAULT MAIN NAVIGATION -- */
/* ---------------------------------------------- */
.root {
  --nf-mainnav-bg: var(--bs-component-bg);
  --nf-mainnav-color: var(--bs-body-color);
  --nf-mainnav-secondary-color: var(--bs-secondary-color);
  --nf-mainnav-link-color: var(--bs-body-color);
  --nf-mainnav-link-hover: var(--bs-link-hover-color);
  --nf-mainnav-link-active: var(--bs-heading-color);
  --nf-mainnav-link-active-underline: underline dotted;
  --nf-mainnav-link-active-underline-color: rgba(var(--bs-body-color-rgb), 0.5);
  --nf-mainnav-link-padding-x: 0.5rem;
  --nf-mainnav-link-padding-y: 0.6rem;
  --nf-mainnav-icon-color: var(--bs-primary-text-emphasis);
  --nf-mainnav-heading-color: var(--bs-heading-color);
  --nf-mainnav-border-color: var(--bs-border-color);
  --nf-mainnav-padding: 0.75rem;
  --nf-mainnav-transition-duration: 0.35s;
  --nf-mainnav-transition-timing: ease;
  --nf-mainnav-submenu-active-bg: var(--bs-primary);
  --nf-mainnav-submenu-active-color: var(--bs-primary-color);
  --nf-mainnav-submenu-active-shadow: none;
  --nf-mainnav-submenu-indent: 2.25em;
  --nf-mainnav-submenu-indent-lv2: 0.75em;
  --nf-mainnav-submenu-border-radius: var(--bs-border-radius);
  --nf-mainnav-submenu-dashed-margin: 2.25em;
  --nf-mainnav-submenu-dashed-color: var(--bs-primary-border-subtle);
}

.mn--max,
.mn--min {
  --nf-mainnav-max-width: 16.75rem;
  --nf-mainnav-max-transition-duration: 0.35s;
  --nf-mainnav-max-transition-timing: ease;
  --nf-mainnav-min-width: 3.75rem;
  --nf-mainnav-min-transition-duration: 0.35s;
  --nf-mainnav-min-transition-timing: ease;
}

.mainnav {
  --bs-secondary-color: var(--nf-mainnav-secondary-color);
  display: flex;
  grid-area: 2/1/3/2;
  max-width: var(--nf-mainnav-max-width);
  width: min(75vw, var(--nf-mainnav-max-width));
}

.mainnav__inner {
  background-color: var(--nf-mainnav-bg);
  color: var(--nf-mainnav-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.mainnav__inner :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):not(.mainnav__caption) {
  color: var(--nf-mainnav-heading-color);
}

.mainnav__inner :where(.border-top, .border-end, .border-bottom, .border-start) {
  border-color: var(--nf-mainnav-border-color) !important;
}

.mainnav__inner .dropdown-toggle:after {
  color: var(--nf-mainnav-heading-color);
}

.d-mn-max,
.d-mn-max.collapse {
  display: block;
}

.d-mn-min {
  display: none;
}

.nav-label {
  white-space: nowrap;
}

.mainnav__avatar.border {
  padding: 0.1rem;
}

.mainnav__top-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  width: 100%;
}

.mainnav__top-content.os-host-overflow {
  overflow: visible;
}

.mainnav__bottom-content {
  background-color: var(--nf-mainnav-bg);
  bottom: 0;
  margin-top: auto;
  position: sticky;
}

.mainnav__top-content,
.mainnav__bottom-content {
  padding-inline: var(--nf-mainnav-padding);
}

.mn--show .mainnav {
  transform: translateX(0);
  z-index: 9999;
}

.mn--show .mainnav,
.mainnav {
  transition: transform var(--nf-mainnav-transition-duration) var(--nf-mainnav-transition-timing);
}

.mn--sticky .mainnav__inner {
  height: 100vh;
  position: sticky;
  top: 0;
}

.root:not(.mn--max):not(.mn--min) .mainnav {
  position: absolute;
  inset: 0 auto;
}

.root:not(.mn--max):not(.mn--min):not(.mn--show) .mainnav {
  z-index: 1002;
}

@media (max-width: 991.98px) {
  .mainnav__menu .mininav-toggle .nav-label {
    position: static !important;
    transform: none !important;
  }
  .mn--min .mainnav {
    inset: 0 auto;
    position: absolute;
  }
  .mn--min:not(.mn--show) .mainnav {
    transform: translateX(max(-75vw, var(--nf-mainnav-max-width) * -1 - 0.0625rem));
    z-index: 1002;
  }
}
@media (max-width: 991.98px) {
  .mn--max .mainnav {
    inset: 0 auto;
    position: absolute;
  }
  .mn--max:not(.mn--show) .mainnav {
    transform: translateX(calc(var(--nf-mainnav-max-width) * -1 - 0.0625rem));
    z-index: 1002;
  }
}
/* -- MAIN NAVIGATION - OFF CANVAS / SLIDE MODE -- */
/* ---------------------------------------------- */
.mn--slide {
  --nf-mainnav-slide-width: 13.75rem;
  --nf-mainnav-slide-transition-duration: 0.35s;
  --nf-mainnav-slide-transition-timing: ease;
}

.mn--slide .mainnav {
  max-width: 75vw;
  width: var(--nf-mainnav-slide-width);
  transform: translateX(max(-75vw, var(--nf-mainnav-slide-width) * -1 - 0.0625rem));
}

.mn--slide .mainnav,
.mn--slide.mn--show .mainnav {
  transition: transform var(--nf-mainnav-slide-transition-duration) var(--nf-mainnav-slide-transition-timing);
}

.mn--slide.mn--show .mainnav {
  transform: translateX(0);
}

/* -- MAIN NAVIGATION - OFF CANVAS / PUSH MODE -- */
/* ---------------------------------------------- */
.mn--push {
  --nf-mainnav-push-width: 13.75rem;
  --nf-mainnav-push-transition-duration: 0.35s;
  --nf-mainnav-push-transition-timing: ease;
}

.mn--push .mainnav {
  max-width: 75vw;
  width: var(--nf-mainnav-push-width);
  transform: translateX(max(-75vw, var(--nf-mainnav-push-width) * -1 - 0.0625rem));
}

.mn--push .mainnav,
.mn--push .content,
.mn--push .header,
.mn--push.mn--show .mainnav,
.mn--push.mn--show .content,
.mn--push.mn--show .header {
  transition: transform var(--nf-mainnav-push-transition-duration) var(--nf-mainnav-push-transition-timing);
}

.mn--push.mn--show .mainnav {
  transform: translateX(0);
  z-index: 9999;
}

.mn--push.mn--show .content,
.mn--push.mn--show .header {
  transform: translateX(min(75vw, var(--nf-mainnav-push-width)));
}

.mn--push.mn--show.sb--show.sb--pinned .sidebar {
  transform: translateX(min(75vw, var(--nf-mainnav-push-width)));
}

/* -- MAIN NAVIGATION - OFF CANVAS / REVEAL MODE -- */
/* ---------------------------------------------- */
.mn--reveal {
  --nf-mainnav-reveal-width: 13.75rem;
  --nf-mainnav-reveal-transition-duration: 0.35s;
  --nf-mainnav-reveal-transition-timing: ease;
}

.mn--reveal .mainnav {
  max-width: 75vw;
  pointer-events: none;
  transform: translateX(max(-75vw, var(--nf-mainnav-reveal-width) * -1 - 0.0625rem));
  transform: translateX(0) !important;
  width: var(--nf-mainnav-reveal-width);
  z-index: 5 !important;
}

.mn--reveal .header {
  z-index: 12;
}

.mn--reveal .content,
.mn--reveal .sidebar {
  z-index: 10;
}

.mn--reveal.sb--pinned .sidebar {
  z-index: 11;
}

.mn--reveal .content,
.mn--reveal .header,
.mn--reveal.mn--show .content,
.mn--reveal.mn--show .header {
  transition: translate var(--nf-mainnav-reveal-transition-duration) var(--nf-mainnav-reveal-transition-timing);
  will-change: translate;
}

.mn--reveal.mn--show .mainnav {
  pointer-events: visible;
}

.mn--reveal.mn--show:before,
.mn--reveal.mn--show .content,
.mn--reveal.mn--show .header {
  translate: min(75vw, var(--nf-mainnav-reveal-width)) 0;
}

.mn--reveal.mn--show:before {
  transition: opacity var(--nf-mainnav-reveal-transition-duration), translate var(--nf-mainnav-reveal-transition-duration) !important;
}

.mn--reveal.mn--show.sb--show.sb--pinned .sidebar {
  transform: translateX(min(75vw, var(--nf-mainnav-reveal-width)));
}

/* -- SIDEBARS -- */
/* ---------------------------------------------- */
.root {
  --nf-sidebar-bg: var(--bs-component-bg);
  --nf-sidebar-color: var(--bs-body-color);
  --nf-sidebar-width: 17.1875rem;
  --nf-sidebar-shadow: var(--bs-box-shadow-lg);
  --nf-sidebar-padding-x: 0.75rem;
  --nf-sidebar-padding-y: 1rem;
  --nf-sidebar-transition-duration: 0.35s;
  --nf-sidebar-transition-timing: ease;
}

.sidebar {
  align-items: stretch;
  background-color: var(--nf-sidebar-bg);
  box-sizing: content-box;
  color: var(--nf-sidebar-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
  transform: translateX(var(--nf-sidebar-width));
  visibility: hidden;
  width: 0;
  z-index: 1002;
}

.sidebar .scrollable-content {
  scrollbar-width: none;
}

.sidebar__inner {
  height: 100vh;
  overflow-x: hidden;
  padding-block: var(--nf-sidebar-padding-y);
  position: sticky;
  top: 0;
}

.sidebar__wrap {
  padding-inline: var(--nf-sidebar-padding-x);
}

.sb--show .sidebar {
  overflow: visible;
  transform: translateX(0);
  visibility: visible;
  width: var(--nf-sidebar-width);
  z-index: 9999;
}

.sidebar {
  transition: visibility var(--nf-sidebar-transition-duration), width 0s linear var(--nf-sidebar-transition-duration), padding var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing), transform var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing);
}

.sb--show .sidebar {
  transition: visibility var(--nf-sidebar-transition-duration), padding var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing), transform var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing);
}

@media (min-width: 1195px) {
  .sb--pinned .sidebar {
    overflow: visible;
    transform: translateX(0);
    visibility: visible;
    width: var(--nf-sidebar-width);
    z-index: 9999;
  }
  .sidebar {
    transition: visibility var(--nf-sidebar-transition-duration), width 0s linear var(--nf-sidebar-transition-duration), padding var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing), transform var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing);
  }
  .sb--pinned .sidebar {
    transition: visibility var(--nf-sidebar-transition-duration), padding var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing), transform var(--nf-sidebar-transition-duration) var(--nf-sidebar-transition-timing);
  }
}
.sidebar__stuck {
  display: none;
}

/* -- DISABLE THE SIDEBAR BACKDROP -- */
/* ---------------------------------------------- */
.sb--bd-0.sb--show:before {
  opacity: 0;
}

.sb--bd-0.sb--show .sidebar {
  box-shadow: var(--nf-sidebar-shadow);
}

/* -- SIDEBAR - STATIC POSITION */
/* ---------------------------------------------- */
.sb--static .sidebar__inner {
  overflow: visible;
  position: static;
}

/* -- SIDEBAR - STUCK -- */
/* ---------------------------------------------- */
.sidebar__stuck {
  display: none;
}

.sb--stuck.sb--show:before {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.sb--stuck.sb--show:not(.sb--pinned) .sidebar {
  box-shadow: var(--nf-sidebar-shadow);
}

.sb--stuck .sidebar__stuck {
  display: flex;
}

/* -- SIDEBAR UNITE -- */
/* ---------------------------------------------- */
.root {
  --nf-sidebar-unite-bg: var(--nf-header-bg);
  --nf-sidebar-unite-color: var(--nf-header-color);
  --nf-sidebar-unite-secondary-color: var(--nf-header-secondary-color);
  --nf-sidebar-unite-active-bg: var(--nf-header-btn-hover-bg);
  --nf-sidebar-unite-active-color: var(--nf-header-btn-hover-color);
  --nf-sidebar-unite-border-color: var(--nf-header-border-color);
  --nf-sidebar-unite-outer-border-radius: calc(var(--bs-border-radius) * 1.5);
}

.sb--unite .sidebar {
  --bs-border-color: var(--nf-sidebar-unite-border-color);
  --bs-secondary-color: var(--nf-sidebar-unite-secondary-color);
  --bs-emphasis-color: var(--nf-sidebar-unite-active-color);
  background-color: var(--nf-sidebar-unite-bg);
  color: var(--nf-sidebar-unite-color);
}

.sb--unite .sidebar .nav-link.active,
.sb--unite .sidebar .nav-link:hover,
.sb--unite .sidebar .nav-link:focus,
.sb--unite .sidebar :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: var(--nf-sidebar-unite-active-color);
}

.sb--unite .sidebar .btn-primary,
.sb--unite .sidebar .form-check-input:checked {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.sb--unite .sidebar .btn-link {
  color: inherit;
}

.sb--unite .sidebar .nav-link {
  color: var(--nf-sidebar-unite-color);
}

.sb--unite .sidebar .nav-link i,
.sb--unite .sidebar .nav-link .nav-icon {
  color: rgba(var(--nf-sidebar-unite-color), 0.65) !important;
}

.sb--unite .sidebar .list-group-item-action,
.sb--unite .sidebar .list-group-item {
  color: var(--nf-sidebar-unite-color);
}

.sb--unite .sidebar .list-group-item-action:hover,
.sb--unite .sidebar .list-group-item-action:focus {
  background-color: var(--nf-sidebar-unite-active-bg);
  color: var(--nf-sidebar-unite-active-color);
}

/* -- PINNED SIDEBAR */
/* ---------------------------------------------- */
@media (min-width: 1195px) {
  .sb--pinned:not(.mn--show):before {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .sb--pinned.hd--sticky .sidebar__inner {
    top: var(--nf-header-height);
  }
  .sb--pinned .content__boxed {
    padding-inline-end: var(--nf-sidebar-width);
  }
  .sb--pinned:not(.mn--push):not(.mn--reveal) .sidebar {
    transition-duration: 0s !important;
  }
  .sb--pinned:not(.sb--unite) .sidebar {
    background-color: transparent;
  }
  .sb--pinned:not(.sb--unite) .sidebar .sidebar__inner {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
  }
  .sb--pinned:not(.sb--static) .sidebar .sidebar__inner {
    height: calc(100vh - var(--nf-header-height));
    overflow-x: hidden;
  }
  .sb--pinned .sidebar {
    height: calc(100% - var(--nf-header-height));
    top: var(--nf-header-height);
    z-index: 999;
  }
  .sb--pinned .sidebar .sidebar__inner {
    border-top-left-radius: var(--nf-sidebar-unite-outer-border-radius);
  }
  .sb--pinned.root.mn--push .sidebar,
  .sb--pinned.root.mn--push.mn--show .sidebar {
    transition-duration: var(--nf-mainnav-push-transition-duration);
  }
  .sb--pinned.root.mn--push.mn--show .sidebar {
    transform: translateX(var(--nf-mainnav-push-width));
  }
  .sb--pinned.root.mn--reveal .sidebar,
  .sb--pinned.root.mn--reveal.mn--show .sidebar {
    transition-duration: var(--nf-mainnav-reveal-transition-duration);
  }
  .sb--pinned.root.mn--reveal.mn--show .sidebar {
    transform: translateX(var(--nf-mainnav-reveal-width));
  }
  .sb--pinned.sb--unite {
    --nf-header-shadow: none;
  }
  .sb--pinned.sb--unite .sidebar {
    content-visibility: visible;
  }
  .sb--pinned.sb--unite .sidebar__inner {
    border-radius: 0;
  }
  .sb--pinned.sb--unite.tm--primary-mn .header__content {
    box-shadow: none;
  }
  .sb--pinned.sb--unite .sidebar:after {
    background-color: var(--nf-sidebar-unite-bg);
    content: "";
    display: block;
    height: var(--nf-sidebar-unite-outer-border-radius);
    margin-inline-start: calc(var(--nf-sidebar-unite-outer-border-radius) * -1);
    margin-top: -100vh;
    -webkit-mask-image: radial-gradient(circle at 0 var(--nf-sidebar-unite-outer-border-radius), transparent 0, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
    mask-image: radial-gradient(circle at 0 var(--nf-sidebar-unite-outer-border-radius), transparent 0, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
    position: relative;
    top: var(--nf-header-height);
    width: calc(var(--nf-sidebar-unite-outer-border-radius) + 0.06125rem);
  }
  .sb--pinned.sb--unite.hd--sticky .sidebar:after {
    position: sticky;
  }
  .sb--pinned.sb--unite.tm--tall-hd .content__header:after,
  .sb--pinned.sb--unite.tm--expanded-hd .content__header:after {
    align-self: flex-end;
    background-color: var(--nf-sidebar-unite-bg);
    content: "";
    display: block;
    height: calc(var(--nf-sidebar-unite-outer-border-radius) + 0.0625rem);
    -webkit-mask-image: radial-gradient(circle at 0 var(--nf-sidebar-unite-outer-border-radius), transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
    mask-image: radial-gradient(circle at 0 var(--nf-sidebar-unite-outer-border-radius), transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
    position: absolute;
    top: 100%;
    transition: transform 0.35s ease;
    width: calc(var(--nf-sidebar-unite-outer-border-radius) + 0.0625rem);
    z-index: 1000;
  }
  .sb--pinned.sb--unite.tm--tall-hd .content__header,
  .sb--pinned.sb--unite.tm--expanded-hd .content__header {
    --nf-header-expand-border-radius: 0;
  }
}
/* COLORED HEADER */
/* ---------------------------------------------- */
.tm--full-hd,
.tm--fair-hd,
.tm--tall-hd,
.tm--expanded-hd,
.header--primary {
  --nf-header-bg: var(--bs-primary);
  --nf-header-color: rgba(var(--bs-primary-color-rgb), 0.75);
  --nf-header-secondary-color: rgba(var(--bs-primary-color-rgb), 0.35);
  --nf-header-border-color: var(--bs-primary-border);
  --nf-header-shadow: var(--bs-box-shadow-sm);
  --nf-header-btn-hover-bg: rgba(0, 0, 0, 0.2);
  --nf-header-btn-hover-color: var(--bs-primary-color);
  --nf-brand-bg: initial;
  --nf-brand-color: var(--bs-primary-color);
}

/* COLORED BRAND */
/* ---------------------------------------------- */
.tm--primary-brand .header__brand,
.header-brand--primary {
  --nf-brand-bg: var(--bs-primary);
  --nf-brand-color: var(--bs-primary-color);
}

/* MAINNAV COLORED */
/* ---------------------------------------------- */
.tm--primary-mn,
.mainnav--primary {
  --nf-mainnav-bg: var(--bs-primary);
  --nf-mainnav-color: var(--bs-primary-color);
  --nf-mainnav-secondary-color: rgba(var(--bs-primary-color-rgb), 0.4);
  --nf-mainnav-link-color: rgba(var(--bs-primary-color-rgb), 0.7);
  --nf-mainnav-link-hover: var(--bs-primary-color);
  --nf-mainnav-link-active: var(--bs-primary-color);
  --nf-mainnav-link-active-underline-color: rgba(var(--bs-primary-color-rgb), 0.3);
  --nf-mainnav-icon-color: var(--bs-primary-color);
  --nf-mainnav-heading-color: var(--bs-primary-color);
  --nf-mainnav-border-color: var(--bs-primary-border);
  --nf-mainnav-submenu-active-bg: rgba(0, 0, 0, 0.25);
  --nf-mainnav-submenu-dashed-color: var(--bs-primary-border);
  --nf-mainnav-min-icon-color: var(--bs-primary-color);
  --nf-mainnav-min-icon-active-color: var(--bs-primary-color);
  --nf-mainnav-min-submenu-active-bg: rgba(0, 0, 0, 0.25);
  --nf-mainnav-min-submenu-active-color: var(--bs-primary-color);
  --nf-mainnav-min-shadow: 0 1rem 2rem rgba(26, 29, 33, 0.5);
}

/* -- EXPANDED HEADER -- */
/* ---------------------------------------------- */
.tm--tall-hd,
.tm--expanded-hd {
  --nf-header-shadow: none;
  --nf-header-expand-bg: var(--bs-primary);
  --nf-header-expand-color: rgba(var(--bs-primary-color-rgb), 0.65);
  --nf-header-expand-title-color: var(--bs-primary-color);
  --nf-header-expand-headings-color: var(--nf-header-expand-title-color);
  --nf-header-expand-height: 37.5vh;
  --nf-header-expand-border-radius: 0% 0% 50% 50%/0% 0% 12vh 12vh;
}

.tm--tall-hd .content__header,
.tm--expanded-hd .content__header {
  background-color: var(--nf-header-expand-bg);
  border-radius: var(--nf-header-expand-border-radius);
  color: var(--nf-header-expand-color);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.tm--tall-hd .content__header :where(h1, h2, h3, h4, h5, h6),
.tm--expanded-hd .content__header :where(h1, h2, h3, h4, h5, h6) {
  color: var(--nf-header-expand-headings-color);
}

.tm--tall-hd .content__header .text-body-emphasis:not(.btn),
.tm--expanded-hd .content__header .text-body-emphasis:not(.btn) {
  color: var(--nf-header-expand-headings-color) !important;
}

.tm--tall-hd .content__header .page-title,
.tm--expanded-hd .content__header .page-title {
  color: var(--nf-header-expand-title-color);
}

.tm--tall-hd .content__header .page-title:after,
.tm--expanded-hd .content__header .page-title:after {
  background-color: var(--nf-header-expand-title-color);
}

.tm--tall-hd .content__header .btn-link,
.tm--expanded-hd .content__header .btn-link {
  color: var(--nf-header-expand-title-color);
  opacity: 0.85;
}

.tm--tall-hd .content__header .breadcrumb-item:before,
.tm--expanded-hd .content__header .breadcrumb-item:before,
.tm--tall-hd .content__header .breadcrumb-item.active,
.tm--expanded-hd .content__header .breadcrumb-item.active {
  color: var(--nf-header-expand-title-color);
}

.tm--tall-hd .content__header .breadcrumb-item > a,
.tm--expanded-hd .content__header .breadcrumb-item > a {
  color: var(--nf-header-expand-color);
}

.tm--tall-hd .content__header .breadcrumb-item > a:hover,
.tm--expanded-hd .content__header .breadcrumb-item > a:hover,
.tm--tall-hd .content__header .breadcrumb-item > a:focus,
.tm--expanded-hd .content__header .breadcrumb-item > a:focus {
  color: var(--nf-header-expand-title-color);
}

.modal-open .tm--tall-hd .content__header + .content__boxed,
.modal-open .tm--expanded-hd .content__header + .content__boxed {
  position: relative;
  z-index: auto !important;
}

body[style*=padding-right] .tm--tall-hd .content__header + .content__boxed,
body[style*=padding-right] .tm--expanded-hd .content__header + .content__boxed {
  position: relative;
  z-index: auto !important;
}

.tm--tall-hd .content__header.overlapping .content__wrap:after,
.tm--expanded-hd .content__header.overlapping .content__wrap:after {
  content: "";
  display: block;
  height: var(--nf-header-expand-height);
  width: 100%;
}

.tm--tall-hd .content__header.overlapping + .content__boxed,
.tm--expanded-hd .content__header.overlapping + .content__boxed {
  margin-top: calc((var(--nf-header-expand-height) + 1rem) * -1);
}

.tm--tall-hd .content__header:not(.overlapping):not(.rounded-0),
.tm--expanded-hd .content__header:not(.overlapping):not(.rounded-0) {
  min-height: 10.9375rem;
  padding-bottom: 10vh;
}

.mn--max.tm--expanded-hd.mn--sticky .content__header:before,
.mn--min.tm--expanded-hd.mn--sticky .content__header:before {
  position: sticky;
  top: -0.06125rem;
}

.mn--max.tm--expanded-hd.hd--sticky .content__header:not(.rounded-0):before,
.mn--max.tm--expanded-hd.mn--sticky .content__header:not(.rounded-0):before,
.mn--min.tm--expanded-hd.hd--sticky .content__header:not(.rounded-0):before,
.mn--min.tm--expanded-hd.mn--sticky .content__header:not(.rounded-0):before {
  margin-bottom: calc(var(--nf-sidebar-unite-outer-border-radius) * 2);
}

.mn--max.tm--expanded-hd.hd--sticky .content__header.overlapping:not(.rounded-0):before,
.mn--max.tm--expanded-hd.mn--sticky .content__header.overlapping:not(.rounded-0):before,
.mn--min.tm--expanded-hd.hd--sticky .content__header.overlapping:not(.rounded-0):before,
.mn--min.tm--expanded-hd.mn--sticky .content__header.overlapping:not(.rounded-0):before {
  margin-bottom: calc(var(--nf-sidebar-unite-outer-border-radius) + 12vh);
}

.mn--max.tm--expanded-hd.hd--sticky .content__header:before,
.mn--min.tm--expanded-hd.hd--sticky .content__header:before {
  position: sticky;
  top: var(--nf-header-height);
}

.mn--max.tm--expanded-hd.hd--sticky .content__header:not(.rounded-0) .content__wrap,
.mn--max.tm--expanded-hd.mn--sticky .content__header:not(.rounded-0) .content__wrap,
.mn--min.tm--expanded-hd.hd--sticky .content__header:not(.rounded-0) .content__wrap,
.mn--min.tm--expanded-hd.mn--sticky .content__header:not(.rounded-0) .content__wrap {
  margin-top: calc((var(--nf-sidebar-unite-outer-border-radius)) * 3 * -1);
}

.mn--max.tm--expanded-hd.hd--sticky .content__header.overlapping:not(.rounded-0) .content__wrap,
.mn--max.tm--expanded-hd.mn--sticky .content__header.overlapping:not(.rounded-0) .content__wrap,
.mn--min.tm--expanded-hd.hd--sticky .content__header.overlapping:not(.rounded-0) .content__wrap,
.mn--min.tm--expanded-hd.mn--sticky .content__header.overlapping:not(.rounded-0) .content__wrap {
  margin-top: calc((var(--nf-sidebar-unite-outer-border-radius) * 2 + 12vh) * -1);
}

.mn--max.tm--expanded-hd .content__header .content__wrap,
.mn--min.tm--expanded-hd .content__header .content__wrap {
  margin-top: calc(var(--nf-sidebar-unite-outer-border-radius) * -1);
}

.mn--max.tm--expanded-hd .content__header:before,
.mn--min.tm--expanded-hd .content__header:before {
  background-color: var(--bs-primary);
  content: "";
  display: block;
  height: var(--nf-sidebar-unite-outer-border-radius);
  margin-left: 0;
  -webkit-mask-image: radial-gradient(circle at 0 var(--nf-sidebar-unite-outer-border-radius), transparent 0, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  mask-image: radial-gradient(circle var(--nf-sidebar-unite-outer-border-radius) at 0 var(--nf-sidebar-unite-outer-border-radius), transparent 0, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  position: relative;
  top: -0.06125rem;
  transform: translateX(calc(var(--nf-sidebar-unite-outer-border-radius) * -1));
  width: calc(var(--nf-sidebar-unite-outer-border-radius) + 0.06125rem);
  z-index: 1001;
}

@supports (-webkit-touch-callout: none) {
  .mn--max.tm--expanded-hd .content__header:before,
  .mn--min.tm--expanded-hd .content__header:before {
    -webkit-mask-image: radial-gradient(circle at 0 var(--nf-sidebar-unite-outer-border-radius), transparent 0, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  }
}
/* -- FAIR HEADER -- */
/* ---------------------------------------------- */
.tm--fair-hd,
.tm--tall-hd {
  --nf-header-shadow: none;
}

.tm--fair-hd .header__brand,
.tm--tall-hd .header__brand {
  background-color: transparent;
  color: var(--nf-brand-color);
}

.tm--fair-hd .header__brand .brand-title,
.tm--tall-hd .header__brand .brand-title {
  color: inherit !important;
}

.tm--fair-hd.tm--expanded-hd .content__header:before,
.tm--expanded-hd.tm--tall-hd .content__header:before {
  visibility: hidden;
}

@media (min-width: 992px) {
  .tm--fair-hd.mn--min .header__brand,
  .mn--min.tm--tall-hd .header__brand,
  .tm--fair-hd.mn--max .header__brand,
  .mn--max.tm--tall-hd .header__brand {
    background-color: var(--nf-mainnav-bg);
    color: var(--nf-mainnav-link-active);
  }
}
/* -- CENTERED LAYOUT -- */
/* ---------------------------------------------- */
@media (min-width: 900px) {
  .centered-layout .tm--fair-hd .header__brand,
  .centered-layout .tm--tall-hd .header__brand {
    padding-inline: 1.25rem;
  }
  .centered-layout .tm--fair-hd.mn--min .header__inner,
  .centered-layout .mn--min.tm--tall-hd .header__inner,
  .centered-layout .tm--fair-hd.mn--max .header__inner,
  .centered-layout .mn--max.tm--tall-hd .header__inner {
    max-width: none !important;
  }
  .centered-layout .tm--fair-hd.mn--min .header__brand,
  .centered-layout .mn--min.tm--tall-hd .header__brand {
    width: 100%;
    max-width: var(--nf-mainnav-min-width);
    justify-content: center;
    padding: 0;
    margin-inline-end: 0 !important;
  }
  .centered-layout .tm--fair-hd.mn--min .header__brand .brand-title,
  .centered-layout .mn--min.tm--tall-hd .header__brand .brand-title {
    display: none;
  }
  .centered-layout .tm--fair-hd.mn--max .header__brand,
  .centered-layout .mn--max.tm--tall-hd .header__brand {
    width: var(--nf-mainnav-max-width);
  }
}
@media (min-width: 1120px) {
  .centered-layout .tm--fair-hd.mn--max .header__brand,
  .centered-layout .mn--max.tm--tall-hd .header__brand {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .centered-layout .tm--fair-hd.mn--max .header__brand,
  .centered-layout .mn--max.tm--tall-hd .header__brand {
    padding-inline: 1.25rem;
  }
}
/* -- FULL HEADER -- */
/* ---------------------------------------------- */
.tm--full-hd {
  --bs-box-shadow-alpha-sm: .5;
  --nf-header-shadow: 0 0.125rem 0.25rem rgba(var(--bs-box-shadow-color), var(--bs-box-shadow-alpha-sm));
}

[data-bs-theme=dark] .tm--full-hd .header {
  --bs-box-shadow-alpha-sm: .1;
}

/* -- MAINNAV PRIMARY -- */
/* ---------------------------------------------- */
.tm--primary-mn {
  --nf-header-shadow: var(--bs-box-shadow-sm);
}

@media (min-width: 992px) {
  .tm--primary-mn:where(.mn--min, .mn--max) {
    --nf-brand-bg: var(--bs-primary);
    --nf-brand-color: var(--bs-primary-color);
  }
  .tm--primary-mn:where(.mn--min, .mn--max) .header__content {
    box-shadow: var(--nf-header-shadow);
  }
}
.tm--primary-mn.mn--reveal {
  background-color: black;
}

.tm--primary-mn.mn--reveal:before {
  outline: 1px solid var(--bs-primary);
}

.tm--primary-mn.mn--reveal .content {
  background-color: var(--bs-body-bg);
}

/* -- PRIMARY BRAND -- */
/* ---------------------------------------------- */
.tm--primary-brand {
  --nf-header-shadow: var(--bs-box-shadow-sm);
}

.tm--primary-brand .header__inner {
  padding-inline-start: 0;
}

.tm--primary-brand .header__brand {
  padding-inline: 1rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tm--primary-brand .header__brand {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tm--primary-brand .tm--primary-brand:not(.mn--min):not(.mn--max) .header__brand {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tm--primary-brand .tm--primary-brand:not(.mn--min):not(.mn--max) .header__brand {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .tm--primary-brand .tm--primary-brand:not(.mn--min):not(.mn--max) .header__brand {
    padding-inline: 2.5rem;
  }
}
@media (min-width: 992px) {
  .tm--primary-brand.mn--min .header__brand,
  .tm--primary-brand.mn--max .header__brand {
    border-radius: 0;
  }
  .tm--primary-brand.mn--max .header__brand {
    padding-inline: calc(0.625rem + var(--nf-mainnav-link-padding-x)) 0;
  }
}
/* -- TALL HEADER -- */
/* ---------------------------------------------- */
/* -- TRANSITION TIMING FUNCTIONS -- */
/* ---------------------------------------------- */
.in-quart.centered-layout .content__header:before,
.in-quart.mn--reveal.mn--show:before,
.in-quart .mn--reveal.mn--show:before,
.in-quart :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135) !important;
}

.out-quart.centered-layout .content__header:before,
.out-quart.mn--reveal.mn--show:before,
.out-quart .mn--reveal.mn--show:before,
.out-quart :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985) !important;
}

.in-back.centered-layout .content__header:before,
.in-back.mn--reveal.mn--show:before,
.in-back .mn--reveal.mn--show:before,
.in-back :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045) !important;
}

.out-back.centered-layout .content__header:before,
.out-back.mn--reveal.mn--show:before,
.out-back .mn--reveal.mn--show:before,
.out-back :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145) !important;
}

.in-out-back.centered-layout .content__header:before,
.in-out-back.mn--reveal.mn--show:before,
.in-out-back .mn--reveal.mn--show:before,
.in-out-back :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275) !important;
}

.steps.centered-layout .content__header:before,
.steps.mn--reveal.mn--show:before,
.steps .mn--reveal.mn--show:before,
.steps :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045) !important;
}

.jumping.centered-layout .content__header:before,
.jumping.mn--reveal.mn--show:before,
.jumping .mn--reveal.mn--show:before,
.jumping :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.96, 0.005, 0, 1.075) !important;
}

.rubber.centered-layout .content__header:before,
.rubber.mn--reveal.mn--show:before,
.rubber .mn--reveal.mn--show:before,
.rubber :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .searchbox__btn, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9) !important;
}

/* -- OPTIMIZE -- */
/* ---------------------------------------------- */
.dropdown-menu,
.sidebar {
  content-visibility: auto;
}

.sidebar img[loading=lazy],
.dropdown-menu img[loading=lazy],
.offcanvas img[loading=lazy] {
  display: none;
}

.sb--show .sidebar img[loading=lazy],
.dropdown-menu.show img[loading=lazy],
.offcanvas.show img[loading=lazy] {
  display: unset;
}

@media (min-width: 1195px) {
  .sb--pinned .sidebar img[loading=lazy] {
    display: unset;
  }
}
/* -- MEDIA PRINT -- */
/* ---------------------------------------------- */
@media print {
  html,
  body,
  #root,
  .content {
    background-color: transparent;
  }
  #root {
    background-color: #fff;
    color: #555e69;
    display: block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    color: #30353b;
  }
  .content {
    color: inherit !important;
  }
  .badge,
  .btn {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .card {
    background-color: transparent;
    box-shadow: none;
  }
  .bg-light {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: #ecf1f4 !important;
  }
  .text-muted,
  .text-body-secondary {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color: #727e8c !important;
  }
  .table {
    border-color: #ecf1f4 !important;
    color: #30353b !important;
  }
  .table thead tr,
  .table thead th {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: transparent !important;
    color: #30353b !important;
  }
  .table tbody tr,
  .table tbody td {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    border-color: #ecf1f4;
    color: #30353b !important;
  }
  .table tbody td {
    background-color: transparent;
    box-shadow: none;
  }
  .table.table-striped tbody tr:nth-child(odd) td {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: #ecf1f4;
  }
  .header,
  .sidebar,
  #mainnav-container,
  .content__header,
  footer,
  .scroll-container,
  #_dm-settingsToggler {
    display: none !important;
  }
  .content__header.overlapping + .content__boxed {
    margin-top: 0 !important;
  }
  .d-md-flex,
  .d-lg-flex,
  .d-xl-flex {
    display: flex !important;
  }
}
/* -- RIBBON -- */
/* ---------------------------------------------- */
.ribbon {
  height: 75px;
  overflow: hidden;
  position: absolute;
  right: -5px;
  text-align: right;
  top: -5px;
  width: 75px;
  z-index: 1;
}

.ribbon span {
  background: #e53f50;
  box-shadow: 0 3px 10px -3px rgba(var(--bs-box-shadow-color), 1);
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  right: -21px;
  text-align: center;
  text-transform: uppercase;
  top: 19px;
  transform: rotate(45deg);
  width: 100px;
}

.ribbon span:before {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #e53f50;
  border-right: 3px solid transparent;
  border-top: 3px solid #e53f50;
  content: "";
  left: 0px;
  position: absolute;
  top: 100%;
  z-index: -1;
}

.ribbon span:after {
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid #e53f50;
  border-top: 3px solid #e53f50;
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
}

/* -- ERROR CODE -- */
/* ---------------------------------------------- */
.error-code {
  font-size: 9rem !important;
  font-weight: 400;
  line-height: 1;
}

/* -- HOVER EFFECTS -- */
/* ---------------------------------------------- */
.hv-grow,
.hv-grow-parent .hv-gc,
.hv-grow:hover,
.hv-grow-parent:hover .hv-gc {
  transition: transform var(--nf-hv-transition-duration) var(--nf-hv-transition-timing);
}

.hv-outline:hover,
.hv-outline-parent:hover .hv-oc,
.hv-outline,
.hv-outline-parent .hv-oc {
  transition: outline var(--nf-hv-transition-duration) var(--nf-hv-transition-timing), outline-offset var(--nf-hv-transition-duration) var(--nf-hv-transition-timing), transform var(--nf-hv-transition-duration) var(--nf-hv-transition-timing);
}

.hv-grow:hover,
.hv-grow-parent:hover .hv-gc {
  backface-visibility: hidden;
  transform: scale(var(--nf-hv-grow-scale)) translateZ(0);
}

.hv-grow,
.hv-grow-parent,
.hv-outline,
.hv-outline-parent {
  --nf-hv-transition-duration: 0.35s;
  --nf-hv-transition-timing: ease;
}

.hv-grow,
.hv-grow-parent {
  --nf-hv-grow-scale: 1.07;
}

.hv-outline,
.hv-outline-parent {
  --nf-hv-outline-width: 0.125rem;
  --nf-hv-outline-offset: 0.3125rem;
  --nf-hv-outline-color: rgba(var(--bs-link-hover-color-rgb), 0);
  --nf-hv-outline-color-active: rgba(var(--bs-link-hover-color-rgb), 1);
}

.hv-outline,
.hv-outline-parent .hv-oc {
  outline: var(--nf-hv-outline-width) solid var(--nf-hv-outline-color);
  outline-offset: 0;
}

.hv-outline:hover,
.hv-outline-parent:hover .hv-oc {
  outline: var(--nf-hv-outline-width) solid;
  outline-color: var(--nf-hv-outline-color-active);
  outline-offset: var(--nf-hv-outline-offset);
}

.hv-outline.hv-outline-inherit,
.hv-outline-parent.hv-outline-inherit {
  --nf-hv-outline-color-active: inherit;
}

/* -- BOXED LAYOUT -- */
/* ---------------------------------------------- */
@media (min-width: 1200px) {
  .boxed-layout {
    --nf-boxed-layout-bg: rgba(var(--bs-primary-rgb), 0.7);
    --nf-boxed-layout-bg-repeat: no-repeat;
    --nf-boxed-layout-bg-image: none;
    --nf-boxed-layout-bg-size: cover;
    --nf-boxed-layout-bg-attachment: fixed;
    --nf-boxed-layout-padding-y: 2rem;
    --nf-boxed-layout-max-width: 1200px;
    --nf-boxed-layout-border-radius: 0.75rem;
    background-attachment: var(--nf-boxed-layout-bg-attachment);
    background-color: var(--nf-boxed-layout-bg);
    background-image: var(--nf-boxed-layout-bg-image);
    background-repeat: var(--nf-boxed-layout-bg-repeat);
    background-size: var(--nf-boxed-layout-bg-size);
    background-blend-mode: exclusion;
    margin: 0 auto;
    max-width: var(--nf-boxed-layout-max-width);
    padding-block: var(--nf-boxed-layout-padding-y);
    padding-inline-end: 0 !important;
  }
  .boxed-layout:not(.solid-bg):after {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--bs-dark-rgb), 0.79) 29%, rgba(var(--bs-dark-rgb), 0.4) 75%);
    pointer-events: none;
    touch-action: none;
    z-index: -1;
  }
  .boxed-layout .root {
    -webkit-clip-path: inset(0 0 0 0 round var(--nf-boxed-layout-border-radius));
    clip-path: inset(0 0 0 0 round var(--nf-boxed-layout-border-radius));
  }
  .boxed-layout > .mn--reveal.mn--show:before {
    max-width: var(--nf-boxed-layout-max-width);
    margin: 0 auto;
    transition: transform var(--nf-mainnav-reveal-transition-duration) var(--nf-mainnav-reveal-transition-timing) !important;
    transform: translateX(calc(100% - var(--nf-boxed-layout-max-width) + var(--nf-mainnav-max-width)));
  }
  .boxed-layout .mega-dropdown {
    max-width: calc(75 * var(--nf-boxed-layout-max-width) / 100);
  }
  .boxed-layout .sidebar {
    top: var(--nf-boxed-layout-padding-y);
  }
  .boxed-layout .searchbox.searchbox--auto-expand .searchbox__input {
    max-width: calc(var(--nf-boxed-layout-max-width) / 2.2);
  }
  .boxed-layout > .sb--pinned .sidebar {
    top: calc(var(--nf-boxed-layout-padding-y) + var(--nf-header-height) + 0.0625rem);
  }
  .boxed-layout > .hd--sticky .header {
    outline: 1px solid var(--nf-header-bg);
  }
}
/* -- CENTERED LAYOUT -- */
/* ---------------------------------------------- */
@media (min-width: 900px) {
  .centered-layout > .root:not(.mn--max):not(.mn--min) > .mainnav {
    position: absolute;
    inset-block-start: 0;
    inset-block-end: auto;
    inset-inline-start: 0;
    inset-inline-end: auto;
    height: 100%;
    min-height: 100vh;
  }
  .centered-layout > .root:not(.mn--max):not(.mn--min) .content__header > .content__wrap,
  .centered-layout > .root:not(.mn--max):not(.mn--min) .content__boxed:not(.content__header) {
    width: 900px;
    margin-inline: auto;
  }
}
@media (min-width: 1195px) {
  .centered-layout .sb--pinned .sidebar {
    transition-duration: 0s;
  }
  .centered-layout .sb--pinned:not(.mn--max):not(.mn--min).sb--unite .content__header:after {
    inset-inline-end: var(--nf-sidebar-width);
  }
  .centered-layout .sb--pinned:not(.mn--max):not(.mn--min) .content__header {
    padding: 0;
  }
  .centered-layout .sb--pinned:not(.mn--max):not(.mn--min) .content__boxed:not(.content__header),
  .centered-layout .sb--pinned:not(.mn--max):not(.mn--min) .content__header > .content__wrap {
    padding-inline-end: calc(17.1875rem - (100vw - 900px) / 2);
  }
}
@media (min-width: 1300px) {
  .centered-layout .mainnav {
    position: absolute;
    inset-block-start: var(--nf-header-height);
    inset-block-end: auto;
    inset-inline-end: auto;
    inset-inline-start: 0;
    height: calc(100% - var(--nf-header-height));
    min-height: 100vh;
  }
  .centered-layout .content__header > .content__wrap,
  .centered-layout .content__boxed:not(.content__header) {
    width: 900px;
    margin-inline: auto;
  }
  .centered-layout .mn--min.tm--expanded-hd .content__header:before {
    inset-inline-start: calc(var(--nf-mainnav-min-width) - var(--nf-sidebar-unite-outer-border-radius));
    transform: none !important;
    transition: inset var(--nf-mainnav-min-transition-duration) var(--nf-mainnav-min-transition-timing);
  }
  .centered-layout .mn--max.tm--expanded-hd .content__header:before {
    inset-inline-start: calc(var(--nf-mainnav-max-width) - var(--nf-sidebar-unite-outer-border-radius));
    transform: none !important;
    transition: inset var(--nf-mainnav-max-transition-duration) var(--nf-mainnav-max-transition-timing);
  }
  .centered-layout .sb--pinned.sb--unite .content__header:after {
    right: var(--nf-sidebar-width);
  }
  .centered-layout .sb--pinned .content__header {
    padding: 0;
  }
  .centered-layout .sb--pinned .content__boxed:not(.content__header),
  .centered-layout .sb--pinned .content__header > .content__wrap {
    padding-right: calc(17.1875rem - (100vw - 900px) / 2);
  }
}
/* -- COLOR COMPONENTS -- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* gray color scheme */
[data-bs-theme=dark][data-scheme=gray] {
  --nf-content-title-ratio: 1.1121108376;
  --nf-content-title-color: #575f6d;
}

/* End gray color scheme */
/* ---------------------------------------------- */
/* navy color scheme */
[data-bs-theme=dark][data-scheme=navy] {
  --nf-content-title-ratio: 1.4020701145;
  --nf-content-title-color: #506999;
}

/* End navy color scheme */
/* ---------------------------------------------- */
/* ocean color scheme */
[data-bs-theme=dark][data-scheme=ocean] {
  --nf-content-title-ratio: 2.0750737159;
  --nf-content-title-color: var(--bs-primary);
}

/* End ocean color scheme */
/* ---------------------------------------------- */
/* lime color scheme */
[data-bs-theme=dark][data-scheme=lime] {
  --nf-content-title-ratio: 3.3518191288;
  --nf-content-title-color: var(--bs-primary);
}

/* End lime color scheme */
/* ---------------------------------------------- */
/* violet color scheme */
[data-bs-theme=dark][data-scheme=violet] {
  --nf-content-title-ratio: 1.5001083291;
  --nf-content-title-color: #895998;
}

/* End violet color scheme */
/* ---------------------------------------------- */
/* orange color scheme */
[data-bs-theme=dark][data-scheme=orange] {
  --nf-content-title-ratio: 4.7836786022;
  --nf-content-title-color: var(--bs-primary);
}

/* End orange color scheme */
/* ---------------------------------------------- */
/* teal color scheme */
[data-bs-theme=dark][data-scheme=teal] {
  --nf-content-title-ratio: 1.8525037737;
  --nf-content-title-color: #337f95;
}

/* End teal color scheme */
/* ---------------------------------------------- */
/* corn color scheme */
[data-scheme=corn] {
  --nf-content-title-color: #b6a20a;
}

[data-bs-theme=dark][data-scheme=corn] {
  --nf-content-title-ratio: 8.1370717413;
  --nf-content-title-color: var(--bs-primary);
}

/* End corn color scheme */
/* ---------------------------------------------- */
/* cherry color scheme */
[data-bs-theme=dark][data-scheme=cherry] {
  --nf-content-title-ratio: 2.9395328057;
  --nf-content-title-color: var(--bs-primary);
}

/* End cherry color scheme */
/* ---------------------------------------------- */
/* coffee color scheme */
[data-bs-theme=dark][data-scheme=coffee] {
  --nf-content-title-ratio: 1.9548759143;
  --nf-content-title-color: #907664;
}

/* End coffee color scheme */
/* ---------------------------------------------- */
/* pear color scheme */
[data-bs-theme=dark][data-scheme=pear] {
  --nf-content-title-ratio: 1.9612044672;
  --nf-content-title-color: #b25c79;
}

/* End pear color scheme */
/* ---------------------------------------------- */
/* night color scheme */
[data-bs-theme=dark][data-scheme=night] {
  --nf-content-title-ratio: 1.1097472633;
  --nf-content-title-color: #505359;
}

/* End night color scheme */
/* -- RTL VERSION -- */
/* ---------------------------------------------- */
[dir=rtl] .mainnav__menu .has-sub > .mininav-toggle:not(.has-badge):after {
  transform: rotate(135deg);
}

[dir=rtl] .mainnav__menu .has-sub > .mininav-toggle.collapsed:after {
  transform: rotate(225deg);
}

[dir=rtl] .mn--max.tm--expanded-hd .content__header::before,
[dir=rtl] .mn--min.tm--expanded-hd .content__header::before {
  -webkit-mask-image: radial-gradient(circle at 100% var(--nf-sidebar-unite-outer-border-radius), transparent 100%, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  mask-image: radial-gradient(circle var(--nf-sidebar-unite-outer-border-radius) at 100% var(--nf-sidebar-unite-outer-border-radius), transparent 100%, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  transform: translateX(calc(var(--nf-sidebar-unite-outer-border-radius) * 1));
}

@supports (-webkit-touch-callout: none) {
  [dir=rtl] .mn--max.tm--expanded-hd .content__header:before,
  [dir=rtl] .mn--min.tm--expanded-hd .content__header:before {
    -webkit-mask-image: radial-gradient(circle at 100% var(--nf-sidebar-unite-outer-border-radius), transparent 100%, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  }
}
@media (max-width: 991.98px) {
  [dir=rtl] .mn--max:not(.mn--show) .mainnav {
    transform: translateX(calc(var(--nf-mainnav-max-width) - 0.0625rem));
  }
}
@media (min-width: 992px) {
  [dir=rtl] .mn--min .mininav-content .arrow {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent var(--nf-mainnav-bg);
  }
}
@media (max-width: 991.98px) {
  [dir=rtl] .mn--min:not(.mn--show) .mainnav {
    transform: translateX(calc(var(--nf-mainnav-max-width) - 0.0625rem));
  }
}
[dir=rtl] .mn--push:not(.mn--show) .mainnav {
  transform: translateX(min(75vw, var(--nf-mainnav-push-width) * 1 + 0.0625rem));
}

[dir=rtl] .mn--push.mn--show .content,
[dir=rtl] .mn--push.mn--show .header {
  transform: translateX(min(75vw, var(--nf-mainnav-push-width) * -1));
}

[dir=rtl] .mn--push.mn--show.sb--pinned .sidebar {
  transform: translateX(min(75vw, var(--nf-mainnav-push-width) * -1));
}

[dir=rtl] .mn--slide:not(.mn--show) .mainnav {
  transform: translateX(min(75vw, var(--nf-mainnav-slide-width) * 1 + 0.0625rem));
}

[dir=rtl] .mn--reveal.mn--show:before,
[dir=rtl] .mn--reveal.mn--show .content,
[dir=rtl] .mn--reveal.mn--show .header {
  transform: translateX(max(-75vw, var(--nf-mainnav-reveal-width) * -1));
}

[dir=rtl] .mn--reveal.mn--show.sb--pinned .sidebar {
  transform: translateX(max(-75vw, var(--nf-mainnav-reveal-width) * -1));
}

[dir=rtl] .sidebar {
  transform: translateX(calc(var(--nf-sidebar-width) * -1));
}

[dir=rtl] .sb--show .sidebar {
  transform: translateX(0);
}

@media (min-width: 1195px) {
  [dir=rtl] .sb--pinned .sidebar {
    transform: translateX(0);
  }
}
@media (min-width: 1195px) {
  [dir=rtl] .sb--pinned .sidebar .sidebar__inner {
    border-top-left-radius: 0;
    border-top-right-radius: var(--nf-sidebar-unite-outer-border-radius);
  }
  [dir=rtl] .sb--pinned.sb--unite .sidebar:after {
    -webkit-mask-image: radial-gradient(circle at 100% var(--nf-sidebar-unite-outer-border-radius), transparent 0, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
    mask-image: radial-gradient(circle at 100% var(--nf-sidebar-unite-outer-border-radius), transparent 0, transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  }
  [dir=rtl] .sb--pinned.sb--unite.tm--tall-hd .content__header:after,
  [dir=rtl] .sb--pinned.sb--unite.tm--expanded-hd .content__header:after {
    -webkit-mask-image: radial-gradient(circle at 100% var(--nf-sidebar-unite-outer-border-radius), transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
    mask-image: radial-gradient(circle at 100% var(--nf-sidebar-unite-outer-border-radius), transparent var(--nf-sidebar-unite-outer-border-radius), black var(--nf-sidebar-unite-outer-border-radius));
  }
}
[dir=rtl] .accordion-button:after {
  margin-inline-end: auto;
  margin-inline-start: unset;
}

[dir=rtl] .badge-super {
  transform: translate(min(0.625rem, 50%), -50%);
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
}

[dir=rtl] .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) auto calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x));
}

[dir=rtl] .offcanvas.offcanvas-start {
  inset-block-start: 0;
  inset-inline-start: 0;
  border: none;
  border-inline-end: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

[dir=rtl] .offcanvas.offcanvas-end {
  right: auto;
  inset-block-start: 0;
  inset-inline-end: 0;
  border: none;
  border-inline-start: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

[dir=rtl] .offcanvas.showing,
[dir=rtl] .offcanvas.show:not(.hiding) {
  transform: translateX(0%);
}

[dir=rtl] .offcanvas-header .btn-close {
  margin-inline-end: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-inline-start: auto;
}

[dir=rtl] .form-check {
  padding-right: 1.75em;
  padding-left: unset;
}

[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-left: unset;
  margin-right: -1.75em;
}

[dir=rtl] .was-validated .form-control:valid,
[dir=rtl] .was-validated .form-control:invalid,
[dir=rtl] .form-control.is-invalid,
[dir=rtl] .form-control.is-valid {
  padding-right: 1rem;
  padding-inline-end: calc(1.5em + 1.1rem);
  background-position-x: left 1rem;
}

[dir=rtl] .was-validated .form-select:not([multiple]):not([size]):valid,
[dir=rtl] .was-validated .form-select:not([multiple]):not([size]):invalid,
[dir=rtl] .form-select.is-valid:not([multiple]):not([size]),
[dir=rtl] .form-select.is-invalid:not([multiple]):not([size]),
[dir=rtl] .was-validated .form-select:not([multiple])[size="1"]:valid,
[dir=rtl] .was-validated .form-select:not([multiple])[size="1"]:invalid,
[dir=rtl] .form-select.is-valid:not([multiple])[size="1"],
[dir=rtl] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-inline-start: 1rem;
  padding-inline-end: 5rem;
  background-position: left 1rem center, center left 2.5rem;
}

[dir=rtl] .form-select {
  background-position: left 1rem center;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
}

[dir=rtl] .range-bubble {
  transform: translateX(50%) translateY(calc(-100% - 10px));
}

[dir=rtl] .range-bubble::after {
  transform: translateX(50%);
}

[dir=rtl] .tagify--select::after {
  right: auto;
  left: 0;
  transform: translate(150%, -50%) scaleX(1.2) rotate(90deg);
}

[dir=rtl] .tagify--select[aria-expanded=true]::after {
  transform: translate(150%, -50%) rotate(270deg) scaleY(1.2);
}

[dir=rtl] .mc-calendar:not(.mc-calendar--inline) .mc-picker .icon-angle--left,
[dir=rtl] .mc-calendar:not(.mc-calendar--inline) .mc-picker .icon-angle--right {
  transform: rotate(180deg);
}

[dir=rtl] .litepicker .button-previous-month,
[dir=rtl] .litepicker .button-next-month {
  transform: rotate(180deg);
}

[dir=rtl] .mddtp-picker__body .mddtp-picker__viewHolder .mddtp-picker__view {
  transform: translate3d(100%, 0, 0);
}


@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fa-solid-900-01c5dfbe.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fa-regular-400-60dca154.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fa-brands-400-04e1af4c.woff2") format("woff2");
}
/* Custom application styles */
.panel-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.table th,
.table td {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .panel-title {
    font-size: 16px;
  }
  .table th,
  .table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
}
.banner-home {
  margin: 0 auto;
  padding: 2%;
}

.banner-home img {
  width: 100%;
}

.nav-label {
  white-space: normal;
}

#mainnav-container i {
  margin-top: 3px;
}

#logo-cgjgo-body {
  max-width: 450px;
  max-height: 450px;
  opacity: 0.5;
  width: 90%;
}

@media (min-width: 992px) {
  .mn--max .header__content, .mn--min .header__content {
    padding-inline-start: 0px;
    z-index: 2;
  }
}
.profiler-results {
  display: none;
}

.mn--min .headerseegrande {
  display: none;
}

.mn--max .headerseegrande {
  display: inherit;
}

.mn--min .headerseepequeno {
  display: inherit;
}

.mn--max .headerseepequeno {
  display: none;
}

.header__btn:hover {
  background-color: var(--nf-header-btn-hover-bg);
}

.header__btn {
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--nf-header-btn-border-radius);
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--nf-header-color);
  font-size: 0.8rem;
}

#navbar {
  background-color: #162c44;
}

.mainnav__menu .nav-link:hover {
  background-color: rgb(243, 244, 246);
  border-radius: 5px;
}

.btn-buscar-index {
  border-radius: 0rem 0.5rem 0.5rem 0rem;
}

.input-buscar-index {
  border: none;
}

@media (max-width: 696px) {
  .header-searchbox {
    display: none;
  }
}
@media (max-width: 991px) {
  .headerseegrande {
    display: none !important;
  }
  .headerseepequeno {
    display: inherit !important;
  }
}
.header-searchbox h3 {
  margin-bottom: 2px;
}

.ts-control {
  padding: 0.55rem 1rem;
}

.form-group {
  margin-bottom: 15px;
}

.row input[type=submit], .row button {
  width: auto;
}

.ml-2 {
  margin-left: 5px;
}

label.sr-only {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

span.input-group-addon {
  margin-top: 9px;
  margin-right: 5px;
}

.disabled-skin-button {
  color: var(--bs-btn-disabled-color);
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.btn-file {
  padding: 2px 7px;
}

.destaque:hover {
  box-shadow: 3px 3px 10px 0px #caccd8;
}

span.releases a {
  font-size: 75%;
  color: #17afe1 !important;
  text-decoration: none;
}

/* PANELS */
/*======================================*/
.panel {
  border-radius: 6px;
  border: 0;
  box-shadow: none !important;
  margin-bottom: 20px;
  background-color: var(--nf-mainnav-bg);
}

.panel .panel-bg-cover {
  max-height: 180px;
  overflow: hidden;
}

.panel .panel-bg-cover img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
}

.panel.remove {
  opacity: 0;
  transition: opacity, 0.5s;
}

.panel .alert {
  border-radius: 0;
}

.panel.panel-bg-img {
  position: relative;
}

.panel .panel-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.panel .panel-bg-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
}

.panel .panel-bg-wrap + .panel-body {
  position: relative;
}

.panel-media {
  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 140px;
  position: relative;
}

.panel-media-img {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 20px;
  top: -48px;
}

.panel-media-heading {
  color: #fff;
  position: absolute;
  top: -2.7em;
}

.panel .panel-heading,
.panel > :first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.panel .panel-footer,
.panel > :last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.panel-body-full {
  margin-left: -20px;
  margin-right: -20px;
}

.panel-body {
  padding: 15px 20px 25px;
}

.panel-trans {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.panel-heading {
  position: relative;
  height: 42px;
  padding: 0;
  color: #4d627b;
}

.panel-heading .btn {
  box-shadow: none !important;
}

.panel-title {
  font-weight: normal;
  padding: 0 20px 0 20px;
  font-size: 1.15em;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-default.panel-colorful {
  background-color: #e6eced;
  color: #7a878e;
}

.panel-default .panel-heading {
  background-color: #e6eced;
  border-color: #f5f7f8;
}

.panel-footer {
  background-color: #fdfdfe;
  color: #7a878e;
  border-color: rgba(0, 0, 0, 0.02);
  position: relative;
}

/* Colors */
/*---------------------------------*/
.panel-primary .panel-heading,
.panel-primary.panel-colorful {
  background-color: #25476a;
  border-color: #25476a;
  color: #fff;
}

.panel-primary.panel-colorful {
  box-shadow: 0 1px 1px #0b141e;
}

.panel-info .panel-heading,
.panel-info.panel-colorful {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff;
}

.panel-info.panel-colorful {
  box-shadow: 0 1px 1px #02638f;
}

.panel-success .panel-heading,
.panel-success.panel-colorful {
  background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;
}

.panel-success.panel-colorful {
  box-shadow: 0 1px 1px #577d2a;
}

.panel-warning .panel-heading,
.panel-warning.panel-colorful {
  background-color: #ffb300;
  border-color: #ffb300;
  color: #fff;
}

.panel-warning.panel-colorful {
  box-shadow: 0 1px 1px #996b00;
}

.panel-danger .panel-heading,
.panel-danger.panel-colorful {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}

.panel-danger.panel-colorful {
  box-shadow: 0 1px 1px #ba160a;
}

.panel-mint .panel-heading,
.panel-mint.panel-colorful {
  background-color: #26a69a;
  border-color: #26a69a;
  color: #fff;
}

.panel-mint.panel-colorful {
  box-shadow: 0 1px 1px #13534d;
}

.panel-purple .panel-heading,
.panel-purple.panel-colorful {
  background-color: #ab47bc;
  border-color: #ab47bc;
  color: #fff;
}

.panel-purple.panel-colorful {
  box-shadow: 0 1px 1px #682a73;
}

.panel-pink .panel-heading,
.panel-pink.panel-colorful {
  background-color: #f06292;
  border-color: #f06292;
  color: #fff;
}

.panel-pink.panel-colorful {
  box-shadow: 0 1px 1px #d71556;
}

.panel-dark .panel-heading,
.panel-dark.panel-colorful {
  background-color: #3a444e;
  border-color: #3a444e;
  color: #fff;
}

.panel-dark.panel-colorful {
  box-shadow: 0 1px 1px #0e1113;
}

.panel-colorful > .panel-heading {
  border: 0;
}

.panel-default > .panel-heading:after,
.panel-primary > .panel-heading:after,
.panel-info > .panel-heading:after,
.panel-success > .panel-heading:after,
.panel-warning > .panel-heading:after,
.panel-danger > .panel-heading:after,
.panel-purple > .panel-heading:after,
.panel-pink > .panel-heading:after,
.panel-dark > .panel-heading:after {
  display: none;
}

/* Bordered */
/*---------------------------------*/
.panel-bordered-default,
.panel-default.panel-bordered {
  border: 1px solid #bdcccf;
}

.panel-bordered-primary,
.panel-primary.panel-bordered {
  border: 1px solid #25476a;
}

.panel-bordered-info,
.panel-info.panel-bordered {
  border: 1px solid #03a9f4;
}

.panel-bordered-success,
.panel-success.panel-bordered {
  border: 1px solid #8bc34a;
}

.panel-bordered-warning,
.panel-warning.panel-bordered {
  border: 1px solid #ffb300;
}

.panel-bordered-danger,
.panel-danger.panel-bordered {
  border: 1px solid #f44336;
}

.panel-bordered-mint,
.panel-mint.panel-bordered {
  border: 1px solid #26a69a;
}

.panel-bordered-purple,
.panel-purple.panel-bordered {
  border: 1px solid #ab47bc;
}

.panel-bordered-pink,
.panel-pink.panel-bordered {
  border: 1px solid #f06292;
}

.panel-bordered-dark,
.panel-dark.panel-bordered {
  border: 1px solid #3a444e;
}

/* Panel Group */
/*---------------------------------*/
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
}

.panel-group > div {
  padding-left: 0;
  padding-right: 0;
}

.panel-group > div:first-child > .panel {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel-group > div:last-child > .panel {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.panel-group > div + div > .panel {
  margin-left: -1px;
}

/* Panel Control */
/*---------------------------------*/
.panel-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px 0 5px;
}

.panel-control:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  left: -1em;
  position: relative;
}

.panel-control .btn {
  padding-left: 7px;
  padding-right: 7px;
}

.panel-control .dropdown {
  display: inline-block;
}

.panel-control > i,
.panel-control > .badge,
.panel-control > label {
  vertical-align: middle;
}

.panel-control > .toggle-switch + label {
  vertical-align: baseline;
}

.panel-control > .form-control {
  display: inline-block;
  max-width: 98%;
  height: 32px;
  vertical-align: middle;
}

.panel-control > .input-group-wrap {
  display: inline-block;
  max-width: 200px;
  vertical-align: middle;
}

.panel-control > .input-group-wrap > .input-group .input-group-addon > *,
.panel-control > .input-group-wrap > .input-group .input-group-btn > *,
.panel-control > .input-group-wrap > .input-group .form-control {
  height: 32px;
}

.panel-control > .input-group-wrap > .input-group .btn {
  padding: 6px 12px;
}

@media (min-width: 640px) {
  .panel-control > .input-group-wrap {
    max-width: 300px;
  }
}
/* Panel minimize maximize button */
/*---------------------------------*/
[data-panel=minmax][aria-expanded=true] i {
  transition: transform 0.1s;
}

[data-panel=minmax][aria-expanded=false] i {
  transition: transform 0.1s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Panel minimize maximize button */
/*---------------------------------*/
[data-panel=fullscreen] > .icon-min {
  display: none;
}

.panel-fullscreen {
  overflow-y: hidden;
}

.panel-fullscreen .icon-min {
  display: inline-block;
}

.panel-fullscreen .icon-max {
  display: none;
}

.panel.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* Panel with tabs */
/*---------------------------------*/
.panel .panel-control .nav-tabs > .active > a {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #1e3a57 !important;
  color: inherit;
}

.panel[class*=panel-] .panel-control .nav-tabs > .active > a {
  box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.7) !important;
}

.panel-control .nav-tabs {
  display: inline-block;
  height: 40px;
  margin-top: 2px;
  vertical-align: bottom;
  border: 0;
}

.panel-control .nav-tabs > li {
  margin-top: 1px;
  margin-right: 5px;
  height: 100%;
}

.panel-control .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  height: 100%;
  line-height: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0 15px;
}

.panel-control .nav-tabs > li:not(.active) {
  background-color: transparent;
  opacity: 0.6;
}

.panel-control .nav-tabs > li:not(.active) a {
  border-bottom: 0 !important;
  color: inherit;
}

.panel-control .nav-tabs > li:not(.active) a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.panel-control .nav-tabs > .active > a {
  z-index: 1;
}

/* Panel with progress bar */
/*---------------------------------*/
.panel-control .progress {
  min-width: 150px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

/* Panel with switch */
/*---------------------------------*/
.panel-control .switchery {
  margin-left: 15px;
  vertical-align: middle;
}

/* Panel with pager */
/*---------------------------------*/
.panel-control .pager {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}

/* Panel with pagination */
/*---------------------------------*/
.panel-control .pagination {
  margin: 0;
  border-radius: 0;
  vertical-align: middle;
}

.panel-control .pagination > li > a,
.panel-control .pagination > li > span {
  padding: 0 10px;
  border: 3px 3px 0 0;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
  height: 100%;
  line-height: 30px;
}

.panel-control .pagination > li:not(.active):not(.disabled) > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.09);
}

.panel-control .pagination > .disabled > a,
.panel-control .pagination > .disabled > a:hover,
.panel-control .pagination > .disabled > a:active {
  border-color: rgba(0, 0, 0, 0.09);
}

.panel-control .pagination > li:not(.active) > a,
.pagination > li > a {
  background-color: transparent;
  color: inherit;
}

.panel-control .pagination > li > a:hover,
.pagination > li > a:focus {
  box-shadow: none;
}

/* Panel with table */
/*---------------------------------*/
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border: 0;
}

/* Panel with buttons */
/*---------------------------------*/
.panel-control .btn,
.panel-control .dropdown-toggle.btn {
  border: 0;
}

.panel-control .open > .btn,
.panel-control .btn.active,
.panel-control .btn:active {
  box-shadow: none !important;
}

.panel-control .btn-default {
  background-color: transparent;
  color: inherit;
}

a.collapsed i.fa-solid.fa-angle-down {
  rotate: 270deg;
}

a {
  text-decoration: none;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  background-color: rgba(0, 0, 0, 0.04);
  color: #7a878e;
}

a.btn.btn-secondary.hstack.gap-2 {
  width: fit-content;
  display: inline-block;
  margin-right: 5px;
}

.btn-default:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 149, 147, 0.5411764706), 0 0.25rem 1rem rgba(0, 149, 147, 0.5411764706);
}

.btn-default {
  --bs-btn-color: #fff;
  --bs-btn-bg: #009593;
  --bs-btn-border-color: #007e7d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b8582;
  --bs-btn-hover-border-color: #007e7d;
  --bs-btn-focus-shadow-rgb: 49, 194, 242;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #095655;
  --bs-btn-active-border-color: #007e7d;
  --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #009593;
  --bs-btn-disabled-border-color: #007e7d;
}

.panel-footer {
  background-color: inherit;
  padding: 0px 20px 10px 20px;
}

.table-responsive {
  margin-inline: 0;
}

.label-info {
  background-color: #03a9f4;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

form.search-local.form-inline {
  text-align: right;
}

form.search-local.form-inline .input-group {
  width: fit-content;
  display: inline-flex;
  margin-left: 10px;
  margin-bottom: 7px;
}

form.search-local.form-inline .input-group select,
form.search-local.form-inline .input-group input,
form.search-local.form-inline .input-group button {
  border-radius: 0px;
}

ul.pager {
  list-style-type: none;
}

.step-progress {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}

.step-progress li {
  flex: 2;
  position: relative;
  padding: 0 0 3px 0;
  font-size: var(--bs-body-font-size);
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
}

.step-progress .active:before {
  background-color: transparent;
  box-shadow: 0 0 0 2px var(--fowiz-primary-color);
}

.step-progress li:before {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background-color: var(--fowiz-primary-color);
  border-radius: 50%;
  position: absolute;
  inset-inline-start: calc(50% - 0.175rem);
  bottom: calc(-1px - 0.175rem);
  z-index: 5;
}

.step-progress .step-label {
  font-size: 95%;
  color: var(--fowiz-muted-color);
}

.step-progress .active .step-label {
  font-weight: 600;
  color: var(--fowiz-primary-color);
}

.step-progress li:first-child:after {
  inset-inline-start: calc(50% + 0.45rem);
}

.step-progress .active:after, .step-progress .active ~ li:after {
  border-bottom: 0;
}

.step-progress li:after {
  content: "";
  display: block;
  width: calc(100% - 0.9rem);
  height: 2px;
  position: absolute;
  bottom: -2px;
  inset-inline-start: calc(50% + 0.45rem);
  z-index: 2;
  border-bottom: 2px solid var(--fowiz-primary-color);
  box-shadow: inset 0 0 0 2px var(--fowiz-muted-color);
}

:root {
  --fowiz-muted-color: rgba(var(--bs-emphasis-color-rgb), .5);
  --fowiz-primary-color: var(--bs-link-hover-color);
  --fowiz-checkmark-bg: var(--bs-success);
  --fowiz-checkmark-color: #fff;
}

.step-progress li:last-child:after {
  display: none;
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa)::before {
  content: var(--fa);
  font-family: "Font Awesome 7 Free";
  margin-right: 8px;
  font-weight: 900;
}

.btn {
  margin: 2px;
  min-width: fit-content;
}

.card-header h3:first-child, h3.card-header {
  font-size: 0.9375rem;
}

.modal-footer .btn {
  width: fit-content;
}

:is(.fab, .fa-brands, .fa-classic.fa-brands)::before {
  font-family: "Font Awesome 7 Brands";
}

.panel-body > .panel {
  border: #edf1f6 solid 1px;
  box-shadow: 1px 1px 10px 3px #edf1f6 !important;
}

form.button_to {
  display: inline-block;
}

.ts-wrapper.select {
  border-radius: var(--bs-border-radius, 5px) !important;
}
