@charset "UTF-8";
/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #344648;
  --bs-secondary: #FFBB98;
  --bs-success: #7D8E95;
  --bs-info: #FBE0C3;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 52, 70, 72;
  --bs-secondary-rgb: 255, 187, 152;
  --bs-success-rgb: 125, 142, 149;
  --bs-info-rgb: 251, 224, 195;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #151c1d;
  --bs-secondary-text-emphasis: #664b3d;
  --bs-success-text-emphasis: #32393c;
  --bs-info-text-emphasis: #645a4e;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d6dada;
  --bs-secondary-bg-subtle: #fff1ea;
  --bs-success-bg-subtle: #e5e8ea;
  --bs-info-bg-subtle: #fef9f3;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #aeb5b6;
  --bs-secondary-border-subtle: #ffe4d6;
  --bs-success-border-subtle: #cbd2d5;
  --bs-info-border-subtle: #fdf3e7;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #344648;
  --bs-link-color-rgb: 52, 70, 72;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #2a383a;
  --bs-link-hover-color-rgb: 42, 56, 58;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 1rem;
  --bs-border-radius-sm: 1rem;
  --bs-border-radius-lg: 1rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(52, 70, 72, 0.25);
  --bs-form-valid-color: #7D8E95;
  --bs-form-valid-border-color: #7D8E95;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #859091;
  --bs-secondary-text-emphasis: #ffd6c1;
  --bs-success-text-emphasis: #b1bbbf;
  --bs-info-text-emphasis: #fdecdb;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #0a0e0e;
  --bs-secondary-bg-subtle: #33251e;
  --bs-success-bg-subtle: #191c1e;
  --bs-info-bg-subtle: #322d27;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #1f2a2b;
  --bs-secondary-border-subtle: #99705b;
  --bs-success-border-subtle: #4b5559;
  --bs-info-border-subtle: #978675;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #859091;
  --bs-link-hover-color: #9da6a7;
  --bs-link-color-rgb: 133, 144, 145;
  --bs-link-hover-color-rgb: 157, 166, 167;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

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

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

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

hr {
  margin: 2.8rem 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: 1rem;
  font-family: Jost, Roboto, 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";
  font-weight: 400;
  line-height: 1.2;
  color: var(--bs-heading-color); }

h1, .h1 {
  font-size: calc(1.625rem + 4.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 5rem; } }
h2, .h2 {
  font-size: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 3rem; } }
h3, .h3 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 2rem; } }
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }
h5, .h5 {
  font-size: 1.25rem; }

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

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small, aside.person .description, .person .description, .block-informations .btn, .block-informations .btn-filter, .block-informations .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-informations a, .nav-language .dropdown-toggle, .nav-language .share > button, time {
  font-size: 0.75rem; }

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: -.25em; }

sup {
  top: -.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: 0.75rem; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.75rem;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 1rem; }
  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.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left; }

th {
  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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @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; }

/* 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; }

.lead, .push p {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }
.display-4, .block-datas .value {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4, .block-datas .value {
      font-size: 3.5rem; } }
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @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.75rem;
  text-transform: uppercase; }

.blockquote, blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child, blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer, figure blockquote + figcaption {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: #6c757d; }
  .blockquote-footer::before, figure blockquote + figcaption::before {
    content: "\2014\00A0"; }

.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);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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, .transaction, .publications_expertises, .publications_categories, .publications, .posts_expertises, .tags, .categories, .posts, .places, .statutes,
.persons_statutes, .persons_places, .persons_expertises, .persons, .publications_persons, .expertises, .pages, .block-instagram .instagram, .gallery, .files {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > *, .transaction > *, .publications_expertises > *, .publications_categories > *, .publications > *, .posts_expertises > *, .tags > *, .categories > *, .posts > *, .places > *, .statutes > *,
  .persons_statutes > *, .persons_places > *, .persons_expertises > *, .persons > *, .publications_persons > *, .expertises > *, .pages > *, .block-instagram .instagram > *, .gallery > *, .files > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col, .publications_categories > *, .categories > * {
  flex: 1 0 0%; }

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

.row-cols-1 > *, .transaction > *, .posts > *, .places > *, .persons > *, .publications_persons > *, .expertises > *, .pages > *, .files > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > *, .publications_expertises > *, .publications_categories > *, .publications > *, .posts_expertises > *, .tags > *, .categories > *, .statutes > *,
.persons_statutes > *, .persons_places > *, .persons_expertises > *, .gallery > * {
  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, .row > .year, .transaction > .year, .publications_expertises > .year, .publications_categories > .year, .publications > .year, .posts_expertises > .year, .tags > .year, .categories > .year, .posts > .year, .places > .year, .statutes > .year,
.persons_statutes > .year, .persons_places > .year, .persons_expertises > .year, .persons > .year, .publications_persons > .year, .expertises > .year, .pages > .year, .block-instagram .instagram > .year, .files > .year, .gallery > .year {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

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

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

.g-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-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-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 > *, .transaction > *, .files > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > *, .publications > *, .places > *, .persons > *, .publications_persons > *, .expertises > *, .pages > *, .gallery > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-cols-md-4 > *, .publications_expertises > *, .publications_categories > *, .posts_expertises > *, .tags > *, .categories > *, .statutes > *,
  .persons_statutes > *, .persons_places > *, .persons_expertises > * {
    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, main .row > .sidebar, main .transaction > .sidebar, main .publications_expertises > .sidebar, main .publications_categories > .sidebar, main .publications > .sidebar, main .posts_expertises > .sidebar, main .tags > .sidebar, main .categories > .sidebar, main .posts > .sidebar, main .places > .sidebar, main .statutes > .sidebar,
  main .persons_statutes > .sidebar, main .persons_places > .sidebar, main .persons_expertises > .sidebar, main .persons > .sidebar, main .publications_persons > .sidebar, main .expertises > .sidebar, main .pages > .sidebar, main .block-instagram .instagram > .sidebar, .block-instagram main .instagram > .sidebar, main .gallery > .sidebar, main .files > .sidebar {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5, .hero .hero-content + .hero-content {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6, .block-timeline .row > div, .block-timeline .transaction > div, .block-timeline .publications_expertises > div, .block-timeline .publications_categories > div, .block-timeline .publications > div, .block-timeline .posts_expertises > div, .block-timeline .tags > div, .block-timeline .categories > div, .block-timeline .posts > div, .block-timeline .places > div, .block-timeline .statutes > div,
  .block-timeline .persons_statutes > div, .block-timeline .persons_places > div, .block-timeline .persons_expertises > div, .block-timeline .persons > div, .block-timeline .publications_persons > div, .block-timeline .expertises > div, .block-timeline .pages > div, .block-timeline .files > div, .block-timeline .gallery > div, .block-timeline .block-instagram .instagram > div, .block-instagram .block-timeline .instagram > div, .block-editorial .row .media, .block-editorial .transaction .media, .block-editorial .publications_expertises .media, .block-editorial .publications_categories .media, .block-editorial .publications .media, .block-editorial .posts_expertises .media, .block-editorial .tags .media, .block-editorial .categories .media, .block-editorial .posts .media, .block-editorial .places .media, .block-editorial .statutes .media,
  .block-editorial .persons_statutes .media, .block-editorial .persons_places .media, .block-editorial .persons_expertises .media, .block-editorial .persons .media, .block-editorial .publications_persons .media, .block-editorial .expertises .media, .block-editorial .pages .media, .block-editorial .block-instagram .instagram .media, .block-instagram .block-editorial .instagram .media, .block-editorial .files .media, .block-editorial .gallery .media, .block-editorial .row .content, .block-editorial .transaction .content, .block-editorial .publications_expertises .content, .block-editorial .publications_categories .content, .block-editorial .publications .content, .block-editorial .posts_expertises .content, .block-editorial .tags .content, .block-editorial .categories .content, .block-editorial .posts .content, .block-editorial .places .content, .block-editorial .statutes .content,
  .block-editorial .persons_statutes .content, .block-editorial .persons_places .content, .block-editorial .persons_expertises .content, .block-editorial .persons .content, .block-editorial .publications_persons .content, .block-editorial .expertises .content, .block-editorial .pages .content, .block-editorial .block-instagram .instagram .content, .block-instagram .block-editorial .instagram .content, .block-editorial .files .content, .block-editorial .gallery .content, .hero-media, .hero-content {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7, main .row > .content, main .transaction > .content, main .publications_expertises > .content, main .publications_categories > .content, main .publications > .content, main .posts_expertises > .content, main .tags > .content, main .categories > .content, main .posts > .content, main .places > .content, main .statutes > .content,
  main .persons_statutes > .content, main .persons_places > .content, main .persons_expertises > .content, main .persons > .content, main .publications_persons > .content, main .expertises > .content, main .pages > .content, main .block-instagram .instagram > .content, .block-instagram main .instagram > .content, main .gallery > .content, main .files > .content {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8, .page-expertises .hero-content, .block-quote .row > div, .block-quote .transaction > div, .block-quote .publications_expertises > div, .block-quote .publications_categories > div, .block-quote .publications > div, .block-quote .posts_expertises > div, .block-quote .tags > div, .block-quote .categories > div, .block-quote .posts > div, .block-quote .places > div, .block-quote .statutes > div,
  .block-quote .persons_statutes > div, .block-quote .persons_places > div, .block-quote .persons_expertises > div, .block-quote .persons > div, .block-quote .publications_persons > div, .block-quote .expertises > div, .block-quote .pages > div, .block-quote .files > div, .block-quote .gallery > div, .block-quote .block-instagram .instagram > div, .block-instagram .block-quote .instagram > div {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10, .places-large > div, .expertises-large > div, .block-newsletter .col, .block-newsletter .publications_categories > *, .block-newsletter .categories > *, .hero:not(.hero-with-image):not(.hero-with-second-content) .hero-content {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1, .places > div:nth-child(even), .places > div, .block-newsletter .col, .block-newsletter .publications_categories > *, .block-newsletter .categories > *, .hero.hero-center:not(.hero-with-image):not(.hero-with-second-content) .hero-content, .hero .hero-content + .hero-content, main .row > .sidebar, main .transaction > .sidebar, main .publications_expertises > .sidebar, main .publications_categories > .sidebar, main .publications > .sidebar, main .posts_expertises > .sidebar, main .tags > .sidebar, main .categories > .sidebar, main .posts > .sidebar, main .places > .sidebar, main .statutes > .sidebar,
  main .persons_statutes > .sidebar, main .persons_places > .sidebar, main .persons_expertises > .sidebar, main .persons > .sidebar, main .publications_persons > .sidebar, main .expertises > .sidebar, main .pages > .sidebar, main .block-instagram .instagram > .sidebar, .block-instagram main .instagram > .sidebar, main .gallery > .sidebar, main .files > .sidebar {
    margin-left: 8.33333333%; }
  .offset-md-2, .places-large > div:nth-child(even), .expertises-large > div:nth-child(even), .block-quote .row > div, .block-quote .transaction > div, .block-quote .publications_expertises > div, .block-quote .publications_categories > div, .block-quote .publications > div, .block-quote .posts_expertises > div, .block-quote .tags > div, .block-quote .categories > div, .block-quote .posts > div, .block-quote .places > div, .block-quote .statutes > div,
  .block-quote .persons_statutes > div, .block-quote .persons_places > div, .block-quote .persons_expertises > div, .block-quote .persons > div, .block-quote .publications_persons > div, .block-quote .expertises > div, .block-quote .pages > div, .block-quote .files > div, .block-quote .gallery > div, .block-quote .block-instagram .instagram > div, .block-instagram .block-quote .instagram > div {
    margin-left: 16.66666667%; }
  .offset-md-3, .block-timeline .row > div, .block-timeline .transaction > div, .block-timeline .publications_expertises > div, .block-timeline .publications_categories > div, .block-timeline .publications > div, .block-timeline .posts_expertises > div, .block-timeline .tags > div, .block-timeline .categories > div, .block-timeline .posts > div, .block-timeline .places > div, .block-timeline .statutes > div,
  .block-timeline .persons_statutes > div, .block-timeline .persons_places > div, .block-timeline .persons_expertises > div, .block-timeline .persons > div, .block-timeline .publications_persons > div, .block-timeline .expertises > div, .block-timeline .pages > div, .block-timeline .files > div, .block-timeline .gallery > div, .block-timeline .block-instagram .instagram > div, .block-instagram .block-timeline .instagram > div, .hero-center .hero-content {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-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 > *, .gallery-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > *, .gallery-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-cols-lg-4 > *, .publications > *, .places > *, .persons > *, .publications_persons > *, .gallery-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > *, .gallery-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > *, .gallery-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, .block-newsletter .col, .block-newsletter .publications_categories > *, .block-newsletter .categories > * {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2, .block-newsletter .col, .block-newsletter .publications_categories > *, .block-newsletter .categories > * {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-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, .hero .hero-content + .hero-content, .hero-media {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5, .hero-content {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6, .block-newsletter .col, .block-newsletter .publications_categories > *, .block-newsletter .categories > *, .hero-center .hero-content {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7, .page-expertises .hero-content {
    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, .hero:not(.hero-with-image):not(.hero-with-second-content) .hero-content {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1, .hero-media {
    margin-left: 8.33333333%; }
  .offset-xl-2, .hero .hero-content + .hero-content {
    margin-left: 16.66666667%; }
  .offset-xl-3, .block-newsletter .col, .block-newsletter .publications_categories > *, .block-newsletter .categories > * {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-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 > *, .files > * {
    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 > *, .publications_expertises > *, .publications_categories > *, .posts_expertises > *, .tags > *, .categories > *, .statutes > *,
  .persons_statutes > *, .persons_places > *, .persons_expertises > * {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-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, table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > *, table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); }
  .table > tbody, table > tbody {
    vertical-align: inherit; }
  .table > thead, table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width); }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg); }

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg); }

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg); }

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d6dada;
  --bs-table-border-color: #abaeae;
  --bs-table-striped-bg: #cbcfcf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1c4c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6caca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #fff1ea;
  --bs-table-border-color: #ccc1bb;
  --bs-table-striped-bg: #f2e5de;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d9d3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdfd8;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #e5e8ea;
  --bs-table-border-color: #b7babb;
  --bs-table-striped-bg: #dadcde;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ced1d3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d4d7d8;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #fef9f3;
  --bs-table-border-color: #cbc7c2;
  --bs-table-striped-bg: #f1ede7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5e0db;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebe6e1;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label, form label {
  margin-bottom: 0.5rem; }

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

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

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

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

.form-control, .newsletter input[type=email], form input[type=date],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form input[type=week],
form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .newsletter input[type=email], form input[type=date],
    form input[type=email],
    form input[type=month],
    form input[type=number],
    form input[type=password],
    form input[type=search],
    form input[type=tel],
    form input[type=text],
    form input[type=time],
    form input[type=url],
    form input[type=week],
    form textarea {
      transition: none; } }
  .form-control[type="file"], .newsletter input[type="file"][type=email], form input[type="file"][type=date],
  form input[type="file"][type=email],
  form input[type="file"][type=month],
  form input[type="file"][type=number],
  form input[type="file"][type=password],
  form input[type="file"][type=search],
  form input[type="file"][type=tel],
  form input[type="file"][type=text],
  form input[type="file"][type=time],
  form input[type="file"][type=url],
  form input[type="file"][type=week],
  form textarea[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]), .newsletter input[type="file"][type=email]:not(:disabled):not([readonly]), form input[type="file"][type=date]:not(:disabled):not([readonly]),
    form input[type="file"][type=email]:not(:disabled):not([readonly]),
    form input[type="file"][type=month]:not(:disabled):not([readonly]),
    form input[type="file"][type=number]:not(:disabled):not([readonly]),
    form input[type="file"][type=password]:not(:disabled):not([readonly]),
    form input[type="file"][type=search]:not(:disabled):not([readonly]),
    form input[type="file"][type=tel]:not(:disabled):not([readonly]),
    form input[type="file"][type=text]:not(:disabled):not([readonly]),
    form input[type="file"][type=time]:not(:disabled):not([readonly]),
    form input[type="file"][type=url]:not(:disabled):not([readonly]),
    form input[type="file"][type=week]:not(:disabled):not([readonly]),
    form textarea[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus, .newsletter input[type=email]:focus, form input[type=date]:focus,
  form input[type=email]:focus,
  form input[type=month]:focus,
  form input[type=number]:focus,
  form input[type=password]:focus,
  form input[type=search]:focus,
  form input[type=tel]:focus,
  form input[type=text]:focus,
  form input[type=time]:focus,
  form input[type=url]:focus,
  form input[type=week]:focus,
  form textarea:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #9aa3a4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 70, 72, 0.25); }
  .form-control::-webkit-date-and-time-value, .newsletter input[type=email]::-webkit-date-and-time-value, form input[type=date]::-webkit-date-and-time-value,
  form input[type=email]::-webkit-date-and-time-value,
  form input[type=month]::-webkit-date-and-time-value,
  form input[type=number]::-webkit-date-and-time-value,
  form input[type=password]::-webkit-date-and-time-value,
  form input[type=search]::-webkit-date-and-time-value,
  form input[type=tel]::-webkit-date-and-time-value,
  form input[type=text]::-webkit-date-and-time-value,
  form input[type=time]::-webkit-date-and-time-value,
  form input[type=url]::-webkit-date-and-time-value,
  form input[type=week]::-webkit-date-and-time-value,
  form textarea::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0; }
  .form-control::-webkit-datetime-edit, .newsletter input[type=email]::-webkit-datetime-edit, form input[type=date]::-webkit-datetime-edit,
  form input[type=email]::-webkit-datetime-edit,
  form input[type=month]::-webkit-datetime-edit,
  form input[type=number]::-webkit-datetime-edit,
  form input[type=password]::-webkit-datetime-edit,
  form input[type=search]::-webkit-datetime-edit,
  form input[type=tel]::-webkit-datetime-edit,
  form input[type=text]::-webkit-datetime-edit,
  form input[type=time]::-webkit-datetime-edit,
  form input[type=url]::-webkit-datetime-edit,
  form input[type=week]::-webkit-datetime-edit,
  form textarea::-webkit-datetime-edit {
    display: block;
    padding: 0; }
  .form-control::placeholder, .newsletter input[type=email]::placeholder, form input[type=date]::placeholder,
  form input[type=email]::placeholder,
  form input[type=month]::placeholder,
  form input[type=number]::placeholder,
  form input[type=password]::placeholder,
  form input[type=search]::placeholder,
  form input[type=tel]::placeholder,
  form input[type=text]::placeholder,
  form input[type=time]::placeholder,
  form input[type=url]::placeholder,
  form input[type=week]::placeholder,
  form textarea::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1; }
  .form-control:disabled, .newsletter input[type=email]:disabled, form input[type=date]:disabled,
  form input[type=email]:disabled,
  form input[type=month]:disabled,
  form input[type=number]:disabled,
  form input[type=password]:disabled,
  form input[type=search]:disabled,
  form input[type=tel]:disabled,
  form input[type=text]:disabled,
  form input[type=time]:disabled,
  form input[type=url]:disabled,
  form input[type=week]:disabled,
  form textarea:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1; }
  .form-control::file-selector-button, .newsletter input[type=email]::file-selector-button, form input[type=date]::file-selector-button,
  form input[type=email]::file-selector-button,
  form input[type=month]::file-selector-button,
  form input[type=number]::file-selector-button,
  form input[type=password]::file-selector-button,
  form input[type=search]::file-selector-button,
  form input[type=tel]::file-selector-button,
  form input[type=text]::file-selector-button,
  form input[type=time]::file-selector-button,
  form input[type=url]::file-selector-button,
  form input[type=week]::file-selector-button,
  form textarea::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    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.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) {
      .form-control::file-selector-button, .newsletter input[type=email]::file-selector-button, form input[type=date]::file-selector-button,
      form input[type=email]::file-selector-button,
      form input[type=month]::file-selector-button,
      form input[type=number]::file-selector-button,
      form input[type=password]::file-selector-button,
      form input[type=search]::file-selector-button,
      form input[type=tel]::file-selector-button,
      form input[type=text]::file-selector-button,
      form input[type=time]::file-selector-button,
      form input[type=url]::file-selector-button,
      form input[type=week]::file-selector-button,
      form textarea::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button, .newsletter input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button, form input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
  form input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
  form textarea:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg); }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 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.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm); }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem; }
  .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.5rem + calc(var(--bs-border-width) * 2)); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); }

.form-select, 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='%23343a40' 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.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-select, form select {
      transition: none; } }
  .form-select:focus, form select:focus {
    border-color: #9aa3a4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 70, 72, 0.25); }
  .form-select[multiple], form select[multiple], .form-select[size]:not([size="1"]), form select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled, form select:disabled {
    background-color: var(--bs-secondary-bg); }
  .form-select:-moz-focusring, form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color); }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm); }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }

[data-bs-theme="dark"] .form-select, [data-bs-theme="dark"] form select, form [data-bs-theme="dark"] 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='%23dee2e6' 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: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input, .form-check form input[type=checkbox], form .form-check input[type=checkbox],
  .form-check form input[type=radio],
  form .form-check input[type=radio] {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input, .form-check-reverse form input[type=checkbox], form .form-check-reverse input[type=checkbox],
  .form-check-reverse form input[type=radio],
  form .form-check-reverse input[type=radio] {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input, form input[type=checkbox],
form input[type=radio] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  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; }
  .form-check-input[type="checkbox"], form input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"],
  form input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active, form input[type=checkbox]:active,
  form input[type=radio]:active {
    filter: brightness(90%); }
  .form-check-input:focus, form input[type=checkbox]:focus,
  form input[type=radio]:focus {
    border-color: #9aa3a4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 70, 72, 0.25); }
  .form-check-input:checked, form input[type=checkbox]:checked,
  form input[type=radio]:checked {
    background-color: #344648;
    border-color: #344648; }
    .form-check-input:checked[type="checkbox"], form 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"],
    form 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, form input[type="checkbox"]:indeterminate {
    background-color: #344648;
    border-color: #344648;
    --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 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled, form input[type=checkbox]:disabled,
  form input[type=radio]:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, form .form-check-input[disabled] ~ input[type=checkbox] + label,
  form .form-check-input[disabled] ~ input[type=radio] + label, form input[disabled][type=checkbox] ~ .form-check-label, form input[disabled][type=checkbox] ~ input[type=checkbox] + label, form input[type=checkbox][disabled] + label,
  form input[disabled][type=checkbox] ~ input[type=radio] + label,
  form input[disabled][type=radio] ~ .form-check-label,
  form input[disabled][type=radio] ~ input[type=checkbox] + label,
  form input[disabled][type=radio] ~ input[type=radio] + label,
  form input[type=radio][disabled] + label, .form-check-input:disabled ~ .form-check-label, form .form-check-input:disabled ~ input[type=checkbox] + label,
  form .form-check-input:disabled ~ input[type=radio] + label, form input[type=checkbox]:disabled ~ .form-check-label, form input[type=checkbox]:disabled ~ input[type=checkbox] + label, form input[type=checkbox]:disabled + label,
  form input[type=checkbox]:disabled ~ input[type=radio] + label,
  form input[type=radio]:disabled ~ .form-check-label,
  form input[type=radio]:disabled ~ input[type=checkbox] + label,
  form input[type=radio]:disabled ~ input[type=radio] + label,
  form input[type=radio]:disabled + label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input, .form-switch form input[type=checkbox], form .form-switch input[type=checkbox],
  .form-switch form input[type=radio],
  form .form-switch input[type=radio] {
    --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%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input, .form-switch form input[type=checkbox], form .form-switch input[type=checkbox],
      .form-switch form input[type=radio],
      form .form-switch input[type=radio] {
        transition: none; } }
    .form-switch .form-check-input:focus, .form-switch form input[type=checkbox]:focus, form .form-switch input[type=checkbox]:focus,
    .form-switch form input[type=radio]:focus,
    form .form-switch input[type=radio]: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='%239aa3a4'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked, .form-switch form input[type=checkbox]:checked, form .form-switch input[type=checkbox]:checked,
    .form-switch form input[type=radio]:checked,
    form .form-switch input[type=radio]: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: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input, .form-switch.form-check-reverse form input[type=checkbox], form .form-switch.form-check-reverse input[type=checkbox],
    .form-switch.form-check-reverse form input[type=radio],
    form .form-switch.form-check-reverse input[type=radio] {
      margin-right: -2.5em;
      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, .main-menu .nav-item-highlighted .btn-check[disabled] + a, .btn-check[disabled] + .btn-filter, .btn-check:disabled + .btn, .main-menu .nav-item-highlighted .btn-check:disabled + a, .btn-check:disabled + .btn-filter {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus), [data-bs-theme="dark"] .form-switch form input[type=checkbox]:not(:checked):not(:focus), form [data-bs-theme="dark"] .form-switch input[type=checkbox]:not(:checked):not(:focus),
[data-bs-theme="dark"] .form-switch form input[type=radio]:not(:checked):not(:focus),
form [data-bs-theme="dark"] .form-switch input[type=radio]: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, form input[type=range] {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent; }
  .form-range:focus, form input[type=range]:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb, form input[type=range]:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 70, 72, 0.25); }
    .form-range:focus::-moz-range-thumb, form input[type=range]:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(52, 70, 72, 0.25); }
  .form-range::-moz-focus-outer, form input[type=range]::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb, form input[type=range]::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #344648;
    border: 0;
    border-radius: 1rem;
    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, form input[type=range]::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active, form input[type=range]::-webkit-slider-thumb:active {
      background-color: #c2c8c8; }
  .form-range::-webkit-slider-runnable-track, form input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb, form input[type=range]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #344648;
    border: 0;
    border-radius: 1rem;
    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, form input[type=range]::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active, form input[type=range]::-moz-range-thumb:active {
      background-color: #c2c8c8; }
  .form-range::-moz-range-track, form input[type=range]::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled, form input[type=range]:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb, form input[type=range]:disabled::-webkit-slider-thumb {
      background-color: var(--bs-secondary-color); }
    .form-range:disabled::-moz-range-thumb, form input[type=range]:disabled::-moz-range-thumb {
      background-color: var(--bs-secondary-color); }

.form-floating {
  position: relative; }
  .form-floating > .form-control, .newsletter .form-floating > input[type=email], form .form-floating > input[type=date],
  form .form-floating > input[type=email],
  form .form-floating > input[type=month],
  form .form-floating > input[type=number],
  form .form-floating > input[type=password],
  form .form-floating > input[type=search],
  form .form-floating > input[type=tel],
  form .form-floating > input[type=text],
  form .form-floating > input[type=time],
  form .form-floating > input[type=url],
  form .form-floating > input[type=week],
  form .form-floating > textarea,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select,
  form .form-floating > select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    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, .newsletter .form-floating > input[type=email], form .form-floating > input[type=date],
  form .form-floating > input[type=email],
  form .form-floating > input[type=month],
  form .form-floating > input[type=number],
  form .form-floating > input[type=password],
  form .form-floating > input[type=search],
  form .form-floating > input[type=tel],
  form .form-floating > input[type=text],
  form .form-floating > input[type=time],
  form .form-floating > input[type=url],
  form .form-floating > input[type=week],
  form .form-floating > textarea,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder, .newsletter .form-floating > input[type=email]::placeholder, form .form-floating > input[type=date]::placeholder,
    form .form-floating > input[type=email]::placeholder,
    form .form-floating > input[type=month]::placeholder,
    form .form-floating > input[type=number]::placeholder,
    form .form-floating > input[type=password]::placeholder,
    form .form-floating > input[type=search]::placeholder,
    form .form-floating > input[type=tel]::placeholder,
    form .form-floating > input[type=text]::placeholder,
    form .form-floating > input[type=time]::placeholder,
    form .form-floating > input[type=url]::placeholder,
    form .form-floating > input[type=week]::placeholder,
    form .form-floating > textarea::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .newsletter .form-floating > input[type=email]:focus, form .form-floating > input[type=date]:focus,
    form .form-floating > input[type=email]:focus,
    form .form-floating > input[type=month]:focus,
    form .form-floating > input[type=number]:focus,
    form .form-floating > input[type=password]:focus,
    form .form-floating > input[type=search]:focus,
    form .form-floating > input[type=tel]:focus,
    form .form-floating > input[type=text]:focus,
    form .form-floating > input[type=time]:focus,
    form .form-floating > input[type=url]:focus,
    form .form-floating > input[type=week]:focus,
    form .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .newsletter .form-floating > input[type=email]:not(:placeholder-shown), form .form-floating > input[type=date]:not(:placeholder-shown),
    form .form-floating > input[type=email]:not(:placeholder-shown),
    form .form-floating > input[type=month]:not(:placeholder-shown),
    form .form-floating > input[type=number]:not(:placeholder-shown),
    form .form-floating > input[type=password]:not(:placeholder-shown),
    form .form-floating > input[type=search]:not(:placeholder-shown),
    form .form-floating > input[type=tel]:not(:placeholder-shown),
    form .form-floating > input[type=text]:not(:placeholder-shown),
    form .form-floating > input[type=time]:not(:placeholder-shown),
    form .form-floating > input[type=url]:not(:placeholder-shown),
    form .form-floating > input[type=week]:not(:placeholder-shown),
    form .form-floating > textarea: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, .newsletter .form-floating > input[type=email]:-webkit-autofill, form .form-floating > input[type=date]:-webkit-autofill,
    form .form-floating > input[type=email]:-webkit-autofill,
    form .form-floating > input[type=month]:-webkit-autofill,
    form .form-floating > input[type=number]:-webkit-autofill,
    form .form-floating > input[type=password]:-webkit-autofill,
    form .form-floating > input[type=search]:-webkit-autofill,
    form .form-floating > input[type=tel]:-webkit-autofill,
    form .form-floating > input[type=text]:-webkit-autofill,
    form .form-floating > input[type=time]:-webkit-autofill,
    form .form-floating > input[type=url]:-webkit-autofill,
    form .form-floating > input[type=week]:-webkit-autofill,
    form .form-floating > textarea:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select, form .form-floating > select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label, .newsletter .form-floating > input[type=email]:focus ~ label, form .form-floating > input[type=date]:focus ~ label,
  form .form-floating > input[type=email]:focus ~ label,
  form .form-floating > input[type=month]:focus ~ label,
  form .form-floating > input[type=number]:focus ~ label,
  form .form-floating > input[type=password]:focus ~ label,
  form .form-floating > input[type=search]:focus ~ label,
  form .form-floating > input[type=tel]:focus ~ label,
  form .form-floating > input[type=text]:focus ~ label,
  form .form-floating > input[type=time]:focus ~ label,
  form .form-floating > input[type=url]:focus ~ label,
  form .form-floating > input[type=week]:focus ~ label,
  form .form-floating > textarea:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .newsletter .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=date]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=month]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=number]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=password]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=search]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=time]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=url]:not(:placeholder-shown) ~ label,
  form .form-floating > input[type=week]:not(:placeholder-shown) ~ label,
  form .form-floating > textarea:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label,
  form .form-floating > select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    .form-floating > .form-control:focus ~ label::after, .newsletter .form-floating > input[type=email]:focus ~ label::after, form .form-floating > input[type=date]:focus ~ label::after,
    form .form-floating > input[type=email]:focus ~ label::after,
    form .form-floating > input[type=month]:focus ~ label::after,
    form .form-floating > input[type=number]:focus ~ label::after,
    form .form-floating > input[type=password]:focus ~ label::after,
    form .form-floating > input[type=search]:focus ~ label::after,
    form .form-floating > input[type=tel]:focus ~ label::after,
    form .form-floating > input[type=text]:focus ~ label::after,
    form .form-floating > input[type=time]:focus ~ label::after,
    form .form-floating > input[type=url]:focus ~ label::after,
    form .form-floating > input[type=week]:focus ~ label::after,
    form .form-floating > textarea:focus ~ label::after,
    .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
    .newsletter .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=date]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=month]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=number]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=password]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=search]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=tel]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=text]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=time]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=url]:not(:placeholder-shown) ~ label::after,
    form .form-floating > input[type=week]:not(:placeholder-shown) ~ label::after,
    form .form-floating > textarea:not(:placeholder-shown) ~ label::after,
    .form-floating > .form-control-plaintext ~ label::after,
    .form-floating > .form-select ~ label::after,
    form .form-floating > select ~ label::after {
      position: absolute;
      inset: 1rem 0.375rem;
      z-index: -1;
      height: 1.5em;
      content: "";
      background-color: var(--bs-body-bg);
      border-radius: var(--bs-border-radius); }
  .form-floating > .form-control:-webkit-autofill ~ label, .newsletter .form-floating > input[type=email]:-webkit-autofill ~ label, form .form-floating > input[type=date]:-webkit-autofill ~ label,
  form .form-floating > input[type=email]:-webkit-autofill ~ label,
  form .form-floating > input[type=month]:-webkit-autofill ~ label,
  form .form-floating > input[type=number]:-webkit-autofill ~ label,
  form .form-floating > input[type=password]:-webkit-autofill ~ label,
  form .form-floating > input[type=search]:-webkit-autofill ~ label,
  form .form-floating > input[type=tel]:-webkit-autofill ~ label,
  form .form-floating > input[type=text]:-webkit-autofill ~ label,
  form .form-floating > input[type=time]:-webkit-autofill ~ label,
  form .form-floating > input[type=url]:-webkit-autofill ~ label,
  form .form-floating > input[type=week]:-webkit-autofill ~ label,
  form .form-floating > textarea:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0; }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d; }
    .form-floating > :disabled ~ label::after,
    .form-floating > .form-control:disabled ~ label::after {
      background-color: var(--bs-secondary-bg); }

.input-group, .newsletter > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .newsletter .input-group > input[type=email], .newsletter > div > .form-control, .newsletter > div > input[type=email], form .input-group > input[type=date], form .newsletter > div > input[type=date],
  form .input-group > input[type=email],
  form .input-group > input[type=month],
  form .newsletter > div > input[type=month],
  form .input-group > input[type=number],
  form .newsletter > div > input[type=number],
  form .input-group > input[type=password],
  form .newsletter > div > input[type=password],
  form .input-group > input[type=search],
  form .newsletter > div > input[type=search],
  form .input-group > input[type=tel],
  form .newsletter > div > input[type=tel],
  form .input-group > input[type=text],
  form .newsletter > div > input[type=text],
  form .input-group > input[type=time],
  form .newsletter > div > input[type=time],
  form .input-group > input[type=url],
  form .newsletter > div > input[type=url],
  form .input-group > input[type=week],
  form .newsletter > div > input[type=week],
  form .input-group > textarea,
  form .newsletter > div > textarea,
  .input-group > .form-select,
  .newsletter > div > .form-select,
  form .input-group > select,
  form .newsletter > div > select,
  .input-group > .form-floating,
  .newsletter > div > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus, .newsletter .input-group > input[type=email]:focus, .newsletter > div > .form-control:focus, .newsletter > div > input[type=email]:focus, form .input-group > input[type=date]:focus, form .newsletter > div > input[type=date]:focus,
  form .input-group > input[type=email]:focus,
  form .input-group > input[type=month]:focus,
  form .newsletter > div > input[type=month]:focus,
  form .input-group > input[type=number]:focus,
  form .newsletter > div > input[type=number]:focus,
  form .input-group > input[type=password]:focus,
  form .newsletter > div > input[type=password]:focus,
  form .input-group > input[type=search]:focus,
  form .newsletter > div > input[type=search]:focus,
  form .input-group > input[type=tel]:focus,
  form .newsletter > div > input[type=tel]:focus,
  form .input-group > input[type=text]:focus,
  form .newsletter > div > input[type=text]:focus,
  form .input-group > input[type=time]:focus,
  form .newsletter > div > input[type=time]:focus,
  form .input-group > input[type=url]:focus,
  form .newsletter > div > input[type=url]:focus,
  form .input-group > input[type=week]:focus,
  form .newsletter > div > input[type=week]:focus,
  form .input-group > textarea:focus,
  form .newsletter > div > textarea:focus,
  .input-group > .form-select:focus,
  .newsletter > div > .form-select:focus,
  form .input-group > select:focus,
  form .newsletter > div > select:focus,
  .input-group > .form-floating:focus-within,
  .newsletter > div > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn, .newsletter > div .btn, .input-group .main-menu .nav-item-highlighted a, .newsletter > div .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .input-group a, .main-menu .nav-item-highlighted .newsletter > div a, .input-group .btn-filter, .newsletter > div .btn-filter {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .newsletter > div .btn:focus, .input-group .main-menu .nav-item-highlighted a:focus, .newsletter > div .main-menu .nav-item-highlighted a:focus, .main-menu .nav-item-highlighted .input-group a:focus, .main-menu .nav-item-highlighted .newsletter > div a:focus, .input-group .btn-filter:focus, .newsletter > div .btn-filter:focus {
      z-index: 5; }

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

.input-group-lg > .form-control, .newsletter .input-group-lg > input[type=email], form .input-group-lg > input[type=date],
form .input-group-lg > input[type=email],
form .input-group-lg > input[type=month],
form .input-group-lg > input[type=number],
form .input-group-lg > input[type=password],
form .input-group-lg > input[type=search],
form .input-group-lg > input[type=tel],
form .input-group-lg > input[type=text],
form .input-group-lg > input[type=time],
form .input-group-lg > input[type=url],
form .input-group-lg > input[type=week],
form .input-group-lg > textarea,
.input-group-lg > .form-select,
form .input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.main-menu .nav-item-highlighted .input-group-lg > a,
.input-group-lg > .btn-filter {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg); }

.input-group-sm > .form-control, .newsletter .input-group-sm > input[type=email], form .input-group-sm > input[type=date],
form .input-group-sm > input[type=email],
form .input-group-sm > input[type=month],
form .input-group-sm > input[type=number],
form .input-group-sm > input[type=password],
form .input-group-sm > input[type=search],
form .input-group-sm > input[type=tel],
form .input-group-sm > input[type=text],
form .input-group-sm > input[type=time],
form .input-group-sm > input[type=url],
form .input-group-sm > input[type=week],
form .input-group-sm > textarea,
.input-group-sm > .form-select,
form .input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.main-menu .nav-item-highlighted .input-group-sm > a,
.input-group-sm > .btn-filter {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm); }

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .newsletter > div: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),
.share.input-group:not(.has-validation) > button:nth-last-child(n + 3),
.newsletter > div:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.newsletter > div.share:not(.has-validation) > button:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.newsletter .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=date],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=date],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=month],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=month],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=number],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=number],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=password],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=search],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=search],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=time],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=time],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=url],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=week],
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > input[type=week],
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
form .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
form .newsletter > div:not(.has-validation) > .form-floating:not(:last-child) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .newsletter > div.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),
.share.input-group.has-validation > button:nth-last-child(n + 4),
.newsletter > div.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.newsletter > div.share.has-validation > button:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.newsletter .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=email],
.newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=email],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=date],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=date],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=email],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=month],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=month],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=number],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=number],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=password],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=password],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=search],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=search],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=tel],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=tel],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=text],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=text],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=time],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=time],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=url],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=url],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type=week],
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > input[type=week],
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > textarea,
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
form .input-group.has-validation > .form-floating:nth-last-child(n + 3) > select,
form .newsletter > div.has-validation > .form-floating:nth-last-child(n + 3) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

.input-group > .form-floating:not(:first-child) > .form-control, .newsletter .input-group > .form-floating:not(:first-child) > input[type=email], .newsletter > div > .form-floating:not(:first-child) > .form-control, .newsletter > div > .form-floating:not(:first-child) > input[type=email], form .input-group > .form-floating:not(:first-child) > input[type=date], form .newsletter > div > .form-floating:not(:first-child) > input[type=date],
form .input-group > .form-floating:not(:first-child) > input[type=email],
form .input-group > .form-floating:not(:first-child) > input[type=month],
form .newsletter > div > .form-floating:not(:first-child) > input[type=month],
form .input-group > .form-floating:not(:first-child) > input[type=number],
form .newsletter > div > .form-floating:not(:first-child) > input[type=number],
form .input-group > .form-floating:not(:first-child) > input[type=password],
form .newsletter > div > .form-floating:not(:first-child) > input[type=password],
form .input-group > .form-floating:not(:first-child) > input[type=search],
form .newsletter > div > .form-floating:not(:first-child) > input[type=search],
form .input-group > .form-floating:not(:first-child) > input[type=tel],
form .newsletter > div > .form-floating:not(:first-child) > input[type=tel],
form .input-group > .form-floating:not(:first-child) > input[type=text],
form .newsletter > div > .form-floating:not(:first-child) > input[type=text],
form .input-group > .form-floating:not(:first-child) > input[type=time],
form .newsletter > div > .form-floating:not(:first-child) > input[type=time],
form .input-group > .form-floating:not(:first-child) > input[type=url],
form .newsletter > div > .form-floating:not(:first-child) > input[type=url],
form .input-group > .form-floating:not(:first-child) > input[type=week],
form .newsletter > div > .form-floating:not(:first-child) > input[type=week],
form .input-group > .form-floating:not(:first-child) > textarea,
form .newsletter > div > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select,
.newsletter > div > .form-floating:not(:first-child) > .form-select,
form .input-group > .form-floating:not(:first-child) > select,
form .newsletter > div > .form-floating:not(:first-child) > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  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, .was-validated .newsletter input[type=email]:valid, .newsletter .was-validated input[type=email]:valid, .was-validated form input[type=date]:valid, form .was-validated input[type=date]:valid,
.was-validated form input[type=email]:valid,
form .was-validated input[type=email]:valid,
.was-validated form input[type=month]:valid,
form .was-validated input[type=month]:valid,
.was-validated form input[type=number]:valid,
form .was-validated input[type=number]:valid,
.was-validated form input[type=password]:valid,
form .was-validated input[type=password]:valid,
.was-validated form input[type=search]:valid,
form .was-validated input[type=search]:valid,
.was-validated form input[type=tel]:valid,
form .was-validated input[type=tel]:valid,
.was-validated form input[type=text]:valid,
form .was-validated input[type=text]:valid,
.was-validated form input[type=time]:valid,
form .was-validated input[type=time]:valid,
.was-validated form input[type=url]:valid,
form .was-validated input[type=url]:valid,
.was-validated form input[type=week]:valid,
form .was-validated input[type=week]:valid,
.was-validated form textarea:valid,
form .was-validated textarea:valid, .form-control.is-valid, .newsletter input.is-valid[type=email], form input.is-valid[type=date],
form input.is-valid[type=email],
form input.is-valid[type=month],
form input.is-valid[type=number],
form input.is-valid[type=password],
form input.is-valid[type=search],
form input.is-valid[type=tel],
form input.is-valid[type=text],
form input.is-valid[type=time],
form input.is-valid[type=url],
form input.is-valid[type=week],
form textarea.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237D8E95' 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.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .newsletter input[type=email]:valid:focus, .newsletter .was-validated input[type=email]:valid:focus, .was-validated form input[type=date]:valid:focus, form .was-validated input[type=date]:valid:focus,
  .was-validated form input[type=email]:valid:focus,
  form .was-validated input[type=email]:valid:focus,
  .was-validated form input[type=month]:valid:focus,
  form .was-validated input[type=month]:valid:focus,
  .was-validated form input[type=number]:valid:focus,
  form .was-validated input[type=number]:valid:focus,
  .was-validated form input[type=password]:valid:focus,
  form .was-validated input[type=password]:valid:focus,
  .was-validated form input[type=search]:valid:focus,
  form .was-validated input[type=search]:valid:focus,
  .was-validated form input[type=tel]:valid:focus,
  form .was-validated input[type=tel]:valid:focus,
  .was-validated form input[type=text]:valid:focus,
  form .was-validated input[type=text]:valid:focus,
  .was-validated form input[type=time]:valid:focus,
  form .was-validated input[type=time]:valid:focus,
  .was-validated form input[type=url]:valid:focus,
  form .was-validated input[type=url]:valid:focus,
  .was-validated form input[type=week]:valid:focus,
  form .was-validated input[type=week]:valid:focus,
  .was-validated form textarea:valid:focus,
  form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .newsletter input.is-valid[type=email]:focus, form input.is-valid[type=date]:focus,
  form input.is-valid[type=email]:focus,
  form input.is-valid[type=month]:focus,
  form input.is-valid[type=number]:focus,
  form input.is-valid[type=password]:focus,
  form input.is-valid[type=search]:focus,
  form input.is-valid[type=tel]:focus,
  form input.is-valid[type=text]:focus,
  form input.is-valid[type=time]:focus,
  form input.is-valid[type=url]:focus,
  form input.is-valid[type=week]:focus,
  form textarea.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

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

.was-validated .form-select:valid, .was-validated form select:valid, form .was-validated select:valid, .form-select.is-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]):not([size]), form .was-validated select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated form select:valid:not([multiple])[size="1"], form .was-validated select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), form select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], 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='%237D8E95' 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.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .was-validated form select:valid:focus, form .was-validated select:valid:focus, .form-select.is-valid:focus, form select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

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

.was-validated .form-check-input:valid, .was-validated form input[type=checkbox]:valid, form .was-validated input[type=checkbox]:valid,
.was-validated form input[type=radio]:valid,
form .was-validated input[type=radio]:valid, .form-check-input.is-valid, form input.is-valid[type=checkbox],
form input.is-valid[type=radio] {
  border-color: var(--bs-form-valid-border-color); }
  .was-validated .form-check-input:valid:checked, .was-validated form input[type=checkbox]:valid:checked, form .was-validated input[type=checkbox]:valid:checked,
  .was-validated form input[type=radio]:valid:checked,
  form .was-validated input[type=radio]:valid:checked, .form-check-input.is-valid:checked, form input.is-valid[type=checkbox]:checked,
  form input.is-valid[type=radio]:checked {
    background-color: var(--bs-form-valid-color); }
  .was-validated .form-check-input:valid:focus, .was-validated form input[type=checkbox]:valid:focus, form .was-validated input[type=checkbox]:valid:focus,
  .was-validated form input[type=radio]:valid:focus,
  form .was-validated input[type=radio]:valid:focus, .form-check-input.is-valid:focus, form input.is-valid[type=checkbox]:focus,
  form input.is-valid[type=radio]:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .was-validated form .form-check-input:valid ~ input[type=checkbox] + label, form .was-validated .form-check-input:valid ~ input[type=checkbox] + label,
  .was-validated form .form-check-input:valid ~ input[type=radio] + label,
  form .was-validated .form-check-input:valid ~ input[type=radio] + label, .was-validated form input[type=checkbox]:valid ~ .form-check-label, .was-validated form input[type=checkbox]:valid ~ input[type=checkbox] + label, .was-validated form input[type=checkbox]:valid + label,
  .was-validated form input[type=checkbox]:valid ~ input[type=radio] + label, form .was-validated input[type=checkbox]:valid ~ .form-check-label, form .was-validated input[type=checkbox]:valid ~ input[type=checkbox] + label, form .was-validated input[type=checkbox]:valid + label,
  form .was-validated input[type=checkbox]:valid ~ input[type=radio] + label,
  .was-validated form input[type=radio]:valid ~ .form-check-label,
  .was-validated form input[type=radio]:valid ~ input[type=checkbox] + label,
  .was-validated form input[type=radio]:valid ~ input[type=radio] + label,
  .was-validated form input[type=radio]:valid + label,
  form .was-validated input[type=radio]:valid ~ .form-check-label,
  form .was-validated input[type=radio]:valid ~ input[type=checkbox] + label,
  form .was-validated input[type=radio]:valid ~ input[type=radio] + label,
  form .was-validated input[type=radio]:valid + label, .form-check-input.is-valid ~ .form-check-label, form .form-check-input.is-valid ~ input[type=checkbox] + label,
  form .form-check-input.is-valid ~ input[type=radio] + label, form input.is-valid[type=checkbox] ~ .form-check-label, form input.is-valid[type=checkbox] ~ input[type=checkbox] + label, form input[type=checkbox].is-valid + label,
  form input.is-valid[type=checkbox] ~ input[type=radio] + label,
  form input.is-valid[type=radio] ~ .form-check-label,
  form input.is-valid[type=radio] ~ input[type=checkbox] + label,
  form input.is-valid[type=radio] ~ input[type=radio] + label,
  form input[type=radio].is-valid + label {
    color: var(--bs-form-valid-color); }

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline form input[type=checkbox] ~ .valid-feedback, form .form-check-inline input[type=checkbox] ~ .valid-feedback,
.form-check-inline form input[type=radio] ~ .valid-feedback,
form .form-check-inline input[type=radio] ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .newsletter .input-group > input[type=email]:not(:focus):valid, .newsletter .was-validated .input-group > input[type=email]:not(:focus):valid, .was-validated .newsletter > div > .form-control:not(:focus):valid, .was-validated .newsletter > div > input[type=email]:not(:focus):valid, .was-validated form .input-group > input[type=date]:not(:focus):valid, .was-validated form .newsletter > div > input[type=date]:not(:focus):valid, form .was-validated .input-group > input[type=date]:not(:focus):valid, form .was-validated .newsletter > div > input[type=date]:not(:focus):valid,
.was-validated form .input-group > input[type=email]:not(:focus):valid,
form .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated form .input-group > input[type=month]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=month]:not(:focus):valid,
form .was-validated .input-group > input[type=month]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=month]:not(:focus):valid,
.was-validated form .input-group > input[type=number]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=number]:not(:focus):valid,
form .was-validated .input-group > input[type=number]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=number]:not(:focus):valid,
.was-validated form .input-group > input[type=password]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=password]:not(:focus):valid,
form .was-validated .input-group > input[type=password]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=password]:not(:focus):valid,
.was-validated form .input-group > input[type=search]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=search]:not(:focus):valid,
form .was-validated .input-group > input[type=search]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=search]:not(:focus):valid,
.was-validated form .input-group > input[type=tel]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=tel]:not(:focus):valid,
form .was-validated .input-group > input[type=tel]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=tel]:not(:focus):valid,
.was-validated form .input-group > input[type=text]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=text]:not(:focus):valid,
form .was-validated .input-group > input[type=text]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=text]:not(:focus):valid,
.was-validated form .input-group > input[type=time]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=time]:not(:focus):valid,
form .was-validated .input-group > input[type=time]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=time]:not(:focus):valid,
.was-validated form .input-group > input[type=url]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=url]:not(:focus):valid,
form .was-validated .input-group > input[type=url]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=url]:not(:focus):valid,
.was-validated form .input-group > input[type=week]:not(:focus):valid,
.was-validated form .newsletter > div > input[type=week]:not(:focus):valid,
form .was-validated .input-group > input[type=week]:not(:focus):valid,
form .was-validated .newsletter > div > input[type=week]:not(:focus):valid,
.was-validated form .input-group > textarea:not(:focus):valid,
.was-validated form .newsletter > div > textarea:not(:focus):valid,
form .was-validated .input-group > textarea:not(:focus):valid,
form .was-validated .newsletter > div > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .newsletter .input-group > input[type=email]:not(:focus).is-valid, .newsletter > div > .form-control:not(:focus).is-valid, .newsletter > div > input[type=email]:not(:focus).is-valid, form .input-group > input[type=date]:not(:focus).is-valid, form .newsletter > div > input[type=date]:not(:focus).is-valid,
form .input-group > input[type=email]:not(:focus).is-valid,
form .input-group > input[type=month]:not(:focus).is-valid,
form .newsletter > div > input[type=month]:not(:focus).is-valid,
form .input-group > input[type=number]:not(:focus).is-valid,
form .newsletter > div > input[type=number]:not(:focus).is-valid,
form .input-group > input[type=password]:not(:focus).is-valid,
form .newsletter > div > input[type=password]:not(:focus).is-valid,
form .input-group > input[type=search]:not(:focus).is-valid,
form .newsletter > div > input[type=search]:not(:focus).is-valid,
form .input-group > input[type=tel]:not(:focus).is-valid,
form .newsletter > div > input[type=tel]:not(:focus).is-valid,
form .input-group > input[type=text]:not(:focus).is-valid,
form .newsletter > div > input[type=text]:not(:focus).is-valid,
form .input-group > input[type=time]:not(:focus).is-valid,
form .newsletter > div > input[type=time]:not(:focus).is-valid,
form .input-group > input[type=url]:not(:focus).is-valid,
form .newsletter > div > input[type=url]:not(:focus).is-valid,
form .input-group > input[type=week]:not(:focus).is-valid,
form .newsletter > div > input[type=week]:not(:focus).is-valid,
form .input-group > textarea:not(:focus).is-valid,
form .newsletter > div > textarea:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .was-validated .newsletter > div > .form-select:not(:focus):valid, .was-validated form .input-group > select:not(:focus):valid, .was-validated form .newsletter > div > select:not(:focus):valid, form .was-validated .input-group > select:not(:focus):valid, form .was-validated .newsletter > div > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.newsletter > div > .form-select:not(:focus).is-valid,
form .input-group > select:not(:focus).is-valid,
form .newsletter > div > select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .newsletter > div > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.newsletter > div > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  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, .was-validated .newsletter input[type=email]:invalid, .newsletter .was-validated input[type=email]:invalid, .was-validated form input[type=date]:invalid, form .was-validated input[type=date]:invalid,
.was-validated form input[type=email]:invalid,
form .was-validated input[type=email]:invalid,
.was-validated form input[type=month]:invalid,
form .was-validated input[type=month]:invalid,
.was-validated form input[type=number]:invalid,
form .was-validated input[type=number]:invalid,
.was-validated form input[type=password]:invalid,
form .was-validated input[type=password]:invalid,
.was-validated form input[type=search]:invalid,
form .was-validated input[type=search]:invalid,
.was-validated form input[type=tel]:invalid,
form .was-validated input[type=tel]:invalid,
.was-validated form input[type=text]:invalid,
form .was-validated input[type=text]:invalid,
.was-validated form input[type=time]:invalid,
form .was-validated input[type=time]:invalid,
.was-validated form input[type=url]:invalid,
form .was-validated input[type=url]:invalid,
.was-validated form input[type=week]:invalid,
form .was-validated input[type=week]:invalid,
.was-validated form textarea:invalid,
form .was-validated textarea:invalid, .form-control.is-invalid, .newsletter input.is-invalid[type=email], form input.is-invalid[type=date],
form input.is-invalid[type=email],
form input.is-invalid[type=month],
form input.is-invalid[type=number],
form input.is-invalid[type=password],
form input.is-invalid[type=search],
form input.is-invalid[type=tel],
form input.is-invalid[type=text],
form input.is-invalid[type=time],
form input.is-invalid[type=url],
form input.is-invalid[type=week],
form textarea.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .newsletter input[type=email]:invalid:focus, .newsletter .was-validated input[type=email]:invalid:focus, .was-validated form input[type=date]:invalid:focus, form .was-validated input[type=date]:invalid:focus,
  .was-validated form input[type=email]:invalid:focus,
  form .was-validated input[type=email]:invalid:focus,
  .was-validated form input[type=month]:invalid:focus,
  form .was-validated input[type=month]:invalid:focus,
  .was-validated form input[type=number]:invalid:focus,
  form .was-validated input[type=number]:invalid:focus,
  .was-validated form input[type=password]:invalid:focus,
  form .was-validated input[type=password]:invalid:focus,
  .was-validated form input[type=search]:invalid:focus,
  form .was-validated input[type=search]:invalid:focus,
  .was-validated form input[type=tel]:invalid:focus,
  form .was-validated input[type=tel]:invalid:focus,
  .was-validated form input[type=text]:invalid:focus,
  form .was-validated input[type=text]:invalid:focus,
  .was-validated form input[type=time]:invalid:focus,
  form .was-validated input[type=time]:invalid:focus,
  .was-validated form input[type=url]:invalid:focus,
  form .was-validated input[type=url]:invalid:focus,
  .was-validated form input[type=week]:invalid:focus,
  form .was-validated input[type=week]:invalid:focus,
  .was-validated form textarea:invalid:focus,
  form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .newsletter input.is-invalid[type=email]:focus, form input.is-invalid[type=date]:focus,
  form input.is-invalid[type=email]:focus,
  form input.is-invalid[type=month]:focus,
  form input.is-invalid[type=number]:focus,
  form input.is-invalid[type=password]:focus,
  form input.is-invalid[type=search]:focus,
  form input.is-invalid[type=tel]:focus,
  form input.is-invalid[type=text]:focus,
  form input.is-invalid[type=time]:focus,
  form input.is-invalid[type=url]:focus,
  form input.is-invalid[type=week]:focus,
  form textarea.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

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

.was-validated .form-select:invalid, .was-validated form select:invalid, form .was-validated select:invalid, .form-select.is-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]):not([size]), form .was-validated select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated form select:invalid:not([multiple])[size="1"], form .was-validated select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), form select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], 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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .was-validated form select:invalid:focus, form .was-validated select:invalid:focus, .form-select.is-invalid:focus, form select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

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

.was-validated .form-check-input:invalid, .was-validated form input[type=checkbox]:invalid, form .was-validated input[type=checkbox]:invalid,
.was-validated form input[type=radio]:invalid,
form .was-validated input[type=radio]:invalid, .form-check-input.is-invalid, form input.is-invalid[type=checkbox],
form input.is-invalid[type=radio] {
  border-color: var(--bs-form-invalid-border-color); }
  .was-validated .form-check-input:invalid:checked, .was-validated form input[type=checkbox]:invalid:checked, form .was-validated input[type=checkbox]:invalid:checked,
  .was-validated form input[type=radio]:invalid:checked,
  form .was-validated input[type=radio]:invalid:checked, .form-check-input.is-invalid:checked, form input.is-invalid[type=checkbox]:checked,
  form input.is-invalid[type=radio]:checked {
    background-color: var(--bs-form-invalid-color); }
  .was-validated .form-check-input:invalid:focus, .was-validated form input[type=checkbox]:invalid:focus, form .was-validated input[type=checkbox]:invalid:focus,
  .was-validated form input[type=radio]:invalid:focus,
  form .was-validated input[type=radio]:invalid:focus, .form-check-input.is-invalid:focus, form input.is-invalid[type=checkbox]:focus,
  form input.is-invalid[type=radio]:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .was-validated form .form-check-input:invalid ~ input[type=checkbox] + label, form .was-validated .form-check-input:invalid ~ input[type=checkbox] + label,
  .was-validated form .form-check-input:invalid ~ input[type=radio] + label,
  form .was-validated .form-check-input:invalid ~ input[type=radio] + label, .was-validated form input[type=checkbox]:invalid ~ .form-check-label, .was-validated form input[type=checkbox]:invalid ~ input[type=checkbox] + label, .was-validated form input[type=checkbox]:invalid + label,
  .was-validated form input[type=checkbox]:invalid ~ input[type=radio] + label, form .was-validated input[type=checkbox]:invalid ~ .form-check-label, form .was-validated input[type=checkbox]:invalid ~ input[type=checkbox] + label, form .was-validated input[type=checkbox]:invalid + label,
  form .was-validated input[type=checkbox]:invalid ~ input[type=radio] + label,
  .was-validated form input[type=radio]:invalid ~ .form-check-label,
  .was-validated form input[type=radio]:invalid ~ input[type=checkbox] + label,
  .was-validated form input[type=radio]:invalid ~ input[type=radio] + label,
  .was-validated form input[type=radio]:invalid + label,
  form .was-validated input[type=radio]:invalid ~ .form-check-label,
  form .was-validated input[type=radio]:invalid ~ input[type=checkbox] + label,
  form .was-validated input[type=radio]:invalid ~ input[type=radio] + label,
  form .was-validated input[type=radio]:invalid + label, .form-check-input.is-invalid ~ .form-check-label, form .form-check-input.is-invalid ~ input[type=checkbox] + label,
  form .form-check-input.is-invalid ~ input[type=radio] + label, form input.is-invalid[type=checkbox] ~ .form-check-label, form input.is-invalid[type=checkbox] ~ input[type=checkbox] + label, form input[type=checkbox].is-invalid + label,
  form input.is-invalid[type=checkbox] ~ input[type=radio] + label,
  form input.is-invalid[type=radio] ~ .form-check-label,
  form input.is-invalid[type=radio] ~ input[type=checkbox] + label,
  form input.is-invalid[type=radio] ~ input[type=radio] + label,
  form input[type=radio].is-invalid + label {
    color: var(--bs-form-invalid-color); }

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline form input[type=checkbox] ~ .invalid-feedback, form .form-check-inline input[type=checkbox] ~ .invalid-feedback,
.form-check-inline form input[type=radio] ~ .invalid-feedback,
form .form-check-inline input[type=radio] ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .newsletter .input-group > input[type=email]:not(:focus):invalid, .newsletter .was-validated .input-group > input[type=email]:not(:focus):invalid, .was-validated .newsletter > div > .form-control:not(:focus):invalid, .was-validated .newsletter > div > input[type=email]:not(:focus):invalid, .was-validated form .input-group > input[type=date]:not(:focus):invalid, .was-validated form .newsletter > div > input[type=date]:not(:focus):invalid, form .was-validated .input-group > input[type=date]:not(:focus):invalid, form .was-validated .newsletter > div > input[type=date]:not(:focus):invalid,
.was-validated form .input-group > input[type=email]:not(:focus):invalid,
form .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated form .input-group > input[type=month]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=month]:not(:focus):invalid,
form .was-validated .input-group > input[type=month]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=month]:not(:focus):invalid,
.was-validated form .input-group > input[type=number]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=number]:not(:focus):invalid,
form .was-validated .input-group > input[type=number]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=number]:not(:focus):invalid,
.was-validated form .input-group > input[type=password]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=password]:not(:focus):invalid,
form .was-validated .input-group > input[type=password]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=password]:not(:focus):invalid,
.was-validated form .input-group > input[type=search]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=search]:not(:focus):invalid,
form .was-validated .input-group > input[type=search]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=search]:not(:focus):invalid,
.was-validated form .input-group > input[type=tel]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=tel]:not(:focus):invalid,
form .was-validated .input-group > input[type=tel]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=tel]:not(:focus):invalid,
.was-validated form .input-group > input[type=text]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=text]:not(:focus):invalid,
form .was-validated .input-group > input[type=text]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=text]:not(:focus):invalid,
.was-validated form .input-group > input[type=time]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=time]:not(:focus):invalid,
form .was-validated .input-group > input[type=time]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=time]:not(:focus):invalid,
.was-validated form .input-group > input[type=url]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=url]:not(:focus):invalid,
form .was-validated .input-group > input[type=url]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=url]:not(:focus):invalid,
.was-validated form .input-group > input[type=week]:not(:focus):invalid,
.was-validated form .newsletter > div > input[type=week]:not(:focus):invalid,
form .was-validated .input-group > input[type=week]:not(:focus):invalid,
form .was-validated .newsletter > div > input[type=week]:not(:focus):invalid,
.was-validated form .input-group > textarea:not(:focus):invalid,
.was-validated form .newsletter > div > textarea:not(:focus):invalid,
form .was-validated .input-group > textarea:not(:focus):invalid,
form .was-validated .newsletter > div > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .newsletter .input-group > input[type=email]:not(:focus).is-invalid, .newsletter > div > .form-control:not(:focus).is-invalid, .newsletter > div > input[type=email]:not(:focus).is-invalid, form .input-group > input[type=date]:not(:focus).is-invalid, form .newsletter > div > input[type=date]:not(:focus).is-invalid,
form .input-group > input[type=email]:not(:focus).is-invalid,
form .input-group > input[type=month]:not(:focus).is-invalid,
form .newsletter > div > input[type=month]:not(:focus).is-invalid,
form .input-group > input[type=number]:not(:focus).is-invalid,
form .newsletter > div > input[type=number]:not(:focus).is-invalid,
form .input-group > input[type=password]:not(:focus).is-invalid,
form .newsletter > div > input[type=password]:not(:focus).is-invalid,
form .input-group > input[type=search]:not(:focus).is-invalid,
form .newsletter > div > input[type=search]:not(:focus).is-invalid,
form .input-group > input[type=tel]:not(:focus).is-invalid,
form .newsletter > div > input[type=tel]:not(:focus).is-invalid,
form .input-group > input[type=text]:not(:focus).is-invalid,
form .newsletter > div > input[type=text]:not(:focus).is-invalid,
form .input-group > input[type=time]:not(:focus).is-invalid,
form .newsletter > div > input[type=time]:not(:focus).is-invalid,
form .input-group > input[type=url]:not(:focus).is-invalid,
form .newsletter > div > input[type=url]:not(:focus).is-invalid,
form .input-group > input[type=week]:not(:focus).is-invalid,
form .newsletter > div > input[type=week]:not(:focus).is-invalid,
form .input-group > textarea:not(:focus).is-invalid,
form .newsletter > div > textarea:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .was-validated .newsletter > div > .form-select:not(:focus):invalid, .was-validated form .input-group > select:not(:focus):invalid, .was-validated form .newsletter > div > select:not(:focus):invalid, form .was-validated .input-group > select:not(:focus):invalid, form .was-validated .newsletter > div > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.newsletter > div > .form-select:not(:focus).is-invalid,
form .input-group > select:not(:focus).is-invalid,
form .newsletter > div > select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .newsletter > div > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.newsletter > div > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn, .main-menu .nav-item-highlighted a, .btn-filter {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --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: 2rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem 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);
  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) {
    .btn, .main-menu .nav-item-highlighted a, .btn-filter {
      transition: none; } }
  .btn:hover, .main-menu .nav-item-highlighted a:hover, .btn-filter: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, .main-menu .nav-item-highlighted .btn-check + a:hover, .btn-check + .btn-filter:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible, .main-menu .nav-item-highlighted a:focus-visible, .btn-filter: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-focus-box-shadow); }
  .btn-check:focus-visible + .btn, .main-menu .nav-item-highlighted .btn-check:focus-visible + a, .btn-check:focus-visible + .btn-filter {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn, .main-menu .nav-item-highlighted .btn-check:checked + a, .btn-check:checked + .btn-filter, :not(.btn-check) + .btn:active, .main-menu .nav-item-highlighted :not(.btn-check) + a:active, :not(.btn-check) + .btn-filter:active, .btn:first-child:active, .main-menu .nav-item-highlighted a:first-child:active, .btn-filter:first-child:active, .btn.active, .main-menu .nav-item-highlighted a.active, .active.btn-filter, .btn.show, .main-menu .nav-item-highlighted a.show, .show.btn-filter {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible, .main-menu .nav-item-highlighted .btn-check:checked + a:focus-visible, .btn-check:checked + .btn-filter:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .main-menu .nav-item-highlighted :not(.btn-check) + a:active:focus-visible, :not(.btn-check) + .btn-filter:active:focus-visible, .btn:first-child:active:focus-visible, .main-menu .nav-item-highlighted a:first-child:active:focus-visible, .btn-filter:first-child:active:focus-visible, .btn.active:focus-visible, .main-menu .nav-item-highlighted a.active:focus-visible, .active.btn-filter:focus-visible, .btn.show:focus-visible, .main-menu .nav-item-highlighted a.show:focus-visible, .show.btn-filter:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked:focus-visible + .btn, .main-menu .nav-item-highlighted .btn-check:checked:focus-visible + a, .btn-check:checked:focus-visible + .btn-filter {
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .main-menu .nav-item-highlighted a:disabled, .btn-filter:disabled, .btn.disabled, .main-menu .nav-item-highlighted a.disabled, .disabled.btn-filter, fieldset:disabled .btn, fieldset:disabled .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted fieldset:disabled a, fieldset:disabled .btn-filter {
    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); }

.btn-primary, aside.person .btn, aside.person .btn-filter, .block-paragraph .btn, .block-paragraph .btn-filter, .block-instagram .btn, .block-instagram .btn-filter, .block-editorial .btn, .block-editorial .btn-filter, .block-editorial .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-editorial a, .block-cta .btn:first-of-type, .block-cta .btn-filter:first-of-type, .block-cta .main-menu .nav-item-highlighted a:first-of-type, .main-menu .nav-item-highlighted .block-cta a:first-of-type, .block-comparison .btn, .block-comparison .btn-filter, .push .content > div .btn, .push .content > div .btn-filter, .push .content > div .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .push .content > div a, div.press .btn, div.press .btn-filter, .main-menu .nav-item-highlighted a, .hero .btn:first-of-type, .hero .main-menu .nav-item-highlighted a:first-of-type, .main-menu .nav-item-highlighted .hero a:first-of-type, .hero .btn-filter:first-of-type, form [type=submit] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #344648;
  --bs-btn-border-color: #344648;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3c3d;
  --bs-btn-hover-border-color: #2a383a;
  --bs-btn-focus-shadow-rgb: 82, 98, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a383a;
  --bs-btn-active-border-color: #273536;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #344648;
  --bs-btn-disabled-border-color: #344648; }

.btn-secondary, .block-selected .bottom .btn, .block-selected .bottom .btn-filter, .block-selected .bottom .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-selected .bottom a, .block-latest .bottom .btn, .block-latest .bottom .btn-filter, .block-latest .bottom .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-latest .bottom a, .cookie-consent .btn, .cookie-consent .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .cookie-consent a, .cookie-consent .btn-filter {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFBB98;
  --bs-btn-border-color: #FFBB98;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc5a7;
  --bs-btn-hover-border-color: #ffc2a2;
  --bs-btn-focus-shadow-rgb: 217, 159, 129;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc9ad;
  --bs-btn-active-border-color: #ffc2a2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFBB98;
  --bs-btn-disabled-border-color: #FFBB98; }

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #7D8E95;
  --bs-btn-border-color: #7D8E95;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #919fa5;
  --bs-btn-hover-border-color: #8a99a0;
  --bs-btn-focus-shadow-rgb: 106, 121, 127;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #97a5aa;
  --bs-btn-active-border-color: #8a99a0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7D8E95;
  --bs-btn-disabled-border-color: #7D8E95; }

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #FBE0C3;
  --bs-btn-border-color: #FBE0C3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fce5cc;
  --bs-btn-hover-border-color: #fbe3c9;
  --bs-btn-focus-shadow-rgb: 213, 190, 166;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fce6cf;
  --bs-btn-active-border-color: #fbe3c9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FBE0C3;
  --bs-btn-disabled-border-color: #FBE0C3; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light, .toc > div > button, .share > button, .push .btn, .push .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .push a, .btn-filter {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; }

.btn-outline-primary, .block-cta .btn + .btn, .block-cta .btn-filter + .btn, .block-cta .main-menu .nav-item-highlighted a + .btn, .main-menu .nav-item-highlighted .block-cta a + .btn, .block-cta .btn + .btn-filter, .block-cta .btn-filter + .btn-filter, .block-cta .main-menu .nav-item-highlighted a + .btn-filter, .main-menu .nav-item-highlighted .block-cta a + .btn-filter, .block-cta .main-menu .nav-item-highlighted .btn + a, .main-menu .nav-item-highlighted .block-cta .btn + a, .block-cta .main-menu .nav-item-highlighted .btn-filter + a, .main-menu .nav-item-highlighted .block-cta .btn-filter + a, .block-cta .main-menu .nav-item-highlighted a + a, .main-menu .nav-item-highlighted .block-cta a + a, .hero .btn + .btn, .hero .main-menu .nav-item-highlighted a + .btn, .main-menu .nav-item-highlighted .hero a + .btn, .hero .main-menu .nav-item-highlighted .btn + a, .main-menu .nav-item-highlighted .hero .btn + a, .hero .main-menu .nav-item-highlighted a + a, .main-menu .nav-item-highlighted .hero a + a, .hero .btn-filter + .btn, .hero .main-menu .nav-item-highlighted .btn-filter + a, .main-menu .nav-item-highlighted .hero .btn-filter + a, .hero .btn + .btn-filter, .hero .main-menu .nav-item-highlighted a + .btn-filter, .main-menu .nav-item-highlighted .hero a + .btn-filter, .hero .btn-filter + .btn-filter {
  --bs-btn-color: #344648;
  --bs-btn-border-color: #344648;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #344648;
  --bs-btn-hover-border-color: #344648;
  --bs-btn-focus-shadow-rgb: 52, 70, 72;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #344648;
  --bs-btn-active-border-color: #344648;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #344648;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #344648;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #FFBB98;
  --bs-btn-border-color: #FFBB98;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFBB98;
  --bs-btn-hover-border-color: #FFBB98;
  --bs-btn-focus-shadow-rgb: 255, 187, 152;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFBB98;
  --bs-btn-active-border-color: #FFBB98;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFBB98;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFBB98;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #7D8E95;
  --bs-btn-border-color: #7D8E95;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #7D8E95;
  --bs-btn-hover-border-color: #7D8E95;
  --bs-btn-focus-shadow-rgb: 125, 142, 149;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7D8E95;
  --bs-btn-active-border-color: #7D8E95;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #7D8E95;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #7D8E95;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #FBE0C3;
  --bs-btn-border-color: #FBE0C3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FBE0C3;
  --bs-btn-hover-border-color: #FBE0C3;
  --bs-btn-focus-shadow-rgb: 251, 224, 195;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FBE0C3;
  --bs-btn-active-border-color: #FBE0C3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FBE0C3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FBE0C3;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

.btn-outline-light, .hero-cover-darken + * .btn + .btn, .hero-cover-darken + * .main-menu .nav-item-highlighted a + .btn, .main-menu .nav-item-highlighted .hero-cover-darken + * a + .btn, .hero-cover-darken + * .main-menu .nav-item-highlighted .btn + a, .main-menu .nav-item-highlighted .hero-cover-darken + * .btn + a, .hero-cover-darken + * .main-menu .nav-item-highlighted a + a, .main-menu .nav-item-highlighted .hero-cover-darken + * a + a, .hero-cover-darken + * .btn-filter + .btn, .hero-cover-darken + * .main-menu .nav-item-highlighted .btn-filter + a, .main-menu .nav-item-highlighted .hero-cover-darken + * .btn-filter + a, .hero-cover-darken + * .btn + .btn-filter, .hero-cover-darken + * .main-menu .nav-item-highlighted a + .btn-filter, .main-menu .nav-item-highlighted .hero-cover-darken + * a + .btn-filter, .hero-cover-darken + * .btn-filter + .btn-filter {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none; }

.btn-link, .place .btn, .place .btn-filter, .place .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .place a, .expertise .btn, .expertise .btn-filter, .expertise .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .expertise a, .page .btn, .page .btn-filter, .page .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .page a, .block-informations .btn, .block-informations .btn-filter, .block-informations .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-informations a, .block-chart canvas + .btn, .block-chart canvas + .btn-filter, .block-chart .main-menu .nav-item-highlighted canvas + a, .main-menu .nav-item-highlighted .block-chart canvas + a, .metas .share button, footer[role="contentinfo"] .information .btn, footer[role="contentinfo"] .information .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted footer[role="contentinfo"] .information a, footer[role="contentinfo"] .information .btn-filter {
  --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: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 82, 98, 99;
  text-decoration: underline; }
  .btn-link:focus-visible, .place .btn:focus-visible, .place .btn-filter:focus-visible, .place .main-menu .nav-item-highlighted a:focus-visible, .main-menu .nav-item-highlighted .place a:focus-visible, .expertise .btn:focus-visible, .expertise .btn-filter:focus-visible, .expertise .main-menu .nav-item-highlighted a:focus-visible, .main-menu .nav-item-highlighted .expertise a:focus-visible, .page .btn:focus-visible, .page .btn-filter:focus-visible, .page .main-menu .nav-item-highlighted a:focus-visible, .main-menu .nav-item-highlighted .page a:focus-visible, .block-informations .btn:focus-visible, .block-informations .btn-filter:focus-visible, .block-informations .main-menu .nav-item-highlighted a:focus-visible, .main-menu .nav-item-highlighted .block-informations a:focus-visible, .block-chart canvas + .btn:focus-visible, .block-chart canvas + .btn-filter:focus-visible, .block-chart .main-menu .nav-item-highlighted canvas + a:focus-visible, .main-menu .nav-item-highlighted .block-chart canvas + a:focus-visible, .metas .share button:focus-visible, footer[role="contentinfo"] .information .btn:focus-visible, footer[role="contentinfo"] .information .main-menu .nav-item-highlighted a:focus-visible, .main-menu .nav-item-highlighted footer[role="contentinfo"] .information a:focus-visible, footer[role="contentinfo"] .information .btn-filter:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover, .place .btn:hover, .place .btn-filter:hover, .place .main-menu .nav-item-highlighted a:hover, .main-menu .nav-item-highlighted .place a:hover, .expertise .btn:hover, .expertise .btn-filter:hover, .expertise .main-menu .nav-item-highlighted a:hover, .main-menu .nav-item-highlighted .expertise a:hover, .page .btn:hover, .page .btn-filter:hover, .page .main-menu .nav-item-highlighted a:hover, .main-menu .nav-item-highlighted .page a:hover, .block-informations .btn:hover, .block-informations .btn-filter:hover, .block-informations .main-menu .nav-item-highlighted a:hover, .main-menu .nav-item-highlighted .block-informations a:hover, .block-chart canvas + .btn:hover, .block-chart canvas + .btn-filter:hover, .block-chart .main-menu .nav-item-highlighted canvas + a:hover, .main-menu .nav-item-highlighted .block-chart canvas + a:hover, .metas .share button:hover, footer[role="contentinfo"] .information .btn:hover, footer[role="contentinfo"] .information .main-menu .nav-item-highlighted a:hover, .main-menu .nav-item-highlighted footer[role="contentinfo"] .information a:hover, footer[role="contentinfo"] .information .btn-filter:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn, .main-menu .nav-item-highlighted .btn-group-lg > a, .btn-group-lg > .btn-filter {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg); }

.btn-sm, .place .btn, .place .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .place a, .expertise .btn, .expertise .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .expertise a, .block-chart canvas + .btn, .block-chart canvas + .btn-filter, .block-chart .main-menu .nav-item-highlighted canvas + a, .main-menu .nav-item-highlighted .block-chart canvas + a, .metas .share button, .cookie-consent .btn, .cookie-consent .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .cookie-consent a, .cookie-consent .btn-filter, .btn-filter, .btn-group-sm > .btn, .main-menu .nav-item-highlighted .btn-group-sm > a, .btn-group-sm > .btn-filter {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm); }

.fade, .block-chart .modal {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade, .block-chart .modal {
      transition: none; } }
  .fade:not(.show), .block-chart .modal: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,
.share,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle, .share > button {
  white-space: nowrap; }
  .dropdown-toggle::after, .share > button::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after, .share > button:empty::after {
    margin-left: 0; }

.dropdown-menu, .share ul {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #344648;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --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); }
  .dropdown-menu[data-bs-popper], .share ul[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, .nav-language .dropdown-menu, .nav-language .share ul, .share .nav-language ul, .nav .dropdown-menu, .nav .share ul, .share .nav ul {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper], .nav-language [data-bs-popper].dropdown-menu, .nav-language .share ul[data-bs-popper], .share .nav-language ul[data-bs-popper], .nav [data-bs-popper].dropdown-menu, .nav .share ul[data-bs-popper], .share .nav ul[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], .dropup .share ul[data-bs-popper], .share .dropup ul[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.dropup .dropdown-toggle::after, .dropup .share > button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after, .dropup .share > button:empty::after {
  margin-left: 0; }

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

.dropend .dropdown-toggle::after, .dropend .share > button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after, .dropend .share > button:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after, .dropend .share > button::after {
  vertical-align: 0; }

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

.dropstart .dropdown-toggle::after, .dropstart .share > button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after, .dropstart .share > button::after {
  display: none; }

.dropstart .dropdown-toggle::before, .dropstart .share > button::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after, .dropstart .share > button:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before, .dropstart .share > button::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, .share li a, .nav-language .dropdown-menu a, .nav-language .share ul a, .share .nav-language ul a, .nav .dropdown-menu a, .nav .share ul a, .share .nav ul a {
  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, .share li a:hover, .nav-language .dropdown-menu a:hover, .nav-language .share ul a:hover, .share .nav-language ul a:hover, .nav .dropdown-menu a:hover, .nav .share ul a:hover, .share .nav ul a:hover, .dropdown-item:focus, .share li a:focus, .nav-language .dropdown-menu a:focus, .nav-language .share ul a:focus, .share .nav-language ul a:focus, .nav .dropdown-menu a:focus, .nav .share ul a:focus, .share .nav ul a:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .share li a.active, .nav-language .dropdown-menu a.active, .nav-language .share ul a.active, .share .nav-language ul a.active, .nav .dropdown-menu a.active, .nav .share ul a.active, .share .nav ul a.active, .dropdown-item:active, .share li a:active, .nav-language .dropdown-menu a:active, .nav-language .share ul a:active, .share .nav-language ul a:active, .nav .dropdown-menu a:active, .nav .share ul a:active, .share .nav ul a:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .share li a.disabled, .nav-language .dropdown-menu a.disabled, .nav-language .share ul a.disabled, .share .nav-language ul a.disabled, .nav .dropdown-menu a.disabled, .nav .share ul a.disabled, .share .nav ul a.disabled, .dropdown-item:disabled, .share li a:disabled, .nav-language .dropdown-menu a:disabled, .nav-language .share ul a:disabled, .share .nav-language ul a:disabled, .nav .dropdown-menu a:disabled, .nav .share ul a:disabled, .share .nav ul a:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show, .share ul.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.875rem;
  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: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #344648;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .main-menu .nav-item-highlighted .btn-group > a, .btn-group > .btn-filter,
  .btn-group-vertical > .btn,
  .main-menu .nav-item-highlighted .btn-group-vertical > a,
  .btn-group-vertical > .btn-filter {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn, .main-menu .nav-item-highlighted .btn-group > .btn-check:checked + a, .btn-group > .btn-check:checked + .btn-filter,
  .btn-group > .btn-check:focus + .btn,
  .main-menu .nav-item-highlighted .btn-group > .btn-check:focus + a,
  .btn-group > .btn-check:focus + .btn-filter,
  .btn-group > .btn:hover,
  .main-menu .nav-item-highlighted .btn-group > a:hover,
  .btn-group > .btn-filter:hover,
  .btn-group > .btn:focus,
  .main-menu .nav-item-highlighted .btn-group > a:focus,
  .btn-group > .btn-filter:focus,
  .btn-group > .btn:active,
  .main-menu .nav-item-highlighted .btn-group > a:active,
  .btn-group > .btn-filter:active,
  .btn-group > .btn.active,
  .main-menu .nav-item-highlighted .btn-group > a.active,
  .btn-group > .active.btn-filter,
  .btn-group-vertical > .btn-check:checked + .btn,
  .main-menu .nav-item-highlighted .btn-group-vertical > .btn-check:checked + a,
  .btn-group-vertical > .btn-check:checked + .btn-filter,
  .btn-group-vertical > .btn-check:focus + .btn,
  .main-menu .nav-item-highlighted .btn-group-vertical > .btn-check:focus + a,
  .btn-group-vertical > .btn-check:focus + .btn-filter,
  .btn-group-vertical > .btn:hover,
  .main-menu .nav-item-highlighted .btn-group-vertical > a:hover,
  .btn-group-vertical > .btn-filter:hover,
  .btn-group-vertical > .btn:focus,
  .main-menu .nav-item-highlighted .btn-group-vertical > a:focus,
  .btn-group-vertical > .btn-filter:focus,
  .btn-group-vertical > .btn:active,
  .main-menu .nav-item-highlighted .btn-group-vertical > a:active,
  .btn-group-vertical > .btn-filter:active,
  .btn-group-vertical > .btn.active,
  .main-menu .nav-item-highlighted .btn-group-vertical > a.active,
  .btn-group-vertical > .active.btn-filter {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group, .btn-toolbar .newsletter > div {
    width: auto; }

.btn-group {
  border-radius: 2rem; }
  .btn-group > :not(.btn-check:first-child) + .btn, .main-menu .nav-item-highlighted .btn-group > :not(.btn-check:first-child) + a, .btn-group > :not(.btn-check:first-child) + .btn-filter,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1); }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .main-menu .nav-item-highlighted .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-filter:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .main-menu .nav-item-highlighted .btn-group > a.dropdown-toggle-split:first-child,
  .btn-group > .dropdown-toggle-split.btn-filter:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn,
  .main-menu .nav-item-highlighted .btn-group > .btn-group:not(:last-child) > a,
  .btn-group > .btn-group:not(:last-child) > .btn-filter {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3), .main-menu .nav-item-highlighted .btn-group > a:nth-child(n + 3), .btn-group > .btn-filter:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .main-menu .nav-item-highlighted .btn-group > :not(.btn-check) + a,
  .btn-group > :not(.btn-check) + .btn-filter,
  .btn-group > .btn-group:not(:first-child) > .btn,
  .main-menu .nav-item-highlighted .btn-group > .btn-group:not(:first-child) > a,
  .btn-group > .btn-group:not(:first-child) > .btn-filter {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .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, .place .btn + .dropdown-toggle-split, .place .btn-filter + .dropdown-toggle-split, .place .main-menu .nav-item-highlighted a + .dropdown-toggle-split, .main-menu .nav-item-highlighted .place a + .dropdown-toggle-split, .expertise .btn + .dropdown-toggle-split, .expertise .btn-filter + .dropdown-toggle-split, .expertise .main-menu .nav-item-highlighted a + .dropdown-toggle-split, .main-menu .nav-item-highlighted .expertise a + .dropdown-toggle-split, .block-chart canvas + .btn + .dropdown-toggle-split, .block-chart canvas + .btn-filter + .dropdown-toggle-split, .block-chart .main-menu .nav-item-highlighted canvas + a + .dropdown-toggle-split, .main-menu .nav-item-highlighted .block-chart canvas + a + .dropdown-toggle-split, .metas .share button + .dropdown-toggle-split, .cookie-consent .btn + .dropdown-toggle-split, .cookie-consent .main-menu .nav-item-highlighted a + .dropdown-toggle-split, .main-menu .nav-item-highlighted .cookie-consent a + .dropdown-toggle-split, .cookie-consent .btn-filter + .dropdown-toggle-split, .btn-filter + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .main-menu .nav-item-highlighted .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .btn-filter + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .main-menu .nav-item-highlighted .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .btn-filter + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn, .main-menu .nav-item-highlighted .btn-group-vertical > a, .btn-group-vertical > .btn-filter,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .main-menu .nav-item-highlighted .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-filter:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1); }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .main-menu .nav-item-highlighted .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-filter:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .main-menu .nav-item-highlighted .btn-group-vertical > .btn-group:not(:last-child) > a,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-filter {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn, .main-menu .nav-item-highlighted .btn-group-vertical > a ~ .btn, .main-menu .nav-item-highlighted .btn-group-vertical > .btn ~ a, .main-menu .nav-item-highlighted .btn-group-vertical > a ~ a, .btn-group-vertical > .btn-filter ~ .btn, .main-menu .nav-item-highlighted .btn-group-vertical > .btn-filter ~ a, .btn-group-vertical > .btn ~ .btn-filter, .main-menu .nav-item-highlighted .btn-group-vertical > a ~ .btn-filter, .btn-group-vertical > .btn-filter ~ .btn-filter,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .main-menu .nav-item-highlighted .btn-group-vertical > .btn-group:not(:first-child) > a,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-filter {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-link, .nav .dropdown > button:first-child, .nav .share > button:first-child, .nav a {
  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, .nav .dropdown > button:first-child, .nav .share > button:first-child, .nav a {
      transition: none; } }
  .nav-link:hover, .nav .dropdown > button:hover:first-child, .nav .share > button:hover:first-child, .nav a:hover, .nav-link:focus, .nav .dropdown > button:focus:first-child, .nav .share > button:focus:first-child, .nav a:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link:focus-visible, .nav .dropdown > button:focus-visible:first-child, .nav .share > button:focus-visible:first-child, .nav a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(52, 70, 72, 0.25); }
  .nav-link.disabled, .nav .dropdown > button.disabled:first-child, .nav .share > button.disabled:first-child, .nav a.disabled, .nav-link:disabled, .nav .dropdown > button:disabled:first-child, .nav .share > button:disabled:first-child, .nav a: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: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link, .nav-tabs .nav .dropdown > button:first-child, .nav-tabs .nav .share > button:first-child, .nav .nav-tabs .dropdown > button:first-child, .nav .nav-tabs .share > button:first-child, .nav-tabs .nav a, .nav .nav-tabs a {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav .dropdown > button:hover:first-child, .nav-tabs .nav .share > button:hover:first-child, .nav .nav-tabs .dropdown > button:hover:first-child, .nav .nav-tabs .share > button:hover:first-child, .nav-tabs .nav a:hover, .nav .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav .dropdown > button:focus:first-child, .nav-tabs .nav .share > button:focus:first-child, .nav .nav-tabs .dropdown > button:focus:first-child, .nav .nav-tabs .share > button:focus:first-child, .nav-tabs .nav a:focus, .nav .nav-tabs a:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
  .nav-tabs .nav-link.active, .nav-tabs .nav .dropdown > button.active:first-child, .nav-tabs .nav .share > button.active:first-child, .nav .nav-tabs .dropdown > button.active:first-child, .nav .nav-tabs .share > button.active:first-child, .nav-tabs .nav a.active, .nav .nav-tabs a.active,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-item.show .nav .dropdown > button:first-child,
  .nav-tabs .nav-item.show .nav .share > button:first-child,
  .nav .nav-tabs .nav-item.show .dropdown > button:first-child,
  .nav .nav-tabs .nav-item.show .share > button:first-child,
  .nav-tabs .nav-item.show .nav a,
  .nav .nav-tabs .nav-item.show a,
  .nav-tabs .nav li.show .nav-link,
  .nav-tabs .nav li.show .dropdown > button:first-child,
  .nav-tabs .nav li.show .share > button:first-child,
  .nav-tabs .nav li.show a,
  .nav .nav-tabs li.show .nav-link,
  .nav .nav-tabs li.show .dropdown > button:first-child,
  .nav .nav-tabs li.show .share > button:first-child,
  .nav .nav-tabs li.show a {
    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, .nav-tabs .share ul, .share .nav-tabs ul {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #344648; }
  .nav-pills .nav-link, .nav-pills .nav .dropdown > button:first-child, .nav-pills .nav .share > button:first-child, .nav .nav-pills .dropdown > button:first-child, .nav .nav-pills .share > button:first-child, .nav-pills .nav a, .nav .nav-pills a {
    border-radius: var(--bs-nav-pills-border-radius); }
  .nav-pills .nav-link.active, .nav-pills .nav .dropdown > button.active:first-child, .nav-pills .nav .share > button.active:first-child, .nav .nav-pills .dropdown > button.active:first-child, .nav .nav-pills .share > button.active:first-child, .nav-pills .nav a.active, .nav .nav-pills a.active,
  .nav-pills .show > .nav-link,
  .nav-pills .nav .dropdown.show > button:first-child,
  .nav-pills .nav .show.share > button:first-child,
  .nav .nav-pills .dropdown.show > button:first-child,
  .nav .nav-pills .show.share > button:first-child,
  .nav-pills .nav .show > a,
  .nav .nav-pills .show > a {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap); }
  .nav-underline .nav-link, .nav-underline .nav .dropdown > button:first-child, .nav-underline .nav .share > button:first-child, .nav .nav-underline .dropdown > button:first-child, .nav .nav-underline .share > button:first-child, .nav-underline .nav a, .nav .nav-underline a {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }
    .nav-underline .nav-link:hover, .nav-underline .nav .dropdown > button:hover:first-child, .nav-underline .nav .share > button:hover:first-child, .nav .nav-underline .dropdown > button:hover:first-child, .nav .nav-underline .share > button:hover:first-child, .nav-underline .nav a:hover, .nav .nav-underline a:hover, .nav-underline .nav-link:focus, .nav-underline .nav .dropdown > button:focus:first-child, .nav-underline .nav .share > button:focus:first-child, .nav .nav-underline .dropdown > button:focus:first-child, .nav .nav-underline .share > button:focus:first-child, .nav-underline .nav a:focus, .nav .nav-underline a:focus {
      border-bottom-color: currentcolor; }
  .nav-underline .nav-link.active, .nav-underline .nav .dropdown > button.active:first-child, .nav-underline .nav .share > button.active:first-child, .nav .nav-underline .dropdown > button.active:first-child, .nav .nav-underline .share > button.active:first-child, .nav-underline .nav a.active, .nav .nav-underline a.active,
  .nav-underline .show > .nav-link,
  .nav-underline .nav .dropdown.show > button:first-child,
  .nav-underline .nav .show.share > button:first-child,
  .nav .nav-underline .dropdown.show > button:first-child,
  .nav .nav-underline .show.share > button:first-child,
  .nav-underline .nav .show > a,
  .nav .nav-underline .show > a {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor; }

.nav-fill > .nav-link, .nav .dropdown.nav-fill > button:first-child, .nav .nav-fill.share > button:first-child, .nav .nav-fill > a,
.nav-fill .nav-item,
.nav-fill .nav li,
.nav .nav-fill li {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link, .nav .dropdown.nav-justified > button:first-child, .nav .nav-justified.share > button:first-child, .nav .nav-justified > a,
.nav-justified .nav-item,
.nav-justified .nav li,
.nav .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link, .nav-fill .nav-item .nav .dropdown > button:first-child, .nav-fill .nav-item .nav .share > button:first-child, .nav .nav-fill .nav-item .dropdown > button:first-child, .nav .nav-fill .nav-item .share > button:first-child, .nav-fill .nav-item .nav a, .nav .nav-fill .nav-item a, .nav-fill .nav li .nav-link, .nav-fill .nav li .dropdown > button:first-child, .nav-fill .nav li .share > button:first-child, .nav-fill .nav li a, .nav .nav-fill li .nav-link, .nav .nav-fill li .dropdown > button:first-child, .nav .nav-fill li .share > button:first-child, .nav .nav-fill li a,
.nav-justified .nav-item .nav-link,
.nav-justified .nav-item .nav .dropdown > button:first-child,
.nav-justified .nav-item .nav .share > button:first-child,
.nav .nav-justified .nav-item .dropdown > button:first-child,
.nav .nav-justified .nav-item .share > button:first-child,
.nav-justified .nav-item .nav a,
.nav .nav-justified .nav-item a,
.nav-justified .nav li .nav-link,
.nav-justified .nav li .dropdown > button:first-child,
.nav-justified .nav li .share > button:first-child,
.nav-justified .nav li a,
.nav .nav-justified li .nav-link,
.nav .nav-justified li .dropdown > button:first-child,
.nav .nav-justified li .share > button:first-child,
.nav .nav-justified li a {
  width: 100%; }

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

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

.navbar, header[role="banner"] > nav {
  --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.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --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: 1.25rem;
  --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%2833, 37, 41, 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: 2rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --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, header[role="banner"] > nav > .container,
  .navbar > .container-fluid,
  header[role="banner"] > nav > .container-fluid,
  .navbar > .container-sm,
  header[role="banner"] > nav > .container-sm,
  .navbar > .container-md,
  header[role="banner"] > nav > .container-md,
  .navbar > .container-lg,
  header[role="banner"] > nav > .container-lg,
  .navbar > .container-xl,
  header[role="banner"] > nav > .container-xl,
  .navbar > .container-xxl,
  header[role="banner"] > nav > .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-weight: ;
  --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 .dropdown > button.active:first-child, .navbar-nav .nav .share > button.active:first-child, .nav .navbar-nav .dropdown > button.active:first-child, .nav .navbar-nav .share > button.active:first-child, .navbar-nav .nav a.active, .nav .navbar-nav a.active, .navbar-nav .nav-link.show, .navbar-nav .nav .dropdown > button.show:first-child, .navbar-nav .nav .share > button.show:first-child, .nav .navbar-nav .dropdown > button.show:first-child, .nav .navbar-nav .share > button.show:first-child, .navbar-nav .nav a.show, .nav .navbar-nav a.show {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu, .navbar-nav .share ul, .share .navbar-nav ul {
    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-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler, header[role="banner"] .btn-menu {
  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, header[role="banner"] .btn-menu {
      transition: none; } }
  .navbar-toggler:hover, header[role="banner"] .btn-menu:hover {
    text-decoration: none; }
  .navbar-toggler:focus, header[role="banner"] .btn-menu:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon, header[role="banner"] .btn-menu > span {
  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, .navbar-expand-sm .navbar-nav .share ul, .share .navbar-expand-sm .navbar-nav ul {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .nav .dropdown > button:first-child, .navbar-expand-sm .navbar-nav .nav .share > button:first-child, .nav .navbar-expand-sm .navbar-nav .dropdown > button:first-child, .nav .navbar-expand-sm .navbar-nav .share > button:first-child, .navbar-expand-sm .navbar-nav .nav a, .nav .navbar-expand-sm .navbar-nav a {
        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, .navbar-expand-sm header[role="banner"] .btn-menu, header[role="banner"] .navbar-expand-sm .btn-menu {
      display: none; }
    .navbar-expand-sm .offcanvas, .navbar-expand-sm .main-menu {
      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;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header, .navbar-expand-sm .offcanvas .toc .header, .toc .navbar-expand-sm .offcanvas .header, .main-menu .navbar-expand-sm .offcanvas .header, .navbar-expand-sm .main-menu .offcanvas-header, .navbar-expand-sm .main-menu .header, .navbar-expand-sm .offcanvas .filters .header, .filters .navbar-expand-sm .offcanvas .header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body, .navbar-expand-sm .offcanvas .toc .content, .toc .navbar-expand-sm .offcanvas .content, .main-menu .navbar-expand-sm .offcanvas .content, .navbar-expand-sm .main-menu .offcanvas-body, .navbar-expand-sm .main-menu .content, .navbar-expand-sm .offcanvas .filters .content, .filters .navbar-expand-sm .offcanvas .content {
        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, .navbar-expand-md .navbar-nav .share ul, .share .navbar-expand-md .navbar-nav ul {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav .dropdown > button:first-child, .navbar-expand-md .navbar-nav .nav .share > button:first-child, .nav .navbar-expand-md .navbar-nav .dropdown > button:first-child, .nav .navbar-expand-md .navbar-nav .share > button:first-child, .navbar-expand-md .navbar-nav .nav a, .nav .navbar-expand-md .navbar-nav a {
        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, .navbar-expand-md header[role="banner"] .btn-menu, header[role="banner"] .navbar-expand-md .btn-menu {
      display: none; }
    .navbar-expand-md .offcanvas, .navbar-expand-md .main-menu {
      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;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header, .navbar-expand-md .offcanvas .toc .header, .toc .navbar-expand-md .offcanvas .header, .main-menu .navbar-expand-md .offcanvas .header, .navbar-expand-md .main-menu .offcanvas-header, .navbar-expand-md .main-menu .header, .navbar-expand-md .offcanvas .filters .header, .filters .navbar-expand-md .offcanvas .header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body, .navbar-expand-md .offcanvas .toc .content, .toc .navbar-expand-md .offcanvas .content, .main-menu .navbar-expand-md .offcanvas .content, .navbar-expand-md .main-menu .offcanvas-body, .navbar-expand-md .main-menu .content, .navbar-expand-md .offcanvas .filters .content, .filters .navbar-expand-md .offcanvas .content {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg, header[role="banner"] > nav {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav, header[role="banner"] > nav .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .share ul, .share .navbar-expand-lg .navbar-nav ul, header[role="banner"] > nav .navbar-nav .dropdown-menu, header[role="banner"] > nav .navbar-nav .share ul, .share header[role="banner"] > nav .navbar-nav ul {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav .dropdown > button:first-child, .navbar-expand-lg .navbar-nav .nav .share > button:first-child, .nav .navbar-expand-lg .navbar-nav .dropdown > button:first-child, .nav .navbar-expand-lg .navbar-nav .share > button:first-child, .navbar-expand-lg .navbar-nav .nav a, .nav .navbar-expand-lg .navbar-nav a, header[role="banner"] > nav .navbar-nav .nav-link, header[role="banner"] > nav .navbar-nav .nav .dropdown > button:first-child, header[role="banner"] > nav .navbar-nav .nav .share > button:first-child, .nav header[role="banner"] > nav .navbar-nav .dropdown > button:first-child, .nav header[role="banner"] > nav .navbar-nav .share > button:first-child, header[role="banner"] > nav .navbar-nav .nav a, .nav header[role="banner"] > nav .navbar-nav a {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll, header[role="banner"] > nav .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse, header[role="banner"] > nav .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler, .navbar-expand-lg header[role="banner"] .btn-menu, header[role="banner"] .navbar-expand-lg .btn-menu, header[role="banner"] > nav .navbar-toggler, header[role="banner"] > nav .btn-menu {
      display: none; }
    .navbar-expand-lg .offcanvas, .navbar-expand-lg .main-menu, header[role="banner"] > nav .offcanvas, header[role="banner"] > nav .main-menu {
      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;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header, .navbar-expand-lg .offcanvas .toc .header, .toc .navbar-expand-lg .offcanvas .header, .main-menu .navbar-expand-lg .offcanvas .header, .navbar-expand-lg .main-menu .offcanvas-header, .navbar-expand-lg .main-menu .header, .navbar-expand-lg .offcanvas .filters .header, .filters .navbar-expand-lg .offcanvas .header, header[role="banner"] > nav .offcanvas .offcanvas-header, header[role="banner"] > nav .offcanvas .toc .header, .toc header[role="banner"] > nav .offcanvas .header, .main-menu header[role="banner"] > nav .offcanvas .header, header[role="banner"] > nav .main-menu .offcanvas-header, header[role="banner"] > nav .main-menu .header, header[role="banner"] > nav .offcanvas .filters .header, .filters header[role="banner"] > nav .offcanvas .header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body, .navbar-expand-lg .offcanvas .toc .content, .toc .navbar-expand-lg .offcanvas .content, .main-menu .navbar-expand-lg .offcanvas .content, .navbar-expand-lg .main-menu .offcanvas-body, .navbar-expand-lg .main-menu .content, .navbar-expand-lg .offcanvas .filters .content, .filters .navbar-expand-lg .offcanvas .content, header[role="banner"] > nav .offcanvas .offcanvas-body, header[role="banner"] > nav .offcanvas .toc .content, .toc header[role="banner"] > nav .offcanvas .content, .main-menu header[role="banner"] > nav .offcanvas .content, header[role="banner"] > nav .main-menu .offcanvas-body, header[role="banner"] > nav .main-menu .content, header[role="banner"] > nav .offcanvas .filters .content, .filters header[role="banner"] > nav .offcanvas .content {
        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, .navbar-expand-xl .navbar-nav .share ul, .share .navbar-expand-xl .navbar-nav ul {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .nav .dropdown > button:first-child, .navbar-expand-xl .navbar-nav .nav .share > button:first-child, .nav .navbar-expand-xl .navbar-nav .dropdown > button:first-child, .nav .navbar-expand-xl .navbar-nav .share > button:first-child, .navbar-expand-xl .navbar-nav .nav a, .nav .navbar-expand-xl .navbar-nav a {
        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, .navbar-expand-xl header[role="banner"] .btn-menu, header[role="banner"] .navbar-expand-xl .btn-menu {
      display: none; }
    .navbar-expand-xl .offcanvas, .navbar-expand-xl .main-menu {
      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;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header, .navbar-expand-xl .offcanvas .toc .header, .toc .navbar-expand-xl .offcanvas .header, .main-menu .navbar-expand-xl .offcanvas .header, .navbar-expand-xl .main-menu .offcanvas-header, .navbar-expand-xl .main-menu .header, .navbar-expand-xl .offcanvas .filters .header, .filters .navbar-expand-xl .offcanvas .header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body, .navbar-expand-xl .offcanvas .toc .content, .toc .navbar-expand-xl .offcanvas .content, .main-menu .navbar-expand-xl .offcanvas .content, .navbar-expand-xl .main-menu .offcanvas-body, .navbar-expand-xl .main-menu .content, .navbar-expand-xl .offcanvas .filters .content, .filters .navbar-expand-xl .offcanvas .content {
        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, .navbar-expand-xxl .navbar-nav .share ul, .share .navbar-expand-xxl .navbar-nav ul {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .nav .dropdown > button:first-child, .navbar-expand-xxl .navbar-nav .nav .share > button:first-child, .nav .navbar-expand-xxl .navbar-nav .dropdown > button:first-child, .nav .navbar-expand-xxl .navbar-nav .share > button:first-child, .navbar-expand-xxl .navbar-nav .nav a, .nav .navbar-expand-xxl .navbar-nav a {
        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, .navbar-expand-xxl header[role="banner"] .btn-menu, header[role="banner"] .navbar-expand-xxl .btn-menu {
      display: none; }
    .navbar-expand-xxl .offcanvas, .navbar-expand-xxl .main-menu {
      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;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header, .navbar-expand-xxl .offcanvas .toc .header, .toc .navbar-expand-xxl .offcanvas .header, .main-menu .navbar-expand-xxl .offcanvas .header, .navbar-expand-xxl .main-menu .offcanvas-header, .navbar-expand-xxl .main-menu .header, .navbar-expand-xxl .offcanvas .filters .header, .filters .navbar-expand-xxl .offcanvas .header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body, .navbar-expand-xxl .offcanvas .toc .content, .toc .navbar-expand-xxl .offcanvas .content, .main-menu .navbar-expand-xxl .offcanvas .content, .navbar-expand-xxl .main-menu .offcanvas-body, .navbar-expand-xxl .main-menu .content, .navbar-expand-xxl .offcanvas .filters .content, .filters .navbar-expand-xxl .offcanvas .content {
        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, .navbar-expand .navbar-nav .share ul, .share .navbar-expand .navbar-nav ul {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .nav .dropdown > button:first-child, .navbar-expand .navbar-nav .nav .share > button:first-child, .nav .navbar-expand .navbar-nav .dropdown > button:first-child, .nav .navbar-expand .navbar-nav .share > button:first-child, .navbar-expand .navbar-nav .nav a, .nav .navbar-expand .navbar-nav a {
      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, .navbar-expand header[role="banner"] .btn-menu, header[role="banner"] .navbar-expand .btn-menu {
    display: none; }
  .navbar-expand .offcanvas, .navbar-expand .main-menu {
    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;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header, .navbar-expand .offcanvas .toc .header, .toc .navbar-expand .offcanvas .header, .main-menu .navbar-expand .offcanvas .header, .navbar-expand .main-menu .offcanvas-header, .navbar-expand .main-menu .header, .navbar-expand .offcanvas .filters .header, .filters .navbar-expand .offcanvas .header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body, .navbar-expand .offcanvas .toc .content, .toc .navbar-expand .offcanvas .content, .main-menu .navbar-expand .offcanvas .content, .navbar-expand .main-menu .offcanvas-body, .navbar-expand .main-menu .content, .navbar-expand .offcanvas .filters .content, .filters .navbar-expand .offcanvas .content {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark,
.navbar[data-bs-theme="dark"],
header[role="banner"] > nav[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, [data-bs-theme="dark"] header[role="banner"] .btn-menu > span, header[role="banner"] [data-bs-theme="dark"] .btn-menu > span {
  --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, .publications_expertise, article.publications_category, .publication, .posts_expertise, .tag, article.category, .post, .place, .status, .persons_expertise, .person, .expertise, .page, .block-testimonials .quote, .block-informations .item, .block-comparison .item, .push, div.press, .contact-list, .address {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  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); }
  .card > hr, .publications_expertise > hr, article.publications_category > hr, .publication > hr, .posts_expertise > hr, .tag > hr, article.category > hr, .post > hr, .place > hr, .status > hr, .persons_expertise > hr, .person > hr, .expertise > hr, .page > hr, .block-testimonials .quote > hr, .block-informations .item > hr, .block-comparison .item > hr, .push > hr, div.press > hr, .contact-list > hr, .address > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group, .publications_expertise > .list-group, article.publications_category > .list-group, .publication > .list-group, .posts_expertise > .list-group, .tag > .list-group, article.category > .list-group, .post > .list-group, .place > .list-group, .status > .list-group, .persons_expertise > .list-group, .person > .list-group, .expertise > .list-group, .page > .list-group, .block-testimonials .quote > .list-group, .block-informations .item > .list-group, .block-comparison .item > .list-group, .push > .list-group, div.press > .list-group, .contact-list > .list-group, .address > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child, .publications_expertise > .list-group:first-child, article.publications_category > .list-group:first-child, .publication > .list-group:first-child, .posts_expertise > .list-group:first-child, .tag > .list-group:first-child, article.category > .list-group:first-child, .post > .list-group:first-child, .place > .list-group:first-child, .status > .list-group:first-child, .persons_expertise > .list-group:first-child, .person > .list-group:first-child, .expertise > .list-group:first-child, .page > .list-group:first-child, .block-testimonials .quote > .list-group:first-child, .block-informations .item > .list-group:first-child, .block-comparison .item > .list-group:first-child, .push > .list-group:first-child, div.press > .list-group:first-child, .contact-list > .list-group:first-child, .address > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child, .publications_expertise > .list-group:last-child, article.publications_category > .list-group:last-child, .publication > .list-group:last-child, .posts_expertise > .list-group:last-child, .tag > .list-group:last-child, article.category > .list-group:last-child, .post > .list-group:last-child, .place > .list-group:last-child, .status > .list-group:last-child, .persons_expertise > .list-group:last-child, .person > .list-group:last-child, .expertise > .list-group:last-child, .page > .list-group:last-child, .block-testimonials .quote > .list-group:last-child, .block-informations .item > .list-group:last-child, .block-comparison .item > .list-group:last-child, .push > .list-group:last-child, div.press > .list-group:last-child, .contact-list > .list-group:last-child, .address > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group, .publications_expertise > .card-header + .list-group, article.publications_category > .card-header + .list-group, .publication > .card-header + .list-group, .posts_expertise > .card-header + .list-group, .tag > .card-header + .list-group, article.category > .card-header + .list-group, .post > .card-header + .list-group, .place > .card-header + .list-group, .status > .card-header + .list-group, .persons_expertise > .card-header + .list-group, .person > .card-header + .list-group, .expertise > .card-header + .list-group, .page > .card-header + .list-group, .block-testimonials .quote > .card-header + .list-group, .block-informations .item > .card-header + .list-group, .block-comparison .item .card > header + .list-group, .block-comparison .item .publications_expertise > header + .list-group, .block-comparison .item article.publications_category > header + .list-group, .block-comparison .item .publication > header + .list-group, .block-comparison .item .posts_expertise > header + .list-group, .block-comparison .item .tag > header + .list-group, .block-comparison .item article.category > header + .list-group, .block-comparison .item .post > header + .list-group, .block-comparison .item .place > header + .list-group, .block-comparison .item .status > header + .list-group, .block-comparison .item .persons_expertise > header + .list-group, .block-comparison .item .person > header + .list-group, .block-comparison .item .expertise > header + .list-group, .block-comparison .item .page > header + .list-group, .block-comparison .item .block-testimonials .quote > header + .list-group, .block-testimonials .block-comparison .item .quote > header + .list-group, .block-comparison .item .block-informations .item > header + .list-group, .block-informations .block-comparison .item .item > header + .list-group, .block-comparison .item > .card-header + .list-group, .block-comparison .item > header + .list-group, .push > .card-header + .list-group, .block-comparison .item .push > header + .list-group, div.press > .card-header + .list-group, .block-comparison .item div.press > header + .list-group, .contact-list > .card-header + .list-group, .block-comparison .item .contact-list > header + .list-group, .address > .card-header + .list-group, .block-comparison .item .address > header + .list-group,
  .card > .list-group + .card-footer,
  .publications_expertise > .list-group + .card-footer,
  article.publications_category > .list-group + .card-footer,
  .publication > .list-group + .card-footer,
  .posts_expertise > .list-group + .card-footer,
  .tag > .list-group + .card-footer,
  article.category > .list-group + .card-footer,
  .post .card > .list-group + .metas,
  .post .publications_expertise > .list-group + .metas,
  .post article.publications_category > .list-group + .metas,
  .post .publication > .list-group + .metas,
  .post .posts_expertise > .list-group + .metas,
  .post .tag > .list-group + .metas,
  .post article.category > .list-group + .metas,
  .post > .list-group + .card-footer,
  .post > .list-group + .metas,
  .place > .list-group + .card-footer,
  .post .place > .list-group + .metas,
  .status > .list-group + .card-footer,
  .post .status > .list-group + .metas,
  .persons_expertise > .list-group + .card-footer,
  .post .persons_expertise > .list-group + .metas,
  .person > .list-group + .card-footer,
  .post .person > .list-group + .metas,
  .expertise > .list-group + .card-footer,
  .post .expertise > .list-group + .metas,
  .page > .list-group + .card-footer,
  .post .page > .list-group + .metas,
  .block-testimonials .quote .card > blockquote.list-group + figcaption,
  .block-testimonials .quote .publications_expertise > blockquote.list-group + figcaption,
  .block-testimonials .quote article.publications_category > blockquote.list-group + figcaption,
  .block-testimonials .quote .publication > blockquote.list-group + figcaption,
  .block-testimonials .quote .posts_expertise > blockquote.list-group + figcaption,
  .block-testimonials .quote .tag > blockquote.list-group + figcaption,
  .block-testimonials .quote article.category > blockquote.list-group + figcaption,
  .block-testimonials .quote .post > blockquote.list-group + figcaption,
  .block-testimonials .quote .place > blockquote.list-group + figcaption,
  .block-testimonials .quote .status > blockquote.list-group + figcaption,
  .block-testimonials .quote .persons_expertise > blockquote.list-group + figcaption,
  .block-testimonials .quote .person > blockquote.list-group + figcaption,
  .block-testimonials .quote .expertise > blockquote.list-group + figcaption,
  .block-testimonials .quote .page > blockquote.list-group + figcaption,
  .block-testimonials .quote > .list-group + .card-footer,
  .block-testimonials .post .quote > .list-group + .metas,
  .post .block-testimonials .quote > .list-group + .metas,
  .block-testimonials .quote > blockquote.list-group + figcaption,
  .block-informations .item > .list-group + .card-footer,
  .block-informations .post .item > .list-group + .metas,
  .post .block-informations .item > .list-group + .metas,
  .block-informations .block-testimonials .quote .item > blockquote.list-group + figcaption,
  .block-testimonials .quote .block-informations .item > blockquote.list-group + figcaption,
  .block-comparison .item .card > .list-group + footer,
  .block-comparison .item .publications_expertise > .list-group + footer,
  .block-comparison .item article.publications_category > .list-group + footer,
  .block-comparison .item .publication > .list-group + footer,
  .block-comparison .item .posts_expertise > .list-group + footer,
  .block-comparison .item .tag > .list-group + footer,
  .block-comparison .item article.category > .list-group + footer,
  .block-comparison .item .post > .list-group + footer,
  .block-comparison .item .place > .list-group + footer,
  .block-comparison .item .status > .list-group + footer,
  .block-comparison .item .persons_expertise > .list-group + footer,
  .block-comparison .item .person > .list-group + footer,
  .block-comparison .item .expertise > .list-group + footer,
  .block-comparison .item .page > .list-group + footer,
  .block-comparison .item .block-testimonials .quote > .list-group + footer,
  .block-testimonials .block-comparison .item .quote > .list-group + footer,
  .block-comparison .item .block-informations .item > .list-group + footer,
  .block-informations .block-comparison .item .item > .list-group + footer,
  .block-comparison .item > .list-group + .card-footer,
  .block-comparison .post .item > .list-group + .metas,
  .post .block-comparison .item > .list-group + .metas,
  .block-comparison .block-testimonials .quote .item > blockquote.list-group + figcaption,
  .block-testimonials .quote .block-comparison .item > blockquote.list-group + figcaption,
  .block-comparison .item > .list-group + footer,
  .push > .list-group + .card-footer,
  .post .push > .list-group + .metas,
  .block-testimonials .quote .push > blockquote.list-group + figcaption,
  .block-comparison .item .push > .list-group + footer,
  div.press > .list-group + .card-footer,
  .post div.press > .list-group + .metas,
  .block-testimonials .quote div.press > blockquote.list-group + figcaption,
  .block-comparison .item div.press > .list-group + footer,
  .contact-list > .list-group + .card-footer,
  .post .contact-list > .list-group + .metas,
  .block-testimonials .quote .contact-list > blockquote.list-group + figcaption,
  .block-comparison .item .contact-list > .list-group + footer,
  .address > .list-group + .card-footer,
  .post .address > .list-group + .metas,
  .block-testimonials .quote .address > blockquote.list-group + figcaption,
  .block-comparison .item .address > .list-group + footer {
    border-top: 0; }

.card-body, .block-testimonials .quote blockquote, .contact-list > div, .card .content, .publications_expertise .content, article.publications_category .content, .publication .content, .posts_expertise .content, .tag .content, article.category .content, .post .content, .place .content, .status .content, .persons_expertise .content, .person .content, .expertise .content, .page .content, .block-testimonials .quote .content, .block-informations .item .content, .block-comparison .item .content, .push .content, div.press .content, .contact-list .content, .address .content, .address > div {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title, .card .name, .publications_expertise .name, article.publications_category .name, .publication .name, .posts_expertise .name, .tag .name, article.category .name, .post .name, .place .name, .status .name, .persons_expertise .name, .person .name, .expertise .name, .page .name, .block-testimonials .quote .name, .block-informations .item .name, .block-comparison .item .name, .push .name, div.press .name, .contact-list .name, .address .name {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color); }

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

.card-text:last-child, .card p:last-child, .publications_expertise p:last-child, article.publications_category p:last-child, .publication p:last-child, .posts_expertise p:last-child, .tag p:last-child, article.category p:last-child, .post p:last-child, .place p:last-child, .status p:last-child, .persons_expertise p:last-child, .person p:last-child, .expertise p:last-child, .page p:last-child, .block-testimonials .quote p:last-child, .block-informations .item p:last-child, .block-comparison .item p:last-child, .push p:last-child, div.press p:last-child, .contact-list p:last-child, .address p:last-child {
  margin-bottom: 0; }

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

.card-header, .block-comparison .item 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, .block-comparison .item header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer, .post .metas, .block-testimonials .quote blockquote + figcaption, .block-comparison .item 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, .post .metas:last-child, .block-testimonials .quote blockquote + figcaption:last-child, .block-comparison .item 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(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active, .card-header-tabs .nav .dropdown > button.active:first-child, .card-header-tabs .nav .share > button.active:first-child, .nav .card-header-tabs .dropdown > button.active:first-child, .nav .card-header-tabs .share > button.active:first-child, .card-header-tabs .nav a.active, .nav .card-header-tabs a.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.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 .media img,
.publications_expertise .media img,
article.publications_category .media img,
.publication .media img,
.posts_expertise .media img,
.tag .media img,
article.category .media img,
.post .media img,
.place .media img,
.status .media img,
.persons_expertise .media img,
.person .media img,
.expertise .media img,
.page .media img,
.block-testimonials .quote .media img,
.block-informations .item .media img,
.block-comparison .item .media img,
.push .media img,
div.press .media img,
.contact-list .media img,
.address .media img,
.card .media,
.publications_expertise .media,
article.publications_category .media,
.publication .media,
.posts_expertise .media,
.tag .media,
article.category .media,
.post .media,
.place .media,
.status .media,
.persons_expertise .media,
.person .media,
.expertise .media,
.page .media,
.block-testimonials .quote .media,
.block-informations .item .media,
.block-comparison .item .media,
.push .media,
div.press .media,
.contact-list .media,
.address .media,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top,
.card .media img,
.publications_expertise .media img,
article.publications_category .media img,
.publication .media img,
.posts_expertise .media img,
.tag .media img,
article.category .media img,
.post .media img,
.place .media img,
.status .media img,
.persons_expertise .media img,
.person .media img,
.expertise .media img,
.page .media img,
.block-testimonials .quote .media img,
.block-informations .item .media img,
.block-comparison .item .media img,
.push .media img,
div.press .media img,
.contact-list .media img,
.address .media img,
.card .media,
.publications_expertise .media,
article.publications_category .media,
.publication .media,
.posts_expertise .media,
.tag .media,
article.category .media,
.post .media,
.place .media,
.status .media,
.persons_expertise .media,
.person .media,
.expertise .media,
.page .media,
.block-testimonials .quote .media,
.block-informations .item .media,
.block-comparison .item .media,
.push .media,
div.press .media,
.contact-list .media,
.address .media {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

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

.card-group > .card, .card-group > .publications_expertise, .card-group > article.publications_category, .card-group > .publication, .card-group > .posts_expertise, .card-group > .tag, .card-group > article.category, .card-group > .post, .card-group > .place, .card-group > .status, .card-group > .persons_expertise, .card-group > .person, .card-group > .expertise, .card-group > .page, .block-testimonials .card-group > .quote, .block-informations .card-group > .item, .block-comparison .card-group > .item, .card-group > .push, .card-group > div.press, .card-group > .contact-list, .card-group > .address {
  margin-bottom: var(--bs-card-group-margin); }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card, .card-group > .publications_expertise, .card-group > article.publications_category, .card-group > .publication, .card-group > .posts_expertise, .card-group > .tag, .card-group > article.category, .card-group > .post, .card-group > .place, .card-group > .status, .card-group > .persons_expertise, .card-group > .person, .card-group > .expertise, .card-group > .page, .block-testimonials .card-group > .quote, .block-informations .card-group > .item, .block-comparison .card-group > .item, .card-group > .push, .card-group > div.press, .card-group > .contact-list, .card-group > .address {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card, .card-group > .publications_expertise + .card, .card-group > .card + .publications_expertise, .card-group > .publications_expertise + .publications_expertise, .card-group > article.publications_category + .card, .card-group > article.publications_category + .publications_expertise, .card-group > .card + article.publications_category, .card-group > .publications_expertise + article.publications_category, .card-group > article.publications_category + article.publications_category, .card-group > .publication + .card, .card-group > .publication + .publications_expertise, .card-group > .publication + article.publications_category, .card-group > .card + .publication, .card-group > .publications_expertise + .publication, .card-group > article.publications_category + .publication, .card-group > .publication + .publication, .card-group > .posts_expertise + .card, .card-group > .posts_expertise + .publications_expertise, .card-group > .posts_expertise + article.publications_category, .card-group > .posts_expertise + .publication, .card-group > .card + .posts_expertise, .card-group > .publications_expertise + .posts_expertise, .card-group > article.publications_category + .posts_expertise, .card-group > .publication + .posts_expertise, .card-group > .posts_expertise + .posts_expertise, .card-group > .tag + .card, .card-group > .tag + .publications_expertise, .card-group > .tag + article.publications_category, .card-group > .tag + .publication, .card-group > .tag + .posts_expertise, .card-group > .card + .tag, .card-group > .publications_expertise + .tag, .card-group > article.publications_category + .tag, .card-group > .publication + .tag, .card-group > .posts_expertise + .tag, .card-group > .tag + .tag, .card-group > article.category + .card, .card-group > article.category + .publications_expertise, .card-group > article.category + article.publications_category, .card-group > article.category + .publication, .card-group > article.category + .posts_expertise, .card-group > article.category + .tag, .card-group > .card + article.category, .card-group > .publications_expertise + article.category, .card-group > article.publications_category + article.category, .card-group > .publication + article.category, .card-group > .posts_expertise + article.category, .card-group > .tag + article.category, .card-group > article.category + article.category, .card-group > .post + .card, .card-group > .post + .publications_expertise, .card-group > .post + article.publications_category, .card-group > .post + .publication, .card-group > .post + .posts_expertise, .card-group > .post + .tag, .card-group > .post + article.category, .card-group > .card + .post, .card-group > .publications_expertise + .post, .card-group > article.publications_category + .post, .card-group > .publication + .post, .card-group > .posts_expertise + .post, .card-group > .tag + .post, .card-group > article.category + .post, .card-group > .post + .post, .card-group > .place + .card, .card-group > .place + .publications_expertise, .card-group > .place + article.publications_category, .card-group > .place + .publication, .card-group > .place + .posts_expertise, .card-group > .place + .tag, .card-group > .place + article.category, .card-group > .place + .post, .card-group > .card + .place, .card-group > .publications_expertise + .place, .card-group > article.publications_category + .place, .card-group > .publication + .place, .card-group > .posts_expertise + .place, .card-group > .tag + .place, .card-group > article.category + .place, .card-group > .post + .place, .card-group > .place + .place, .card-group > .status + .card, .card-group > .status + .publications_expertise, .card-group > .status + article.publications_category, .card-group > .status + .publication, .card-group > .status + .posts_expertise, .card-group > .status + .tag, .card-group > .status + article.category, .card-group > .status + .post, .card-group > .status + .place, .card-group > .card + .status, .card-group > .publications_expertise + .status, .card-group > article.publications_category + .status, .card-group > .publication + .status, .card-group > .posts_expertise + .status, .card-group > .tag + .status, .card-group > article.category + .status, .card-group > .post + .status, .card-group > .place + .status, .card-group > .status + .status, .card-group > .persons_expertise + .card, .card-group > .persons_expertise + .publications_expertise, .card-group > .persons_expertise + article.publications_category, .card-group > .persons_expertise + .publication, .card-group > .persons_expertise + .posts_expertise, .card-group > .persons_expertise + .tag, .card-group > .persons_expertise + article.category, .card-group > .persons_expertise + .post, .card-group > .persons_expertise + .place, .card-group > .persons_expertise + .status, .card-group > .card + .persons_expertise, .card-group > .publications_expertise + .persons_expertise, .card-group > article.publications_category + .persons_expertise, .card-group > .publication + .persons_expertise, .card-group > .posts_expertise + .persons_expertise, .card-group > .tag + .persons_expertise, .card-group > article.category + .persons_expertise, .card-group > .post + .persons_expertise, .card-group > .place + .persons_expertise, .card-group > .status + .persons_expertise, .card-group > .persons_expertise + .persons_expertise, .card-group > .person + .card, .card-group > .person + .publications_expertise, .card-group > .person + article.publications_category, .card-group > .person + .publication, .card-group > .person + .posts_expertise, .card-group > .person + .tag, .card-group > .person + article.category, .card-group > .person + .post, .card-group > .person + .place, .card-group > .person + .status, .card-group > .person + .persons_expertise, .card-group > .card + .person, .card-group > .publications_expertise + .person, .card-group > article.publications_category + .person, .card-group > .publication + .person, .card-group > .posts_expertise + .person, .card-group > .tag + .person, .card-group > article.category + .person, .card-group > .post + .person, .card-group > .place + .person, .card-group > .status + .person, .card-group > .persons_expertise + .person, .card-group > .person + .person, .card-group > .expertise + .card, .card-group > .expertise + .publications_expertise, .card-group > .expertise + article.publications_category, .card-group > .expertise + .publication, .card-group > .expertise + .posts_expertise, .card-group > .expertise + .tag, .card-group > .expertise + article.category, .card-group > .expertise + .post, .card-group > .expertise + .place, .card-group > .expertise + .status, .card-group > .expertise + .persons_expertise, .card-group > .expertise + .person, .card-group > .card + .expertise, .card-group > .publications_expertise + .expertise, .card-group > article.publications_category + .expertise, .card-group > .publication + .expertise, .card-group > .posts_expertise + .expertise, .card-group > .tag + .expertise, .card-group > article.category + .expertise, .card-group > .post + .expertise, .card-group > .place + .expertise, .card-group > .status + .expertise, .card-group > .persons_expertise + .expertise, .card-group > .person + .expertise, .card-group > .expertise + .expertise, .card-group > .page + .card, .card-group > .page + .publications_expertise, .card-group > .page + article.publications_category, .card-group > .page + .publication, .card-group > .page + .posts_expertise, .card-group > .page + .tag, .card-group > .page + article.category, .card-group > .page + .post, .card-group > .page + .place, .card-group > .page + .status, .card-group > .page + .persons_expertise, .card-group > .page + .person, .card-group > .page + .expertise, .card-group > .card + .page, .card-group > .publications_expertise + .page, .card-group > article.publications_category + .page, .card-group > .publication + .page, .card-group > .posts_expertise + .page, .card-group > .tag + .page, .card-group > article.category + .page, .card-group > .post + .page, .card-group > .place + .page, .card-group > .status + .page, .card-group > .persons_expertise + .page, .card-group > .person + .page, .card-group > .expertise + .page, .card-group > .page + .page, .block-testimonials .card-group > .quote + .card, .block-testimonials .card-group > .quote + .publications_expertise, .block-testimonials .card-group > .quote + article.publications_category, .block-testimonials .card-group > .quote + .publication, .block-testimonials .card-group > .quote + .posts_expertise, .block-testimonials .card-group > .quote + .tag, .block-testimonials .card-group > .quote + article.category, .block-testimonials .card-group > .quote + .post, .block-testimonials .card-group > .quote + .place, .block-testimonials .card-group > .quote + .status, .block-testimonials .card-group > .quote + .persons_expertise, .block-testimonials .card-group > .quote + .person, .block-testimonials .card-group > .quote + .expertise, .block-testimonials .card-group > .quote + .page, .block-testimonials .card-group > .card + .quote, .block-testimonials .card-group > .publications_expertise + .quote, .block-testimonials .card-group > article.publications_category + .quote, .block-testimonials .card-group > .publication + .quote, .block-testimonials .card-group > .posts_expertise + .quote, .block-testimonials .card-group > .tag + .quote, .block-testimonials .card-group > article.category + .quote, .block-testimonials .card-group > .post + .quote, .block-testimonials .card-group > .place + .quote, .block-testimonials .card-group > .status + .quote, .block-testimonials .card-group > .persons_expertise + .quote, .block-testimonials .card-group > .person + .quote, .block-testimonials .card-group > .expertise + .quote, .block-testimonials .card-group > .page + .quote, .block-testimonials .card-group > .quote + .quote, .block-informations .card-group > .item + .card, .block-informations .card-group > .item + .publications_expertise, .block-informations .card-group > .item + article.publications_category, .block-informations .card-group > .item + .publication, .block-informations .card-group > .item + .posts_expertise, .block-informations .card-group > .item + .tag, .block-informations .card-group > .item + article.category, .block-informations .card-group > .item + .post, .block-informations .card-group > .item + .place, .block-informations .card-group > .item + .status, .block-informations .card-group > .item + .persons_expertise, .block-informations .card-group > .item + .person, .block-informations .card-group > .item + .expertise, .block-informations .card-group > .item + .page, .block-informations .block-testimonials .card-group > .item + .quote, .block-testimonials .block-informations .card-group > .item + .quote, .block-informations .card-group > .card + .item, .block-informations .card-group > .publications_expertise + .item, .block-informations .card-group > article.publications_category + .item, .block-informations .card-group > .publication + .item, .block-informations .card-group > .posts_expertise + .item, .block-informations .card-group > .tag + .item, .block-informations .card-group > article.category + .item, .block-informations .card-group > .post + .item, .block-informations .card-group > .place + .item, .block-informations .card-group > .status + .item, .block-informations .card-group > .persons_expertise + .item, .block-informations .card-group > .person + .item, .block-informations .card-group > .expertise + .item, .block-informations .card-group > .page + .item, .block-informations .block-testimonials .card-group > .quote + .item, .block-testimonials .block-informations .card-group > .quote + .item, .block-informations .card-group > .item + .item, .block-comparison .card-group > .item + .card, .block-comparison .card-group > .item + .publications_expertise, .block-comparison .card-group > .item + article.publications_category, .block-comparison .card-group > .item + .publication, .block-comparison .card-group > .item + .posts_expertise, .block-comparison .card-group > .item + .tag, .block-comparison .card-group > .item + article.category, .block-comparison .card-group > .item + .post, .block-comparison .card-group > .item + .place, .block-comparison .card-group > .item + .status, .block-comparison .card-group > .item + .persons_expertise, .block-comparison .card-group > .item + .person, .block-comparison .card-group > .item + .expertise, .block-comparison .card-group > .item + .page, .block-comparison .block-testimonials .card-group > .item + .quote, .block-testimonials .block-comparison .card-group > .item + .quote, .block-comparison .card-group > .card + .item, .block-comparison .card-group > .publications_expertise + .item, .block-comparison .card-group > article.publications_category + .item, .block-comparison .card-group > .publication + .item, .block-comparison .card-group > .posts_expertise + .item, .block-comparison .card-group > .tag + .item, .block-comparison .card-group > article.category + .item, .block-comparison .card-group > .post + .item, .block-comparison .card-group > .place + .item, .block-comparison .card-group > .status + .item, .block-comparison .card-group > .persons_expertise + .item, .block-comparison .card-group > .person + .item, .block-comparison .card-group > .expertise + .item, .block-comparison .card-group > .page + .item, .block-comparison .block-testimonials .card-group > .quote + .item, .block-testimonials .block-comparison .card-group > .quote + .item, .block-comparison .card-group > .item + .item, .card-group > .push + .card, .card-group > .push + .publications_expertise, .card-group > .push + article.publications_category, .card-group > .push + .publication, .card-group > .push + .posts_expertise, .card-group > .push + .tag, .card-group > .push + article.category, .card-group > .push + .post, .card-group > .push + .place, .card-group > .push + .status, .card-group > .push + .persons_expertise, .card-group > .push + .person, .card-group > .push + .expertise, .card-group > .push + .page, .block-testimonials .card-group > .push + .quote, .block-informations .card-group > .push + .item, .block-comparison .card-group > .push + .item, .card-group > .card + .push, .card-group > .publications_expertise + .push, .card-group > article.publications_category + .push, .card-group > .publication + .push, .card-group > .posts_expertise + .push, .card-group > .tag + .push, .card-group > article.category + .push, .card-group > .post + .push, .card-group > .place + .push, .card-group > .status + .push, .card-group > .persons_expertise + .push, .card-group > .person + .push, .card-group > .expertise + .push, .card-group > .page + .push, .block-testimonials .card-group > .quote + .push, .block-informations .card-group > .item + .push, .block-comparison .card-group > .item + .push, .card-group > .push + .push, .card-group > div.press + .card, .card-group > div.press + .publications_expertise, .card-group > div.press + article.publications_category, .card-group > div.press + .publication, .card-group > div.press + .posts_expertise, .card-group > div.press + .tag, .card-group > div.press + article.category, .card-group > div.press + .post, .card-group > div.press + .place, .card-group > div.press + .status, .card-group > div.press + .persons_expertise, .card-group > div.press + .person, .card-group > div.press + .expertise, .card-group > div.press + .page, .block-testimonials .card-group > div.press + .quote, .block-informations .card-group > div.press + .item, .block-comparison .card-group > div.press + .item, .card-group > div.press + .push, .card-group > .card + div.press, .card-group > .publications_expertise + div.press, .card-group > article.publications_category + div.press, .card-group > .publication + div.press, .card-group > .posts_expertise + div.press, .card-group > .tag + div.press, .card-group > article.category + div.press, .card-group > .post + div.press, .card-group > .place + div.press, .card-group > .status + div.press, .card-group > .persons_expertise + div.press, .card-group > .person + div.press, .card-group > .expertise + div.press, .card-group > .page + div.press, .block-testimonials .card-group > .quote + div.press, .block-informations .card-group > .item + div.press, .block-comparison .card-group > .item + div.press, .card-group > .push + div.press, .card-group > div.press + div.press, .card-group > .contact-list + .card, .card-group > .contact-list + .publications_expertise, .card-group > .contact-list + article.publications_category, .card-group > .contact-list + .publication, .card-group > .contact-list + .posts_expertise, .card-group > .contact-list + .tag, .card-group > .contact-list + article.category, .card-group > .contact-list + .post, .card-group > .contact-list + .place, .card-group > .contact-list + .status, .card-group > .contact-list + .persons_expertise, .card-group > .contact-list + .person, .card-group > .contact-list + .expertise, .card-group > .contact-list + .page, .block-testimonials .card-group > .contact-list + .quote, .block-informations .card-group > .contact-list + .item, .block-comparison .card-group > .contact-list + .item, .card-group > .contact-list + .push, .card-group > .contact-list + div.press, .card-group > .card + .contact-list, .card-group > .publications_expertise + .contact-list, .card-group > article.publications_category + .contact-list, .card-group > .publication + .contact-list, .card-group > .posts_expertise + .contact-list, .card-group > .tag + .contact-list, .card-group > article.category + .contact-list, .card-group > .post + .contact-list, .card-group > .place + .contact-list, .card-group > .status + .contact-list, .card-group > .persons_expertise + .contact-list, .card-group > .person + .contact-list, .card-group > .expertise + .contact-list, .card-group > .page + .contact-list, .block-testimonials .card-group > .quote + .contact-list, .block-informations .card-group > .item + .contact-list, .block-comparison .card-group > .item + .contact-list, .card-group > .push + .contact-list, .card-group > div.press + .contact-list, .card-group > .contact-list + .contact-list, .card-group > .address + .card, .card-group > .address + .publications_expertise, .card-group > .address + article.publications_category, .card-group > .address + .publication, .card-group > .address + .posts_expertise, .card-group > .address + .tag, .card-group > .address + article.category, .card-group > .address + .post, .card-group > .address + .place, .card-group > .address + .status, .card-group > .address + .persons_expertise, .card-group > .address + .person, .card-group > .address + .expertise, .card-group > .address + .page, .block-testimonials .card-group > .address + .quote, .block-informations .card-group > .address + .item, .block-comparison .card-group > .address + .item, .card-group > .address + .push, .card-group > .address + div.press, .card-group > .address + .contact-list, .card-group > .card + .address, .card-group > .publications_expertise + .address, .card-group > article.publications_category + .address, .card-group > .publication + .address, .card-group > .posts_expertise + .address, .card-group > .tag + .address, .card-group > article.category + .address, .card-group > .post + .address, .card-group > .place + .address, .card-group > .status + .address, .card-group > .persons_expertise + .address, .card-group > .person + .address, .card-group > .expertise + .address, .card-group > .page + .address, .block-testimonials .card-group > .quote + .address, .block-informations .card-group > .item + .address, .block-comparison .card-group > .item + .address, .card-group > .push + .address, .card-group > div.press + .address, .card-group > .contact-list + .address, .card-group > .address + .address {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child), .card-group > .publications_expertise:not(:last-child), .card-group > article.publications_category:not(:last-child), .card-group > .publication:not(:last-child), .card-group > .posts_expertise:not(:last-child), .card-group > .tag:not(:last-child), .card-group > article.category:not(:last-child), .card-group > .post:not(:last-child), .card-group > .place:not(:last-child), .card-group > .status:not(:last-child), .card-group > .persons_expertise:not(:last-child), .card-group > .person:not(:last-child), .card-group > .expertise:not(:last-child), .card-group > .page:not(:last-child), .block-testimonials .card-group > .quote:not(:last-child), .block-informations .card-group > .item:not(:last-child), .block-comparison .card-group > .item:not(:last-child), .card-group > .push:not(:last-child), .card-group > div.press:not(:last-child), .card-group > .contact-list:not(:last-child), .card-group > .address:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top, .card-group > .publications_expertise:not(:last-child) .card-img-top, .card-group > article.publications_category:not(:last-child) .card-img-top, .card-group > .publication:not(:last-child) .card-img-top, .card-group > .posts_expertise:not(:last-child) .card-img-top, .card-group > .tag:not(:last-child) .card-img-top, .card-group > article.category:not(:last-child) .card-img-top, .card-group > .post:not(:last-child) .card-img-top, .card-group > .place:not(:last-child) .card-img-top, .card-group > .status:not(:last-child) .card-img-top, .card-group > .persons_expertise:not(:last-child) .card-img-top, .card-group > .person:not(:last-child) .card-img-top, .card-group > .expertise:not(:last-child) .card-img-top, .card-group > .page:not(:last-child) .card-img-top, .block-testimonials .card-group > .quote:not(:last-child) .card-img-top, .block-informations .card-group > .item:not(:last-child) .card-img-top, .block-comparison .card-group > .item:not(:last-child) .card-img-top, .card-group > .push:not(:last-child) .card-img-top, .card-group > div.press:not(:last-child) .card-img-top, .card-group > .contact-list:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .media img, .card-group > .publications_expertise:not(:last-child) .media img, .card-group > article.publications_category:not(:last-child) .media img, .card-group > .publication:not(:last-child) .media img, .card-group > .posts_expertise:not(:last-child) .media img, .card-group > .tag:not(:last-child) .media img, .card-group > article.category:not(:last-child) .media img, .card-group > .post:not(:last-child) .media img, .card-group > .place:not(:last-child) .media img, .card-group > .status:not(:last-child) .media img, .card-group > .persons_expertise:not(:last-child) .media img, .card-group > .person:not(:last-child) .media img, .card-group > .expertise:not(:last-child) .media img, .card-group > .page:not(:last-child) .media img, .block-testimonials .card-group > .quote:not(:last-child) .media img, .block-informations .card-group > .item:not(:last-child) .media img, .block-comparison .card-group > .item:not(:last-child) .media img, .card-group > .push:not(:last-child) .media img, .card-group > div.press:not(:last-child) .media img, .card-group > .contact-list:not(:last-child) .media img, .address .media .card-group > .card:not(:last-child) img, .address .media .card-group > .publications_expertise:not(:last-child) img, .address .media .card-group > article.publications_category:not(:last-child) img, .address .media .card-group > .publication:not(:last-child) img, .address .media .card-group > .posts_expertise:not(:last-child) img, .address .media .card-group > .tag:not(:last-child) img, .address .media .card-group > article.category:not(:last-child) img, .address .media .card-group > .post:not(:last-child) img, .address .media .card-group > .place:not(:last-child) img, .address .media .card-group > .status:not(:last-child) img, .address .media .card-group > .persons_expertise:not(:last-child) img, .address .media .card-group > .person:not(:last-child) img, .address .media .card-group > .expertise:not(:last-child) img, .address .media .card-group > .page:not(:last-child) img, .address .media .block-testimonials .card-group > .quote:not(:last-child) img, .block-testimonials .address .media .card-group > .quote:not(:last-child) img, .address .media .block-informations .card-group > .item:not(:last-child) img, .block-informations .address .media .card-group > .item:not(:last-child) img, .address .media .block-comparison .card-group > .item:not(:last-child) img, .block-comparison .address .media .card-group > .item:not(:last-child) img, .address .media .card-group > .push:not(:last-child) img, .address .media .card-group > div.press:not(:last-child) img, .address .media .card-group > .contact-list:not(:last-child) img, .card-group > .card:not(:last-child) .media, .card-group > .publications_expertise:not(:last-child) .media, .card-group > article.publications_category:not(:last-child) .media, .card-group > .publication:not(:last-child) .media, .card-group > .posts_expertise:not(:last-child) .media, .card-group > .tag:not(:last-child) .media, .card-group > article.category:not(:last-child) .media, .card-group > .post:not(:last-child) .media, .card-group > .place:not(:last-child) .media, .card-group > .status:not(:last-child) .media, .card-group > .persons_expertise:not(:last-child) .media, .card-group > .person:not(:last-child) .media, .card-group > .expertise:not(:last-child) .media, .card-group > .page:not(:last-child) .media, .block-testimonials .card-group > .quote:not(:last-child) .media, .block-informations .card-group > .item:not(:last-child) .media, .block-comparison .card-group > .item:not(:last-child) .media, .card-group > .push:not(:last-child) .media, .card-group > div.press:not(:last-child) .media, .card-group > .contact-list:not(:last-child) .media, .card-group > .address:not(:last-child) .card-img-top, .card .media .card-group > .address:not(:last-child) img, .publications_expertise .media .card-group > .address:not(:last-child) img, article.publications_category .media .card-group > .address:not(:last-child) img, .publication .media .card-group > .address:not(:last-child) img, .posts_expertise .media .card-group > .address:not(:last-child) img, .tag .media .card-group > .address:not(:last-child) img, article.category .media .card-group > .address:not(:last-child) img, .post .media .card-group > .address:not(:last-child) img, .place .media .card-group > .address:not(:last-child) img, .status .media .card-group > .address:not(:last-child) img, .persons_expertise .media .card-group > .address:not(:last-child) img, .person .media .card-group > .address:not(:last-child) img, .expertise .media .card-group > .address:not(:last-child) img, .page .media .card-group > .address:not(:last-child) img, .block-testimonials .quote .media .card-group > .address:not(:last-child) img, .block-informations .item .media .card-group > .address:not(:last-child) img, .block-comparison .item .media .card-group > .address:not(:last-child) img, .push .media .card-group > .address:not(:last-child) img, div.press .media .card-group > .address:not(:last-child) img, .contact-list .media .card-group > .address:not(:last-child) img, .card-group > .address:not(:last-child) .media img, .card-group > .address:not(:last-child) .media,
        .card-group > .card:not(:last-child) .card-header,
        .card-group > .publications_expertise:not(:last-child) .card-header,
        .card-group > article.publications_category:not(:last-child) .card-header,
        .card-group > .publication:not(:last-child) .card-header,
        .card-group > .posts_expertise:not(:last-child) .card-header,
        .card-group > .tag:not(:last-child) .card-header,
        .card-group > article.category:not(:last-child) .card-header,
        .card-group > .post:not(:last-child) .card-header,
        .card-group > .place:not(:last-child) .card-header,
        .card-group > .status:not(:last-child) .card-header,
        .card-group > .persons_expertise:not(:last-child) .card-header,
        .card-group > .person:not(:last-child) .card-header,
        .card-group > .expertise:not(:last-child) .card-header,
        .card-group > .page:not(:last-child) .card-header,
        .block-testimonials .card-group > .quote:not(:last-child) .card-header,
        .block-informations .card-group > .item:not(:last-child) .card-header,
        .card-group > .card:not(:last-child) .block-comparison .item header,
        .card-group > .publications_expertise:not(:last-child) .block-comparison .item header,
        .card-group > article.publications_category:not(:last-child) .block-comparison .item header,
        .card-group > .publication:not(:last-child) .block-comparison .item header,
        .card-group > .posts_expertise:not(:last-child) .block-comparison .item header,
        .card-group > .tag:not(:last-child) .block-comparison .item header,
        .card-group > article.category:not(:last-child) .block-comparison .item header,
        .card-group > .post:not(:last-child) .block-comparison .item header,
        .card-group > .place:not(:last-child) .block-comparison .item header,
        .card-group > .status:not(:last-child) .block-comparison .item header,
        .card-group > .persons_expertise:not(:last-child) .block-comparison .item header,
        .card-group > .person:not(:last-child) .block-comparison .item header,
        .card-group > .expertise:not(:last-child) .block-comparison .item header,
        .card-group > .page:not(:last-child) .block-comparison .item header,
        .block-testimonials .card-group > .quote:not(:last-child) .block-comparison .item header,
        .block-informations .card-group > .item:not(:last-child) .block-comparison .item header,
        .block-comparison .item .card-group > .card:not(:last-child) header,
        .block-comparison .item .card-group > .publications_expertise:not(:last-child) header,
        .block-comparison .item .card-group > article.publications_category:not(:last-child) header,
        .block-comparison .item .card-group > .publication:not(:last-child) header,
        .block-comparison .item .card-group > .posts_expertise:not(:last-child) header,
        .block-comparison .item .card-group > .tag:not(:last-child) header,
        .block-comparison .item .card-group > article.category:not(:last-child) header,
        .block-comparison .item .card-group > .post:not(:last-child) header,
        .block-comparison .item .card-group > .place:not(:last-child) header,
        .block-comparison .item .card-group > .status:not(:last-child) header,
        .block-comparison .item .card-group > .persons_expertise:not(:last-child) header,
        .block-comparison .item .card-group > .person:not(:last-child) header,
        .block-comparison .item .card-group > .expertise:not(:last-child) header,
        .block-comparison .item .card-group > .page:not(:last-child) header,
        .block-comparison .item .block-testimonials .card-group > .quote:not(:last-child) header,
        .block-testimonials .block-comparison .item .card-group > .quote:not(:last-child) header,
        .block-comparison .card-group > .item:not(:last-child) .card-header,
        .block-comparison .card-group > .item:not(:last-child) header,
        .card-group > .push:not(:last-child) .card-header,
        .card-group > .push:not(:last-child) .block-comparison .item header,
        .block-comparison .item .card-group > .push:not(:last-child) header,
        .card-group > div.press:not(:last-child) .card-header,
        .card-group > div.press:not(:last-child) .block-comparison .item header,
        .block-comparison .item .card-group > div.press:not(:last-child) header,
        .card-group > .contact-list:not(:last-child) .card-header,
        .card-group > .contact-list:not(:last-child) .block-comparison .item header,
        .block-comparison .item .card-group > .contact-list:not(:last-child) header,
        .card-group > .address:not(:last-child) .card-header,
        .card-group > .address:not(:last-child) .block-comparison .item header,
        .block-comparison .item .card-group > .address:not(:last-child) header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .publications_expertise:not(:last-child) .card-img-bottom, .card-group > article.publications_category:not(:last-child) .card-img-bottom, .card-group > .publication:not(:last-child) .card-img-bottom, .card-group > .posts_expertise:not(:last-child) .card-img-bottom, .card-group > .tag:not(:last-child) .card-img-bottom, .card-group > article.category:not(:last-child) .card-img-bottom, .card-group > .post:not(:last-child) .card-img-bottom, .card-group > .place:not(:last-child) .card-img-bottom, .card-group > .status:not(:last-child) .card-img-bottom, .card-group > .persons_expertise:not(:last-child) .card-img-bottom, .card-group > .person:not(:last-child) .card-img-bottom, .card-group > .expertise:not(:last-child) .card-img-bottom, .card-group > .page:not(:last-child) .card-img-bottom, .block-testimonials .card-group > .quote:not(:last-child) .card-img-bottom, .block-informations .card-group > .item:not(:last-child) .card-img-bottom, .block-comparison .card-group > .item:not(:last-child) .card-img-bottom, .card-group > .push:not(:last-child) .card-img-bottom, .card-group > div.press:not(:last-child) .card-img-bottom, .card-group > .contact-list:not(:last-child) .card-img-bottom, .card-group > .address:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer,
        .card-group > .publications_expertise:not(:last-child) .card-footer,
        .card-group > article.publications_category:not(:last-child) .card-footer,
        .card-group > .publication:not(:last-child) .card-footer,
        .card-group > .posts_expertise:not(:last-child) .card-footer,
        .card-group > .tag:not(:last-child) .card-footer,
        .card-group > article.category:not(:last-child) .card-footer,
        .card-group > .card:not(:last-child) .post .metas,
        .card-group > .publications_expertise:not(:last-child) .post .metas,
        .card-group > article.publications_category:not(:last-child) .post .metas,
        .card-group > .publication:not(:last-child) .post .metas,
        .card-group > .posts_expertise:not(:last-child) .post .metas,
        .card-group > .tag:not(:last-child) .post .metas,
        .card-group > article.category:not(:last-child) .post .metas,
        .post .card-group > .card:not(:last-child) .metas,
        .post .card-group > .publications_expertise:not(:last-child) .metas,
        .post .card-group > article.publications_category:not(:last-child) .metas,
        .post .card-group > .publication:not(:last-child) .metas,
        .post .card-group > .posts_expertise:not(:last-child) .metas,
        .post .card-group > .tag:not(:last-child) .metas,
        .post .card-group > article.category:not(:last-child) .metas,
        .card-group > .post:not(:last-child) .card-footer,
        .card-group > .post:not(:last-child) .metas,
        .card-group > .place:not(:last-child) .card-footer,
        .card-group > .place:not(:last-child) .post .metas,
        .post .card-group > .place:not(:last-child) .metas,
        .card-group > .status:not(:last-child) .card-footer,
        .card-group > .status:not(:last-child) .post .metas,
        .post .card-group > .status:not(:last-child) .metas,
        .card-group > .persons_expertise:not(:last-child) .card-footer,
        .card-group > .persons_expertise:not(:last-child) .post .metas,
        .post .card-group > .persons_expertise:not(:last-child) .metas,
        .card-group > .person:not(:last-child) .card-footer,
        .card-group > .person:not(:last-child) .post .metas,
        .post .card-group > .person:not(:last-child) .metas,
        .card-group > .expertise:not(:last-child) .card-footer,
        .card-group > .expertise:not(:last-child) .post .metas,
        .post .card-group > .expertise:not(:last-child) .metas,
        .card-group > .page:not(:last-child) .card-footer,
        .card-group > .page:not(:last-child) .post .metas,
        .post .card-group > .page:not(:last-child) .metas,
        .card-group > .card:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .publications_expertise:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > article.publications_category:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .publication:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .posts_expertise:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .tag:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > article.category:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .post:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .place:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .status:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .persons_expertise:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .person:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .expertise:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .page:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .card:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .publications_expertise:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > article.publications_category:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .publication:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .posts_expertise:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .tag:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > article.category:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .post:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .place:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .status:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .persons_expertise:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .person:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .expertise:not(:last-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .page:not(:last-child) blockquote + figcaption,
        .block-testimonials .card-group > .quote:not(:last-child) .card-footer,
        .block-testimonials .card-group > .quote:not(:last-child) .post .metas,
        .post .block-testimonials .card-group > .quote:not(:last-child) .metas,
        .block-testimonials .card-group > .quote:not(:last-child) blockquote + figcaption,
        .block-informations .card-group > .item:not(:last-child) .card-footer,
        .block-informations .card-group > .item:not(:last-child) .post .metas,
        .post .block-informations .card-group > .item:not(:last-child) .metas,
        .block-informations .card-group > .item:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .block-informations .card-group > .item:not(:last-child) blockquote + figcaption,
        .card-group > .card:not(:last-child) .block-comparison .item footer,
        .card-group > .publications_expertise:not(:last-child) .block-comparison .item footer,
        .card-group > article.publications_category:not(:last-child) .block-comparison .item footer,
        .card-group > .publication:not(:last-child) .block-comparison .item footer,
        .card-group > .posts_expertise:not(:last-child) .block-comparison .item footer,
        .card-group > .tag:not(:last-child) .block-comparison .item footer,
        .card-group > article.category:not(:last-child) .block-comparison .item footer,
        .card-group > .post:not(:last-child) .block-comparison .item footer,
        .card-group > .place:not(:last-child) .block-comparison .item footer,
        .card-group > .status:not(:last-child) .block-comparison .item footer,
        .card-group > .persons_expertise:not(:last-child) .block-comparison .item footer,
        .card-group > .person:not(:last-child) .block-comparison .item footer,
        .card-group > .expertise:not(:last-child) .block-comparison .item footer,
        .card-group > .page:not(:last-child) .block-comparison .item footer,
        .block-testimonials .card-group > .quote:not(:last-child) .block-comparison .item footer,
        .block-informations .card-group > .item:not(:last-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .card:not(:last-child) footer,
        .block-comparison .item .card-group > .publications_expertise:not(:last-child) footer,
        .block-comparison .item .card-group > article.publications_category:not(:last-child) footer,
        .block-comparison .item .card-group > .publication:not(:last-child) footer,
        .block-comparison .item .card-group > .posts_expertise:not(:last-child) footer,
        .block-comparison .item .card-group > .tag:not(:last-child) footer,
        .block-comparison .item .card-group > article.category:not(:last-child) footer,
        .block-comparison .item .card-group > .post:not(:last-child) footer,
        .block-comparison .item .card-group > .place:not(:last-child) footer,
        .block-comparison .item .card-group > .status:not(:last-child) footer,
        .block-comparison .item .card-group > .persons_expertise:not(:last-child) footer,
        .block-comparison .item .card-group > .person:not(:last-child) footer,
        .block-comparison .item .card-group > .expertise:not(:last-child) footer,
        .block-comparison .item .card-group > .page:not(:last-child) footer,
        .block-comparison .item .block-testimonials .card-group > .quote:not(:last-child) footer,
        .block-testimonials .block-comparison .item .card-group > .quote:not(:last-child) footer,
        .block-comparison .card-group > .item:not(:last-child) .card-footer,
        .block-comparison .card-group > .item:not(:last-child) .post .metas,
        .post .block-comparison .card-group > .item:not(:last-child) .metas,
        .block-comparison .card-group > .item:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .block-comparison .card-group > .item:not(:last-child) blockquote + figcaption,
        .block-comparison .card-group > .item:not(:last-child) footer,
        .card-group > .push:not(:last-child) .card-footer,
        .card-group > .push:not(:last-child) .post .metas,
        .post .card-group > .push:not(:last-child) .metas,
        .card-group > .push:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .push:not(:last-child) blockquote + figcaption,
        .card-group > .push:not(:last-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .push:not(:last-child) footer,
        .card-group > div.press:not(:last-child) .card-footer,
        .card-group > div.press:not(:last-child) .post .metas,
        .post .card-group > div.press:not(:last-child) .metas,
        .card-group > div.press:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > div.press:not(:last-child) blockquote + figcaption,
        .card-group > div.press:not(:last-child) .block-comparison .item footer,
        .block-comparison .item .card-group > div.press:not(:last-child) footer,
        .card-group > .contact-list:not(:last-child) .card-footer,
        .card-group > .contact-list:not(:last-child) .post .metas,
        .post .card-group > .contact-list:not(:last-child) .metas,
        .card-group > .contact-list:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .contact-list:not(:last-child) blockquote + figcaption,
        .card-group > .contact-list:not(:last-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .contact-list:not(:last-child) footer,
        .card-group > .address:not(:last-child) .card-footer,
        .card-group > .address:not(:last-child) .post .metas,
        .post .card-group > .address:not(:last-child) .metas,
        .card-group > .address:not(:last-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .address:not(:last-child) blockquote + figcaption,
        .card-group > .address:not(:last-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .address:not(:last-child) footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child), .card-group > .publications_expertise:not(:first-child), .card-group > article.publications_category:not(:first-child), .card-group > .publication:not(:first-child), .card-group > .posts_expertise:not(:first-child), .card-group > .tag:not(:first-child), .card-group > article.category:not(:first-child), .card-group > .post:not(:first-child), .card-group > .place:not(:first-child), .card-group > .status:not(:first-child), .card-group > .persons_expertise:not(:first-child), .card-group > .person:not(:first-child), .card-group > .expertise:not(:first-child), .card-group > .page:not(:first-child), .block-testimonials .card-group > .quote:not(:first-child), .block-informations .card-group > .item:not(:first-child), .block-comparison .card-group > .item:not(:first-child), .card-group > .push:not(:first-child), .card-group > div.press:not(:first-child), .card-group > .contact-list:not(:first-child), .card-group > .address:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top, .card-group > .publications_expertise:not(:first-child) .card-img-top, .card-group > article.publications_category:not(:first-child) .card-img-top, .card-group > .publication:not(:first-child) .card-img-top, .card-group > .posts_expertise:not(:first-child) .card-img-top, .card-group > .tag:not(:first-child) .card-img-top, .card-group > article.category:not(:first-child) .card-img-top, .card-group > .post:not(:first-child) .card-img-top, .card-group > .place:not(:first-child) .card-img-top, .card-group > .status:not(:first-child) .card-img-top, .card-group > .persons_expertise:not(:first-child) .card-img-top, .card-group > .person:not(:first-child) .card-img-top, .card-group > .expertise:not(:first-child) .card-img-top, .card-group > .page:not(:first-child) .card-img-top, .block-testimonials .card-group > .quote:not(:first-child) .card-img-top, .block-informations .card-group > .item:not(:first-child) .card-img-top, .block-comparison .card-group > .item:not(:first-child) .card-img-top, .card-group > .push:not(:first-child) .card-img-top, .card-group > div.press:not(:first-child) .card-img-top, .card-group > .contact-list:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .media img, .card-group > .publications_expertise:not(:first-child) .media img, .card-group > article.publications_category:not(:first-child) .media img, .card-group > .publication:not(:first-child) .media img, .card-group > .posts_expertise:not(:first-child) .media img, .card-group > .tag:not(:first-child) .media img, .card-group > article.category:not(:first-child) .media img, .card-group > .post:not(:first-child) .media img, .card-group > .place:not(:first-child) .media img, .card-group > .status:not(:first-child) .media img, .card-group > .persons_expertise:not(:first-child) .media img, .card-group > .person:not(:first-child) .media img, .card-group > .expertise:not(:first-child) .media img, .card-group > .page:not(:first-child) .media img, .block-testimonials .card-group > .quote:not(:first-child) .media img, .block-informations .card-group > .item:not(:first-child) .media img, .block-comparison .card-group > .item:not(:first-child) .media img, .card-group > .push:not(:first-child) .media img, .card-group > div.press:not(:first-child) .media img, .card-group > .contact-list:not(:first-child) .media img, .address .media .card-group > .card:not(:first-child) img, .address .media .card-group > .publications_expertise:not(:first-child) img, .address .media .card-group > article.publications_category:not(:first-child) img, .address .media .card-group > .publication:not(:first-child) img, .address .media .card-group > .posts_expertise:not(:first-child) img, .address .media .card-group > .tag:not(:first-child) img, .address .media .card-group > article.category:not(:first-child) img, .address .media .card-group > .post:not(:first-child) img, .address .media .card-group > .place:not(:first-child) img, .address .media .card-group > .status:not(:first-child) img, .address .media .card-group > .persons_expertise:not(:first-child) img, .address .media .card-group > .person:not(:first-child) img, .address .media .card-group > .expertise:not(:first-child) img, .address .media .card-group > .page:not(:first-child) img, .address .media .block-testimonials .card-group > .quote:not(:first-child) img, .block-testimonials .address .media .card-group > .quote:not(:first-child) img, .address .media .block-informations .card-group > .item:not(:first-child) img, .block-informations .address .media .card-group > .item:not(:first-child) img, .address .media .block-comparison .card-group > .item:not(:first-child) img, .block-comparison .address .media .card-group > .item:not(:first-child) img, .address .media .card-group > .push:not(:first-child) img, .address .media .card-group > div.press:not(:first-child) img, .address .media .card-group > .contact-list:not(:first-child) img, .card-group > .card:not(:first-child) .media, .card-group > .publications_expertise:not(:first-child) .media, .card-group > article.publications_category:not(:first-child) .media, .card-group > .publication:not(:first-child) .media, .card-group > .posts_expertise:not(:first-child) .media, .card-group > .tag:not(:first-child) .media, .card-group > article.category:not(:first-child) .media, .card-group > .post:not(:first-child) .media, .card-group > .place:not(:first-child) .media, .card-group > .status:not(:first-child) .media, .card-group > .persons_expertise:not(:first-child) .media, .card-group > .person:not(:first-child) .media, .card-group > .expertise:not(:first-child) .media, .card-group > .page:not(:first-child) .media, .block-testimonials .card-group > .quote:not(:first-child) .media, .block-informations .card-group > .item:not(:first-child) .media, .block-comparison .card-group > .item:not(:first-child) .media, .card-group > .push:not(:first-child) .media, .card-group > div.press:not(:first-child) .media, .card-group > .contact-list:not(:first-child) .media, .card-group > .address:not(:first-child) .card-img-top, .card .media .card-group > .address:not(:first-child) img, .publications_expertise .media .card-group > .address:not(:first-child) img, article.publications_category .media .card-group > .address:not(:first-child) img, .publication .media .card-group > .address:not(:first-child) img, .posts_expertise .media .card-group > .address:not(:first-child) img, .tag .media .card-group > .address:not(:first-child) img, article.category .media .card-group > .address:not(:first-child) img, .post .media .card-group > .address:not(:first-child) img, .place .media .card-group > .address:not(:first-child) img, .status .media .card-group > .address:not(:first-child) img, .persons_expertise .media .card-group > .address:not(:first-child) img, .person .media .card-group > .address:not(:first-child) img, .expertise .media .card-group > .address:not(:first-child) img, .page .media .card-group > .address:not(:first-child) img, .block-testimonials .quote .media .card-group > .address:not(:first-child) img, .block-informations .item .media .card-group > .address:not(:first-child) img, .block-comparison .item .media .card-group > .address:not(:first-child) img, .push .media .card-group > .address:not(:first-child) img, div.press .media .card-group > .address:not(:first-child) img, .contact-list .media .card-group > .address:not(:first-child) img, .card-group > .address:not(:first-child) .media img, .card-group > .address:not(:first-child) .media,
        .card-group > .card:not(:first-child) .card-header,
        .card-group > .publications_expertise:not(:first-child) .card-header,
        .card-group > article.publications_category:not(:first-child) .card-header,
        .card-group > .publication:not(:first-child) .card-header,
        .card-group > .posts_expertise:not(:first-child) .card-header,
        .card-group > .tag:not(:first-child) .card-header,
        .card-group > article.category:not(:first-child) .card-header,
        .card-group > .post:not(:first-child) .card-header,
        .card-group > .place:not(:first-child) .card-header,
        .card-group > .status:not(:first-child) .card-header,
        .card-group > .persons_expertise:not(:first-child) .card-header,
        .card-group > .person:not(:first-child) .card-header,
        .card-group > .expertise:not(:first-child) .card-header,
        .card-group > .page:not(:first-child) .card-header,
        .block-testimonials .card-group > .quote:not(:first-child) .card-header,
        .block-informations .card-group > .item:not(:first-child) .card-header,
        .card-group > .card:not(:first-child) .block-comparison .item header,
        .card-group > .publications_expertise:not(:first-child) .block-comparison .item header,
        .card-group > article.publications_category:not(:first-child) .block-comparison .item header,
        .card-group > .publication:not(:first-child) .block-comparison .item header,
        .card-group > .posts_expertise:not(:first-child) .block-comparison .item header,
        .card-group > .tag:not(:first-child) .block-comparison .item header,
        .card-group > article.category:not(:first-child) .block-comparison .item header,
        .card-group > .post:not(:first-child) .block-comparison .item header,
        .card-group > .place:not(:first-child) .block-comparison .item header,
        .card-group > .status:not(:first-child) .block-comparison .item header,
        .card-group > .persons_expertise:not(:first-child) .block-comparison .item header,
        .card-group > .person:not(:first-child) .block-comparison .item header,
        .card-group > .expertise:not(:first-child) .block-comparison .item header,
        .card-group > .page:not(:first-child) .block-comparison .item header,
        .block-testimonials .card-group > .quote:not(:first-child) .block-comparison .item header,
        .block-informations .card-group > .item:not(:first-child) .block-comparison .item header,
        .block-comparison .item .card-group > .card:not(:first-child) header,
        .block-comparison .item .card-group > .publications_expertise:not(:first-child) header,
        .block-comparison .item .card-group > article.publications_category:not(:first-child) header,
        .block-comparison .item .card-group > .publication:not(:first-child) header,
        .block-comparison .item .card-group > .posts_expertise:not(:first-child) header,
        .block-comparison .item .card-group > .tag:not(:first-child) header,
        .block-comparison .item .card-group > article.category:not(:first-child) header,
        .block-comparison .item .card-group > .post:not(:first-child) header,
        .block-comparison .item .card-group > .place:not(:first-child) header,
        .block-comparison .item .card-group > .status:not(:first-child) header,
        .block-comparison .item .card-group > .persons_expertise:not(:first-child) header,
        .block-comparison .item .card-group > .person:not(:first-child) header,
        .block-comparison .item .card-group > .expertise:not(:first-child) header,
        .block-comparison .item .card-group > .page:not(:first-child) header,
        .block-comparison .item .block-testimonials .card-group > .quote:not(:first-child) header,
        .block-testimonials .block-comparison .item .card-group > .quote:not(:first-child) header,
        .block-comparison .card-group > .item:not(:first-child) .card-header,
        .block-comparison .card-group > .item:not(:first-child) header,
        .card-group > .push:not(:first-child) .card-header,
        .card-group > .push:not(:first-child) .block-comparison .item header,
        .block-comparison .item .card-group > .push:not(:first-child) header,
        .card-group > div.press:not(:first-child) .card-header,
        .card-group > div.press:not(:first-child) .block-comparison .item header,
        .block-comparison .item .card-group > div.press:not(:first-child) header,
        .card-group > .contact-list:not(:first-child) .card-header,
        .card-group > .contact-list:not(:first-child) .block-comparison .item header,
        .block-comparison .item .card-group > .contact-list:not(:first-child) header,
        .card-group > .address:not(:first-child) .card-header,
        .card-group > .address:not(:first-child) .block-comparison .item header,
        .block-comparison .item .card-group > .address:not(:first-child) header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .publications_expertise:not(:first-child) .card-img-bottom, .card-group > article.publications_category:not(:first-child) .card-img-bottom, .card-group > .publication:not(:first-child) .card-img-bottom, .card-group > .posts_expertise:not(:first-child) .card-img-bottom, .card-group > .tag:not(:first-child) .card-img-bottom, .card-group > article.category:not(:first-child) .card-img-bottom, .card-group > .post:not(:first-child) .card-img-bottom, .card-group > .place:not(:first-child) .card-img-bottom, .card-group > .status:not(:first-child) .card-img-bottom, .card-group > .persons_expertise:not(:first-child) .card-img-bottom, .card-group > .person:not(:first-child) .card-img-bottom, .card-group > .expertise:not(:first-child) .card-img-bottom, .card-group > .page:not(:first-child) .card-img-bottom, .block-testimonials .card-group > .quote:not(:first-child) .card-img-bottom, .block-informations .card-group > .item:not(:first-child) .card-img-bottom, .block-comparison .card-group > .item:not(:first-child) .card-img-bottom, .card-group > .push:not(:first-child) .card-img-bottom, .card-group > div.press:not(:first-child) .card-img-bottom, .card-group > .contact-list:not(:first-child) .card-img-bottom, .card-group > .address:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer,
        .card-group > .publications_expertise:not(:first-child) .card-footer,
        .card-group > article.publications_category:not(:first-child) .card-footer,
        .card-group > .publication:not(:first-child) .card-footer,
        .card-group > .posts_expertise:not(:first-child) .card-footer,
        .card-group > .tag:not(:first-child) .card-footer,
        .card-group > article.category:not(:first-child) .card-footer,
        .card-group > .card:not(:first-child) .post .metas,
        .card-group > .publications_expertise:not(:first-child) .post .metas,
        .card-group > article.publications_category:not(:first-child) .post .metas,
        .card-group > .publication:not(:first-child) .post .metas,
        .card-group > .posts_expertise:not(:first-child) .post .metas,
        .card-group > .tag:not(:first-child) .post .metas,
        .card-group > article.category:not(:first-child) .post .metas,
        .post .card-group > .card:not(:first-child) .metas,
        .post .card-group > .publications_expertise:not(:first-child) .metas,
        .post .card-group > article.publications_category:not(:first-child) .metas,
        .post .card-group > .publication:not(:first-child) .metas,
        .post .card-group > .posts_expertise:not(:first-child) .metas,
        .post .card-group > .tag:not(:first-child) .metas,
        .post .card-group > article.category:not(:first-child) .metas,
        .card-group > .post:not(:first-child) .card-footer,
        .card-group > .post:not(:first-child) .metas,
        .card-group > .place:not(:first-child) .card-footer,
        .card-group > .place:not(:first-child) .post .metas,
        .post .card-group > .place:not(:first-child) .metas,
        .card-group > .status:not(:first-child) .card-footer,
        .card-group > .status:not(:first-child) .post .metas,
        .post .card-group > .status:not(:first-child) .metas,
        .card-group > .persons_expertise:not(:first-child) .card-footer,
        .card-group > .persons_expertise:not(:first-child) .post .metas,
        .post .card-group > .persons_expertise:not(:first-child) .metas,
        .card-group > .person:not(:first-child) .card-footer,
        .card-group > .person:not(:first-child) .post .metas,
        .post .card-group > .person:not(:first-child) .metas,
        .card-group > .expertise:not(:first-child) .card-footer,
        .card-group > .expertise:not(:first-child) .post .metas,
        .post .card-group > .expertise:not(:first-child) .metas,
        .card-group > .page:not(:first-child) .card-footer,
        .card-group > .page:not(:first-child) .post .metas,
        .post .card-group > .page:not(:first-child) .metas,
        .card-group > .card:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .publications_expertise:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > article.publications_category:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .publication:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .posts_expertise:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .tag:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > article.category:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .post:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .place:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .status:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .persons_expertise:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .person:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .expertise:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .card-group > .page:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .card:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .publications_expertise:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > article.publications_category:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .publication:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .posts_expertise:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .tag:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > article.category:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .post:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .place:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .status:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .persons_expertise:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .person:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .expertise:not(:first-child) blockquote + figcaption,
        .block-testimonials .quote .card-group > .page:not(:first-child) blockquote + figcaption,
        .block-testimonials .card-group > .quote:not(:first-child) .card-footer,
        .block-testimonials .card-group > .quote:not(:first-child) .post .metas,
        .post .block-testimonials .card-group > .quote:not(:first-child) .metas,
        .block-testimonials .card-group > .quote:not(:first-child) blockquote + figcaption,
        .block-informations .card-group > .item:not(:first-child) .card-footer,
        .block-informations .card-group > .item:not(:first-child) .post .metas,
        .post .block-informations .card-group > .item:not(:first-child) .metas,
        .block-informations .card-group > .item:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .block-informations .card-group > .item:not(:first-child) blockquote + figcaption,
        .card-group > .card:not(:first-child) .block-comparison .item footer,
        .card-group > .publications_expertise:not(:first-child) .block-comparison .item footer,
        .card-group > article.publications_category:not(:first-child) .block-comparison .item footer,
        .card-group > .publication:not(:first-child) .block-comparison .item footer,
        .card-group > .posts_expertise:not(:first-child) .block-comparison .item footer,
        .card-group > .tag:not(:first-child) .block-comparison .item footer,
        .card-group > article.category:not(:first-child) .block-comparison .item footer,
        .card-group > .post:not(:first-child) .block-comparison .item footer,
        .card-group > .place:not(:first-child) .block-comparison .item footer,
        .card-group > .status:not(:first-child) .block-comparison .item footer,
        .card-group > .persons_expertise:not(:first-child) .block-comparison .item footer,
        .card-group > .person:not(:first-child) .block-comparison .item footer,
        .card-group > .expertise:not(:first-child) .block-comparison .item footer,
        .card-group > .page:not(:first-child) .block-comparison .item footer,
        .block-testimonials .card-group > .quote:not(:first-child) .block-comparison .item footer,
        .block-informations .card-group > .item:not(:first-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .card:not(:first-child) footer,
        .block-comparison .item .card-group > .publications_expertise:not(:first-child) footer,
        .block-comparison .item .card-group > article.publications_category:not(:first-child) footer,
        .block-comparison .item .card-group > .publication:not(:first-child) footer,
        .block-comparison .item .card-group > .posts_expertise:not(:first-child) footer,
        .block-comparison .item .card-group > .tag:not(:first-child) footer,
        .block-comparison .item .card-group > article.category:not(:first-child) footer,
        .block-comparison .item .card-group > .post:not(:first-child) footer,
        .block-comparison .item .card-group > .place:not(:first-child) footer,
        .block-comparison .item .card-group > .status:not(:first-child) footer,
        .block-comparison .item .card-group > .persons_expertise:not(:first-child) footer,
        .block-comparison .item .card-group > .person:not(:first-child) footer,
        .block-comparison .item .card-group > .expertise:not(:first-child) footer,
        .block-comparison .item .card-group > .page:not(:first-child) footer,
        .block-comparison .item .block-testimonials .card-group > .quote:not(:first-child) footer,
        .block-testimonials .block-comparison .item .card-group > .quote:not(:first-child) footer,
        .block-comparison .card-group > .item:not(:first-child) .card-footer,
        .block-comparison .card-group > .item:not(:first-child) .post .metas,
        .post .block-comparison .card-group > .item:not(:first-child) .metas,
        .block-comparison .card-group > .item:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .block-comparison .card-group > .item:not(:first-child) blockquote + figcaption,
        .block-comparison .card-group > .item:not(:first-child) footer,
        .card-group > .push:not(:first-child) .card-footer,
        .card-group > .push:not(:first-child) .post .metas,
        .post .card-group > .push:not(:first-child) .metas,
        .card-group > .push:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .push:not(:first-child) blockquote + figcaption,
        .card-group > .push:not(:first-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .push:not(:first-child) footer,
        .card-group > div.press:not(:first-child) .card-footer,
        .card-group > div.press:not(:first-child) .post .metas,
        .post .card-group > div.press:not(:first-child) .metas,
        .card-group > div.press:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > div.press:not(:first-child) blockquote + figcaption,
        .card-group > div.press:not(:first-child) .block-comparison .item footer,
        .block-comparison .item .card-group > div.press:not(:first-child) footer,
        .card-group > .contact-list:not(:first-child) .card-footer,
        .card-group > .contact-list:not(:first-child) .post .metas,
        .post .card-group > .contact-list:not(:first-child) .metas,
        .card-group > .contact-list:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .contact-list:not(:first-child) blockquote + figcaption,
        .card-group > .contact-list:not(:first-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .contact-list:not(:first-child) footer,
        .card-group > .address:not(:first-child) .card-footer,
        .card-group > .address:not(:first-child) .post .metas,
        .post .card-group > .address:not(:first-child) .metas,
        .card-group > .address:not(:first-child) .block-testimonials .quote blockquote + figcaption,
        .block-testimonials .quote .card-group > .address:not(:first-child) blockquote + figcaption,
        .card-group > .address:not(:first-child) .block-comparison .item footer,
        .block-comparison .item .card-group > .address:not(:first-child) footer {
          border-bottom-left-radius: 0; } }

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --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='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --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='%23151c1d' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(52, 70, 72, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle); }

.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: 1rem;
  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-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type > .accordion-header .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type > .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0; }
  .accordion-flush > .accordion-item > .accordion-collapse {
    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='%23859091'%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-.708z'/%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='%23859091'%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-.708z'/%3e%3c/svg%3e"); }

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

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

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

.pagination, .pagination-between {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --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-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(52, 70, 72, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #344648;
  --bs-pagination-active-border-color: #344648;
  --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, .pagination a, .pagination-between a {
  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, .pagination a, .pagination-between a {
      transition: none; } }
  .page-link:hover, .pagination a:hover, .pagination-between a: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, .pagination a:focus, .pagination-between a: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, .pagination a.active, .pagination-between a.active, .active > .page-link, .pagination .active > a, .pagination-between .active > a {
    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, .pagination a.disabled, .pagination-between a.disabled, .disabled > .page-link, .pagination .disabled > a, .pagination-between .disabled > a {
    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, .page-item:not(:first-child) .pagination a, .page-item:not(:first-child) .pagination-between a, .pagination .page-item:not(:first-child) a, .pagination-between .page-item:not(:first-child) a, .pagination li:not(:first-child) .page-link, .pagination-between li:not(:first-child) .page-link, .pagination li:not(:first-child) a, .pagination-between li:not(:first-child) a {
  margin-left: calc(var(--bs-border-width) * -1); }

.page-item:first-child .page-link, .page-item:first-child .pagination a, .page-item:first-child .pagination-between a, .pagination .page-item:first-child a, .pagination-between .page-item:first-child a, .pagination li:first-child .page-link, .pagination-between li:first-child .page-link, .pagination li:first-child a, .pagination-between li:first-child a {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link, .page-item:last-child .pagination a, .page-item:last-child .pagination-between a, .pagination .page-item:last-child a, .pagination-between .page-item:last-child a, .pagination li:last-child .page-link, .pagination-between li:last-child .page-link, .pagination li:last-child a, .pagination-between li:last-child a {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --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.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm); }

.badge, .publication .press span, .list-tags li a, .reference, .pricing span {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --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, .publication .press span:empty, .list-tags li a:empty, .reference:empty, .pricing span:empty {
    display: none; }

.btn .badge, .btn .publication .press span, .publication .press .btn span, .btn .list-tags li a, .list-tags li .btn a, .btn .reference, .btn .pricing span, .pricing .btn span, .main-menu .nav-item-highlighted a .badge, .main-menu .nav-item-highlighted a .publication .press span, .publication .press .main-menu .nav-item-highlighted a span, .main-menu .nav-item-highlighted a .list-tags li a, .list-tags li .main-menu .nav-item-highlighted a a, .main-menu .nav-item-highlighted a .reference, .main-menu .nav-item-highlighted a .pricing span, .pricing .main-menu .nav-item-highlighted a span, .btn-filter .badge, .btn-filter .publication .press span, .publication .press .btn-filter span, .btn-filter .list-tags li a, .list-tags li .btn-filter a, .btn-filter .reference, .btn-filter .pricing span, .pricing .btn-filter span {
  position: relative;
  top: -1px; }

.alert, .banner {
  --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, .banner a {
  font-weight: normal;
  color: var(--bs-alert-link-color); }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close, .alert-dismissible .block-chart .modal-header button, .block-chart .modal-header .alert-dismissible button, .alert-dismissible .toc .header button, .toc .header .alert-dismissible button, .alert-dismissible .main-menu .header button, .main-menu .header .alert-dismissible button, .alert-dismissible .filters .header button, .filters .header .alert-dismissible button {
    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, .banner-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, .banner-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, .banner-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, .banner-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); }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --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: #344648;
  --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); }

.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; } }
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --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-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --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: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #344648;
  --bs-list-group-active-border-color: #344648;
  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-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action: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:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.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-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.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-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-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-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-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-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-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-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-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-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-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-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-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); }

.btn-close, .block-chart .modal-header button, .toc .header button, .main-menu .header button, .filters .header button {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(52, 70, 72, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 1rem;
  opacity: var(--bs-btn-close-opacity); }
  .btn-close:hover, .block-chart .modal-header button:hover, .toc .header button:hover, .main-menu .header button:hover, .filters .header button:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity); }
  .btn-close:focus, .block-chart .modal-header button:focus, .toc .header button:focus, .main-menu .header button:focus, .filters .header button:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity); }
  .btn-close:disabled, .block-chart .modal-header button:disabled, .toc .header button:disabled, .main-menu .header button:disabled, .filters .header button:disabled, .btn-close.disabled, .block-chart .modal-header button.disabled, .toc .header button.disabled, .main-menu .header button.disabled, .filters .header button.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity); }

.btn-close-white {
  filter: var(--bs-btn-close-white-filter); }

[data-bs-theme="dark"] .btn-close, [data-bs-theme="dark"] .block-chart .modal-header button, .block-chart .modal-header [data-bs-theme="dark"] button, [data-bs-theme="dark"] .toc .header button, .toc .header [data-bs-theme="dark"] button, [data-bs-theme="dark"] .main-menu .header button, .main-menu .header [data-bs-theme="dark"] button, [data-bs-theme="dark"] .filters .header button, .filters .header [data-bs-theme="dark"] button {
  filter: var(--bs-btn-close-white-filter); }

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  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-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close, .toast-header .block-chart .modal-header button, .block-chart .modal-header .toast-header button, .toast-header .toc .header button, .toc .header .toast-header button, .toast-header .main-menu .header button, .main-menu .header .toast-header button, .toast-header .filters .header button, .filters .header .toast-header button {
    margin-right: calc(-.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: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --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: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --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, .block-chart .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog, .block-chart .modal .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog, .block-chart .modal .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable, .block-chart .modal-dialog {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content, .block-chart .modal-dialog .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body, .block-chart .modal-dialog .modal-body {
    overflow-y: auto; }

.modal-dialog-centered, .block-chart .modal-dialog {
  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);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  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, .block-chart .modal-backdrop.modal {
    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-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close, .block-chart .modal-header button, .modal-header .toc .header button, .toc .header .modal-header button, .modal-header .main-menu .header button, .main-menu .header .modal-header button, .modal-header .filters .header button, .filters .header .modal-header button {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title, .block-chart .modal-header p {
  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) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow); }
  .modal-dialog, .block-chart .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm, .block-chart .modal-dialog {
    --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; } }

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --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) * .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) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .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) * .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) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .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.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --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);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --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); }
  .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) * .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) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .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) * .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(-.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) * .5) 0 calc(var(--bs-popover-arrow-width) * .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-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-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.6s 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.6s; }
  @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;
  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 0z'/%3e%3c/svg%3e") /*rtl: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-.708z'/%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-.708z'/%3e%3c/svg%3e") /*rtl: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 0z'/%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: #fff;
    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: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, [data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], [data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000; }

[data-bs-theme="dark"] .carousel .carousel-caption, [data-bs-theme="dark"].carousel .carousel-caption {
  color: #000; }

.spinner-grow,
.spinner-border {
  display: inline-block;
  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) /* rtl:ignore */; } }

.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, .main-menu, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .toc .offcanvas, .toc .main-menu, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s 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;
    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, .toc .offcanvas-sm.offcanvas, .offcanvas-sm.main-menu, .offcanvas-sm.filters {
      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, .offcanvas-sm .toc .header, .toc .offcanvas-sm .header, .offcanvas-sm .main-menu .header, .main-menu .offcanvas-sm .header, .offcanvas-sm .filters .header, .filters .offcanvas-sm .header {
      display: none; }
    .offcanvas-sm .offcanvas-body, .offcanvas-sm .toc .content, .toc .offcanvas-sm .content, .offcanvas-sm .main-menu .content, .main-menu .offcanvas-sm .content, .offcanvas-sm .filters .content, .filters .offcanvas-sm .content {
      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;
    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, .toc .offcanvas-md.offcanvas, .offcanvas-md.main-menu, .offcanvas-md.filters {
      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, .offcanvas-md .toc .header, .toc .offcanvas-md .header, .offcanvas-md .main-menu .header, .main-menu .offcanvas-md .header, .offcanvas-md .filters .header, .filters .offcanvas-md .header {
      display: none; }
    .offcanvas-md .offcanvas-body, .offcanvas-md .toc .content, .toc .offcanvas-md .content, .offcanvas-md .main-menu .content, .main-menu .offcanvas-md .content, .offcanvas-md .filters .content, .filters .offcanvas-md .content {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg, .toc .offcanvas, .toc .main-menu {
    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;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg, .toc .offcanvas, .toc .main-menu {
      transition: none; } }
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start, .toc .offcanvas-start.offcanvas, .toc .offcanvas-start.main-menu {
      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, .toc .offcanvas, .offcanvas-lg.main-menu, .toc .main-menu, .offcanvas-lg.filters {
      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, .toc .offcanvas-top.offcanvas, .toc .offcanvas-top.main-menu {
      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, .toc .offcanvas-bottom.offcanvas, .toc .offcanvas-bottom.main-menu {
      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, .toc .showing.offcanvas, .toc .showing.main-menu, .offcanvas-lg.show:not(.hiding), .toc .show.offcanvas:not(.hiding), .toc .show.main-menu:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .toc .showing.offcanvas, .toc .showing.main-menu, .offcanvas-lg.hiding, .toc .hiding.offcanvas, .toc .hiding.main-menu, .offcanvas-lg.show, .toc .show.offcanvas, .toc .show.main-menu {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg, .toc .offcanvas, .toc .main-menu {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header, .offcanvas-lg .toc .header, .toc .offcanvas-lg .header, .toc .offcanvas .offcanvas-header, .toc .offcanvas .header, .toc .main-menu .offcanvas-header, .toc .main-menu .header, .offcanvas-lg .main-menu .header, .main-menu .offcanvas-lg .header, .offcanvas-lg .filters .header, .filters .offcanvas-lg .header {
      display: none; }
    .offcanvas-lg .offcanvas-body, .offcanvas-lg .toc .content, .toc .offcanvas-lg .content, .toc .offcanvas .offcanvas-body, .toc .offcanvas .content, .toc .main-menu .offcanvas-body, .toc .main-menu .content, .offcanvas-lg .main-menu .content, .main-menu .offcanvas-lg .content, .offcanvas-lg .filters .content, .filters .offcanvas-lg .content {
      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;
    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, .toc .offcanvas-xl.offcanvas, .offcanvas-xl.main-menu, .offcanvas-xl.filters {
      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, .offcanvas-xl .toc .header, .toc .offcanvas-xl .header, .offcanvas-xl .main-menu .header, .main-menu .offcanvas-xl .header, .offcanvas-xl .filters .header, .filters .offcanvas-xl .header {
      display: none; }
    .offcanvas-xl .offcanvas-body, .offcanvas-xl .toc .content, .toc .offcanvas-xl .content, .offcanvas-xl .main-menu .content, .main-menu .offcanvas-xl .content, .offcanvas-xl .filters .content, .filters .offcanvas-xl .content {
      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;
    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, .toc .offcanvas-xxl.offcanvas, .offcanvas-xxl.main-menu, .offcanvas-xxl.filters {
      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, .offcanvas-xxl .toc .header, .toc .offcanvas-xxl .header, .offcanvas-xxl .main-menu .header, .main-menu .offcanvas-xxl .header, .offcanvas-xxl .filters .header, .filters .offcanvas-xxl .header {
      display: none; }
    .offcanvas-xxl .offcanvas-body, .offcanvas-xxl .toc .content, .toc .offcanvas-xxl .content, .offcanvas-xxl .main-menu .content, .main-menu .offcanvas-xxl .content, .offcanvas-xxl .filters .content, .filters .offcanvas-xxl .content {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas, .main-menu {
  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;
  transition: var(--bs-offcanvas-transition); }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas, .main-menu {
      transition: none; } }
  .offcanvas.offcanvas-start, .offcanvas-start.main-menu {
    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, .toc .offcanvas, .main-menu, .offcanvas.filters {
    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, .offcanvas-top.main-menu {
    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, .offcanvas-bottom.main-menu {
    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, .showing.main-menu, .offcanvas.show:not(.hiding), .show.main-menu:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .showing.main-menu, .offcanvas.hiding, .hiding.main-menu, .offcanvas.show, .show.main-menu {
    visibility: visible; }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .offcanvas-backdrop.fade, .block-chart .offcanvas-backdrop.modal {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header, .toc .header, .main-menu .header, .filters .header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close, .offcanvas-header .block-chart .modal-header button, .block-chart .modal-header .offcanvas-header button, .toc .header .btn-close, .toc .header button, .main-menu .header .btn-close, .main-menu .header button, .filters .header .btn-close, .filters .header button {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto; }

.offcanvas-title, .toc .title, .main-menu .header .title, .filters .header .title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height); }

.offcanvas-body, .toc .content, .main-menu .content, .filters .content {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5; }
  .placeholder.btn::before, .main-menu .nav-item-highlighted a.placeholder::before, .placeholder.btn-filter::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .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, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 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: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; }

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(42, 56, 58, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(42, 56, 58, 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(255, 201, 173, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 201, 173, 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(151, 165, 170, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(151, 165, 170, 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(252, 230, 207, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(252, 230, 207, var(--bs-link-underline-opacity, 1)) !important; }

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

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

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

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

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

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

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

.ratio, .block-logos a,
.block-logos div > picture, .youtube, .vimeo, .push, .map, .gauge, .card .media, .publications_expertise .media, article.publications_category .media, .publication .media, .posts_expertise .media, .tag .media, article.category .media, .post .media, .place .media, .status .media, .persons_expertise .media, .person .media, .expertise .media, .page .media, .block-testimonials .quote .media, .block-informations .item .media, .block-comparison .item .media, .push .media, div.press .media, .contact-list .media, .address .media {
  position: relative;
  width: 100%; }
  .ratio::before, .block-logos a::before,
  .block-logos div > picture::before, .youtube::before, .vimeo::before, .push::before, .map::before, .gauge::before, .card .media::before, .publications_expertise .media::before, article.publications_category .media::before, .publication .media::before, .posts_expertise .media::before, .tag .media::before, article.category .media::before, .post .media::before, .place .media::before, .status .media::before, .persons_expertise .media::before, .person .media::before, .expertise .media::before, .page .media::before, .block-testimonials .quote .media::before, .block-informations .item .media::before, .block-comparison .item .media::before, .push .media::before, div.press .media::before, .contact-list .media::before, .address .media::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > *, .block-logos a > *,
  .block-logos div > picture > *, .youtube > *, .vimeo > *, .push > *, .map > *, .gauge > *, .card .media > *, .publications_expertise .media > *, article.publications_category .media > *, .publication .media > *, .posts_expertise .media > *, .tag .media > *, article.category .media > *, .post .media > *, .place .media > *, .status .media > *, .persons_expertise .media > *, .person .media > *, .expertise .media > *, .page .media > *, .block-testimonials .quote .media > *, .block-informations .item .media > *, .block-comparison .item .media > *, .push .media > *, div.press .media > *, .contact-list .media > *, .address .media > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1, .block-logos a,
.block-logos div > picture, .gauge {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9, .youtube, .vimeo {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9, .block-informations .media-image, .block-informations .media-logo, .push, .map {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

.stretched-link::after, .publications_expertise a::after, article.publications_category a::after, .publication a::after, .posts_expertise a::after, .tag a::after, article.category a::after, .post a::after, .place a::after, .status a::after, .persons_expertise a::after, .person a::after, .expertise a::after, .page a::after, .push .btn::after, .push .btn-filter::after, .push .main-menu .nav-item-highlighted a::after, .main-menu .nav-item-highlighted .push a::after, .mini-card a::after, .filters .content .list-mini_card li a::after, aside.list li a::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; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none, .toc > div > p {
  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-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-auto {
  margin-left: 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-right: 0 !important; }

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

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

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

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

.pe-5 {
  padding-right: 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-left: 0 !important; }

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

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

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

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

.ps-5 {
  padding-left: 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.625rem + 4.5vw) !important; }

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

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

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary, .block-chart canvas + .btn, .block-chart canvas + .btn-filter, .block-chart .main-menu .nav-item-highlighted canvas + a, .main-menu .nav-item-highlighted .block-chart canvas + a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important; }

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1; }

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25; }

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5; }

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75; }

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-offset-1 {
  text-underline-offset: 0.125em !important; }

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important; }

.link-offset-2 {
  text-underline-offset: 0.25em !important; }

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important; }

.link-offset-3 {
  text-underline-offset: 0.375em !important; }

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important; }

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1; }

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1; }

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

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

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

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

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

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

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

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

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

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

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

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

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important; }

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.z-n1 {
  z-index: -1 !important; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .object-fit-sm-contain {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    object-fit: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-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-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: 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-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: 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-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 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-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 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: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .object-fit-md-contain {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    object-fit: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-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-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: 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-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: 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-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 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-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 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: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .object-fit-lg-contain {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    object-fit: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block, .toc > div > p {
    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, .toc > div > button {
    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-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: 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-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: 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-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 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-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 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: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .object-fit-xl-contain {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    object-fit: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-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-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: 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-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: 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-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 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-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 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: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .object-fit-xxl-contain {
    object-fit: contain !important; }
  .object-fit-xxl-cover {
    object-fit: cover !important; }
  .object-fit-xxl-fill {
    object-fit: fill !important; }
  .object-fit-xxl-scale {
    object-fit: scale-down !important; }
  .object-fit-xxl-none {
    object-fit: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-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-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: 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-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: 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-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 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-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 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: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 5rem !important; }
  .fs-2 {
    font-size: 3rem !important; }
  .fs-3 {
    font-size: 2rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

:root {
  --tobii-base-font-size: 1rem;
  /* also update --tobii-slide-max-height */
  --tobii-transition-duration: 0.3s;
  --tobii-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  --tobii-zoom-icon-background: hsla(210, 38%, 16%, 0.94);
  --tobii-zoom-icon-color: #ffffff;
  --tobii-lightbox-background: rgba(0,0,0,0.85);
  --tobii-lightbox-z-index: 1337;
  --tobii-caption-background: rgba(0,0,0,0.8);
  --tobii-caption-color: #eeeeee;
  --tobii-counter-background: transparent;
  --tobii-counter-color: #ffffff;
  --tobii-button-background: transparent;
  --tobii-button-navigation-background: rgba(0,0,0,0.5);
  --tobii-button-color: #ffffff;
  --tobii-loader-color: #ffffff;
  --tobii-slide-max-height: calc(100vh - 3.125em);
  --tobii-slide-max-width: 100vw; }

/**
 * Lightbox link
 *
 */
.tobii-zoom {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none; }
  .tobii-zoom img {
    display: block; }
  .tobii-zoom__icon {
    align-items: center;
    background-color: var(--zoom-icon-background, var(--tobii-zoom-icon-background));
    top: 0.5em;
    color: var(--zoom-icon-color, var(--tobii-zoom-icon-color));
    display: flex;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0.5em;
    width: 1.78em;
    height: 1.78em; }
    .tobii-zoom__icon svg {
      fill: none;
      height: 1.5em;
      pointer-events: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.5;
      stroke: currentColor;
      width: 1.5em; }

.tobii-is-open {
  overflow-y: hidden; }

.tobii-is-open,
.tobii-image {
  touch-action: none; }

/**
 * Lightbox
 *
 */
.tobii {
  background-color: var(--lightbox-background, var(--tobii-lightbox-background));
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: var(--base-font-size, var(--tobii-base-font-size));
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--lightbox-z-index, var(--tobii-lightbox-z-index)); }
  .tobii[aria-hidden='true'] {
    display: none; }
  .tobii *, .tobii *::before, .tobii *::after {
    box-sizing: inherit; }

/**
 * Slider
 *
 */
.tobii__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 3.125em;
  will-change: transform; }
  .tobii__slider[aria-hidden='true'] {
    display: none; }
  @media screen and (prefers-reduced-motion: no-preference) {
    .tobii__slider--animate:not(.tobii__slider--is-dragging) {
      transition-duration: var(--transition-duration, var(--tobii-transition-duration));
      transition-property: transform;
      transition-timing-function: var(--transition-timing-function, var(--tobii-transition-timing-function)); } }
  .tobii__slider--is-draggable [data-type] {
    cursor: grab; }
  .tobii__slider--is-dragging [data-type] {
    cursor: grabbing; }

/**
 * Slide
 *
 */
.tobii__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%; }
  .tobii__slide:not(.tobii__slide--is-active) {
    visibility: hidden; }
    @media screen and (prefers-reduced-motion: no-preference) {
      .tobii__slide:not(.tobii__slide--is-active) {
        transition-duration: var(--transition-duration, var(--tobii-transition-duration));
        transition-property: visibility;
        transition-timing-function: var(--timing-function, var(--tobii-transition-timing-function)); } }
  .tobii__slide [data-type] {
    max-height: 100%;
    max-width: var(--slide-max-width, var(--tobii-slide-max-width));
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain; }
  .tobii__slide iframe, .tobii__slide video {
    display: block !important; }
  .tobii__slide figure {
    margin: 0;
    position: relative; }
    .tobii__slide figure > img {
      display: block;
      height: auto;
      max-height: var(--slide-max-height, var(--tobii-slide-max-height));
      max-width: var(--slide-max-width, var(--tobii-slide-max-width));
      width: auto; }
    .tobii__slide figure > figcaption {
      background-color: var(--caption-background, var(--tobii-caption-background));
      bottom: 0;
      color: var(--caption-color, var(--tobii-caption-color));
      padding: 0.25em 0.5em;
      position: absolute;
      white-space: pre-wrap;
      width: 100%;
      font-size: 1.125em; }
  .tobii__slide [data-type='html'] video {
    cursor: auto;
    max-height: var(--slide-max-height, var(--tobii-slide-max-height));
    max-width: var(--slide-max-width, var(--tobii-slide-max-width)); }
  .tobii__slide [data-type='html'] audio {
    max-width: 100%; }
  .tobii__slide [data-type='iframe'] {
    /* Fix iframe scrolling on iOS */
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0); }
    .tobii__slide [data-type='iframe'] iframe {
      height: var(--slide-max-height, var(--tobii-slide-max-height));
      width: var(--slide-max-width, var(--tobii-slide-max-width)); }

/**
 * Buttons
 *
 */
.tobii__btn {
  appearance: none;
  background-color: var(--button-background, var(--tobii-button-background));
  border: 1px solid transparent;
  color: var(--button-color, var(--tobii-button-color));
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  touch-action: manipulation;
  will-change: opacity;
  z-index: 1; }
  .tobii__btn:hover {
    opacity: 1; }
  @media screen and (prefers-reduced-motion: no-preference) {
    .tobii__btn {
      transition-duration: var(--transition-duration, var(--tobii-transition-duration));
      transition-property: opacity, transform;
      transition-timing-function: var(--transition-timing-function, var(--tobii-transition-timing-function));
      will-change: opacity, transform; } }
  .tobii__btn svg {
    fill: none;
    height: 3.75em;
    pointer-events: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
    stroke: currentColor;
    width: 3.75em; }
  .tobii__btn--previous, .tobii__btn--next {
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--button-navigation-background, var(--tobii-button-navigation-background));
    border-radius: 5px; }
  .tobii__btn--previous {
    left: 1em; }
  .tobii__btn--next {
    right: 1em; }
  .tobii__btn--close {
    right: 0.25em;
    top: 0.25em;
    width: 2.5em;
    height: 2.5em;
    opacity: 0.75; }
    .tobii__btn--close svg {
      transform: scale(1.4);
      width: 100%;
      height: 100%; }
  .tobii__btn:disabled, .tobii__btn[aria-hidden='true'] {
    visibility: hidden;
    cursor: default; }

/**
 * Counter
 *
 */
.tobii__counter {
  background-color: var(--counter-background, var(--tobii-counter-background));
  color: var(--counter-color, var(--tobii-counter-color));
  font-size: 1.25em;
  left: 0.875em;
  line-height: 1;
  position: absolute;
  top: 0.875em;
  z-index: 1;
  opacity: 0.8; }
  .tobii__counter[aria-hidden='true'] {
    display: none; }

/**
 * Loader
 *
 */
.tobii__loader {
  display: inline-block;
  height: 6em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6em; }
  .tobii__loader::before {
    animation: spin 1s infinite;
    border-radius: 100%;
    border: 2px solid #949ba3;
    border-top-color: var(--loader-color, var(--tobii-loader-color));
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

.tobii__slide .tobii-html {
  background: #ffffff;
  padding: 10px 20px;
  max-width: 800px;
  font-size: 1.125em; }

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons/bootstrap-icons.woff2") format("woff2"), url("../fonts/bootstrap-icons/bootstrap-icons.woff") format("woff"); }

.leaflet-control-attribution, .leaflet-tile-pane {
  filter: grayscale(0.7); }

.leaflet-pane .leaflet-popup-content p {
  margin-bottom: 1rem;
  margin-top: 0; }

.leaflet-pane .leaflet-popup-content address {
  margin-bottom: 1rem; }

.leaflet-pane .leaflet-popup-content address p {
  margin-bottom: 0; }

.splide .splide__list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.splide .splide__slide {
  flex-shrink: 0; }

.splide .splide__pagination__page.is-active {
  background: #344648; }

abbr[title] {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem; }

address {
  margin-bottom: 0; }
  address p {
    margin-bottom: 0; }

@media (prefers-reduced-motion: no-preference) {
  [data-anim="hero"] .surtitle,
  [data-anim="hero"] h1,
  [data-anim="hero"] .h1,
  [data-anim="hero"] .description,
  [data-anim="hero"] div:not(.cta) > .btn,
  [data-anim="hero"] .main-menu .nav-item-highlighted div:not(.cta) > a,
  .main-menu .nav-item-highlighted [data-anim="hero"] div:not(.cta) > a,
  [data-anim="hero"] div:not(.cta) > .btn-filter,
  [data-anim="hero"] .cta,
  [data-anim="hero"] address,
  [data-anim="hero"] picture {
    opacity: 0;
    transform: translateY(2rem);
    transition-duration: 2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  [data-anim="hero"] picture {
    display: block;
    transition-delay: 1s; }
  [data-anim="hero"][data-anim-show] .surtitle,
  [data-anim="hero"][data-anim-show] h1,
  [data-anim="hero"][data-anim-show] .h1,
  [data-anim="hero"][data-anim-show] .description,
  [data-anim="hero"][data-anim-show] div:not(.cta) > .btn,
  [data-anim="hero"][data-anim-show] .main-menu .nav-item-highlighted div:not(.cta) > a,
  .main-menu .nav-item-highlighted [data-anim="hero"][data-anim-show] div:not(.cta) > a,
  [data-anim="hero"][data-anim-show] div:not(.cta) > .btn-filter,
  [data-anim="hero"][data-anim-show] .cta,
  [data-anim="hero"][data-anim-show] address,
  [data-anim="hero"][data-anim-show] picture {
    opacity: 1;
    transform: translateY(0); }
  [data-anim="hero"][data-anim-show] h1, [data-anim="hero"][data-anim-show] .h1 {
    transition-delay: calc(1s * 0.2); }
  [data-anim="hero"][data-anim-show] h1 + *, [data-anim="hero"][data-anim-show] .h1 + *,
  [data-anim="hero"][data-anim-show] .description + .btn,
  [data-anim="hero"][data-anim-show] .main-menu .nav-item-highlighted .description + a,
  .main-menu .nav-item-highlighted [data-anim="hero"][data-anim-show] .description + a,
  [data-anim="hero"][data-anim-show] .description + .btn-filter,
  [data-anim="hero"][data-anim-show] .description + .cta {
    transition-delay: calc(1s * 0.4); }
  [data-anim="hero"][data-anim-show] h1 + .description + .btn, [data-anim="hero"][data-anim-show] .main-menu .nav-item-highlighted h1 + .description + a, .main-menu .nav-item-highlighted [data-anim="hero"][data-anim-show] h1 + .description + a, [data-anim="hero"][data-anim-show] h1 + .description + .btn-filter, [data-anim="hero"][data-anim-show] .h1 + .description + .btn, [data-anim="hero"][data-anim-show] .main-menu .nav-item-highlighted .h1 + .description + a, .main-menu .nav-item-highlighted [data-anim="hero"][data-anim-show] .h1 + .description + a, [data-anim="hero"][data-anim-show] .h1 + .description + .btn-filter,
  [data-anim="hero"][data-anim-show] h1 + .description + .cta,
  [data-anim="hero"][data-anim-show] .h1 + .description + .cta,
  [data-anim="hero"][data-anim-show] address {
    transition-delay: calc(1s * 0.6); }
  [data-anim="heading"],
  [data-anim="content"],
  [data-anim="sidebar"],
  [data-anim="pagination"] {
    opacity: 0;
    transform: translateY(2rem);
    transition-duration: 2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995); }
    [data-anim="heading"][data-anim-show],
    [data-anim="content"][data-anim-show],
    [data-anim="sidebar"][data-anim-show],
    [data-anim="pagination"][data-anim-show] {
      opacity: 1;
      transform: translateY(0); }
  [data-anim="content"] {
    transition-delay: calc(1s * 0.25); }
  [data-anim="sidebar"] {
    transition-delay: calc(1s * 0.5); }
  [data-anim="pagination"] {
    transition-delay: 1s; }
  [data-anim="item"],
  [data-anim="item"] picture {
    opacity: 0;
    transform: translateY(2rem);
    transition-delay: calc(1s * 0.5);
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995);
    transition-property: opacity, transform; } }

@media (prefers-reduced-motion: no-preference) and (max-width: 991.98px) {
  .block-latest [data-anim="item"], .block-selected [data-anim="item"] {
    transform: none; } }

@media (prefers-reduced-motion: no-preference) {
  [data-anim="item"] picture {
    transform: translateY(2rem);
    transition-duration: 2s, calc(2s * 2);
    transition-property: opacity, transform; }
  [data-anim="item"][data-anim-show],
  [data-anim="item"][data-anim-show] picture {
    opacity: 1;
    transform: translateY(0); }
  [data-anim="figure"] {
    opacity: 0;
    transform: translateY(2rem);
    transition-delay: calc(1s * 0.5);
    transition-duration: 2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995); }
    [data-anim="figure"].half + [data-anim="figure"].half {
      transition-delay: calc(1s * 0.6); }
    [data-anim="figure"][data-anim-show] {
      opacity: 1;
      transform: translateY(0); }
  [data-anim="details"] {
    opacity: 0;
    transform: translateY(2rem);
    transition-delay: calc(1s * 0.5);
    transition-duration: 2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995); }
    [data-anim="details"][data-anim-show] {
      opacity: 1;
      transform: translateY(0); }
  [data-anim="block"],
  [data-anim="block"] .heading,
  [data-anim="block"] .items,
  [data-anim="block"] .items .content,
  [data-anim="block"] .items .btn,
  [data-anim="block"] .items .main-menu .nav-item-highlighted a,
  .main-menu .nav-item-highlighted [data-anim="block"] .items a,
  [data-anim="block"] .items .btn-filter,
  [data-anim="block"] .bottom {
    opacity: 0;
    transform: translateY(2rem);
    transition-duration: 2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  [data-anim="block"] .heading,
  [data-anim="block"] .bottom {
    transition-delay: calc(1s * 0.5); }
  [data-anim="block"] .items {
    transition-delay: 1s; }
  [data-anim="block"] .items .content,
  [data-anim="block"] .items .btn,
  [data-anim="block"] .items .main-menu .nav-item-highlighted a,
  .main-menu .nav-item-highlighted [data-anim="block"] .items a,
  [data-anim="block"] .items .btn-filter {
    transition-delay: 1s;
    transition-duration: 2s, calc(2s * 2); }
  [data-anim="block"] .items .btn, [data-anim="block"] .items .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted [data-anim="block"] .items a, [data-anim="block"] .items .btn-filter {
    transition-delay: calc(1s * 1.5); }
  [data-anim="block"][data-anim-show],
  [data-anim="block"][data-anim-show] .heading,
  [data-anim="block"][data-anim-show] .items,
  [data-anim="block"][data-anim-show] .items .content,
  [data-anim="block"][data-anim-show] .items .btn,
  [data-anim="block"][data-anim-show] .items .main-menu .nav-item-highlighted a,
  .main-menu .nav-item-highlighted [data-anim="block"][data-anim-show] .items a,
  [data-anim="block"][data-anim-show] .items .btn-filter,
  [data-anim="block"][data-anim-show] .bottom {
    opacity: 1;
    transform: translateY(0); }
  [data-anim="block"].block-editorial .surtitle,
  [data-anim="block"].block-editorial h2,
  [data-anim="block"].block-editorial .h2,
  [data-anim="block"].block-editorial .btn,
  [data-anim="block"].block-editorial .main-menu .nav-item-highlighted a,
  .main-menu .nav-item-highlighted [data-anim="block"].block-editorial a,
  [data-anim="block"].block-editorial .btn-filter,
  [data-anim="block"].block-editorial .text,
  [data-anim="block"].block-editorial .media {
    opacity: 0;
    transform: translateY(2rem);
    transition-duration: 2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  [data-anim="block"].block-editorial h2, [data-anim="block"].block-editorial .h2 {
    transition-delay: calc(1s * 0.3); }
  [data-anim="block"].block-editorial h2 + *, [data-anim="block"].block-editorial .h2 + *,
  [data-anim="block"].block-editorial .text + .btn,
  [data-anim="block"].block-editorial .main-menu .nav-item-highlighted .text + a,
  .main-menu .nav-item-highlighted [data-anim="block"].block-editorial .text + a,
  [data-anim="block"].block-editorial .text + .btn-filter {
    transition-delay: calc(1s * 0.6); }
  [data-anim="block"].block-editorial h2 + .text + .btn, [data-anim="block"].block-editorial .main-menu .nav-item-highlighted h2 + .text + a, .main-menu .nav-item-highlighted [data-anim="block"].block-editorial h2 + .text + a, [data-anim="block"].block-editorial h2 + .text + .btn-filter, [data-anim="block"].block-editorial .h2 + .text + .btn, [data-anim="block"].block-editorial .main-menu .nav-item-highlighted .h2 + .text + a, .main-menu .nav-item-highlighted [data-anim="block"].block-editorial .h2 + .text + a, [data-anim="block"].block-editorial .h2 + .text + .btn-filter {
    transition-delay: calc(1s * 0.9); }
  [data-anim="block"].block-editorial .media {
    display: block;
    transition-delay: calc(1s * 0.5);
    transition-duration: calc(2s * 3); }
  [data-anim="block"].block-editorial[data-anim-show] .surtitle,
  [data-anim="block"].block-editorial[data-anim-show] h2,
  [data-anim="block"].block-editorial[data-anim-show] .h2,
  [data-anim="block"].block-editorial[data-anim-show] .btn,
  [data-anim="block"].block-editorial[data-anim-show] .main-menu .nav-item-highlighted a,
  .main-menu .nav-item-highlighted [data-anim="block"].block-editorial[data-anim-show] a,
  [data-anim="block"].block-editorial[data-anim-show] .btn-filter,
  [data-anim="block"].block-editorial[data-anim-show] .text,
  [data-anim="block"].block-editorial[data-anim-show] .media {
    opacity: 1;
    transform: translateY(0); }
  [data-anim="block"].block-map .map {
    opacity: 0;
    transform: translateY(2rem);
    transition-delay: calc(1s * 0.8);
    transition-duration: 2s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  [data-anim="block"].block-map[data-anim-show] .map {
    opacity: 1;
    transform: translateY(0); } }

blockquote p {
  font-size: 1.25rem; }

figure blockquote + figcaption {
  margin-top: 1rem; }
  figure blockquote + figcaption img {
    border-radius: 50%;
    margin-right: 1rem; }

details {
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  transition: border 1s cubic-bezier(0.085, 1.335, 0.285, 0.995), box-shadow 1s cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  @media (prefers-reduced-motion: reduce) {
    details {
      transition: none; } }
  details:not(:last-of-type) {
    margin-bottom: 1.5rem; }
  details:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05); }
  details summary {
    font-size: calc(1.275rem + 0.3vw);
    color: inherit;
    font-family: Jost, Roboto, 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";
    font-weight: 400;
    line-height: 1.2;
    padding: 1rem;
    display: block;
    padding-right: 3rem;
    position: relative; }
    @media (min-width: 1200px) {
      details summary {
        font-size: 1.5rem; } }
    details summary::-webkit-details-marker {
      display: none; }
    details summary::after {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1.75rem;
      position: absolute;
      right: 1rem;
      top: 1rem; }
      @media (prefers-reduced-motion: no-preference) {
        details summary::after {
          transition: transform 1s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }
    details summary + div {
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem; }
  details[open] {
    border-color: #344648; }
    details[open] summary::after {
      transform: rotate(-180deg); }

figure picture {
  display: block; }

figure figcaption {
  display: flex;
  margin-top: .5rem; }
  figure figcaption p {
    font-size: 0.875rem;
    margin-bottom: 0; }
  figure figcaption .credit {
    margin-left: auto; }

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

figure picture + figcaption {
  align-items: baseline;
  justify-content: space-between; }

@media (max-width: 767.98px) {
  figure figcaption {
    flex-direction: column-reverse; }
  figure p + .credit {
    margin-bottom: 0.5rem; } }

@font-face {
  font-display: swap;
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/jost.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

form .help {
  margin-bottom: 0; }

html {
  overflow-y: scroll; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizelegibility; }

*:focus-visible {
  outline-color: gray;
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px; }

@media (prefers-reduced-motion: no-preference) {
  *:focus-visible {
    transition: outline-offset .3s ease; } }

.icon-123::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-alarm-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-alarm::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-align-bottom::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-align-center::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-align-end::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-align-middle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-align-start::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-align-top::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-app-indicator::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-app::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-archive-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-archive::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-90deg-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-90deg-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-90deg-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-90deg-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-bar-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-bar-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-bar-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-bar-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-clockwise::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-counterclockwise::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-left-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-left-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-left-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-left-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-right-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-right-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-right-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-right-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-short::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-left-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-left-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-left-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-left-short::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-left-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-left-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-repeat::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-return-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-return-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-right-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-right-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-right-short::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-right-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-right-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-left-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-left-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-left-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-left-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-right-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-right-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-right-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-right-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-short::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrows-angle-contract::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrows-angle-expand::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrows-collapse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrows-expand::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrows-fullscreen::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrows-move::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-aspect-ratio-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-aspect-ratio::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-asterisk::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-at::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-award-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-award::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-back::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-backspace-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-backspace-reverse-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-backspace-reverse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-backspace::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-3d-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-3d::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-4k-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-4k::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-8k-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-8k::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-ad-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-ad::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-ar-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-ar::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-cc-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-cc::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-hd-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-hd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-tm-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-tm::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-vo-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-vo::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-vr-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-vr::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-wc-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-wc::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-dash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bar-chart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bar-chart-line-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bar-chart-line::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bar-chart-steps::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bar-chart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-basket-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-basket::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-basket2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-basket2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-basket3-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-basket3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-battery-charging::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-battery-full::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-battery-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-battery::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bell-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bell::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bezier::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bezier2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bicycle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-binoculars-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-binoculars::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-blockquote-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-blockquote-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-book-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-book-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-book::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-dash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-star-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-star::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmark::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmarks-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookmarks::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bookshelf::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bootstrap-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bootstrap-reboot::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bootstrap::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-all::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-bottom::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-center::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-inner::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-middle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-outer::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-style::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-top::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border-width::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-border::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bounding-box-circles::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bounding-box::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-down-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-down-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-down-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-down-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-up-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-up-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-in-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-up-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-up-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-arrow-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-seam::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-braces::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bricks::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-briefcase-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-briefcase::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-alt-high-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-alt-high::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-alt-low-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-alt-low::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-high-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-high::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-low-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brightness-low::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-broadcast-pin::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-broadcast::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brush-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-brush::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bucket-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bucket::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bug-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bug::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bullseye::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calculator-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calculator::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-date-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-date::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-day-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-day::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-event-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-event::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-month-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-month::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-range-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-range::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-week-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-week::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-date-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-date::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-day-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-day::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-event-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-event::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-month-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-month::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-range-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-range::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-week-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-week::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3-event-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3-event::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3-range-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3-range::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3-week-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3-week::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar4-event::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar4-range::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar4-week::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar4::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera-reels-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera-reels::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera-video-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera-video-off-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera-video-off::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera-video::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-camera2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-capslock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-capslock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-card-checklist::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-card-heading::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-card-image::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-card-list::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-card-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-down-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-down-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-left-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-left-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-left-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-right-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-right-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-right-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-up-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-up-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-up-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-caret-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-dash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cart4::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cash-stack::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cast::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-dots-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-dots::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-dots-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-dots::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-quote-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-quote::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-text-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-quote-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-quote::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-dots-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-dots::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-quote-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-quote::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-text-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-dots-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-dots::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-quote-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-quote::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-text-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-text-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check-all::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check2-all::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check2-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check2-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-bar-contract::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-bar-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-bar-expand::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-bar-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-bar-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-bar-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-compact-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-compact-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-compact-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-compact-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-contract::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-double-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-double-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-double-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-double-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-expand::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chevron-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-circle-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-circle-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-data::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clock-history::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-arrow-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-arrow-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-arrow-up-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-arrow-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-download-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-download::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-drizzle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-drizzle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-fog-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-fog::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-fog2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-fog2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-hail-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-hail::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-haze-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-haze-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-haze::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-haze2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-lightning-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-lightning-rain-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-lightning-rain::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-lightning::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-moon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-moon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-rain-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-rain-heavy-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-rain-heavy::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-rain::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-slash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-sleet-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-sleet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-snow-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-snow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-sun-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-sun::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-upload-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-upload::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clouds-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clouds::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloudy-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloudy::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-code-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-code-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-code::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-collection-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-collection-play-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-collection-play::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-collection::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-columns-gap::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-columns::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-command::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-compass-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-compass::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cone-striped::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cone::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-controller::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cpu-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cpu::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-credit-card-2-back-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-credit-card-2-back::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-credit-card-2-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-credit-card-2-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-credit-card-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-credit-card::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-crop::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cup-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cup-straw::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cup::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cursor-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cursor-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cursor::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash-circle-dotted::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash-square-dotted::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-diagram-2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-diagram-2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-diagram-3-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-diagram-3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-diamond-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-diamond-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-diamond::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-1-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-3-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-4-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-4::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-5-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-5::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-6-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dice-6::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-disc-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-disc::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-discord::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-display-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-display::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-distribute-horizontal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-distribute-vertical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-door-closed-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-door-closed::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-door-open-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-door-open::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dot::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-download::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-droplet-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-droplet-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-droplet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-earbuds::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-easel-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-easel::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-egg-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-egg-fried::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-egg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eject-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eject::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-angry-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-angry::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-dizzy-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-dizzy::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-expressionless-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-expressionless::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-frown-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-frown::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-heart-eyes-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-heart-eyes::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-laughing-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-laughing::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-neutral-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-neutral::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-smile-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-smile-upside-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-smile-upside-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-smile::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-sunglasses-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-sunglasses::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-wink-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-wink::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-open-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-open::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eraser-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eraser::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-diamond-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-diamond::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-octagon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-octagon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-triangle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-triangle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclude::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eye-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eye-slash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eye-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eye::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eyedropper::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-eyeglasses::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-facebook::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-arrow-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-arrow-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-arrow-up-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-arrow-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-bar-graph-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-bar-graph::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-binary-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-binary::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-break-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-break::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-code-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-code::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-diff-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-diff::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-arrow-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-arrow-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-arrow-up-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-arrow-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-bar-graph-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-bar-graph::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-binary-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-binary::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-break-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-break::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-code-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-code::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-diff-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-diff::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-easel-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-easel::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-excel-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-excel::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-font-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-font::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-image-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-image::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-lock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-lock2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-lock2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-medical-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-medical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-music-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-music::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-person-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-person::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-play-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-play::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-post-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-post::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-ppt-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-ppt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-richtext-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-richtext::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-ruled-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-ruled::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-slides-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-slides::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-spreadsheet-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-spreadsheet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-text-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-word-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-word::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-zip-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-zip::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-easel-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-easel::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-excel-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-excel::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-font-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-font::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-image-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-image::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-lock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-lock2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-lock2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-medical-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-medical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-music-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-music::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-person-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-person::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-play-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-play::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-post-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-post::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-ppt-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-ppt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-richtext-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-richtext::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-ruled-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-ruled::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-slides-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-slides::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-spreadsheet-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-spreadsheet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-text-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-word-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-word::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-zip-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-zip::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-files-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-files::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-film::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filter-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filter-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filter-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filter-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filter-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filter-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filter::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-flag-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-flag::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-flower1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-flower2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-flower3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder-symlink-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder-symlink::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder2-open::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-folder2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fonts::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-forward-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-forward::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fullscreen-exit::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fullscreen::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-funnel-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-funnel::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gear-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gear-wide-connected::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gear-wide::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gem::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-geo-alt-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-geo-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-geo-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-geo::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gift-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gift::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-github::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-globe::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-globe2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-google::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-graph-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-graph-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-1x2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-1x2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-3x2-gap-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-3x2-gap::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-3x2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-3x3-gap-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-3x3-gap::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-3x3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grid::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grip-horizontal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-grip-vertical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hammer::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-index-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-index-thumb-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-index-thumb::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-index::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-thumbs-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-thumbs-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-thumbs-up-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hand-thumbs-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-handbag-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-handbag::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd-network-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd-network::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd-rack-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd-rack::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd-stack-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd-stack::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-headphones::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-headset::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heart-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heptagon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heptagon-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heptagon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hexagon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hexagon-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hexagon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hourglass-bottom::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hourglass-split::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hourglass-top::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hourglass::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-door-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-door::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hr::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hurricane::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-image-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-image-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-image::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-images::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-inbox-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-inbox::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-inboxes-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-inboxes::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-info-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-info-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-info-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-info-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-info::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-input-cursor-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-input-cursor::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-instagram::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-intersect::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-album::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-arrow-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-arrow-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-bookmark-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-bookmark::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-code::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-medical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-richtext::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-journals::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-joystick::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-justify-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-justify-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-justify::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-kanban-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-kanban::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-key-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-key::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-keyboard-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-keyboard::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ladder::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lamp-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lamp::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-laptop-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-laptop::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layer-backward::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layer-forward::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layers-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layers-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layers::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-sidebar-inset-reverse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-sidebar-inset::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-sidebar-reverse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-sidebar::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-split::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-text-sidebar-reverse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-text-sidebar::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-text-window-reverse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-text-window::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-three-columns::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-layout-wtf::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-life-preserver::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightbulb-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightbulb-off-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightbulb-off::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightbulb::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightning-charge-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightning-charge::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightning-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lightning::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-link-45deg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-link::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-linkedin::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-nested::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-ol::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-stars::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-task::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-ul::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mailbox::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mailbox2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-map-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-map::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-markdown-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-markdown::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mask::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-megaphone-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-megaphone::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-app-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-app::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-button-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-button-wide-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-button-wide::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-button::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-menu-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mic-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mic-mute-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mic-mute::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mic::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-minecart-loaded::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-minecart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-moisture::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-moon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-moon-stars-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-moon-stars::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-moon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mouse-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mouse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mouse2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mouse2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mouse3-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mouse3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-music-note-beamed::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-music-note-list::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-music-note::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-music-player-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-music-player::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-newspaper::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-node-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-node-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-node-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-node-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-nut-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-nut::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-octagon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-octagon-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-octagon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-option::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-outlet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-paint-bucket::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-palette-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-palette::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-palette2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-paperclip::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-paragraph::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-exclamation-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-question-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-patch-question::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pause-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pause-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pause-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pause-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pause-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pause::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-peace-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-peace::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pen-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pen::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pencil-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pencil-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pencil::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pentagon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pentagon-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pentagon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-people-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-people::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-percent::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-badge-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-badge::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-bounding-box::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-dash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-lines-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-phone-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-phone-landscape-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-phone-landscape::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-phone-vibrate-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-phone-vibrate::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-phone::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pie-chart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pie-chart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pin-angle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pin-angle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pin-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pin::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pip-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pip::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-play-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-play-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-play-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-play-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-play-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-play::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plug-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plug::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-circle-dotted::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-square-dotted::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-power::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-printer-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-printer::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-puzzle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-puzzle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-diamond-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-diamond::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-octagon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-octagon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rainbow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-receipt-cutoff::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-receipt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reception-0::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reception-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reception-2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reception-3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reception-4::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-record2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reply-all-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reply-all::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reply-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reply::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rss-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rss::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rulers::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-save-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-save::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-save2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-save2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-scissors::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-screwdriver::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-search::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-segmented-nav::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-server::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-share-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-share::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-fill-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-fill-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-fill-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-fill-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-fill-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-lock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-shaded::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-slash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shield::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shift-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shift::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shop-window::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shop::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-shuffle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-signpost-2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-signpost-2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-signpost-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-signpost-split-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-signpost-split::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-signpost::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sim-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sim::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-backward-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-backward-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-backward-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-backward-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-backward-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-backward::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-end-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-end-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-end-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-end-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-end-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-end::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-forward-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-forward-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-forward-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-forward-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-forward-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-forward::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-start-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-start-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-start-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-start-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-start-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skip-start::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-slack::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-slash-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-slash-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-slash-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-slash-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sliders::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-smartwatch::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-snow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-snow2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-snow3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-alpha-down-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-alpha-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-alpha-up-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-alpha-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-down-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-numeric-down-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-numeric-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-numeric-up-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-numeric-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-up-alt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sort-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-soundwave::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-speaker-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-speaker::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-speedometer::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-speedometer2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-spellcheck::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-square-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stack::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-star-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-star-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-star::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stars::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stickies-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stickies::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sticky-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sticky::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stop-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stop-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stop-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stop-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stop-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stop::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stoplights-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stoplights::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stopwatch-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stopwatch::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-subtract::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-club-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-club::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-diamond-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-diamond::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-spade-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-suit-spade::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sun-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sun::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sunglasses::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sunrise-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sunrise::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sunset-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sunset::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-symmetry-horizontal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-symmetry-vertical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-table::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tablet-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tablet-landscape-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tablet-landscape::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tablet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tag-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tag::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tags-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tags::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telegram::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-forward-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-forward::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-inbound-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-inbound::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-outbound-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-outbound::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-telephone::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-terminal-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-terminal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-text-center::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-text-indent-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-text-indent-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-text-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-text-paragraph::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-text-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-textarea-resize::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-textarea-t::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-textarea::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thermometer-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thermometer-high::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thermometer-low::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thermometer-snow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thermometer-sun::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thermometer::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-three-dots-vertical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-three-dots::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-toggle-off::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-toggle-on::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-toggle2-off::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-toggle2-on::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-toggles::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-toggles2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tools::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tornado::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trash2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trash2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tree-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tree::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-triangle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-triangle-half::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-triangle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trophy-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trophy::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tropical-storm::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-truck-flatbed::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-truck::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tsunami::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tv-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tv::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-twitch::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-twitter::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type-bold::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type-h1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type-h2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type-h3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type-italic::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type-strikethrough::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type-underline::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-type::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ui-checks-grid::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ui-checks::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ui-radios-grid::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ui-radios::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-umbrella-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-umbrella::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-union::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-unlock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-unlock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-upc-scan::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-upc::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-upload::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-vector-pen::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-view-list::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-view-stacked::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-vinyl-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-vinyl::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-voicemail::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-mute-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-mute::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-off-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-off::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-up-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-volume-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-vr::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wallet-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wallet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wallet2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-watch::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-water::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-whatsapp::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wifi-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wifi-2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wifi-off::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wifi::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wind::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-dock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-sidebar::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wrench::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-diamond-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-diamond::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-octagon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-octagon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-youtube::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-zoom-in::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-zoom-out::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bank::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bank2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bell-slash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bell-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cash-coin::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-check-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-coin::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-currency-bitcoin::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-currency-dollar::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-currency-euro::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-currency-exchange::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-currency-pound::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-currency-yen::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dash-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-exclamation-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-pdf-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-earmark-pdf::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-pdf-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-file-pdf::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gender-ambiguous::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gender-female::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gender-male::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gender-trans::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-headset-vr::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-info-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mastodon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-messenger::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-piggy-bank-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-piggy-bank::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pin-map-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pin-map::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-question-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-recycle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-reddit::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-safe-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-safe2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-safe2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sd-card-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sd-card::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-skype::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-slash-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-translate::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-x-lg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-safe::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-apple::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-microsoft::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-windows::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-behance::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dribbble::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-line::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-medium::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-paypal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pinterest::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-signal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-snapchat::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-spotify::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stack-overflow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-strava::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wordpress::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-vimeo::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-activity::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-easel2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-easel2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-easel3-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-easel3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fan::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fingerprint::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-graph-down-arrow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-graph-up-arrow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hypnotize::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-magic::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-rolodex::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-video::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-video2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-video3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-workspace::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-radioactive::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-webcam-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-webcam::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-yin-yang::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bandaid-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bandaid::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bluetooth::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-body-text::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-boombox::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-boxes::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dpad-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dpad::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ear-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-check-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-dash-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-dash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-exclamation-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-exclamation-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-slash-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-slash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-x-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-explicit-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-explicit::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-git::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-infinity::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-columns-reverse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-list-columns::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-meta::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mortorboard-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mortorboard::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-nintendo-switch::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pc-display-horizontal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pc-display::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pc-horizontal::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pc::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-playstation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plus-slash-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-projector-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-projector::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-qr-code-scan::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-qr-code::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-quora::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-quote::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-robot::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-dash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-exclamation-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-exclamation-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-slash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-send::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-steam::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-terminal-dash-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-terminal-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-terminal-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-terminal-split::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ticket-detailed-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ticket-detailed::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ticket-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ticket-perforated-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ticket-perforated::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ticket::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tiktok::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-desktop::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-fullscreen::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-split::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-stack::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-window-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-xbox::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ethernet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdmi-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hdmi::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-c-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-c::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-plug-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-plug::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-symbol::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-boombox-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-displayport-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-displayport::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-gpu-card::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-memory::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-modem-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-modem::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-motherboard-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-motherboard::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-optical-audio-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-optical-audio::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pci-card::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-router-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-router::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ssd-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ssd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thunderbolt-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-thunderbolt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-drive-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-drive::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-micro-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-micro::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-mini-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-usb-mini::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cloud-haze2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-device-hdd-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-device-hdd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-device-ssd-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-device-ssd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-displayport-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mortarboard-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-mortarboard::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-terminal-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-through-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-arrow-through-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-sd-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-badge-sd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bag-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-balloon-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-balloon-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-balloon-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-balloon::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box2-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box2-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-braces-asterisk::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-calendar2-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-left-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-right-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-chat-square-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-data-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-pulse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-data-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-data::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-minus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-minus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-plus-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-plus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-pulse-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-pulse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-clipboard2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-kiss-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-emoji-kiss::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-open-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-open-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-paper-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-paper-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-paper-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-paper::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-aac::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-ai::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-bmp::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-cs::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-css::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-csv::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-doc::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-docx::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-exe::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-gif::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-heic::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-html::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-java::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-jpg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-js::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-jsx::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-key::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-m4p::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-md::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-mdx::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-mov::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-mp3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-mp4::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-otf::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-pdf::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-php::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-png::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-ppt-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-ppt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-psd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-py::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-raw::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-rb::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-sass::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-scss::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-sh::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-svg::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-tiff::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-tsx::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-ttf::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-txt::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-wav::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-woff::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-xls-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-xls::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-xml::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-yml::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heart-arrow::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heart-pulse-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heart-pulse::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heartbreak-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-heartbreak::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hearts::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hospital-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-hospital::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-incognito::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-magnet-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-magnet::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-hearts::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-phone-flip::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-plugin::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postage-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postage-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postage-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postage::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postcard-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postcard-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postcard-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-postcard::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-search-heart-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-search-heart::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sliders2-vertical::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sliders2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trash3-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trash3::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-valentine::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-valentine2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wrench-adjustable-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wrench-adjustable-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wrench-adjustable::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-json::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-pptx::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-xlsx::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-1-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-1-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-1-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-1-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-1-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-1-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-2-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-2-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-2-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-2-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-2-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-2-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-3-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-3-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-3-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-3-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-3-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-3-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-4-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-4-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-4-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-4-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-4-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-4-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-5-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-5-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-5-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-5-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-5-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-5-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-6-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-6-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-6-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-6-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-6-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-6-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-7-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-7-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-7-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-7-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-7-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-7-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-8-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-8-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-8-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-8-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-8-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-8-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-9-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-9-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-9-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-9-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-9-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-9-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-airplane-engines-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-airplane-engines::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-airplane-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-airplane::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-alexa::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-alipay::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-android::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-android2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-box-seam-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-browser-chrome::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-browser-edge::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-browser-firefox::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-browser-safari::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-c-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-c-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-c-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-c-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-c-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-c-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-capsule-pill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-capsule::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-car-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-car-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cassette-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cassette::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cc-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cc-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cc-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cc-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cc-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cc-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cup-hot-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-cup-hot::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-currency-rupee::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-dropbox::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-escape::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fast-forward-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fast-forward-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fast-forward-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fast-forward-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fast-forward-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fast-forward::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-filetype-sql::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fire::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-google-play::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-h-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-h-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-h-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-h-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-h-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-h-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-indent::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lungs-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-lungs::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-microsoft-teams::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-p-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-p-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-p-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-p-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-p-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-p-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pass-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-pass::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-prescription::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-prescription2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-r-circle-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-r-circle-fill-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-r-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-r-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-r-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-r-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-repeat-1::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-repeat::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rewind-btn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rewind-btn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rewind-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rewind-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rewind-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rewind::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-train-freight-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-train-freight-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-train-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-train-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-train-lightrail-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-train-lightrail-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-truck-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-truck-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ubuntu::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-unindent::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-unity::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-universal-access-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-universal-access::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-virus::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-virus2::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wechat::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-yelp::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-stop-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-stop-lights-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-stop-lights::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-stop::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-left-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-right-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-slight-left-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-slight-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-slight-right-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-turn-slight-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-yield-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-yield::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ev-station-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ev-station::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fuel-pump-diesel-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fuel-pump-diesel::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fuel-pump-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-fuel-pump::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-0-circle-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-0-circle::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-0-square-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-0-square::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rocket-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rocket-takeoff-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rocket-takeoff::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-rocket::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-stripe::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-subscript::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-superscript::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-trello::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-at-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-envelope-at::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-regex::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-text-wrap::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-dead-end-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-dead-end::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-do-not-enter-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-do-not-enter::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection-side-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection-side::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection-t-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection-t::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection-y-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection-y::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-intersection::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-merge-left-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-merge-left::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-merge-right-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-merge-right::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-no-left-turn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-no-left-turn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-no-parking-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-no-parking::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-no-right-turn-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-no-right-turn::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-railroad-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sign-railroad::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-add::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-add::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-building-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-buildings-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-buildings::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bus-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-bus-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ev-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-ev-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-globe-americas::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-globe-asia-australia::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-globe-central-south-asia::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-globe-europe-africa::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-add-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-add::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-check-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-dash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-down-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-exclamation-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-gear-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-lock-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-slash-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-up-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-x-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-house-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-add::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-add::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-fill-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-scooter::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-taxi-front-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-taxi-front::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-amd::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-add::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-add::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-check::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-dash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-down::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-exclamation::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-gear::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-lock::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-slash::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-up::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database-x::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-database::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-houses-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-houses::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-nvidia::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-vcard-fill::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-person-vcard::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-sina-weibo::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-tencent-qq::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

.icon-wikipedia::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em; }

/*! purgecss start ignore */
a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s ease; }
  a:hover {
    text-decoration-color: transparent; }
  a[target="_blank"]::after {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    font-size: clamp(0.625rem, 0.8em, 0.875rem);
    line-height: 1;
    margin-left: .5em;
    vertical-align: baseline; }

/*! purgecss end ignore */
.preload * {
  transition: none !important;
  animation-duration: 0.001s !important; }

sup {
  margin: 0 0.1rem; }

video {
  max-width: 100%; }

@media (max-width: 991.98px) {
  .container {
    --bs-gutter-x: calc(1.875rem * 2);
    max-width: 100%; } }

header[role="banner"] {
  background-color: #344648;
  color: white;
  position: sticky;
  top: 0;
  z-index: 1020; }
  @media (prefers-reduced-motion: no-preference) {
    header[role="banner"] {
      transition: top .3s ease; } }
  html:not(.is-dropdown-menu-open).is-scrolling-down header[role="banner"]:not(:hover) {
    top: -60px; }
  header[role="banner"].is-sticky {
    position: sticky; }
  header[role="banner"] .btn-menu {
    border: 0; }
    @media (max-width: 767.98px) {
      header[role="banner"] .btn-menu {
        margin-right: -0.75rem; } }
    header[role="banner"] .btn-menu > span {
      --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='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  header[role="banner"] .logo {
    color: white;
    max-width: 85%; }

footer[role="contentinfo"] {
  padding-bottom: calc(1.425rem + 2.1vw);
  padding-top: calc(1.425rem + 2.1vw);
  background-color: #FBE0C3;
  color: #344648; }
  @media (min-width: 1200px) {
    footer[role="contentinfo"] {
      padding-bottom: 3rem; } }
  @media (min-width: 1200px) {
    footer[role="contentinfo"] {
      padding-top: 3rem; } }
  footer[role="contentinfo"] .logo + p {
    margin-bottom: 0;
    margin-top: .5rem; }
  @media (min-width: 768px) {
    footer[role="contentinfo"] .top {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      footer[role="contentinfo"] .top .logo {
        grid-row: 1; }
      footer[role="contentinfo"] .top .description {
        grid-column: 1/3;
        grid-row: 2;
        max-width: 80%; }
      footer[role="contentinfo"] .top div {
        grid-column: 4;
        grid-row: 1/4; }
      footer[role="contentinfo"] .top .information {
        grid-column: 3; } }
  footer[role="contentinfo"] .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1.5rem; }
  footer[role="contentinfo"] .information p:last-child {
    margin-bottom: 0; }
  footer[role="contentinfo"] .information p + p {
    margin-top: 0.5rem; }
  footer[role="contentinfo"] .information .btn, footer[role="contentinfo"] .information .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted footer[role="contentinfo"] .information a, footer[role="contentinfo"] .information .btn-filter {
    --bs-btn-color: #344648;
    --bs-btn-hover-color: #344648;
    font-size: 0.75rem;
    margin-top: -.5rem;
    padding: .5rem 0; }
    footer[role="contentinfo"] .information .btn::before, footer[role="contentinfo"] .information .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted footer[role="contentinfo"] .information a::before, footer[role="contentinfo"] .information .btn-filter::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1rem;
      margin-right: .25rem;
      vertical-align: middle; }
  footer[role="contentinfo"] .nav,
  footer[role="contentinfo"] .nav-title,
  footer[role="contentinfo"] .footer-title {
    margin-left: calc(var(--bs-nav-link-padding-x) * -1);
    margin-right: calc(var(--bs-nav-link-padding-x) * -1); }
  footer[role="contentinfo"] .nav-secondary {
    flex-direction: column; }
  footer[role="contentinfo"] .nav-link, footer[role="contentinfo"] .nav .dropdown > button:first-child, footer[role="contentinfo"] .nav .share > button:first-child, .nav footer[role="contentinfo"] .dropdown > button:first-child, .nav footer[role="contentinfo"] .share > button:first-child, footer[role="contentinfo"] .nav a, .nav footer[role="contentinfo"] a {
    --bs-nav-link-color: #344648;
    --bs-nav-link-hover-color: #344648;
    text-decoration-color: var(--bs-nav-link-color); }
    footer[role="contentinfo"] .nav-link:focus, footer[role="contentinfo"] .nav .dropdown > button:focus:first-child, footer[role="contentinfo"] .nav .share > button:focus:first-child, .nav footer[role="contentinfo"] .dropdown > button:focus:first-child, .nav footer[role="contentinfo"] .share > button:focus:first-child, footer[role="contentinfo"] .nav a:focus, .nav footer[role="contentinfo"] a:focus, footer[role="contentinfo"] .nav-link:hover, footer[role="contentinfo"] .nav .dropdown > button:hover:first-child, footer[role="contentinfo"] .nav .share > button:hover:first-child, .nav footer[role="contentinfo"] .dropdown > button:hover:first-child, .nav footer[role="contentinfo"] .share > button:hover:first-child, footer[role="contentinfo"] .nav a:hover, .nav footer[role="contentinfo"] a:hover {
      text-decoration-color: transparent; }
  footer[role="contentinfo"] .hugolify {
    font-size: 0.75rem;
    margin-bottom: 0;
    text-align: center; }
    footer[role="contentinfo"] .hugolify::before {
      margin-bottom: calc(1.405rem + 1.86vw);
      margin-top: calc(1.405rem + 1.86vw);
      background-color: #f9d4ab;
      content: '';
      display: block;
      height: 1px; }
      @media (min-width: 1200px) {
        footer[role="contentinfo"] .hugolify::before {
          margin-bottom: 2.8rem; } }
      @media (min-width: 1200px) {
        footer[role="contentinfo"] .hugolify::before {
          margin-top: 2.8rem; } }
    footer[role="contentinfo"] .hugolify,
    footer[role="contentinfo"] .hugolify a {
      color: dimgrey; }
  @media (max-width: 767.98px) {
    footer[role="contentinfo"] .bottom,
    footer[role="contentinfo"] .nav-legal {
      flex-direction: column; }
    footer[role="contentinfo"] .nav-social:not(:first-child) {
      margin-top: 1rem; }
    footer[role="contentinfo"] .top div {
      padding-top: 1.5rem; } }
.grid {
  display: grid;
  grid-template-columns: 100%; }
  @media (min-width: 768px) {
    .grid {
      grid-column-gap: 1.5rem;
      grid-template-columns: repeat(12, 1fr); } }
  @media (min-width: 768px) {
    .grid > .heading {
      grid-column: 1/13;
      grid-row: 1; }
    .grid > .content {
      grid-column: 1/9;
      grid-row: 2; }
    .grid > .sidebar,
    .grid > .toc {
      grid-column: 9/13;
      grid-row: 2; }
    .grid > .sidebar + .toc {
      margin-top: calc(1.425rem + 2.1vw); } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .grid > .sidebar + .toc {
      margin-top: 3rem; } }
  @media (min-width: 768px) {
    .grid > nav {
      grid-column: 1/9;
      grid-row: 4; }
    .grid > .sidebar + .toc + nav {
      grid-row: 5; }
    .grid > .related {
      grid-column: 1/13;
      grid-row: 6; } }
  @media (min-width: 1400px) {
    .grid > .sidebar,
    .grid > .toc {
      grid-column: 10/13; } }
  @media (max-width: 767.98px) {
    .grid > header {
      order: 1; }
    .grid > .content {
      order: 3; }
    .grid > .sidebar {
      margin-top: calc(1.425rem + 2.1vw);
      order: 4; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .grid > .sidebar {
      margin-top: 3rem; } }
  @media (max-width: 767.98px) {
    .grid > .toc {
      margin-bottom: 1.5rem;
      order: 2; }
    .grid > nav {
      order: 6; }
    .grid > .related {
      order: 7; } }
main {
  padding-bottom: calc(1.725rem + 5.7vw);
  padding-top: calc(1.425rem + 2.1vw);
  outline: 0; }
  @media (min-width: 1200px) {
    main {
      padding-bottom: 6rem; } }
  @media (min-width: 1200px) {
    main {
      padding-top: 3rem; } }
  @media (max-width: 767.98px) {
    main .row > header, main .transaction > header, main .publications_expertises > header, main .publications_categories > header, main .publications > header, main .posts_expertises > header, main .tags > header, main .categories > header, main .posts > header, main .places > header, main .statutes > header,
    main .persons_statutes > header, main .persons_places > header, main .persons_expertises > header, main .persons > header, main .publications_persons > header, main .expertises > header, main .pages > header, main .block-instagram .instagram > header, .block-instagram main .instagram > header, main .gallery > header, main .files > header {
      order: 1; }
    main .row > .content, main .transaction > .content, main .publications_expertises > .content, main .publications_categories > .content, main .publications > .content, main .posts_expertises > .content, main .tags > .content, main .categories > .content, main .posts > .content, main .places > .content, main .statutes > .content,
    main .persons_statutes > .content, main .persons_places > .content, main .persons_expertises > .content, main .persons > .content, main .publications_persons > .content, main .expertises > .content, main .pages > .content, main .block-instagram .instagram > .content, .block-instagram main .instagram > .content, main .gallery > .content, main .files > .content {
      order: 3; }
    main .row > .media, main .transaction > .media, main .publications_expertises > .media, main .publications_categories > .media, main .publications > .media, main .posts_expertises > .media, main .tags > .media, main .categories > .media, main .posts > .media, main .places > .media, main .statutes > .media,
    main .persons_statutes > .media, main .persons_places > .media, main .persons_expertises > .media, main .persons > .media, main .publications_persons > .media, main .expertises > .media, main .pages > .media, main .block-instagram .instagram > .media, .block-instagram main .instagram > .media, main .gallery > .media, main .files > .media {
      margin-bottom: 1.5rem;
      order: 2; }
    main .row > .sidebar, main .transaction > .sidebar, main .publications_expertises > .sidebar, main .publications_categories > .sidebar, main .publications > .sidebar, main .posts_expertises > .sidebar, main .tags > .sidebar, main .categories > .sidebar, main .posts > .sidebar, main .places > .sidebar, main .statutes > .sidebar,
    main .persons_statutes > .sidebar, main .persons_places > .sidebar, main .persons_expertises > .sidebar, main .persons > .sidebar, main .publications_persons > .sidebar, main .expertises > .sidebar, main .pages > .sidebar, main .block-instagram .instagram > .sidebar, .block-instagram main .instagram > .sidebar, main .gallery > .sidebar, main .files > .sidebar {
      margin-bottom: 1.5rem;
      order: 2; }
    main .row > nav, main .transaction > nav, main .publications_expertises > nav, main .publications_categories > nav, main .publications > nav, main .posts_expertises > nav, main .tags > nav, main .categories > nav, main .posts > nav, main .places > nav, main .statutes > nav,
    main .persons_statutes > nav, main .persons_places > nav, main .persons_expertises > nav, main .persons > nav, main .publications_persons > nav, main .expertises > nav, main .pages > nav, main .block-instagram .instagram > nav, .block-instagram main .instagram > nav, main .gallery > nav, main .files > nav {
      order: 4; } }
  main [id] {
    scroll-margin-top: 75px; }

.sidebar > * {
  margin-bottom: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .sidebar > * {
      margin-bottom: 3rem; } }
  .sidebar > *:last-child {
    margin-bottom: 0; }

.nav-accessibility {
  height: 0;
  overflow: hidden;
  position: absolute;
  transform: translateY(-100%);
  z-index: 1070; }
  .nav-accessibility:focus-within {
    height: auto;
    position: relative;
    transform: translateY(0); }

.address {
  --bs-card-border-width: 0;
  --bs-card-bg: transparent; }

.alert p:last-child, .banner p:last-child {
  margin-bottom: 0; }

.avatar {
  --bs-aspect-ratio: 100%;
  border-radius: 50%;
  display: inline-block;
  min-width: 50px;
  overflow: hidden;
  position: relative; }
  .avatar::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .avatar > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.back {
  font-size: 0.75rem; }
  .back::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    margin-right: .5em; }

.banner {
  --bs-alert-border: 0;
  --bs-alert-border-radius: 0;
  margin-bottom: 0;
  text-align: center; }
  .banner a {
    color: var(--bs-alert-color); }
  .banner p {
    margin-bottom: 0; }

.breadcrumb-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  overflow: hidden; }
  .breadcrumb-wrapper, .breadcrumb-wrapper a {
    color: #212529; }
  .breadcrumb-wrapper nav {
    overflow: auto; }
  .breadcrumb-wrapper ol {
    flex-wrap: nowrap; }
  .breadcrumb-wrapper li {
    flex-shrink: 0;
    font-size: 0.75rem;
    white-space: nowrap; }
    .breadcrumb-wrapper li:first-child::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      margin-right: .2rem; }
    .breadcrumb-wrapper li:last-child {
      padding-right: calc(var(--bs-gutter-x) * .5); }
  .breadcrumb-wrapper [aria-current="page"] {
    color: var(--bs-breadcrumb-item-active-color, #212529); }

.btn-filter::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em;
  margin-right: .5rem; }

.card .media, .publications_expertise .media, article.publications_category .media, .publication .media, .posts_expertise .media, .tag .media, article.category .media, .post .media, .place .media, .status .media, .persons_expertise .media, .person .media, .expertise .media, .page .media, .block-testimonials .quote .media, .block-informations .item .media, .block-comparison .item .media, .push .media, div.press .media, .contact-list .media, .address .media {
  background-color: #f8f9fa;
  order: -1;
  overflow: hidden; }
  .card .media img, .publications_expertise .media img, article.publications_category .media img, .publication .media img, .posts_expertise .media img, .tag .media img, article.category .media img, .post .media img, .place .media img, .status .media img, .persons_expertise .media img, .person .media img, .expertise .media img, .page .media img, .block-testimonials .quote .media img, .block-informations .item .media img, .block-comparison .item .media img, .push .media img, div.press .media img, .contact-list .media img, .address .media img {
    height: 100%;
    object-fit: cover; }
  .card .media-logo picture, .publications_expertise .media-logo picture, article.publications_category .media-logo picture, .publication .media-logo picture, .posts_expertise .media-logo picture, .tag .media-logo picture, article.category .media-logo picture, .post .media-logo picture, .place .media-logo picture, .status .media-logo picture, .persons_expertise .media-logo picture, .person .media-logo picture, .expertise .media-logo picture, .page .media-logo picture, .block-testimonials .quote .media-logo picture, .block-informations .item .media-logo picture, .block-comparison .item .media-logo picture, .push .media-logo picture, div.press .media-logo picture, .contact-list .media-logo picture, .address .media-logo picture {
    align-items: center;
    display: flex;
    justify-content: center; }
  .card .media-logo img, .publications_expertise .media-logo img, article.publications_category .media-logo img, .publication .media-logo img, .posts_expertise .media-logo img, .tag .media-logo img, article.category .media-logo img, .post .media-logo img, .place .media-logo img, .status .media-logo img, .persons_expertise .media-logo img, .person .media-logo img, .expertise .media-logo img, .page .media-logo img, .block-testimonials .quote .media-logo img, .block-informations .item .media-logo img, .block-comparison .item .media-logo img, .push .media-logo img, div.press .media-logo img, .contact-list .media-logo img, .address .media-logo img {
    max-height: 70%;
    max-width: 60%;
    object-fit: contain; }
  .card .media-icon > .icon, .publications_expertise .media-icon > .icon, article.publications_category .media-icon > .icon, .publication .media-icon > .icon, .posts_expertise .media-icon > .icon, .tag .media-icon > .icon, article.category .media-icon > .icon, .post .media-icon > .icon, .place .media-icon > .icon, .status .media-icon > .icon, .persons_expertise .media-icon > .icon, .person .media-icon > .icon, .expertise .media-icon > .icon, .page .media-icon > .icon, .block-testimonials .quote .media-icon > .icon, .block-informations .item .media-icon > .icon, .block-comparison .item .media-icon > .icon, .push .media-icon > .icon, div.press .media-icon > .icon, .contact-list .media-icon > .icon, .address .media-icon > .icon {
    position: static; }

.card .name, .publications_expertise .name, article.publications_category .name, .publication .name, .posts_expertise .name, .tag .name, article.category .name, .post .name, .place .name, .status .name, .persons_expertise .name, .person .name, .expertise .name, .page .name, .block-testimonials .quote .name, .block-informations .item .name, .block-comparison .item .name, .push .name, div.press .name, .contact-list .name, .address .name {
  font-size: 1.25rem;
  font-family: Jost, Roboto, 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";
  font-weight: 400;
  line-height: 1.2; }

.card a .name, .publications_expertise a .name, article.publications_category a .name, .publication a .name, .posts_expertise a .name, .tag a .name, article.category a .name, .post a .name, .place a .name, .status a .name, .persons_expertise a .name, .person a .name, .expertise a .name, .page a .name, .block-testimonials .quote a .name, .block-informations .item a .name, .block-comparison .item a .name, .push a .name, div.press a .name, .contact-list a .name, .address a .name {
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s ease; }

.card time, .publications_expertise time, article.publications_category time, .publication time, .posts_expertise time, .tag time, article.category time, .post time, .place time, .status time, .persons_expertise time, .person time, .expertise time, .page time, .block-testimonials .quote time, .block-informations .item time, .block-comparison .item time, .push time, div.press time, .contact-list time, .address time {
  color: var(--bs-secondary-color); }

.card > a, .publications_expertise > a, article.publications_category > a, .publication > a, .posts_expertise > a, .tag > a, article.category > a, .post > a, .place > a, .status > a, .persons_expertise > a, .person > a, .expertise > a, .page > a, .block-testimonials .quote > a, .block-informations .item > a, .block-comparison .item > a, .push > a, div.press > a, .contact-list > a, .address > a {
  text-decoration: none; }

.card a:hover .name, .publications_expertise a:hover .name, article.publications_category a:hover .name, .publication a:hover .name, .posts_expertise a:hover .name, .tag a:hover .name, article.category a:hover .name, .post a:hover .name, .place a:hover .name, .status a:hover .name, .persons_expertise a:hover .name, .person a:hover .name, .expertise a:hover .name, .page a:hover .name, .block-testimonials .quote a:hover .name, .block-informations .item a:hover .name, .block-comparison .item a:hover .name, .push a:hover .name, div.press a:hover .name, .contact-list a:hover .name, .address a:hover .name {
  text-decoration-color: inherit; }

@media (prefers-reduced-motion: no-preference) {
  .card a ~ .media img, .publications_expertise a ~ .media img, article.publications_category a ~ .media img, .publication a ~ .media img, .posts_expertise a ~ .media img, .tag a ~ .media img, article.category a ~ .media img, .post a ~ .media img, .place a ~ .media img, .status a ~ .media img, .persons_expertise a ~ .media img, .person a ~ .media img, .expertise a ~ .media img, .page a ~ .media img, .block-testimonials .quote a ~ .media img, .block-informations .item a ~ .media img, .block-comparison .item a ~ .media img, .push a ~ .media img, div.press a ~ .media img, .contact-list a ~ .media img, .address a ~ .media img {
    transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  .card a:hover ~ .media img, .publications_expertise a:hover ~ .media img, article.publications_category a:hover ~ .media img, .publication a:hover ~ .media img, .posts_expertise a:hover ~ .media img, .tag a:hover ~ .media img, article.category a:hover ~ .media img, .post a:hover ~ .media img, .place a:hover ~ .media img, .status a:hover ~ .media img, .persons_expertise a:hover ~ .media img, .person a:hover ~ .media img, .expertise a:hover ~ .media img, .page a:hover ~ .media img, .block-testimonials .quote a:hover ~ .media img, .block-informations .item a:hover ~ .media img, .block-comparison .item a:hover ~ .media img, .push a:hover ~ .media img, div.press a:hover ~ .media img, .contact-list a:hover ~ .media img, .address a:hover ~ .media img {
    transform: scale(1.05); } }

@media (max-width: 575.98px) {
  .carousel {
    margin-left: -1.875rem;
    margin-right: -1.875rem; } }

.contact-list {
  --bs-card-border-width: 0;
  --bs-card-bg: #f8f9fa; }
  .contact-list > div > p {
    font-size: 1.25rem;
    font-family: Jost, Roboto, 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";
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem; }
  .contact-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .contact-list ul:not(.nav-social) {
      font-size: 0.75rem;
      line-height: 1.8; }
  .contact-list li {
    max-width: calc(100vw - (var(--bs-card-spacer-x) * 2) - (var(--bs-gutter-x) * 2));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 991.98px) {
      .contact-list li {
        max-width: calc(100vw - (var(--bs-card-spacer-x) * 2) - (1.875rem * 2)); } }
  .contact-list .nav-social {
    margin-bottom: calc(var(--bs-nav-link-padding-y) * -1);
    margin-left: calc(var(--bs-nav-link-padding-x) * -1);
    margin-top: .5rem; }
  .contact-list a::after {
    content: ""; }

.content-body {
  margin-bottom: calc(1.425rem + 2.1vw);
  margin-top: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .content-body {
      margin-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .content-body {
      margin-top: 3rem; } }
  .content-body:first-child {
    margin-top: 0; }
  .content-body:last-child {
    margin-bottom: 0; }
  .content-body h2:not(:first-child), .content-body .h2:not(:first-child) {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .content-body h2:not(:first-child), .content-body .h2:not(:first-child) {
        margin-top: 3rem; } }
  .content-body h3:not(:first-child), .content-body .h3:not(:first-child) {
    margin-top: calc(1.275rem + 0.3vw); }
    @media (min-width: 1200px) {
      .content-body h3:not(:first-child), .content-body .h3:not(:first-child) {
        margin-top: 1.5rem; } }
  .content-body > blockquote {
    border-left: 1px solid #dee2e6;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-left: 1rem; }
  .content-body > .quote {
    background-color: #f8f9fa;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 2rem;
    position: relative; }
    .content-body > .quote::before {
      content: "“";
      font-family: serif;
      font-size: 10rem;
      line-height: 1;
      opacity: .05;
      pointer-events: none;
      position: absolute;
      top: 0; }
  .content-body > *:last-child {
    margin-bottom: 0; }

.cookie-consent {
  background-color: var(--bs-body-bg);
  bottom: 1rem;
  border-radius: var(--bs-border-radius-lg);
  display: none;
  left: 1rem;
  max-width: 500px;
  padding: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1055; }
  @media (min-width: 768px) {
    .cookie-consent {
      bottom: 2rem;
      left: 2rem;
      right: 2rem; } }
  .cookie-consent.show {
    display: block; }

.credit {
  font-size: 0.75rem;
  margin-bottom: 0;
  text-align: right; }
  .credit,
  .credit a {
    color: dimgrey; }
  img + .credit {
    margin-top: .5rem; }

.cta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: .5rem; }
  @media (min-width: 768px) {
    .cta {
      flex-direction: row; } }
.datas ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.datas li {
  margin-bottom: 1rem; }
  .datas li:last-child {
    margin-bottom: 0; }

.datas dl {
  font-size: 0.875rem; }

.datas dl, .datas dt, .datas dd {
  margin-bottom: 0; }

.description {
  text-wrap: pretty; }

.file {
  display: inline-flex;
  font-size: 0.75rem;
  padding: 1rem 1rem;
  text-decoration: none; }
  .file::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    font-size: 1.6rem;
    margin-right: .5rem;
    margin-top: .3rem; }
  .file[download]::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .file b {
    display: block; }
  .file abbr:not(:last-child) {
    margin-right: .5rem; }
    .file abbr:not(:last-child)::after {
      content: '-';
      margin-left: .5rem; }

.files {
  --bs-gutter-y: 1.5rem;
  list-style: none;
  padding-left: 0; }
  .files a {
    background-color: #e9ecef;
    border-radius: var(--bs-border-radius);
    color: #000;
    display: flex; }
    @media (prefers-reduced-motion: no-preference) {
      .files a {
        transition: background .3s ease; } }
    .files a:hover {
      background-color: #ced4da; }

.gallery {
  --bs-gutter-y: 1.5rem; }
  .gallery figure {
    margin-bottom: 0; }

.gauge {
  justify-content: space-around;
  max-width: 100%;
  position: relative;
  width: 200px; }
  .gauge svg {
    display: block; }
    .gauge svg.fail .circle {
      stroke: #FF3333; }
    .gauge svg.fail + figcaption {
      color: #FF3333; }
    .gauge svg.average .circle {
      stroke: #FFAA33; }
    .gauge svg.average + figcaption {
      color: #FFAA33; }
    .gauge svg.pass .circle {
      stroke: #00CC66; }
    .gauge svg.pass + figcaption {
      color: #00CC66; }
  .gauge .circle-bg {
    fill: none;
    stroke: #EEEEEE;
    stroke-width: 2.4; }
  .gauge .circle {
    fill: none;
    stroke: #999999;
    stroke-width: 2.4;
    stroke-linecap: round; }
  @media (prefers-reduced-motion: no-preference) {
    .gauge.show .circle {
      animation: progress 1s ease-out forwards; } }
  .gauge figcaption {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    justify-content: center;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0; }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }

.heading {
  margin-bottom: calc(1.275rem + 0.3vw);
  align-items: baseline;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .heading {
      margin-bottom: 1.5rem; } }
  @media (max-width: 767.98px) {
    .heading:not(.heading-filter) {
      flex-direction: column; }
      .heading:not(.heading-filter) .more {
        margin-left: 0; } }
  .heading h1, .heading .h1, .heading h2, .heading .h2, .heading p {
    margin-bottom: 0;
    text-wrap: balance; }
  .heading .surtitle {
    margin-bottom: .25em;
    flex: 0 0 100%; }
  .heading .btn, .heading .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .heading a, .heading .btn-filter,
  .heading .more {
    margin-left: auto; }
  .heading .more::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    font-size: 1rem;
    margin-right: .5rem;
    vertical-align: -0.25em; }
  @media (min-width: 768px) {
    .heading h1, .heading .h1 {
      max-width: 80%; }
    .heading .surtitle {
      margin-bottom: .25em; }
    .heading .metas {
      margin-top: 1rem;
      width: 100%; } }
  @media (min-width: 1200px) {
    .heading h1, .heading .h1 {
      max-width: 66.6666666667%; } }
.hero {
  background-color: #344648;
  color: white;
  position: relative; }
  .hero .container {
    padding-bottom: calc(1.425rem + 2.1vw);
    padding-top: calc(1.425rem + 2.1vw);
    display: flex;
    min-height: 34.375rem;
    position: relative; }
    @media (min-width: 1200px) {
      .hero .container {
        padding-bottom: 3rem; } }
    @media (min-width: 1200px) {
      .hero .container {
        padding-top: 3rem; } }
  .hero .row, .hero .transaction, .hero .publications_expertises, .hero .publications_categories, .hero .publications, .hero .posts_expertises, .hero .tags, .hero .categories, .hero .posts, .hero .places, .hero .statutes,
  .hero .persons_statutes, .hero .persons_places, .hero .persons_expertises, .hero .persons, .hero .publications_persons, .hero .expertises, .hero .pages, .hero .block-instagram .instagram, .block-instagram .hero .instagram, .hero .files, .hero .gallery {
    align-items: center;
    flex-basis: calc(100% + var(--bs-gutter-x)); }
  .hero a:not(.btn):not(.btn-filter) {
    color: white; }
  .hero h1, .hero .h1, .hero .description {
    text-wrap: balance; }
  .hero h1:last-child, .hero .h1:last-child {
    margin-bottom: 0; }
  .hero .cta, .hero-content > .btn, .main-menu .nav-item-highlighted .hero-content > a, .hero-content > .btn-filter {
    margin-top: 1rem; }
  .hero .btn[href^="#"]::after, .hero .main-menu .nav-item-highlighted a[href^="#"]::after, .main-menu .nav-item-highlighted .hero a[href^="#"]::after, .hero [href^="#"].btn-filter::after {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    margin-left: .5rem; }
  .hero-cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .hero-cover img {
      height: 100%;
      object-fit: cover;
      pointer-events: none;
      width: 100%; }
  .hero-cover-darken img {
    filter: brightness(0.3); }
  .hero-cover-darken + * {
    color: white; }
  .hero-media img {
    height: auto;
    width: 100%; }
  @media (max-width: 991.98px) {
    .hero .hero-content + .hero-content {
      margin-top: 1.5rem; } }
  @media (max-width: 767.98px) {
    .hero-media img {
      margin-top: 1rem; } }
  @media (min-width: 768px) {
    .hero-center .hero-content {
      text-align: center; }
    .hero-center .cta {
      display: inline-flex; }
    .hero-end .row, .hero-end .transaction, .hero-end .publications_expertises, .hero-end .publications_categories, .hero-end .publications, .hero-end .posts_expertises, .hero-end .tags, .hero-end .categories, .hero-end .posts, .hero-end .places, .hero-end .statutes,
    .hero-end .persons_statutes, .hero-end .persons_places, .hero-end .persons_expertises, .hero-end .persons, .hero-end .publications_persons, .hero-end .expertises, .hero-end .pages, .hero-end .block-instagram .instagram, .block-instagram .hero-end .instagram, .hero-end .files, .hero-end .gallery {
      flex-direction: row-reverse; } }
.highlight {
  overflow: auto; }
  .highlight pre {
    padding: 1rem; }

.featured-image {
  display: block;
  margin-bottom: 1.5rem; }
  .featured-image img {
    height: auto;
    width: 100%; }
  @media (max-width: 767.98px) {
    .featured-image {
      margin-left: -1.875rem;
      margin-right: -1.875rem; }
      .featured-image figcaption {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
.filters .header .title {
  font-size: 1.25rem;
  color: inherit;
  font-family: Jost, Roboto, 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";
  font-weight: 400; }

.filters .header button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.414z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem auto; }

.filters .content > div:not(:first-child) {
  padding-top: calc(3rem / 2); }

.filters .content > div:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: calc(3rem / 2); }

.filters .content .list a:not(:hover) {
  text-decoration-color: transparent; }

.filters .content .list-mini_card ul, .filters .content .list-mini_card ol {
  padding-left: 0; }

.filters .content .list-mini_card li::before {
  content: none; }

.filters .content .list-mini_card li:not(:last-child) {
  margin-bottom: .5rem; }

@media (min-width: 768px) {
  .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .images .half {
      width: calc(50% - (1.5rem / 2)); }
    .images figure {
      margin-bottom: 1.5rem; }
      .images figure:last-child, .images figure.half:nth-last-child(2) {
        margin-bottom: 0; } }

.images .screenshot {
  margin-bottom: 0;
  margin-top: 0; }

.images picture {
  display: block; }

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

@media (max-width: 991.98px) {
  .latest > div:not(.container),
  .latest .container > div {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    overflow: auto;
    scroll-snap-type: x mandatory; }
    .latest > div:not(.container) > *,
    .latest .container > div > * {
      --col-width: 43.75%;
      flex-basis: var(--col-width);
      padding-left: 1.875rem;
      padding-right: 0;
      scroll-snap-align: start;
      width: var(--col-width); }
      .latest > div:not(.container) > *:last-child,
      .latest .container > div > *:last-child {
        flex-basis: calc(var(--col-width) + 1.875rem);
        padding-right: 1.875rem;
        width: calc(var(--col-width) + 1.875rem); } }

@media (max-width: 767.98px) {
  .latest > div:not(.container) > *,
  .latest .container > div > * {
    --col-width: 45%; } }

@media (max-width: 575.98px) {
  .latest > div:not(.container) > *,
  .latest .container > div > * {
    --col-width: 75%; } }

.tobii__btn {
  border: 0;
  height: 2.75rem;
  width: 2.75rem; }
  .tobii__btn svg {
    max-height: 100%;
    max-width: 100%; }
  .tobii__btn--close {
    right: 1.875rem;
    top: 1.875rem; }
    .tobii__btn--close svg {
      transform: none; }
  .tobii__btn--next {
    right: 1.875rem; }
  .tobii__btn--previous {
    left: 1.875rem; }

.tobii__counter {
  left: 1.875rem;
  top: 1.875rem; }

.tobii__slide figure > figcaption {
  font-size: 1rem;
  padding: 0.9375rem 1.875rem; }

.list p {
  font-weight: 700;
  margin-bottom: .5rem; }

.list ul, .list ol {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.list li {
  font-size: 0.75rem; }
  .list li::before {
    content: '-';
    margin-right: .25rem;
    speak: never; }

aside.list ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

aside.list li::before {
  content: none; }

aside.list li:not(:last-child) {
  margin-bottom: 1rem; }

.logo {
  font-weight: 700; }
  .logo img {
    display: block;
    height: 43px;
    width: auto; }

.main-menu {
  --bs-offcanvas-bg: #344648; }
  .main-menu .header button {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.414z'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem auto; }
  @media (min-width: 992px) {
    .main-menu .content {
      align-items: baseline; } }
  .main-menu .nav-primary {
    align-items: baseline;
    margin-left: auto; }
  .main-menu .nav-link, .main-menu .nav .dropdown > button:first-child, .main-menu .nav .share > button:first-child, .nav .main-menu .dropdown > button:first-child, .nav .main-menu .share > button:first-child, .main-menu .nav a, .nav .main-menu a {
    --bs-nav-link-color: white; }
    .main-menu .nav-link:hover, .main-menu .nav .dropdown > button:hover:first-child, .main-menu .nav .share > button:hover:first-child, .nav .main-menu .dropdown > button:hover:first-child, .nav .main-menu .share > button:hover:first-child, .main-menu .nav a:hover, .nav .main-menu a:hover {
      --bs-nav-link-hover-color: white; }
  .main-menu .dropdown > span, .main-menu .share > span {
    --bs-nav-link-color: white; }
  .main-menu .dropdown-toggle::after, .main-menu .share > button::after {
    border-top-color: white; }
  .main-menu .nav-item-highlighted a {
    --bs-btn-padding-y: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem; }
  @media (max-width: 767.98px) {
    .main-menu .nav-item-highlighted {
      margin-top: 0.5rem; } }
  @media (max-width: 991.98px) {
    .main-menu .nav {
      align-items: center;
      flex-direction: column;
      text-align: center; }
      .main-menu .nav li {
        font-size: 1.25rem; }
      .main-menu .nav ul li {
        font-size: 1rem; }
    .main-menu .nav + .nav {
      margin-top: 1rem; } }
  @media (min-width: 992px) {
    .main-menu .nav:last-child {
      margin-right: -1rem; } }
.map {
  margin-bottom: 1rem;
  margin-top: 1rem;
  background-color: #f8f9fa;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .map {
      --bs-aspect-ratio: 75%;
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      width: calc(100% + 1.875rem * 2); } }
.metas {
  font-size: 0.75rem; }
  .metas p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .metas {
      align-items: baseline;
      display: flex; }
      .metas > *:not(:first-child):not(.share) {
        margin-left: .5rem; }
        .metas > *:not(:first-child):not(.share)::before {
          content: '—';
          margin-right: .5rem; } }
  .metas .share {
    margin-left: auto; }

.mini-card, .filters .content .list-mini_card li, aside.list li {
  align-items: center;
  display: flex;
  line-height: 1.4;
  position: relative; }
  .mini-card picture, .filters .content .list-mini_card li picture, aside.list li picture,
  .mini-card .avatar,
  .filters .content .list-mini_card li .avatar,
  aside.list li .avatar {
    flex-shrink: 0;
    margin-right: 1rem; }
  .mini-card .avatar, .filters .content .list-mini_card li .avatar, aside.list li .avatar {
    background-color: #f8f9fa; }
  .mini-card span, .filters .content .list-mini_card li span, aside.list li span {
    font-size: 0.75rem;
    color: var(--bs-secondary-color); }

.nav-title, footer[role="contentinfo"] .footer-title {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); }

.nav li > span {
  color: var(--bs-nav-link-color);
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: 0.5rem 1rem; }
  .nav li > span + button::before {
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.nav a {
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s ease; }
  .nav a.active, .nav a:hover {
    text-decoration-color: inherit; }

.nav .dropdown, .nav .share {
  display: flex; }
  .nav .dropdown > button:first-child, .nav .share > button:first-child {
    appearance: none;
    background: none;
    border: 0; }
  .nav .dropdown > button:not(:first-child), .nav .share > button:not(:first-child) {
    appearance: none;
    background-color: transparent;
    border: 0;
    margin-left: calc(var(--bs-nav-link-padding-x) * -1);
    padding: 0 .5rem; }

.nav-social {
  --bs-nav-link-padding-x: .75rem; }
  .nav-social .discord a::after {
    content: none; }
  .nav-social .discord a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .discord a span {
    display: none; }
  .nav-social .facebook a::after {
    content: none; }
  .nav-social .facebook a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .facebook a span {
    display: none; }
  .nav-social .github a::after {
    content: none; }
  .nav-social .github a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .github a span {
    display: none; }
  .nav-social .google a::after {
    content: none; }
  .nav-social .google a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .google a span {
    display: none; }
  .nav-social .instagram a::after {
    content: none; }
  .nav-social .instagram a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .instagram a span {
    display: none; }
  .nav-social .linkedin a::after {
    content: none; }
  .nav-social .linkedin a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .linkedin a span {
    display: none; }
  .nav-social .messanger a::after {
    content: none; }
  .nav-social .messanger a::before {
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .messanger a span {
    display: none; }
  .nav-social .pinterest a::after {
    content: none; }
  .nav-social .pinterest a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .pinterest a span {
    display: none; }
  .nav-social .slack a::after {
    content: none; }
  .nav-social .slack a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .slack a span {
    display: none; }
  .nav-social .twitch a::after {
    content: none; }
  .nav-social .twitch a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .twitch a span {
    display: none; }
  .nav-social .twitter a::after {
    content: none; }
  .nav-social .twitter a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .twitter a span {
    display: none; }
  .nav-social .vimeo a::after {
    content: none; }
  .nav-social .vimeo a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .vimeo a span {
    display: none; }
  .nav-social .whatsapp a::after {
    content: none; }
  .nav-social .whatsapp a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .whatsapp a span {
    display: none; }
  .nav-social .youtube a::after {
    content: none; }
  .nav-social .youtube a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em; }
  .nav-social .youtube a span {
    display: none; }

[href^="#nb-"] span {
  display: none; }

.notes li {
  font-style: italic; }
  .notes li::before {
    display: none; }

.offer {
  margin-bottom: 1.5rem; }

.pagination, .pagination-between {
  justify-content: center;
  margin-bottom: 0; }
  .pagination a, .pagination-between a {
    line-height: 1;
    height: 100%; }
  .pagination .first::before, .pagination-between .first::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    display: block;
    font-size: 1rem;
    line-height: 1; }
  .pagination .last::after, .pagination-between .last::after {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    display: block;
    font-size: 1rem;
    line-height: 1; }
  .pagination .next::after, .pagination-between .next::after {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    display: block;
    font-size: 1rem;
    line-height: 1; }
  .pagination .previous::before, .pagination-between .previous::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    display: block;
    font-size: 1rem;
    line-height: 1; }

.pagination-between {
  --bs-pagination-bg: transparent;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-hover-color: var(--bs-link-color);
  --bs-pagination-focus-bg: transparent;
  --bs-pagination-focus-color: var(--bs-link-color);
  margin-top: calc(1.425rem + 2.1vw);
  padding-top: calc(1.425rem + 2.1vw);
  border-top: 1px solid #dee2e6; }
  @media (min-width: 1200px) {
    .pagination-between {
      margin-top: 3rem; } }
  @media (min-width: 1200px) {
    .pagination-between {
      padding-top: 3rem; } }
  .pagination-between li:first-child {
    margin-right: .5rem; }
  .pagination-between li:last-child {
    margin-left: .5rem; }
  @media (max-width: 767.98px) {
    .pagination-between li span {
      display: none; } }
  .pagination-between a {
    border-width: 0; }
    .pagination-between a:hover {
      text-decoration-color: inherit;
      text-decoration-line: underline; }
  .pagination-between .previous::before,
  .pagination-between .next::after {
    display: inline-block;
    margin-top: -.2em;
    vertical-align: middle; }
  .pagination-between .previous::before {
    margin-right: .5rem; }
  .pagination-between .next::after {
    margin-left: .5rem; }
  .pagination-between .surtitle {
    display: block;
    margin-bottom: .5rem; }
  @media (max-width: 767.98px) {
    .pagination-between-with-title {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .pagination-between-with-title li {
      width: 50%; } }
  .pagination-between-with-title a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem; }
  .pagination-between-with-title .previous {
    align-items: flex-start; }
    .pagination-between-with-title .previous::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
  .pagination-between-with-title .next {
    align-items: flex-end;
    text-align: right; }
    .pagination-between-with-title .next::after {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%); }
  .pagination-between-with-image {
    --bs-pagination-color: #212529; }
    @media (max-width: 767.98px) {
      .pagination-between-with-image {
        flex-direction: column; } }
    @media (max-width: 767.98px) {
      .pagination-between-with-image li:first-child {
        margin-bottom: 2rem;
        margin-right: 0; }
      .pagination-between-with-image li:last-child {
        margin-left: 0; } }
    @media (min-width: 768px) {
      .pagination-between-with-image li {
        width: 50%; } }
    .pagination-between-with-image a {
      font-size: 1.25rem;
      line-height: 1.2;
      padding: 0; }
      .pagination-between-with-image a:hover {
        text-decoration: none; }
    .pagination-between-with-image img {
      display: block;
      height: auto;
      margin-top: 1rem;
      max-width: 100%; }
    .pagination-between-with-image .previous::before,
    .pagination-between-with-image .next::after {
      content: none; }
    @media (min-width: 768px) {
      .pagination-between-with-image .next {
        text-align: right; }
        .pagination-between-with-image .next img {
          margin-left: auto; } }
div.press {
  --bs-card-bg: #f8f9fa;
  --bs-card-border-width: 0;
  --bs-card-spacer-x: 1rem;
  --bs-card-spacer-y: 1rem;
  --bs-card-title-spacer-y: 0; }
  div.press .metas {
    margin-bottom: 1rem; }
  @media (min-width: 768px) and (max-width: 1399.98px) {
    div.press .metas {
      align-items: flex-start;
      flex-direction: column; }
      div.press .metas > *:not(:first-child):not(.share) {
        margin-left: 0; }
        div.press .metas > *:not(:first-child):not(.share)::before {
          content: none; } }
  @media (min-width: 1200px) {
    div.press {
      --bs-card-spacer-x: calc(1rem * 2);
      --bs-card-spacer-y: calc(1rem * 2); } }
.pricing {
  white-space: nowrap; }
  .pricing del {
    color: var(--bs-secondary-color);
    font-size: .75em; }
  .pricing span {
    --bs-badge-color: #343a40;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 700;
    --bs-badge-padding-x: .75rem;
    --bs-badge-padding-y: .5rem;
    background-color: #e9ecef;
    text-transform: uppercase; }
  .pricing i {
    font-size: 0.75rem;
    font-style: normal; }

.push {
  --push-background-color: #212529;
  --push-color: #fff;
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 2rem;
  --bs-card-bg: var(--push-background-color);
  --bs-card-border-radius: 0;
  --bs-card-border-width: 0;
  color: var(--push-color);
  position: relative;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .push {
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      width: calc(100% + 1.875rem * 2); } }
  @media (max-width: 767.98px) {
    .push::before {
      padding-top: 100%; } }
  .push h2, .push .h2, .push h3, .push .h3, .push p {
    color: var(--push-color);
    margin-bottom: 0;
    text-wrap: balance; }
  .push h2, .push .h2, .push h3, .push .h3 {
    font-size: calc(1.575rem + 3.9vw); }
    @media (min-width: 1200px) {
      .push h2, .push .h2, .push h3, .push .h3 {
        font-size: 4.5rem; } }
  .push .content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1; }
    .push .content > div {
      background-color: #fff;
      color: #212529;
      padding: 2rem;
      width: 100%; }
      @media (min-width: 768px) {
        .push .content > div {
          width: 50%; } }
      @media (min-width: 1200px) {
        .push .content > div {
          width: 33%; } }
      .push .content > div h2, .push .content > div .h2, .push .content > div h3, .push .content > div .h3 {
        font-size: calc(1.575rem + 3.9vw); }
        @media (min-width: 1200px) {
          .push .content > div h2, .push .content > div .h2, .push .content > div h3, .push .content > div .h3 {
            font-size: 4.5rem; } }
      .push .content > div h2, .push .content > div .h2, .push .content > div h3, .push .content > div .h3, .push .content > div p {
        color: #212529; }
      .push .content > div p {
        font-size: 1rem; }
  @media (min-width: 768px) {
    .push-end .content {
      align-items: flex-end;
      text-align: right; } }
  .push-center .content {
    align-items: center;
    text-align: center; }
  .push-darken picture {
    opacity: .3; }
  .push img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .push .btn, .push .btn-filter, .push .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .push a {
    margin-top: calc(1rem * 2); }
    .push .btn::before, .push .btn-filter::before, .push .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .push a::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1.4rem;
      margin-right: .5rem;
      vertical-align: -0.35rem; }
    @media (prefers-reduced-motion: no-preference) {
      .push .btn:hover::before, .push .btn-filter:hover::before, .push .main-menu .nav-item-highlighted a:hover::before, .main-menu .nav-item-highlighted .push a:hover::before {
        transform: translateX(0.3rem); }
      .push .btn::before, .push .btn-filter::before, .push .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .push a::before {
        transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }
.quote blockquote {
  margin-bottom: 0;
  text-align: center;
  text-wrap: balance; }

.quote blockquote + figcaption {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0; }
  .quote blockquote + figcaption::before {
    content: none; }
  .quote blockquote + figcaption picture {
    display: block; }
  .quote blockquote + figcaption div {
    line-height: 1.2;
    text-align: center; }
  .quote blockquote + figcaption picture + div {
    text-align: left; }
  .quote blockquote + figcaption cite {
    font-style: normal;
    font-weight: 700; }
    .quote blockquote + figcaption cite ~ a {
      color: #6c757d; }
  .quote blockquote + figcaption + div {
    margin-top: 2rem; }

.reference {
  --bs-badge-color: #343a40;
  --bs-badge-font-weight: 400;
  --bs-badge-padding-x: .75rem;
  --bs-badge-padding-y: .5rem;
  background-color: #e9ecef;
  text-transform: uppercase; }

.related {
  margin-top: calc(1.425rem + 2.1vw);
  padding-bottom: calc(1.725rem + 5.7vw);
  padding-top: calc(1.725rem + 5.7vw);
  background-color: #f8f9fa; }
  @media (min-width: 1200px) {
    .related {
      margin-top: 3rem; } }
  @media (min-width: 1200px) {
    .related {
      padding-bottom: 6rem; } }
  @media (min-width: 1200px) {
    .related {
      padding-top: 6rem; } }
  main > .related {
    margin-bottom: calc(-1.725rem - 5.7vw); }
    @media (min-width: 1200px) {
      main > .related {
        margin-bottom: -6rem; } }
  @media (max-width: 991.98px) {
    .related .container > div {
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      overflow: auto;
      scroll-snap-type: x mandatory; }
      .related .container > div > * {
        --col-width: 43.75%;
        flex-basis: var(--col-width);
        padding-left: 1.875rem;
        padding-right: 0;
        scroll-snap-align: start;
        width: var(--col-width); }
        .related .container > div > *:last-child {
          flex-basis: calc(var(--col-width) + 1.875rem);
          padding-right: 1.875rem;
          width: calc(var(--col-width) + 1.875rem); } }
  @media (max-width: 767.98px) {
    .related .container > div > * {
      --col-width: 45%; } }
  @media (max-width: 575.98px) {
    .related .container > div > * {
      --col-width: 75%; } }
.screenshot {
  margin-bottom: 2rem;
  margin-top: 2rem;
  position: relative; }
  .screenshot > span {
    background-color: #D9D9D9;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    display: block;
    height: 1.25rem; }
  .screenshot > span::before, .screenshot::before, .screenshot::after {
    border-radius: 50%;
    content: '';
    height: 0.5rem;
    left: 1rem;
    position: absolute;
    top: 0.375rem;
    width: 0.5rem;
    z-index: 1; }
  .screenshot::before {
    background-color: #EE0E00; }
  .screenshot::after {
    background-color: #EEAB00;
    left: 1.8125rem; }
  .screenshot > span::before {
    background-color: #0EB000;
    left: 2.625rem; }
  .screenshot figure {
    margin-bottom: 0;
    margin-top: 0; }
  .screenshot figcaption {
    padding-top: .5rem; }
  .screenshot video,
  .screenshot picture {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  .screenshot video,
  .screenshot img {
    display: block;
    height: auto;
    width: 100%; }

@media (max-width: 767.98px) {
  .share {
    display: none; } }

.share > button::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em;
  font-size: 1rem;
  line-height: 1;
  margin-right: .5rem;
  margin-top: -.1rem;
  vertical-align: middle; }

.surtitle {
  font-size: 0.75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0; }
  .surtitle .back {
    letter-spacing: 0;
    text-transform: none; }

.timeline {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative; }
  .timeline::before {
    background-color: #FFBB98;
    content: '';
    height: 100%;
    left: .3rem;
    position: absolute;
    width: 1px; }
  .timeline li {
    padding-left: 2rem;
    position: relative; }
    .timeline li::before {
      background-color: #FFBB98;
      border-radius: 50%;
      content: '';
      height: .75rem;
      left: 0;
      position: absolute;
      width: .75rem; }
    .timeline li:not(:last-child) {
      margin-bottom: calc(1.325rem + 0.9vw); }
      @media (min-width: 1200px) {
        .timeline li:not(:last-child) {
          margin-bottom: 2rem; } }
  .timeline p {
    margin-bottom: 0; }
  .timeline .surtitle {
    color: #FFBB98; }
  .timeline .title {
    font-size: calc(1.325rem + 0.9vw);
    font-family: Jost, Roboto, 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"; }
    @media (min-width: 1200px) {
      .timeline .title {
        font-size: 2rem; } }
@media (min-width: 992px) {
  .toc > div {
    position: sticky;
    top: 75px; } }
  @media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
    .toc > div {
      transition: top .3s ease; } }
@media (min-width: 992px) {
    html.is-scrolling-down .toc > div {
      top: 1rem; } }

.toc > div > p {
  font-size: 1.25rem;
  color: inherit;
  font-family: Jost, Roboto, 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";
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem; }

.toc > div > button::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em;
  margin-right: .5rem; }

.toc nav {
  width: 100%; }
  .toc nav ol, .toc nav ul {
    padding-left: 1.125rem; }
  @media (min-width: 768px) {
    .toc nav ol, .toc nav ul, .toc nav li {
      font-size: .875rem; } }
  .toc nav li:not(:last-child) {
    margin-bottom: .5em; }
  .toc nav ol ol {
    list-style-type: circle;
    margin-top: .5em; }
  .toc nav a {
    line-height: 1.5;
    text-decoration-color: transparent; }
    .toc nav a:hover {
      text-decoration-color: #344648; }

@media (min-width: 992px) {
  .toc .offcanvas, .toc .main-menu {
    position: static;
    transform: none;
    transition: none;
    visibility: visible;
    width: auto;
    z-index: auto; } }

.toc .header button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.414z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem auto; }

.toc .title {
  font-size: 1.25rem;
  color: inherit;
  font-family: Jost, Roboto, 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";
  font-weight: 400; }

.sidebar .toc {
  height: 100%; }

.transcription details {
  border: 0;
  border-radius: 0; }
  .transcription details:hover {
    box-shadow: none; }
  .transcription details summary {
    font-size: 1rem;
    padding: .5rem 2rem .5rem .5rem;
    text-align: right; }
    .transcription details summary::after {
      font-size: 1rem;
      right: 0.5rem;
      top: 0.5rem; }
  .transcription details p {
    font-size: 1rem; }

.vimeo {
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .vimeo {
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      width: auto; } }
.youtube {
  margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    .youtube {
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      width: auto; } }
/*! purgecss start ignore */
[class*="block-"] {
  padding-bottom: calc(1.425rem + 2.1vw);
  padding-top: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    [class*="block-"] {
      padding-bottom: 3rem; } }
  @media (min-width: 1200px) {
    [class*="block-"] {
      padding-top: 3rem; } }
  [class*="block-"] .heading {
    align-items: flex-start;
    flex-direction: column; }
  [class*="block-"] h2 + p, [class*="block-"] .h2 + p {
    margin-top: calc(1rem / 2); }
  @media (min-width: 992px) {
    [class*="block-"] .heading {
      align-items: center;
      margin-left: auto;
      margin-bottom: 3rem;
      margin-right: auto;
      max-width: 66%;
      text-align: center; }
    [class*="block-"] h2 + p, [class*="block-"] .h2 + p {
      margin-top: 1rem; }
    [class*="block-"] [class*="col-"] .heading {
      max-width: 100%; }
    [class*="block-"] .bottom {
      text-align: center; } }
.block-bg {
  background-color: #f8f9fa; }
  main:has(> .block-bg:last-child) {
    padding-bottom: 0; }
  main > .block-bg:last-child {
    padding-bottom: calc(1.725rem + 5.7vw); }
    @media (min-width: 1200px) {
      main > .block-bg:last-child {
        padding-bottom: 6rem; } }
/*! purgecss end ignore */
.block-alert .alert, .block-alert .banner {
  --bs-alert-margin-bottom: 0; }

.block-chart {
  text-align: center; }
  @media (max-width: 767.98px) {
    .block-chart .container,
    .block-chart .row > *,
    .block-chart .transaction > *,
    .block-chart .publications_expertises > *,
    .block-chart .publications_categories > *,
    .block-chart .publications > *,
    .block-chart .posts_expertises > *,
    .block-chart .tags > *,
    .block-chart .categories > *,
    .block-chart .posts > *,
    .block-chart .places > *,
    .block-chart .statutes > *,
    .block-chart .persons_statutes > *,
    .block-chart .persons_places > *,
    .block-chart .persons_expertises > *,
    .block-chart .persons > *,
    .block-chart .publications_persons > *,
    .block-chart .expertises > *,
    .block-chart .pages > *,
    .block-chart .block-instagram .instagram > *,
    .block-instagram .block-chart .instagram > *,
    .block-chart .files > *,
    .block-chart .gallery > * {
      padding-left: 0;
      padding-right: 0; }
    .block-chart .row, .block-chart .transaction, .block-chart .publications_expertises, .block-chart .publications_categories, .block-chart .publications, .block-chart .posts_expertises, .block-chart .tags, .block-chart .categories, .block-chart .posts, .block-chart .places, .block-chart .statutes,
    .block-chart .persons_statutes, .block-chart .persons_places, .block-chart .persons_expertises, .block-chart .persons, .block-chart .publications_persons, .block-chart .expertises, .block-chart .pages, .block-chart .block-instagram .instagram, .block-instagram .block-chart .instagram, .block-chart .files, .block-chart .gallery {
      margin-left: 0;
      margin-right: 0; }
    .block-chart .heading {
      margin-left: 1.875rem;
      margin-right: 1.875rem; } }
  .block-chart .container .row, .block-chart .container .transaction, .block-chart .container .publications_expertises, .block-chart .container .publications_categories, .block-chart .container .publications, .block-chart .container .posts_expertises, .block-chart .container .tags, .block-chart .container .categories, .block-chart .container .posts, .block-chart .container .places, .block-chart .container .statutes,
  .block-chart .container .persons_statutes, .block-chart .container .persons_places, .block-chart .container .persons_expertises, .block-chart .container .persons, .block-chart .container .publications_persons, .block-chart .container .expertises, .block-chart .container .pages, .block-chart .container .block-instagram .instagram, .block-instagram .block-chart .container .instagram, .block-chart .container .files, .block-chart .container .gallery {
    text-align: right; }
  .block-chart canvas + .btn, .block-chart canvas + .btn-filter, .block-chart .main-menu .nav-item-highlighted canvas + a, .main-menu .nav-item-highlighted .block-chart canvas + a {
    margin-top: .5rem; }
  .block-chart .modal-header button {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.414z'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem auto; }

.block-comparison .items {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  --bs-gutter-y: 1.5rem;
  justify-content: center;
  text-align: center; }
  .block-comparison .items > div {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }
  @media (min-width: 992px) {
    .block-comparison .items-2 > div {
      flex: 0 0 auto;
      width: 50%; } }
  @media (min-width: 992px) {
    .block-comparison .items-3 > div {
      flex: 0 0 auto;
      width: 33.33333333%; } }
  @media (min-width: 992px) {
    .block-comparison .items-4 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-comparison .items-5 > div {
      flex: 0 0 auto;
      width: 20%; } }
  @media (min-width: 992px) {
    .block-comparison .items-6 > div {
      flex: 0 0 auto;
      width: 16.66666667%; } }
.block-comparison .item {
  --bs-card-spacer-x: 1.5rem;
  --bs-card-spacer-y: 1.5rem;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-padding-x: 1.5rem;
  --bs-card-cap-padding-y: 1.5rem;
  --bs-card-cap-bg: --bs-card-bg;
  height: 100%;
  text-align: left; }
  .block-comparison .item header {
    border-bottom: 0; }
  .block-comparison .item footer {
    border-top: 0;
    margin-top: auto; }
  .block-comparison .item-highlighted {
    --bs-card-bg: #f2f4f6; }

.block-comparison header > .badge, .block-comparison .publication .press header > span, .publication .press .block-comparison header > span, .block-comparison .list-tags li header > a, .list-tags li .block-comparison header > a, .block-comparison .pricing header > span, .pricing .block-comparison header > span, .block-comparison header > .reference {
  background-color: #344648;
  float: right; }

.block-comparison .pricing {
  font-size: 1.25rem;
  font-weight: 700; }
  .block-comparison .pricing + p {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    margin-top: -1rem; }

.block-comparison .content ul {
  border-bottom: 1px solid #dee2e6;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.block-comparison .content li {
  border-top: 1px solid #dee2e6;
  padding: .5rem 0; }

.block-comparison .btn, .block-comparison .btn-filter, .block-comparison .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-comparison a {
  width: 100%; }

.block-cta .cta {
  align-items: center; }

@media (min-width: 992px) {
  .block-cta {
    text-align: center; }
    .block-cta .cta {
      justify-content: center; } }

.block-datas {
  text-align: center; }
  .block-datas .items {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    --bs-gutter-y: 1.5rem;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .block-datas .items > * {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
      margin-top: var(--bs-gutter-y); }
      @media (min-width: 992px) {
        .block-datas .items > * {
          flex: 0 0 auto;
          width: 33.33333333%; } }
    @media (min-width: 992px) {
      .block-datas .items-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%; } }
    @media (min-width: 992px) {
      .block-datas .items-4 > * {
        flex: 0 0 auto;
        width: 25%; } }
    @media (min-width: 992px) {
      .block-datas .items-5 > * {
        flex: 0 0 auto;
        width: 20%; } }
    @media (min-width: 992px) {
      .block-datas .items-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%; } }
  .block-datas h3, .block-datas .h3 {
    font-size: 1.25rem; }
    @media (max-width: 767.98px) {
      .block-datas h3, .block-datas .h3 {
        margin-bottom: calc(1rem / 2); } }
  .block-datas .gauge {
    margin-left: auto;
    margin-right: auto; }

.block-editorial .row, .block-editorial .transaction, .block-editorial .publications_expertises, .block-editorial .publications_categories, .block-editorial .publications, .block-editorial .posts_expertises, .block-editorial .tags, .block-editorial .categories, .block-editorial .posts, .block-editorial .places, .block-editorial .statutes,
.block-editorial .persons_statutes, .block-editorial .persons_places, .block-editorial .persons_expertises, .block-editorial .persons, .block-editorial .publications_persons, .block-editorial .expertises, .block-editorial .pages, .block-editorial .block-instagram .instagram, .block-instagram .block-editorial .instagram, .block-editorial .files, .block-editorial .gallery {
  align-items: center; }

.block-editorial h2, .block-editorial .h2, .block-editorial p {
  text-wrap: balance; }

.block-editorial .text:not(:last-child) {
  margin-bottom: 1rem; }

.block-editorial p:last-child {
  margin-bottom: 0; }

.block-editorial .btn::before, .block-editorial .btn-filter::before, .block-editorial .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-editorial a::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em;
  font-size: 1.4rem;
  margin-right: .5rem;
  vertical-align: -0.35rem; }

@media (prefers-reduced-motion: no-preference) {
  .block-editorial .btn:hover::before, .block-editorial .btn-filter:hover::before, .block-editorial .main-menu .nav-item-highlighted a:hover::before, .main-menu .nav-item-highlighted .block-editorial a:hover::before {
    transform: translateX(0.3rem); }
  .block-editorial .btn::before, .block-editorial .btn-filter::before, .block-editorial .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-editorial a::before {
    transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }

.block-editorial img {
  height: auto;
  width: 100%; }

.block-editorial .screenshot {
  margin-bottom: 0;
  margin-top: 0; }

.block-editorial-rtl .row, .block-editorial-rtl .transaction, .block-editorial-rtl .publications_expertises, .block-editorial-rtl .publications_categories, .block-editorial-rtl .publications, .block-editorial-rtl .posts_expertises, .block-editorial-rtl .tags, .block-editorial-rtl .categories, .block-editorial-rtl .posts, .block-editorial-rtl .places, .block-editorial-rtl .statutes,
.block-editorial-rtl .persons_statutes, .block-editorial-rtl .persons_places, .block-editorial-rtl .persons_expertises, .block-editorial-rtl .persons, .block-editorial-rtl .publications_persons, .block-editorial-rtl .expertises, .block-editorial-rtl .pages, .block-editorial-rtl .block-instagram .instagram, .block-instagram .block-editorial-rtl .instagram, .block-editorial-rtl .files, .block-editorial-rtl .gallery {
  flex-direction: row-reverse; }

@media (max-width: 767.98px) {
  .block-editorial .media {
    margin-bottom: 1rem;
    order: -1; }
    .block-editorial .media > figure picture {
      display: block;
      margin-left: -1.875rem;
      margin-right: -1.875rem; } }

.block-embed .embed {
  text-align: center; }

.block-embed iframe {
  max-width: 100%; }

@media (min-width: 992px) {
  .block-faq details {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto; } }

.block-figure figure {
  margin-bottom: 0; }

.block-figure .screenshot {
  margin-bottom: 0;
  margin-top: 0; }

@media (min-width: 768px) {
  .block-figure-start .heading {
    align-items: flex-start;
    margin-left: 0;
    text-align: left; }
  .block-figure-end .heading {
    align-items: flex-end;
    margin-right: 0;
    text-align: right; } }

@media (max-width: 767.98px) {
  .block-figure figure {
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
  .block-figure figcaption {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .block-figure .screenshot figure {
    margin-left: 0;
    margin-right: 0; }
  .block-figure .screenshot figcaption {
    padding-left: 0;
    padding-right: 0; } }

.block-form form {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .block-form form > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }
    @media (min-width: 992px) {
      .block-form form > * {
        flex: 0 0 auto;
        width: 50%; } }
  .block-form form > div:not(:last-child) {
    margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .block-form form .full,
    .block-form form .actions {
      flex: 0 0 auto;
      width: 100%; } }
.block-gallery figure {
  position: relative; }

.block-instagram {
  text-align: center; }
  .block-instagram .instagram {
    justify-content: center; }
    .block-instagram .instagram div {
      flex: 1;
      max-width: calc(300px - 1.5rem); }
    .block-instagram .instagram a {
      display: block; }
      .block-instagram .instagram a::after {
        content: none; }
    .block-instagram .instagram img {
      height: auto;
      width: 100%; }
  .block-instagram .btn, .block-instagram .btn-filter, .block-instagram .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-instagram a {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .block-instagram .btn, .block-instagram .btn-filter, .block-instagram .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-instagram a {
        margin-top: 3rem; } }
.block-informations .items {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  --bs-gutter-y: 1.5rem;
  justify-content: center;
  text-align: center; }
  .block-informations .items > div {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }
  @media (min-width: 992px) {
    .block-informations .items-2 > div {
      flex: 0 0 auto;
      width: 50%; } }
  @media (min-width: 992px) {
    .block-informations .items-3 > div {
      flex: 0 0 auto;
      width: 33.33333333%; } }
  @media (min-width: 992px) {
    .block-informations .items-4 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-informations .items-5 > div {
      flex: 0 0 auto;
      width: 20%; } }
  @media (min-width: 992px) {
    .block-informations .items-6 > div {
      flex: 0 0 auto;
      width: 16.66666667%; } }
  @media (max-width: 991.98px) {
    .block-informations .items:not(.items-1) {
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      overflow: auto;
      scroll-snap-type: x mandatory; }
      .block-informations .items:not(.items-1) > * {
        --col-width: 43.75%;
        flex-basis: var(--col-width);
        padding-left: 1.875rem;
        padding-right: 0;
        scroll-snap-align: start;
        width: var(--col-width); }
        .block-informations .items:not(.items-1) > *:last-child {
          flex-basis: calc(var(--col-width) + 1.875rem);
          padding-right: 1.875rem;
          width: calc(var(--col-width) + 1.875rem); } }
  @media (max-width: 767.98px) {
    .block-informations .items:not(.items-1) > * {
      --col-width: 45%; } }
  @media (max-width: 575.98px) {
    .block-informations .items:not(.items-1) > * {
      --col-width: 75%; } }
.block-informations .item {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-bg: #e9ecef;
  --bs-card-cap-bg: #e9ecef;
  border: 0;
  height: 100%;
  text-align: left; }
  .block-informations .item .media {
    background: transparent;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); }
    .block-informations .item .media-none {
      padding: 0; }
    .block-informations .item .media-logo {
      border-radius: 0; }

.block-informations .icon {
  font-size: 2rem; }

.block-informations .btn, .block-informations .btn-filter, .block-informations .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .block-informations a {
  margin-left: -2rem; }

.block-latest .items > div {
  justify-content: center; }
  @media (max-width: 991.98px) {
    .block-latest .items > div {
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      overflow: auto;
      scroll-snap-type: x mandatory; }
      .block-latest .items > div > * {
        --col-width: 43.75%;
        flex-basis: var(--col-width);
        padding-left: 1.875rem;
        padding-right: 0;
        scroll-snap-align: start;
        width: var(--col-width); }
        .block-latest .items > div > *:last-child {
          flex-basis: calc(var(--col-width) + 1.875rem);
          padding-right: 1.875rem;
          width: calc(var(--col-width) + 1.875rem); } }
  @media (max-width: 767.98px) {
    .block-latest .items > div > * {
      --col-width: 45%; } }
  @media (max-width: 575.98px) {
    .block-latest .items > div > * {
      --col-width: 75%; } }
@media (min-width: 768px) {
  .block-latest-list .container {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr; }
  .block-latest-list .heading {
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
    text-align: left; }
  .block-latest-list .items {
    margin-top: 3rem; }
  .block-latest-list .bottom {
    grid-column: 1 / 3; } }

.block-latest-list .items {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }
  .block-latest-list .items li {
    margin-bottom: .5rem;
    margin-top: .5rem; }
    .block-latest-list .items li a::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1.4rem;
      margin-right: .5rem;
      vertical-align: -0.35rem; }
    @media (prefers-reduced-motion: no-preference) {
      .block-latest-list .items li a:hover::before {
        transform: translateX(0.3rem); }
      .block-latest-list .items li a::before {
        transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }
.block-latest .bottom {
  margin-top: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .block-latest .bottom {
      margin-top: 3rem; } }
  .block-latest .bottom .btn::before, .block-latest .bottom .btn-filter::before, .block-latest .bottom .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-latest .bottom a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    font-size: 1.4rem;
    margin-right: .5rem;
    vertical-align: -0.35rem; }
  @media (prefers-reduced-motion: no-preference) {
    .block-latest .bottom .btn:hover::before, .block-latest .bottom .btn-filter:hover::before, .block-latest .bottom .main-menu .nav-item-highlighted a:hover::before, .main-menu .nav-item-highlighted .block-latest .bottom a:hover::before {
      transform: translateX(0.3rem); }
    .block-latest .bottom .btn::before, .block-latest .bottom .btn-filter::before, .block-latest .bottom .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-latest .bottom a::before {
      transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }
.block-logos .logos {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  --bs-gutter-y: 1.5rem;
  justify-content: center;
  text-align: center; }
  .block-logos .logos > div {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%; }
  @media (min-width: 768px) {
    .block-logos .logos-2 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-logos .logos-2 > div {
      flex: 0 0 auto;
      width: 50%; } }
  @media (min-width: 768px) {
    .block-logos .logos-3 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-logos .logos-3 > div {
      flex: 0 0 auto;
      width: 33.33333333%; } }
  @media (min-width: 768px) {
    .block-logos .logos-4 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-logos .logos-4 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 768px) {
    .block-logos .logos-5 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-logos .logos-5 > div {
      flex: 0 0 auto;
      width: 20%; } }
  @media (min-width: 768px) {
    .block-logos .logos-6 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-logos .logos-6 > div {
      flex: 0 0 auto;
      width: 16.66666667%; } }
  @media (min-width: 768px) {
    .block-logos .logos-7 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-logos .logos-7 > div {
      flex: 0 0 auto;
      width: 14.28571429%; } }
  @media (min-width: 768px) {
    .block-logos .logos-8 > div {
      flex: 0 0 auto;
      width: 25%; } }
  @media (min-width: 992px) {
    .block-logos .logos-8 > div {
      flex: 0 0 auto;
      width: 12.5%; } }
.block-logos a,
.block-logos div > picture {
  display: block; }

.block-logos picture,
.block-logos span {
  align-items: center;
  display: flex;
  justify-content: center; }

.block-logos span {
  font-weight: 700; }

.block-logos img {
  height: 100%;
  max-height: 60%;
  max-width: 70%;
  object-fit: contain;
  width: 100%; }

.block-logos a {
  text-decoration: none; }
  .block-logos a::after {
    content: none; }

.block-logos .splide__pagination {
  top: 100%; }

@media (min-width: 768px) {
  .block-logos .splide__arrow--prev {
    left: auto;
    right: 100%; }
  .block-logos .splide__arrow--next {
    left: 100%;
    right: auto; } }

.block-logos .splide__track {
  overflow-y: hidden; }

.block-logos .splide__slide {
  width: 50%; }
  @media (min-width: 992px) {
    .block-logos .splide__slide {
      width: calc(10 / var(--perPage, 4) * 10%); } }
.block-map .map {
  margin-bottom: 0;
  margin-top: 0; }

.block-paragraph h2:last-child, .block-paragraph .h2:last-child,
.block-paragraph .text:last-child p:last-child {
  margin-bottom: 0; }

.block-paragraph .btn::before, .block-paragraph .btn-filter::before, .block-paragraph .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-paragraph a::before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em;
  font-size: 1.4rem;
  margin-right: .5rem;
  vertical-align: -0.35rem; }

@media (prefers-reduced-motion: no-preference) {
  .block-paragraph .btn:hover::before, .block-paragraph .btn-filter:hover::before, .block-paragraph .main-menu .nav-item-highlighted a:hover::before, .main-menu .nav-item-highlighted .block-paragraph a:hover::before {
    transform: translateX(0.3rem); }
  .block-paragraph .btn::before, .block-paragraph .btn-filter::before, .block-paragraph .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-paragraph a::before {
    transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }

.block-pushes .items {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  --bs-gutter-y: 1.5rem; }
  .block-pushes .items > div {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }
  @media (min-width: 992px) {
    .block-pushes .items-2 > div {
      flex: 0 0 auto;
      width: 50%; } }
  .block-pushes .items-2 h2, .block-pushes .items-2 .h2, .block-pushes .items-2 h3, .block-pushes .items-2 .h3 {
    font-size: calc(1.375rem + 1.5vw); }
    @media (min-width: 1200px) {
      .block-pushes .items-2 h2, .block-pushes .items-2 .h2, .block-pushes .items-2 h3, .block-pushes .items-2 .h3 {
        font-size: 2.5rem; } }
  @media (min-width: 992px) {
    .block-pushes .items-2 .content > div {
      width: 100%; }
      .block-pushes .items-2 .content > div h2, .block-pushes .items-2 .content > div .h2, .block-pushes .items-2 .content > div h3, .block-pushes .items-2 .content > div .h3 {
        font-size: calc(1rem * 1.5); } }
  @media (min-width: 1200px) {
    .block-pushes .items-2 .content > div {
      width: 60%; } }
  @media (min-width: 992px) {
    .block-pushes .items-2 .push {
      --bs-aspect-ratio: calc(9 / 16 * 100%); } }
  @media (min-width: 992px) {
    .block-pushes .items-3 > div {
      flex: 0 0 auto;
      width: 33.33333333%; } }
@media (max-width: 767.98px) {
  .block-pushes .carousel .push {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

.block-quote .quote {
  margin-bottom: 0; }

.block-selected .items > div {
  justify-content: center; }
  @media (max-width: 991.98px) {
    .block-selected .items > div {
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      overflow: auto;
      scroll-snap-type: x mandatory; }
      .block-selected .items > div > * {
        --col-width: 43.75%;
        flex-basis: var(--col-width);
        padding-left: 1.875rem;
        padding-right: 0;
        scroll-snap-align: start;
        width: var(--col-width); }
        .block-selected .items > div > *:last-child {
          flex-basis: calc(var(--col-width) + 1.875rem);
          padding-right: 1.875rem;
          width: calc(var(--col-width) + 1.875rem); } }
  @media (max-width: 767.98px) {
    .block-selected .items > div > * {
      --col-width: 45%; } }
  @media (max-width: 575.98px) {
    .block-selected .items > div > * {
      --col-width: 75%; } }
@media (min-width: 768px) {
  .block-selected-list .container {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr; }
  .block-selected-list .heading {
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
    text-align: left; }
  .block-selected-list .items {
    margin-top: 3rem; }
  .block-selected-list .bottom {
    grid-column: 1 / 3; } }

.block-selected-list .items {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }
  .block-selected-list .items li {
    margin-bottom: .5rem;
    margin-top: .5rem; }
    .block-selected-list .items li a::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1.4rem;
      margin-right: .5rem;
      vertical-align: -0.35rem; }
    @media (prefers-reduced-motion: no-preference) {
      .block-selected-list .items li a:hover::before {
        transform: translateX(0.3rem); }
      .block-selected-list .items li a::before {
        transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }
.block-selected .bottom {
  margin-top: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .block-selected .bottom {
      margin-top: 3rem; } }
  .block-selected .bottom .btn::before, .block-selected .bottom .btn-filter::before, .block-selected .bottom .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-selected .bottom a::before {
    content: "";
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -0.125em;
    font-size: 1.4rem;
    margin-right: .5rem;
    vertical-align: -0.35rem; }
  @media (prefers-reduced-motion: no-preference) {
    .block-selected .bottom .btn:hover::before, .block-selected .bottom .btn-filter:hover::before, .block-selected .bottom .main-menu .nav-item-highlighted a:hover::before, .main-menu .nav-item-highlighted .block-selected .bottom a:hover::before {
      transform: translateX(0.3rem); }
    .block-selected .bottom .btn::before, .block-selected .bottom .btn-filter::before, .block-selected .bottom .main-menu .nav-item-highlighted a::before, .main-menu .nav-item-highlighted .block-selected .bottom a::before {
      transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); } }
.block-testimonials .testimonials {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  --bs-gutter-y: 1.5rem; }
  @media (max-width: 991.98px) {
    .block-testimonials .testimonials {
      flex-wrap: nowrap;
      justify-content: flex-start;
      margin-left: -1.875rem;
      margin-right: -1.875rem;
      overflow: auto;
      scroll-snap-type: x mandatory; }
      .block-testimonials .testimonials > * {
        --col-width: 43.75%;
        flex-basis: var(--col-width);
        padding-left: 1.875rem;
        padding-right: 0;
        scroll-snap-align: start;
        width: var(--col-width); }
        .block-testimonials .testimonials > *:last-child {
          flex-basis: calc(var(--col-width) + 1.875rem);
          padding-right: 1.875rem;
          width: calc(var(--col-width) + 1.875rem); } }
  @media (max-width: 767.98px) {
    .block-testimonials .testimonials > * {
      --col-width: 45%; } }
  @media (max-width: 575.98px) {
    .block-testimonials .testimonials > * {
      --col-width: 75%; } }
  .block-testimonials .testimonials > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }
    @media (min-width: 768px) {
      .block-testimonials .testimonials > * {
        flex: 0 0 auto;
        width: 33.33333333%; } }
.block-testimonials .quote {
  --bs-card-bg: #f8f9fa;
  --bs-card-border-radius: 10px;
  --bs-card-border-width: 0;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-padding-y: 1rem;
  height: 100%; }
  @media (min-width: 768px) {
    .block-testimonials .quote {
      --bs-card-spacer-x: 2rem;
      --bs-card-spacer-y: 2rem;
      --bs-card-cap-padding-x: 2rem;
      --bs-card-cap-padding-y: 2rem; } }
  .block-testimonials .quote blockquote p {
    font-size: 0.75rem;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .block-testimonials .quote blockquote p {
        font-size: 1rem; } }
  .block-testimonials .quote blockquote + figcaption {
    justify-content: flex-start; }

.block-testimonials .splide__track {
  overflow: hidden; }

.block-testimonials .splide__list {
  display: flex; }

.block-testimonials .splide__slide {
  flex-shrink: 0;
  opacity: .5;
  transition: opacity .3s ease;
  width: calc(100% / 3 + 1.5rem); }
  .block-testimonials .splide__slide.is-next, .block-testimonials .splide__slide.is-prev {
    opacity: .75; }
  .block-testimonials .splide__slide.is-active {
    opacity: 1; }

.block-testimonials .splide__pagination {
  bottom: -2rem; }

.block-title {
  text-align: center; }
  .block-title .heading {
    margin-bottom: 0; }

.block-video figure {
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  .block-video figure {
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
  .block-video figcaption {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .block-video .screenshot figure {
    margin-left: 0;
    margin-right: 0; }
  .block-video .screenshot figcaption {
    padding-left: 0;
    padding-right: 0; } }

.page {
  --bs-card-spacer-x: 1.25rem;
  --bs-card-spacer-y: 1.25rem;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 4px;
  --bs-card-bg: #f8f9fa; }
  .page .media {
    --bs-aspect-ratio: 43%;
    background-color: #f2f4f6; }
  .page .btn, .page .btn-filter, .page .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .page a {
    margin-left: calc(2rem * -1); }

.pages {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .pages {
      --bs-gutter-y: 3rem; } }
  .pages + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .pages + nav {
        margin-top: 3rem; } }
.home-page .latest {
  margin-bottom: calc(1.425rem + 2.1vw);
  margin-top: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .home-page .latest {
      margin-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .home-page .latest {
      margin-top: 3rem; } }
@media (min-width: 768px) {
  .page-pages .grid > .content,
  .page-pages .grid > .toc {
    grid-row: 1; } }

.section-sitemap .content h2, .section-sitemap .content .h2 {
  font-size: 1.25rem; }

.expertise {
  --bs-card-spacer-x: 0;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-padding-y: 0; }
  .expertise .media {
    --bs-aspect-ratio: 43%; }
  .expertise .btn, .expertise .btn-filter, .expertise .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .expertise a {
    margin-left: calc(var(--bs-btn-padding-x) * -1); }
    .expertise .btn::after, .expertise .btn-filter::after, .expertise .main-menu .nav-item-highlighted a::after, .main-menu .nav-item-highlighted .expertise a::after {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1rem;
      margin-left: .2rem;
      transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  @media (prefers-reduced-motion: no-preference) {
    .expertise a:hover .btn::after, .expertise a:hover .btn-filter::after, .expertise a:hover .main-menu .nav-item-highlighted a::after, .main-menu .nav-item-highlighted .expertise a:hover a::after {
      transform: translateX(0.5rem); } }
  @media (min-width: 992px) {
    .expertises-large .expertise {
      align-items: center;
      flex-direction: row; }
      .expertises-large .expertise .content,
      .expertises-large .expertise .media {
        flex-basis: 50%; }
      .expertises-large .expertise .media {
        margin-right: calc(1.5rem / 2); }
      .expertises-large .expertise .content {
        margin-left: calc(1.5rem / 2); } }
.expertises {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .expertises {
      --bs-gutter-y: 3rem; } }
  .expertises + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .expertises + nav {
        margin-top: 3rem; } }
.content aside.list-expertises {
  border-top: 1px solid #dee2e6;
  margin-top: 3rem;
  padding-top: calc(3rem / 2); }

.sidebar aside.list-expertises {
  background: #f8f9fa;
  padding: 1rem; }
  .sidebar aside.list-expertises li {
    align-items: flex-start; }
  .sidebar aside.list-expertises h2, .sidebar aside.list-expertises .h2 {
    font-size: 2rem; }

.page-expertises .container + * {
  margin-top: calc(1.725rem + 5.7vw); }
  @media (min-width: 1200px) {
    .page-expertises .container + * {
      margin-top: 6rem; } }
.page-expertises .expertise-persons,
.page-expertises .latest {
  padding-bottom: calc(1.425rem + 2.1vw);
  padding-top: calc(1.425rem + 2.1vw);
  background-color: #f8f9fa; }
  @media (min-width: 1200px) {
    .page-expertises .expertise-persons,
    .page-expertises .latest {
      padding-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .page-expertises .expertise-persons,
    .page-expertises .latest {
      padding-top: 3rem; } }
.page-expertises .container + .expertise-persons,
.page-expertises .container + .latest {
  padding-top: calc(1.725rem + 5.7vw); }
  @media (min-width: 1200px) {
    .page-expertises .container + .expertise-persons,
    .page-expertises .container + .latest {
      padding-top: 6rem; } }
.page-expertises .expertise-persons:last-child,
.page-expertises .latest:last-child {
  padding-bottom: calc(1.725rem + 5.7vw);
  margin-bottom: calc(-1.725rem - 5.7vw); }
  @media (min-width: 1200px) {
    .page-expertises .expertise-persons:last-child,
    .page-expertises .latest:last-child {
      padding-bottom: 6rem; } }
  @media (min-width: 1200px) {
    .page-expertises .expertise-persons:last-child,
    .page-expertises .latest:last-child {
      margin-bottom: -6rem; } }
@media (min-width: 768px) {
  .page-expertises .grid > .content,
  .page-expertises .grid > .toc {
    grid-row: 2/4; }
  .page-expertises .grid > .sidebar + .toc {
    grid-row: 3/6; }
  .page-expertises .grid > .expertise-persons,
  .page-expertises .grid > .latest {
    grid-column: 1/13; } }

@media (max-width: 767.98px) {
  .page-expertises .grid > .expertise-persons {
    order: 5; }
  .page-expertises .grid > .latest {
    order: 6; }
  .page-expertises .grid > .sidebar {
    margin-bottom: 1rem;
    margin-top: 0;
    order: 2; } }

.person {
  --bs-card-bg: transparent;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-cap-bg: transparent;
  --bs-card-inner-border-radius: 0;
  --bs-card-spacer-x: 0rem;
  --bs-card-spacer-y: 0rem; }
  .person .media {
    --bs-aspect-ratio: 100%;
    --card-media: 50%;
    align-self: flex-start;
    background-color: #f8f9fa;
    border-radius: 50%;
    margin-bottom: calc(var(--bs-card-spacer-y) * -1 + 1rem);
    max-width: var(--card-media);
    order: -1; }
  .person img {
    height: auto;
    width: 100%; }

aside.person {
  --bs-card-bg: #f8f9fa;
  --bs-card-spacer-x: 1.875rem;
  --bs-card-spacer-y: 1.875rem; }
  @media (max-width: 767.98px) {
    aside.person {
      margin-left: -1.875rem;
      margin-right: -1.875rem; } }
  @media (min-width: 768px) {
    aside.person {
      --bs-card-border-radius: 1rem;
      --bs-card-spacer-x: 2rem;
      --bs-card-spacer-y: 2rem; } }
  aside.person .media {
    --bs-aspect-ratio: 100%;
    --card-media: 50%;
    --card-media-mobile: 50%;
    border-radius: 50%;
    margin-left: var(--bs-card-spacer-x);
    margin-top: var(--bs-card-spacer-y);
    max-width: var(--card-media-mobile); }
    @media (min-width: 768px) {
      aside.person .media {
        max-width: var(--card-media); } }
  aside.person .description {
    color: var(--bs-secondary-color); }
  aside.person ul {
    font-size: 0.75rem;
    list-style: none;
    line-height: 1.8;
    padding-left: 0;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
    aside.person ul b {
      display: none; }
    aside.person ul .email::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      margin-right: .5em; }
    aside.person ul .fax::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      margin-right: .5em; }
    aside.person ul .phone::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      margin-right: .5em; }
  aside.person .btn, aside.person .btn-filter, aside.person .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted aside.person a {
    text-wrap: balance; }
  aside.person .more {
    font-size: 0.75rem; }
    aside.person .more::before {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1rem;
      margin-right: .5rem;
      vertical-align: -0.25em; }
  aside.person a::after {
    content: none; }
  .sidebar > aside.person + aside.person {
    margin-top: -1rem; }
    @media (min-width: 768px) {
      .sidebar > aside.person + aside.person {
        margin-top: calc(3rem * -1 + 1rem); } }
  .content > aside.person {
    flex-direction: row; }

.persons, .publications_persons {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .persons, .publications_persons {
      --bs-gutter-y: 3rem; } }
  section:not(:last-child) .heading + .persons, section:not(:last-child) .heading + .publications_persons {
    margin-bottom: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      section:not(:last-child) .heading + .persons, section:not(:last-child) .heading + .publications_persons {
        margin-bottom: 3rem; } }
  .persons + nav, .publications_persons + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .persons + nav, .publications_persons + nav {
        margin-top: 3rem; } }
  .persons .person .media, .publications_persons .person .media {
    --bs-aspect-ratio: 121.7%;
    border-radius: 0; }

.page-persons .hero .hero-content + .hero-content {
  align-self: end; }

.page-persons .hero .contact-list {
  --bs-card-bg: #304042;
  --bs-card-color: white;
  --bs-card-spacer-x: 2rem;
  --bs-card-spacer-y: 2rem; }

.page-persons .latest {
  padding-bottom: calc(1.425rem + 2.1vw);
  padding-top: calc(1.425rem + 2.1vw);
  background-color: #f8f9fa; }
  @media (min-width: 1200px) {
    .page-persons .latest {
      padding-bottom: 3rem; } }
  @media (min-width: 1200px) {
    .page-persons .latest {
      padding-top: 3rem; } }
.page-persons div + .latest {
  padding-top: calc(1.725rem + 5.7vw);
  margin-top: calc(1.725rem + 5.7vw); }
  @media (min-width: 1200px) {
    .page-persons div + .latest {
      padding-top: 6rem; } }
  @media (min-width: 1200px) {
    .page-persons div + .latest {
      margin-top: 6rem; } }
.page-persons .latest:last-child {
  padding-bottom: calc(1.725rem + 5.7vw);
  margin-bottom: calc(-1.725rem - 5.7vw); }
  @media (min-width: 1200px) {
    .page-persons .latest:last-child {
      padding-bottom: 6rem; } }
  @media (min-width: 1200px) {
    .page-persons .latest:last-child {
      margin-bottom: -6rem; } }
@media (min-width: 768px) {
  .page-persons .grid > .featured-image {
    grid-column: 1/4;
    grid-row: 1; }
  .page-persons .grid > .content {
    grid-column: 4/13;
    grid-row: 1; }
  .page-persons .grid > .sidebar {
    grid-column: 4/13; }
  .page-persons .grid > .latest {
    grid-column: 1/13; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-persons .grid > .sidebar {
    margin-top: 1rem; } }

@media (min-width: 992px) {
  .page-persons .grid > .content {
    grid-column: 4/9; }
  .page-persons .grid > .sidebar {
    grid-column: 9/13;
    grid-row: 1; } }

@media (min-width: 1400px) {
  .page-persons .grid > .sidebar {
    grid-column: 10/13; } }

@media (max-width: 767.98px) {
  .page-persons .grid > .featured-image {
    margin-left: 0;
    margin-right: 0;
    order: 2;
    width: 66%; }
  .page-persons .grid > .latest {
    order: 5; } }

.persons_expertise {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  .persons_expertise .media {
    --bs-aspect-ratio: 43%; }

.persons_expertises {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .persons_expertises {
      --bs-gutter-y: 3rem; } }
  .persons_expertises + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .persons_expertises + nav {
        margin-top: 3rem; } }
.persons_place.place {
  align-items: flex-start;
  flex-direction: column; }

.persons_places {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .persons_places {
      --bs-gutter-y: 3rem; } }
  .persons_places + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .persons_places + nav {
        margin-top: 3rem; } }
.status {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  .status .media {
    --bs-aspect-ratio: 43%; }

.statutes,
.persons_statutes {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .statutes,
    .persons_statutes {
      --bs-gutter-y: 3rem; } }
  .statutes + nav,
  .persons_statutes + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .statutes + nav,
      .persons_statutes + nav {
        margin-top: 3rem; } }
.place {
  --bs-card-spacer-x: 0;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-padding-x: 0; }
  .place .description {
    color: var(--bs-secondary-color);
    font-size: 0.75rem; }
  .place .media {
    --bs-aspect-ratio: 66%; }
    .place .media img {
      object-fit: cover; }
  .place address {
    color: var(--bs-secondary-color);
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .place .btn, .place .btn-filter, .place .main-menu .nav-item-highlighted a, .main-menu .nav-item-highlighted .place a {
    margin-left: calc(var(--bs-btn-padding-x) * -1); }
    .place .btn::after, .place .btn-filter::after, .place .main-menu .nav-item-highlighted a::after, .main-menu .nav-item-highlighted .place a::after {
      content: "";
      display: inline-block;
      font-family: "bootstrap-icons";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none;
      vertical-align: -0.125em;
      font-size: 1rem;
      margin-left: .2rem;
      transition: transform 2s cubic-bezier(0.085, 1.335, 0.285, 0.995); }
  .places-large .place .name {
    font-size: 2rem; }
  @media (prefers-reduced-motion: no-preference) {
    .place a:hover .btn::after, .place a:hover .btn-filter::after, .place a:hover .main-menu .nav-item-highlighted a::after, .main-menu .nav-item-highlighted .place a:hover a::after {
      transform: translateX(0.5rem); } }
  @media (min-width: 992px) {
    .places-large .place {
      align-items: center;
      flex-direction: row; }
      .places-large .place .content,
      .places-large .place .media {
        flex-basis: 50%; }
      .places-large .place .media {
        margin-right: calc(1.5rem / 2); }
      .places-large .place .content {
        margin-left: calc(1.5rem / 2); } }
  @media (max-width: 991.98px) {
    .place {
      --bs-card-spacer-x: 0; } }
.places {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .places {
      --bs-gutter-y: 3rem; } }
  .places + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .places + nav {
        margin-top: 3rem; } }
.page-places .places-persons {
  margin-top: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .page-places .places-persons {
      margin-top: 3rem; } }
.page-places address {
  --bs-card-spacer-x: 0;
  --bs-card-spacer-y: 0; }

.page-places .hero address {
  --bs-card-color: white;
  font-size: 0.75rem; }

.page-places .hero .hero-content + .hero-content {
  align-self: end; }

.page-places .hero .contact-list {
  --bs-card-bg: #304042;
  --bs-card-color: white;
  --bs-card-spacer-x: 2rem;
  --bs-card-spacer-y: 2rem; }

.page-places .map {
  margin-top: calc(1.425rem + 2.1vw);
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .page-places .map {
      margin-top: 3rem; } }
@media (min-width: 768px) {
  .page-places .grid > .featured-image {
    grid-column: 1/6;
    grid-row: 1/4; }
  .page-places .grid > .content {
    grid-column: 6/13;
    grid-row: 1; }
  .page-places .grid > .sidebar {
    grid-column: 6/12;
    grid-row: 2;
    margin-top: calc(1rem * 2); }
  .page-places .grid > .map,
  .page-places .grid > .places-persons {
    grid-column: 1/13; } }

@media (min-width: 992px) {
  .page-places .grid > .content {
    grid-column: 6/12; }
  .page-places .grid > .sidebar {
    grid-column: 6/10; } }

@media (min-width: 1200px) {
  .page-places .grid > .featured-image {
    grid-column: 2/6; }
  .page-places .grid > .sidebar {
    grid-column: 6/9; } }

@media (max-width: 767.98px) {
  .page-places .grid > .map {
    order: 4; }
  .page-places .grid > .places-persons {
    order: 5; } }

.section-places .map {
  margin-bottom: calc(1.425rem + 2.1vw);
  margin-top: 0; }
  @media (min-width: 1200px) {
    .section-places .map {
      margin-bottom: 3rem; } }
.post {
  --bs-card-spacer-x: 0;
  --bs-card-spacer-y: 1rem;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-padding-y: 1rem; }
  .post .media {
    --bs-aspect-ratio: 43%; }
  .post .content {
    order: 3; }
  .post .metas {
    padding-bottom: 0; }
  .post .category::before {
    content: '—';
    margin-left: .25rem;
    margin-right: .25rem; }
  @media (min-width: 768px) {
    .post {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 1.5rem; }
      .post .media {
        grid-row: 1 / 3; }
      .post .content,
      .post .metas {
        grid-column: 2; }
      .post .content {
        align-self: flex-start; }
      .post .metas {
        align-self: flex-end; } }
.posts {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .posts {
      --bs-gutter-y: 3rem; } }
  section:not(:last-child) .heading + .posts {
    margin-bottom: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      section:not(:last-child) .heading + .posts {
        margin-bottom: 3rem; } }
  .posts + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .posts + nav {
        margin-top: 3rem; } }
.page-posts .heading h1, .page-posts .heading .h1 {
  min-width: 100%; }

@media (min-width: 768px) {
  .page-posts .grid > .content,
  .page-posts .grid > .toc {
    grid-row: 2/4; }
  .page-posts .grid > .sidebar + .toc {
    grid-row: 3/6; } }

article.category {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  article.category .media {
    --bs-aspect-ratio: 43%; }

.categories {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .categories {
      --bs-gutter-y: 3rem; } }
  .categories + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .categories + nav {
        margin-top: 3rem; } }
.list-tags p {
  margin-bottom: .5rem; }

.list-tags ul, .list-tags ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: -.5rem 0 0;
  padding: 0; }

.list-tags li {
  line-height: 1;
  margin: .5rem .5rem 0 0; }
  .list-tags li::before {
    content: none; }
  .list-tags li a {
    --bs-badge-color: white;
    background-color: #FFBB98;
    text-decoration: none; }

.tag {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  .tag .media {
    --bs-aspect-ratio: 43%; }

.tags {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .tags {
      --bs-gutter-y: 3rem; } }
  .tags + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .tags + nav {
        margin-top: 3rem; } }
.list-tags p {
  margin-bottom: .5rem; }

.list-tags ul, .list-tags ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: -.5rem 0 0;
  padding: 0; }

.list-tags li {
  line-height: 1;
  margin: .5rem .5rem 0 0; }
  .list-tags li::before {
    content: none; }
  .list-tags li a {
    --bs-badge-color: white;
    background-color: #FFBB98;
    text-decoration: none; }

.tag {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  .tag .media {
    --bs-aspect-ratio: 43%; }

.tags {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .tags {
      --bs-gutter-y: 3rem; } }
  .tags + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .tags + nav {
        margin-top: 3rem; } }
.posts_expertise {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  .posts_expertise .media {
    --bs-aspect-ratio: 43%; }

.posts_expertises {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .posts_expertises {
      --bs-gutter-y: 3rem; } }
  .posts_expertises + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .posts_expertises + nav {
        margin-top: 3rem; } }
.publication {
  --bs-card-spacer-x: 0;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-padding-y: 0; }
  .publication .media {
    --bs-aspect-ratio: 150%; }
  .publication .metas {
    color: var(--bs-secondary-color);
    margin-bottom: 1rem; }
  .publication .press {
    margin-bottom: 0; }
    .publication .press span {
      --bs-badge-font-weight: 500;
      background-color: #f8f9fa;
      color: #000; }
  .publication .concerned,
  .publication .publications_concerned {
    font-size: 0.75rem; }

.publications {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .publications {
      --bs-gutter-y: 3rem; } }
  .publications + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .publications + nav {
        margin-top: 3rem; } }
.page-publications .heading h1, .page-publications .heading .h1 {
  min-width: 100%; }

@media (min-width: 768px) {
  .page-publications .grid > .content,
  .page-publications .grid > nav {
    grid-column: 1/8; }
  .page-publications .grid > .sidebar {
    grid-column: 9/13; } }

article.publications_category {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  article.publications_category .media {
    --bs-aspect-ratio: 43%; }

.publications_categories {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .publications_categories {
      --bs-gutter-y: 3rem; } }
  .publications_categories + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .publications_categories + nav {
        margin-top: 3rem; } }
.publications_expertise {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-bg: #f8f9fa;
  --bs-card-cap-padding-x: 0; }
  .publications_expertise .media {
    --bs-aspect-ratio: 43%; }

.publications_expertises {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .publications_expertises {
      --bs-gutter-y: 3rem; } }
  .publications_expertises + nav {
    margin-top: calc(1.425rem + 2.1vw); }
    @media (min-width: 1200px) {
      .publications_expertises + nav {
        margin-top: 3rem; } }
.publication {
  --bs-card-spacer-x: 1rem;
  --bs-card-border-radius: 1rem;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-padding-y: 1rem;
  height: 100%; }
  .block-bg .publication {
    --bs-card-bg: #eff1f4; }
  .publication .content {
    display: flex;
    flex-direction: column; }
  .publication .media {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .publication .press span {
    background-color: #eff1f4; }
  .publication .concerned,
  .publication .publications_concerned {
    margin-top: auto; }
    .publication .concerned::before,
    .publication .publications_concerned::before {
      background-color: #344648;
      content: '';
      display: block;
      height: 1px;
      margin-bottom: 1rem;
      margin-top: 1rem;
      width: 2rem; }

.realestate .pricing {
  font-size: 0.875rem; }

.sale > div {
  background-color: #f8f9fa;
  border-radius: var(--bs-border-radius);
  padding: 1rem 1rem; }
  .sale > div p {
    margin-bottom: 0; }
  .sale > div p:nth-of-type(1),
  .sale > div strong {
    font-weight: 700; }
  .sale > div p:nth-of-type(2) {
    font-size: 0.75rem; }

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

.sale address {
  align-items: flex-start;
  font-size: 0.75rem; }

.sale .direction:hover {
  text-decoration: underline; }

.transaction {
  --bs-gutter-y: calc(3rem / 2); }
  @media (min-width: 768px) {
    .transaction {
      --bs-gutter-y: 3rem; } }
.visits ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.visits li {
  background-color: #f8f9fa;
  border-radius: var(--bs-border-radius);
  padding: 1rem 1rem; }
  .visits li p {
    margin-bottom: 0; }
  .visits li p:nth-of-type(1) {
    font-weight: 700; }
  .visits li p:nth-of-type(2) {
    font-size: 0.75rem; }

.visits li:not(:last-child) {
  margin-bottom: 1rem; }

.page-realestates .sidebar .offer {
  background-color: #f8f9fa;
  border-radius: var(--bs-border-radius);
  padding: 1rem 1rem; }
  @media (min-width: 992px) {
    .page-realestates .sidebar .offer {
      position: sticky;
      top: 75px;
      z-index: 1; } }
  @media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
    .page-realestates .sidebar .offer {
      transition: top .3s ease; } }
  @media (min-width: 992px) {
      html.is-scrolling-down .page-realestates .sidebar .offer {
        top: 1rem; } }
  .page-realestates .sidebar .offer .reference,
  .page-realestates .sidebar .offer address {
    color: var(--bs-secondary-color);
    font-size: 0.75rem; }
  .page-realestates .sidebar .offer .realestates_categories {
    font-size: 0.75rem; }
  .page-realestates .sidebar .offer .pricing {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0; }
  .page-realestates .sidebar .offer .pricing + .pricing {
    font-size: 0.75rem;
    font-weight: 400; }
  .page-realestates .sidebar .offer address {
    margin-top: 1rem; }
    .page-realestates .sidebar .offer address > div {
      padding: 0; }
    .page-realestates .sidebar .offer address:not(:last-child) {
      margin-bottom: 1rem; }
  .page-realestates .sidebar .offer .see_location,
  .page-realestates .sidebar .offer .see_documents,
  .page-realestates .sidebar .offer .see_images {
    font-size: 0.75rem;
    margin-bottom: 0; }
    .page-realestates .sidebar .offer .see_location a,
    .page-realestates .sidebar .offer .see_documents a,
    .page-realestates .sidebar .offer .see_images a {
      text-decoration: none; }
      .page-realestates .sidebar .offer .see_location a:hover,
      .page-realestates .sidebar .offer .see_documents a:hover,
      .page-realestates .sidebar .offer .see_images a:hover {
        text-decoration: underline; }

.page-realestates .contact .person {
  position: static; }

@media (max-width: 767.98px) {
  .page-realestates .grid > .sidebar {
    margin-bottom: calc(1.425rem + 2.1vw);
    margin-top: 0;
    order: 2; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .page-realestates .grid > .sidebar {
      margin-bottom: 3rem; } }
/*! purgecss start ignore */
h1, .h1 {
  line-height: 1; }

.casestudy {
  --bs-card-spacer-x: 1rem;
  --bs-card-border-radius: 1rem;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-padding-y: 1rem;
  height: 100%; }
  .block-bg .casestudy {
    --bs-card-bg: #eff1f4; }
  .casestudy .media {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.hero-content .btn:first-of-type, .hero-content .btn-filter:first-of-type, .hero-content .main-menu .nav-item-highlighted a:first-of-type, .main-menu .nav-item-highlighted .hero-content a:first-of-type {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFBB98;
  --bs-btn-border-color: #FFBB98;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc5a7;
  --bs-btn-hover-border-color: #ffc2a2;
  --bs-btn-focus-shadow-rgb: 217, 159, 129;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc9ad;
  --bs-btn-active-border-color: #ffc2a2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFBB98;
  --bs-btn-disabled-border-color: #FFBB98; }

.list-tags li a {
  --bs-badge-padding-x: 1rem;
  --bs-badge-padding-y: .75rem;
  --bs-badge-color: black;
  background-color: #e9ecef;
  text-transform: uppercase;
  transition: background .3s ease; }
  .list-tags li a:hover {
    background-color: #dee2e6; }

.place {
  --bs-card-border-radius: 1rem;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-bg: #f8f9fa; }
  .block-bg .place {
    --bs-card-bg: #eff1f4; }
  .place .media {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius); }

.post {
  --bs-card-spacer-x: 1rem;
  --bs-card-border-radius: 1rem;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-padding-y: 1rem;
  height: 100%; }
  .block-bg .post {
    --bs-card-bg: #eff1f4; }
  .post .media {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.project {
  --bs-card-spacer-x: 1rem;
  --bs-card-border-radius: 1rem;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-bg: #f8f9fa;
  height: 100%; }
  .block-bg .project {
    --bs-card-bg: #eff1f4; }
  .project .media {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.publication {
  --bs-card-spacer-x: 1rem;
  --bs-card-border-radius: 1rem;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-bg: #f8f9fa;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-padding-y: 1rem;
  height: 100%; }
  .block-bg .publication {
    --bs-card-bg: #eff1f4; }
  .publication .content {
    display: flex;
    flex-direction: column; }
  .publication .media {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .publication .press span {
    background-color: #eff1f4; }
  .publication .concerned,
  .publication .publications_concerned {
    margin-top: auto; }
    .publication .concerned::before,
    .publication .publications_concerned::before {
      background-color: #344648;
      content: '';
      display: block;
      height: 1px;
      margin-bottom: 1rem;
      margin-top: 1rem;
      width: 2rem; }

/*! purgecss end ignore */
.home-page .hero-content {
  width: 100%; }

.home-page .hero-media {
  display: none; }

/*# sourceMappingURL=main.css.map */