@charset "UTF-8";
/*
 # -----------------------------------------------------------------------------
 #   ~/packages/100_theme_css/theme-uno.scss
 #   Theme Uno - Light variant
 #
 #   Product/Info:
 #   https://jekyll.one
 #
 #   Copyright (C) 2023, 2024 Juergen Adams
 #
 #   J1 Template is licensed under the MIT License.
 #   See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
/*
  # ----------------------------------------------------------------------------
  # ~/100_theme_css/scss/theme_uno.scss
  # Theme Uno - Definitions AND partial index file|s
  #
  # Product/Info:
  # https:#jekyll.one
  #
  # Copyright (C) 2023, 2024 Juergen Adams
  #
  # J1 Template is licensed under the MIT License.
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
  # ----------------------------------------------------------------------------
  # NOTE:
  # jadams, 2017-11-18: modified (applied fixes) to _drawer.scss|_forms.scss (mixins)
  # See:
  #  Issue #949 - https://github.com/FezVrasta/bootstrap-material-design/pull/949,
  #  Fix base-level `&` (for Ruby Sass)
  #  Pull request:
  #  https://github.com/FezVrasta/bootstrap-material-design/pull/949/commits/f729cf1fa17561b46104dc1d3f268c7be3cf65f1
  # ----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/variables.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: This is the (SASS) entry point for global theme variables
 # -----------------------------------------------------------------------------
*/
/*
$line-height-lg:                      (4 / 3) !default;
$line-height-sm:                      1.5 !default;

$border-radius:                         .1rem !default; // .25rem !default;
$border-radius-lg:                      .1rem !default;
$border-radius-sm:                      .0625rem !default; // .2rem !default;

$component-active-color:              #fff !default;
$component-active-bg:                 $brand-primary !default;

$caret-width:                         .3em !default;
$caret-width-lg:                      $caret-width !default;
*/
/*!
 * 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: #2196f3;
  --bs-indigo: #3f51b5;
  --bs-purple: #9c27b0;
  --bs-pink: #e91e63;
  --bs-red: #f44336;
  --bs-orange: #ff9800;
  --bs-yellow: #ffeb3b;
  --bs-green: #4caf50;
  --bs-teal: #009688;
  --bs-cyan: #00bcd4;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #757575;
  --bs-gray-dark: #424242;
  --bs-gray-100: #f5f5f5;
  --bs-gray-200: #eeeeee;
  --bs-gray-300: #e0e0e0;
  --bs-gray-400: #bdbdbd;
  --bs-gray-500: #9e9e9e;
  --bs-gray-600: #757575;
  --bs-gray-700: #616161;
  --bs-gray-800: #424242;
  --bs-gray-900: #212121;
  --bs-primary: #2196f3;
  --bs-secondary: #757575;
  --bs-success: #4caf50;
  --bs-info: #00bcd4;
  --bs-warning: #fbc02d;
  --bs-danger: #f44336;
  --bs-light: #e0e0e0;
  --bs-dark: #212121;
  --bs-primary-rgb: 33, 150, 243;
  --bs-secondary-rgb: 117, 117, 117;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 0, 188, 212;
  --bs-warning-rgb: 251, 192, 45;
  --bs-danger-rgb: 244, 67, 54;
  --bs-light-rgb: 224, 224, 224;
  --bs-dark-rgb: 33, 33, 33;
  --bs-primary-text-emphasis: rgb(13.2, 60, 97.2);
  --bs-secondary-text-emphasis: rgb(46.8, 46.8, 46.8);
  --bs-success-text-emphasis: rgb(30.4, 70, 32);
  --bs-info-text-emphasis: rgb(0, 75.2, 84.8);
  --bs-warning-text-emphasis: rgb(100.4, 76.8, 18);
  --bs-danger-text-emphasis: rgb(97.6, 26.8, 21.6);
  --bs-light-text-emphasis: #616161;
  --bs-dark-text-emphasis: #616161;
  --bs-primary-bg-subtle: rgb(210.6, 234, 252.6);
  --bs-secondary-bg-subtle: rgb(227.4, 227.4, 227.4);
  --bs-success-bg-subtle: rgb(219.2, 239, 220);
  --bs-info-bg-subtle: rgb(204, 241.6, 246.4);
  --bs-warning-bg-subtle: rgb(254.2, 242.4, 213);
  --bs-danger-bg-subtle: rgb(252.8, 217.4, 214.8);
  --bs-light-bg-subtle: #fafafa;
  --bs-dark-bg-subtle: #bdbdbd;
  --bs-primary-border-subtle: rgb(166.2, 213, 250.2);
  --bs-secondary-border-subtle: rgb(199.8, 199.8, 199.8);
  --bs-success-border-subtle: rgb(183.4, 223, 185);
  --bs-info-border-subtle: rgb(153, 228.2, 237.8);
  --bs-warning-border-subtle: rgb(253.4, 229.8, 171);
  --bs-danger-border-subtle: rgb(250.6, 179.8, 174.6);
  --bs-light-border-subtle: #eeeeee;
  --bs-dark-border-subtle: #9e9e9e;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #424242;
  --bs-body-color-rgb: 66, 66, 66;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(66, 66, 66, 0.75);
  --bs-secondary-color-rgb: 66, 66, 66;
  --bs-secondary-bg: #eeeeee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(66, 66, 66, 0.5);
  --bs-tertiary-color-rgb: 66, 66, 66;
  --bs-tertiary-bg: #f5f5f5;
  --bs-tertiary-bg-rgb: 245, 245, 245;
  --bs-heading-color: inherit;
  --bs-link-color: #0d47a1;
  --bs-link-color-rgb: 13, 71, 161;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 56.8, 128.8);
  --bs-link-hover-color-rgb: 10, 57, 129;
  --bs-code-color: #e91e63;
  --bs-highlight-color: #424242;
  --bs-highlight-bg: #fff9c4;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e0e0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.125rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(33, 150, 243, 0.25);
  --bs-form-valid-color: #4caf50;
  --bs-form-valid-border-color: #4caf50;
  --bs-form-invalid-color: #f44336;
  --bs-form-invalid-border-color: #f44336;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e0e0e0;
  --bs-body-color-rgb: 224, 224, 224;
  --bs-body-bg: #212121;
  --bs-body-bg-rgb: 33, 33, 33;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(224, 224, 224, 0.75);
  --bs-secondary-color-rgb: 224, 224, 224;
  --bs-secondary-bg: #424242;
  --bs-secondary-bg-rgb: 66, 66, 66;
  --bs-tertiary-color: rgba(224, 224, 224, 0.5);
  --bs-tertiary-color-rgb: 224, 224, 224;
  --bs-tertiary-bg: rgb(49.5, 49.5, 49.5);
  --bs-tertiary-bg-rgb: 50, 50, 50;
  --bs-primary-text-emphasis: rgb(121.8, 192, 247.8);
  --bs-secondary-text-emphasis: rgb(172.2, 172.2, 172.2);
  --bs-success-text-emphasis: rgb(147.6, 207, 150);
  --bs-info-text-emphasis: rgb(102, 214.8, 229.2);
  --bs-warning-text-emphasis: rgb(252.6, 217.2, 129);
  --bs-danger-text-emphasis: rgb(248.4, 142.2, 134.4);
  --bs-light-text-emphasis: #f5f5f5;
  --bs-dark-text-emphasis: #e0e0e0;
  --bs-primary-bg-subtle: rgb(6.6, 30, 48.6);
  --bs-secondary-bg-subtle: rgb(23.4, 23.4, 23.4);
  --bs-success-bg-subtle: rgb(15.2, 35, 16);
  --bs-info-bg-subtle: rgb(0, 37.6, 42.4);
  --bs-warning-bg-subtle: rgb(50.2, 38.4, 9);
  --bs-danger-bg-subtle: rgb(48.8, 13.4, 10.8);
  --bs-light-bg-subtle: #424242;
  --bs-dark-bg-subtle: #212121;
  --bs-primary-border-subtle: rgb(19.8, 90, 145.8);
  --bs-secondary-border-subtle: rgb(70.2, 70.2, 70.2);
  --bs-success-border-subtle: rgb(45.6, 105, 48);
  --bs-info-border-subtle: rgb(0, 112.8, 127.2);
  --bs-warning-border-subtle: rgb(150.6, 115.2, 27);
  --bs-danger-border-subtle: rgb(146.4, 40.2, 32.4);
  --bs-light-border-subtle: #616161;
  --bs-dark-border-subtle: #424242;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(121.8, 192, 247.8);
  --bs-link-hover-color: rgb(148.44, 204.6, 249.24);
  --bs-link-color-rgb: 122, 192, 248;
  --bs-link-hover-color-rgb: 148, 205, 249;
  --bs-code-color: rgb(241.8, 120, 161.4);
  --bs-highlight-color: #e0e0e0;
  --bs-highlight-bg: #f9a825;
  --bs-border-color: #616161;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #81c784;
  --bs-form-valid-border-color: #81c784;
  --bs-form-invalid-color: #e57373;
  --bs-form-invalid-border-color: #e57373;
}

*,
*::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: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.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 {
  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 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    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.875em;
  text-transform: uppercase;
}

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #757575;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 4.75rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.75rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 7.25rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 7.25rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 8.5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 8.5rem;
}

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

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

@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;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.75rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.75rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 7.25rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 7.25rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-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;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.75rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.75rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 7.25rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 7.25rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-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;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.75rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.75rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 7.25rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 7.25rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-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;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.75rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.75rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 7.25rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 7.25rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-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;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.75rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.75rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 7.25rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 7.25rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
}
.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) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(210.6, 234, 252.6);
  --bs-table-border-color: rgb(168.48, 187.2, 202.08);
  --bs-table-striped-bg: rgb(200.07, 222.3, 239.97);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(189.54, 210.6, 227.34);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(194.805, 216.45, 233.655);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(227.4, 227.4, 227.4);
  --bs-table-border-color: rgb(181.92, 181.92, 181.92);
  --bs-table-striped-bg: rgb(216.03, 216.03, 216.03);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(204.66, 204.66, 204.66);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(210.345, 210.345, 210.345);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(219.2, 239, 220);
  --bs-table-border-color: rgb(175.36, 191.2, 176);
  --bs-table-striped-bg: rgb(208.24, 227.05, 209);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(197.28, 215.1, 198);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(202.76, 221.075, 203.5);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(204, 241.6, 246.4);
  --bs-table-border-color: rgb(163.2, 193.28, 197.12);
  --bs-table-striped-bg: rgb(193.8, 229.52, 234.08);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(183.6, 217.44, 221.76);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(188.7, 223.48, 227.92);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(254.2, 242.4, 213);
  --bs-table-border-color: rgb(203.36, 193.92, 170.4);
  --bs-table-striped-bg: rgb(241.49, 230.28, 202.35);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(228.78, 218.16, 191.7);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(235.135, 224.22, 197.025);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: rgb(252.8, 217.4, 214.8);
  --bs-table-border-color: rgb(202.24, 173.92, 171.84);
  --bs-table-striped-bg: rgb(240.16, 206.53, 204.06);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(227.52, 195.66, 193.32);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(233.84, 201.095, 198.69);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #e0e0e0;
  --bs-table-border-color: rgb(179.2, 179.2, 179.2);
  --bs-table-striped-bg: rgb(212.8, 212.8, 212.8);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(201.6, 201.6, 201.6);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(207.2, 207.2, 207.2);
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #212121;
  --bs-table-border-color: rgb(77.4, 77.4, 77.4);
  --bs-table-striped-bg: rgb(44.1, 44.1, 44.1);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(55.2, 55.2, 55.2);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(49.65, 49.65, 49.65);
  --bs-table-hover-color: #ffffff;
  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 {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5625rem + var(--bs-border-width));
  padding-bottom: calc(0.5625rem + 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 {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: var(--bs-border-width) solid rgba(0, 0, 0, 0.26);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(144, 202.5, 249);
  outline: 0;
  box-shadow: none, 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.4375rem 0;
  margin: -0.4375rem 0;
  margin-inline-end: 0;
  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 {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

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

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

textarea.form-control {
  min-height: calc(1.5em + 0.875rem + 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 + 1.125rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.875rem + calc(var(--bs-border-width) * 2));
  padding: 0.4375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.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 + 1.125rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' 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.4375rem 0 0.4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid rgba(0, 0, 0, 0.26);
  border-radius: 0;
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(144, 202.5, 249);
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.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;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e0e0e0' 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 {
  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 {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: rgba(0, 0, 0, 0);
  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] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(144, 202.5, 249);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-check-input:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2196f3;
  border-color: #2196f3;
  --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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='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 {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28144, 202.5, 249%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  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, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(188.4, 223.5, 251.4);
}
.form-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;
  box-shadow: var(--bs-box-shadow-inset);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(188.4, 223.5, 251.4);
}
.form-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;
  box-shadow: var(--bs-box-shadow-inset);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 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;
  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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  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,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.form-floating > .form-control:-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: #757575;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-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) {
  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,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.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, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' 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.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: none, 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.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' 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: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 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.875rem));
}

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.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, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.875rem);
  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='%23f44336'%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='%23f44336' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: none, 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.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f44336'%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='%23f44336' stroke='none'/%3e%3c/svg%3e");
  padding-right: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 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.875rem));
}

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

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

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

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.46875rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: none;
  --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);
  box-shadow: var(--bs-btn-box-shadow);
  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 {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #2196f3;
  --bs-btn-border-color: #2196f3;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(66.3, 165.75, 244.8);
  --bs-btn-hover-border-color: rgb(55.2, 160.5, 244.2);
  --bs-btn-focus-shadow-rgb: 28, 128, 207;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(77.4, 171, 245.4);
  --bs-btn-active-border-color: rgb(55.2, 160.5, 244.2);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #2196f3;
  --bs-btn-disabled-border-color: #2196f3;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #757575;
  --bs-btn-border-color: #757575;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(99.45, 99.45, 99.45);
  --bs-btn-hover-border-color: rgb(93.6, 93.6, 93.6);
  --bs-btn-focus-shadow-rgb: 138, 138, 138;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(93.6, 93.6, 93.6);
  --bs-btn-active-border-color: rgb(87.75, 87.75, 87.75);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #757575;
  --bs-btn-disabled-border-color: #757575;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(102.85, 187, 106.25);
  --bs-btn-hover-border-color: rgb(93.9, 183, 97.5);
  --bs-btn-focus-shadow-rgb: 65, 149, 68;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(111.8, 191, 115);
  --bs-btn-active-border-color: rgb(93.9, 183, 97.5);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #00bcd4;
  --bs-btn-border-color: #00bcd4;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(38.25, 198.05, 218.45);
  --bs-btn-hover-border-color: rgb(25.5, 194.7, 216.3);
  --bs-btn-focus-shadow-rgb: 0, 160, 180;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(51, 201.4, 220.6);
  --bs-btn-active-border-color: rgb(25.5, 194.7, 216.3);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #00bcd4;
  --bs-btn-disabled-border-color: #00bcd4;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #fbc02d;
  --bs-btn-border-color: #fbc02d;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(251.6, 201.45, 76.5);
  --bs-btn-hover-border-color: rgb(251.4, 198.3, 66);
  --bs-btn-focus-shadow-rgb: 213, 163, 38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(251.8, 204.6, 87);
  --bs-btn-active-border-color: rgb(251.4, 198.3, 66);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #fbc02d;
  --bs-btn-disabled-border-color: #fbc02d;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f44336;
  --bs-btn-border-color: #f44336;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(245.65, 95.2, 84.15);
  --bs-btn-hover-border-color: rgb(245.1, 85.8, 74.1);
  --bs-btn-focus-shadow-rgb: 207, 57, 46;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(246.2, 104.6, 94.2);
  --bs-btn-active-border-color: rgb(245.1, 85.8, 74.1);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f44336;
  --bs-btn-disabled-border-color: #f44336;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e0e0e0;
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(190.4, 190.4, 190.4);
  --bs-btn-hover-border-color: rgb(179.2, 179.2, 179.2);
  --bs-btn-focus-shadow-rgb: 190, 190, 190;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(179.2, 179.2, 179.2);
  --bs-btn-active-border-color: #a8a8a8;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e0e0e0;
  --bs-btn-disabled-border-color: #e0e0e0;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #212121;
  --bs-btn-border-color: #212121;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(66.3, 66.3, 66.3);
  --bs-btn-hover-border-color: rgb(55.2, 55.2, 55.2);
  --bs-btn-focus-shadow-rgb: 66, 66, 66;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(77.4, 77.4, 77.4);
  --bs-btn-active-border-color: rgb(55.2, 55.2, 55.2);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #212121;
  --bs-btn-disabled-border-color: #212121;
}

.btn-outline-primary {
  --bs-btn-color: #2196f3;
  --bs-btn-border-color: #2196f3;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #2196f3;
  --bs-btn-hover-border-color: #2196f3;
  --bs-btn-focus-shadow-rgb: 33, 150, 243;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #2196f3;
  --bs-btn-active-border-color: #2196f3;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #2196f3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2196f3;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #757575;
  --bs-btn-border-color: #757575;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #757575;
  --bs-btn-hover-border-color: #757575;
  --bs-btn-focus-shadow-rgb: 117, 117, 117;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #757575;
  --bs-btn-active-border-color: #757575;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #757575;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #757575;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #4caf50;
  --bs-btn-hover-border-color: #4caf50;
  --bs-btn-focus-shadow-rgb: 76, 175, 80;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #4caf50;
  --bs-btn-active-border-color: #4caf50;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #4caf50;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4caf50;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #00bcd4;
  --bs-btn-border-color: #00bcd4;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #00bcd4;
  --bs-btn-hover-border-color: #00bcd4;
  --bs-btn-focus-shadow-rgb: 0, 188, 212;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #00bcd4;
  --bs-btn-active-border-color: #00bcd4;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #00bcd4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00bcd4;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #fbc02d;
  --bs-btn-border-color: #fbc02d;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fbc02d;
  --bs-btn-hover-border-color: #fbc02d;
  --bs-btn-focus-shadow-rgb: 251, 192, 45;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fbc02d;
  --bs-btn-active-border-color: #fbc02d;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fbc02d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fbc02d;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #f44336;
  --bs-btn-border-color: #f44336;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f44336;
  --bs-btn-hover-border-color: #f44336;
  --bs-btn-focus-shadow-rgb: 244, 67, 54;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f44336;
  --bs-btn-active-border-color: #f44336;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #f44336;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f44336;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #e0e0e0;
  --bs-btn-border-color: #e0e0e0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e0e0e0;
  --bs-btn-hover-border-color: #e0e0e0;
  --bs-btn-focus-shadow-rgb: 224, 224, 224;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e0e0e0;
  --bs-btn-active-border-color: #e0e0e0;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #e0e0e0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e0e0e0;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212121;
  --bs-btn-border-color: #212121;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #212121;
  --bs-btn-hover-border-color: #212121;
  --bs-btn-focus-shadow-rgb: 33, 33, 33;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #212121;
  --bs-btn-active-border-color: #212121;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #212121;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212121;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.26);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 99, 175;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.40625rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-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 {
  margin-left: 0;
}

.dropdown-menu {
  --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: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  --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: #ffffff;
  --bs-dropdown-link-active-bg: #2196f3;
  --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: #757575;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-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 {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-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 {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::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 {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.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: #e0e0e0;
  --bs-dropdown-bg: #424242;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #e0e0e0;
  --bs-dropdown-link-hover-color: #ffffff;
  --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: #ffffff;
  --bs-dropdown-link-active-bg: #2196f3;
  --bs-dropdown-link-disabled-color: #9e9e9e;
  --bs-dropdown-header-color: #9e9e9e;
}

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

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

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

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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 {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: 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 {
  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-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-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: #ffffff;
  --bs-nav-pills-link-active-bg: #2196f3;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 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 {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.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%2866, 66, 66, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.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,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-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-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

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

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

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

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

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

.card {
  --bs-card-spacer-y: 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);
  box-shadow: var(--bs-card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .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,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-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 {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.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='%23424242' 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='rgb%2813.2, 60, 97.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --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='rgb%28121.8, 192, 247.8%29'%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='rgb%28121.8, 192, 247.8%29'%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 {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0;
  --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(33, 150, 243, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #2196f3;
  --bs-pagination-active-border-color: #2196f3;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(0 * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

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

.badge {
  --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: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

@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: #ffffff;
  --bs-progress-bar-bg: #2196f3;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

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

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.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: #ffffff;
  --bs-list-group-active-bg: #2196f3;
  --bs-list-group-active-border-color: #2196f3;
  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 {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 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: 0.125rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  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 {
  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 {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

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

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 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 {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-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) * 0.5);
}

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.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) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

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

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

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

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

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.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);
  box-shadow: var(--bs-popover-box-shadow);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-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: #ffffff;
  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: #ffffff;
  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='%23ffffff'%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='%23ffffff'%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='%23ffffff'%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='%23ffffff'%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: #ffffff;
  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: #ffffff;
  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: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

[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: #000000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000000;
}

.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, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .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;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.26;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

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

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 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: #000000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

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

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

.text-bg-dark {
  color: #ffffff !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(77, 171, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(77, 171, 245, 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(94, 94, 94, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(94, 94, 94, 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(112, 191, 115, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(112, 191, 115, 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(51, 201, 221, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 201, 221, 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(252, 205, 87, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(252, 205, 87, 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(246, 105, 94, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 105, 94, 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(230, 230, 230, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(230, 230, 230, 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, 26, 26, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 26, 26, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

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

.m-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-6 {
  margin: 4.75rem !important;
}

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

.m-8 {
  margin: 7.25rem !important;
}

.m-9 {
  margin: 8.5rem !important;
}

.m-10 {
  margin: 10rem !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-6 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

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

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

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

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !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-6 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

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

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

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

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !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-6 {
  margin-top: 4.75rem !important;
}

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

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

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

.mt-10 {
  margin-top: 10rem !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-6 {
  margin-right: 4.75rem !important;
}

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

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

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

.me-10 {
  margin-right: 10rem !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-6 {
  margin-bottom: 4.75rem !important;
}

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

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

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

.mb-10 {
  margin-bottom: 10rem !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-6 {
  margin-left: 4.75rem !important;
}

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

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

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

.ms-10 {
  margin-left: 10rem !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;
}

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

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

.p-8 {
  padding: 7.25rem !important;
}

.p-9 {
  padding: 8.5rem !important;
}

.p-10 {
  padding: 10rem !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;
}

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

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

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

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

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !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;
}

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

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

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

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

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !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;
}

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

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

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

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

.pt-10 {
  padding-top: 10rem !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;
}

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

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

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

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

.pe-10 {
  padding-right: 10rem !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;
}

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

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

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

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

.pb-10 {
  padding-bottom: 10rem !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;
}

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

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

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

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

.ps-10 {
  padding-left: 10rem !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;
}

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

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

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

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

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

.row-gap-6 {
  row-gap: 4.75rem !important;
}

.row-gap-7 {
  row-gap: 6rem !important;
}

.row-gap-8 {
  row-gap: 7.25rem !important;
}

.row-gap-9 {
  row-gap: 8.5rem !important;
}

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

.column-gap-6 {
  column-gap: 4.75rem !important;
}

.column-gap-7 {
  column-gap: 6rem !important;
}

.column-gap-8 {
  column-gap: 7.25rem !important;
}

.column-gap-9 {
  column-gap: 8.5rem !important;
}

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted, .bmd-help {
  --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-6 {
    margin: 4.75rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.25rem !important;
  }
  .m-sm-9 {
    margin: 8.5rem !important;
  }
  .m-sm-10 {
    margin: 10rem !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-6 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-8 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-sm-9 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-8 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-sm-9 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 4.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mt-sm-8 {
    margin-top: 7.25rem !important;
  }
  .mt-sm-9 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !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-6 {
    margin-right: 4.75rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .me-sm-8 {
    margin-right: 7.25rem !important;
  }
  .me-sm-9 {
    margin-right: 8.5rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !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-6 {
    margin-bottom: 4.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 7.25rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !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-6 {
    margin-left: 4.75rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .ms-sm-8 {
    margin-left: 7.25rem !important;
  }
  .ms-sm-9 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !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;
  }
  .p-sm-6 {
    padding: 4.75rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.25rem !important;
  }
  .p-sm-9 {
    padding: 8.5rem !important;
  }
  .p-sm-10 {
    padding: 10rem !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;
  }
  .px-sm-6 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-8 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-sm-9 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-sm-6 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-8 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-sm-9 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-sm-6 {
    padding-top: 4.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pt-sm-8 {
    padding-top: 7.25rem !important;
  }
  .pt-sm-9 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !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;
  }
  .pe-sm-6 {
    padding-right: 4.75rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pe-sm-8 {
    padding-right: 7.25rem !important;
  }
  .pe-sm-9 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !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;
  }
  .pb-sm-6 {
    padding-bottom: 4.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 7.25rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !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;
  }
  .ps-sm-6 {
    padding-left: 4.75rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .ps-sm-8 {
    padding-left: 7.25rem !important;
  }
  .ps-sm-9 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !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;
  }
  .gap-sm-6 {
    gap: 4.75rem !important;
  }
  .gap-sm-7 {
    gap: 6rem !important;
  }
  .gap-sm-8 {
    gap: 7.25rem !important;
  }
  .gap-sm-9 {
    gap: 8.5rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !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;
  }
  .row-gap-sm-6 {
    row-gap: 4.75rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 7.25rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 8.5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 10rem !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;
  }
  .column-gap-sm-6 {
    column-gap: 4.75rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 7.25rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 8.5rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 10rem !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-6 {
    margin: 4.75rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .m-md-8 {
    margin: 7.25rem !important;
  }
  .m-md-9 {
    margin: 8.5rem !important;
  }
  .m-md-10 {
    margin: 10rem !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-6 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-8 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-md-9 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-8 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-md-9 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 4.75rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 7.25rem !important;
  }
  .mt-md-9 {
    margin-top: 8.5rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !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-6 {
    margin-right: 4.75rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .me-md-8 {
    margin-right: 7.25rem !important;
  }
  .me-md-9 {
    margin-right: 8.5rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !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-6 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 7.25rem !important;
  }
  .mb-md-9 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !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-6 {
    margin-left: 4.75rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .ms-md-8 {
    margin-left: 7.25rem !important;
  }
  .ms-md-9 {
    margin-left: 8.5rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !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;
  }
  .p-md-6 {
    padding: 4.75rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .p-md-8 {
    padding: 7.25rem !important;
  }
  .p-md-9 {
    padding: 8.5rem !important;
  }
  .p-md-10 {
    padding: 10rem !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;
  }
  .px-md-6 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-8 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-md-9 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-md-6 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-8 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-md-9 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-md-6 {
    padding-top: 4.75rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 7.25rem !important;
  }
  .pt-md-9 {
    padding-top: 8.5rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !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;
  }
  .pe-md-6 {
    padding-right: 4.75rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pe-md-8 {
    padding-right: 7.25rem !important;
  }
  .pe-md-9 {
    padding-right: 8.5rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !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;
  }
  .pb-md-6 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 7.25rem !important;
  }
  .pb-md-9 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !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;
  }
  .ps-md-6 {
    padding-left: 4.75rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .ps-md-8 {
    padding-left: 7.25rem !important;
  }
  .ps-md-9 {
    padding-left: 8.5rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !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;
  }
  .gap-md-6 {
    gap: 4.75rem !important;
  }
  .gap-md-7 {
    gap: 6rem !important;
  }
  .gap-md-8 {
    gap: 7.25rem !important;
  }
  .gap-md-9 {
    gap: 8.5rem !important;
  }
  .gap-md-10 {
    gap: 10rem !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;
  }
  .row-gap-md-6 {
    row-gap: 4.75rem !important;
  }
  .row-gap-md-7 {
    row-gap: 6rem !important;
  }
  .row-gap-md-8 {
    row-gap: 7.25rem !important;
  }
  .row-gap-md-9 {
    row-gap: 8.5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 10rem !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;
  }
  .column-gap-md-6 {
    column-gap: 4.75rem !important;
  }
  .column-gap-md-7 {
    column-gap: 6rem !important;
  }
  .column-gap-md-8 {
    column-gap: 7.25rem !important;
  }
  .column-gap-md-9 {
    column-gap: 8.5rem !important;
  }
  .column-gap-md-10 {
    column-gap: 10rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-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-6 {
    margin: 4.75rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.25rem !important;
  }
  .m-lg-9 {
    margin: 8.5rem !important;
  }
  .m-lg-10 {
    margin: 10rem !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-6 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-8 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-lg-9 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-8 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-lg-9 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mt-lg-8 {
    margin-top: 7.25rem !important;
  }
  .mt-lg-9 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !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-6 {
    margin-right: 4.75rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .me-lg-8 {
    margin-right: 7.25rem !important;
  }
  .me-lg-9 {
    margin-right: 8.5rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !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-6 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7.25rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !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-6 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .ms-lg-8 {
    margin-left: 7.25rem !important;
  }
  .ms-lg-9 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !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;
  }
  .p-lg-6 {
    padding: 4.75rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.25rem !important;
  }
  .p-lg-9 {
    padding: 8.5rem !important;
  }
  .p-lg-10 {
    padding: 10rem !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;
  }
  .px-lg-6 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-8 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-lg-9 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-lg-6 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-8 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-lg-9 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-lg-6 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.25rem !important;
  }
  .pt-lg-9 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !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;
  }
  .pe-lg-6 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pe-lg-8 {
    padding-right: 7.25rem !important;
  }
  .pe-lg-9 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !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;
  }
  .pb-lg-6 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7.25rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !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;
  }
  .ps-lg-6 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .ps-lg-8 {
    padding-left: 7.25rem !important;
  }
  .ps-lg-9 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !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;
  }
  .gap-lg-6 {
    gap: 4.75rem !important;
  }
  .gap-lg-7 {
    gap: 6rem !important;
  }
  .gap-lg-8 {
    gap: 7.25rem !important;
  }
  .gap-lg-9 {
    gap: 8.5rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !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;
  }
  .row-gap-lg-6 {
    row-gap: 4.75rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 7.25rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 8.5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 10rem !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;
  }
  .column-gap-lg-6 {
    column-gap: 4.75rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 7.25rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 8.5rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 10rem !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-6 {
    margin: 4.75rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.25rem !important;
  }
  .m-xl-9 {
    margin: 8.5rem !important;
  }
  .m-xl-10 {
    margin: 10rem !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-6 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-8 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xl-9 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-8 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xl-9 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mt-xl-8 {
    margin-top: 7.25rem !important;
  }
  .mt-xl-9 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !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-6 {
    margin-right: 4.75rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .me-xl-8 {
    margin-right: 7.25rem !important;
  }
  .me-xl-9 {
    margin-right: 8.5rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !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-6 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !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-6 {
    margin-left: 4.75rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .ms-xl-8 {
    margin-left: 7.25rem !important;
  }
  .ms-xl-9 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !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;
  }
  .p-xl-6 {
    padding: 4.75rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.25rem !important;
  }
  .p-xl-9 {
    padding: 8.5rem !important;
  }
  .p-xl-10 {
    padding: 10rem !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;
  }
  .px-xl-6 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-8 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xl-9 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-xl-6 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-8 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xl-9 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-xl-6 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .pt-xl-8 {
    padding-top: 7.25rem !important;
  }
  .pt-xl-9 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !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;
  }
  .pe-xl-6 {
    padding-right: 4.75rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pe-xl-8 {
    padding-right: 7.25rem !important;
  }
  .pe-xl-9 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !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;
  }
  .pb-xl-6 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !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;
  }
  .ps-xl-6 {
    padding-left: 4.75rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .ps-xl-8 {
    padding-left: 7.25rem !important;
  }
  .ps-xl-9 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !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;
  }
  .gap-xl-6 {
    gap: 4.75rem !important;
  }
  .gap-xl-7 {
    gap: 6rem !important;
  }
  .gap-xl-8 {
    gap: 7.25rem !important;
  }
  .gap-xl-9 {
    gap: 8.5rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !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;
  }
  .row-gap-xl-6 {
    row-gap: 4.75rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 8.5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 10rem !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;
  }
  .column-gap-xl-6 {
    column-gap: 4.75rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 7.25rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 8.5rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 10rem !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-6 {
    margin: 4.75rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .m-xxl-8 {
    margin: 7.25rem !important;
  }
  .m-xxl-9 {
    margin: 8.5rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !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-6 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-8 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
  .mx-xxl-9 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-6 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-8 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .my-xxl-9 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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-6 {
    margin-top: 4.75rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .mt-xxl-8 {
    margin-top: 7.25rem !important;
  }
  .mt-xxl-9 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !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-6 {
    margin-right: 4.75rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .me-xxl-8 {
    margin-right: 7.25rem !important;
  }
  .me-xxl-9 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !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-6 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 7.25rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !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-6 {
    margin-left: 4.75rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .ms-xxl-8 {
    margin-left: 7.25rem !important;
  }
  .ms-xxl-9 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !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;
  }
  .p-xxl-6 {
    padding: 4.75rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7.25rem !important;
  }
  .p-xxl-9 {
    padding: 8.5rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !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;
  }
  .px-xxl-6 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-8 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
  .px-xxl-9 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !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;
  }
  .py-xxl-6 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-8 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .py-xxl-9 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !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;
  }
  .pt-xxl-6 {
    padding-top: 4.75rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .pt-xxl-8 {
    padding-top: 7.25rem !important;
  }
  .pt-xxl-9 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !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;
  }
  .pe-xxl-6 {
    padding-right: 4.75rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .pe-xxl-8 {
    padding-right: 7.25rem !important;
  }
  .pe-xxl-9 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !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;
  }
  .pb-xxl-6 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 7.25rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !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;
  }
  .ps-xxl-6 {
    padding-left: 4.75rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .ps-xxl-8 {
    padding-left: 7.25rem !important;
  }
  .ps-xxl-9 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !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;
  }
  .gap-xxl-6 {
    gap: 4.75rem !important;
  }
  .gap-xxl-7 {
    gap: 6rem !important;
  }
  .gap-xxl-8 {
    gap: 7.25rem !important;
  }
  .gap-xxl-9 {
    gap: 8.5rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !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;
  }
  .row-gap-xxl-6 {
    row-gap: 4.75rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 7.25rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 8.5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 10rem !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;
  }
  .column-gap-xxl-6 {
    column-gap: 4.75rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 6rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 7.25rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 8.5rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 10rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/mixins.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: This is the (SASS) entry point for all theme specific mixins
 # -----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 #  ~/vendor/bmd/mixins/_forms.scss
 #
 #  Product/Info:
 #  https://github.com/FezVrasta/bootstrap-material-design
 #
 #  Copyright (C) 2020 Federico Zivolo and Contributors
 #
 #  Bootstrap Material Design is licensed under the MIT License.
 #  See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
 # NOTE:
 # -----------------------------------------------------------------------------
 # TODO:
 # jadams, 2019-03-10: See lines 176ff. Unclear why fixed/downloaded
 # BS4 version requires an additional argument ?!
 # Issue seen 2019-03-10 after reset!
 # -----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: This is the (SASS) entry point for all Bootstrap Overloads
 # -----------------------------------------------------------------------------
*/
:root {
  --md-red: #F44336;
  --md-red-50: #FFEBEE;
  --md-red-100: #FFCDD2;
  --md-red-200: #EF9A9A;
  --md-red-300: #E57373;
  --md-red-400: #EF5350;
  --md-red-500: #F44336;
  --md-red-600: #E53935;
  --md-red-700: #D32F2F;
  --md-red-800: #C62828;
  --md-red-900: #B71C1C;
  --md-pink: #E91E63;
  --md-pink-50: #FCE4EC;
  --md-pink-100: #F8BBD0;
  --md-pink-200: #F48FB1;
  --md-pink-300: #F06292;
  --md-pink-400: #EC407A;
  --md-pink-500: #E91E63;
  --md-pink-600: #D81B60;
  --md-pink-700: #C2185B;
  --md-pink-800: #AD1457;
  --md-pink-900: #880E4F;
  --md-purple: #9C27B0;
  --md-purple-50: #F3E5F5;
  --md-purple-100: #E1BEE7;
  --md-purple-200: #CE93D8;
  --md-purple-300: #BA68C8;
  --md-purple-400: #AB47BC;
  --md-purple-500: #9C27B0;
  --md-purple-600: #8E24AA;
  --md-purple-700: #7B1FA2;
  --md-purple-800: #6A1B9A;
  --md-purple-900: #4A148C;
  --md-deep-purple: #673AB7;
  --md-deep-purple-50: #EDE7F6;
  --md-deep-purple-100: #D1C4E9;
  --md-deep-purple-200: #B39DDB;
  --md-deep-purple-300: #9575CD;
  --md-deep-purple-400: #7E57C2;
  --md-deep-purple-500: #673AB7;
  --md-deep-purple-600: #5E35B1;
  --md-deep-purple-700: #512DA8;
  --md-deep-purple-800: #4527A0;
  --md-deep-purple-900: #311B92;
  --md-indigo: #3F51B5;
  --md-indigo-50: #E8EAF6;
  --md-indigo-100: #C5CAE9;
  --md-indigo-200: #9FA8DA;
  --md-indigo-300: #7986CB;
  --md-indigo-400: #5C6BC0;
  --md-indigo-500: #3F51B5;
  --md-indigo-600: #3949AB;
  --md-indigo-700: #303F9F;
  --md-indigo-800: #283593;
  --md-indigo-900: #1A237E;
  --md-blue: #2196F3;
  --md-blue-50: #E3F2FD;
  --md-blue-100: #BBDEFB;
  --md-blue-200: #90CAF9;
  --md-blue-300: #64B5F6;
  --md-blue-400: #42A5F5;
  --md-blue-500: #2196F3;
  --md-blue-600: #1E88E5;
  --md-blue-700: #1976D2;
  --md-blue-800: #1565C0;
  --md-blue-900: #0D47A1;
  --md-light-blue: #03A9F4;
  --md-light-blue-50: #E1F5FE;
  --md-light-blue-100: #B3E5FC;
  --md-light-blue-200: #81D4FA;
  --md-light-blue-300: #4FC3F7;
  --md-light-blue-400: #29B6F6;
  --md-light-blue-500: #03A9F4;
  --md-light-blue-600: #039BE5;
  --md-light-blue-700: #0288D1;
  --md-light-blue-800: #0277BD;
  --md-light-blue-900: #01579B;
  --md-cyan: #00BCD4;
  --md-cyan-50: #E0F7FA;
  --md-cyan-100: #B2EBF2;
  --md-cyan-200: #80DEEA;
  --md-cyan-300: #4DD0E1;
  --md-cyan-400: #26C6DA;
  --md-cyan-500: #00BCD4;
  --md-cyan-600: #00ACC1;
  --md-cyan-700: #0097A7;
  --md-cyan-800: #00838F;
  --md-cyan-900: #006064;
  --md-teal: #009688;
  --md-teal-50: #E0F2F1;
  --md-teal-100: #B2DFDB;
  --md-teal-200: #80CBC4;
  --md-teal-300: #4DB6AC;
  --md-teal-400: #26A69A;
  --md-teal-500: #009688;
  --md-teal-600: #00897B;
  --md-teal-700: #00796B;
  --md-teal-800: #00695C;
  --md-teal-900: #004D40;
  --md-green: #4CAF50;
  --md-green-50: #E8F5E9;
  --md-green-100: #C8E6C9;
  --md-green-200: #A5D6A7;
  --md-green-300: #81C784;
  --md-green-400: #66BB6A;
  --md-green-500: #4CAF50;
  --md-green-600: #43A047;
  --md-green-700: #388E3C;
  --md-green-800: #2E7D32;
  --md-green-900: #1B5E20;
  --md-light-green: #4CAF50;
  --md-light-green-50: #E8F5E9;
  --md-light-green-100: #C8E6C9;
  --md-light-green-200: #A5D6A7;
  --md-light-green-300: #81C784;
  --md-light-green-400: #66BB6A;
  --md-light-green-500: #4CAF50;
  --md-light-green-600: #43A047;
  --md-light-green-700: #388E3C;
  --md-light-green-800: #2E7D32;
  --md-light-green-900: #1B5E20;
  --md-lime: #CDDC39;
  --md-lime-50: #F9FBE7;
  --md-lime-100: #E6EE9C;
  --md-lime-200: #E6EE9C;
  --md-lime-300: #DCE775;
  --md-lime-400: #D4E157;
  --md-lime-500: #CDDC39;
  --md-lime-600: #C0CA33;
  --md-lime-700: #AFB42B;
  --md-lime-800: #9E9D24;
  --md-lime-900: #827717;
  --md-yellow: #FFEB3B;
  --md-yellow-50: #FFEB3B;
  --md-yellow-100: #FFF9C4;
  --md-yellow-200: #FFF59D;
  --md-yellow-300: #FFF176;
  --md-yellow-400: #FFEE58;
  --md-yellow-500: #FFEB3B;
  --md-yellow-600: #FDD835;
  --md-yellow-700: #FBC02D;
  --md-yellow-800: #F9A825;
  --md-yellow-900: #F57F17;
  --md-amber: #FFC107;
  --md-amber-50: #FFF8E1;
  --md-amber-100: #FFECB3;
  --md-amber-200: #FFE082;
  --md-amber-300: #FFD54F;
  --md-amber-400: #FFCA28;
  --md-amber-500: #FFC107;
  --md-amber-600: #FFB300;
  --md-amber-700: #FFA000;
  --md-amber-800: #FF8F00;
  --md-amber-900: #FF6F00;
  --md-orange: #FF9800;
  --md-orange-50: #FFF3E0;
  --md-orange-100: #FFE0B2;
  --md-orange-200: #FFCC80;
  --md-orange-300: #FFB74D;
  --md-orange-400: #FFA726;
  --md-orange-500: #FF9800;
  --md-orange-600: #FB8C00;
  --md-orange-700: #F57C00;
  --md-orange-800: #EF6C00;
  --md-orange-900: #E65100;
  --md-deep-orange: #FF5722;
  --md-deep-orange-50: #FBE9E7;
  --md-deep-orange-100: #FFAB91;
  --md-deep-orange-200: #FFAB91;
  --md-deep-orange-300: #FF8A65;
  --md-deep-orange-400: #FF8A65;
  --md-deep-orange-500: #FF5722;
  --md-deep-orange-600: #F4511E;
  --md-deep-orange-700: #E64A19;
  --md-deep-orange-800: #D84315;
  --md-deep-orange-900: #BF360C;
  --md-brown: #795548;
  --md-brown-50: #EFEBE9;
  --md-brown-100: #D7CCC8;
  --md-brown-200: #BCAAA4;
  --md-brown-300: #A1887F;
  --md-brown-400: #8D6E63;
  --md-brown-500: #795548;
  --md-brown-600: #6D4C41;
  --md-brown-700: #5D4037;
  --md-brown-800: #4E342E;
  --md-brown-900: #3E2723;
  --md-gray: #9E9E9E;
  --md-gray-50: #FAFAFA;
  --md-gray-100: #F5F5F5;
  --md-gray-200: #EEEEEE;
  --md-gray-300: #E0E0E0;
  --md-gray-400: #BDBDBD;
  --md-gray-500: #9E9E9E;
  --md-gray-600: #757575;
  --md-gray-700: #616161;
  --md-gray-800: #424242;
  --md-gray-900: #212121;
  --md-blue-gray: #607D8B;
  --md-blue-gray-50: #ECEFF1;
  --md-blue-gray-100: #B0BEC5;
  --md-blue-gray-200: #B0BEC5;
  --md-blue-gray-300: #90A4AE;
  --md-blue-gray-400: #78909C;
  --md-blue-gray-500: #607D8B;
  --md-blue-gray-600: #546E7A;
  --md-blue-gray-700: #455A64;
  --md-blue-gray-800: #37474F;
  --md-blue-gray-900: #263238;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_alerts.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.alert {
  border-color: #bdbdbd !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/theme_uno/bootstrap/_body.scss
 # Provides additional body styles
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
body {
  background-color: #fafafa;
}

/* Chrome, IE 10+ */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar-moz {
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno_dark/extentions/_bs-doc.scss
 #
 # Product/Info:
 # https:#jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.doc-example {
  padding: 1.5rem;
  border-radius: 1px;
  border: 1px solid #9e9e9e;
  background-color: transparent;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_bs4styles.scss
 # Old BS4 style for migration reasons
 #
 # See for bs5:
 #  https://getbootstrap.com/docs/5.1/utilities/position/
 # -----------------------------------------------------------------------------
*/
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_buttons.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.btn {
  color: #000000 !important;
}

.btn:hover {
  background-color: #fafafa;
}

.btn-link {
  color: #2196f3;
}

.btn-link:hover {
  color: #212121 !important;
}

.btn-outline-light {
  border-color: #9e9e9e;
  background-color: #eeeeee;
}

.btn:disabled {
  color: #e0e0e0 !important;
  background-color: #212121;
  border-color: #212121;
}

.btn.btn-light {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn.btn-light:hover {
  color: #f5f5f5 !important;
}

.btn.btn-dark {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-border-radius: $border-radius;
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-border-radius: $border-radius;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_caption.scss
 # Provides custom styles and overloads
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
caption {
  color: #424242;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_checkboxes.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.checkbox label,
label.checkbox-inline {
  position: relative;
  padding-left: 1.5625rem;
}
.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
  position: absolute;
  left: 0;
  padding: 0.7em;
  margin: -0.7em;
  line-height: 0.7;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 100%;
}
.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  border: 0.125rem solid #9e9e9e;
  border-radius: 0.125rem;
}
.checkbox label .checkbox-decorator .check::before,
label.checkbox-inline .checkbox-decorator .check::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  margin-left: 6px;
  color: rgb(198.7521126761, 222.1887323944, 248.8478873239);
  content: "";
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  transform: rotate(45deg);
  animation: checkbox-off;
}
.is-focused .checkbox label .checkbox-decorator .check::before,
.is-focused label.checkbox-inline .checkbox-decorator .check::before {
  animation: checkbox-off 0.3s forwards;
}
.checkbox label input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.checkbox label input[type=checkbox]:focus + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-decorator .check::after {
  opacity: 0.2;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: var(--bs-primary);
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards;
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check::after,
.checkbox label input[type=checkbox][disabled] .check::after, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled] .checkbox label input[type=checkbox] .check::after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox][disabled] .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check::after {
  background-color: rgba(0, 0, 0, 0.87);
  transform: rotate(-45deg);
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check,
.checkbox label input[type=checkbox][disabled] .check, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled] .checkbox label input[type=checkbox] .check,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox][disabled] .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check {
  border-color: rgba(0, 0, 0, 0.26);
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .ripple-container, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .ripple-container,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .ripple-container,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .ripple-container {
  display: none;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    width: 0;
    height: 0;
    margin-top: -4px;
    margin-left: 6px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    transform: rotate(45deg);
  }
  51% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    transform: rotate(0deg);
  }
  100% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    transform: rotate(0deg);
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_code.scss
 # Provides custom styles and overloads
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
code, pre {
  border-radius: 2px;
  font-weight: 500;
  word-break: break-word;
  padding: 0.125em 0.275em 0.125em 0.275em;
  color: #212121;
  background-color: rgba(0, 0, 0, 0.1);
}

pre code {
  padding: 0 !important;
  background-color: transparent !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_forms.scss
 #
 # Product/Info:
 # https://github.com/FezVrasta/bootstrap-material-design
 #
 # Copyright (C) 2020 Federico Zivolo and Contributors
 #
 # Bootstrap Material Design is licensed under the MIT License.
 # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
*/
.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating {
  top: 0.5rem !important;
  margin-left: unset !important;
}

.form-control, label, input::placeholder {
  color: var(--bs-body-color) !important;
}

form {
  margin-bottom: 1.125rem;
}
.navbar form {
  margin-bottom: 0;
}
.navbar form .bmd-form-group {
  display: inline-block;
  padding-top: 0;
}
.navbar form .btn {
  margin-bottom: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* The border bottom should be static in all states,
  // the decorator will be animated over this. */
}
.form-control:focus, .form-control:hover, .bmd-form-group.is-focused .form-control {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
  background-image: linear-gradient(to top, #BDBDBD 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}

::-webkit-file-upload-button {
  font: inherit;
}

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.bmd-help {
  position: absolute;
  display: none;
  font-size: 0.8rem;
  font-weight: normal;
}
.bmd-form-group.is-focused .bmd-help {
  display: block;
}
.bmd-help:nth-of-type(2) {
  padding-top: 1rem;
}
.bmd-help + .bmd-help {
  position: relative;
  margin-bottom: 0;
}

.radio label, .is-focused .radio label,
.radio-inline,
.is-focused .radio-inline,
.checkbox label,
.is-focused .checkbox label,
.checkbox-inline,
.is-focused .checkbox-inline,
.switch label,
.is-focused .switch label {
  color: #616161;
}
.radio label:hover, .radio label:focus, .radio label:active, .is-focused .radio label:hover, .is-focused .radio label:focus, .is-focused .radio label:active,
.radio-inline:hover,
.radio-inline:focus,
.radio-inline:active,
.is-focused .radio-inline:hover,
.is-focused .radio-inline:focus,
.is-focused .radio-inline:active,
.checkbox label:hover,
.checkbox label:focus,
.checkbox label:active,
.is-focused .checkbox label:hover,
.is-focused .checkbox label:focus,
.is-focused .checkbox label:active,
.checkbox-inline:hover,
.checkbox-inline:focus,
.checkbox-inline:active,
.is-focused .checkbox-inline:hover,
.is-focused .checkbox-inline:focus,
.is-focused .checkbox-inline:active,
.switch label:hover,
.switch label:focus,
.switch label:active,
.is-focused .switch label:hover,
.is-focused .switch label:focus,
.is-focused .switch label:active {
  color: #9e9e9e;
}
.radio label label:has(input[type=radio][disabled]), .radio label label:has(input[type=radio][disabled]):hover, .radio label label:has(input[type=radio][disabled]):focus,
.radio label label:has(input[type=checkbox][disabled]),
.radio label label:has(input[type=checkbox][disabled]):hover,
.radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio label, fieldset[disabled] .radio label:hover, fieldset[disabled] .radio label:focus, .is-focused .radio label label:has(input[type=radio][disabled]), .is-focused .radio label label:has(input[type=radio][disabled]):hover, .is-focused .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .radio label label:has(input[type=checkbox][disabled]),
.is-focused .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio label, fieldset[disabled] .is-focused .radio label:hover, fieldset[disabled] .is-focused .radio label:focus,
.radio-inline label:has(input[type=radio][disabled]),
.radio-inline label:has(input[type=radio][disabled]):hover,
.radio-inline label:has(input[type=radio][disabled]):focus,
.radio-inline label:has(input[type=checkbox][disabled]),
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio-inline:hover,
fieldset[disabled] .radio-inline:focus,
.is-focused .radio-inline label:has(input[type=radio][disabled]),
.is-focused .radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused .radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]),
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .radio-inline,
fieldset[disabled] .is-focused .radio-inline:hover,
fieldset[disabled] .is-focused .radio-inline:focus,
.checkbox label label:has(input[type=radio][disabled]),
.checkbox label label:has(input[type=radio][disabled]):hover,
.checkbox label label:has(input[type=radio][disabled]):focus,
.checkbox label label:has(input[type=checkbox][disabled]),
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox label:hover,
fieldset[disabled] .checkbox label:focus,
.is-focused .checkbox label label:has(input[type=radio][disabled]),
.is-focused .checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]),
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox label,
fieldset[disabled] .is-focused .checkbox label:hover,
fieldset[disabled] .is-focused .checkbox label:focus,
.checkbox-inline label:has(input[type=radio][disabled]),
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.checkbox-inline label:has(input[type=checkbox][disabled]),
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox-inline:hover,
fieldset[disabled] .checkbox-inline:focus,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]),
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox-inline,
fieldset[disabled] .is-focused .checkbox-inline:hover,
fieldset[disabled] .is-focused .checkbox-inline:focus,
.switch label label:has(input[type=radio][disabled]),
.switch label label:has(input[type=radio][disabled]):hover,
.switch label label:has(input[type=radio][disabled]):focus,
.switch label label:has(input[type=checkbox][disabled]),
.switch label label:has(input[type=checkbox][disabled]):hover,
.switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .switch label,
fieldset[disabled] .switch label:hover,
fieldset[disabled] .switch label:focus,
.is-focused .switch label label:has(input[type=radio][disabled]),
.is-focused .switch label label:has(input[type=radio][disabled]):hover,
.is-focused .switch label label:has(input[type=radio][disabled]):focus,
.is-focused .switch label label:has(input[type=checkbox][disabled]),
.is-focused .switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused .switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .switch label,
fieldset[disabled] .is-focused .switch label:hover,
fieldset[disabled] .is-focused .switch label:focus {
  color: #616161;
}

[class^=bmd-label],
[class*=" bmd-label"] {
  color: #616161;
}

.form-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.form-control:read-only {
  background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-control:disabled, .form-control[disabled] {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.form-control.form-control-success, .is-focused .form-control.form-control-success {
  background-image: linear-gradient(to top, #1565c0 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.form-control.form-control-warning, .is-focused .form-control.form-control-warning {
  background-image: linear-gradient(to top, #1565c0 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.form-control.form-control-danger, .is-focused .form-control.form-control-danger {
  background-image: linear-gradient(to top, #1565c0 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}

.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #616161;
}
.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(97, 97, 97, 0.9);
  border-radius: var(--bs-border-radius);
}
.was-validated .is-focused:valid ~ .valid-feedback,
.was-validated .is-focused:valid ~ .valid-tooltip, .is-focused.is-valid ~ .valid-feedback,
.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .form-control:valid, .is-focused .form-control.is-valid {
  border-color: #616161;
  padding-right: calc(1.5em + 0.875rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .is-focused .form-control:valid:focus, .is-focused .form-control.is-valid:focus {
  border-color: #616161;
  box-shadow: none, 0 0 0 0.25rem rgba(97, 97, 97, 0.25);
}
.was-validated .is-focused textarea.form-control:valid, .is-focused textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .is-focused .form-select:valid, .is-focused .form-select.is-valid {
  border-color: #616161;
}
.was-validated .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .is-focused .form-select:valid:not([multiple])[size="1"], .is-focused .form-select.is-valid:not([multiple]):not([size]), .is-focused .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: ;
  padding-right: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .is-focused .form-select:valid:focus, .is-focused .form-select.is-valid:focus {
  border-color: #616161;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(97, 97, 97, 0.25);
}
.was-validated .is-focused .form-control-color:valid, .is-focused .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.875rem));
}
.was-validated .is-focused .form-check-input:valid, .is-focused .form-check-input.is-valid {
  border-color: #616161;
}
.was-validated .is-focused .form-check-input:valid:checked, .is-focused .form-check-input.is-valid:checked {
  background-color: #616161;
}
.was-validated .is-focused .form-check-input:valid:focus, .is-focused .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(97, 97, 97, 0.25);
}
.was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #616161;
}
.is-focused .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .is-focused .input-group > .form-control:not(:focus):valid, .is-focused .input-group > .form-control:not(:focus).is-valid,
.was-validated .is-focused .input-group > .form-select:not(:focus):valid,
.is-focused .input-group > .form-select:not(:focus).is-valid,
.was-validated .is-focused .input-group > .form-floating:not(:focus-within):valid,
.is-focused .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.is-focused [class^=bmd-label],
.is-focused [class*=" bmd-label"] {
  color: #1565c0;
}
.is-focused .bmd-label-placeholder {
  color: #616161;
}
.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.26);
}
.is-focused .bmd-help {
  color: #9e9e9e;
}

.has-success [class^=bmd-label],
.has-success [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .form-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-success .form-control:read-only {
  background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-success .form-control, .has-success .form-control.disabled, .has-success .form-control:disabled, .has-success .form-control[disabled] {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-success .form-control.form-control-success, .is-focused .has-success .form-control.form-control-success {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-success .form-control.form-control-warning, .is-focused .has-success .form-control.form-control-warning {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-success .form-control.form-control-danger, .is-focused .has-success .form-control.form-control-danger {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-success .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4caf50;
}
.has-success .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(76, 175, 80, 0.9);
  border-radius: var(--bs-border-radius);
}
.was-validated .has-success .is-focused:valid ~ .valid-feedback,
.was-validated .has-success .is-focused:valid ~ .valid-tooltip, .has-success .is-focused.is-valid ~ .valid-feedback,
.has-success .is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .form-control:valid, .has-success .is-focused .form-control.is-valid {
  border-color: #4caf50;
  padding-right: calc(1.5em + 0.875rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-success .is-focused .form-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus {
  border-color: #4caf50;
  box-shadow: none, 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused textarea.form-control:valid, .has-success .is-focused textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-success .is-focused .form-select:valid, .has-success .is-focused .form-select.is-valid {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-success .is-focused .form-select:valid:not([multiple])[size="1"], .has-success .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-success .is-focused .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: ;
  padding-right: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-success .is-focused .form-select:valid:focus, .has-success .is-focused .form-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .form-control-color:valid, .has-success .is-focused .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.875rem));
}
.was-validated .has-success .is-focused .form-check-input:valid, .has-success .is-focused .form-check-input.is-valid {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .form-check-input:valid:checked, .has-success .is-focused .form-check-input.is-valid:checked {
  background-color: #4caf50;
}
.was-validated .has-success .is-focused .form-check-input:valid:focus, .has-success .is-focused .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .form-check-input:valid ~ .form-check-label, .has-success .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.has-success .is-focused .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .has-success .is-focused .input-group > .form-control:not(:focus):valid, .has-success .is-focused .input-group > .form-control:not(:focus).is-valid,
.was-validated .has-success .is-focused .input-group > .form-select:not(:focus):valid,
.has-success .is-focused .input-group > .form-select:not(:focus).is-valid,
.was-validated .has-success .is-focused .input-group > .form-floating:not(:focus-within):valid,
.has-success .is-focused .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.has-success .is-focused [class^=bmd-label],
.has-success .is-focused [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .is-focused .bmd-label-placeholder {
  color: #4caf50;
}
.has-success .is-focused .form-control {
  border-color: #4caf50;
}
.has-success .is-focused .bmd-help {
  color: #9e9e9e;
}

.has-info [class^=bmd-label],
.has-info [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .form-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-info .form-control:read-only {
  background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-info .form-control, .has-info .form-control.disabled, .has-info .form-control:disabled, .has-info .form-control[disabled] {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-info .form-control.form-control-success, .is-focused .has-info .form-control.form-control-success {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-info .form-control.form-control-warning, .is-focused .has-info .form-control.form-control-warning {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-info .form-control.form-control-danger, .is-focused .has-info .form-control.form-control-danger {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-info .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00bcd4;
}
.has-info .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(0, 188, 212, 0.9);
  border-radius: var(--bs-border-radius);
}
.was-validated .has-info .is-focused:valid ~ .valid-feedback,
.was-validated .has-info .is-focused:valid ~ .valid-tooltip, .has-info .is-focused.is-valid ~ .valid-feedback,
.has-info .is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .form-control:valid, .has-info .is-focused .form-control.is-valid {
  border-color: #00bcd4;
  padding-right: calc(1.5em + 0.875rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-info .is-focused .form-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus {
  border-color: #00bcd4;
  box-shadow: none, 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused textarea.form-control:valid, .has-info .is-focused textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-info .is-focused .form-select:valid, .has-info .is-focused .form-select.is-valid {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-info .is-focused .form-select:valid:not([multiple])[size="1"], .has-info .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-info .is-focused .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: ;
  padding-right: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-info .is-focused .form-select:valid:focus, .has-info .is-focused .form-select.is-valid:focus {
  border-color: #00bcd4;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .form-control-color:valid, .has-info .is-focused .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.875rem));
}
.was-validated .has-info .is-focused .form-check-input:valid, .has-info .is-focused .form-check-input.is-valid {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .form-check-input:valid:checked, .has-info .is-focused .form-check-input.is-valid:checked {
  background-color: #00bcd4;
}
.was-validated .has-info .is-focused .form-check-input:valid:focus, .has-info .is-focused .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .form-check-input:valid ~ .form-check-label, .has-info .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #00bcd4;
}
.has-info .is-focused .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .has-info .is-focused .input-group > .form-control:not(:focus):valid, .has-info .is-focused .input-group > .form-control:not(:focus).is-valid,
.was-validated .has-info .is-focused .input-group > .form-select:not(:focus):valid,
.has-info .is-focused .input-group > .form-select:not(:focus).is-valid,
.was-validated .has-info .is-focused .input-group > .form-floating:not(:focus-within):valid,
.has-info .is-focused .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.has-info .is-focused [class^=bmd-label],
.has-info .is-focused [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .is-focused .bmd-label-placeholder {
  color: #00bcd4;
}
.has-info .is-focused .form-control {
  border-color: #00bcd4;
}
.has-info .is-focused .bmd-help {
  color: #9e9e9e;
}

.has-warning [class^=bmd-label],
.has-warning [class*=" bmd-label"] {
  color: #ffeb3b;
}
.has-warning .form-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-warning .form-control:read-only {
  background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-warning .form-control, .has-warning .form-control.disabled, .has-warning .form-control:disabled, .has-warning .form-control[disabled] {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-warning .form-control.form-control-success, .is-focused .has-warning .form-control.form-control-success {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-warning .form-control.form-control-warning, .is-focused .has-warning .form-control.form-control-warning {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-warning .form-control.form-control-danger, .is-focused .has-warning .form-control.form-control-danger {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-warning .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ffeb3b;
}
.has-warning .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(255, 235, 59, 0.9);
  border-radius: var(--bs-border-radius);
}
.was-validated .has-warning .is-focused:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused:valid ~ .valid-tooltip, .has-warning .is-focused.is-valid ~ .valid-feedback,
.has-warning .is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .form-control:valid, .has-warning .is-focused .form-control.is-valid {
  border-color: #ffeb3b;
  padding-right: calc(1.5em + 0.875rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-warning .is-focused .form-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus {
  border-color: #ffeb3b;
  box-shadow: none, 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused textarea.form-control:valid, .has-warning .is-focused textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-warning .is-focused .form-select:valid, .has-warning .is-focused .form-select.is-valid {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-warning .is-focused .form-select:valid:not([multiple])[size="1"], .has-warning .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-warning .is-focused .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: ;
  padding-right: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-warning .is-focused .form-select:valid:focus, .has-warning .is-focused .form-select.is-valid:focus {
  border-color: #ffeb3b;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused .form-control-color:valid, .has-warning .is-focused .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.875rem));
}
.was-validated .has-warning .is-focused .form-check-input:valid, .has-warning .is-focused .form-check-input.is-valid {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .form-check-input:valid:checked, .has-warning .is-focused .form-check-input.is-valid:checked {
  background-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .form-check-input:valid:focus, .has-warning .is-focused .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused .form-check-input:valid ~ .form-check-label, .has-warning .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #ffeb3b;
}
.has-warning .is-focused .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .has-warning .is-focused .input-group > .form-control:not(:focus):valid, .has-warning .is-focused .input-group > .form-control:not(:focus).is-valid,
.was-validated .has-warning .is-focused .input-group > .form-select:not(:focus):valid,
.has-warning .is-focused .input-group > .form-select:not(:focus).is-valid,
.was-validated .has-warning .is-focused .input-group > .form-floating:not(:focus-within):valid,
.has-warning .is-focused .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.has-warning .is-focused [class^=bmd-label],
.has-warning .is-focused [class*=" bmd-label"] {
  color: #ffeb3b;
}
.has-warning .is-focused .bmd-label-placeholder {
  color: #ffeb3b;
}
.has-warning .is-focused .form-control {
  border-color: #ffeb3b;
}
.has-warning .is-focused .bmd-help {
  color: #9e9e9e;
}

.has-danger [class^=bmd-label],
.has-danger [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .form-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-danger .form-control:read-only {
  background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-danger .form-control, .has-danger .form-control.disabled, .has-danger .form-control:disabled, .has-danger .form-control[disabled] {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-danger .form-control.form-control-success, .is-focused .has-danger .form-control.form-control-success {
  background-image: linear-gradient(to top, #f44336 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-danger .form-control.form-control-warning, .is-focused .has-danger .form-control.form-control-warning {
  background-image: linear-gradient(to top, #f44336 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-danger .form-control.form-control-danger, .is-focused .has-danger .form-control.form-control-danger {
  background-image: linear-gradient(to top, #f44336 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-danger .is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f44336;
}
.has-danger .is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000000;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: var(--bs-border-radius);
}
.was-validated .has-danger .is-focused:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused:valid ~ .valid-tooltip, .has-danger .is-focused.is-valid ~ .valid-feedback,
.has-danger .is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .form-control:valid, .has-danger .is-focused .form-control.is-valid {
  border-color: #f44336;
  padding-right: calc(1.5em + 0.875rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-danger .is-focused .form-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus {
  border-color: #f44336;
  box-shadow: none, 0 0 0 0.25rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused textarea.form-control:valid, .has-danger .is-focused textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-danger .is-focused .form-select:valid, .has-danger .is-focused .form-select.is-valid {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-danger .is-focused .form-select:valid:not([multiple])[size="1"], .has-danger .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-danger .is-focused .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: ;
  padding-right: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-danger .is-focused .form-select:valid:focus, .has-danger .is-focused .form-select.is-valid:focus {
  border-color: #f44336;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .form-control-color:valid, .has-danger .is-focused .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.875rem));
}
.was-validated .has-danger .is-focused .form-check-input:valid, .has-danger .is-focused .form-check-input.is-valid {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .form-check-input:valid:checked, .has-danger .is-focused .form-check-input.is-valid:checked {
  background-color: #f44336;
}
.was-validated .has-danger .is-focused .form-check-input:valid:focus, .has-danger .is-focused .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .form-check-input:valid ~ .form-check-label, .has-danger .is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #f44336;
}
.has-danger .is-focused .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .has-danger .is-focused .input-group > .form-control:not(:focus):valid, .has-danger .is-focused .input-group > .form-control:not(:focus).is-valid,
.was-validated .has-danger .is-focused .input-group > .form-select:not(:focus):valid,
.has-danger .is-focused .input-group > .form-select:not(:focus).is-valid,
.was-validated .has-danger .is-focused .input-group > .form-floating:not(:focus-within):valid,
.has-danger .is-focused .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.has-danger .is-focused [class^=bmd-label],
.has-danger .is-focused [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .is-focused .bmd-label-placeholder {
  color: #f44336;
}
.has-danger .is-focused .form-control {
  border-color: #f44336;
}
.has-danger .is-focused .bmd-help {
  color: #9e9e9e;
}

.bmd-form-group {
  position: relative;
  padding-top: 1.75rem;
}
.bmd-form-group [class^=bmd-label],
.bmd-form-group [class*=" bmd-label"] {
  position: absolute;
  pointer-events: none;
  transition: 0.3s ease all;
}
.bmd-form-group [class^=bmd-label].bmd-label-floating,
.bmd-form-group [class*=" bmd-label"].bmd-label-floating {
  will-change: left, top, contents;
}
.bmd-form-group.is-filled .bmd-label-placeholder {
  display: none;
}
.bmd-form-group.bmd-collapse-inline {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 2.1em;
}
.bmd-form-group.bmd-collapse-inline .collapse {
  flex: 1;
  display: none;
}
.bmd-form-group.bmd-collapse-inline .collapse.show {
  max-width: 1200px;
}
.bmd-form-group.bmd-collapse-inline .collapsing,
.bmd-form-group.bmd-collapse-inline .width:not(.collapse),
.bmd-form-group.bmd-collapse-inline .collapse.show {
  display: block;
}
.bmd-form-group.bmd-collapse-inline .collapsing {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-form-group .form-control,
.bmd-form-group label,
.bmd-form-group input::placeholder {
  line-height: 1;
}
.bmd-form-group .radio label,
.bmd-form-group label.radio-inline,
.bmd-form-group .checkbox label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group .switch label {
  line-height: 1.5;
}
.bmd-form-group input::placeholder {
  font-size: 1rem;
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
  top: 2.1875rem;
}
.bmd-form-group .is-focused .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.bmd-form-group .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group.bmd-form-group-sm {
  padding-top: 1.40625rem;
}
.bmd-form-group.bmd-form-group-sm .form-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input::placeholder {
  line-height: 1;
}
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label.radio-inline,
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.bmd-form-group.bmd-form-group-sm .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-sm input::placeholder {
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
  top: 1.65625rem;
}
.bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem;
  margin-left: 0.5rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-static {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem;
  margin-left: 0.5rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-help {
  margin-top: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.34375rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-lg {
  padding-top: 1.9375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input::placeholder {
  line-height: 1;
}
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label.radio-inline,
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.bmd-form-group.bmd-form-group-lg .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-lg input::placeholder {
  font-size: 1.25rem;
}
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
  top: 2.5rem;
}
.bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem;
  margin-left: 0.5rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem;
  margin-left: 0.5rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-help {
  margin-top: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.59375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem;
}

.form-control,
label,
input::placeholder {
  line-height: 1;
}

.radio label,
label.radio-inline,
.checkbox label,
label.checkbox-inline,
.switch label {
  line-height: 1.5;
}

input::placeholder {
  font-size: 1rem;
}

.checkbox label,
.radio label,
label {
  font-size: 1rem;
  margin-left: 0.5rem;
}

.bmd-label-floating,
.bmd-label-placeholder {
  top: 2.1875rem;
}

.is-focused .bmd-label-floating,
.is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}

.bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}

.form-control.form-control-success, .form-control.form-control-warning, .form-control.form-control-danger {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.form-control.form-control-success, .form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}

select, select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .form-inline .input-group {
    display: inline-flex;
    align-items: center;
  }
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 0.825rem;
  line-height: 1.75 !important;
  color: unset;
}

[class^=bmd-label],
[class*=" bmd-label"] {
  color: #616161;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_headings.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  padding-bottom: 0.25rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_input-group.scss
 #
 # Product/Info:
 # https://github.com/FezVrasta/bootstrap-material-design
 #
 # Copyright (C) 2020 Federico Zivolo and Contributors
 #
 # Bootstrap Material Design is licensed under the MIT License.
 # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
*/
.input-group .input-group-addon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-color: transparent;
}
.input-group .input-group-addon + input,
.input-group input + .input-group-addon {
  margin-left: 0.75rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_layout.scss
 #
 # Product/Info:
 # https://github.com/FezVrasta/bootstrap-material-design
 #
 # Copyright (C) 2020 Federico Zivolo and Contributors
 #
 # Bootstrap Material Design is licensed under the MIT License.
 # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
*/
.bmd-layout-canvas {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  /* height: 100%; */
}

.bmd-layout-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 1px;
}

.bmd-layout-header {
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-height: 1000px;
  transform: translateZ(0);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-spacer {
  flex-grow: 1;
}

.bmd-layout-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (pointer-events: auto) {
  .bmd-layout-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition-property: opacity;
    visibility: visible;
    pointer-events: none;
  }
}
.bmd-layout-backdrop.in {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: unset;
  transition-property: opacity;
  visibility: visible;
  pointer-events: none;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_links.scss
 # Provides custom styles and overloads
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
a {
  font-weight: 500 !important;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a.link-no-decoration {
  border-bottom: unset;
  text-decoration: none;
}

a.link-no-decoration:hover {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

a:hover {
  color: #757575;
  font-weight: 500 !important;
}

li > a {
  color: #616161;
  font-weight: 500 !important;
  text-decoration: none !important;
}

li > a:hover {
  color: #bdbdbd;
  font-weight: 500 !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_modal.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.close {
  text-shadow: unset !important;
  opacity: 0.7 !important;
}

.modal-content {
  border: 0;
  border-radius: 0.125rem;
}
.modal-content .modal-header {
  padding: 24px 24px 0;
  border-bottom: 0;
}
.modal-content .modal-body {
  padding: 20px 24px 24px;
}
.modal-content .modal-footer {
  padding: 8px 8px 8px 24px;
  border-top: 0;
}
.modal-content .modal-footer .btn {
  margin: 0;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno_dark/bootstrap/_navbar.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.md-light {
  background-color: #e0e0e0;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_pagination.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.page-link {
  border-radius: 0px !important;
  margin-right: 5px !important;
  border: 1px solid #616161 !important;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8) !important;
}

.page-link.disabled {
  background-color: #e0e0e0;
}

.page-link:hover, .page-link:focus {
  border: 1px solid !important;
  background-color: #757575 !important;
  border-color: #e0e0e0 !important;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8) !important;
}

.pagination-lg .page-link {
  padding: 0.5rem !important;
}

.pagination-sm .page-link {
  padding: 0.25rem !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_paragraph.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
p {
  background-color: transparent;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_popover.scss
 # Provides custom popover styles and
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.popover {
  background: #e0e0e0;
}

.popover-header {
  background-color: #eeeeee;
}

.bs-popover-top .popover-arrow:after, .bs-popover-auto[data-popper-placement^=top] .popover-arrow:after {
  border-top-color: #e0e0e0 !important;
}

.bs-popover-end .popover-arrow:after, .bs-popover-auto[data-popper-placement^=right] .popover-arrow:after {
  border-right-color: #e0e0e0 !important;
}

.bs-popover-bottom .popover-arrow:after, .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after {
  border-bottom-color: #eeeeee !important;
}

.bs-popover-start .popover-arrow:after, .bs-popover-auto[data-popper-placement^=left] .popover-arrow:after {
  border-left-color: #e0e0e0 !important;
}

.popover + .popover-md-red {
  background: #e57373;
}

.popover-header + .popover-md-red {
  background-color: #ef9a9a;
}

.bs-popover-top + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^=top] + .popover-md-red .popover-arrow:after {
  border-top-color: #e57373 !important;
}

.bs-popover-end + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^=right] + .popover-md-red .popover-arrow:after {
  border-right-color: #e57373 !important;
}

.bs-popover-bottom + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^=bottom] + .popover-md-red .popover-arrow:after {
  border-bottom-color: #ef9a9a !important;
}

.bs-popover-start + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^=left] + .popover-md-red .popover-arrow:after {
  border-left-color: #e57373 !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_progress.scss
 #
 # Product/Info:
 # https://github.com/FezVrasta/bootstrap-material-design
 #
 # Copyright (C) 2020 Federico Zivolo and Contributors
 #
 # Bootstrap Material Design is licensed under the MIT License.
 # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
*/
.progress {
  border: 1px solid #bdbdbd;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_tables.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
table.tableblock > .title {
  padding-left: 5px !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/_tooltip.scss
 # Provides custom tooltip styles and
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: var(--bs-primary) !important;
  border-radius: 0.25rem;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--bs-primary) !important;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: var(--bs-primary) !important;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: var(--bs-primary) !important;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--bs-primary) !important;
}

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

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

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

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

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

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

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

.mr-6,
.mx-6 {
  margin-right: 4.75rem !important;
}

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

.ml-6,
.mx-6 {
  margin-left: 4.75rem !important;
}

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

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

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

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

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.25rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.25rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.25rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.25rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.25rem !important;
}

.m-9 {
  margin: 8.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 8.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 8.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 8.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 8.5rem !important;
}

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

.mt-10,
.my-10 {
  margin-top: 10rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}

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

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

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

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

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

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

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

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

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

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

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

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

.pr-6,
.px-6 {
  padding-right: 4.75rem !important;
}

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

.pl-6,
.px-6 {
  padding-left: 4.75rem !important;
}

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

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

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

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

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.25rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.25rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.25rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.25rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.25rem !important;
}

.p-9 {
  padding: 8.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 8.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 8.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 8.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 8.5rem !important;
}

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

.pt-10,
.py-10 {
  padding-top: 10rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10rem !important;
}

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

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

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-n6,
.my-n6 {
  margin-top: -4.75rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.75rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.75rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.75rem !important;
}

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

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

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

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

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.25rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.25rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.25rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.25rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.25rem !important;
}

.m-n9 {
  margin: -8.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -8.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -8.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -8.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -8.5rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.75rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.75rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.75rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.75rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.75rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.25rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.25rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.25rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.25rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.25rem !important;
  }
  .m-sm-9 {
    margin: 8.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 8.5rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.75rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.75rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.75rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.75rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.75rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.25rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.25rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.25rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.25rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.25rem !important;
  }
  .p-sm-9 {
    padding: 8.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 8.5rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.75rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.75rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.75rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.75rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.75rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.25rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.25rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.25rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.25rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.25rem !important;
  }
  .m-sm-n9 {
    margin: -8.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -8.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -8.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -8.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -8.5rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.75rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.75rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.75rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.75rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.75rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.25rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.25rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.25rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.25rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.25rem !important;
  }
  .m-md-9 {
    margin: 8.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 8.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 8.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 8.5rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.75rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.75rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.75rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.75rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.75rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.25rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.25rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.25rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.25rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.25rem !important;
  }
  .p-md-9 {
    padding: 8.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 8.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 8.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 8.5rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.75rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.75rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.75rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.75rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.75rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.25rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.25rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.25rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.25rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.25rem !important;
  }
  .m-md-n9 {
    margin: -8.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -8.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -8.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -8.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -8.5rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.75rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.75rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.75rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.75rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.75rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.25rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.25rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.25rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.25rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.25rem !important;
  }
  .m-lg-9 {
    margin: 8.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 8.5rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.75rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.75rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.75rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.75rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.75rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.25rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.25rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.25rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.25rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.25rem !important;
  }
  .p-lg-9 {
    padding: 8.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 8.5rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.75rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.75rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.75rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.75rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.75rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.25rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.25rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.25rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.25rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.25rem !important;
  }
  .m-lg-n9 {
    margin: -8.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -8.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -8.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -8.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -8.5rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.75rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.75rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.75rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.75rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.25rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.25rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.25rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.25rem !important;
  }
  .m-xl-9 {
    margin: 8.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 8.5rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.75rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.75rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.75rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.75rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.25rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.25rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.25rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.25rem !important;
  }
  .p-xl-9 {
    padding: 8.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 8.5rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.75rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.75rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.75rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.75rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.25rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.25rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.25rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.25rem !important;
  }
  .m-xl-n9 {
    margin: -8.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -8.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -8.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -8.5rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.75rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.75rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.75rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.75rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.75rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 7.25rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 7.25rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 7.25rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 7.25rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 7.25rem !important;
  }
  .m-xxl-9 {
    margin: 8.5rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 8.5rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 8.5rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 8.5rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.75rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.75rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.75rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.75rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.75rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7.25rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 7.25rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 7.25rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 7.25rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 7.25rem !important;
  }
  .p-xxl-9 {
    padding: 8.5rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 8.5rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 8.5rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 8.5rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.75rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.75rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.75rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.75rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.75rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -7.25rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -7.25rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -7.25rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -7.25rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -7.25rem !important;
  }
  .m-xxl-n9 {
    margin: -8.5rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -8.5rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -8.5rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -8.5rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -8.5rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/theme_uno/bootstrap/utilities/_text.scss
 # Provides additional text styles
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.text-justify {
  text-align: justify;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extentions.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: This is the (SASS) entry point for all theme extentions
 # -----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/mde/_buttons.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: MDE button styles
 # -----------------------------------------------------------------------------
*/
/* jadams, 2017-12-07, enlarge button size */
.btn {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.btn.btn-xs {
  line-height: 1.4;
  padding: 0.14286rem 0.5rem;
  font-size: 0.78571rem;
}

.btn.btn-md {
  line-height: 1.4;
  padding: 0.57143rem 1.42857rem;
  font-size: 1.07143rem;
}

.btn.btn-xl {
  line-height: 1.4;
  padding: 0.92857rem 1.85714rem;
  font-size: 1.28571rem;
}

.btn.btn-xxl {
  line-height: 1.4;
  padding: 1.07143rem 2.14286rem;
  font-size: 1.5rem;
}

.btn.btn-round {
  border-radius: 30px;
}

.btn.btn-skew {
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.btn.skew__inner {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  display: block;
}

.btn.btn-flex {
  display: inline-flex !important;
  align-items: center;
}

/*
.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .fa {
  // margin-right: .5rem;
}

.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .mdi {
  // margin-right: .5rem;
}

.btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .zmdi {
  // margin-right: .5rem;
}
*/
.btn.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}

.btn.btn-facebook:focus, .btn.btn-facebook:active, .btn.btn-facebook:hover {
  background-color: #3b5998;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}

.btn.btn-facebook.btn-simple {
  color: #3b5998;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-twitter {
  background-color: #55acee;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}

.btn.btn-twitter:focus, .btn.btn-twitter:active, .btn.btn-twitter:hover {
  background-color: #55acee;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}

.btn.btn-twitter.btn-simple {
  color: #55acee;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-pinterest {
  background-color: #cc2127;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12);
}

.btn.btn-pinterest:focus, .btn.btn-pinterest:active, .btn.btn-pinterest:hover {
  background-color: #cc2127;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2);
}

.btn.btn-pinterest.btn-simple {
  color: #cc2127;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-google {
  background-color: #dd4b39;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}

.btn.btn-google:focus, .btn.btn-google:active, .btn.btn-google:hover {
  background-color: #dd4b39;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}

.btn.btn-google.btn-simple {
  color: #dd4b39;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-linkedin {
  background-color: #0976b4;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
}

.btn.btn-linkedin:focus, .btn.btn-linkedin:active, .btn.btn-linkedin:hover {
  background-color: #0976b4;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2);
}

.btn.btn-linkedin.btn-simple {
  color: #0976b4;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-dribbble {
  background-color: #ea4c89;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12);
}

.btn.btn-dribbble:focus, .btn.btn-dribbble:active, .btn.btn-dribbble:hover {
  background-color: #ea4c89;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2);
}

.btn.btn-dribbble.btn-simple {
  color: #ea4c89;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-github {
  background-color: #333333;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
}

.btn.btn-github:focus, .btn.btn-github:active, .btn.btn-github:hover {
  background-color: #333333;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2);
}

.btn.btn-github.btn-simple {
  color: #333333;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-youtube {
  background-color: #e52d27;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12);
}

.btn.btn-youtube:focus, .btn.btn-youtube:active, .btn.btn-youtube:hover {
  background-color: #e52d27;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2);
}

.btn.btn-youtube.btn-simple {
  color: #e52d27;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-instagram {
  background-color: #125688;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
}

.btn.btn-instagram:focus, .btn.btn-instagram:active, .btn.btn-instagram:hover {
  background-color: #125688;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
}

.btn.btn-instagram.btn-simple {
  color: #125688;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-reddit {
  background-color: #ff4500;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12);
}

.btn.btn-reddit:focus, .btn.btn-reddit:active, .btn.btn-reddit:hover {
  background-color: #ff4500;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2);
}

.btn.btn-reddit.btn-simple {
  color: #ff4500;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-tumblr {
  background-color: #35465c;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12);
}

.btn.btn-tumblr:focus, .btn.btn-tumblr:active, .btn.btn-tumblr:hover {
  background-color: #35465c;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2);
}

.btn.btn-tumblr.btn-simple {
  color: #35465c;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-behance {
  background-color: #1769ff;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12);
}

.btn.btn-behance:focus, .btn.btn-behance:active, .btn.btn-behance:hover {
  background-color: #1769ff;
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn.btn-behance.btn-simple {
  color: #1769ff;
  background-color: transparent;
  box-shadow: none;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/extensions/mde/_color_palette.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: MD Color Palette
 # -----------------------------------------------------------------------------
*/
.mdColorValue {
  border-bottom: unset;
}

.md-white {
  color: #ffffff !important;
}

a.md-white:hover,
a.md-white:focus {
  color: #424242;
}

.md-black {
  color: #000000 !important;
}

a.md-black:hover,
a.md-black:focus {
  color: #f5f5f5 !important;
}

.md-red {
  color: #f44336 !important;
}

a.md-red:hover,
a.md-red:focus {
  color: #424242;
}

.md-red-50 {
  color: #ffebee !important;
}

a.md-red-50:hover,
a.md-red-50:focus {
  color: #424242;
}

.md-red-100 {
  color: #ffcdd2 !important;
}

a.md-red-100:hover,
a.md-red-100:focus {
  color: #424242;
}

.md-red-200 {
  color: #ef9a9a !important;
}

a.md-red-200:hover,
a.md-red-200:focus {
  color: #424242;
}

.md-red-300 {
  color: #e57373 !important;
}

a.md-red-300:hover,
a.md-red-300:focus {
  color: #424242;
}

.md-red-400 {
  color: #ef5350 !important;
}

a.md-red-400:hover,
a.md-red-400:focus {
  color: #424242;
}

.md-red-500 {
  color: #f44336 !important;
}

a.md-red-500:hover,
a.md-red-500:focus {
  color: #424242;
}

.md-red-600 {
  color: #e53935 !important;
}

a.md-red-600:hover,
a.md-red-600:focus {
  color: #424242;
}

.md-red-700 {
  color: #c62828 !important;
}

a.md-red-700:hover,
a.md-red-700:focus {
  color: #424242;
}

.md-red-800 {
  color: #c62828 !important;
}

a.md-red-800:hover,
a.md-red-800:focus {
  color: #424242;
}

.md-red-900 {
  color: #b71c1c !important;
}

a.md-red-900:hover,
a.md-red-900:focus {
  color: #424242;
}

.md-red-A100 {
  color: #ff8a80 !important;
}

a.md-red-A100:hover,
a.md-red-A100:focus {
  color: #424242;
}

.md-red-A200 {
  color: #ff5252 !important;
}

a.md-red-A200:hover,
a.md-red-A200:focus {
  color: #424242;
}

.md-red-A400 {
  color: #ff1744 !important;
}

a.md-red-A400:hover,
a.md-red-A400:focus {
  color: #424242;
}

.md-red-A700 {
  color: #d50000 !important;
}

a.md-red-A700:hover,
a.md-red-A700:focus {
  color: #424242;
}

.md-bg-red {
  background-color: #f44336 !important;
}

a.md-bg-red:hover,
a.md-bg-red:focus {
  background-color: #424242;
}

.md-bg-red-50 {
  background-color: #ffebee !important;
}

a.md-bg-red-50:hover,
a.md-bg-red-50:focus {
  background-color: #424242;
}

.md-bg-red-100 {
  background-color: #ffcdd2 !important;
}

a.md-bg-red-100:hover,
a.md-bg-red-100:focus {
  background-color: #424242;
}

.md-bg-red-200 {
  background-color: #ef9a9a !important;
}

a.md-bg-red-200:hover,
a.md-bg-red-200:focus {
  background-color: #424242;
}

.md-bg-red-300 {
  background-color: #e57373 !important;
}

a.md-bg-red-300:hover,
a.md-bg-red-300:focus {
  background-color: #424242;
}

.md-bg-red-400 {
  background-color: #ef5350 !important;
}

a.md-bg-red-400:hover,
a.md-bg-red-400:focus {
  background-color: #424242;
}

.md-bg-red-500 {
  background-color: #f44336 !important;
}

a.md-bg-red-500:hover,
a.md-bg-red-500:focus {
  background-color: #424242;
}

.md-bg-red-600 {
  background-color: #e53935 !important;
}

a.md-bg-red-600:hover,
a.md-bg-red-600:focus {
  background-color: #424242;
}

.md-bg-red-700 {
  background-color: #c62828 !important;
}

a.md-bg-red-700:hover,
a.md-bg-red-700:focus {
  background-color: #424242;
}

.md-bg-red-800 {
  background-color: #c62828 !important;
}

a.md-bg-red-800:hover,
a.md-bg-red-800:focus {
  background-color: #424242;
}

.md-bg-red-900 {
  background-color: #b71c1c !important;
}

a.md-bg-red-900:hover,
a.md-bg-red-900:focus {
  background-color: #424242;
}

.md-bg-red-A100 {
  background-color: #ff8a80 !important;
}

a.md-bg-red-A100:hover,
a.md-bg-red-A100:focus {
  background-color: #424242;
}

.md-bg-red-A200 {
  background-color: #ff5252 !important;
}

a.md-bg-red-A200:hover,
a.md-bg-red-A200:focus {
  background-color: #424242;
}

.md-bg-red-A400 {
  background-color: #ff1744 !important;
}

a.md-bg-red-A400:hover,
a.md-bg-red-A400:focus {
  background-color: #424242;
}

.md-bg-red-A700 {
  background-color: #d50000 !important;
}

a.md-bg-red-A700:hover,
a.md-bg-red-A700:focus {
  background-color: #424242;
}

.md-pink {
  color: #e91e63 !important;
}

a.md-pink:hover,
a.md-pink:focus {
  color: #C2185B !important;
}

.md-pink-50 {
  color: #fce4ec !important;
}

a.md-pink-50:hover,
a.md-pink-50:focus {
  color: #f8bbd0 !important;
}

.md-pink-100 {
  color: #f8bbd0 !important;
}

a.md-pink-100:hover,
a.md-pink-100:focus {
  color: #f48fb1 !important;
}

.md-pink-200 {
  color: #f48fb1 !important;
}

a.md-pink-200:hover,
a.md-pink-200:focus {
  color: #f06292 !important;
}

.md-pink-300 {
  color: #f06292 !important;
}

a.md-pink-300:hover,
a.md-pink-300:focus {
  color: #ec407a !important;
}

.md-pink-400 {
  color: #ec407a !important;
}

a.md-pink-400:hover,
a.md-pink-400:focus {
  color: #e91e63 !important;
}

.md-pink-500 {
  color: #e91e63 !important;
}

a.md-pink-500:hover,
a.md-pink-500:focus {
  color: #d81b60 !important;
}

.md-pink-600 {
  color: #d81b60 !important;
}

a.md-pink-600:hover,
a.md-pink-600:focus {
  color: #c2185b !important;
}

.md-pink-700 {
  color: #c2185b !important;
}

a.md-pink-700:hover,
a.md-pink-700:focus {
  color: #ad1457 !important;
}

.md-pink-800 {
  color: #ad1457 !important;
}

a.md-pink-800:hover,
a.md-pink-800:focus {
  color: #880e4f !important;
}

.md-pink-900 {
  color: #880e4f !important;
}

a.md-pink-900:hover,
a.md-pink-900:focus {
  color: #5a0934 !important;
}

.md-pink-A100 {
  color: #ff80ab !important;
}

a.md-pink-A100:hover,
a.md-pink-A100:focus {
  color: #ff4d89 !important;
}

.md-pink-A200 {
  color: #ff4081 !important;
}

a.md-pink-A200:hover,
a.md-pink-A200:focus {
  color: #ff0d5f !important;
}

.md-pink-A400 {
  color: #f50057 !important;
}

a.md-pink-A400:hover,
a.md-pink-A400:focus {
  color: #c20045 !important;
}

.md-pink-A700 {
  color: #c51162 !important;
}

a.md-pink-A700:hover,
a.md-pink-A700:focus {
  color: #960d4b !important;
}

.md-bg-pink {
  background-color: #e91e63 !important;
}

a.md-bg-pink:hover,
a.md-bg-pink:focus {
  background-color: #C2185B !important;
}

.md-bg-pink-50 {
  background-color: #fce4ec !important;
}

a.md-bg-pink-50:hover,
a.md-bg-pink-50:focus {
  background-color: #f8bbd0 !important;
}

.md-bg-pink-100 {
  background-color: #f8bbd0 !important;
}

a.md-bg-pink-100:hover,
a.md-bg-pink-100:focus {
  background-color: #f48fb1 !important;
}

.md-bg-pink-200 {
  background-color: #f48fb1 !important;
}

a.md-bg-pink-200:hover,
a.md-bg-pink-200:focus {
  background-color: #f06292 !important;
}

.md-bg-pink-300 {
  background-color: #f06292 !important;
}

a.md-bg-pink-300:hover,
a.md-bg-pink-300:focus {
  background-color: #ec407a !important;
}

.md-bg-pink-400 {
  background-color: #ec407a !important;
}

a.md-bg-pink-400:hover,
a.md-bg-pink-400:focus {
  background-color: #e91e63 !important;
}

.md-bg-pink-500 {
  background-color: #e91e63 !important;
}

a.md-bg-pink-500:hover,
a.md-bg-pink-500:focus {
  background-color: #d81b60 !important;
}

.md-bg-pink-600 {
  background-color: #d81b60 !important;
}

a.md-bg-pink-600:hover,
a.md-bg-pink-600:focus {
  background-color: #c2185b !important;
}

.md-bg-pink-700 {
  background-color: #c2185b !important;
}

a.md-bg-pink-700:hover,
a.md-bg-pink-700:focus {
  background-color: #ad1457 !important;
}

.md-bg-pink-800 {
  background-color: #ad1457 !important;
}

a.md-bg-pink-800:hover,
a.md-bg-pink-800:focus {
  background-color: #880e4f !important;
}

.md-bg-pink-900 {
  background-color: #880e4f !important;
}

a.md-bg-pink-900:hover,
a.md-bg-pink-900:focus {
  background-color: #5a0934 !important;
}

.md-bg-pink-A100 {
  background-color: #ff80ab !important;
}

a.md-bg-pink-A100:hover,
a.md-bg-pink-A100:focus {
  background-color: #ff4d89 !important;
}

.md-bg-pink-A200 {
  background-color: #ff4081 !important;
}

a.md-bg-pink-A200:hover,
a.md-bg-pink-A200:focus {
  background-color: #ff0d5f !important;
}

.md-bg-pink-A400 {
  background-color: #f50057 !important;
}

a.md-bg-pink-A400:hover,
a.md-bg-pink-A400:focus {
  background-color: #c20045 !important;
}

.md-bg-pink-A700 {
  background-color: #c51162 !important;
}

a.md-bg-pink-A700:hover,
a.md-bg-pink-A700:focus {
  background-color: #960d4b !important;
}

.md-purple {
  color: #9c27b0 !important;
}

a.md-purple:hover,
a.md-purple:focus {
  color: #7B1FA2 !important;
}

.md-purple-50 {
  color: #f3e5f5 !important;
}

a.md-purple-50:hover,
a.md-purple-50:focus {
  color: #e1bee7 !important;
}

.md-purple-100 {
  color: #e1bee7 !important;
}

a.md-purple-100:hover,
a.md-purple-100:focus {
  color: #ce93d8 !important;
}

.md-purple-200 {
  color: #ce93d8 !important;
}

a.md-purple-200:hover,
a.md-purple-200:focus {
  color: #ba68c8 !important;
}

.md-purple-300 {
  color: #ba68c8 !important;
}

a.md-purple-300:hover,
a.md-purple-300:focus {
  color: #ab47bc !important;
}

.md-purple-400 {
  color: #ab47bc !important;
}

a.md-purple-400:hover,
a.md-purple-400:focus {
  color: #9c27b0 !important;
}

.md-purple-500 {
  color: #9c27b0 !important;
}

a.md-purple-500:hover,
a.md-purple-500:focus {
  color: #7B1FA2 !important;
}

.md-purple-600 {
  color: #8e24aa !important;
}

a.md-purple-600:hover,
a.md-purple-600:focus {
  color: #7b1fa2 !important;
}

.md-purple-700 {
  color: #7b1fa2 !important;
}

a.md-purple-700:hover,
a.md-purple-700:focus {
  color: #6a1b9a !important;
}

.md-purple-800 {
  color: #6a1b9a !important;
}

a.md-purple-800:hover,
a.md-purple-800:focus {
  color: #4a148c !important;
}

.md-purple-900 {
  color: #4a148c !important;
}

a.md-purple-900:hover,
a.md-purple-900:focus {
  color: #320e5f !important;
}

.md-purple-A100 {
  color: #ea80fc !important;
}

a.md-purple-A100:hover,
a.md-purple-A100:focus {
  color: #e24efb !important;
}

.md-purple-A200 {
  color: #e040fb !important;
}

a.md-purple-A200:hover,
a.md-purple-A200:focus {
  color: #d80efa !important;
}

.md-purple-A400 {
  color: #d500f9 !important;
}

a.md-purple-A400:hover,
a.md-purple-A400:focus {
  color: #a900c6 !important;
}

.md-purple-A700 {
  color: #aa00ff !important;
}

a.md-purple-A700:hover,
a.md-purple-A700:focus {
  color: #8800cc !important;
}

.md-bg-purple {
  background-color: #9c27b0 !important;
}

a.md-bg-purple:hover,
a.md-bg-purple:focus {
  background-color: #7B1FA2 !important;
}

.md-bg-purple-50 {
  background-color: #f3e5f5 !important;
}

a.md-bg-purple-50:hover,
a.md-bg-purple-50:focus {
  background-color: #e1bee7 !important;
}

.md-bg-purple-100 {
  background-color: #e1bee7 !important;
}

a.md-bg-purple-100:hover,
a.md-bg-purple-100:focus {
  background-color: #ce93d8 !important;
}

.md-bg-purple-200 {
  background-color: #ce93d8 !important;
}

a.md-bg-purple-200:hover,
a.md-bg-purple-200:focus {
  background-color: #ba68c8 !important;
}

.md-bg-purple-300 {
  background-color: #ba68c8 !important;
}

a.md-bg-purple-300:hover,
a.md-bg-purple-300:focus {
  background-color: #ab47bc !important;
}

.md-bg-purple-400 {
  background-color: #ab47bc !important;
}

a.md-bg-purple-400:hover,
a.md-bg-purple-400:focus {
  background-color: #9c27b0 !important;
}

.md-bg-purple-500 {
  background-color: #9c27b0 !important;
}

a.md-bg-purple-500:hover,
a.md-bg-purple-500:focus {
  background-color: #8e24aa !important;
}

.md-bg-purple-600 {
  background-color: #8e24aa !important;
}

a.md-bg-purple-600:hover,
a.md-bg-purple-600:focus {
  background-color: #7b1fa2 !important;
}

.md-bg-purple-700 {
  background-color: #7b1fa2 !important;
}

a.md-bg-purple-700:hover,
a.md-bg-purple-700:focus {
  background-color: #6a1b9a !important;
}

.md-bg-purple-800 {
  background-color: #6a1b9a !important;
}

a.md-bg-purple-800:hover,
a.md-bg-purple-800:focus {
  background-color: #4a148c !important;
}

.md-bg-purple-900 {
  background-color: #4a148c !important;
}

a.md-bg-purple-900:hover,
a.md-bg-purple-900:focus {
  background-color: #320e5f !important;
}

.md-bg-purple-A100 {
  background-color: #ea80fc !important;
}

a.md-bg-purple-A100:hover,
a.md-bg-purple-A100:focus {
  background-color: #e24efb !important;
}

.md-bg-purple-A200 {
  background-color: #e040fb !important;
}

a.md-bg-purple-A200:hover,
a.md-bg-purple-A200:focus {
  background-color: #d80efa !important;
}

.md-bg-purple-A400 {
  background-color: #d500f9 !important;
}

a.md-bg-purple-A400:hover,
a.md-bg-purple-A400:focus {
  background-color: #a900c6 !important;
}

.md-bg-purple-A700 {
  background-color: #aa00ff !important;
}

a.md-bg-purple-A700:hover,
a.md-bg-purple-A700:focus {
  background-color: #8800cc !important;
}

.md-deep-purple {
  color: #673ab7 !important;
}

a.md-deep-purple:hover,
a.md-deep-purple:focus {
  color: #5e35b1 !important;
}

.md-deep-purple-50 {
  color: #ede7f6 !important;
}

a.md-deep-purple-50:hover,
a.md-deep-purple-50:focus {
  color: #d1c4e9 !important;
}

.md-deep-purple-100 {
  color: #d1c4e9 !important;
}

a.md-deep-purple-100:hover,
a.md-deep-purple-100:focus {
  color: #b39ddb !important;
}

.md-deep-purple-200 {
  color: #b39ddb !important;
}

a.md-deep-purple-200:hover,
a.md-deep-purple-200:focus {
  color: #9575cd !important;
}

.md-deep-purple-300 {
  color: #9575cd !important;
}

a.md-deep-purple-300:hover,
a.md-deep-purple-300:focus {
  color: #7e57c2 !important;
}

.md-deep-purple-400 {
  color: #7e57c2 !important;
}

a.md-deep-purple-400:hover,
a.md-deep-purple-400:focus {
  color: #673ab7 !important;
}

.md-deep-purple-500 {
  color: #673ab7 !important;
}

a.md-deep-purple-500:hover,
a.md-deep-purple-500:focus {
  color: #5e35b1 !important;
}

.md-deep-purple-600 {
  color: #5e35b1 !important;
}

a.md-deep-purple-600:hover,
a.md-deep-purple-600:focus {
  color: #512da8 !important;
}

.md-deep-purple-700 {
  color: #512da8 !important;
}

a.md-deep-purple-700:hover,
a.md-deep-purple-700:focus {
  color: #4527a0 !important;
}

.md-deep-purple-800 {
  color: #4527a0 !important;
}

a.md-deep-purple-800:hover,
a.md-deep-purple-800:focus {
  color: #311b92 !important;
}

.md-deep-purple-900 {
  color: #311b92 !important;
}

a.md-deep-purple-900:hover,
a.md-deep-purple-900:focus {
  color: #231367 !important;
}

.md-deep-purple-A100 {
  color: #b388ff !important;
}

a.md-deep-purple-A100:hover,
a.md-deep-purple-A100:focus {
  color: #9255ff !important;
}

.md-deep-purple-A200 {
  color: #7c4dff !important;
}

a.md-deep-purple-A200:hover,
a.md-deep-purple-A200:focus {
  color: #561aff !important;
}

.md-deep-purple-A400 {
  color: #651fff !important;
}

a.md-deep-purple-A400:hover,
a.md-deep-purple-A400:focus {
  color: #4900eb !important;
}

.md-deep-purple-A700 {
  color: #6200ea !important;
}

a.md-deep-purple-A700:hover,
a.md-deep-purple-A700:focus {
  color: #4d00b7 !important;
}

.md-bg-deep-purple {
  background-color: #673ab7 !important;
}

a.md-bg-deep-purple:hover,
a.md-bg-deep-purple:focus {
  background-color: #5e35b1 !important;
}

.md-bg-deep-purple-50 {
  background-color: #ede7f6 !important;
}

a.md-bg-deep-purple-50:hover,
a.md-bg-deep-purple-50:focus {
  background-color: #d1c4e9 !important;
}

.md-bg-deep-purple-100 {
  background-color: #d1c4e9 !important;
}

a.md-bg-deep-purple-100:hover,
a.md-bg-deep-purple-100:focus {
  background-color: #b39ddb !important;
}

.md-bg-deep-purple-200 {
  background-color: #b39ddb !important;
}

a.md-bg-deep-purple-200:hover,
a.md-bg-deep-purple-200:focus {
  background-color: #9575cd !important;
}

.md-bg-deep-purple-300 {
  background-color: #9575cd !important;
}

a.md-bg-deep-purple-300:hover,
a.md-bg-deep-purple-300:focus {
  background-color: #7e57c2 !important;
}

.md-bg-deep-purple-400 {
  background-color: #7e57c2 !important;
}

a.md-bg-deep-purple-400:hover,
a.md-bg-deep-purple-400:focus {
  background-color: #673ab7 !important;
}

.md-bg-deep-purple-500 {
  background-color: #673ab7 !important;
}

a.md-bg-deep-purple-500:hover,
a.md-bg-deep-purple-500:focus {
  background-color: #5e35b1 !important;
}

.md-bg-deep-purple-600 {
  background-color: #5e35b1 !important;
}

a.md-bg-deep-purple-600:hover,
a.md-bg-deep-purple-600:focus {
  background-color: #512da8 !important;
}

.md-bg-deep-purple-700 {
  background-color: #512da8 !important;
}

a.md-bg-deep-purple-700:hover,
a.md-bg-deep-purple-700:focus {
  background-color: #4527a0 !important;
}

.md-bg-deep-purple-800 {
  background-color: #4527a0 !important;
}

a.md-bg-deep-purple-800:hover,
a.md-bg-deep-purple-800:focus {
  background-color: #311b92 !important;
}

.md-bg-deep-purple-900 {
  background-color: #311b92 !important;
}

a.md-bg-deep-purple-900:hover,
a.md-bg-deep-purple-900:focus {
  background-color: #231367 !important;
}

.md-bg-deep-purple-A100 {
  background-color: #b388ff !important;
}

a.md-bg-deep-purple-A100:hover,
a.md-bg-deep-purple-A100:focus {
  background-color: #9255ff !important;
}

.md-bg-deep-purple-A200 {
  background-color: #7c4dff !important;
}

a.md-bg-deep-purple-A200:hover,
a.md-bg-deep-purple-A200:focus {
  background-color: #561aff !important;
}

.md-bg-deep-purple-A400 {
  background-color: #651fff !important;
}

a.md-bg-deep-purple-A400:hover,
a.md-bg-deep-purple-A400:focus {
  background-color: #4900eb !important;
}

.md-bg-deep-purple-A700 {
  background-color: #6200ea !important;
}

a.md-bg-deep-purple-A700:hover,
a.md-bg-deep-purple-A700:focus {
  background-color: #4d00b7 !important;
}

.md-indigo {
  color: #3f51b5 !important;
}

a.md-indigo:hover,
a.md-indigo:focus {
  color: #3949ab !important;
}

.md-indigo-50 {
  color: #e8eaf6 !important;
}

a.md-indigo-50:hover,
a.md-indigo-50:focus {
  color: #c5cae9 !important;
}

.md-indigo-100 {
  color: #c5cae9 !important;
}

a.md-indigo-100:hover,
a.md-indigo-100:focus {
  color: #9fa8da !important;
}

.md-indigo-200 {
  color: #9fa8da !important;
}

a.md-indigo-200:hover,
a.md-indigo-200:focus {
  color: #7986cb !important;
}

.md-indigo-300 {
  color: #7986cb !important;
}

a.md-indigo-300:hover,
a.md-indigo-300:focus {
  color: #5c6bc0 !important;
}

.md-indigo-400 {
  color: #5c6bc0 !important;
}

a.md-indigo-400:hover,
a.md-indigo-400:focus {
  color: #3f51b5 !important;
}

.md-indigo-500 {
  color: #3f51b5 !important;
}

a.md-indigo-500:hover,
a.md-indigo-500:focus {
  color: #3949ab !important;
}

.md-indigo-600 {
  color: #3949ab !important;
}

a.md-indigo-600:hover,
a.md-indigo-600:focus {
  color: #303f9f !important;
}

.md-indigo-700 {
  color: #303f9f !important;
}

a.md-indigo-700:hover,
a.md-indigo-700:focus {
  color: #283593 !important;
}

.md-indigo-800 {
  color: #283593 !important;
}

a.md-indigo-800:hover,
a.md-indigo-800:focus {
  color: #1a237e !important;
}

.md-indigo-900 {
  color: #1a237e !important;
}

a.md-indigo-900:hover,
a.md-indigo-900:focus {
  color: #111754 !important;
}

.md-indigo-A100 {
  color: #8c9eff !important;
}

a.md-indigo-A100:hover,
a.md-indigo-A100:focus {
  color: #5973ff !important;
}

.md-indigo-A200 {
  color: #536dfe !important;
}

a.md-indigo-A200:hover,
a.md-indigo-A200:focus {
  color: #2042fe !important;
}

.md-indigo-A400 {
  color: #3d5afe !important;
}

a.md-indigo-A400:hover,
a.md-indigo-A400:focus {
  color: #0a2ffe !important;
}

.md-indigo-A700 {
  color: #304ffe !important;
}

a.md-indigo-A700:hover,
a.md-indigo-A700:focus {
  color: #0127fa !important;
}

.md-bg-indigo {
  background-color: #3f51b5 !important;
}

a.md-bg-indigo:hover,
a.md-bg-indigo:focus {
  background-color: #3949ab !important;
}

.md-bg-indigo-50 {
  background-color: #e8eaf6 !important;
}

a.md-bg-indigo-50:hover,
a.md-bg-indigo-50:focus {
  background-color: #c5cae9 !important;
}

.md-bg-indigo-100 {
  background-color: #c5cae9 !important;
}

a.md-bg-indigo-100:hover,
a.md-bg-indigo-100:focus {
  background-color: #9fa8da !important;
}

.md-bg-indigo-200 {
  background-color: #9fa8da !important;
}

a.md-bg-indigo-200:hover,
a.md-bg-indigo-200:focus {
  background-color: #7986cb !important;
}

.md-bg-indigo-300 {
  background-color: #7986cb !important;
}

a.md-bg-indigo-300:hover,
a.md-bg-indigo-300:focus {
  background-color: #5c6bc0 !important;
}

.md-bg-indigo-400 {
  background-color: #5c6bc0 !important;
}

a.md-bg-indigo-400:hover,
a.md-bg-indigo-400:focus {
  background-color: #3f51b5 !important;
}

.md-bg-indigo-500 {
  background-color: #3f51b5 !important;
}

a.md-bg-indigo-500:hover,
a.md-bg-indigo-500:focus {
  background-color: #3949ab !important;
}

.md-bg-indigo-600 {
  background-color: #3949ab !important;
}

a.md-bg-indigo-600:hover,
a.md-bg-indigo-600:focus {
  background-color: #303f9f !important;
}

.md-bg-indigo-700 {
  background-color: #303f9f !important;
}

a.md-bg-indigo-700:hover,
a.md-bg-indigo-700:focus {
  background-color: #283593 !important;
}

.md-bg-indigo-800 {
  background-color: #283593 !important;
}

a.md-bg-indigo-800:hover,
a.md-bg-indigo-800:focus {
  background-color: #1a237e !important;
}

.md-bg-indigo-900 {
  background-color: #1a237e !important;
}

a.md-bg-indigo-900:hover,
a.md-bg-indigo-900:focus {
  background-color: #111754 !important;
}

.md-bg-indigo-A100 {
  background-color: #8c9eff !important;
}

a.md-bg-indigo-A100:hover,
a.md-bg-indigo-A100:focus {
  background-color: #5973ff !important;
}

.md-bg-indigo-A200 {
  background-color: #536dfe !important;
}

a.md-bg-indigo-A200:hover,
a.md-bg-indigo-A200:focus {
  background-color: #2042fe !important;
}

.md-bg-indigo-A400 {
  background-color: #3d5afe !important;
}

a.md-bg-indigo-A400:hover,
a.md-bg-indigo-A400:focus {
  background-color: #0a2ffe !important;
}

.md-bg-indigo-A700 {
  background-color: #304ffe !important;
}

a.md-bg-indigo-A700:hover,
a.md-bg-indigo-A700:focus {
  background-color: #0127fa !important;
}

.md-blue {
  color: #2196f3 !important;
}

a.md-blue:hover,
a.md-blue:focus {
  color: #424242;
}

.md-blue-50 {
  color: #e3f2fd !important;
}

a.md-blue-50:hover,
a.md-blue-50:focus {
  color: #424242;
}

.md-blue-100 {
  color: #bbdefb !important;
}

a.md-blue-100:hover,
a.md-blue-100:focus {
  color: #424242;
}

.md-blue-200 {
  color: #90caf9 !important;
}

a.md-blue-200:hover,
a.md-blue-200:focus {
  color: #424242;
}

.md-blue-300 {
  color: #64b5f6 !important;
}

a.md-blue-300:hover,
a.md-blue-300:focus {
  color: #424242;
}

.md-blue-400 {
  color: #42a5f5 !important;
}

a.md-blue-400:hover,
a.md-blue-400:focus {
  color: #424242;
}

.md-blue-500 {
  color: #2196f3 !important;
}

a.md-blue-500:hover,
a.md-blue-500:focus {
  color: #424242;
}

.md-blue-600 {
  color: #1e88e5 !important;
}

a.md-blue-600:hover,
a.md-blue-600:focus {
  color: #424242;
}

.md-blue-700 {
  color: #1565c0 !important;
}

a.md-blue-700:hover,
a.md-blue-700:focus {
  color: #424242;
}

.md-blue-800 {
  color: #1565c0 !important;
}

a.md-blue-800:hover,
a.md-blue-800:focus {
  color: #424242;
}

.md-blue-900 {
  color: #0d47a1 !important;
}

a.md-blue-900:hover,
a.md-blue-900:focus {
  color: #424242;
}

.md-blue-A100 {
  color: #82b1ff !important;
}

a.md-blue-A100:hover,
a.md-blue-A100:focus {
  color: #424242;
}

.md-blue-A200 {
  color: #448aff !important;
}

a.md-blue-A200:hover,
a.md-blue-A200:focus {
  color: #424242;
}

.md-blue-A400 {
  color: #2979ff !important;
}

a.md-blue-A400:hover,
a.md-blue-A400:focus {
  color: #424242;
}

.md-blue-A700 {
  color: #2962ff !important;
}

a.md-blue-A700:hover,
a.md-blue-A700:focus {
  color: #424242;
}

.md-bg-blue {
  background-color: #2196f3 !important;
}

a.md-bg-blue:hover,
a.md-bg-blue:focus {
  background-color: #424242;
}

.md-bg-blue-50 {
  background-color: #e3f2fd !important;
}

a.md-bg-blue-50:hover,
a.md-bg-blue-50:focus {
  background-color: #424242;
}

.md-bg-blue-100 {
  background-color: #bbdefb !important;
}

a.md-bg-blue-100:hover,
a.md-bg-blue-100:focus {
  background-color: #424242;
}

.md-bg-blue-200 {
  background-color: #90caf9 !important;
}

a.md-bg-blue-200:hover,
a.md-bg-blue-200:focus {
  background-color: #424242;
}

.md-bg-blue-300 {
  background-color: #64b5f6 !important;
}

a.md-bg-blue-300:hover,
a.md-bg-blue-300:focus {
  background-color: #424242;
}

.md-bg-blue-400 {
  background-color: #42a5f5 !important;
}

a.md-bg-blue-400:hover,
a.md-bg-blue-400:focus {
  background-color: #424242;
}

.md-bg-blue-500 {
  background-color: #2196f3 !important;
}

a.md-bg-blue-500:hover,
a.md-bg-blue-500:focus {
  background-color: #424242;
}

.md-bg-blue-600 {
  background-color: #1e88e5 !important;
}

a.md-bg-blue-600:hover,
a.md-bg-blue-600:focus {
  background-color: #424242;
}

.md-bg-blue-700 {
  background-color: #1565c0 !important;
}

a.md-bg-blue-700:hover,
a.md-bg-blue-700:focus {
  background-color: #424242;
}

.md-bg-blue-800 {
  background-color: #1565c0 !important;
}

a.md-bg-blue-800:hover,
a.md-bg-blue-800:focus {
  background-color: #424242;
}

.md-bg-blue-900 {
  background-color: #0d47a1 !important;
}

a.md-bg-blue-900:hover,
a.md-bg-blue-900:focus {
  background-color: #424242;
}

.md-bg-blue-A100 {
  background-color: #82b1ff !important;
}

a.md-bg-blue-A100:hover,
a.md-bg-blue-A100:focus {
  background-color: #424242;
}

.md-bg-blue-A200 {
  background-color: #448aff !important;
}

a.md-bg-blue-A200:hover,
a.md-bg-blue-A200:focus {
  background-color: #424242;
}

.md-bg-blue-A400 {
  background-color: #2979ff !important;
}

a.md-bg-blue-A400:hover,
a.md-bg-blue-A400:focus {
  background-color: #424242;
}

.md-bg-blue-A700 {
  background-color: #2962ff !important;
}

a.md-bg-blue-A700:hover,
a.md-bg-blue-A700:focus {
  background-color: #424242;
}

.md-light-blue {
  color: #03a9f4 !important;
}

a.md-light-blue:hover,
a.md-light-blue:focus {
  color: #039be5 !important;
}

.md-light-blue-50 {
  color: #e1f5fe !important;
}

a.md-light-blue-50:hover,
a.md-light-blue-50:focus {
  color: #b3e5fc !important;
}

.md-light-blue-100 {
  color: #b3e5fc !important;
}

a.md-light-blue-100:hover,
a.md-light-blue-100:focus {
  color: #81d4fa !important;
}

.md-light-blue-200 {
  color: #81d4fa !important;
}

a.md-light-blue-200:hover,
a.md-light-blue-200:focus {
  color: #4fc3f7 !important;
}

.md-light-blue-300 {
  color: #4fc3f7 !important;
}

a.md-light-blue-300:hover,
a.md-light-blue-300:focus {
  color: #29b6f6 !important;
}

.md-light-blue-400 {
  color: #29b6f6 !important;
}

a.md-light-blue-400:hover,
a.md-light-blue-400:focus {
  color: #03a9f4 !important;
}

.md-light-blue-500 {
  color: #03a9f4 !important;
}

a.md-light-blue-500:hover,
a.md-light-blue-500:focus {
  color: #039be5 !important;
}

.md-light-blue-600 {
  color: #039be5 !important;
}

a.md-light-blue-600:hover,
a.md-light-blue-600:focus {
  color: #0288d1 !important;
}

.md-light-blue-700 {
  color: #0288d1 !important;
}

a.md-light-blue-700:hover,
a.md-light-blue-700:focus {
  color: #0277bd !important;
}

.md-light-blue-800 {
  color: #0277bd !important;
}

a.md-light-blue-800:hover,
a.md-light-blue-800:focus {
  color: #01579b !important;
}

.md-light-blue-900 {
  color: #01579b !important;
}

a.md-light-blue-900:hover,
a.md-light-blue-900:focus {
  color: #013b68 !important;
}

.md-light-blue-A100 {
  color: #80d8ff !important;
}

a.md-light-blue-A100:hover,
a.md-light-blue-A100:focus {
  color: #4dc8ff !important;
}

.md-light-blue-A200 {
  color: #40c4ff !important;
}

a.md-light-blue-A200:hover,
a.md-light-blue-A200:focus {
  color: #0db4ff !important;
}

.md-light-blue-A400 {
  color: #00b0ff !important;
}

a.md-light-blue-A400:hover,
a.md-light-blue-A400:focus {
  color: #008dcc !important;
}

.md-light-blue-A700 {
  color: #0091ea !important;
}

a.md-light-blue-A700:hover,
a.md-light-blue-A700:focus {
  color: #0071b7 !important;
}

.md-bg-light-blue {
  background-color: #03a9f4 !important;
}

a.md-bg-light-blue:hover,
a.md-bg-light-blue:focus {
  background-color: #039be5 !important;
}

.md-bg-light-blue-50 {
  background-color: #e1f5fe !important;
}

a.md-bg-light-blue-50:hover,
a.md-bg-light-blue-50:focus {
  background-color: #b3e5fc !important;
}

.md-bg-light-blue-100 {
  background-color: #b3e5fc !important;
}

a.md-bg-light-blue-100:hover,
a.md-bg-light-blue-100:focus {
  background-color: #81d4fa !important;
}

.md-bg-light-blue-200 {
  background-color: #81d4fa !important;
}

a.md-bg-light-blue-200:hover,
a.md-bg-light-blue-200:focus {
  background-color: #4fc3f7 !important;
}

.md-bg-light-blue-300 {
  background-color: #4fc3f7 !important;
}

a.md-bg-light-blue-300:hover,
a.md-bg-light-blue-300:focus {
  background-color: #29b6f6 !important;
}

.md-bg-light-blue-400 {
  background-color: #29b6f6 !important;
}

a.md-bg-light-blue-400:hover,
a.md-bg-light-blue-400:focus {
  background-color: #03a9f4 !important;
}

.md-bg-light-blue-500 {
  background-color: #03a9f4 !important;
}

a.md-bg-light-blue-500:hover,
a.md-bg-light-blue-500:focus {
  background-color: #039be5 !important;
}

.md-bg-light-blue-600 {
  background-color: #039be5 !important;
}

a.md-bg-light-blue-600:hover,
a.md-bg-light-blue-600:focus {
  background-color: #0288d1 !important;
}

.md-bg-light-blue-700 {
  background-color: #0288d1 !important;
}

a.md-bg-light-blue-700:hover,
a.md-bg-light-blue-700:focus {
  background-color: #0277bd !important;
}

.md-bg-light-blue-800 {
  background-color: #0277bd !important;
}

a.md-bg-light-blue-800:hover,
a.md-bg-light-blue-800:focus {
  background-color: #01579b !important;
}

.md-bg-light-blue-900 {
  background-color: #01579b !important;
}

a.md-bg-light-blue-900:hover,
a.md-bg-light-blue-900:focus {
  background-color: #013b68 !important;
}

.md-bg-light-blue-A100 {
  background-color: #80d8ff !important;
}

a.md-bg-light-blue-A100:hover,
a.md-bg-light-blue-A100:focus {
  background-color: #4dc8ff !important;
}

.md-bg-light-blue-A200 {
  background-color: #40c4ff !important;
}

a.md-bg-light-blue-A200:hover,
a.md-bg-light-blue-A200:focus {
  background-color: #0db4ff !important;
}

.md-bg-light-blue-A400 {
  background-color: #00b0ff !important;
}

a.md-bg-light-blue-A400:hover,
a.md-bg-light-blue-A400:focus {
  background-color: #008dcc !important;
}

.md-bg-light-blue-A700 {
  background-color: #0091ea !important;
}

a.md-bg-light-blue-A700:hover,
a.md-bg-light-blue-A700:focus {
  background-color: #0071b7 !important;
}

.md-cyan {
  color: #00bcd4 !important;
}

a.md-cyan:hover,
a.md-cyan:focus {
  color: #00acc1 !important;
}

.md-cyan-50 {
  color: #e0f7fa !important;
}

a.md-cyan-50:hover,
a.md-cyan-50:focus {
  color: #b2ebf2 !important;
}

.md-cyan-100 {
  color: #b2ebf2 !important;
}

a.md-cyan-100:hover,
a.md-cyan-100:focus {
  color: #80deea !important;
}

.md-cyan-200 {
  color: #80deea !important;
}

a.md-cyan-200:hover,
a.md-cyan-200:focus {
  color: #4dd0e1 !important;
}

.md-cyan-300 {
  color: #4dd0e1 !important;
}

a.md-cyan-300:hover,
a.md-cyan-300:focus {
  color: #26c6da !important;
}

.md-cyan-400 {
  color: #26c6da !important;
}

a.md-cyan-400:hover,
a.md-cyan-400:focus {
  color: #00bcd4 !important;
}

.md-cyan-500 {
  color: #00bcd4 !important;
}

a.md-cyan-500:hover,
a.md-cyan-500:focus {
  color: #00acc1 !important;
}

.md-cyan-600 {
  color: #00acc1 !important;
}

a.md-cyan-600:hover,
a.md-cyan-600:focus {
  color: #0097a7 !important;
}

.md-cyan-700 {
  color: #0097a7 !important;
}

a.md-cyan-700:hover,
a.md-cyan-700:focus {
  color: #00838f !important;
}

.md-cyan-800 {
  color: #00838f !important;
}

a.md-cyan-800:hover,
a.md-cyan-800:focus {
  color: #006064 !important;
}

.md-cyan-900 {
  color: #006064 !important;
}

a.md-cyan-900:hover,
a.md-cyan-900:focus {
  color: #002f31 !important;
}

.md-cyan-A100 {
  color: #84ffff !important;
}

a.md-cyan-A100:hover,
a.md-cyan-A100:focus {
  color: #51ffff !important;
}

.md-cyan-A200 {
  color: #18ffff !important;
}

a.md-cyan-A200:hover,
a.md-cyan-A200:focus {
  color: #00e4e4 !important;
}

.md-cyan-A400 {
  color: #00e5ff !important;
}

a.md-cyan-A400:hover,
a.md-cyan-A400:focus {
  color: #00b7cc !important;
}

.md-cyan-A700 {
  color: #00b8d4 !important;
}

a.md-cyan-A700:hover,
a.md-cyan-A700:focus {
  color: #008ca1 !important;
}

.md-bg-cyan {
  background-color: #00bcd4 !important;
}

a.md-bg-cyan:hover,
a.md-bg-cyan:focus {
  background-color: #00acc1 !important;
}

.md-bg-cyan-50 {
  background-color: #e0f7fa !important;
}

a.md-bg-cyan-50:hover,
a.md-bg-cyan-50:focus {
  background-color: #b2ebf2 !important;
}

.md-bg-cyan-100 {
  background-color: #b2ebf2 !important;
}

a.md-bg-cyan-100:hover,
a.md-bg-cyan-100:focus {
  background-color: #80deea !important;
}

.md-bg-cyan-200 {
  background-color: #80deea !important;
}

a.md-bg-cyan-200:hover,
a.md-bg-cyan-200:focus {
  background-color: #4dd0e1 !important;
}

.md-bg-cyan-300 {
  background-color: #4dd0e1 !important;
}

a.md-bg-cyan-300:hover,
a.md-bg-cyan-300:focus {
  background-color: #26c6da !important;
}

.md-bg-cyan-400 {
  background-color: #26c6da !important;
}

a.md-bg-cyan-400:hover,
a.md-bg-cyan-400:focus {
  background-color: #00bcd4 !important;
}

.md-bg-cyan-500 {
  background-color: #00bcd4 !important;
}

a.md-bg-cyan-500:hover,
a.md-bg-cyan-500:focus {
  background-color: #00acc1 !important;
}

.md-bg-cyan-600 {
  background-color: #00acc1 !important;
}

a.md-bg-cyan-600:hover,
a.md-bg-cyan-600:focus {
  background-color: #0097a7 !important;
}

.md-bg-cyan-700 {
  background-color: #0097a7 !important;
}

a.md-bg-cyan-700:hover,
a.md-bg-cyan-700:focus {
  background-color: #00838f !important;
}

.md-bg-cyan-800 {
  background-color: #00838f !important;
}

a.md-bg-cyan-800:hover,
a.md-bg-cyan-800:focus {
  background-color: #006064 !important;
}

.md-bg-cyan-900 {
  background-color: #006064 !important;
}

a.md-bg-cyan-900:hover,
a.md-bg-cyan-900:focus {
  background-color: #002f31 !important;
}

.md-bg-cyan-A100 {
  background-color: #84ffff !important;
}

a.md-bg-cyan-A100:hover,
a.md-bg-cyan-A100:focus {
  background-color: #51ffff !important;
}

.md-bg-cyan-A200 {
  background-color: #18ffff !important;
}

a.md-bg-cyan-A200:hover,
a.md-bg-cyan-A200:focus {
  background-color: #00e4e4 !important;
}

.md-bg-cyan-A400 {
  background-color: #00e5ff !important;
}

a.md-bg-cyan-A400:hover,
a.md-bg-cyan-A400:focus {
  background-color: #00b7cc !important;
}

.md-bg-cyan-A700 {
  background-color: #00b8d4 !important;
}

a.md-bg-cyan-A700:hover,
a.md-bg-cyan-A700:focus {
  background-color: #008ca1 !important;
}

.md-teal {
  color: #009688 !important;
}

a.md-teal:hover,
a.md-teal:focus {
  color: #00897b !important;
}

.md-teal-50 {
  color: #e0f2f1 !important;
}

a.md-teal-50:hover,
a.md-teal-50:focus {
  color: #b2dfdb !important;
}

.md-teal-100 {
  color: #b2dfdb !important;
}

a.md-teal-100:hover,
a.md-teal-100:focus {
  color: #80cbc4 !important;
}

.md-teal-200 {
  color: #80cbc4 !important;
}

a.md-teal-200:hover,
a.md-teal-200:focus {
  color: #4db6ac !important;
}

.md-teal-300 {
  color: #4db6ac !important;
}

a.md-teal-300:hover,
a.md-teal-300:focus {
  color: #26a69a !important;
}

.md-teal-400 {
  color: #26a69a !important;
}

a.md-teal-400:hover,
a.md-teal-400:focus {
  color: #009688 !important;
}

.md-teal-500 {
  color: #009688 !important;
}

a.md-teal-500:hover,
a.md-teal-500:focus {
  color: #00897b !important;
}

.md-teal-600 {
  color: #00897b !important;
}

a.md-teal-600:hover,
a.md-teal-600:focus {
  color: #00796b !important;
}

.md-teal-700 {
  color: #00796b !important;
}

a.md-teal-700:hover,
a.md-teal-700:focus {
  color: #00695c !important;
}

.md-teal-800 {
  color: #00695c !important;
}

a.md-teal-800:hover,
a.md-teal-800:focus {
  color: #004d40 !important;
}

.md-teal-900 {
  color: #004d40 !important;
}

a.md-teal-900:hover,
a.md-teal-900:focus {
  color: #001a16 !important;
}

.md-teal-A100 {
  color: #a7ffeb !important;
}

a.md-teal-A100:hover,
a.md-teal-A100:focus {
  color: #74ffdf !important;
}

.md-teal-A200 {
  color: #64ffda !important;
}

a.md-teal-A200:hover,
a.md-teal-A200:focus {
  color: #31ffce !important;
}

.md-teal-A400 {
  color: #1de9b6 !important;
}

a.md-teal-A400:hover,
a.md-teal-A400:focus {
  color: #13c095 !important;
}

.md-teal-A700 {
  color: #00bfa5 !important;
}

a.md-teal-A700:hover,
a.md-teal-A700:focus {
  color: #008c79 !important;
}

.md-bg-teal {
  background-color: #009688 !important;
}

a.md-bg-teal:hover,
a.md-bg-teal:focus {
  background-color: #00897b !important;
}

.md-bg-teal-50 {
  background-color: #e0f2f1 !important;
}

a.md-bg-teal-50:hover,
a.md-bg-teal-50:focus {
  background-color: #b2dfdb !important;
}

.md-bg-teal-100 {
  background-color: #b2dfdb !important;
}

a.md-bg-teal-100:hover,
a.md-bg-teal-100:focus {
  background-color: #80cbc4 !important;
}

.md-bg-teal-200 {
  background-color: #80cbc4 !important;
}

a.md-bg-teal-200:hover,
a.md-bg-teal-200:focus {
  background-color: #4db6ac !important;
}

.md-bg-teal-300 {
  background-color: #4db6ac !important;
}

a.md-bg-teal-300:hover,
a.md-bg-teal-300:focus {
  background-color: #26a69a !important;
}

.md-bg-teal-400 {
  background-color: #26a69a !important;
}

a.md-bg-teal-400:hover,
a.md-bg-teal-400:focus {
  background-color: #009688 !important;
}

.md-bg-teal-500 {
  background-color: #009688 !important;
}

a.md-bg-teal-500:hover,
a.md-bg-teal-500:focus {
  background-color: #00897b !important;
}

.md-bg-teal-600 {
  background-color: #00897b !important;
}

a.md-bg-teal-600:hover,
a.md-bg-teal-600:focus {
  background-color: #00796b !important;
}

.md-bg-teal-700 {
  background-color: #00796b !important;
}

a.md-bg-teal-700:hover,
a.md-bg-teal-700:focus {
  background-color: #00695c !important;
}

.md-bg-teal-800 {
  background-color: #00695c !important;
}

a.md-bg-teal-800:hover,
a.md-bg-teal-800:focus {
  background-color: #004d40 !important;
}

.md-bg-teal-900 {
  background-color: #004d40 !important;
}

a.md-bg-teal-900:hover,
a.md-bg-teal-900:focus {
  background-color: #001a16 !important;
}

.md-bg-teal-A100 {
  background-color: #a7ffeb !important;
}

a.md-bg-teal-A100:hover,
a.md-bg-teal-A100:focus {
  background-color: #74ffdf !important;
}

.md-bg-teal-A200 {
  background-color: #64ffda !important;
}

a.md-bg-teal-A200:hover,
a.md-bg-teal-A200:focus {
  background-color: #31ffce !important;
}

.md-bg-teal-A400 {
  background-color: #1de9b6 !important;
}

a.md-bg-teal-A400:hover,
a.md-bg-teal-A400:focus {
  background-color: #13c095 !important;
}

.md-bg-teal-A700 {
  background-color: #00bfa5 !important;
}

a.md-bg-teal-A700:hover,
a.md-bg-teal-A700:focus {
  background-color: #008c79 !important;
}

.md-green {
  color: #4caf50 !important;
}

a.md-green:hover,
a.md-green:focus {
  color: #43a047 !important;
}

.md-green-50 {
  color: #e8f5e9 !important;
}

a.md-green-50:hover,
a.md-green-50:focus {
  color: #c8e6c9 !important;
}

.md-green-100 {
  color: #c8e6c9 !important;
}

a.md-green-100:hover,
a.md-green-100:focus {
  color: #a5d6a7 !important;
}

.md-green-200 {
  color: #a5d6a7 !important;
}

a.md-green-200:hover,
a.md-green-200:focus {
  color: #81c784 !important;
}

.md-green-300 {
  color: #81c784 !important;
}

a.md-green-300:hover,
a.md-green-300:focus {
  color: #66bb6a !important;
}

.md-green-400 {
  color: #66bb6a !important;
}

a.md-green-400:hover,
a.md-green-400:focus {
  color: #4caf50 !important;
}

.md-green-500 {
  color: #4caf50 !important;
}

a.md-green-500:hover,
a.md-green-500:focus {
  color: #43a047 !important;
}

.md-green-600 {
  color: #43a047 !important;
}

a.md-green-600:hover,
a.md-green-600:focus {
  color: #388e3c !important;
}

.md-green-700 {
  color: #388e3c !important;
}

a.md-green-700:hover,
a.md-green-700:focus {
  color: #2e7d32 !important;
}

.md-green-800 {
  color: #2e7d32 !important;
}

a.md-green-800:hover,
a.md-green-800:focus {
  color: #1b5e20 !important;
}

.md-green-900 {
  color: #1b5e20 !important;
}

a.md-green-900:hover,
a.md-green-900:focus {
  color: #103613 !important;
}

.md-green-A100 {
  color: #b9f6ca !important;
}

a.md-green-A100:hover,
a.md-green-A100:focus {
  color: #8cf0a8 !important;
}

.md-green-A200 {
  color: #69f0ae !important;
}

a.md-green-A200:hover,
a.md-green-A200:focus {
  color: #3beb95 !important;
}

.md-green-A400 {
  color: #00e676 !important;
}

a.md-green-A400:hover,
a.md-green-A400:focus {
  color: #00b35c !important;
}

.md-green-A700 {
  color: #00c853 !important;
}

a.md-green-A700:hover,
a.md-green-A700:focus {
  color: #00953e !important;
}

.md-bg-green {
  background-color: #4caf50 !important;
}

a.md-bg-green:hover,
a.md-bg-green:focus {
  background-color: #43a047 !important;
}

.md-bg-green-50 {
  background-color: #e8f5e9 !important;
}

a.md-bg-green-50:hover,
a.md-bg-green-50:focus {
  background-color: #c8e6c9 !important;
}

.md-bg-green-100 {
  background-color: #c8e6c9 !important;
}

a.md-bg-green-100:hover,
a.md-bg-green-100:focus {
  background-color: #a5d6a7 !important;
}

.md-bg-green-200 {
  background-color: #a5d6a7 !important;
}

a.md-bg-green-200:hover,
a.md-bg-green-200:focus {
  background-color: #81c784 !important;
}

.md-bg-green-300 {
  background-color: #81c784 !important;
}

a.md-bg-green-300:hover,
a.md-bg-green-300:focus {
  background-color: #66bb6a !important;
}

.md-bg-green-400 {
  background-color: #66bb6a !important;
}

a.md-bg-green-400:hover,
a.md-bg-green-400:focus {
  background-color: #4caf50 !important;
}

.md-bg-green-500 {
  background-color: #4caf50 !important;
}

a.md-bg-green-500:hover,
a.md-bg-green-500:focus {
  background-color: #43a047 !important;
}

.md-bg-green-600 {
  background-color: #43a047 !important;
}

a.md-bg-green-600:hover,
a.md-bg-green-600:focus {
  background-color: #388e3c !important;
}

.md-bg-green-700 {
  background-color: #388e3c !important;
}

a.md-bg-green-700:hover,
a.md-bg-green-700:focus {
  background-color: #2e7d32 !important;
}

.md-bg-green-800 {
  background-color: #2e7d32 !important;
}

a.md-bg-green-800:hover,
a.md-bg-green-800:focus {
  background-color: #1b5e20 !important;
}

.md-bg-green-900 {
  background-color: #1b5e20 !important;
}

a.md-bg-green-900:hover,
a.md-bg-green-900:focus {
  background-color: #103613 !important;
}

.md-bg-green-A100 {
  background-color: #b9f6ca !important;
}

a.md-bg-green-A100:hover,
a.md-bg-green-A100:focus {
  background-color: #8cf0a8 !important;
}

.md-bg-green-A200 {
  background-color: #69f0ae !important;
}

a.md-bg-green-A200:hover,
a.md-bg-green-A200:focus {
  background-color: #3beb95 !important;
}

.md-bg-green-A400 {
  background-color: #00e676 !important;
}

a.md-bg-green-A400:hover,
a.md-bg-green-A400:focus {
  background-color: #00b35c !important;
}

.md-bg-green-A700 {
  background-color: #00c853 !important;
}

a.md-bg-green-A700:hover,
a.md-bg-green-A700:focus {
  background-color: #00953e !important;
}

.md-light-green {
  color: #8bc34a !important;
}

a.md-light-green:hover,
a.md-light-green:focus {
  color: #7cb342 !important;
}

.md-light-green-50 {
  color: #f1f8e9 !important;
}

a.md-light-green-50:hover,
a.md-light-green-50:focus {
  color: #dcedc8 !important;
}

.md-light-green-100 {
  color: #dcedc8 !important;
}

a.md-light-green-100:hover,
a.md-light-green-100:focus {
  color: #c5e1a5 !important;
}

.md-light-green-200 {
  color: #c5e1a5 !important;
}

a.md-light-green-200:hover,
a.md-light-green-200:focus {
  color: #aed581 !important;
}

.md-light-green-300 {
  color: #aed581 !important;
}

a.md-light-green-300:hover,
a.md-light-green-300:focus {
  color: #9ccc65 !important;
}

.md-light-green-400 {
  color: #9ccc65 !important;
}

a.md-light-green-400:hover,
a.md-light-green-400:focus {
  color: #8bc34a !important;
}

.md-light-green-500 {
  color: #8bc34a !important;
}

a.md-light-green-500:hover,
a.md-light-green-500:focus {
  color: #7cb342 !important;
}

.md-light-green-600 {
  color: #7cb342 !important;
}

a.md-light-green-600:hover,
a.md-light-green-600:focus {
  color: #689f38 !important;
}

.md-light-green-700 {
  color: #689f38 !important;
}

a.md-light-green-700:hover,
a.md-light-green-700:focus {
  color: #558b2f !important;
}

.md-light-green-800 {
  color: #558b2f !important;
}

a.md-light-green-800:hover,
a.md-light-green-800:focus {
  color: #33691e !important;
}

.md-light-green-900 {
  color: #33691e !important;
}

a.md-light-green-900:hover,
a.md-light-green-900:focus {
  color: #204113 !important;
}

.md-light-green-A100 {
  color: #ccff90 !important;
}

a.md-light-green-A100:hover,
a.md-light-green-A100:focus {
  color: #b5ff5d !important;
}

.md-light-green-A200 {
  color: #b2ff59 !important;
}

a.md-light-green-A200:hover,
a.md-light-green-A200:focus {
  color: #9aff26 !important;
}

.md-light-green-A400 {
  color: #76ff03 !important;
}

a.md-light-green-A400:hover,
a.md-light-green-A400:focus {
  color: #5ecf00 !important;
}

.md-light-green-A700 {
  color: #64dd17 !important;
}

a.md-light-green-A700:hover,
a.md-light-green-A700:focus {
  color: #4faf12 !important;
}

.md-bg-light-green {
  background-color: #8bc34a !important;
}

a.md-bg-light-green:hover,
a.md-bg-light-green:focus {
  background-color: #7cb342 !important;
}

.md-bg-light-green-50 {
  background-color: #f1f8e9 !important;
}

a.md-bg-light-green-50:hover,
a.md-bg-light-green-50:focus {
  background-color: #dcedc8 !important;
}

.md-bg-light-green-100 {
  background-color: #dcedc8 !important;
}

a.md-bg-light-green-100:hover,
a.md-bg-light-green-100:focus {
  background-color: #c5e1a5 !important;
}

.md-bg-light-green-200 {
  background-color: #c5e1a5 !important;
}

a.md-bg-light-green-200:hover,
a.md-bg-light-green-200:focus {
  background-color: #aed581 !important;
}

.md-bg-light-green-300 {
  background-color: #aed581 !important;
}

a.md-bg-light-green-300:hover,
a.md-bg-light-green-300:focus {
  background-color: #9ccc65 !important;
}

.md-bg-light-green-400 {
  background-color: #9ccc65 !important;
}

a.md-bg-light-green-400:hover,
a.md-bg-light-green-400:focus {
  background-color: #8bc34a !important;
}

.md-bg-light-green-500 {
  background-color: #8bc34a !important;
}

a.md-bg-light-green-500:hover,
a.md-bg-light-green-500:focus {
  background-color: #7cb342 !important;
}

.md-bg-light-green-600 {
  background-color: #7cb342 !important;
}

a.md-bg-light-green-600:hover,
a.md-bg-light-green-600:focus {
  background-color: #689f38 !important;
}

.md-bg-light-green-700 {
  background-color: #689f38 !important;
}

a.md-bg-light-green-700:hover,
a.md-bg-light-green-700:focus {
  background-color: #558b2f !important;
}

.md-bg-light-green-800 {
  background-color: #558b2f !important;
}

a.md-bg-light-green-800:hover,
a.md-bg-light-green-800:focus {
  background-color: #33691e !important;
}

.md-bg-light-green-900 {
  background-color: #33691e !important;
}

a.md-bg-light-green-900:hover,
a.md-bg-light-green-900:focus {
  background-color: #204113 !important;
}

.md-bg-light-green-A100 {
  background-color: #ccff90 !important;
}

a.md-bg-light-green-A100:hover,
a.md-bg-light-green-A100:focus {
  background-color: #b5ff5d !important;
}

.md-bg-light-green-A200 {
  background-color: #b2ff59 !important;
}

a.md-bg-light-green-A200:hover,
a.md-bg-light-green-A200:focus {
  background-color: #9aff26 !important;
}

.md-bg-light-green-A400 {
  background-color: #76ff03 !important;
}

a.md-bg-light-green-A400:hover,
a.md-bg-light-green-A400:focus {
  background-color: #5ecf00 !important;
}

.md-bg-light-green-A700 {
  background-color: #64dd17 !important;
}

a.md-bg-light-green-A700:hover,
a.md-bg-light-green-A700:focus {
  background-color: #4faf12 !important;
}

.md-lime {
  color: #cddc39 !important;
}

a.md-lime:hover,
a.md-lime:focus {
  color: #c0ca33 !important;
}

.md-lime-50 {
  color: #f9fbe7 !important;
}

a.md-lime-50:hover,
a.md-lime-50:focus {
  color: #f0f4c3 !important;
}

.md-lime-100 {
  color: #f0f4c3 !important;
}

a.md-lime-100:hover,
a.md-lime-100:focus {
  color: #e6ee9c !important;
}

.md-lime-200 {
  color: #e6ee9c !important;
}

a.md-lime-200:hover,
a.md-lime-200:focus {
  color: #dce775 !important;
}

.md-lime-300 {
  color: #dce775 !important;
}

a.md-lime-300:hover,
a.md-lime-300:focus {
  color: #d4e157 !important;
}

.md-lime-400 {
  color: #d4e157 !important;
}

a.md-lime-400:hover,
a.md-lime-400:focus {
  color: #cddc39 !important;
}

.md-lime-500 {
  color: #cddc39 !important;
}

a.md-lime-500:hover,
a.md-lime-500:focus {
  color: #c0ca33 !important;
}

.md-lime-600 {
  color: #c0ca33 !important;
}

a.md-lime-600:hover,
a.md-lime-600:focus {
  color: #afb42b !important;
}

.md-lime-700 {
  color: #afb42b !important;
}

a.md-lime-700:hover,
a.md-lime-700:focus {
  color: #9e9d24 !important;
}

.md-lime-800 {
  color: #9e9d24 !important;
}

a.md-lime-800:hover,
a.md-lime-800:focus {
  color: #827717 !important;
}

.md-lime-900 {
  color: #827717 !important;
}

a.md-lime-900:hover,
a.md-lime-900:focus {
  color: #574f0f !important;
}

.md-lime-A100 {
  color: #f4ff81 !important;
}

a.md-lime-A100:hover,
a.md-lime-A100:focus {
  color: #f0ff4e !important;
}

.md-lime-A200 {
  color: #eeff41 !important;
}

a.md-lime-A200:hover,
a.md-lime-A200:focus {
  color: #e9ff0e !important;
}

.md-lime-A400 {
  color: #c6ff00 !important;
}

a.md-lime-A400:hover,
a.md-lime-A400:focus {
  color: #9ecc00 !important;
}

.md-lime-A700 {
  color: #aeea00 !important;
}

a.md-lime-A700:hover,
a.md-lime-A700:focus {
  color: #88b700 !important;
}

.md-bg-lime {
  background-color: #cddc39 !important;
}

a.md-bg-lime:hover,
a.md-bg-lime:focus {
  background-color: #c0ca33 !important;
}

.md-bg-lime-50 {
  background-color: #f9fbe7 !important;
}

a.md-bg-lime-50:hover,
a.md-bg-lime-50:focus {
  background-color: #f0f4c3 !important;
}

.md-bg-lime-100 {
  background-color: #f0f4c3 !important;
}

a.md-bg-lime-100:hover,
a.md-bg-lime-100:focus {
  background-color: #e6ee9c !important;
}

.md-bg-lime-200 {
  background-color: #e6ee9c !important;
}

a.md-bg-lime-200:hover,
a.md-bg-lime-200:focus {
  background-color: #dce775 !important;
}

.md-bg-lime-300 {
  background-color: #dce775 !important;
}

a.md-bg-lime-300:hover,
a.md-bg-lime-300:focus {
  background-color: #d4e157 !important;
}

.md-bg-lime-400 {
  background-color: #d4e157 !important;
}

a.md-bg-lime-400:hover,
a.md-bg-lime-400:focus {
  background-color: #cddc39 !important;
}

.md-bg-lime-500 {
  background-color: #cddc39 !important;
}

a.md-bg-lime-500:hover,
a.md-bg-lime-500:focus {
  background-color: #c0ca33 !important;
}

.md-bg-lime-600 {
  background-color: #c0ca33 !important;
}

a.md-bg-lime-600:hover,
a.md-bg-lime-600:focus {
  background-color: #afb42b !important;
}

.md-bg-lime-700 {
  background-color: #afb42b !important;
}

a.md-bg-lime-700:hover,
a.md-bg-lime-700:focus {
  background-color: #9e9d24 !important;
}

.md-bg-lime-800 {
  background-color: #9e9d24 !important;
}

a.md-bg-lime-800:hover,
a.md-bg-lime-800:focus {
  background-color: #827717 !important;
}

.md-bg-lime-900 {
  background-color: #827717 !important;
}

a.md-bg-lime-900:hover,
a.md-bg-lime-900:focus {
  background-color: #574f0f !important;
}

.md-bg-lime-A100 {
  background-color: #f4ff81 !important;
}

a.md-bg-lime-A100:hover,
a.md-bg-lime-A100:focus {
  background-color: #f0ff4e !important;
}

.md-bg-lime-A200 {
  background-color: #eeff41 !important;
}

a.md-bg-lime-A200:hover,
a.md-bg-lime-A200:focus {
  background-color: #e9ff0e !important;
}

.md-bg-lime-A400 {
  background-color: #c6ff00 !important;
}

a.md-bg-lime-A400:hover,
a.md-bg-lime-A400:focus {
  background-color: #9ecc00 !important;
}

.md-bg-lime-A700 {
  background-color: #aeea00 !important;
}

a.md-bg-lime-A700:hover,
a.md-bg-lime-A700:focus {
  background-color: #88b700 !important;
}

.md-yellow {
  color: #ffeb3b !important;
}

a.md-yellow:hover,
a.md-yellow:focus {
  color: #fdd835 !important;
}

.md-yellow-50 {
  color: #fffde7 !important;
}

a.md-yellow-50:hover,
a.md-yellow-50:focus {
  color: #fff9c4 !important;
}

.md-yellow-100 {
  color: #fff9c4 !important;
}

a.md-yellow-100:hover,
a.md-yellow-100:focus {
  color: #fff59d !important;
}

.md-yellow-200 {
  color: #fff59d !important;
}

a.md-yellow-200:hover,
a.md-yellow-200:focus {
  color: #fff176 !important;
}

.md-yellow-300 {
  color: #fff176 !important;
}

a.md-yellow-300:hover,
a.md-yellow-300:focus {
  color: #ffee58 !important;
}

.md-yellow-400 {
  color: #ffee58 !important;
}

a.md-yellow-400:hover,
a.md-yellow-400:focus {
  color: #ffeb3b !important;
}

.md-yellow-500 {
  color: #ffeb3b !important;
}

a.md-yellow-500:hover,
a.md-yellow-500:focus {
  color: #fdd835 !important;
}

.md-yellow-600 {
  color: #fdd835 !important;
}

a.md-yellow-600:hover,
a.md-yellow-600:focus {
  color: #fbc02d !important;
}

.md-yellow-700 {
  color: #fbc02d !important;
}

a.md-yellow-700:hover,
a.md-yellow-700:focus {
  color: #f9a825 !important;
}

.md-yellow-800 {
  color: #f9a825 !important;
}

a.md-yellow-800:hover,
a.md-yellow-800:focus {
  color: #f57f17 !important;
}

.md-yellow-900 {
  color: #f57f17 !important;
}

a.md-yellow-900:hover,
a.md-yellow-900:focus {
  color: #d06609 !important;
}

.md-yellow-A100 {
  color: #ffff8d !important;
}

a.md-yellow-A100:hover,
a.md-yellow-A100:focus {
  color: #ffff5a !important;
}

.md-yellow-A200 {
  color: #ffff00 !important;
}

a.md-yellow-A200:hover,
a.md-yellow-A200:focus {
  color: #cccc00 !important;
}

.md-yellow-A400 {
  color: #ffea00 !important;
}

a.md-yellow-A400:hover,
a.md-yellow-A400:focus {
  color: #ccbb00 !important;
}

.md-yellow-A700 {
  color: #ffd600 !important;
}

a.md-yellow-A700:hover,
a.md-yellow-A700:focus {
  color: #ccab00 !important;
}

.md-bg-yellow {
  background-color: #ffeb3b !important;
}

a.md-bg-yellow:hover,
a.md-bg-yellow:focus {
  background-color: #fdd835 !important;
}

.md-bg-yellow-50 {
  background-color: #fffde7 !important;
}

a.md-bg-yellow-50:hover,
a.md-bg-yellow-50:focus {
  background-color: #fff9c4 !important;
}

.md-bg-yellow-100 {
  background-color: #fff9c4 !important;
}

a.md-bg-yellow-100:hover,
a.md-bg-yellow-100:focus {
  background-color: #fff59d !important;
}

.md-bg-yellow-200 {
  background-color: #fff59d !important;
}

a.md-bg-yellow-200:hover,
a.md-bg-yellow-200:focus {
  background-color: #fff176 !important;
}

.md-bg-yellow-300 {
  background-color: #fff176 !important;
}

a.md-bg-yellow-300:hover,
a.md-bg-yellow-300:focus {
  background-color: #ffee58 !important;
}

.md-bg-yellow-400 {
  background-color: #ffee58 !important;
}

a.md-bg-yellow-400:hover,
a.md-bg-yellow-400:focus {
  background-color: #ffeb3b !important;
}

.md-bg-yellow-500 {
  background-color: #ffeb3b !important;
}

a.md-bg-yellow-500:hover,
a.md-bg-yellow-500:focus {
  background-color: #fdd835 !important;
}

.md-bg-yellow-600 {
  background-color: #fdd835 !important;
}

a.md-bg-yellow-600:hover,
a.md-bg-yellow-600:focus {
  background-color: #fbc02d !important;
}

.md-bg-yellow-700 {
  background-color: #fbc02d !important;
}

a.md-bg-yellow-700:hover,
a.md-bg-yellow-700:focus {
  background-color: #f9a825 !important;
}

.md-bg-yellow-800 {
  background-color: #f9a825 !important;
}

a.md-bg-yellow-800:hover,
a.md-bg-yellow-800:focus {
  background-color: #f57f17 !important;
}

.md-bg-yellow-900 {
  background-color: #f57f17 !important;
}

a.md-bg-yellow-900:hover,
a.md-bg-yellow-900:focus {
  background-color: #d06609 !important;
}

.md-bg-yellow-A100 {
  background-color: #ffff8d !important;
}

a.md-bg-yellow-A100:hover,
a.md-bg-yellow-A100:focus {
  background-color: #ffff5a !important;
}

.md-bg-yellow-A200 {
  background-color: #ffff00 !important;
}

a.md-bg-yellow-A200:hover,
a.md-bg-yellow-A200:focus {
  background-color: #cccc00 !important;
}

.md-bg-yellow-A400 {
  background-color: #ffea00 !important;
}

a.md-bg-yellow-A400:hover,
a.md-bg-yellow-A400:focus {
  background-color: #ccbb00 !important;
}

.md-bg-yellow-A700 {
  background-color: #ffd600 !important;
}

a.md-bg-yellow-A700:hover,
a.md-bg-yellow-A700:focus {
  background-color: #ccab00 !important;
}

.md-amber {
  color: #ffc107 !important;
}

a.md-amber:hover,
a.md-amber:focus {
  color: #ffb300 !important;
}

.md-amber-50 {
  color: #fff8e1 !important;
}

a.md-amber-50:hover,
a.md-amber-50:focus {
  color: #ffecb3 !important;
}

.md-amber-100 {
  color: #ffecb3 !important;
}

a.md-amber-100:hover,
a.md-amber-100:focus {
  color: #ffe082 !important;
}

.md-amber-200 {
  color: #ffe082 !important;
}

a.md-amber-200:hover,
a.md-amber-200:focus {
  color: #ffd54f !important;
}

.md-amber-300 {
  color: #ffd54f !important;
}

a.md-amber-300:hover,
a.md-amber-300:focus {
  color: #ffca28 !important;
}

.md-amber-400 {
  color: #ffca28 !important;
}

a.md-amber-400:hover,
a.md-amber-400:focus {
  color: #ffc107 !important;
}

.md-amber-500 {
  color: #ffc107 !important;
}

a.md-amber-500:hover,
a.md-amber-500:focus {
  color: #ffb300 !important;
}

.md-amber-600 {
  color: #ffb300 !important;
}

a.md-amber-600:hover,
a.md-amber-600:focus {
  color: #ffa000 !important;
}

.md-amber-700 {
  color: #ffa000 !important;
}

a.md-amber-700:hover,
a.md-amber-700:focus {
  color: #ff8f00 !important;
}

.md-amber-800 {
  color: #ff8f00 !important;
}

a.md-amber-800:hover,
a.md-amber-800:focus {
  color: #ff6f00 !important;
}

.md-amber-900 {
  color: #ff6f00 !important;
}

a.md-amber-900:hover,
a.md-amber-900:focus {
  color: #cc5900 !important;
}

.md-amber-A100 {
  color: #ffe57f !important;
}

a.md-amber-A100:hover,
a.md-amber-A100:focus {
  color: #ffdb4c !important;
}

.md-amber-A200 {
  color: #ffd740 !important;
}

a.md-amber-A200:hover,
a.md-amber-A200:focus {
  color: #ffcc0d !important;
}

.md-amber-A400 {
  color: #ffc400 !important;
}

a.md-amber-A400:hover,
a.md-amber-A400:focus {
  color: #cc9d00 !important;
}

.md-amber-A700 {
  color: #ffab00 !important;
}

a.md-amber-A700:hover,
a.md-amber-A700:focus {
  color: #cc8900 !important;
}

.md-bg-amber {
  background-color: #ffc107 !important;
}

a.md-bg-amber:hover,
a.md-bg-amber:focus {
  background-color: #ffb300 !important;
}

.md-bg-amber-50 {
  background-color: #fff8e1 !important;
}

a.md-bg-amber-50:hover,
a.md-bg-amber-50:focus {
  background-color: #ffecb3 !important;
}

.md-bg-amber-100 {
  background-color: #ffecb3 !important;
}

a.md-bg-amber-100:hover,
a.md-bg-amber-100:focus {
  background-color: #ffe082 !important;
}

.md-bg-amber-200 {
  background-color: #ffe082 !important;
}

a.md-bg-amber-200:hover,
a.md-bg-amber-200:focus {
  background-color: #ffd54f !important;
}

.md-bg-amber-300 {
  background-color: #ffd54f !important;
}

a.md-bg-amber-300:hover,
a.md-bg-amber-300:focus {
  background-color: #ffca28 !important;
}

.md-bg-amber-400 {
  background-color: #ffca28 !important;
}

a.md-bg-amber-400:hover,
a.md-bg-amber-400:focus {
  background-color: #ffc107 !important;
}

.md-bg-amber-500 {
  background-color: #ffc107 !important;
}

a.md-bg-amber-500:hover,
a.md-bg-amber-500:focus {
  background-color: #ffb300 !important;
}

.md-bg-amber-600 {
  background-color: #ffb300 !important;
}

a.md-bg-amber-600:hover,
a.md-bg-amber-600:focus {
  background-color: #ffa000 !important;
}

.md-bg-amber-700 {
  background-color: #ffa000 !important;
}

a.md-bg-amber-700:hover,
a.md-bg-amber-700:focus {
  background-color: #ff8f00 !important;
}

.md-bg-amber-800 {
  background-color: #ff8f00 !important;
}

a.md-bg-amber-800:hover,
a.md-bg-amber-800:focus {
  background-color: #ff6f00 !important;
}

.md-bg-amber-900 {
  background-color: #ff6f00 !important;
}

a.md-bg-amber-900:hover,
a.md-bg-amber-900:focus {
  background-color: #cc5900 !important;
}

.md-bg-amber-A100 {
  background-color: #ffe57f !important;
}

a.md-bg-amber-A100:hover,
a.md-bg-amber-A100:focus {
  background-color: #ffdb4c !important;
}

.md-bg-amber-A200 {
  background-color: #ffd740 !important;
}

a.md-bg-amber-A200:hover,
a.md-bg-amber-A200:focus {
  background-color: #ffcc0d !important;
}

.md-bg-amber-A400 {
  background-color: #ffc400 !important;
}

a.md-bg-amber-A400:hover,
a.md-bg-amber-A400:focus {
  background-color: #cc9d00 !important;
}

.md-bg-amber-A700 {
  background-color: #ffab00 !important;
}

a.md-bg-amber-A700:hover,
a.md-bg-amber-A700:focus {
  background-color: #cc8900 !important;
}

.md-orange {
  color: #ff9800 !important;
}

a.md-orange:hover,
a.md-orange:focus {
  color: #fb8c00 !important;
}

.md-orange-50 {
  color: #fff3e0 !important;
}

a.md-orange-50:hover,
a.md-orange-50:focus {
  color: #ffe0b2 !important;
}

.md-orange-100 {
  color: #ffe0b2 !important;
}

a.md-orange-100:hover,
a.md-orange-100:focus {
  color: #ffcc80 !important;
}

.md-orange-200 {
  color: #ffcc80 !important;
}

a.md-orange-200:hover,
a.md-orange-200:focus {
  color: #ffb74d !important;
}

.md-orange-300 {
  color: #ffb74d !important;
}

a.md-orange-300:hover,
a.md-orange-300:focus {
  color: #ffa726 !important;
}

.md-orange-400 {
  color: #ffa726 !important;
}

a.md-orange-400:hover,
a.md-orange-400:focus {
  color: #ff9800 !important;
}

.md-orange-500 {
  color: #ff9800 !important;
}

a.md-orange-500:hover,
a.md-orange-500:focus {
  color: #fb8c00 !important;
}

.md-orange-600 {
  color: #fb8c00 !important;
}

a.md-orange-600:hover,
a.md-orange-600:focus {
  color: #f57c00 !important;
}

.md-orange-700 {
  color: #f57c00 !important;
}

a.md-orange-700:hover,
a.md-orange-700:focus {
  color: #ef6c00 !important;
}

.md-orange-800 {
  color: #ef6c00 !important;
}

a.md-orange-800:hover,
a.md-orange-800:focus {
  color: #e65100 !important;
}

.md-orange-900 {
  color: #e65100 !important;
}

a.md-orange-900:hover,
a.md-orange-900:focus {
  color: #b33f00 !important;
}

.md-orange-A100 {
  color: #ffd180 !important;
}

a.md-orange-A100:hover,
a.md-orange-A100:focus {
  color: #ffbf4d !important;
}

.md-orange-A200 {
  color: #ffab40 !important;
}

a.md-orange-A200:hover,
a.md-orange-A200:focus {
  color: #ff950d !important;
}

.md-orange-A400 {
  color: #ff9100 !important;
}

a.md-orange-A400:hover,
a.md-orange-A400:focus {
  color: #cc7400 !important;
}

.md-orange-A700 {
  color: #ff6d00 !important;
}

a.md-orange-A700:hover,
a.md-orange-A700:focus {
  color: #cc5700 !important;
}

.md-bg-orange {
  background-color: #ff9800 !important;
}

a.md-bg-orange:hover,
a.md-bg-orange:focus {
  background-color: #fb8c00 !important;
}

.md-bg-orange-50 {
  background-color: #fff3e0 !important;
}

a.md-bg-orange-50:hover,
a.md-bg-orange-50:focus {
  background-color: #ffe0b2 !important;
}

.md-bg-orange-100 {
  background-color: #ffe0b2 !important;
}

a.md-bg-orange-100:hover,
a.md-bg-orange-100:focus {
  background-color: #ffcc80 !important;
}

.md-bg-orange-200 {
  background-color: #ffcc80 !important;
}

a.md-bg-orange-200:hover,
a.md-bg-orange-200:focus {
  background-color: #ffb74d !important;
}

.md-bg-orange-300 {
  background-color: #ffb74d !important;
}

a.md-bg-orange-300:hover,
a.md-bg-orange-300:focus {
  background-color: #ffa726 !important;
}

.md-bg-orange-400 {
  background-color: #ffa726 !important;
}

a.md-bg-orange-400:hover,
a.md-bg-orange-400:focus {
  background-color: #ff9800 !important;
}

.md-bg-orange-500 {
  background-color: #ff9800 !important;
}

a.md-bg-orange-500:hover,
a.md-bg-orange-500:focus {
  background-color: #fb8c00 !important;
}

.md-bg-orange-600 {
  background-color: #fb8c00 !important;
}

a.md-bg-orange-600:hover,
a.md-bg-orange-600:focus {
  background-color: #f57c00 !important;
}

.md-bg-orange-700 {
  background-color: #f57c00 !important;
}

a.md-bg-orange-700:hover,
a.md-bg-orange-700:focus {
  background-color: #ef6c00 !important;
}

.md-bg-orange-800 {
  background-color: #ef6c00 !important;
}

a.md-bg-orange-800:hover,
a.md-bg-orange-800:focus {
  background-color: #e65100 !important;
}

.md-bg-orange-900 {
  background-color: #e65100 !important;
}

a.md-bg-orange-900:hover,
a.md-bg-orange-900:focus {
  background-color: #b33f00 !important;
}

.md-bg-orange-A100 {
  background-color: #ffd180 !important;
}

a.md-bg-orange-A100:hover,
a.md-bg-orange-A100:focus {
  background-color: #ffbf4d !important;
}

.md-bg-orange-A200 {
  background-color: #ffab40 !important;
}

a.md-bg-orange-A200:hover,
a.md-bg-orange-A200:focus {
  background-color: #ff950d !important;
}

.md-bg-orange-A400 {
  background-color: #ff9100 !important;
}

a.md-bg-orange-A400:hover,
a.md-bg-orange-A400:focus {
  background-color: #cc7400 !important;
}

.md-bg-orange-A700 {
  background-color: #ff6d00 !important;
}

a.md-bg-orange-A700:hover,
a.md-bg-orange-A700:focus {
  background-color: #cc5700 !important;
}

.md-deep-orange {
  color: #ff5722 !important;
}

a.md-deep-orange:hover,
a.md-deep-orange:focus {
  color: #f4511e !important;
}

.md-deep-orange-50 {
  color: #fbe9e7 !important;
}

a.md-deep-orange-50:hover,
a.md-deep-orange-50:focus {
  color: #ffccbc !important;
}

.md-deep-orange-100 {
  color: #ffccbc !important;
}

a.md-deep-orange-100:hover,
a.md-deep-orange-100:focus {
  color: #ffab91 !important;
}

.md-deep-orange-200 {
  color: #ffab91 !important;
}

a.md-deep-orange-200:hover,
a.md-deep-orange-200:focus {
  color: #ff8a65 !important;
}

.md-deep-orange-300 {
  color: #ff8a65 !important;
}

a.md-deep-orange-300:hover,
a.md-deep-orange-300:focus {
  color: #ff7043 !important;
}

.md-deep-orange-400 {
  color: #ff7043 !important;
}

a.md-deep-orange-400:hover,
a.md-deep-orange-400:focus {
  color: #ff5722 !important;
}

.md-deep-orange-500 {
  color: #ff5722 !important;
}

a.md-deep-orange-500:hover,
a.md-deep-orange-500:focus {
  color: #f4511e !important;
}

.md-deep-orange-600 {
  color: #f4511e !important;
}

a.md-deep-orange-600:hover,
a.md-deep-orange-600:focus {
  color: #e64a19 !important;
}

.md-deep-orange-700 {
  color: #e64a19 !important;
}

a.md-deep-orange-700:hover,
a.md-deep-orange-700:focus {
  color: #d84315 !important;
}

.md-deep-orange-800 {
  color: #d84315 !important;
}

a.md-deep-orange-800:hover,
a.md-deep-orange-800:focus {
  color: #bf360c !important;
}

.md-deep-orange-900 {
  color: #bf360c !important;
}

a.md-deep-orange-900:hover,
a.md-deep-orange-900:focus {
  color: #8f2809 !important;
}

.md-deep-orange-A100 {
  color: #ff9e80 !important;
}

a.md-deep-orange-A100:hover,
a.md-deep-orange-A100:focus {
  color: #ff774d !important;
}

.md-deep-orange-A200 {
  color: #ff6e40 !important;
}

a.md-deep-orange-A200:hover,
a.md-deep-orange-A200:focus {
  color: #ff470d !important;
}

.md-deep-orange-A400 {
  color: #ff3d00 !important;
}

a.md-deep-orange-A400:hover,
a.md-deep-orange-A400:focus {
  color: #cc3100 !important;
}

.md-deep-orange-A700 {
  color: #dd2c00 !important;
}

a.md-deep-orange-A700:hover,
a.md-deep-orange-A700:focus {
  color: #aa2200 !important;
}

.md-bg-deep-orange {
  background-color: #ff5722 !important;
}

a.md-bg-deep-orange:hover,
a.md-bg-deep-orange:focus {
  background-color: #f4511e !important;
}

.md-bg-deep-orange-50 {
  background-color: #fbe9e7 !important;
}

a.md-bg-deep-orange-50:hover,
a.md-bg-deep-orange-50:focus {
  background-color: #ffccbc !important;
}

.md-bg-deep-orange-100 {
  background-color: #ffccbc !important;
}

a.md-bg-deep-orange-100:hover,
a.md-bg-deep-orange-100:focus {
  background-color: #ffab91 !important;
}

.md-bg-deep-orange-200 {
  background-color: #ffab91 !important;
}

a.md-bg-deep-orange-200:hover,
a.md-bg-deep-orange-200:focus {
  background-color: #ff8a65 !important;
}

.md-bg-deep-orange-300 {
  background-color: #ff8a65 !important;
}

a.md-bg-deep-orange-300:hover,
a.md-bg-deep-orange-300:focus {
  background-color: #ff7043 !important;
}

.md-bg-deep-orange-400 {
  background-color: #ff7043 !important;
}

a.md-bg-deep-orange-400:hover,
a.md-bg-deep-orange-400:focus {
  background-color: #ff5722 !important;
}

.md-bg-deep-orange-500 {
  background-color: #ff5722 !important;
}

a.md-bg-deep-orange-500:hover,
a.md-bg-deep-orange-500:focus {
  background-color: #f4511e !important;
}

.md-bg-deep-orange-600 {
  background-color: #f4511e !important;
}

a.md-bg-deep-orange-600:hover,
a.md-bg-deep-orange-600:focus {
  background-color: #e64a19 !important;
}

.md-bg-deep-orange-700 {
  background-color: #e64a19 !important;
}

a.md-bg-deep-orange-700:hover,
a.md-bg-deep-orange-700:focus {
  background-color: #d84315 !important;
}

.md-bg-deep-orange-800 {
  background-color: #d84315 !important;
}

a.md-bg-deep-orange-800:hover,
a.md-bg-deep-orange-800:focus {
  background-color: #bf360c !important;
}

.md-bg-deep-orange-900 {
  background-color: #bf360c !important;
}

a.md-bg-deep-orange-900:hover,
a.md-bg-deep-orange-900:focus {
  background-color: #8f2809 !important;
}

.md-bg-deep-orange-A100 {
  background-color: #ff9e80 !important;
}

a.md-bg-deep-orange-A100:hover,
a.md-bg-deep-orange-A100:focus {
  background-color: #ff774d !important;
}

.md-bg-deep-orange-A200 {
  background-color: #ff6e40 !important;
}

a.md-bg-deep-orange-A200:hover,
a.md-bg-deep-orange-A200:focus {
  background-color: #ff470d !important;
}

.md-bg-deep-orange-A400 {
  background-color: #ff3d00 !important;
}

a.md-bg-deep-orange-A400:hover,
a.md-bg-deep-orange-A400:focus {
  background-color: #cc3100 !important;
}

.md-bg-deep-orange-A700 {
  background-color: #dd2c00 !important;
}

a.md-bg-deep-orange-A700:hover,
a.md-bg-deep-orange-A700:focus {
  background-color: #aa2200 !important;
}

.md-brown {
  color: #795548 !important;
}

a.md-brown:hover,
a.md-brown:focus {
  color: #6d4c41 !important;
}

.md-brown-50 {
  color: #efebe9 !important;
}

a.md-brown-50:hover,
a.md-brown-50:focus {
  color: #d7ccc8 !important;
}

.md-brown-100 {
  color: #d7ccc8 !important;
}

a.md-brown-100:hover,
a.md-brown-100:focus {
  color: #bcaaa4 !important;
}

.md-brown-200 {
  color: #bcaaa4 !important;
}

a.md-brown-200:hover,
a.md-brown-200:focus {
  color: #a1887f !important;
}

.md-brown-300 {
  color: #a1887f !important;
}

a.md-brown-300:hover,
a.md-brown-300:focus {
  color: #8d6e63 !important;
}

.md-brown-400 {
  color: #8d6e63 !important;
}

a.md-brown-400:hover,
a.md-brown-400:focus {
  color: #795548 !important;
}

.md-brown-500 {
  color: #795548 !important;
}

a.md-brown-500:hover,
a.md-brown-500:focus {
  color: #6d4c41 !important;
}

.md-brown-600 {
  color: #6d4c41 !important;
}

a.md-brown-600:hover,
a.md-brown-600:focus {
  color: #5d4037 !important;
}

.md-brown-700 {
  color: #5d4037 !important;
}

a.md-brown-700:hover,
a.md-brown-700:focus {
  color: #4e342e !important;
}

.md-brown-800 {
  color: #4e342e !important;
}

a.md-brown-800:hover,
a.md-brown-800:focus {
  color: #3e2723 !important;
}

.md-brown-900 {
  color: #3e2723 !important;
}

a.md-brown-900:hover,
a.md-brown-900:focus {
  color: #1d1211 !important;
}

.md-bg-brown {
  background-color: #795548 !important;
}

a.md-bg-brown:hover,
a.md-bg-brown:focus {
  background-color: #6d4c41 !important;
}

.md-bg-brown-50 {
  background-color: #efebe9 !important;
}

a.md-bg-brown-50:hover,
a.md-bg-brown-50:focus {
  background-color: #d7ccc8 !important;
}

.md-bg-brown-100 {
  background-color: #d7ccc8 !important;
}

a.md-bg-brown-100:hover,
a.md-bg-brown-100:focus {
  background-color: #bcaaa4 !important;
}

.md-bg-brown-200 {
  background-color: #bcaaa4 !important;
}

a.md-bg-brown-200:hover,
a.md-bg-brown-200:focus {
  background-color: #a1887f !important;
}

.md-bg-brown-300 {
  background-color: #a1887f !important;
}

a.md-bg-brown-300:hover,
a.md-bg-brown-300:focus {
  background-color: #8d6e63 !important;
}

.md-bg-brown-400 {
  background-color: #8d6e63 !important;
}

a.md-bg-brown-400:hover,
a.md-bg-brown-400:focus {
  background-color: #795548 !important;
}

.md-bg-brown-500 {
  background-color: #795548 !important;
}

a.md-bg-brown-500:hover,
a.md-bg-brown-500:focus {
  background-color: #6d4c41 !important;
}

.md-bg-brown-600 {
  background-color: #6d4c41 !important;
}

a.md-bg-brown-600:hover,
a.md-bg-brown-600:focus {
  background-color: #5d4037 !important;
}

.md-bg-brown-700 {
  background-color: #5d4037 !important;
}

a.md-bg-brown-700:hover,
a.md-bg-brown-700:focus {
  background-color: #4e342e !important;
}

.md-bg-brown-800 {
  background-color: #4e342e !important;
}

a.md-bg-brown-800:hover,
a.md-bg-brown-800:focus {
  background-color: #3e2723 !important;
}

.md-bg-brown-900 {
  background-color: #3e2723 !important;
}

a.md-bg-brown-900:hover,
a.md-bg-brown-900:focus {
  background-color: #1d1211 !important;
}

.md-gray {
  color: #9e9e9e !important;
}

a.md-gray:hover,
a.md-gray:focus {
  color: #757575 !important;
}

.md-gray-50 {
  color: #fafafa !important;
}

a.md-gray-50:hover,
a.md-gray-50:focus {
  color: #f5f5f5 !important;
}

.md-gray-100 {
  color: #f5f5f5 !important;
}

a.md-gray-100:hover,
a.md-gray-100:focus {
  color: #eeeeee !important;
}

.md-gray-200 {
  color: #eeeeee !important;
}

a.md-gray-200:hover,
a.md-gray-200:focus {
  color: #e0e0e0 !important;
}

.md-gray-300 {
  color: #e0e0e0 !important;
}

a.md-gray-300:hover,
a.md-gray-300:focus {
  color: #bdbdbd !important;
}

.md-gray-400 {
  color: #bdbdbd !important;
}

a.md-gray-400:hover,
a.md-gray-400:focus {
  color: #9e9e9e !important;
}

.md-gray-500 {
  color: #9e9e9e !important;
}

a.md-gray-500:hover,
a.md-gray-500:focus {
  color: #757575 !important;
}

.md-gray-600 {
  color: #757575 !important;
}

a.md-gray-600:hover,
a.md-gray-600:focus {
  color: #616161 !important;
}

.md-gray-700 {
  color: #616161 !important;
}

a.md-gray-700:hover,
a.md-gray-700:focus {
  color: #424242 !important;
}

.md-gray-800 {
  color: #424242 !important;
}

a.md-gray-800:hover,
a.md-gray-800:focus {
  color: #2196f3 !important;
}

.md-gray-900 {
  color: #212121 !important;
}

a.md-gray-900:hover,
a.md-gray-900:focus {
  color: #2196f3 !important;
}

.md-bg-gray {
  background-color: #9e9e9e !important;
}

a.md-bg-gray:hover,
a.md-bg-gray:focus {
  background-color: #fafafa !important;
}

.md-bg-gray-50 {
  background-color: #fafafa !important;
}

a.md-bg-gray-50:hover,
a.md-bg-gray-50:focus {
  background-color: #f5f5f5 !important;
}

.md-bg-gray-100 {
  background-color: #f5f5f5 !important;
}

a.md-bg-gray-100:hover,
a.md-bg-gray-100:focus {
  background-color: #eeeeee !important;
}

.md-bg-gray-200 {
  background-color: #eeeeee !important;
}

a.md-bg-gray-200:hover,
a.md-bg-gray-200:focus {
  background-color: #e0e0e0 !important;
}

.md-bg-gray-300 {
  background-color: #e0e0e0 !important;
}

a.md-bg-gray-300:hover,
a.md-bg-gray-300:focus {
  background-color: #bdbdbd !important;
}

.md-bg-gray-400 {
  background-color: #bdbdbd !important;
}

a.md-bg-gray-400:hover,
a.md-bg-gray-400:focus {
  background-color: #9e9e9e !important;
}

.md-bg-gray-500 {
  background-color: #9e9e9e !important;
}

a.md-bg-gray-500:hover,
a.md-bg-gray-500:focus {
  background-color: #757575 !important;
}

.md-bg-gray-600 {
  background-color: #757575 !important;
}

a.md-bg-gray-600:hover,
a.md-bg-gray-600:focus {
  background-color: #616161 !important;
}

.md-bg-gray-700 {
  background-color: #616161 !important;
}

a.md-bg-gray-700:hover,
a.md-bg-gray-700:focus {
  background-color: #424242 !important;
}

.md-bg-gray-800 {
  background-color: #424242 !important;
}

a.md-bg-gray-800:hover,
a.md-bg-gray-800:focus {
  background-color: #2196f3 !important;
}

.md-bg-gray-900 {
  background-color: #212121 !important;
}

a.md-bg-gray-900:hover,
a.md-bg-gray-900:focus {
  background-color: #2196f3 !important;
}

.md-blue-gray {
  color: #607d8b !important;
}

a.md-blue-gray:hover,
a.md-blue-gray:focus {
  color: #546e7a !important;
}

.md-blue-gray-50 {
  color: #eceff1 !important;
}

a.md-blue-gray-50:hover,
a.md-blue-gray-50:focus {
  color: #cfd8dc !important;
}

.md-blue-gray-100 {
  color: #cfd8dc !important;
}

a.md-blue-gray-100:hover,
a.md-blue-gray-100:focus {
  color: #b0bec5 !important;
}

.md-blue-gray-200 {
  color: #b0bec5 !important;
}

a.md-blue-gray-200:hover,
a.md-blue-gray-200:focus {
  color: #90a4ae !important;
}

.md-blue-gray-300 {
  color: #90a4ae !important;
}

a.md-blue-gray-300:hover,
a.md-blue-gray-300:focus {
  color: #78909c !important;
}

.md-blue-gray-400 {
  color: #78909c !important;
}

a.md-blue-gray-400:hover,
a.md-blue-gray-400:focus {
  color: #607d8b !important;
}

.md-blue-gray-500 {
  color: #607d8b !important;
}

a.md-blue-gray-500:hover,
a.md-blue-gray-500:focus {
  color: #546e7a !important;
}

.md-blue-gray-600 {
  color: #546e7a !important;
}

a.md-blue-gray-600:hover,
a.md-blue-gray-600:focus {
  color: #455a64 !important;
}

.md-blue-gray-700 {
  color: #455a64 !important;
}

a.md-blue-gray-700:hover,
a.md-blue-gray-700:focus {
  color: #37474f !important;
}

.md-blue-gray-800 {
  color: #37474f !important;
}

a.md-blue-gray-800:hover,
a.md-blue-gray-800:focus {
  color: #2196f3 !important;
}

.md-blue-gray-900 {
  color: #263238 !important;
}

a.md-blue-gray-900:hover,
a.md-blue-gray-900:focus {
  color: #2196f3 !important;
}

.md-bg-blue-gray {
  background-color: #607d8b !important;
}

a.md-bg-blue-gray:hover,
a.md-bg-blue-gray:focus {
  background-color: #546e7a !important;
}

.md-bg-blue-gray-50 {
  background-color: #eceff1 !important;
}

a.md-bg-blue-gray-50:hover,
a.md-bg-blue-gray-50:focus {
  background-color: #cfd8dc !important;
}

.md-bg-blue-gray-100 {
  background-color: #cfd8dc !important;
}

a.md-bg-blue-gray-100:hover,
a.md-bg-blue-gray-100:focus {
  background-color: #b0bec5 !important;
}

.md-bg-blue-gray-200 {
  background-color: #b0bec5 !important;
}

a.md-bg-blue-gray-200:hover,
a.md-bg-blue-gray-200:focus {
  background-color: #90a4ae !important;
}

.md-bg-blue-gray-300 {
  background-color: #90a4ae !important;
}

a.md-bg-blue-gray-300:hover,
a.md-bg-blue-gray-300:focus {
  background-color: #78909c !important;
}

.md-bg-blue-gray-400 {
  background-color: #78909c !important;
}

a.md-bg-blue-gray-400:hover,
a.md-bg-blue-gray-400:focus {
  background-color: #607d8b !important;
}

.md-bg-blue-gray-500 {
  background-color: #607d8b !important;
}

a.md-bg-blue-gray-500:hover,
a.md-bg-blue-gray-500:focus {
  background-color: #546e7a !important;
}

.md-bg-blue-gray-600 {
  background-color: #546e7a !important;
}

a.md-bg-blue-gray-600:hover,
a.md-bg-blue-gray-600:focus {
  background-color: #455a64 !important;
}

.md-bg-blue-gray-700 {
  background-color: #455a64 !important;
}

a.md-bg-blue-gray-700:hover,
a.md-bg-blue-gray-700:focus {
  background-color: #37474f !important;
}

.md-bg-blue-gray-800 {
  background-color: #37474f !important;
}

a.md-bg-blue-gray-800:hover,
a.md-bg-blue-gray-800:focus {
  background-color: #2196f3 !important;
}

.md-bg-blue-gray-900 {
  background-color: #263238 !important;
}

a.md-bg-blue-gray-900:hover,
a.md-bg-blue-gray-900:focus {
  background-color: #2196f3 !important;
}

.md-grey {
  color: #9e9e9e !important;
}

a.md-grey:hover,
a.md-grey:focus {
  color: #616161 !important;
}

.md-grey-50 {
  color: #fafafa !important;
}

a.md-grey-50:hover,
a.md-grey-50:focus {
  color: #e0e0e0 !important;
}

.md-grey-100 {
  color: #f5f5f5 !important;
}

a.md-grey-100:hover,
a.md-grey-100:focus {
  color: #bdbdbd !important;
}

.md-grey-200 {
  color: #eeeeee !important;
}

a.md-grey-200:hover,
a.md-grey-200:focus {
  color: #9e9e9e !important;
}

.md-grey-300 {
  color: #e0e0e0 !important;
}

a.md-grey-300:hover,
a.md-grey-300:focus {
  color: #757575 !important;
}

.md-grey-400 {
  color: #bdbdbd !important;
}

a.md-grey-400:hover,
a.md-grey-400:focus {
  color: #616161 !important;
}

.md-grey-500 {
  color: #9e9e9e !important;
}

a.md-grey-500:hover,
a.md-grey-500:focus {
  color: #424242 !important;
}

.md-grey-600 {
  color: #757575 !important;
}

a.md-grey-600:hover,
a.md-grey-600:focus {
  color: #e0e0e0 !important;
}

.md-grey-700 {
  color: #616161 !important;
}

a.md-grey-700:hover,
a.md-grey-700:focus {
  color: #bdbdbd !important;
}

.md-grey-800 {
  color: #424242 !important;
}

a.md-grey-800:hover,
a.md-grey-800:focus {
  color: #9e9e9e !important;
}

.md-grey-900 {
  color: #212121 !important;
}

a.md-grey-900:hover,
a.md-grey-900:focus {
  color: #9e9e9e !important;
}

.md-bg-grey {
  background-color: #9e9e9e !important;
}

a.md-bg-grey:hover,
a.md-bg-grey:focus {
  background-color: #fafafa !important;
}

.md-bg-grey-50 {
  background-color: #fafafa !important;
}

a.md-bg-grey-50:hover,
a.md-bg-grey-50:focus {
  background-color: #f5f5f5 !important;
}

.md-bg-grey-100 {
  background-color: #f5f5f5 !important;
}

a.md-bg-grey-100:hover,
a.md-bg-grey-100:focus {
  background-color: #eeeeee !important;
}

.md-bg-grey-200 {
  background-color: #eeeeee !important;
}

a.md-bg-grey-200:hover,
a.md-bg-grey-200:focus {
  background-color: #e0e0e0 !important;
}

.md-bg-grey-300 {
  background-color: #e0e0e0 !important;
}

a.md-bg-grey-300:hover,
a.md-bg-grey-300:focus {
  background-color: #bdbdbd !important;
}

.md-bg-grey-400 {
  background-color: #bdbdbd !important;
}

a.md-bg-grey-400:hover,
a.md-bg-grey-400:focus {
  background-color: #9e9e9e !important;
}

.md-bg-grey-500 {
  background-color: #9e9e9e !important;
}

a.md-bg-grey-500:hover,
a.md-bg-grey-500:focus {
  background-color: #757575 !important;
}

.md-bg-grey-600 {
  background-color: #757575 !important;
}

a.md-bg-grey-600:hover,
a.md-bg-grey-600:focus {
  background-color: #616161 !important;
}

.md-bg-grey-700 {
  background-color: #616161 !important;
}

a.md-bg-grey-700:hover,
a.md-bg-grey-700:focus {
  background-color: #424242 !important;
}

.md-bg-grey-800 {
  background-color: #424242 !important;
}

a.md-bg-grey-800:hover,
a.md-bg-grey-800:focus {
  background-color: #2196f3 !important;
}

.md-bg-grey-900 {
  background-color: #212121 !important;
}

a.md-bg-grey-900:hover,
a.md-bg-grey-900:focus {
  background-color: #2196f3 !important;
}

.md-blue-grey {
  color: #607d8b !important;
}

a.md-blue-grey:hover,
a.md-blue-grey:focus {
  color: #546e7a !important;
}

.md-blue-grey-50 {
  color: #eceff1 !important;
}

a.md-blue-grey-50:hover,
a.md-blue-grey-50:focus {
  color: #cfd8dc !important;
}

.md-blue-grey-100 {
  color: #cfd8dc !important;
}

a.md-blue-grey-100:hover,
a.md-blue-grey-100:focus {
  color: #b0bec5 !important;
}

.md-blue-grey-200 {
  color: #b0bec5 !important;
}

a.md-blue-grey-200:hover,
a.md-blue-grey-200:focus {
  color: #90a4ae !important;
}

.md-blue-grey-300 {
  color: #90a4ae !important;
}

a.md-blue-grey-300:hover,
a.md-blue-grey-300:focus {
  color: #78909c !important;
}

.md-blue-grey-400 {
  color: #78909c !important;
}

a.md-blue-grey-400:hover,
a.md-blue-grey-400:focus {
  color: #607d8b !important;
}

.md-blue-grey-500 {
  color: #607d8b !important;
}

a.md-blue-grey-500:hover,
a.md-blue-grey-500:focus {
  color: #546e7a !important;
}

.md-blue-grey-600 {
  color: #546e7a !important;
}

a.md-blue-grey-600:hover,
a.md-blue-grey-600:focus {
  color: #455a64 !important;
}

.md-blue-grey-700 {
  color: #455a64 !important;
}

a.md-blue-grey-700:hover,
a.md-blue-grey-700:focus {
  color: #37474f !important;
}

.md-blue-grey-800 {
  color: #37474f !important;
}

a.md-blue-grey-800:hover,
a.md-blue-grey-800:focus {
  color: #2196f3 !important;
}

.md-blue-grey-900 {
  color: #263238 !important;
}

a.md-blue-grey-900:hover,
a.md-blue-grey-900:focus {
  color: #2196f3 !important;
}

.md-bg-blue-grey {
  background-color: #607d8b !important;
}

a.md-bg-blue-grey:hover,
a.md-bg-blue-grey:focus {
  background-color: #546e7a !important;
}

.md-bg-blue-grey-50 {
  background-color: #eceff1 !important;
}

a.md-bg-blue-grey-50:hover,
a.md-bg-blue-grey-50:focus {
  background-color: #cfd8dc !important;
}

.md-bg-blue-grey-100 {
  background-color: #cfd8dc !important;
}

a.md-bg-blue-grey-100:hover,
a.md-bg-blue-grey-100:focus {
  background-color: #b0bec5 !important;
}

.md-bg-blue-grey-200 {
  background-color: #b0bec5 !important;
}

a.md-bg-blue-grey-200:hover,
a.md-bg-blue-grey-200:focus {
  background-color: #90a4ae !important;
}

.md-bg-blue-grey-300 {
  background-color: #90a4ae !important;
}

a.md-bg-blue-grey-300:hover,
a.md-bg-blue-grey-300:focus {
  background-color: #78909c !important;
}

.md-bg-blue-grey-400 {
  background-color: #78909c !important;
}

a.md-bg-blue-grey-400:hover,
a.md-bg-blue-grey-400:focus {
  background-color: #607d8b !important;
}

.md-bg-blue-grey-500 {
  background-color: #607d8b !important;
}

a.md-bg-blue-grey-500:hover,
a.md-bg-blue-grey-500:focus {
  background-color: #546e7a !important;
}

.md-bg-blue-grey-600 {
  background-color: #546e7a !important;
}

a.md-bg-blue-grey-600:hover,
a.md-bg-blue-grey-600:focus {
  background-color: #455a64 !important;
}

.md-bg-blue-grey-700 {
  background-color: #455a64 !important;
}

a.md-bg-blue-grey-700:hover,
a.md-bg-blue-grey-700:focus {
  background-color: #37474f !important;
}

.md-bg-blue-grey-800 {
  background-color: #37474f !important;
}

a.md-bg-blue-grey-800:hover,
a.md-bg-blue-grey-800:focus {
  background-color: #2196f3 !important;
}

.md-bg-blue-grey-900 {
  background-color: #263238 !important;
}

a.md-bg-blue-grey-900:hover,
a.md-bg-blue-grey-900:focus {
  background-color: #2196f3 !important;
}

.md-white-lighter {
  color: rgba(255, 255, 255, 0.12) !important;
}

a.md-white-lighter:hover,
a.md-white-lighter:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}

.md-white-light {
  color: rgba(255, 255, 255, 0.3) !important;
}

a.md-white-light:hover,
a.md-white-light:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}

.md-white-dark {
  color: rgba(255, 255, 255, 0.7) !important;
}

a.md-white-dark:hover,
a.md-white-dark:focus {
  color: #ffffff !important;
}

.md-white-darker {
  color: #ffffff !important;
}

a.md-white-darker:hover,
a.md-white-darker:focus {
  color: white !important;
}

.md-white-lighter {
  color: rgba(255, 255, 255, 0.12) !important;
}

a.md-white-lighter:hover,
a.md-white-lighter:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}

.md-white-light {
  color: rgba(255, 255, 255, 0.3) !important;
}

a.md-white-light:hover,
a.md-white-light:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}

.md-white-dark {
  color: rgba(255, 255, 255, 0.7) !important;
}

a.md-white-dark:hover,
a.md-white-dark:focus {
  color: #ffffff !important;
}

.md-white-darker {
  color: #ffffff !important;
}

a.md-white-darker:hover,
a.md-white-darker:focus {
  color: white !important;
}

.md-black-lighter {
  color: rgba(0, 0, 0, 0.12) !important;
}

a.md-black-lighter:hover,
a.md-black-lighter:focus {
  color: rgba(0, 0, 0, 0.26) !important;
}

.md-black-light {
  color: rgba(0, 0, 0, 0.26) !important;
}

a.md-black-light:hover,
a.md-black-light:focus {
  color: rgba(0, 0, 0, 0.54) !important;
}

.md-black-dark {
  color: rgba(0, 0, 0, 0.54) !important;
}

a.md-black-dark:hover,
a.md-black-dark:focus {
  color: rgba(0, 0, 0, 0.87) !important;
}

.md-black-darker {
  color: rgba(0, 0, 0, 0.87) !important;
}

a.md-black-darker:hover,
a.md-black-darker:focus {
  color: black !important;
}

.md-black-lighter {
  color: rgba(0, 0, 0, 0.12) !important;
}

a.md-black-lighter:hover,
a.md-black-lighter:focus {
  color: rgba(0, 0, 0, 0.26) !important;
}

.md-black-light {
  color: rgba(0, 0, 0, 0.26) !important;
}

a.md-black-light:hover,
a.md-black-light:focus {
  color: rgba(0, 0, 0, 0.54) !important;
}

.md-black-dark {
  color: rgba(0, 0, 0, 0.54) !important;
}

a.md-black-dark:hover,
a.md-black-dark:focus {
  color: rgba(0, 0, 0, 0.87) !important;
}

.md-black-darker {
  color: rgba(0, 0, 0, 0.87) !important;
}

a.md-black-darker:hover,
a.md-black-darker:focus {
  color: black !important;
}

.btn-md-red {
  background-color: #f44336 !important;
}

.btn-md-red:hover {
  background-color: #c62828 !important;
}

.btn-md-pink {
  background-color: #e91e63 !important;
}

.btn-md-pink:hover {
  background-color: #ad1457 !important;
}

.btn-md-purple {
  background-color: #9c27b0 !important;
}

.btn-md-purple:hover {
  background-color: #6a1b9a !important;
}

.btn-md-deep-purple {
  background-color: #673ab7 !important;
}

.btn-md-deep-purple:hover {
  background-color: #4527a0 !important;
}

.btn-md-indigo {
  background-color: #3f51b5 !important;
}

.btn-md-indigo:hover {
  background-color: #283593 !important;
}

.btn-md-blue {
  background-color: #2196f3 !important;
}

.btn-md-blue:hover {
  background-color: #1565c0 !important;
}

.btn-md-light-blue {
  background-color: #03a9f4 !important;
}

.btn-md-light-blue:hover {
  background-color: #0277bd !important;
}

.btn-md-cyan {
  background-color: #00bcd4 !important;
}

.btn-md-cyan:hover {
  background-color: #00838f !important;
}

.btn-md-teal {
  background-color: #009688 !important;
}

.btn-md-teal:hover {
  background-color: #00695c !important;
}

.btn-md-green {
  background-color: #4caf50 !important;
}

.btn-md-green:hover {
  background-color: #2e7d32 !important;
}

.btn-md-light-green {
  background-color: #8bc34a !important;
}

.btn-md-light-green:hover {
  background-color: #558b2f !important;
}

.btn-md-lime {
  background-color: #cddc39 !important;
}

.btn-md-lime:hover {
  background-color: #9e9d24 !important;
}

.btn-md-yellow {
  background-color: #ffeb3b !important;
}

.btn-md-yellow:hover {
  background-color: #f9a825 !important;
}

.btn-md-amber {
  background-color: #ffc107 !important;
}

.btn-md-amber:hover {
  background-color: #ff8f00 !important;
}

.btn-md-orange {
  background-color: #ff9800 !important;
}

.btn-md-orange:hover {
  background-color: #ef6c00 !important;
}

.btn-md-deep-orange {
  background-color: #ff5722 !important;
}

.btn-md-deep-orange:hover {
  background-color: #d84315 !important;
}

.btn-md-brown {
  background-color: #795548 !important;
}

.btn-md-brown:hover {
  background-color: #4e342e !important;
}

.btn-md-grey {
  background-color: #9e9e9e !important;
}

.btn-md-grey:hover {
  background-color: #424242 !important;
}

.btn-md-blue-grey {
  background-color: #607d8b !important;
}

.btn-md-blue-grey:hover {
  background-color: #37474f !important;
}

.btn-md-gray {
  background-color: #9e9e9e !important;
}

.btn-md-gray:hover {
  background-color: #424242 !important;
}

.btn-md-blue-gray {
  background-color: #607d8b !important;
}

.btn-md-blue-gray:hover {
  background-color: #37474f !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/extensions/mde/_color_table.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Color Palette for MD tables, taken from Google MDC Web.
 # -----------------------------------------------------------------------------
 # TODO: Should be integrated into J1 page styles
 # SPEC: https://material.io/guidelines/
 # SPEC: https://material.io/guidelines/style/color.html#color-color-palette
 # -----------------------------------------------------------------------------
*/
table.s-tag-table {
  width: 100%;
}

table.s-tag-table td {
  padding: 12px 12px 12px 24px;
  vertical-align: top;
}

.col-list table.s-tag-table {
  background-color: #fff;
  font-size: 13px;
  table-layout: auto;
  width: 100%;
  margin-bottom: 40px;
}

.col-list table.s-tag-table td {
  border: 1px solid #EEE;
  line-height: 24px;
  padding: 12px 12px 12px 24px;
  color: #212121;
  vertical-align: middle;
}

.col-list table.s-tag-table td > :last-child {
  margin-bottom: 0;
}

.col-list table.s-tag-table tr:first-child {
  background-color: #FAFAFA;
  font-weight: 500;
}

.col-list table.s-tag-table tr:first-child td {
  border-top: 1px solid #E5E5E5;
}

.col-list table.s-tag-table tr:first-child td p {
  color: #757575;
}

.col-list table.s-tag-table tr:last-child td {
  border-bottom: 1px solid #E5E5E5;
}

.col-list table.s-tag-table tr td:last-child {
  border-right: 1px solid #E5E5E5;
}

.col-list table.s-tag-table tr td:first-child {
  border-left: 1px solid #E5E5E5;
}

.color-palette ul {
  list-style: none;
}

.col-list {
  margin: 40px 0;
  font-size: 0;
}

.col-list .figure, .col-list .module {
  vertical-align: top;
  font-size: 13px;
}

.col-list .col-2, .col-list .col-3 {
  padding-bottom: 40px;
}

.col-list .col-2 > div, .col-list .col-3 > div {
  display: inline-block;
  padding-bottom: 20px;
}

.col-list .col-2 > div:nth-child(1) {
  width: 360px;
  margin-right: 40px;
}

.col-list .col-2 > div:nth-child(2) {
  display: inline-block;
  width: 760px;
  vertical-align: top;
}

.col-list .col-3 > div {
  width: 360px;
  margin-right: 40px;
}

.col-list .col-3 > div:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 1240px) {
  .col-list .figure-figure-figure.col-3 > div:nth-child(2),
  .col-list .figure-figure-module.col-3 > div:nth-child(2),
  .col-list .module-module-module.col-3 > div:nth-child(2) {
    margin-right: 0;
  }
  .col-list .col-2 > div:nth-child(1),
  .col-list .col-2 > div:nth-child(2) {
    width: auto;
  }
  .col-list .figure-module-module.col-3 > div:nth-child(1),
  .col-list .module-figure-figure.col-3 > div:nth-child(1) {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .col-list .module {
    overflow-x: auto;
  }
  .col-list .col-2 > div,
  .col-list .col-3 > div {
    width: 100%;
    margin: 20px 0;
  }
}
.s-tag-caption.do, .s-tag-caption.dont,
figure.s-tag-media figcaption .s-tag-caption.do,
figure.s-tag-media figcaption .s-tag-caption.dont {
  border-top: 15px solid;
  font-weight: 500;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

.s-tag-caption.dont,
figure.s-tag-media figcaption .s-tag-caption.dont {
  border-color: #d32F2f;
  color: #d32F2f;
}

.s-tag-caption.do,
figure.s-tag-media figcaption .s-tag-caption.do {
  border-color: #4caf50;
  color: #2e7b32;
}

.text-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  padding: 24px 24px 0;
}

figure.s-tag-media img,
figure.s-tag-media video {
  display: block;
  margin-bottom: 0;
  max-width: 100%;
}

figcaption {
  margin-top: 10px;
}

figcaption h1, figcaption .h1, figcaption h2, figcaption .h2, figcaption h3, figcaption .h3, figcaption h4, figcaption .h4, figcaption h5, figcaption .h5, figcaption h6, figcaption .h6 {
  margin-top: 40px;
}

figcaption li, figcaption p {
  color: #616161;
  font-size: 13px;
  line-height: 24px;
}

figcaption .caption-title {
  font-weight: 500;
}

.color-palette {
  /* width: 1160px; */
  /* padding-bottom: 60px; */
  line-height: 1;
}

.color-palette ul {
  margin: 0;
  padding: 0;
}

.color-palette span {
  color: rgba(255, 255, 255, 0.87);
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1240px) {
  .color-palette {
    padding-right: 25px;
    padding-left: 0;
    width: 760px;
  }
}
@media screen and (max-width: 800px) {
  .color-palette {
    padding-right: 25px;
    padding-left: 0;
    width: 360px;
  }
}
@media screen and (max-width: 360px) {
  .color-palette {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.color-palette .module-end {
  clear: left;
}

.color-palette .light span,
.color-palette span.light {
  color: rgba(255, 255, 255, 0.87);
}

.color-palette .light-strong span,
.color-palette span.light-strong {
  color: #fff;
}

.color-palette .dark span,
.color-palette .dark-when-small span,
.color-palette span.dark,
.color-palette span.dark-when-small {
  color: rgba(0, 0, 0, 0.87);
}

.color-palette .dark-strong span,
.color-palette span.dark-strong {
  color: #000;
}

.color-palette .color-group,
.color-palette .color-group:last-child {
  float: left;
  padding-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .color-palette .color-group,
  .color-palette .color-group:last-child {
    margin-left: 0;
    padding-right: 0;
    width: 450px;
  }
}
@media screen and (max-width: 360px) {
  .color-palette .color-group,
  .color-palette .color-group:last-child {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.color-palette .color-group:first-child,
.color-palette .color-group:last-child:first-child,
.color-palette .color-group:last-child:nth-of-type(2n+1),
.color-palette .color-group:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 1240px) {
  .color-palette .color-group:first-child,
  .color-palette .color-group:last-child:first-child,
  .color-palette .color-group:last-child:nth-of-type(2n+1),
  .color-palette .color-group:nth-of-type(2n+1) {
    clear: none;
  }
  .color-palette .color-group:last-child:nth-of-type(2n+1),
  .color-palette .color-group:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .color-palette .color-group:first-child,
  .color-palette .color-group:last-child:first-child,
  .color-palette .color-group:last-child:nth-of-type(2n+1),
  .color-palette .color-group:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
.color-palette .color-group li.color,
.color-palette .color-group:last-child li.color {
  padding: 10px 15px 11px;
  margin: 0;
}

.color-palette .color-group li.color .hex,
.color-palette .color-group:last-child li.color .hex {
  float: right;
  text-transform: uppercase;
  display: block;
}

.color-palette .color-group li.main-color,
.color-palette .color-group:last-child li.main-color {
  border-bottom: 4px solid #fafafa;
}

.color-palette .color-group li.main-color .name,
.color-palette .color-group:last-child li.main-color .name {
  display: block;
  margin-bottom: 53px;
}

.color-palette .color-group li.divide,
.color-palette .color-group:last-child li.divide {
  border-top: 4px solid #fafafa;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/extensions/mde/_elevation.scss
 # Provides (Helper) Styles for standard elevations (raised level)
 # Inspired by Google MDC Web
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: MDE elevation styles
 # SPEC: https://material.io/guidelines/
 # -----------------------------------------------------------------------------
*/
/*
 * Applies the correct css rules needed to have an element transition
 * between elevations. This mixin should be applied to elements whose
 * elevation values will change depending on their context (e.g. when
 * active or disabled).
 */
.raised-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}

.raised-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}

.raised-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

.raised-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
}

.raised-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

.raised-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
}

.raised-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
}

.raised-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}

.raised-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}

.raised-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
}

.raised-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
}

.raised-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
}

.raised-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
}

.raised-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
}

.raised-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
}

.raised-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
}

.raised-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
}

.raised-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.raised-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
}

.raised-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
}

.raised-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
}

.raised-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
}

.raised-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
}

.raised-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
}

.raised-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
}

.raised-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

/*
// ----------------------------------------------------------------------------
// ~/scss/theme_uno/extensions/_accordion.scss
// Provides styles for the J1 Accordion Panel
//
// Product/Info:
// https://jekyll.one
//
// Copyright (C) 2023, 2024 Juergen Adams
//
// J1 Template is licensed under the MIT License.
// See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
// ----------------------------------------------------------------------------
*/
.accordion {
  text-align: left;
}

.accordion .card {
  background: none;
  border: none;
  box-shadow: unset;
}

.accordion .card .card-header {
  background: none;
  border: none;
  padding: 0.4rem 1rem;
}

.accordion .card-header h2 span, .accordion .card-header .h2 span {
  float: left;
  margin-top: 10px;
}

.accordion .card-header .btn {
  text-align: left;
  position: relative;
  padding-left: 2rem;
}

.accordion .card-header i {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 9px;
}

.accordion .card-header .btn:hover {
  color: #00bcd4;
}

.accordion .card-body {
  color: #324353;
  padding: 0.5rem 3rem;
}

.collapsible-link[aria-expanded=true]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded=true]::before {
  transform: rotate(180deg);
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_advertising.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for the advertising module (Google Adsense)
 # -----------------------------------------------------------------------------
*/
.advertising {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
  padding: 1.5rem;
  border-radius: 3px;
  margin-bottom: 0.25rem;
  z-index: 9;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_article.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.article-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
.article-item .article-link {
  position: relative;
  display: block;
  margin: 0 auto;
  border-bottom: none;
}
.article-item .article-link .article-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
.article-item .article-link .article-hover .article-hover-content {
  font-size: 1.25rem;
  color: white;
}
.article-item .article-link:hover .article-hover {
  opacity: 1;
}
.article-item .article-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #e0e0e0;
}
.article-item .article-caption .article-caption-heading {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.article-item .article-caption .article-caption-subheading {
  font-style: italic;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.article-item--w100 {
  max-width: 100px !important;
}

.article-item--w200 {
  max-width: 200px !important;
}

.article-item--w300 {
  max-width: 300px !important;
}

.article-item--w400 {
  max-width: 400px !important;
}

.article-item--w500 {
  max-width: 500px !important;
}

.article-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.article-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.article-modal .modal-content h2, .article-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.article-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.article-modal .modal-content p {
  margin-bottom: 2rem;
}
.article-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.article-modal .modal-content img {
  margin-bottom: 2rem;
}
.article-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.article-modal .close-modal:hover {
  opacity: 0.3;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_attic.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for the attics module (master header)
 # -----------------------------------------------------------------------------
*/
.no-attic {
  padding-top: 80px;
}

.attic {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.attic .j1-booticon {
  margin: 0 auto 30px;
}

.attic .head-title h2, .attic .head-title .h2 {
  margin-top: -1.2rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

.attic .head-tagline h3, .attic .head-tagline .h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.attic .lead {
  margin: 0 20px 30px;
  font-size: 20px;
  color: #babdb6;
}

.attic .version {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #2e3436;
}

.attic .btn {
  width: 100%;
  padding: 15px 30px;
  font-size: 20px;
}

.attic-caption {
  display: none;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.attic-caption a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
}

.attic-caption a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .attic .lead {
    width: 90%;
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .no-attic {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 768px) {
  .attic h1, .attic .h1 {
    font-size: 60px;
  }
  .attic .lead {
    width: 95%;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .no-attic {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 480px) {
  .attic .btn {
    width: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .no-attic {
    padding-top: 48px !important;
  }
}
.text-emphasis-none {
  text-shadow: none !important;
}

.text-emphasis-strong {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4) !important;
}

.text-emphasis-stronger {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3) !important;
}

.text-emphasis-strongest {
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

.attic__badge {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 6px;
  display: inline-block;
  border-radius: 3px;
}

.attic__badge_unsplash {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.attic__badge_unsplash_icon {
  display: inline-block;
  padding: 2px 3px;
}

.attic__badge_unsplash_icon-size {
  height: 12px;
  width: auto;
  position: relative;
  vertical-align: middle;
  top: -2px;
  fill: white;
}

.attic__badge_unsplash_text {
  display: inline-block;
  padding: 2px 3px;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_badge.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: General styles for tag boxes|clouds
 # -----------------------------------------------------------------------------
*/
span.badge > a {
  color: #000000 !important;
}

/*
// -----------------------------------------------------------------------------
// ~/scss/theme_uno/extensions/_banner.scss
// Provides general styles for the J1 Banner
//
// Product/Info:
// https://jekyll.one
//
// Copyright (C) 2023, 2024 Juergen Adams
//
// J1 Template is licensed under the MIT License.
// See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
// -----------------------------------------------------------------------------
*/
.banner-divider {
  border-bottom: 1px dotted #bdbdbd;
}

.banner-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-start;
  margin-left: -1rem;
  padding: 0.75rem;
  border-top: 1px solid #e0e0e0;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_caption.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.caption {
  display: none; /* hidden for default */
  position: absolute; /* positions set by translate */
  padding: 10px 5px 10px 5px; /* space around a caption */
  color: #E0E0E0; /* caption text color */
  background: rgb(0, 0, 0); /* caption background color */
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
  z-index: 1;
}

.caption-video {
  display: none;
  position: absolute;
  padding: 10px 5px 10px 5px;
  color: #E0E0E0;
  background: rgb(0, 0, 0);
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
  z-index: 1;
}

.top .caption {
  top: 0;
  transform: translate(-100%, -50%); /* move hidden caption */
  -moz-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}

.top:hover .caption {
  display: block; /* show caption */
  transform: translate(0, 0); /* move visible caption */
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}

.bottom .caption {
  top: 100%;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.bottom:hover .caption {
  display: block;
  transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.bottom .caption-video {
  top: 100%;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.bottom:hover .caption-video {
  display: block;
  transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.center .caption {
  top: 50%;
  transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
}

.center:hover .caption {
  display: block;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_cards.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for (extended) cards
 # NOTE: Cards|Styles, inspired by BS3 Material-Kit
 # -----------------------------------------------------------------------------
 # TODO: Should be moved|integrated to|with ~/scss/theme_uno/bootstrap/_cards.scss
 # TODO: CSS styles should rewritten to SCSS
 # -----------------------------------------------------------------------------
*/
.card {
  background-color: #f5f5f5;
}
.card.card-same-height {
  height: calc(100% - 1.75rem);
  overflow: hidden;
}

.card .not-rounded {
  border-radius: unset !important;
}

.card .card-header {
  background-color: #2196f3;
  border-bottom: 0;
}

.card-header:first-child {
  border-radius: 0 !important;
}

.card-body {
  text-align: initial;
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f5f5f5;
  line-height: 1.5;
}

.card .card-footer {
  line-height: 1.25;
  padding: 1.25rem;
  background-color: var(--bs-gray-300);
  border-top: 1px dotted rgba(0, 0, 0, 0.3);
}

/* jadams: Overwrite Bootstraps heading margins for cards */
/* .card > h1, h2, h3, h4, h5 { */
.card h1 h2 h3 h4 h5, .card .h1 h2 h3 h4 h5, .card h1 .h2 h3 h4 h5, .card .h1 .h2 h3 h4 h5, .card h1 h2 .h3 h4 h5, .card .h1 h2 .h3 h4 h5, .card h1 .h2 .h3 h4 h5, .card .h1 .h2 .h3 h4 h5, .card h1 h2 h3 .h4 h5, .card .h1 h2 h3 .h4 h5, .card h1 .h2 h3 .h4 h5, .card .h1 .h2 h3 .h4 h5, .card h1 h2 .h3 .h4 h5, .card .h1 h2 .h3 .h4 h5, .card h1 .h2 .h3 .h4 h5, .card .h1 .h2 .h3 .h4 h5, .card h1 h2 h3 h4 .h5, .card .h1 h2 h3 h4 .h5, .card h1 .h2 h3 h4 .h5, .card .h1 .h2 h3 h4 .h5, .card h1 h2 .h3 h4 .h5, .card .h1 h2 .h3 h4 .h5, .card h1 .h2 .h3 h4 .h5, .card .h1 .h2 .h3 h4 .h5, .card h1 h2 h3 .h4 .h5, .card .h1 h2 h3 .h4 .h5, .card h1 .h2 h3 .h4 .h5, .card .h1 .h2 h3 .h4 .h5, .card h1 h2 .h3 .h4 .h5, .card .h1 h2 .h3 .h4 .h5, .card h1 .h2 .h3 .h4 .h5, .card .h1 .h2 .h3 .h4 .h5 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.card-flat {
  box-shadow: unset !important;
}

.card .card-height-indicator {
  margin-top: 120%;
}

.card .card-image {
  height: 60%;
  position: relative;
  overflow: hidden;
}

.card-image-outer {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}

/* jadams MD table cards */
.card .card-table {
  padding: 15px 20px;
  position: relative;
}

.card .card-header .category {
  margin-bottom: 0;
}

.card .card-header.card-header-text {
  display: inline-block;
}

.card .card-header.card-header-text:after {
  content: " ";
  display: table;
}

.card .card-header.card-header-icon {
  float: left;
}

.card .card-header.card-header-icon i {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}

.card h1.card-header, .card .card-header.h1,
.card h2.card-header,
.card .card-header.h2,
.card h3.card-header,
.card .card-header.h3,
.card h4.card-header,
.card .card-header.h4,
.card h5.card-header,
.card .card-header.h5,
.card h6.card-header,
.card .card-header.h6 {
  color: #000000;
  font-size: 1.75rem !important;
  font-weight: 500;
}

.card [data-background-color=purple] {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.card [data-icon-bg-color=purple] i {
  color: #9c27b0;
}

/* jadams: border-radius should be set with img ONLY */
/* Set border-radius to 0px, should be set via template|liquid */
.card .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 1px;
  pointer-events: none;
}

.card .card-title:not([class*=text-]) {
  color: #000000;
  font-size: 1.75rem;
  font-weight: 500;
}

a.card-title:hover {
  text-decoration: none;
}

.card h1.card-title, .card .card-title.h1,
.card h2.card-title,
.card .card-title.h2,
.card h3.card-title,
.card .card-title.h3,
.card h4.card-title,
.card .card-title.h4,
.card h5.card-title,
.card .card-title.h5,
.card h6.card-title,
.card .card-title.h6 {
  font-size: 1.75rem !important;
  font-weight: 500;
}

.card .card-title a {
  color: #f44336;
  text-decoration: none;
}

.card .card-title > a:focus, .card .card-title > a:hover {
  color: #2196f3;
  text-decoration: none;
}

.card-pricing > .card-title {
  bottom: 15px;
  left: 15px;
  color: #f44336;
  /* font-size: 1.3em; */
}

.card .card-image .card-image-headline {
  position: absolute;
  bottom: 16px;
  left: 18px;
  color: #ffffff;
  font-size: 2em;
}

.card .card-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-icon {
  max-width: 130px;
  max-height: 130px;
  margin: -60px auto 0;
  border-radius: 50%;
}

.card-icon-left {
  margin: -50px auto 0;
  padding-left: 2.5em;
  /* background: #ddd; */
}

.card-icon-background-no-color {
  background: transparent !important;
}

.card-icon-background-color-theme {
  background: #2196f3 !important;
}

.card-icon-background-color-default {
  background: #2196f3 !important;
}

.card-icon-background-color-primary {
  background: #2196f3 !important;
}

.card-icon-background-color-success {
  background: #4caf50 !important;
}

.card-icon-background-color-info {
  background: #00bcd4 !important;
}

.card-icon-background-color-warning {
  background: #ffeb3b !important;
}

.card-icon-background-color-danger {
  background: #f44336 !important;
}

.card-icon-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  display: inline-block;
}

.card-icon-rectangle {
  width: 120px;
  height: 120px;
  line-height: 100px;
  display: inline-block;
}

.card-icon-fa {
  padding-top: 10px;
}

.card-icon-mdi {
  padding-top: 0.5rem;
  align-items: center;
}

.card-icon-zmdi {
  padding-top: 10px;
}

.card-icon-circle:hover {
  background: rgba(255, 255, 255, 0.2);
}

.card .category:not([class*=text-]) {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
}

.card .header {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  /* margin: 15px; */
  border-radius: 1px;
  padding: 15px 0;
  background-color: #ffffff;
  border-bottom: 0px;
}

.card .header .title {
  color: #ffffff;
}

.card .header-primary,
.card .content-primary {
  background: linear-gradient(60deg, #2196f3, #0d47a1);
}

.card .header-info,
.card .content-info {
  background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card .header-success,
.card .content-success {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card .header-warning,
.card .content-warning {
  background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card .header-danger,
.card .content-danger {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card .header-rose,
.card .content-rose {
  background: linear-gradient(60deg, #ec407a, #c2185b);
}

.card [class*=header-],
.card [class*=content-] {
  /* jadams: color: $white; */
  color: #212121;
}

.card [class*=header-] .card-title a,
.card [class*=header-] .card-title,
.card [class*=header-] .icon i,
.card [class*=content-] .card-title a,
.card [class*=content-] .card-title,
.card [class*=content-] .icon i {
  /* jadams: color: $white; */
  color: #212121;
}

.card [class*=header-] .icon i,
.card [class*=content-] .icon i {
  border-color: rgba(255, 255, 255, 0.3);
}

.card [class*=header-] .author a,
.card [class*=header-] .footer .stats,
.card [class*=header-] .category,
.card [class*=header-] .card-description,
.card [class*=content-] .author a,
.card [class*=content-] .footer .stats,
.card [class*=content-] .category,
.card [class*=content-] .card-description {
  color: rgba(255, 255, 255, 0.8);
}

.card [class*=header-] .author a:hover, .card [class*=header-] .author a:focus, .card [class*=header-] .author a:active,
.card [class*=content-] .author a:hover,
.card [class*=content-] .author a:focus,
.card [class*=content-] .author a:active {
  /* jadams: color: $white; */
  color: #212121;
}

.card [class*=content-] {
  border-radius: 1px;
}

.card [class*=content-] h1 small, .card [class*=content-] .h1 small, .card [class*=content-] h1 .small, .card [class*=content-] .h1 .small,
.card [class*=content-] h2 small,
.card [class*=content-] .h2 small,
.card [class*=content-] h2 .small,
.card [class*=content-] .h2 .small,
.card [class*=content-] h3 small,
.card [class*=content-] .h3 small,
.card [class*=content-] h3 .small,
.card [class*=content-] .h3 .small {
  color: rgba(255, 255, 255, 0.8);
}

.card img {
  width: 100%;
  height: auto;
}

.card .category .material-icons {
  position: relative;
  top: 6px;
  line-height: 0;
}

.card .category-social .fa {
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top: 2px;
  margin-right: 5px;
}

.card .author .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.card .author a {
  color: blue-grey;
  text-decoration: none;
}

.card .author a .ripple-container {
  display: none;
}

.card .footer {
  margin-top: 15px;
}

.card .footer div {
  display: inline-block;
}

.card .footer .author {
  color: #eeeeee;
}

.card .footer .stats {
  float: right;
  color: #eeeeee;
}

.card .footer .stats .material-icons {
  position: relative;
  top: 4px;
  font-size: 18px;
}

.carousel .card {
  max-width: 650px;
  margin: 60px auto;
}

.card .checkbox,
.card .radio {
  margin-top: 16px;
}

.card-footer-text {
  color: #212121;
}

a.card-link {
  text-decoration: none;
  border-bottom: unset;
  color: #212121;
}

a.card-link:hover {
  color: #9e9e9e;
}

.card-signup .header {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -40px;
  padding: 20px 0;
}

.card-signup .text-divider {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.card-signup .content {
  padding: 0px 30px 0px 10px;
}

.card-signup .checkbox {
  margin-top: 20px;
}

.card-signup .checkbox label {
  margin-left: 17px;
}

.card-signup .checkbox .checkbox-material {
  padding-right: 12px;
}

.card-signup .social-line {
  margin-top: 15px;
  text-align: center;
  padding: 0;
}

.card-signup .social-line .btn {
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
}

.card-contact .header {
  margin-top: -20px;
}

.card-contact .header .title {
  margin: 10px 0 10px;
}

.card-nav-tabs {
  margin-top: 45px;
}

/* jadams: -30px -> 0px */
.card-nav-tabs .header {
  margin-top: -40px;
}

.card-nav-tabs .nav-tabs {
  background: transparent;
}

.card-plain {
  background: transparent;
  box-shadow: none;
}

.card-plain .header {
  margin-left: 0;
  margin-right: 0;
}

.card-plain .content {
  padding-left: 5px;
  padding-right: 5px;
}

.card-plain .card-image {
  margin: 0;
  border-radius: 1px;
}

.card-plain .card-image img {
  border-radius: 1px;
}

.iframe-container iframe {
  width: 100%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-form-horizontal .content {
  padding-left: 15px;
  padding-right: 15px;
}

.card-form-horizontal .form-group {
  padding-bottom: 0px;
  margin: 3px 0 0 0;
}

.card-form-horizontal .form-group .form-control {
  margin-bottom: 0;
}

.card-form-horizontal .btn {
  margin: 0;
}

.card-form-horizontal .input-group .input-group-addon {
  padding-left: 0;
}

.card-profile,
.card-testimonial {
  text-align: center;
  background-color: #f5f5f5;
}

.card-tabs {
  margin-top: 60px;
}

.card-profile .btn-just-icon.btn-raised,
.card-testimonial .btn-just-icon.btn-raised {
  margin-left: 6px;
  margin-right: 6px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
  max-width: 130px;
  max-height: 130px;
  margin: -60px auto 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-profile .card-avatar + .content,
.card-testimonial .card-avatar + .content {
  margin-top: 15px;
}

.card-profile.card-plain .card-avatar,
.card-testimonial.card-plain .card-avatar {
  margin-top: 0;
}

a.btn.btn-link.card-profile {
  background-color: #e0e0e0;
}

a.btn.btn-link.card-profile:hover {
  background-color: #e0e0e0;
}

.card-testimonial .card-avatar {
  max-width: 100px;
  max-height: 100px;
}

.card-testimonial .footer {
  margin-top: 0;
}

.card-testimonial .footer .card-avatar {
  margin-top: 10px;
  margin-bottom: -50px;
}

.card-testimonial .card-description {
  font-style: italic;
}

.card-testimonial .card-description + .card-title {
  margin-top: 30px;
}

.card-testimonial .icon {
  margin-top: 30px;
}

.card-testimonial .icon .material-icons {
  font-size: 40px;
}

.card-blog {
  margin-top: 30px;
}

.card-blog .row .category {
  margin-bottom: 0;
}

.card-blog .card-title {
  margin-top: 5px;
}

.card-blog .card-image + .category {
  margin-top: 20px;
}

.card-pricing {
  text-align: center;
}

.card-pricing .card-title {
  margin-top: 30px;
  font-size: 3.4em;
}

.card-pricing .content {
  padding: 15px !important;
}

.card-pricing .icon {
  padding: 10px 0 0px;
  color: #eeeeee;
}

.card-pricing .icon i {
  font-size: 80px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  width: 130px;
  line-height: 130px;
  height: 130px;
}

.card-pricing h1 small, .card-pricing .h1 small, .card-pricing h1 .small, .card-pricing .h1 .small {
  font-size: 18px;
}

.card-pricing h1 small:first-child, .card-pricing .h1 small:first-child, .card-pricing h1 .small:first-child, .card-pricing .h1 .small:first-child {
  position: relative;
  /* top: -17px; */
  font-size: 26px;
}

.card-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 10px auto;
}

.card-pricing ul li {
  color: #eeeeee;
  display: inline-flex;
  align-items: flex-end;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.card-pricing ul li:last-child {
  border: 0;
}

.card-pricing ul li b {
  color: #616161;
}

.card-pricing ul li i {
  top: 6px;
  position: relative;
}

.card-pricing.card-background ul li,
.card-pricing [class*=content-] ul li {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.card-pricing.card-background ul li b,
.card-pricing [class*=content-] ul li b {
  color: #ffffff;
}

.card-pricing.card-background [class*=text-],
.card-pricing [class*=content-] [class*=text-] {
  color: #ffffff;
}

.card-pricing.card-background:after {
  background-color: darken-700;
}

.card-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-background {
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.card-background .content {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto;
}

.card-background .category,
.card-background .card-description,
.card-background small,
.card-background .small {
  color: rgba(255, 255, 255, 0.7);
}

.card-background .card-title {
  color: #ffffff;
  margin-top: 10px;
}

.card-background:not(.card-pricing) .btn {
  margin-bottom: 0;
}

.card-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: " ";
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 1px;
}

.card-product {
  margin-top: 30px;
}

.card-product .btn-simple.btn-just-icon {
  padding: 0;
}

.card-product .footer {
  margin-top: 5px;
}

.card-product .footer .stats .material-icons {
  margin-top: 4px;
  top: 0;
}

.card-product .footer .price h4, .card-product .footer .price .h4 {
  margin-bottom: 0;
}

.card-product .card-title,
.card-product .category,
.card-product .card-description {
  text-align: center;
}

.card .tagbox {
  border-radius: 1px;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_collection.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: General collection styles
 # -----------------------------------------------------------------------------
*/
.article-overview-heading {
  display: block;
  margin: 12px 10px 25px 0px;
  border-bottom: 1px solid #E5E5E5;
}

.article-overview-heading h3, .article-overview-heading .h3 {
  font-size: 24px;
  margin: 0 0 -1px 0;
  padding-bottom: 5px;
  padding-left: 10px;
  display: inline-block;
  border-bottom: 1px dotted #3465a4;
}

.article-overview-heading h3 > a, .article-overview-heading .h3 > a {
  color: rgba(0, 0, 0, 0.5) !important;
}

.article-overview-heading h3 > a:hover, .article-overview-heading .h3 > a:hover {
  color: rgba(0, 0, 0, 0.9) !important;
  text-decoration: none;
}

.article-overview-description, .article-overview-excerpt {
  margin: 1rem 1.8rem 2rem 0.5rem;
  text-align: justify;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extentions/drawer.scss
 #
 # Product/Info:
 # https://github.com/FezVrasta/bootstrap-material-design
 #
 # Copyright (C) 2020 Federico Zivolo and Contributors
 #
 # Bootstrap Material Design is licensed under the MIT License.
 # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
 # NOTE: Implementation specification in
 #        https://github.com/FezVrasta/bootstrap-material-design/issues/822
 # -----------------------------------------------------------------------------
*/
.bmd-layout-drawer {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 100%;
  overflow: visible;
  overflow-y: auto;
  font-size: 0.875rem;
  transition: transform;
  will-change: transform;
  transform-style: preserve-3d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-layout-drawer > * {
  flex-shrink: 0;
}
.bmd-layout-drawer > header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
.bmd-layout-drawer > header .navbar-brand {
  padding-left: 1.5rem;
  font-size: 1.25rem;
}
.bmd-layout-drawer > .list-group {
  padding-top: 1rem;
}
.bmd-layout-drawer > .list-group .list-group-item {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

.bmd-layout-drawer {
  background: var(--bs-gray-100);
}

.bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  transform: translateX(-250px);
}
.bmd-drawer-f-l > .bmd-layout-header,
.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}

.bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  transform: translateX(250px);
}
.bmd-drawer-f-r > .bmd-layout-header,
.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}

.bmd-drawer-f-t > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  transform: translateY(-110px);
}
.bmd-drawer-f-t > .bmd-layout-content {
  margin-top: 0;
}

.bmd-drawer-f-b > .bmd-layout-drawer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  transform: translateY(110px);
}
.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}

:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-left: 240px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 290px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-right: 240px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 290px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 100px;
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-t > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-b > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 100px;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay .bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay .bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay .bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0;
}
:not(.bmd-drawer-out) .bmd-drawer-overlay .bmd-drawer-overlay .bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 290px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 290px;
  }
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-sm-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 290px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 290px;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-md-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 290px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 290px;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-lg-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 290px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 290px;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xl-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 290px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 290px;
  }
}
@media (min-width: 1400px) {
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1399.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down .bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down .bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down .bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down .bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1399.98px) {
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down .bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out) .bmd-drawer-overlay-xxl-down .bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}

.drawer-toggler {
  color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 0 solid transparent;
  border-radius: 0.125rem;
  outline: none !important;
}

.drawer-toggler:focus, .drawer-toggler:hover {
  color: rgba(255, 255, 255, 0.4);
}

/*
  Generates the drawer (left/right) for post series at different sizes that
  will respond to both marker classes and grid-based responsive classes
  such as bmd-drawer-in-lg-up
*/
.custom-size-300 .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  transform: translateX(-310px);
}
.custom-size-300 .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-300 .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-300 .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  transform: translateX(310px);
}
.custom-size-300 .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-300 .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 350px;
}
.custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 300px);
  margin-right: 300px;
}
.custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 350px;
}
@media (min-width: 576px) {
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 350px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-right: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 350px;
  }
}
@media (min-width: 768px) {
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 350px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-right: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 350px;
  }
}
@media (min-width: 992px) {
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 350px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-right: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 350px;
  }
}
@media (min-width: 1200px) {
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 350px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-right: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 350px;
  }
}
@media (min-width: 1400px) {
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 350px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 300px);
    margin-right: 300px;
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-300:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 350px;
  }
}

.custom-size-350 .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  transform: translateX(-360px);
}
.custom-size-350 .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-350 .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-350 .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  transform: translateX(360px);
}
.custom-size-350 .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-350 .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 350px);
  margin-left: 350px;
}
.custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 400px;
}
.custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 350px);
  margin-right: 350px;
}
.custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 400px;
}
@media (min-width: 576px) {
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-left: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 400px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-right: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 400px;
  }
}
@media (min-width: 768px) {
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-left: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 400px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-right: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 400px;
  }
}
@media (min-width: 992px) {
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-left: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 400px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-right: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 400px;
  }
}
@media (min-width: 1200px) {
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-left: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 400px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-right: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 400px;
  }
}
@media (min-width: 1400px) {
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-left: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 400px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 350px);
    margin-right: 350px;
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-350:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 400px;
  }
}

.custom-size-400 .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  transform: translateX(-410px);
}
.custom-size-400 .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-400 .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-400 .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  transform: translateX(410px);
}
.custom-size-400 .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-400 .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 400px);
  margin-left: 400px;
}
.custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 450px;
}
.custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 400px);
  margin-right: 400px;
}
.custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 450px;
}
@media (min-width: 576px) {
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-left: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 450px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-right: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 450px;
  }
}
@media (min-width: 768px) {
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-left: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 450px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-right: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 450px;
  }
}
@media (min-width: 992px) {
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-left: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 450px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-right: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 450px;
  }
}
@media (min-width: 1200px) {
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-left: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 450px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-right: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 450px;
  }
}
@media (min-width: 1400px) {
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-left: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 450px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 400px);
    margin-right: 400px;
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-400:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 450px;
  }
}

.custom-size-450 .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 450px;
  height: 100%;
  transform: translateX(-460px);
}
.custom-size-450 .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-450 .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-450 .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  transform: translateX(460px);
}
.custom-size-450 .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-450 .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 450px);
  margin-left: 450px;
}
.custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 500px;
}
.custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 450px);
  margin-right: 450px;
}
.custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 500px;
}
@media (min-width: 576px) {
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-left: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 500px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-right: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 500px;
  }
}
@media (min-width: 768px) {
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-left: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 500px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-right: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 500px;
  }
}
@media (min-width: 992px) {
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-left: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 500px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-right: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 500px;
  }
}
@media (min-width: 1200px) {
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-left: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 500px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-right: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 500px;
  }
}
@media (min-width: 1400px) {
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-left: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 500px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 450px);
    margin-right: 450px;
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-450:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 500px;
  }
}

.custom-size-500 .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  transform: translateX(-510px);
}
.custom-size-500 .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-500 .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-500 .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  transform: translateX(510px);
}
.custom-size-500 .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-500 .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 500px);
  margin-left: 500px;
}
.custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 550px;
}
.custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 500px);
  margin-right: 500px;
}
.custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 550px;
}
@media (min-width: 576px) {
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-left: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 550px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-right: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-sm-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 550px;
  }
}
@media (min-width: 768px) {
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-left: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 550px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-right: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-md-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 550px;
  }
}
@media (min-width: 992px) {
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-left: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 550px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-right: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-lg-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 550px;
  }
}
@media (min-width: 1200px) {
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-left: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 550px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-right: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 550px;
  }
}
@media (min-width: 1400px) {
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-left: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 550px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 500px);
    margin-right: 500px;
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  .custom-size-500:not(.bmd-drawer-out) .bmd-drawer-in-xxl-up .bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 550px;
  }
}

/*
  Generates the drawer (static) for post series at different sizes that
  is out by default and can be triggered in with bmd-drawer-in
*/
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  transform: translateX(-310px);
}
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  transform: translateX(310px);
}
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 350px;
}
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 300px);
  margin-right: 300px;
}
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 350px;
}
.custom-size-300-static > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  .custom-size-300-static > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-300-static .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-300-static .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}

.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  transform: translateX(-360px);
}
.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  transform: translateX(360px);
}
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 350px);
  margin-left: 350px;
}
.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 400px;
}
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 350px);
  margin-right: 350px;
}
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 400px;
}
.custom-size-350-static > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  .custom-size-350-static > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-350-static .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-350-static .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}

.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  transform: translateX(-410px);
}
.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  transform: translateX(410px);
}
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 400px);
  margin-left: 400px;
}
.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 450px;
}
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 400px);
  margin-right: 400px;
}
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 450px;
}
.custom-size-400-static > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  .custom-size-400-static > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-400-static .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-400-static .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}

.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 450px;
  height: 100%;
  transform: translateX(-460px);
}
.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  transform: translateX(460px);
}
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 450px);
  margin-left: 450px;
}
.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 500px;
}
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 450px);
  margin-right: 450px;
}
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 500px;
}
.custom-size-450-static > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  .custom-size-450-static > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-450-static .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-450-static .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}

.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  transform: translateX(-510px);
}
.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  transform: translateX(510px);
}
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}
.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 500px);
  margin-left: 500px;
}
.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 550px;
}
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 500px);
  margin-right: 500px;
}
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 550px;
}
.custom-size-500-static > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  .custom-size-500-static > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-header,
.custom-size-500-static .bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-header,
.custom-size-500-static .bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}

/*
// -----------------------------------------------------------------------------
// ~/scss/theme_uno/extensions/_dropcap.scss
// Provides general styles for the J1 Dropcaps
//
// Product/Info:
// https://jekyll.one
//
// Copyright (C) 2023, 2024 Juergen Adams
//
// J1 Template is licensed under the MIT License.
// See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
// -----------------------------------------------------------------------------
*/
.j1-dropcap {
  font: 2em/0.8 "Roboto Slab", sans-serif;
  line-height: 1.25rem;
  color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
  float: left;
  padding-right: 0.125rem;
  margin-right: 0.125rem !important;
}

p.dropcap {
  margin-top: 0.75rem;
  margin-right: 0.125rem;
}

@media screen and (min-width: 992px) {
  .j1-dropcap {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .j1-dropcap {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .j1-dropcap {
    font-size: 2rem;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/fab.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Util styles added on button elements to create an PULSED animation
 # -----------------------------------------------------------------------------
*/
.btn {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
}
.btn.btn-fab:hover, .btn.btn-fab:focus, .btn-group-raised .btn:hover, .btn-group-raised .btn:focus {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.btn.btn-fab.active, .btn.btn-fab:active, .btn-group-raised .btn.active, .btn-group-raised .btn:active {
  z-index: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}
.btn.btn-fab.focus, .btn.btn-fab:focus, .btn-group-raised .btn.focus, .btn-group-raised .btn:focus {
  outline: 0;
}
.btn.btn-fab {
  font-size: 1.5rem;
  line-height: 0;
}
.btn-group-lg .btn.btn-fab, .btn-group-sm .btn.btn-fab, .btn.btn-fab {
  padding: 0;
  border-radius: 50%;
  line-height: 0;
}
.btn.btn-fab {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.26);
}
.btn.btn-fab .ripple-container {
  border-radius: 50%;
}
.btn.btn-fab.btn-fab-sm, .btn-group-sm .btn.btn-fab {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}

.btn.btn-fab {
  overflow: visible;
}

.btn-fab, .btn.btn-fab:hover, .btn.btn-fab:focus {
  color: rgba(255, 255, 255, 0.8);
}

.btn-fab-floating.disabled,
.btn-fab-floating[disabled] {
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9e9e9e;
  cursor: default;
}

.btn-fab-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-fab-floating:before {
  border-radius: 0;
}

.btn-fab-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.btn-fab-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.btn-fab-floating.btn-large i {
  line-height: 56px;
}

.btn-fab-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.btn-fab-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.btn-fab-floating.btn-small i {
  line-height: 32.4px;
}

.btn-fab-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.btn-fab-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.btn-fab-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-fab-floating {
  border: none;
}

.fab-btn {
  position: fixed;
  right: 0.5rem;
  bottom: 1rem;
  z-index: 9;
}

.fab-btn.active ul {
  visibility: visible;
}

.fab-btn.direction-left,
.fab-btn.direction-right {
  padding: 0 0 0 15px;
}

.fab-btn.direction-left ul,
.fab-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}

.fab-btn.direction-left ul li,
.fab-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.fab-btn.direction-right {
  padding: 0 15px 0 0;
}

.fab-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fab-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fab-btn.direction-bottom {
  padding: 0 0 15px 0;
}

.fab-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fab-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.fab-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fab-btn.toolbar.active > a i {
  opacity: 0;
}

.fab-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fab-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.fab-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fab-btn.toolbar ul li a i {
  line-height: inherit;
}

.fab-btn ul {
  left: 0;
  right: 5px;
  text-align: center;
  position: absolute;
  bottom: 56px;
  margin: 0;
  visibility: hidden;
  padding-left: 0;
  list-style-type: none;
}

.fab-btn ul li {
  margin-bottom: 15px;
}

.fab-btn ul a.btn-fab-floating {
  opacity: 0;
}

.fab-btn .fab-btn-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_footer.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: General footer styles
 # -----------------------------------------------------------------------------
*/
.footer {
  padding-top: 2em;
  padding-bottom: 1em;
  background: #455a64;
}

.footer__title_color {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3em !important;
}

.footer p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1em;
  font-family: sans-serif;
}

.heading-footer {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 2px;
}

.heading-footer:after {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  content: " ";
  background: #204a87;
  position: absolute;
}

.heading-footer h2, .heading-footer .h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3em !important;
  text-transform: uppercase;
}

/*Link News*/
.footer .link-news {
  margin-bottom: 0;
  color: #9e9e9e !important;
}

.footer .link-news li {
  padding: 12px 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.footer .link-news li:first-child {
  padding-top: 0;
  border-top: none;
}

.footer .link-news li a {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
}

.footer .link-news a:hover {
  color: rgba(255, 255, 255, 0.3) !important;
  text-decoration: none;
}

.footer .link-news li small, .footer .link-news li .small {
  color: rgba(255, 255, 255, 0.8);
  display: block;
}

/*Link List*/
.footer-link-list li {
  padding: 9px 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.footer-link-list li:first-child {
  padding-top: 0;
  border-top: none;
}

.footer-link-list li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1em;
  display: inline-block;
  font-family: sans-serif;
  margin-bottom: 0;
}

.footer-link-list a:hover {
  color: #FAFAFA !important;
  text-decoration: none;
}

/*Contacts*/
.footer .contacts {
  margin-bottom: 0;
}

.footer .contacts li {
  margin-bottom: 20px;
}

.footer .contacts li:before,
.footer .contacts li:after {
  content: " ";
  display: table;
}

.footer .contacts li:after {
  clear: both;
}

.footer .contacts li i {
  float: left;
  width: 55px;
  height: 55px;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 5px;
  background: #333;
  text-align: center;
  margin: 4px 10px 0 0;
  display: inline-block;
}

.footer .contacts li p {
  margin-bottom: 0;
}

.footer .contacts li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .contacts li a:hover {
  color: #FAFAFA !important;
  text-decoration: none;
}

/*Footer Copyright*/
/* Enable horizontal list */
#inline ul li {
  display: inline;
}

/* jadams: md_grey_800 */
.copyright {
  padding: 15px 0;
  background: #212121;
  font-family: sans-serif;
}

.copyright p {
  font-size: 0.8em;
  font-family: sans-serif;
  margin-top: 3px;
}

.copyright .terms-menu li a {
  color: rgba(255, 255, 255, 0.5) !important;
}

/*Social Icons*/
.dark-social {
  margin: 5px 0 0;
}

.dark-social li {
  margin-left: 5px;
}

.dark-social li i {
  color: rgba(255, 255, 255, 0.5);
}

/*Terms Menu*/
.copyright .terms-menu {
  margin: 7px 0 0;
}

.copyright .terms-menu li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.copyright .terms-menu li:first-child {
  border-left: none;
  padding: 0 7px 0 0;
}

.copyright .terms-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

.copyright .terms-menu li:after {
  content: " · ";
}

.copyright .terms-menu li:last-child:after {
  content: "";
}

.copyright .terms-menu li a:hover {
  color: #FAFAFA !important;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .copyright .terms-menu,
  .copyright .dark-social.pull-right {
    text-align: left;
    float: none !important;
  }
}
/*
// -----------------------------------------------------------------------------
// ~/scss/theme_uno/bootstrap/extensions/_icons.scss
// Provides all general icon styles for J1 Theme
//
// Product/Info:
// https://jekyll.one
//
// Copyright (C) 2023, 2024 Juergen Adams
//
// J1 Template is licensed under the MIT License.
// See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
// -----------------------------------------------------------------------------
*/
/* j1-icons
 ------------------------------------------------------------------------------- */
/* Social Icons
-------------------------------------------------------------------------------- */
.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  text-indent: -9999px;
  display: inline-block;
}

.social-icons li a, a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden; /* for chrome */
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social_amazon {
  background: url(/assets/image/modules/icons/social/amazon.png) no-repeat;
}

.social_behance {
  background: url(/assets/image/modules/icons/social/behance.png) no-repeat;
}

.social_blogger {
  background: url(/assets/image/modules/icons/social/blogger.png) no-repeat;
}

.social_dribbble {
  background: url(/assets/image/modules/icons/social/dribbble.png) no-repeat;
}

.social_dropbox {
  background: url(/assets/image/modules/icons/social/dropbox.png) no-repeat;
}

.social_facebook {
  background: url(/assets/image/modules/icons/social/facebook.png) no-repeat;
}

.social_forrst {
  background: url(/assets/image/modules/icons/social/forrst.png) no-repeat;
}

.social_github {
  background: url(/assets/image/modules/icons/social/github.png) no-repeat;
}

.social_googleplus {
  background: url(/assets/image/modules/icons/social/googleplus.png) no-repeat;
}

.social_instagram {
  background: url(/assets/image/modules/icons/social/instagram.png) no-repeat;
}

.social_linkedin {
  background: url(/assets/image/modules/icons/social/linkedin.png) no-repeat;
}

.social_pintrest {
  background: url(/assets/image/modules/icons/social/pintrest.png) no-repeat;
}

.social_rss {
  background: url(/assets/image/modules/icons/social/rss.png) no-repeat;
}

.social_skype {
  background: url(/assets/image/modules/icons/social/skype.png) no-repeat;
}

.social_spotify {
  background: url(/assets/image/modules/icons/social/spotify.png) no-repeat;
}

.social_twitter {
  background: url(/assets/image/modules/icons/social/twitter.png) no-repeat;
}

.social_twitter_x {
  background: url(/assets/image/modules/icons/social/twitter_x.png) no-repeat;
}

.social_vimeo {
  background: url(/assets/image/modules/icons/social/vimeo.png) no-repeat;
}

.social_vk {
  background: url(/assets/image/modules/icons/social/vk.png) no-repeat;
}

.social_wordpress {
  background: url(/assets/image/modules/icons/social/wordpress.png) no-repeat;
}

.social_xing {
  background: url(/assets/image/modules/icons/social/xing.png) no-repeat;
}

.social_yahoo {
  background: url(/assets/image/modules/icons/social/yahoo.png) no-repeat;
}

.social_youtube {
  background: url(/assets/image/modules/icons/social/youtube.png) no-repeat;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extentions/_images.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # See: https://www.digitalocean.com/community/tutorials/css-cropping-images__object--fit
 # -----------------------------------------------------------------------------
*/
.img-bg--fill {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-object--w100 {
  width: 100%;
  max-width: 100px;
}

.img-object--w200 {
  width: 100%;
  max-width: 200px;
}

.img-object--w300 {
  width: 100%;
  max-width: 300px;
}

.img-object--w400 {
  width: 100%;
  max-width: 400px;
}

.img-object--w500 {
  width: 100%;
  max-width: 500px;
}

.img-object--h100 {
  height: 100%;
  max-height: 100px;
}

.img-object--h200 {
  width: 100%;
  max-width: 200px;
}

.img-object--h300 {
  width: 100%;
  max-width: 300px;
}

.img-object--h400 {
  width: 100%;
  max-width: 400px;
}

.img-object--h500 {
  width: 100%;
  max-width: 500px;
}

.img-object--contain {
  object-fit: contain;
}

.img-object--cover {
  object-fit: cover;
}

.img-object--fill {
  object-fit: fill;
}

.img-object--none {
  object-fit: fill;
}

.img-object--scale-down {
  object-fit: scale-down;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_lane.scss
 # Helper classen for J! template lanes (fick dich)
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for J1 Theme Lanes
 # -----------------------------------------------------------------------------
*/
/*
.elevated-z0 {
  background-color: transparent;
  // padding-top: 0;
  // padding-bottom: 0;
  // border-top: 0;
  // border-bottom: 0;
}

.elevated-z1 {
  background-color: rgba(0, 0, 0, 0.05);
//   padding-top: .1rem;
//   padding-bottom: .1rem;
//   border-top: 0;
//   border-bottom: 0;
}

.elevated-z2 {
  background-color: rgba(0, 0, 0, 0.1);
  // padding-top: .1rem;
  // padding-bottom: .1rem;
  // border-top: 1px solid rgba(0, 0, 0, 0.1);
  // border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.elevated-z3 {
  background-color: rgba(0, 0, 0, 0.2);
  // padding-top: .1rem;
  // padding-bottom: .1rem;
  // border-top: 1px solid rgba(0, 0, 0, 0.2);
  // border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.elevated-z4 {
  background-color: rgba(0, 0, 0, 0.3);
  // padding-top: .1rem;
  // padding-bottom: .1rem;
  // border-top: 1px solid rgba(0, 0, 0, 0.3);
  // border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.elevated-z5 {
  background-color: rgba(0, 0, 0, 0.4);
  // padding-top: .1rem;
  // padding-bottom: .1rem;
  // border-top: 1px solid rgba(0, 0, 0, 0.4);
  // border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
*/
.elevated-z0 {
  background-color: transparent;
}

.elevated-z1 {
  background-color: #EEEEEE;
}

.elevated-z2 {
  background-color: #E0E0E0;
}

.elevated-z3 {
  background-color: #BDBDBD;
}

.elevated-z4 {
  background-color: #9E9E9E;
}

.elevated-z5 {
  background-color: #757575;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_pages.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Additional styles for page articles (pages)
 # -----------------------------------------------------------------------------
*/
.fix-height-150 {
  height: 150px;
}

.fix-height-300 {
  height: 300px;
}

.fix-height-600 {
  height: 600px;
}

.flex-container-v2 {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #3F51B5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-container {
  display: flex;
  align-items: center;
  background-color: #3F51B5;
  margin-bottom: 2rem;
}

.flex-container div {
  background-color: #E8EAF6;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 3em;
}

.flex-item-v2 {
  background-color: #E8EAF6;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 3em;
}

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

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

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

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

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

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

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

.flex-flow-row-wrap {
  flex-flow: row wrap;
}

.flex-flow-row-nowrap {
  flex-flow: row nowrap;
}

.flex-justify-content-center {
  justify-content: center;
}

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

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

.flex-justify-content-space-around {
  justify-content: space-around;
}

.flex-justify-content-space-between {
  justify-content: space-between;
}

.flex-align-items-baseline {
  align-items: baseline;
}

.flex-align-items-center {
  align-items: center;
}

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

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

.flex-align-items-stretch {
  align-items: stretch;
}

.flex-align-content-center {
  align-content: center;
}

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

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

.flex-align-content-space-around {
  align-content: space-around;
}

.flex-align-content-space-between {
  align-content: space-between;
}

.flex-align-content-stretch {
  align-content: stretch;
}

.navigation {
  list-style: none;
  margin: 0;
  background: deepskyblue;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
}

.navigation a {
  text-decoration: none;
  display: block;
  padding: 1em;
  color: white;
}

.navigation a:hover {
  background-color: #3F51B5;
}

@media all and (max-width: 800px) {
  .navigation {
    justify-content: space-around;
  }
}
@media all and (max-width: 600px) {
  .navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  .navigation a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation li:last-of-type a {
    border-bottom: none;
  }
}
.wrapper-mobile {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}

.wrapper-mobile > * {
  padding: 10px;
  flex: 1 100%;
}

.header-mobile {
  background: tomato;
}

.footer-mobile {
  background: lightgreen;
}

.main-mobile {
  text-align: left;
  background: deepskyblue;
}

.aside-1 {
  background: gold;
}

.aside-2 {
  background: hotpink;
}

@media all and (min-width: 600px) {
  .aside {
    flex: 1 auto;
  }
}
@media all and (min-width: 800px) {
  .main-mobile {
    flex: 3 0px;
  }
  .aside-1 {
    order: 1;
  }
  .main-mobile {
    order: 2;
  }
  .aside-2 {
    order: 3;
  }
  .footer-mobile {
    order: 4;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_people.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Additional styles for page articles (pages)
 # -----------------------------------------------------------------------------
*/
.people-member {
  margin-bottom: 3rem;
  text-align: center;
}
.people-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.people-member h4, .people-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/*
// -----------------------------------------------------------------------------
// ~/scss/theme_uno/extensions/_plans.scss
// Provides general styles for the J1 Plan Banner
//
// Product/Info:
// https://jekyll.one
//
// Copyright (C) 2023, 2024 Juergen Adams
//
// J1 Template is licensed under the MIT License.
// See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
// -----------------------------------------------------------------------------
*/
.plan-card {
  margin-bottom: 2rem;
  transition: all 0.42s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  background-color: #fff;
  border-radius: 0.3rem;
  margin: 0.1875rem;
  height: 100%;
  box-shadow: 0 0.0625rem 0.125rem 0 rgba(22, 45, 61, 0.1);
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #162d3d;
  padding: 3rem 1.5rem 6.25rem;
  cursor: default;
}

.plan-card:hover {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-0.75rem);
}

.plan-card .plan-name {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.plan-card .plan-price {
  position: relative;
  margin-top: 0.625rem;
  margin-right: 1.825rem;
}

.plan-card .price-currency {
  display: inline-block;
  vertical-align: top;
  font-size: 1.25rem;
}

.plan-card .price-amount {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.plan-card .price-period {
  display: inline-block;
  font-size: 0.9rem;
  position: absolute;
  bottom: 0;
}

.plan-card hr {
  margin: 1.875rem 0;
}

.plan-card .plan-benefits {
  text-align: left;
  position: relative;
}

.plan-card .plan-benefits .plan-benefit::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: green;
}

.plan-card .plan-benefits .plan-disbenefit::before {
  content: "✘";
  position: absolute;
  left: 0;
  color: #dc1111;
}

.plan-card .plan-benefits .plan-benefit,
.plan-card .plan-benefits .plan-disbenefit {
  margin-bottom: 0.9375rem;
  padding-left: 1rem;
}

.plan-card .plan-select {
  text-transform: uppercase;
  margin-top: 1.5625rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 1.5rem;
  background-color: #2196f3;
  border-color: #2196f3;
  position: absolute;
  bottom: 2.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

.plan-card .plan-select:hover {
  background: #0D47A1;
  border-color: #0D47A1;
}

.plan-card.recommended {
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1), 0 0.625rem 5rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.3rem 0.3rem;
  border: 1px solid #2196f3;
}

.plan-card.recommended::before {
  content: "Recommended";
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background: #2196f3;
  color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  margin-bottom: -0.1875rem;
  position: absolute;
  left: -1px;
  top: -2.1875rem;
  right: -1px;
}

.plan-card.recommended hr {
  background: #2196f3;
}

@media (max-width: 991px) {
  .plan-card.recommended {
    border-radius: 0.3rem;
  }
  .plan-card.recommended::before {
    top: 0;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_post.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: General styles for blog articles (posts)
 # -----------------------------------------------------------------------------
*/
.post-category-icon .fa,
.post-category-icon .mdi,
.post-category-icon .zmdi {
  margin-right: 0.5rem;
}

.post-headline {
  margin-bottom: 2rem;
  border-bottom: 1px solid #BDBDBD;
}

.series-navigator {
  display: inline-block;
  position: relative;
  width: 100%;
}

.series-navigator .content {
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.series-navigation {
  margin-top: 10px;
}

.series-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.series-navigation ul li {
  display: inline-block;
}

.series-navigation ul li a {
  position: relative;
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 1rem 0 1rem;
  background-color: #2196f3;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #212121 !important;
  font-size: 0.75rem !important;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: unset;
}

.series-navigation ul li.current a {
  background-color: rgba(0, 0, 0, 0.5);
}

.series-navigation ul li.current a:hover {
  color: #eeeeee !important;
}

.series-navigation ul li a:hover {
  color: #eeeeee !important;
}

.series-exerpt {
  text-align: justify;
  padding: 0px 20px 10px 0px;
}

.series-exerpt-title {
  margin-top: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}

.series-navigator .series-navigator-footer {
  height: 10%;
  padding: 40px 0 0 0;
}

.series-navigator .series-navigator-footer button, .series-navigator .series-navigator-footer a {
  margin: 0px !important;
  position: relative;
  bottom: 25px;
  width: auto;
}

.series-navigator .series-navigator-footer button:first-child,
.series-navigator .series-navigator-footer a:first-child {
  left: -5px;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/pulser.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Util styles added on button elements to create an PULSED animation
 # -----------------------------------------------------------------------------
*/
.pulsed .pulsed-z1 .pulsed-z2 .pulsed-z3 {
  overflow: visible !important;
  position: relative;
}

.pulsed::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

.pulsed-z1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulsed-animation-z1 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulsed-animation-z1 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

.pulsed-z2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulsed-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulsed-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

.pulsed-z3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulsed-animation-z3 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulsed-animation-z3 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulsed-animation-z1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }
}
@keyframes pulsed-animation-z1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
  }
}
@-webkit-keyframes pulsed-animation-z2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
@keyframes pulsed-animation-z2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
@-webkit-keyframes pulsed-animation-z3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulsed-animation-z3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_radios.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.radio label,
label.radio-inline {
  position: relative;
  padding-left: 1.5625rem;
}
.radio label .bmd-radio,
label.radio-inline .bmd-radio {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 0.7em;
  margin: -0.7em;
  line-height: 0.7;
  border-radius: 100%;
}
.radio label .bmd-radio::after,
label.radio-inline .bmd-radio::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  content: "";
  border: 0.125rem solid #9e9e9e;
  border-radius: 50%;
  transition: border-color ease 0.28s;
  transition-duration: 0.2s;
}
.radio label .bmd-radio::before,
label.radio-inline .bmd-radio::before {
  position: absolute;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: var(--bs-primary);
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale3d(0, 0, 0);
}
.radio label input[type=radio],
label.radio-inline input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.radio label input[type=radio]:checked ~ .bmd-radio::after,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::after {
  border-color: var(--bs-primary);
}
.radio label input[type=radio]:checked ~ .bmd-radio::before,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
  background-color: var(--bs-primary);
}
.radio label input[type=radio]:checked ~ .bmd-radio::before,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
  transform: scale3d(0.5, 0.5, 1);
}
.radio label input[type=radio][disabled] + .bmd-radio, .radio label input[type=radio]:disabled + .bmd-radio, fieldset[disabled] .radio label input[type=radio] + .bmd-radio,
label.radio-inline input[type=radio][disabled] + .bmd-radio,
label.radio-inline input[type=radio]:disabled + .bmd-radio,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio {
  cursor: default;
}
.radio label input[type=radio][disabled] + .bmd-radio::after, .radio label input[type=radio]:disabled + .bmd-radio::after, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after {
  border-color: rgba(0, 0, 0, 0.26);
}
.radio label input[type=radio][disabled] + .bmd-radio::before, .radio label input[type=radio]:disabled + .bmd-radio::before, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before {
  background-color: rgba(0, 0, 0, 0.26);
}
.radio label input[type=radio][disabled] + .bmd-radio .ripple-container, .radio label input[type=radio]:disabled + .bmd-radio .ripple-container, fieldset[disabled] .radio label input[type=radio] + .bmd-radio .ripple-container,
label.radio-inline input[type=radio][disabled] + .bmd-radio .ripple-container,
label.radio-inline input[type=radio]:disabled + .bmd-radio .ripple-container,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio .ripple-container {
  display: none;
}
.bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::after, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::after, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after {
  border-color: rgba(255, 255, 255, 0.3);
}
.bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::before, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::before, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before {
  background-color: rgba(255, 255, 255, 0.3);
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_ripples.scss
 #
 # Product/Info:
 # https://github.com/FezVrasta/bootstrap-material-design
 #
 # Copyright (C) 2020 Federico Zivolo and Contributors
 #
 # Bootstrap Material Design is licensed under the MIT License.
 # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
*/
.ripple {
  position: relative;
}

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}
.ripple-container .ripple-decorator {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  opacity: 0;
  transform: scale(1);
  transform-origin: 50%;
}
.ripple-container .ripple-decorator.ripple-on {
  opacity: 0.1;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.ripple-container .ripple-decorator.ripple-out {
  opacity: 0;
  transition: opacity 0.1s linear 0s !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_scroll-group.scss
 # Class for the scoller|infinite scroll (based|modified from BS list_groups)
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.scroll-group {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.1rem;
}

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

.scroll-group-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
  margin-right: 1%;
}

@media only screen and (min-width: 576px) {
  .scroll-group-item.items-auto {
    width: 48.3%;
  }
  .scroll-group-item.items-1 {
    width: 96%;
  }
  .scroll-group-item.items-2 {
    width: 48.3%;
  }
  .scroll-group-item.items-3 {
    width: 48.3%;
  }
  .scroll-group-item.items-4 {
    width: 48.3%;
  }
}
@media only screen and (min-width: 768px) {
  .scroll-group-item.items-auto {
    width: 31.333%;
  }
  .scroll-group-item.items-1 {
    width: 96%;
  }
  .scroll-group-item.items-2 {
    width: 48.3%;
  }
  .scroll-group-item.items-3 {
    width: 48.3%;
  }
  .scroll-group-item.items-4 {
    width: 48.3%;
  }
}
@media only screen and (min-width: 992px) {
  .scroll-group-item.items-auto {
    width: 23.8%;
  }
  .scroll-group-item.items-1 {
    width: 96%;
  }
  .scroll-group-item.items-2 {
    width: 48.3%;
  }
  .scroll-group-item.items-3 {
    width: 31.333%;
  }
  .scroll-group-item.items-4 {
    width: 23.8%;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_scrollbars.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for custom scrollbars, see
 # 			 https://codepen.io/devstreak/pen/dMYgeO
 # -----------------------------------------------------------------------------
*/
.scrollbar {
  margin-left: 30px;
  height: 300px;
  width: 65px;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow {
  min-height: 450px;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #424242;
}

ul.scrollable-menu {
  height: auto;
  max-height: 20.5rem;
  overflow-x: hidden;
  scrollbar-color: #424242 #f5f5f5;
  scrollbar-width: thin;
}

ul.scrollable-menu::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

ul.scrollable-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #f5f5f5;
}

ul.scrollable-menu::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #424242;
}

.scroller-1::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scroller-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.scroller-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #424242;
}

.scroller-2::-webkit-scrollbar {
  width: 12px;
  background-color: #e0e0e0;
}

.scroller-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #f5f5f5;
}

.scroller-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #424242;
}

.scroller-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.scroller-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.scroller-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.scroller-4::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.scroller-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #424242;
}

.scroller-5::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.scroller-5::-webkit-scrollbar-thumb {
  background-color: #03a9f4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}

.scroller-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.scroller-6::-webkit-scrollbar-thumb {
  background-color: #ff9800;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.scroller-7::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroller-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7986cb), color-stop(0.72, #3f51b5), color-stop(0.86, #1a237e));
}

.scroller-8::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-8::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #f5f5f5;
}

.scroller-8::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.scroller-9::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-9::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.scroller-9::-webkit-scrollbar-thumb {
  background-color: #ff9800;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.scroller-10::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-10::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroller-10::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}

.scroller-11::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-11::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroller-11::-webkit-scrollbar-thumb {
  background-color: #3f51b5;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}

.scroller-12::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scroller-12::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #212121;
}

.scroller-12::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f44336;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

.scroller-13::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scroller-13::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #eeeeee;
}

.scroller-13::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b71c1c;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

.scroller-14::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-14::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: #eeeeee;
}

.scroller-14::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 25%, transparent 100%, rgba(0, 0, 0, 0.1) 75%, transparent);
}

.scroller-15::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroller-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D));
}

.scroller-16::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroller-16::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroller-16::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_sticker.scss
 # Provides styles for sticker images
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.sticker-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticker {
  position: absolute;
  z-index: 110;
}

.sticker-wrapper-150 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
}

.sticker-wrapper-200 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
}

.sticker-right-150 {
  margin-top: -40px;
  right: 470px;
  position: absolute;
  z-index: 110;
}

.sticker-right-200 {
  margin-top: -60px;
  right: 430px;
  left: auto;
  position: absolute;
  z-index: 110;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_switches.scss
 #
 # Product/Info:
 # https://github.com/FezVrasta/bootstrap-material-design
 #
 # Copyright (C) 2020 Federico Zivolo and Contributors
 #
 # Bootstrap Material Design is licensed under the MIT License.
 # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md
 # -----------------------------------------------------------------------------
*/
.switch label {
  position: relative;
  padding-left: 2.4375rem;
}
.switch label .bmd-switch-track {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: inline-block;
  width: 2.125rem;
  height: 0.875rem;
  cursor: pointer;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.26) 90%);
  background-position: 0%;
  background-size: 4.25rem 0.875rem;
  border-radius: 2.125rem;
  transition: background-position 0.2s ease-in;
}
.switch label .bmd-switch-track::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #9e9e9e;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transform: translateY(-50%);
}
.switch label .bmd-switch-track:active::after {
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}
.switch label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.switch label input:checked + .bmd-switch-track {
  background-position: -100%;
}
.switch label input:checked + .bmd-switch-track::after {
  left: calc(100% - 1.25rem);
  background-color: var(--bs-primary);
}
.switch label input:disabled + .bmd-switch-track:active::after {
  transform: translateY(-50%);
}
.switch label input:disabled + .bmd-switch-track {
  cursor: default;
  background: rgba(0, 0, 0, 0.12);
}
.switch label input:disabled + .bmd-switch-track::after {
  background: #bdbdbd;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_tags.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: General styles for tag boxes|clouds
 # -----------------------------------------------------------------------------
*/
.tag__box:after, .tag__box:before {
  display: table;
  content: "";
  line-height: 0;
}

.tag__box {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  overflow: hidden;
  zoom: 1;
}
.tag__box:after {
  clear: both;
}
.tag__box a {
  padding: 4px 6px;
  margin: 2px;
  color: #fafafa;
  background-color: #e91e63;
  border-radius: 4px;
  text-decoration: none;
}
.tag__box a span {
  vertical-align: super;
  font-size: 0.9rem;
}
.tag__box.inline li {
  float: left;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5;
}

.tag__cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag__cloud ul li {
  display: inline-block;
  margin: 0 0.3em 0.3em 0;
  padding: 0;
}
.tag__cloud ul li a {
  position: relative;
  display: inline-block;
  line-height: 1.75rem;
  padding: 0 2.5em 0 1em;
  background-color: #2196f3;
  border-radius: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000 !important;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
}
.tag__cloud ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.tag__cloud ul li span {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: 2;
  width: 20px;
  height: 20px;
  line-height: 1.5;
  background-color: #fafafa;
  border-radius: 100%;
  color: #000000;
  font-size: 11px;
  padding: 3px;
  margin: -1px 0 5px 5px;
  text-align: center;
  transition: 0.2s;
}
.tag__cloud ul.cloud li {
  margin: 0;
}
.tag__cloud ul.cloud li a {
  padding: 0 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tag-numerator .badge {
  padding: 5px 20px;
  background-color: #616161;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_timeline.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: General styles for blog|post generator of type 'timeline'
 # -----------------------------------------------------------------------------
*/
.timeline-header-box {
  background: #ffffff;
}

.timeline-header-box .title {
  text-align: center;
  text-transform: uppercase;
}

.timeline-header-box .title:after {
  left: 50%;
  width: 70px;
  margin-left: -35px;
}

.timeline-header-box .tagline {
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
}

h2.timeline-header-box, .timeline-header-box.h2 {
  color: #212121;
  position: relative;
  margin-bottom: 30px;
}

h2.timeline-header-box:after, .timeline-header-box.h2:after {
  left: 0;
  width: 70px;
  height: 2px;
  content: " ";
  bottom: -10px;
  background: #212121;
  position: absolute;
}

.timeline-header-box p {
  position: relative;
  margin-bottom: 50px;
}

.timeline-header-box p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #607d8b;
}

.timeline {
  padding: 20px 0;
  list-style: none;
  position: relative;
}

.timeline-title {
  display: block;
  margin: 1.25rem 1.5rem 0.75rem 0.75rem;
  border-bottom: 1px solid #f5f5f5;
}

.timeline-title h2, .timeline-title .h2 {
  font-size: 24px;
  margin: 0 0 -1px 0;
  padding-bottom: 5px;
  padding-left: 10px;
  display: inline-block;
  border-bottom: 1px dotted #2196f3;
}

.timeline-title h4, .timeline-title .h4 {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin: 0 0 -1px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px dotted #2196f3;
}

.timeline-title h4:hover, .timeline-title .h4:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}

.timeline-tagline {
  margin-bottom: 0.5rem;
}

.timeline-excerpt {
  display: block;
}

.timeline-icon {
  float: left;
  margin-right: 1.5rem;
  line-height: 1;
}

a.timeline-list-unstyled {
  color: #455a64;
}

a.timeline-list-unstyled,
a.timeline-list-unstyled:active,
a.timeline-list-unstyled:active,
a.timeline-list-unstyled:hover {
  outline: none;
  font-size: 13px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.timeline-list-unstyled:hover {
  color: #607d8b;
  text-decoration: none;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #bdbdbd;
  left: 50%;
  margin-left: -0.5px;
}

.timeline > li {
  margin-bottom: 40px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 94%;
  float: left;
  position: relative;
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #2196f3;
  border-right: 0 solid #2196f3;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  width: 24px;
  text-align: center;
  position: absolute;
  top: 19px;
  right: -12px;
  z-index: 3;
}

.tmicon {
  top: 18px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #2196f3;
  margin: 0 0 0 -5px;
  box-shadow: 0 0 0 4px #bdbdbd;
  -webkit-font-smoothing: antialiased;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li > .timeline-panel .timeline-heading {
  padding: 5px;
}

.timeline > li > .timeline-panel .timeline-heading img {
  width: 100%;
}

.timeline .timeline-body {
  padding: 12px;
}

.timeline .timeline-footer {
  padding: 7px 12px;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
}

.timeline .timeline-footer .blog-info {
  float: left;
}

.timeline .timeline-footer .blog-info i {
  color: #9e9e9e;
}

.timeline .timeline-footer .likes {
  float: right;
}

.timeline .timeline-footer .likes i {
  margin-right: 2px;
  color: #9e9e9e;
}

.timeline .timeline-footer .likes:hover {
  text-decoration: none;
  color: inherit;
}

.timeline .timeline-footer .likes:hover i {
  color: #607d8b;
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-bottom: 40px;
}

.timeline > li:nth-child(even) {
  margin-top: 30px;
}

.timeline > li:nth-child(odd) {
  margin-top: 0px;
}

.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}

@media screen and (max-width: 992px) {
  .timeline > li > .timeline-panel:before {
    top: 31px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #f5f5f5;
    border-bottom: 11px solid transparent;
  }
  .timeline > li > .timeline-panel:after {
    top: 32px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #fafafa;
    border-bottom: 10px solid transparent;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-right-width: 11px;
    left: -11px;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-right-width: 10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  ul.timeline:before {
    /* left: 40px; */
    left: 0;
    margin-left: 0;
  }
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  /* was: 70px */
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
  }
  ul.timeline > li > .timeline-badge {
    /* was: left: 28px; */
    left: -11px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    top: 27px;
    right: -12px;
    border-top: 12px solid transparent;
    border-left: 12px solid #f5f5f5;
    border-bottom: 12px solid transparent;
  }
  ul.timeline > li > .timeline-panel:after {
    top: 28px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #ffffff;
    border-bottom: 11px solid transparent;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 12px;
    left: -12px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 11px;
    left: -11px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: -11px;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/transitions.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Util styles added on button elements to create an PULSED animation
 # -----------------------------------------------------------------------------
*/
.cssFadeIn {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.cssFadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/extensions/mde/_transparency.scss
 # Provides (Helper) Styles for standard transparency levels
 # Inspired by Google MDC Web
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: MDE styles for transparency
 # -----------------------------------------------------------------------------
*/
/*
 * Applies the correct css rules needed to have an element transition
 * between elevations. This mixin should be applied to elements whose
 * elevation values will change depending on their context (e.g. when
 * active or disabled).
 */
.transparency-0 {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-1 {
  opacity: 0.1 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-2 {
  opacity: 0.2 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-3 {
  opacity: 0.3 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-4 {
  opacity: 0.4 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-5 {
  opacity: 0.5 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-6 {
  opacity: 0.6 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-7 {
  opacity: 0.7 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-8 {
  opacity: 0.8 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-9 {
  opacity: 0.9 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.transparency-10 {
  opacity: 1 !important;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_typography.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Typography styles for resposive text (rtext)
 #  Provides flowting text styles for dynamic|responsible text.
 # Inspired by Materialize (http://materializecss.com/)
 # TODO:1
  # -----------------------------------------------------------------------------
 # SPEC: r-text   - http://materializecss.com/typography.html
 # SPEC: general  - https://www.google.com/design/spec/style/typography.html#typography-styles
 # -----------------------------------------------------------------------------
*/
.no-r-text, .no-rtext {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.r-text, .r-text-500 {
  font-weight: 300;
}

@media only screen and (max-width: 320px) {
  .r-text, .r-text-500 {
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 360px) {
  .r-text, .r-text-500 {
    font-size: 1.2rem !important;
  }
}
@media only screen and (min-width: 390px) {
  .r-text, .r-text-500 {
    font-size: 1.224rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .r-text, .r-text-500 {
    font-size: 1.248rem !important;
  }
}
@media only screen and (min-width: 450px) {
  .r-text, .r-text-500 {
    font-size: 1.272rem !important;
  }
}
@media only screen and (min-width: 480px) {
  .r-text, .r-text-500 {
    font-size: 1.296rem !important;
  }
}
@media only screen and (min-width: 510px) {
  .r-text, .r-text-500 {
    font-size: 1.32rem !important;
  }
}
@media only screen and (min-width: 540px) {
  .r-text, .r-text-500 {
    font-size: 1.344rem !important;
  }
}
@media only screen and (min-width: 570px) {
  .r-text, .r-text-500 {
    font-size: 1.368rem !important;
  }
}
@media only screen and (min-width: 600px) {
  .r-text, .r-text-500 {
    font-size: 1.392rem !important;
  }
}
@media only screen and (min-width: 630px) {
  .r-text, .r-text-500 {
    font-size: 1.416rem !important;
  }
}
@media only screen and (min-width: 660px) {
  .r-text, .r-text-500 {
    font-size: 1.44rem !important;
  }
}
@media only screen and (min-width: 690px) {
  .r-text, .r-text-500 {
    font-size: 1.464rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .r-text, .r-text-500 {
    font-size: 1.488rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .r-text, .r-text-500 {
    font-size: 1.512rem !important;
  }
}
@media only screen and (min-width: 780px) {
  .r-text, .r-text-500 {
    font-size: 1.536rem !important;
  }
}
@media only screen and (min-width: 810px) {
  .r-text, .r-text-500 {
    font-size: 1.56rem !important;
  }
}
@media only screen and (min-width: 840px) {
  .r-text, .r-text-500 {
    font-size: 1.584rem !important;
  }
}
@media only screen and (min-width: 870px) {
  .r-text, .r-text-500 {
    font-size: 1.608rem !important;
  }
}
@media only screen and (min-width: 900px) {
  .r-text, .r-text-500 {
    font-size: 1.632rem !important;
  }
}
@media only screen and (min-width: 930px) {
  .r-text, .r-text-500 {
    font-size: 1.656rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .r-text, .r-text-500 {
    font-size: 1.68rem !important;
  }
}
.r-text-100 {
  font-weight: 300;
}

@media only screen and (max-width: 320px) {
  .r-text-600 {
    font-size: 0.5rem !important;
  }
}
@media only screen and (min-width: 360px) {
  .r-text-100 {
    font-size: 0.6rem !important;
  }
}
@media only screen and (min-width: 390px) {
  .r-text-100 {
    font-size: 0.612rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .r-text-100 {
    font-size: 0.624rem !important;
  }
}
@media only screen and (min-width: 450px) {
  .r-text-100 {
    font-size: 0.636rem !important;
  }
}
@media only screen and (min-width: 480px) {
  .r-text-100 {
    font-size: 0.648rem !important;
  }
}
@media only screen and (min-width: 510px) {
  .r-text-100 {
    font-size: 0.66rem !important;
  }
}
@media only screen and (min-width: 540px) {
  .r-text-100 {
    font-size: 0.672rem !important;
  }
}
@media only screen and (min-width: 570px) {
  .r-text-100 {
    font-size: 0.684rem !important;
  }
}
@media only screen and (min-width: 600px) {
  .r-text-100 {
    font-size: 0.696rem !important;
  }
}
@media only screen and (min-width: 630px) {
  .r-text-100 {
    font-size: 0.708rem !important;
  }
}
@media only screen and (min-width: 660px) {
  .r-text-100 {
    font-size: 0.72rem !important;
  }
}
@media only screen and (min-width: 690px) {
  .r-text-100 {
    font-size: 0.732rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .r-text-100 {
    font-size: 0.744rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .r-text-100 {
    font-size: 0.756rem !important;
  }
}
@media only screen and (min-width: 780px) {
  .r-text-100 {
    font-size: 0.768rem !important;
  }
}
@media only screen and (min-width: 810px) {
  .r-text-100 {
    font-size: 0.78rem !important;
  }
}
@media only screen and (min-width: 840px) {
  .r-text-100 {
    font-size: 0.792rem !important;
  }
}
@media only screen and (min-width: 870px) {
  .r-text-100 {
    font-size: 0.804rem !important;
  }
}
@media only screen and (min-width: 900px) {
  .r-text-100 {
    font-size: 0.816rem !important;
  }
}
@media only screen and (min-width: 930px) {
  .r-text-100 {
    font-size: 0.828rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .r-text-100 {
    font-size: 0.84rem !important;
  }
}
.r-text-200 {
  font-weight: 300;
}

@media only screen and (max-width: 320px) {
  .r-text-600 {
    font-size: 0.6rem !important;
  }
}
@media only screen and (min-width: 360px) {
  .r-text-200 {
    font-size: 0.72rem !important;
  }
}
@media only screen and (min-width: 390px) {
  .r-text-200 {
    font-size: 0.7344rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .r-text-200 {
    font-size: 0.7488rem !important;
  }
}
@media only screen and (min-width: 450px) {
  .r-text-200 {
    font-size: 0.7632rem !important;
  }
}
@media only screen and (min-width: 480px) {
  .r-text-200 {
    font-size: 0.7776rem !important;
  }
}
@media only screen and (min-width: 510px) {
  .r-text-200 {
    font-size: 0.792rem !important;
  }
}
@media only screen and (min-width: 540px) {
  .r-text-200 {
    font-size: 0.8064rem !important;
  }
}
@media only screen and (min-width: 570px) {
  .r-text-200 {
    font-size: 0.8208rem !important;
  }
}
@media only screen and (min-width: 600px) {
  .r-text-200 {
    font-size: 0.8352rem !important;
  }
}
@media only screen and (min-width: 630px) {
  .r-text-200 {
    font-size: 0.8496rem !important;
  }
}
@media only screen and (min-width: 660px) {
  .r-text-200 {
    font-size: 0.864rem !important;
  }
}
@media only screen and (min-width: 690px) {
  .r-text-200 {
    font-size: 0.8784rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .r-text-200 {
    font-size: 0.8928rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .r-text-200 {
    font-size: 0.9072rem !important;
  }
}
@media only screen and (min-width: 780px) {
  .r-text-200 {
    font-size: 0.9216rem !important;
  }
}
@media only screen and (min-width: 810px) {
  .r-text-200 {
    font-size: 0.936rem !important;
  }
}
@media only screen and (min-width: 840px) {
  .r-text-200 {
    font-size: 0.9504rem !important;
  }
}
@media only screen and (min-width: 870px) {
  .r-text-200 {
    font-size: 0.9648rem !important;
  }
}
@media only screen and (min-width: 900px) {
  .r-text-200 {
    font-size: 0.9792rem !important;
  }
}
@media only screen and (min-width: 930px) {
  .r-text-200 {
    font-size: 0.9936rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .r-text-200 {
    font-size: 1.008rem !important;
  }
}
.r-text-300 {
  font-weight: 300;
}

@media only screen and (max-width: 320px) {
  .r-text-600 {
    font-size: 0.7rem !important;
  }
}
@media only screen and (min-width: 360px) {
  .r-text-300 {
    font-size: 0.84rem !important;
  }
}
@media only screen and (min-width: 390px) {
  .r-text-300 {
    font-size: 0.8568rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .r-text-300 {
    font-size: 0.8736rem !important;
  }
}
@media only screen and (min-width: 450px) {
  .r-text-300 {
    font-size: 0.8904rem !important;
  }
}
@media only screen and (min-width: 480px) {
  .r-text-300 {
    font-size: 0.9072rem !important;
  }
}
@media only screen and (min-width: 510px) {
  .r-text-300 {
    font-size: 0.924rem !important;
  }
}
@media only screen and (min-width: 540px) {
  .r-text-300 {
    font-size: 0.9408rem !important;
  }
}
@media only screen and (min-width: 570px) {
  .r-text-300 {
    font-size: 0.9576rem !important;
  }
}
@media only screen and (min-width: 600px) {
  .r-text-300 {
    font-size: 0.9744rem !important;
  }
}
@media only screen and (min-width: 630px) {
  .r-text-300 {
    font-size: 0.9912rem !important;
  }
}
@media only screen and (min-width: 660px) {
  .r-text-300 {
    font-size: 1.008rem !important;
  }
}
@media only screen and (min-width: 690px) {
  .r-text-300 {
    font-size: 1.0248rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .r-text-300 {
    font-size: 1.0416rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .r-text-300 {
    font-size: 1.0584rem !important;
  }
}
@media only screen and (min-width: 780px) {
  .r-text-300 {
    font-size: 1.0752rem !important;
  }
}
@media only screen and (min-width: 810px) {
  .r-text-300 {
    font-size: 1.092rem !important;
  }
}
@media only screen and (min-width: 840px) {
  .r-text-300 {
    font-size: 1.1088rem !important;
  }
}
@media only screen and (min-width: 870px) {
  .r-text-300 {
    font-size: 1.1256rem !important;
  }
}
@media only screen and (min-width: 900px) {
  .r-text-300 {
    font-size: 1.1424rem !important;
  }
}
@media only screen and (min-width: 930px) {
  .r-text-300 {
    font-size: 1.1592rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .r-text-300 {
    font-size: 1.176rem !important;
  }
}
.r-text-400 {
  font-weight: 300;
}

@media only screen and (max-width: 320px) {
  .r-text-600 {
    font-size: 0.8rem !important;
  }
}
@media only screen and (min-width: 360px) {
  .r-text-400 {
    font-size: 0.96rem !important;
  }
}
@media only screen and (min-width: 390px) {
  .r-text-400 {
    font-size: 0.9792rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .r-text-400 {
    font-size: 0.9984rem !important;
  }
}
@media only screen and (min-width: 450px) {
  .r-text-400 {
    font-size: 1.0176rem !important;
  }
}
@media only screen and (min-width: 480px) {
  .r-text-400 {
    font-size: 1.0368rem !important;
  }
}
@media only screen and (min-width: 510px) {
  .r-text-400 {
    font-size: 1.056rem !important;
  }
}
@media only screen and (min-width: 540px) {
  .r-text-400 {
    font-size: 1.0752rem !important;
  }
}
@media only screen and (min-width: 570px) {
  .r-text-400 {
    font-size: 1.0944rem !important;
  }
}
@media only screen and (min-width: 600px) {
  .r-text-400 {
    font-size: 1.1136rem !important;
  }
}
@media only screen and (min-width: 630px) {
  .r-text-400 {
    font-size: 1.1328rem !important;
  }
}
@media only screen and (min-width: 660px) {
  .r-text-400 {
    font-size: 1.152rem !important;
  }
}
@media only screen and (min-width: 690px) {
  .r-text-400 {
    font-size: 1.1712rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .r-text-400 {
    font-size: 1.1904rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .r-text-400 {
    font-size: 1.2096rem !important;
  }
}
@media only screen and (min-width: 780px) {
  .r-text-400 {
    font-size: 1.2288rem !important;
  }
}
@media only screen and (min-width: 810px) {
  .r-text-400 {
    font-size: 1.248rem !important;
  }
}
@media only screen and (min-width: 840px) {
  .r-text-400 {
    font-size: 1.2672rem !important;
  }
}
@media only screen and (min-width: 870px) {
  .r-text-400 {
    font-size: 1.2864rem !important;
  }
}
@media only screen and (min-width: 900px) {
  .r-text-400 {
    font-size: 1.3056rem !important;
  }
}
@media only screen and (min-width: 930px) {
  .r-text-400 {
    font-size: 1.3248rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .r-text-400 {
    font-size: 1.344rem !important;
  }
}
@media only screen and (max-width: 360px) {
  .r-text-400 {
    font-size: 0.96rem !important;
  }
}
.r-text-600 {
  font-weight: 300;
}

@media only screen and (max-width: 320px) {
  .r-text-600 {
    font-size: 1.25rem !important;
  }
}
@media only screen and (min-width: 360px) {
  .r-text-600 {
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 390px) {
  .r-text-600 {
    font-size: 1.53rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .r-text-600 {
    font-size: 1.56rem !important;
  }
}
@media only screen and (min-width: 450px) {
  .r-text-600 {
    font-size: 1.59rem !important;
  }
}
@media only screen and (min-width: 480px) {
  .r-text-600 {
    font-size: 1.62rem !important;
  }
}
@media only screen and (min-width: 510px) {
  .r-text-600 {
    font-size: 1.65rem !important;
  }
}
@media only screen and (min-width: 540px) {
  .r-text-600 {
    font-size: 1.68rem !important;
  }
}
@media only screen and (min-width: 570px) {
  .r-text-600 {
    font-size: 1.71rem !important;
  }
}
@media only screen and (min-width: 600px) {
  .r-text-600 {
    font-size: 1.74rem !important;
  }
}
@media only screen and (min-width: 630px) {
  .r-text-600 {
    font-size: 1.77rem !important;
  }
}
@media only screen and (min-width: 660px) {
  .r-text-600 {
    font-size: 1.8rem !important;
  }
}
@media only screen and (min-width: 690px) {
  .r-text-600 {
    font-size: 1.83rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .r-text-600 {
    font-size: 1.86rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .r-text-600 {
    font-size: 1.89rem !important;
  }
}
@media only screen and (min-width: 780px) {
  .r-text-600 {
    font-size: 1.92rem !important;
  }
}
@media only screen and (min-width: 810px) {
  .r-text-600 {
    font-size: 1.95rem !important;
  }
}
@media only screen and (min-width: 840px) {
  .r-text-600 {
    font-size: 1.98rem !important;
  }
}
@media only screen and (min-width: 870px) {
  .r-text-600 {
    font-size: 2.01rem !important;
  }
}
@media only screen and (min-width: 900px) {
  .r-text-600 {
    font-size: 2.04rem !important;
  }
}
@media only screen and (min-width: 930px) {
  .r-text-600 {
    font-size: 2.07rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .r-text-600 {
    font-size: 2.1rem !important;
  }
}
.r-text-700 {
  font-weight: 300;
}

@media only screen and (max-width: 320px) {
  .r-text-600 {
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 360px) {
  .r-text-700 {
    font-size: 1.8rem !important;
  }
}
@media only screen and (min-width: 390px) {
  .r-text-700 {
    font-size: 1.836rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .r-text-700 {
    font-size: 1.872rem !important;
  }
}
@media only screen and (min-width: 450px) {
  .r-text-700 {
    font-size: 1.908rem !important;
  }
}
@media only screen and (min-width: 480px) {
  .r-text-700 {
    font-size: 1.944rem !important;
  }
}
@media only screen and (min-width: 510px) {
  .r-text-700 {
    font-size: 1.98rem !important;
  }
}
@media only screen and (min-width: 540px) {
  .r-text-700 {
    font-size: 2.016rem !important;
  }
}
@media only screen and (min-width: 570px) {
  .r-text-700 {
    font-size: 2.052rem !important;
  }
}
@media only screen and (min-width: 600px) {
  .r-text-700 {
    font-size: 2.088rem !important;
  }
}
@media only screen and (min-width: 630px) {
  .r-text-700 {
    font-size: 2.124rem !important;
  }
}
@media only screen and (min-width: 660px) {
  .r-text-700 {
    font-size: 2.16rem !important;
  }
}
@media only screen and (min-width: 690px) {
  .r-text-700 {
    font-size: 2.196rem !important;
  }
}
@media only screen and (min-width: 720px) {
  .r-text-700 {
    font-size: 2.232rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .r-text-700 {
    font-size: 2.268rem !important;
  }
}
@media only screen and (min-width: 780px) {
  .r-text-700 {
    font-size: 2.304rem !important;
  }
}
@media only screen and (min-width: 810px) {
  .r-text-700 {
    font-size: 2.34rem !important;
  }
}
@media only screen and (min-width: 840px) {
  .r-text-700 {
    font-size: 2.376rem !important;
  }
}
@media only screen and (min-width: 870px) {
  .r-text-700 {
    font-size: 2.412rem !important;
  }
}
@media only screen and (min-width: 900px) {
  .r-text-700 {
    font-size: 2.448rem !important;
  }
}
@media only screen and (min-width: 930px) {
  .r-text-700 {
    font-size: 2.484rem !important;
  }
}
@media only screen and (min-width: 960px) {
  .r-text-700 {
    font-size: 2.52rem !important;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_utilities.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Additional utility styles
 # -----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/variables.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: This is the (SASS) entry point for global theme variables
 # -----------------------------------------------------------------------------
*/
/*
$line-height-lg:                      (4 / 3) !default;
$line-height-sm:                      1.5 !default;

$border-radius:                         .1rem !default; // .25rem !default;
$border-radius-lg:                      .1rem !default;
$border-radius-sm:                      .0625rem !default; // .2rem !default;

$component-active-color:              #fff !default;
$component-active-bg:                 $brand-primary !default;

$caret-width:                         .3em !default;
$caret-width-lg:                      $caret-width !default;
*/
.show {
  display: block;
}

.hide {
  display: none;
}

.border--solid {
  border: 1px solid #616161;
}

.border--dotted {
  border: 1px dotted #616161;
}

.wm-200, .wmax-200 {
  max-width: 200px !important;
}

.wm-400, .wmax-400 {
  max-width: 400px !important;
}

.wm-600, .wmax-600 {
  max-width: 600px !important;
}

.wm-800, .wmax-800 {
  max-width: 800px !important;
}

.g-color-white-opacity-0_6, .g-color-white-opacity-0_6--hover:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

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

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

.g-mb-10 {
  margin-bottom: 0.71429rem !important;
}

.g-width-50 {
  width: 50px !important;
}

.g-height-2 {
  height: 2px;
}

.g-line-height-1_4 {
  line-height: 1.4 !important;
}

.g-line-height-1_6 {
  line-height: 1.6 !important;
}

.g-font-weight-400 {
  font-weight: 400;
}

.g-font-weight-500 {
  font-weight: 500;
}

.g-font-weight-600 {
  font-weight: 600;
}

.g-text-upper {
  text-transform: uppercase;
}

.g-font-size-12 {
  font-size: 0.85714rem !important;
}

.g-font-size-18 {
  font-size: 1.28571rem !important;
}

.g-height-100 {
  height: 100px !important;
}

.g-height-150 {
  height: 150px !important;
}

.g-height-200 {
  height: 200px !important;
}

.g-height-250 {
  height: 250px !important;
}

.g-height-300 {
  height: 300px !important;
}

.g-height-350 {
  height: 350px !important;
}

.g-height-400 {
  height: 400px !important;
}

.g-height-450 {
  height: 450px !important;
}

.g-height-500 {
  height: 500px !important;
}

.g-min-height-100 {
  min-height: 100px !important;
}

.g-min-height-150 {
  min-height: 150px !important;
}

.g-min-height-200 {
  min-height: 200px !important;
}

.g-min-height-250 {
  min-height: 250px !important;
}

.g-min-height-300 {
  min-height: 300px !important;
}

.g-min-height-350 {
  min-height: 350px !important;
}

.g-min-height-400 {
  min-height: 400px !important;
}

.g-min-height-450 {
  min-height: 450px !important;
}

.g-min-height-500 {
  min-height: 500px !important;
}

.g-max-height-100 {
  min-height: 100px !important;
}

.g-max-height-150 {
  min-height: 150px !important;
}

.g-max-height-200 {
  min-height: 200px !important;
}

.g-max-height-250 {
  min-height: 250px !important;
}

.g-max-height-300 {
  min-height: 300px !important;
}

.g-max-height-350 {
  min-height: 350px !important;
}

.g-max-height-400 {
  min-height: 400px !important;
}

.g-max-height-450 {
  min-height: 450px !important;
}

.g-max-height-500 {
  min-height: 500px !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/extensions/_video.scss
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # ------------------------------------------------------------------------------
*/
video {
  width: 100%;
  height: auto;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/bootstrap/modules.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: This is the (SASS) entry point for build-in theme MODULES
 # -----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_adsense.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Theme is licensed under the MIT License
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Provides styles for the J1 Google Adsense module
 # NOTE: Settings are set dynamicall by the JS adapter
 # -----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_carousel.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for all J1 Carousels
 # -----------------------------------------------------------------------------
*/
.carousel-title {
  display: flex;
  align-items: center;
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_cookiebar.scss
 #
 # Product/Info:
 # http://jekyll.one
 # http://www.primebox.co.uk/projects/jquery-cookiebar/
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 # Copyright (C) 2016 Ant Parsons (primebox.co.uk)
 #
 # J1 Theme is licensed under the MIT License
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # Cookiebar is licensed under Creative Commons Attribution 3.0 Unported License
 # See: http://creativecommons.org/licenses/by/3.0/
 # -----------------------------------------------------------------------------
 # NOTE: Provides styles for the J1 CookieBar module
 # NOTE: Settings for text_color|background_color are set dynamicall by the JS adapter
 # -----------------------------------------------------------------------------
*/
#cookie-bar {
  background: #354a60;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
  margin-bottom: 20px;
}
#cookie-bar .cb-enable {
  background: #007700;
}
#cookie-bar .cb-enable:hover {
  background: #007700;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_enhanced-modals.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE:  NO fa icons should be used with enhanced modals to NOT conflict
 #        with asciidoc ICON colors
 # NOTE:  Styles should be moved to bootstrap folder as modals NOT belong
 #        to a J1 Module (js)
 # -----------------------------------------------------------------------------
 # TODO:  Full height modals: NOT responsive
 # TODO:  Full height modals: Media breakpoints needed to adjust modal
 #        header height to navbar
 # -----------------------------------------------------------------------------
*/
body.modal-open {
  padding-right: 0 !important;
}
body.scrollable {
  overflow-y: auto;
}

.modal .modal-content {
  border-radius: 0.125rem !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
}
.modal .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 80px;
}
.modal .modal-header .modal-title {
  font-weight: 300;
}
.modal .modal-header .lead {
  font-size: 1.5rem;
  font-weight: 400;
}
.modal .modal-header .close {
  padding-top: 1rem;
  padding-bottom: 2rem;
  border: 0;
  background-color: transparent;
}
.modal .modal-footer {
  padding: 2rem 2rem 2rem 2rem !important;
  border-top: 1px solid #e0e0e0 !important;
}
.modal .modal-footer-show {
  padding: 1rem 2rem 1.75rem 2rem;
}
.modal .modal-footer-hidden {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog.modal-top {
    top: 0;
  }
  .modal .modal-dialog.modal-left {
    left: 0;
  }
  .modal .modal-dialog.modal-right {
    right: 0;
  }
  .modal .modal-dialog.modal-bottom {
    bottom: 0;
  }
  .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
  }
  .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
  }
  .modal .modal-dialog.modal-bottom-left {
    left: 10px;
    bottom: 10px;
  }
  .modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px;
  }
}
.modal.fade.top:not(.show) .modal-dialog {
  transform: translate3d(0, -25%, 0);
}
.modal.fade.left:not(.show) .modal-dialog {
  transform: translate3d(-25%, 0, 0);
}
.modal.fade.right:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0);
}
.modal.fade.bottom:not(.show) .modal-dialog {
  transform: translate3d(0, 25%, 0);
}
@media screen and (min-width: 768px) {
  .modal.modal-scrolling {
    position: relative;
  }
  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
  }
  .modal .modal-fluid {
    width: 100%;
    max-width: 100%;
  }
  .modal .modal-fluid .modal-content {
    width: 100%;
    border-radius: 0.3rem !important;
  }
  .modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .modal .modal-frame.modal-bottom {
    bottom: 0;
  }
  .modal .modal-full-height {
    display: flex;
    position: absolute;
    width: 400px;
    height: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .modal .modal-full-height.modal-top {
    bottom: auto;
  }
  .modal .modal-full-height.modal-bottom {
    top: auto;
  }
  .modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    width: 400px;
  }
}
@media screen and (min-width: 576px), screen and (max-width: 575px) {
  .modal.modal-scrolling {
    position: relative;
  }
  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050;
  }
  .modal .modal-fluid {
    width: 100%;
    max-width: 100%;
  }
  .modal .modal-fluid .modal-content {
    width: 100%;
    border-radius: 0.3rem !important;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  }
  .modal .modal-frame {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .modal .modal-frame.modal-bottom {
    bottom: 0;
  }
  .modal .modal-full-height {
    display: flex;
    position: absolute;
    width: 400px;
    height: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .modal .modal-full-height.modal-top {
    bottom: auto;
  }
  .modal .modal-full-height.modal-bottom {
    top: auto;
  }
  .modal .modal-side {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    width: 400px;
  }
}

.modal-dialog.modal-notify.modal-primary .badge {
  background-color: #2196f3;
}
.modal-dialog.modal-notify.modal-primary .modal-header {
  background-color: #2196f3;
}
.modal-dialog.modal-notify.modal-info .badge {
  background-color: #00bcd4;
}
.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #00bcd4;
}
.modal-dialog.modal-notify.modal-warning .badge {
  background-color: #fbc02d;
}
.modal-dialog.modal-notify.modal-warning .modal-header {
  background-color: #fbc02d;
}
.modal-dialog.modal-notify.modal-success .badge {
  background-color: #4caf50;
}
.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #4caf50;
}
.modal-dialog.modal-notify.modal-danger .badge {
  background-color: #f44336;
}
.modal-dialog.modal-notify.modal-danger .modal-header {
  background-color: #f44336;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno_dark/modules/_attic.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Theme is licensed under the MIT License
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Provides styles for the module J1 Header (attic)
 # -----------------------------------------------------------------------------
*/
/*
.copyright {
  background: $blue-gray-800;
  }

.copyright .terms-menu li a {
    color: rgba(255, 255, 255, 0.7) !important;
}
*/
.footer-issue {
  color: rgba(255, 255, 255, 0.7);
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_galleries.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for J1 Galleries (all)
 # -----------------------------------------------------------------------------
*/
.gallery-title {
  display: flex;
  align-items: center;
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_lightbox.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for all J1 Lightbox blocks
 # -----------------------------------------------------------------------------
*/
.lightbox-title {
  display: flex;
  align-items: center;
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_masonry.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for all masonry blocks
 # -----------------------------------------------------------------------------
*/
.grid-sizer,
.grid-item {
  float: left;
  width: 33%;
}

a.masonry-article-link {
  font-weight: 500 !important;
  text-decoration: none;
  border-bottom: unset;
  color: #FFFFFF;
}

a.masonry-article-link:hover {
  color: #757575;
}

.masonry-article-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
.masonry-article-item .masonry-article-link {
  position: relative;
  display: block;
  margin: 0 auto;
  border-bottom: none;
}
.masonry-article-item .masonry-article-link .masonry-article-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
.masonry-article-item .masonry-article-link .masonry-article-hover .masonry-article-hover-content {
  font-size: 1.25rem;
  color: white;
}
.masonry-article-item .masonry-article-link:hover .masonry-article-hover {
  opacity: 1;
}
.masonry-article-item .masonry-article-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #bdbdbd;
}
.masonry-article-item .masonry-article-caption .masonry-article-caption-heading {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.masonry-article-item .masonry-article-caption .masonry-article-caption-subheading {
  font-style: italic;
  font-weight: 600;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212121;
}

.masonry-article-item--w100 {
  max-width: 100px !important;
}

.masonry-article-item--w200 {
  max-width: 200px !important;
}

.masonry-article-item--w300 {
  max-width: 300px !important;
}

.masonry-article-item--w400 {
  max-width: 400px !important;
}

.masonry-article-item--w500 {
  max-width: 500px !important;
}

.masonry-title {
  display: flex;
  align-items: center;
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_navigator.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for module J1 Navigator (NAV Module)
 # -----------------------------------------------------------------------------
 # TODO: dropdown-menu|max-width: should be configurable
 # -----------------------------------------------------------------------------
*/
li.nav-item > a {
  color: #2196f3;
}

.nav-icon {
  color: #212121;
}

.nav-icon:hover {
  color: #9e9e9e;
}

.nav-primary {
  background-color: #2196f3;
}

nav.navbar.navigator .navbar-brand {
  cursor: auto;
}

.stop-scrolling {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

@media screen and (max-width: 575px) {
  .stop-scrolling {
    position: fixed;
  }
}
.stop-scrolling-freeze {
  position: fixed;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

li.dropdown.nav-sub-item {
  font-size: 1rem;
  line-height: 2rem;
  padding: 0.5em 1em 0.5em 1em;
}

li.dropdown.nav-sub-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  opacity: 0.4;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}

.dropdown-menu {
  padding-bottom: 0.1rem;
}

.dropdown-menu {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.dropdown-menu::-webkit-scrollbar {
  width: 0px; /* WebKit */
}

#bootsnav_nav_menu .dropdown-menu {
  transform: scale(1);
  padding-bottom: unset;
}

@media all {
  .nav.navigator {
    flex-wrap: nowrap;
  }
  .nav.navbar-nav.navigator {
    margin-top: 0;
    padding-top: 0;
  }
  ul.menu-col {
    padding: 0;
    margin: 0;
    font-size: 13px;
  }
  ul.menu-col li a {
    color: #424242;
  }
  ul.menu-col li a:hover {
    text-decoration: none;
  }
  ul.menu-col li a:focus {
    text-decoration: none;
  }
  li.close-full-menu {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  li.close-full-menu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .heading:after {
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    content: " ";
    background: #2196f3;
    position: absolute;
  }
  .heading-footer h2, .heading-footer .h2 {
    color: #eeeeee;
    font-size: 18px;
    text-transform: uppercase;
  }
  .nav.navbar.navigator.open ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  nav.navbar.navigator .navbar-nav .nav-item.open {
    border-bottom: 0px;
  }
  nav.navigator .container {
    position: relative;
  }
  nav.navigator .megamenu-content {
    padding: 15px;
    width: 100% !important;
  }
  nav.navigator .megamenu-content .title {
    margin-top: 0;
  }
  nav.navigator .dropdown.megamenu-fw {
    position: static;
  }
  nav.navigator .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
  nav.navigator .megamenu-fw .dropdown-menu {
    left: auto;
  }
  nav.navbar.navigator {
    padding: unset;
    border: none;
    z-index: 9;
    width: 100%;
    box-shadow: unset;
    box-sizing: unset;
  }
  nav.navbar.navigator ul.nav li.megamenu-fw > a:hover {
    background-color: transparent;
  }
  nav.navbar.navigator ul.nav li.megamenu-fw > a:focus {
    background-color: transparent;
  }
  nav.navbar.navigator ul.nav li.active > a {
    background-color: transparent;
  }
  nav.navbar.navigator ul.nav li.active > a:hover {
    background-color: transparent;
  }
  nav.navbar.navigator ul.nav li.active > a:focus {
    background-color: transparent;
  }
  nav.navbar.navigator ul.nav.navigator .nav-item .nav-link {
    color: #616161;
    text-transform: none;
    width: max-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    font-weight: 400 !important;
    font-size: 1rem !important;
    border-bottom: unset;
  }
  nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link {
    text-transform: none;
    width: max-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    font-weight: 400;
    font-size: 1.1rem;
  }
  nav.navbar.navigator ul.nav > li > a {
    padding: 28px 10px;
  }
  nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
  }
  nav.navbar.navigator ul.nav ul.dropdown-menu > li > a {
    white-space: normal;
    font-size: small;
  }
  nav.navbar.navigator ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: -200px;
  }
  nav.navbar.navigator ul.dropdown-menu.megamenu-content {
    padding: 0 15px !important;
  }
  nav.navbar.navigator ul.dropdown-menu.megamenu-content > li {
    padding: 25px 0 20px;
  }
  nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed {
    padding: 0;
  }
  nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed > li {
    padding: 0;
  }
  nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu {
    border-left: solid 1px #eeeeee;
  }
  nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none;
  }
  nav.navbar.navigator ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    text-align: left;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #424242;
  }
  nav.navbar.navigator.navbar-fixed {
    position: fixed;
    z-index: 999;
  }
  nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-scrolled {
    display: none;
  }
  nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-display {
    display: block;
  }
  nav.navbar.navigator.navbar-fixed.no-background .logo-scrolled {
    display: none;
  }
  nav.navbar.navigator.navbar-fixed.no-background .logo-display {
    display: block;
  }
  nav.navbar.navigator.navbar-fixed .logo-display {
    display: none;
  }
  nav.navbar.navigator.navbar-fixed .logo-scrolled {
    display: block;
  }
  nav.navbar.navigator.no-background {
    transition: all 1s ease-in-out;
    background-color: transparent;
    border-bottom: 0;
  }
  nav.navbar.navigator li.dropdown ul.dropdown-menu {
    min-width: 250px;
    background: #ffffff;
    border-color: transparent;
    border-bottom: 0px;
    z-index: inherit;
  }
  nav.navbar.navigator li.dropdown ul.dropdown-menu > li a:hover {
    background-color: transparent;
  }
  nav.navbar.navigator li.dropdown ul.dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  nav.navbar.navigator.on ul.dropdown-menu.megamenu-content .content {
    display: block !important;
    height: auto !important;
  }
  nav.navbar.navbar-inverse.navigator.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 3px #212121;
    border-left: solid 1px #212121;
  }
  .quicklink-nav {
    float: right;
    position: relative;
    padding-right: 1.5rem;
  }
  .quicklink-nav > ul {
    list-style: none;
    overflow: hidden;
  }
  .quicklink-nav > ul > li {
    float: left;
    display: block;
  }
  .quicklink-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.4);
    display: block;
    padding: 10px 5px;
    position: relative;
    border-bottom: unset;
  }
  .quicklink-nav > ul > li > a span.badge {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px;
  }
  .quicklink-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .quicklink-nav > ul > li.dropdown ul.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 0;
    border: solid 1px #e0e0e0;
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px;
  }
  body {
    transition: all 0.3s ease-in-out;
  }
  body.on-side {
    margin-left: -380px;
  }
  body.on-side .wrap-sticky nav.navbar.navigator.sticked {
    left: -380px;
  }
  body.wrap-nav-sidebar .wrapper {
    padding-left: 260px;
    overflow-x: hidden;
  }
  .wrap-sticky {
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .wrap-sticky nav.navbar.navigator {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .wrap-sticky nav.navbar.navigator.sticked {
    position: fixed;
    transition: all 0.2s ease-in-out;
  }
  .side {
    background-color: #ffffff;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -380px;
    width: 380px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
    z-index: 9;
  }
  .side.on {
    right: 0;
  }
  .side .close-side {
    color: #ffffff;
    position: relative;
    z-index: 2;
  }
  .side .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
  }
  .side .widget .title {
    color: #ffffff;
    margin-bottom: 15px;
    border-left: 3px solid #0d47a1;
    padding-left: 5px;
  }
  .side .widget .heading {
    text-align: left;
    color: #eeeeee;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .side .widget ul.link {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .side .widget ul.link li a {
    color: #9e9e9e;
  }
  .side .widget ul.link li a:focus {
    color: #fafafa;
    text-decoration: none;
  }
  .side .widget ul.link li a:hover {
    color: #fafafa;
    text-decoration: none;
  }
}
@media screen and (min-width: 991px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > a::after {
    border-bottom: 0.3em solid transparent;
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 0.3em;
    border-top: 0.3em solid transparent;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -0.6em;
    margin-top: -0.95em;
    width: 0;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -75%;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  body.wrap-nav-sidebar .wrapper .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  nav.navbar.navigator .dropdown-menu {
    transform-origin: unset;
    will-change: unset;
    transition: unset;
  }
  nav.navbar.navigator .dropdown-menu .dropdown-item {
    padding: 0.5em 1em 0.5em 1em;
  }
  nav.navbar.navigator .dropdown-menu .megamenu-headline {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #BDBDBD;
  }
  nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item {
    padding-left: 0.25em;
    list-style: none;
    font-size: 0.95rem;
  }
  nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item:hover {
    background: #ECEFF1;
  }
  nav.navbar.navigator .navbar-brand {
    padding: 0.5rem 1rem;
    margin-right: 0;
    border-right: 0px !important;
    border-bottom: unset;
  }
  nav.navbar.navigator .dropdown .nav-item {
    padding: 0.5em 1em 0.5em 1em;
  }
  nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after {
    display: none;
  }
  nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after {
    display: none;
  }
  nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu {
    max-height: 350px;
  }
  nav.navbar.navigator li.dropdown ul.dropdown-menu.megamenu-content {
    left: 0;
    top: 78px;
  }
  nav.navbar.navigator li.dropdown ul.dropdown-menu > li > a {
    display: inline-flex;
    align-items: center;
    border-bottom: 0;
    text-decoration: none;
  }
  .nav-item + .nav-item {
    margin-left: 0 !important;
  }
  .dropdown-menu .divider {
    background-color: #e0e0e0;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  nav.navigator .megamenu-content {
    padding: 0;
  }
  nav.navigator .megamenu-content .col-menu {
    padding-bottom: 0;
  }
  nav.navigator .megamenu-content .title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: normal;
  }
  nav.navbar.navigator {
    background-color: #2196f3;
  }
  nav.navbar.navigator .navbar-brand {
    display: none;
  }
  nav.navbar.navigator .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }
  nav.navbar.navigator .navbar-collapse.collapse {
    display: none;
  }
  nav.navbar.navigator .navbar-collapse.collapse.in {
    display: block;
  }
  nav.navbar.navigator .navbar-collapse.collapse.show {
    display: block;
  }
  nav.navbar.navigator .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 5px;
  }
  nav.navbar.navigator .navbar-nav > li {
    float: none;
  }
  nav.navbar.navigator .navbar-nav > li > a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    padding-bottom: 15px;
    border-bottom: 0;
  }
  nav.navbar.navigator .navbar-nav > li:first-child > a {
    border-top: none;
  }
  nav.navbar.navigator .navbar-nav .nav-item {
    width: 95%;
    line-height: 1rem;
  }
  nav.navbar.navigator .navbar-nav .nav-icon {
    width: 95%;
    line-height: 1rem;
  }
  nav.navbar.navigator .navbar-nav.open {
    border-bottom: 0px;
    background-image: linear-gradient(#141414, #1c1c1c 40%, #212121);
    background-repeat: no-repeat;
  }
  nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link {
    min-height: 3rem;
    width: auto;
    font-weight: 400;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:active nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  nav.navbar.navigator ul.nav.navigator .nav-item .nav-link {
    min-height: 3rem;
    width: auto;
    font-weight: 400;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:active {
    color: rgba(255, 255, 255, 0.9);
  }
  nav.navbar.navigator ul.nav li.dropdown li a.dropdown-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu {
    min-width: 250px !important;
    position: relative !important;
    background-color: transparent;
    float: none;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
    line-height: 1rem;
  }
  nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li > a {
    width: 100%;
    color: #fafafa !important;
    padding: 0.5rem 0 0.5rem 0.5rem;
    display: inline-flex;
    align-items: center;
  }
  nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #2196f3 !important;
  }
  nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li:last-child > a {
    border-bottom: 0px;
  }
  nav.navbar.navigator ul.nav ul.dropdown-menu li a:hover {
    background-color: transparent;
  }
  nav.navbar.navigator ul.nav ul.dropdown-menu li a:focus {
    background-color: transparent;
  }
  nav.navbar.navigator ul.nav ul.dropdown-menu li.dropdown.open > ul.dropdown-menu {
    line-height: 1;
  }
  nav.navbar.navigator ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0;
    padding: 0 0 0 15px;
    position: relative;
    background: transparent;
    width: 100%;
  }
  nav.navbar.navigator.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #ffffff;
    z-index: 999;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
  }
  nav.navbar.navigator.navbar-mobile .navbar-collapse.in {
    left: 0;
  }
  nav.navbar.navigator.navbar-mobile .navbar-collapse [class*=" col-"] {
    width: 100%;
  }
  nav.navbar.navigator.navbar-mobile .tab-menu {
    width: 100%;
    display: block;
  }
  nav.navbar.navigator.navbar-mobile .tab-content {
    width: 100%;
    display: block;
  }
  nav.navbar.navigator.navbar-mobile ul.nav {
    width: 293px;
    padding-right: 0;
    padding-left: 15px;
  }
  nav.navbar.navigator.navbar-mobile ul.nav > li > a {
    padding: 15px;
  }
  nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu > li > a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  nav.navbar.navigator.navbar-fixed .logo-scrolled {
    display: block !important;
  }
  nav.navbar.navigator.navbar-fixed .logo-display {
    display: none !important;
  }
  nav.navbar.navigator .navbar-toggler {
    padding-right: 1.25rem;
    border: 0;
    border-color: transparent;
    border-radius: 0;
    box-shadow: unset;
    z-index: 2;
  }
  nav.navbar.navigator .navbar-toggler:hover {
    color: #9e9e9e;
  }
  nav.navbar.navigator .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  nav.navbar.navigator .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  nav.navbar.navigator.no-full .navbar-collapse {
    max-height: 48px;
    overflow-y: hidden;
  }
  nav.navbar.navigator .dropdown .megamenu-content .col-menu .title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #424242;
  }
  nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child .title {
    border-bottom: none;
  }
  nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
    border-bottom: none;
  }
  nav.navbar.navigator .dropdown .megamenu-content .col-menu .content {
    padding: 0 0 0 15px;
  }
  nav.navbar.navigator .dropdown .megamenu-content .col-menu ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0;
  }
  nav.navbar.navigator .dropdown .megamenu-content .col-menu.on:last-child .title {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.navigator .dropdown .megamenu-content .col-menu.open:last-child .title {
    border-bottom: solid 1px #e0e0e0;
  }
  nav.navbar.navigator.navbar-sidebar .share {
    padding: 30px 15px;
    margin-bottom: 0;
  }
  nav.navbar.navigator .megamenu-content.tabbed {
    padding-left: 0 !important;
  }
  nav.navbar.navigator .tabbed > li {
    padding: 25px 0;
    margin-left: -15px !important;
  }
  nav.navbar.navigator .nav-link:hover {
    background-image: unset;
    background-repeat: unset;
  }
  nav.navbar.navigator.navbar-transparent.light {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 0;
  }
  .quicklink-nav {
    position: absolute;
    right: 1.5rem;
    margin-right: 0;
    overflow: hidden;
  }
  .quicklink-nav > ul {
    padding: 0;
    margin: 0 -15px -7px 0;
  }
  .quicklink-nav > ul > li > a {
    padding: 16px 15px 15px;
  }
  .quicklink-nav > ul > li.dropdown > a.dropdown-toggle:before {
    display: none;
  }
  .quicklink-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 55px;
    width: 250px;
    left: -250px;
    border-top: solid 5px;
  }
  body > .wrapper {
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }
  .top-search .container {
    padding: 0 45px;
  }
  .navbar .nav-link:focus {
    background-image: unset;
    background-repeat: unset;
  }
  .nav-item + .nav-item {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 992px), screen and (max-width: 575px) {
  ul#desktop_menu {
    display: none;
  }
  .quicklink-nav > ul {
    margin-right: -10px;
  }
  .quicklink-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
    padding: 16px 10px 15px;
    padding-left: 0;
    border-bottom: unset;
  }
  .quicklink-nav > ul > li.dropdown ul.dropdown-menu {
    left: -275px;
  }
  .top-search .container {
    padding: 0 15px;
  }
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }
  li.close-full-menu {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_rouge.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Theme is licensed under the MIT License
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Provides styles for the module J1 Rouge (Highlighter)
 # -----------------------------------------------------------------------------
*/
code[class^=language-] {
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 87.5% !important;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_searcher.scss
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Theme is licensed under MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.top-search {
  padding: 10px 0 10px 0;
  position: sticky;
  top: 0;
}
.top-search .input-group-addon {
  border: none;
  color: #212121;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.top-search input.form-control {
  border: none;
  box-shadow: 0 0 0;
  height: 40px;
  padding: 0 15px;
  background-color: transparent;
  height: 61px;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_slider.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for all sliders (Master Slider)
 # -----------------------------------------------------------------------------
*/
.slider-title {
  display: flex;
  align-items: center;
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_speak2me.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Theme is licensed under the MIT License
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Provides styles for the module J1 Rouge (Highlighter)
 # -----------------------------------------------------------------------------
*/
.speak-highlighted {
  background: rgba(0, 0, 0, 0.2);
}

button {
  margin: 8px 5px 5px 0;
}

div.settings-area div {
  margin: 0 0 10px 0;
}

div.settings-area input {
  width: 250px;
}

div.voice-table {
  display: none;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/tocbot.scss
 # Provides base styles for Tim Scanlin's Tocbot
 #
 # Product/Info:
 # https://jekyll.one
 # https://tscanlin.github.io/tocbot
 #
 # Copyright (C) 2016 Tim Scanlin
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Theme is licensed under MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # Tocbot is licensed under MIT License.
 # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
 # -----------------------------------------------------------------------------
*/
.toc {
  overflow-y: auto;
}

.toc > .toc-list {
  overflow: hidden;
  position: relative;
}

.toc > .toc-list li {
  list-style: none;
}

.toc-list {
  margin: 0;
  padding-left: 10px;
}

a.toc-link {
  color: currentColor;
  height: 100%;
}

.is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.is-collapsed {
  max-height: 0;
}

.is-position-fixed {
  position: fixed !important;
  top: 0;
}

.is-active-link {
  font-weight: 700;
}

.toc-link::before {
  background-color: #EEE;
  content: " ";
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}

.is-active-link::before {
  background-color: #54BC4B;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/toccer.css
 # Provides Tocbot styles for theme Uno
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Theme is licensed under MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Several styles are moved to ~/assets/theme/j1/adapter/js/toccer.js
 # 			 to set CSS styles fo selected theme dynamically
 # -----------------------------------------------------------------------------
*/
/* overload settings for class toc */
.toc {
  overflow: hidden;
}

/* enable scrollbar for toccer */
.toc > .toc-list {
  overflow-y: scroll;
  position: relative;
}

/* hide scrollbar for FF browser */
.toc > .toc-list {
  scrollbar-width: none;
}

/* hide scrollbar for webkit based browsers */
.toc-list::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.toc > .toc-list li {
  list-style: none;
}

.toc-list {
  margin: 0;
  padding-left: 10px;
}

a.toc-link {
  color: #eeeeee !important;
  height: 100%;
  font-size: 1rem; /* jadams, 2017-12-13: added font-size for toc-link */
  border-bottom: unset;
}

/* jadams, 2020-07-03: added hover to global style */
a.toc-link:hover {
  color: #757575 !important;
  text-decoration: none;
  font-weight: 700;
}

.is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.is-collapsed {
  max-height: 0;
}

.is-position-fixed {
  position: fixed !important;
  top: 0;
}

.is-active-link {
  font-weight: 700 !important;
  color: #2196f3 !important;
}

.toc-link::before {
  background-color: #e0e0e0;
  content: " ";
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}

.is-active-link::before {
  background-color: #2196f3;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_totop.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for J1 Back2Top
 # -----------------------------------------------------------------------------
*/
/*
 ---------------------------------------------------------------------
    NOTE: Styles
            #topcontrol.position,
            #topcontrol.background,
            #topcontrol.content:after,
            #topcontrol.font-family:after
            #topcontrol.background:hover
          set dynamically via  j1_adapter_back_to_top.js
  --------------------------------------------------------------------
*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 3px !important;
}
#topcontrol:after {
  top: 0;
  left: 5px;
  position: absolute;
  text-align: center;
}
#topcontrol:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/*
 # -----------------------------------------------------------------------------
 # ~/scss/theme_uno/modules/_galleries.scss
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # NOTE: Styles for J1 Galleries (all)
 # -----------------------------------------------------------------------------
*/
.video-title {
  display: flex;
  align-items: center;
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=bootstrap.css.map */
