@charset "UTF-8";.copy-wrapper .fas[data-v-78a325ec]:before {
  display: none;
  margin-left: 0.5em;
  font-size: 0.6em;
  vertical-align: super;
}
.copy-wrapper:hover .fas[data-v-78a325ec]:before {
  display: inline-block;
}
.copy-wrapper[data-v-78a325ec]:hover {
  cursor: pointer;
}i.v-icon.v-icon-fix {
  font-size: 1em;
  color: var(--primary-color);
}
.v-list-item.disabled {
  color: #999;
}
.v-table-sticky thead tr th:last-child, .v-table-sticky tbody tr td:last-child {
  background-color: #fff;
  position: sticky;
  right: 0;
}
.crud-table .crud-table--sub-header {
  display: flex;
  box-sizing: border-box;
  border-block-end: 1px solid #e0e0e0;
  border-inline: 1px solid #e0e0e0;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em;
}
.crud-table .crud-table--header {
  background-color: var(--primary-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  box-sizing: border-box;
}
.crud-table .crud-table--header h2 {
  color: #3D6F97;
  font-feature-settings: "liga" off;
  font-family: "Myriad Pro", sans-serif;
  line-height: 15px;
  font-size: 20px;
  font-weight: 700;
}
.crud-table .crud-table--header .filters {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  color: #818181;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.crud-table .crud-table--header .v-field--prepended {
  padding-inline-start: 8px;
}
.crud-table .crud-table--header .v-field__prepend-inner {
  margin-inline-end: 8px;
  font-size: 1.25em;
}
.crud-table .crud-table--header .search-field {
  width: 300px;
  flex-grow: 0;
}
.crud-table .crud-table--header .search-field .v-field {
  box-shadow: unset;
  width: 300px;
  height: 31px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}
.crud-table .crud-table--header .search-field .v-field input {
  min-height: unset;
  height: 100%;
  line-height: 31px;
  height: 31px;
  padding-inline: 0;
}
.crud-table .crud-table--header .far,
.crud-table .crud-table--header .fas {
  font-size: 14px;
  padding: 0.5em;
  border-radius: 50%;
  height: unset;
  width: unset;
}
.crud-table .crud-table--header .far:hover,
.crud-table .crud-table--header .fas:hover {
  background-color: #284963;
}
.crud-table .v-btn {
  border-radius: 5px;
}
.crud-table thead .v-data-table-header__content {
  gap: 8px;
}
.crud-table thead .v-btn {
  color: white;
  background-color: var(--primary-color);
  height: 2em;
  width: 2em;
}
.crud-table thead .v-btn:hover {
  background-color: #ecad5a;
}
.crud-table .v-icon--size-default {
  font-size: 1em;
}
.crud-table .v-icon {
  font-size: 1em;
}
.crud-table .v-table {
  border: 1px solid #e0e0e0;
  border-block-start: unset;
}
.crud-table .v-table .v-btn .v-icon {
  font-size: 1em;
}
.crud-table .v-table .v-table__wrapper {
  transform: rotateX(180deg);
}
.crud-table .v-table .v-table__wrapper table {
  transform: rotateX(-180deg);
}
.crud-table .v-table tbody tr {
  height: 3em;
}
.crud-table .v-table tbody tr:nth-child(2n) {
  background-color: unset;
}
.crud-table .v-table tbody tr:hover {
  background-color: #e3edf6;
}
.crud-table .v-table tbody tr:hover + tr.extra-data {
  background-color: #e3edf6;
}
.crud-table .v-table tbody tr:has(+ tr.extra-data:hover) {
  background-color: #e3edf6;
}
.crud-table .v-table tbody tr td {
  background-color: unset;
}
.crud-table .v-table tbody tr td a {
  line-height: 90%;
  height: 90%;
  width: 100%;
}
.crud-table .v-table tbody .v-btn {
  color: var(--primary-color);
  background-color: white;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  border: 1px solid #EAEAEA;
  box-shadow: unset;
}
.crud-table .v-table tbody .v-btn:hover {
  color: white;
  background-color: #2b4a63;
}
.crud-table .v-pagination .v-btn {
  border-radius: 5px;
}.v-btn {
  align-items: center;
  border-radius: 4px;
  display: inline-grid;
  grid-template-areas: "prepend content append";
  grid-template-columns: max-content auto max-content;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  max-width: 100%;
  outline: none;
  position: relative;
  text-decoration: none;
  text-indent: 0.0892857143em;
  text-transform: uppercase;
  transition-property: box-shadow, transform, opacity, background;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
  flex-shrink: 0;
}
.v-locale--is-rtl .v-btn {
  text-indent: -0.0892857143em;
}
.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 20px;
  font-size: var(--v-btn-size);
  min-width: 36px;
  padding: 0 8px;
}

.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 28px;
  font-size: var(--v-btn-size);
  min-width: 50px;
  padding: 0 12px;
}

.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 36px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 16px;
}

.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 44px;
  font-size: var(--v-btn-size);
  min-width: 78px;
  padding: 0 20px;
}

.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 52px;
  font-size: var(--v-btn-size);
  min-width: 92px;
  padding: 0 24px;
}

.v-btn.v-btn--density-default {
  height: calc(var(--v-btn-height) + 0px);
}

.v-btn.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) + -8px);
}

.v-btn.v-btn--density-compact {
  height: calc(var(--v-btn-height) + -12px);
}

.v-btn {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-btn--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn--absolute {
  position: absolute;
}
.v-btn--fixed {
  position: fixed;
}
.v-btn:hover > .v-btn__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn:focus-visible > .v-btn__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn:focus > .v-btn__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-btn--variant-plain {
  opacity: 0.62;
}
.v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
  opacity: 1;
}
.v-btn--variant-plain .v-btn__overlay {
  display: none;
}
.v-btn--variant-elevated, .v-btn--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-btn--variant-elevated {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--variant-outlined {
  border: thin solid currentColor;
}
.v-btn--variant-text .v-btn__overlay {
  background: currentColor;
}
.v-btn--variant-tonal .v-btn__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-btn .v-btn__underlay {
  position: absolute;
}
@supports selector(:focus-visible) {
  .v-btn::after {
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-btn:focus-visible::after {
    opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
  }
}
.v-btn--icon {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
}
.v-btn--icon.v-btn--size-default {
  --v-btn-size: 1rem;
}
.v-btn--icon.v-btn--density-default {
  width: calc(var(--v-btn-height) + 12px);
  height: calc(var(--v-btn-height) + 12px);
}
.v-btn--icon.v-btn--density-comfortable {
  width: calc(var(--v-btn-height) + 0px);
  height: calc(var(--v-btn-height) + 0px);
}
.v-btn--icon.v-btn--density-compact {
  width: calc(var(--v-btn-height) + -8px);
  height: calc(var(--v-btn-height) + -8px);
}

.v-btn--elevated:hover, .v-btn--elevated:focus {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--elevated:active {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn--flat {
  box-shadow: none;
}
.v-btn--block {
  display: flex;
  flex: 1 0 auto;
  min-width: 100%;
}
.v-btn--spaced {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
}
.v-btn--spaced.v-btn--spaced-start > .v-btn__content {
  justify-content: end;
}
.v-btn--spaced.v-btn--spaced-end > .v-btn__content {
  justify-content: start;
}
.v-btn--disabled {
  pointer-events: none;
  opacity: 0.26;
}
.v-btn--disabled:hover {
  opacity: 0.26;
}
.v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
  box-shadow: none;
  opacity: 1;
  color: rgba(var(--v-theme-on-surface), 0.26);
  background: rgb(var(--v-theme-surface));
}
.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
  opacity: 0.4615384615;
}
.v-btn--loading {
  pointer-events: none;
}
.v-btn--loading .v-btn__content,
.v-btn--loading .v-btn__prepend,
.v-btn--loading .v-btn__append {
  opacity: 0;
}
.v-btn--stacked {
  grid-template-areas: "prepend" "content" "append";
  grid-template-columns: auto;
  grid-template-rows: max-content max-content max-content;
  justify-items: center;
  align-content: center;
}
.v-btn--stacked .v-btn__content {
  flex-direction: column;
  line-height: 1.25;
}
.v-btn--stacked .v-btn__prepend,
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--start,
.v-btn--stacked .v-btn__content > .v-icon--end {
  margin-inline: 0;
}
.v-btn--stacked .v-btn__prepend,
.v-btn--stacked .v-btn__content > .v-icon--start {
  margin-bottom: 4px;
}
.v-btn--stacked .v-btn__append,
.v-btn--stacked .v-btn__content > .v-icon--end {
  margin-top: 4px;
}
.v-btn--stacked.v-btn--size-x-small {
  --v-btn-size: 0.625rem;
  --v-btn-height: 56px;
  font-size: var(--v-btn-size);
  min-width: 56px;
  padding: 0 12px;
}

.v-btn--stacked.v-btn--size-small {
  --v-btn-size: 0.75rem;
  --v-btn-height: 64px;
  font-size: var(--v-btn-size);
  min-width: 64px;
  padding: 0 14px;
}

.v-btn--stacked.v-btn--size-default {
  --v-btn-size: 0.875rem;
  --v-btn-height: 72px;
  font-size: var(--v-btn-size);
  min-width: 72px;
  padding: 0 16px;
}

.v-btn--stacked.v-btn--size-large {
  --v-btn-size: 1rem;
  --v-btn-height: 80px;
  font-size: var(--v-btn-size);
  min-width: 80px;
  padding: 0 18px;
}

.v-btn--stacked.v-btn--size-x-large {
  --v-btn-size: 1.125rem;
  --v-btn-height: 88px;
  font-size: var(--v-btn-size);
  min-width: 88px;
  padding: 0 20px;
}

.v-btn--stacked.v-btn--density-default {
  height: calc(var(--v-btn-height) + 0px);
}

.v-btn--stacked.v-btn--density-comfortable {
  height: calc(var(--v-btn-height) + -16px);
}

.v-btn--stacked.v-btn--density-compact {
  height: calc(var(--v-btn-height) + -24px);
}

.v-btn--slim {
  padding: 0 8px;
}
.v-btn--readonly {
  pointer-events: none;
}
.v-btn--rounded {
  border-radius: 24px;
}
.v-btn--rounded.v-btn--icon {
  border-radius: 4px;
}
.v-btn .v-icon {
  --v-icon-size-multiplier: 0.8571428571;
}
.v-btn--icon .v-icon {
  --v-icon-size-multiplier: 1;
}
.v-btn--stacked .v-icon {
  --v-icon-size-multiplier: 1.1428571429;
}
.v-btn--stacked.v-btn--block {
  min-width: 100%;
}

.v-btn__loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.v-btn__loader > .v-progress-circular {
  width: 1.5em;
  height: 1.5em;
}

.v-btn__content,
.v-btn__prepend,
.v-btn__append {
  align-items: center;
  display: flex;
  transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-btn__prepend {
  grid-area: prepend;
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
}
.v-btn--slim .v-btn__prepend {
  margin-inline-start: 0;
}

.v-btn__append {
  grid-area: append;
  margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
}
.v-btn--slim .v-btn__append {
  margin-inline-end: 0;
}

.v-btn__content {
  grid-area: content;
  justify-content: center;
  white-space: nowrap;
}
.v-btn__content > .v-icon--start {
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
}
.v-btn__content > .v-icon--end {
  margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
}
.v-btn--stacked .v-btn__content {
  white-space: normal;
}

.v-btn__overlay {
  background-color: currentColor;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.v-btn__overlay,
.v-btn__underlay {
  pointer-events: none;
}
.v-btn__overlay,
.v-btn__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-pagination .v-btn {
  width: auto;
  padding-inline: 5px;
}
.v-pagination .v-btn.v-btn--density-default {
  min-width: calc(var(--v-btn-height) + 12px);
}
.v-pagination .v-btn.v-btn--density-comfortable {
  min-width: calc(var(--v-btn-height) + 0px);
}
.v-pagination .v-btn.v-btn--density-compact {
  min-width: calc(var(--v-btn-height) + -8px);
}
.v-pagination .v-btn {
  border-radius: 4px;
}
.v-pagination .v-btn--rounded {
  border-radius: 50%;
}
.v-pagination .v-btn__overlay {
  transition: none;
}
.v-pagination__prev .v-btn, .v-pagination__next .v-btn {
  padding-inline: 0;
}
.v-pagination__prev .v-btn.v-btn--density-default, .v-pagination__next .v-btn.v-btn--density-default {
  width: calc(var(--v-btn-height) + 12px);
}
.v-pagination__prev .v-btn.v-btn--density-comfortable, .v-pagination__next .v-btn.v-btn--density-comfortable {
  width: calc(var(--v-btn-height) + 0px);
}
.v-pagination__prev .v-btn.v-btn--density-compact, .v-pagination__next .v-btn.v-btn--density-compact {
  width: calc(var(--v-btn-height) + -8px);
}
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
  opacity: var(--v-border-opacity);
}

@media (forced-colors: active) {
  .v-btn:not(.v-btn--variant-text, .v-btn--variant-plain) {
    border: thin solid;
  }
  .v-btn:focus-visible {
    outline: 2px solid;
    outline-offset: 2px;
  }
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
  opacity: 1;
}.v-btn-group {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;
  overflow-y: hidden;
  overflow-x: auto;
  vertical-align: middle;
}
.v-btn-group {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-btn-group--border {
  border-width: thin;
  box-shadow: none;
}
.v-btn-group {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-btn-group {
  border-radius: 4px;
}
.v-btn-group {
  background: transparent;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-btn-group--density-default.v-btn-group {
  height: 48px;
}

.v-btn-group--density-comfortable.v-btn-group {
  height: 40px;
}

.v-btn-group--density-compact.v-btn-group {
  height: 36px;
}

.v-btn-group .v-btn {
  border-radius: 0;
  border-color: inherit;
}
.v-btn-group--tile {
  border-radius: 0;
}
.v-btn-group--horizontal .v-btn:not(:last-child) {
  border-inline-end: none;
}
.v-btn-group--horizontal .v-btn:not(:first-child) {
  border-inline-start: none;
}
.v-btn-group--horizontal .v-btn:first-child {
  border-start-start-radius: inherit;
  border-end-start-radius: inherit;
}
.v-btn-group--horizontal .v-btn:last-child {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child) {
  border-inline-end-width: thin;
  border-inline-end-style: solid;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-btn-group--vertical {
  flex-direction: column;
  height: auto !important;
}
.v-btn-group--vertical .v-btn:not(:last-child) {
  border-block-end: none;
}
.v-btn-group--vertical .v-btn:not(:first-child) {
  border-block-start: none;
}
.v-btn-group--vertical .v-btn:first-child {
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}
.v-btn-group--vertical .v-btn:last-child {
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child) {
  border-block-end-width: thin;
  border-block-end-style: solid;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
}.v-icon {
  --v-icon-size-multiplier: 1;
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  height: 1em;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  opacity: var(--v-icon-opacity, 1);
  text-indent: 0;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  width: 1em;
  min-width: 1em;
}
.v-icon--clickable {
  cursor: pointer;
}
.v-icon--disabled {
  pointer-events: none;
  opacity: 0.38;
}
.v-icon--size-x-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1em);
}
.v-icon--size-small {
  font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
}
.v-icon--size-default {
  font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
}
.v-icon--size-large {
  font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
}
.v-icon--size-x-large {
  font-size: calc(var(--v-icon-size-multiplier) * 2em);
}

.v-icon__svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.v-icon--start {
  margin-inline-end: 8px;
}

.v-icon--end {
  margin-inline-start: 8px;
}.v-progress-circular {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  vertical-align: middle;
}
.v-progress-circular > svg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.v-progress-circular__content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.v-progress-circular__underlay {
  color: rgba(var(--v-border-color), var(--v-border-opacity));
  stroke: currentColor;
  z-index: 1;
}

.v-progress-circular__overlay {
  stroke: currentColor;
  transition: all 0.2s ease-in-out, stroke-width 0s;
  z-index: 2;
}

.v-progress-circular--size-x-small {
  height: 16px;
  width: 16px;
}
.v-progress-circular--size-small {
  height: 24px;
  width: 24px;
}
.v-progress-circular--size-default {
  height: 32px;
  width: 32px;
}
.v-progress-circular--size-large {
  height: 48px;
  width: 48px;
}
.v-progress-circular--size-x-large {
  height: 64px;
  width: 64px;
}

.v-progress-circular--indeterminate > svg {
  animation: progress-circular-rotate 1.4s linear infinite;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.v-progress-circular--indeterminate .v-progress-circular__overlay {
  animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
  stroke-dasharray: 25, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transform-origin: center center;
  transform: rotate(-90deg);
}

.v-progress-circular--disable-shrink > svg {
  animation-duration: 0.7s;
}
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
  animation: none;
}

.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
  animation-play-state: paused !important;
}

@keyframes progress-circular-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes progress-circular-rotate {
  100% {
    transform: rotate(270deg);
  }
}.v-progress-linear {
  background: transparent;
  overflow: hidden;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
  width: 100%;
}
.v-progress-linear--rounded {
  border-radius: 9999px;
}
@media (forced-colors: active) {
  .v-progress-linear {
    border: thin solid buttontext;
  }
}

.v-progress-linear__background,
.v-progress-linear__buffer {
  background: currentColor;
  bottom: 0;
  left: 0;
  opacity: var(--v-border-opacity);
  position: absolute;
  top: 0;
  width: 100%;
  transition-property: width, left, right;
  transition: inherit;
}

@media (forced-colors: active) {
  .v-progress-linear__buffer {
    background-color: highlight !important;
    opacity: 0.5 !important;
  }
}
.v-progress-linear__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-progress-linear--clickable .v-progress-linear__content {
  pointer-events: none;
}

.v-progress-linear__determinate,
.v-progress-linear__indeterminate {
  background: currentColor;
}
@media (forced-colors: active) {
  .v-progress-linear__determinate,
  .v-progress-linear__indeterminate {
    background-color: highlight !important;
  }
}

.v-progress-linear__determinate {
  height: inherit;
  left: 0;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}

.v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
  animation-play-state: paused;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  bottom: 0;
  height: inherit;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: auto;
}
.v-progress-linear__indeterminate .long {
  animation-name: indeterminate-ltr;
}
.v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-ltr;
}

.v-progress-linear__stream {
  animation: stream 0.25s infinite linear;
  animation-play-state: paused;
  bottom: 0;
  left: auto;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  transition: inherit;
  transition-property: width, left, right;
}

.v-progress-linear--reverse .v-progress-linear__background,
.v-progress-linear--reverse .v-progress-linear__determinate,
.v-progress-linear--reverse .v-progress-linear__content {
  left: auto;
  right: 0;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  left: auto;
  right: 0;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .long {
  animation-name: indeterminate-rtl;
}
.v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  animation-name: indeterminate-short-rtl;
}
.v-progress-linear--reverse .v-progress-linear__stream {
  right: auto;
}

.v-progress-linear--absolute,
.v-progress-linear--fixed {
  left: 0;
  z-index: 1;
}

.v-progress-linear--absolute {
  position: absolute;
}

.v-progress-linear--fixed {
  position: fixed;
}

.v-progress-linear--rounded {
  border-radius: 9999px;
}
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
  border-radius: inherit;
}

.v-progress-linear--striped .v-progress-linear__determinate {
  animation: progress-linear-stripes 1s infinite linear;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
  background-repeat: repeat;
  background-size: var(--v-progress-linear-height);
}

.v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
  animation-play-state: running;
}
.v-progress-linear--active .v-progress-linear__stream {
  animation-play-state: running;
}

.v-progress-linear--rounded-bar .v-progress-linear__determinate,
.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
  border-radius: 9999px;
}
.v-progress-linear--rounded-bar .v-progress-linear__determinate {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

@keyframes indeterminate-ltr {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@keyframes indeterminate-rtl {
  0% {
    left: 100%;
    right: -90%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: -35%;
    right: 100%;
  }
}
@keyframes indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short-rtl {
  0% {
    left: 100%;
    right: -200%;
  }
  60% {
    left: -8%;
    right: 107%;
  }
  100% {
    left: -8%;
    right: 107%;
  }
}
@keyframes stream {
  to {
    transform: translateX(var(--v-progress-linear-stream-to));
  }
}
@keyframes progress-linear-stripes {
  0% {
    background-position-x: var(--v-progress-linear-height);
  }
}.v-ripple__container {
  color: inherit;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  contain: strict;
}
.v-ripple__animation {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform, opacity;
}
.v-ripple__animation--enter {
  transition: none;
  opacity: 0;
}
.v-ripple__animation--in {
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
}
@media (prefers-reduced-motion: reduce) {
  .v-ripple__animation--in {
    transition-property: opacity;
    transition-duration: 0.1s;
  }
}
.v-ripple__animation--out {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
}.v-card {
  display: block;
  overflow: hidden;
  overflow-wrap: break-word;
  position: relative;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.v-card {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-card--border {
  border-width: thin;
  box-shadow: none;
}
.v-card--absolute {
  position: absolute;
}
.v-card--fixed {
  position: fixed;
}
.v-card {
  border-radius: 4px;
}
.v-card:hover > .v-card__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-card:focus-visible > .v-card__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-card:focus > .v-card__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-card--variant-plain {
  opacity: 0.62;
}
.v-card--variant-plain:focus, .v-card--variant-plain:hover {
  opacity: 1;
}
.v-card--variant-plain .v-card__overlay {
  display: none;
}
.v-card--variant-elevated, .v-card--variant-flat {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-card--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--variant-outlined {
  border: thin solid currentColor;
}
.v-card--variant-text .v-card__overlay {
  background: currentColor;
}
.v-card--variant-tonal .v-card__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-card .v-card__underlay {
  position: absolute;
}
.v-card--disabled {
  pointer-events: none;
  user-select: none;
}
.v-card--disabled > :not(.v-card__loader) {
  opacity: 0.6;
}
.v-card--flat {
  box-shadow: none;
}
.v-card--hover {
  cursor: pointer;
}
.v-card--hover::before, .v-card--hover::after {
  border-radius: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
}
.v-card--hover::before {
  opacity: 1;
  z-index: -1;
}
.v-card--hover::before {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--hover::after {
  z-index: 1;
  opacity: 0;
}
.v-card--hover::after {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--hover:hover::after {
  opacity: 1;
}
.v-card--hover:hover::before {
  opacity: 0;
}
.v-card--hover:hover {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-card--link {
  cursor: pointer;
}

.v-card-actions {
  align-items: center;
  display: flex;
  flex: none;
  min-height: 52px;
  padding: 0.5rem;
  gap: 0.5rem;
}

.v-card-item {
  align-items: center;
  display: grid;
  flex: none;
  grid-template-areas: "prepend content append";
  grid-template-columns: max-content auto max-content;
  padding: 0.625rem 1rem;
}
.v-card-item + .v-card-text {
  padding-top: 0;
}
.v-card-item__prepend, .v-card-item__append {
  align-items: center;
  display: flex;
}
.v-card-item__prepend {
  grid-area: prepend;
  padding-inline-end: 0.5rem;
}
.v-card-item__append {
  grid-area: append;
  padding-inline-start: 0.5rem;
}

.v-card-item__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
}

.v-card-title {
  display: block;
  flex: none;
  font-size: 1.25rem;
  font-weight: 500;
  hyphens: auto;
  letter-spacing: 0.0125em;
  min-width: 0;
  overflow-wrap: normal;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  word-wrap: break-word;
}
.v-card .v-card-title {
  line-height: 1.6;
}
.v-card--density-comfortable .v-card-title {
  line-height: 1.75rem;
}
.v-card--density-compact .v-card-title {
  line-height: 1.55rem;
}
.v-card-item .v-card-title {
  padding: 0;
}
.v-card-title + .v-card-text,
.v-card-title + .v-card-actions {
  padding-top: 0;
}

.v-card-subtitle {
  display: block;
  flex: none;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
  overflow: hidden;
  padding: 0 1rem;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.v-card .v-card-subtitle {
  line-height: 1.425;
}
.v-card--density-comfortable .v-card-subtitle {
  line-height: 1.125rem;
}
.v-card--density-compact .v-card-subtitle {
  line-height: 1rem;
}
.v-card-item .v-card-subtitle {
  padding: 0 0 0.25rem;
}

.v-card-text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  opacity: var(--v-card-text-opacity, 1);
  padding: 1rem;
  text-transform: none;
}
.v-card .v-card-text {
  line-height: 1.425;
}
.v-card--density-comfortable .v-card-text {
  line-height: 1.2rem;
}
.v-card--density-compact .v-card-text {
  line-height: 1.15rem;
}

.v-card__image {
  display: flex;
  height: 100%;
  flex: 1 1 auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.v-card__content {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}

.v-card__loader {
  bottom: auto;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media (forced-colors: active) {
  .v-card__loader .v-progress-linear {
    border: none;
  }
}

.v-card__overlay {
  background-color: currentColor;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

@media (forced-colors: active) {
  .v-card:not(.v-card--variant-text, .v-card--variant-plain) {
    border: thin solid;
  }
}.v-avatar {
  flex: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: width, height;
  vertical-align: middle;
}
.v-avatar.v-avatar--size-x-small {
  --v-avatar-height: 24px;
}
.v-avatar.v-avatar--size-small {
  --v-avatar-height: 32px;
}
.v-avatar.v-avatar--size-default {
  --v-avatar-height: 40px;
}
.v-avatar.v-avatar--size-large {
  --v-avatar-height: 48px;
}
.v-avatar.v-avatar--size-x-large {
  --v-avatar-height: 56px;
}
.v-avatar.v-avatar--density-default {
  height: calc(var(--v-avatar-height) + 0px);
  width: calc(var(--v-avatar-height) + 0px);
}
.v-avatar.v-avatar--density-comfortable {
  height: calc(var(--v-avatar-height) + -4px);
  width: calc(var(--v-avatar-height) + -4px);
}
.v-avatar.v-avatar--density-compact {
  height: calc(var(--v-avatar-height) + -8px);
  width: calc(var(--v-avatar-height) + -8px);
}
.v-avatar {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-avatar--border {
  border-width: thin;
  box-shadow: none;
}
.v-avatar {
  border-radius: 50%;
}
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-avatar--variant-plain {
  opacity: 0.62;
}
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
  opacity: 1;
}
.v-avatar--variant-plain .v-avatar__overlay {
  display: none;
}
.v-avatar--variant-elevated, .v-avatar--variant-flat {
  background: var(--v-theme-surface);
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
}
.v-avatar--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-avatar--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-avatar--variant-outlined {
  border: thin solid currentColor;
}
.v-avatar--variant-text .v-avatar__overlay {
  background: currentColor;
}
.v-avatar--variant-tonal .v-avatar__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-avatar .v-avatar__underlay {
  position: absolute;
}
.v-avatar--rounded {
  border-radius: 4px;
}
.v-avatar--start {
  margin-inline-end: 8px;
}
.v-avatar--end {
  margin-inline-start: 8px;
}
.v-avatar .v-img {
  height: 100%;
  width: 100%;
}.v-img {
  --v-theme-overlay-multiplier: 3;
  z-index: 0;
}
.v-img.v-img--absolute {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.v-img--booting .v-responsive__sizer {
  transition: none;
}
.v-img--rounded {
  border-radius: 4px;
}

.v-img__img,
.v-img__picture,
.v-img__gradient,
.v-img__placeholder,
.v-img__error {
  z-index: -1;
}
.v-img__img,
.v-img__picture,
.v-img__gradient,
.v-img__placeholder,
.v-img__error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-img__img--preload {
  filter: blur(4px);
}
.v-img__img--contain {
  object-fit: contain;
}
.v-img__img--cover {
  object-fit: cover;
}

.v-img__gradient {
  background-repeat: no-repeat;
}.v-responsive {
  display: flex;
  flex: 1 0 auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.v-responsive--inline {
  display: inline-flex;
  flex: 0 0 auto;
}

.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}

.v-responsive__sizer ~ .v-responsive__content {
  margin-inline-start: -100%;
}

.v-responsive__sizer {
  flex: 1 0 0px;
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}.v-data-table {
  width: 100%;
}

.v-data-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.v-data-table__tr--focus {
  border: 1px dotted black;
}
.v-data-table__tr--clickable {
  cursor: pointer;
}

.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
  text-align: end;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
  flex-direction: row-reverse;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
  text-align: center;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
  justify-content: center;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
  padding: 0 8px;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--empty,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--empty,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--empty,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
  padding: 0;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
}
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
  display: contents;
}
.v-data-table .v-table__wrapper > table > thead > tr > th,
.v-data-table .v-table__wrapper > table tbody > tr > th {
  align-items: center;
}
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
  position: sticky;
}
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:focus,
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover,
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:focus {
  cursor: pointer;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
  opacity: 0;
}
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon, .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon,
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon {
  opacity: 0.5;
}
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
  height: fit-content;
}

.v-data-table-column--fixed,
.v-data-table-column--fixed-end,
.v-data-table__th--sticky {
  background-color: rgb(var(--v-theme-surface));
  background-image: inherit;
  position: sticky !important;
  left: 0;
  z-index: 1;
}

.v-data-table-column--fixed-end {
  left: unset;
  right: 0;
}

.v-data-table-column--last-fixed {
  border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
}

.v-data-table-column--first-fixed-end {
  border-left: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
}

.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed,
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed-end {
  z-index: 2;
}

.v-data-table-group-header-row td {
  background: rgba(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface));
}
.v-data-table-group-header-row td > span {
  padding-left: 5px;
}

.v-data-table--loading .v-data-table__td {
  opacity: var(--v-disabled-opacity);
}

.v-data-table-group-header-row__column {
  padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
}

.v-data-table-header__content {
  display: flex;
  align-items: center;
}

.v-data-table-header__sort-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  padding: 4px;
  border-radius: 50%;
  background: rgba(var(--v-border-color), var(--v-border-opacity));
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}

.v-data-table-progress > th {
  border: none !important;
  height: auto !important;
  padding: 0 !important;
}

.v-data-table-progress__loader {
  position: relative;
}

.v-data-table-rows-loading,
.v-data-table-rows-no-data {
  text-align: center;
}

.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
  grid-template-columns: auto;
  justify-content: center;
}
.v-data-table__tr--mobile > .v-data-table__td--select-row {
  grid-template-columns: 0;
  justify-content: end;
}
.v-data-table__tr--mobile > td {
  align-items: center;
  column-gap: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: var(--v-table-row-height);
}
.v-data-table__tr--mobile > td:not(:last-child) {
  border-bottom: 0 !important;
}

.v-data-table__td-title {
  font-weight: 500;
  text-align: start;
}

.v-data-table__td-value {
  text-align: end;
}

.v-data-table__td-sort-icon {
  color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
}
.v-data-table__td-sort-icon-active {
  color: rgba(var(--v-theme-on-surface));
}.v-data-table-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 8px 4px;
}
.v-data-table-footer__items-per-page {
  align-items: center;
  display: flex;
  justify-content: center;
}
.v-data-table-footer__items-per-page > span {
  padding-inline-end: 8px;
}
.v-data-table-footer__items-per-page > .v-select {
  width: 90px;
}
.v-data-table-footer__info {
  display: flex;
  justify-content: flex-end;
  min-width: 116px;
  padding: 0 16px;
}
.v-data-table-footer__paginationz {
  align-items: center;
  display: flex;
  margin-inline-start: 16px;
}
.v-data-table-footer__page {
  padding: 0 8px;
}.v-pagination__list {
  display: inline-flex;
  list-style-type: none;
  justify-content: center;
  width: 100%;
}
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
  margin: 0.3rem;
}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 0px;
}
.v-select .v-field .v-text-field__prefix,
.v-select .v-field .v-text-field__suffix,
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
  cursor: pointer;
}
.v-select .v-field .v-field__input > input {
  align-self: flex-start;
  opacity: 1;
  flex: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: none;
  pointer-events: none;
  caret-color: transparent;
  padding-inline: inherit;
}
.v-select .v-field--dirty .v-select__selection {
  margin-inline-end: 2px;
}
.v-select .v-select__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-select__content {
  overflow: hidden;
}
.v-select__content {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-menu > .v-overlay__content.v-select__content {
  border-radius: 4px;
}

.v-select__selection {
  display: inline-flex;
  align-items: center;
  letter-spacing: inherit;
  line-height: inherit;
  max-width: 100%;
}
.v-select .v-select__selection:first-child {
  margin-inline-start: 0;
}
.v-select--selected .v-field .v-field__input > input {
  opacity: 0;
}
.v-select__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-select--active-menu .v-select__menu-icon {
  transform: rotate(180deg);
}.v-checkbox.v-input {
  flex: 0 1 auto;
}
.v-checkbox .v-selection-control {
  min-height: var(--v-input-control-height);
}.v-selection-control {
  align-items: center;
  contain: layout;
  display: flex;
  flex: 1 0;
  grid-area: control;
  position: relative;
  user-select: none;
}
.v-selection-control .v-label {
  white-space: normal;
  word-break: break-word;
  height: 100%;
  opacity: 1;
}
.v-selection-control--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-label {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--inline {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}
.v-selection-control--inline .v-label {
  width: auto;
}
.v-selection-control--density-default {
  --v-selection-control-size: 40px;
}

.v-selection-control--density-comfortable {
  --v-selection-control-size: 36px;
}

.v-selection-control--density-compact {
  --v-selection-control-size: 28px;
}

.v-selection-control__wrapper {
  width: var(--v-selection-control-size);
  height: var(--v-selection-control-size);
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex: none;
}

.v-selection-control__input {
  width: var(--v-selection-control-size);
  height: var(--v-selection-control-size);
  align-items: center;
  display: flex;
  flex: none;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.v-selection-control__input input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.v-selection-control__input::before {
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0;
  pointer-events: none;
}
.v-selection-control__input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-selection-control__input:hover::before {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-selection-control__input > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
  opacity: 1;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
  color: rgb(var(--v-theme-error));
}
.v-selection-control--focus-visible .v-selection-control__input::before {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}.v-label {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: 1rem;
  letter-spacing: 0.009375em;
  min-width: 0;
  opacity: var(--v-medium-emphasis-opacity);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-label--clickable {
  cursor: pointer;
}.v-selection-control-group {
  grid-area: control;
  display: flex;
  flex-direction: column;
}
.v-selection-control-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
}.v-input {
  display: grid;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.v-input--disabled {
  pointer-events: none;
}
.v-input--density-default {
  --v-input-control-height: 56px;
  --v-input-padding-top: 16px;
}

.v-input--density-comfortable {
  --v-input-control-height: 48px;
  --v-input-padding-top: 12px;
}

.v-input--density-compact {
  --v-input-control-height: 40px;
  --v-input-padding-top: 8px;
}

.v-input--vertical {
  grid-template-areas: "append" "control" "prepend";
  grid-template-rows: max-content auto max-content;
  grid-template-columns: min-content;
}
.v-input--vertical .v-input__prepend {
  margin-block-start: 16px;
}
.v-input--vertical .v-input__append {
  margin-block-end: 16px;
}

.v-input--horizontal {
  grid-template-areas: "prepend control append" "a messages b";
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  grid-template-rows: 1fr auto;
}
.v-input--horizontal .v-input__prepend {
  margin-inline-end: 16px;
}
.v-input--horizontal .v-input__append {
  margin-inline-start: 16px;
}

.v-input__details {
  align-items: flex-end;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  grid-area: messages;
  letter-spacing: 0.0333333333em;
  line-height: normal;
  min-height: 22px;
  padding-top: 6px;
  overflow: hidden;
  justify-content: space-between;
}

.v-input__details > .v-icon,
.v-input__prepend > .v-icon,
.v-input__append > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-input--disabled .v-input__details > .v-icon,
.v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
.v-input--error .v-input__details .v-messages,
.v-input--disabled .v-input__prepend > .v-icon,
.v-input--disabled .v-input__prepend .v-messages,
.v-input--error .v-input__prepend > .v-icon,
.v-input--error .v-input__prepend .v-messages,
.v-input--disabled .v-input__append > .v-icon,
.v-input--disabled .v-input__append .v-messages,
.v-input--error .v-input__append > .v-icon,
.v-input--error .v-input__append .v-messages {
  opacity: 1;
}
.v-input--glow.v-input--focused .v-input__details > .v-icon,
.v-input--glow.v-input--focused .v-input__prepend > .v-icon,
.v-input--glow.v-input--focused .v-input__append > .v-icon {
  opacity: 1;
}
.v-input--disabled .v-input__details,
.v-input--disabled .v-input__prepend,
.v-input--disabled .v-input__append {
  opacity: var(--v-disabled-opacity);
}
.v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
.v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
.v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
.v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
  color: rgb(var(--v-theme-error));
}

.v-input__prepend,
.v-input__append {
  display: flex;
  align-items: flex-start;
  padding-top: var(--v-input-padding-top);
}
.v-input--center-affix .v-input__prepend,
.v-input--center-affix .v-input__append {
  align-items: center;
  padding-top: 0;
}

.v-input__prepend {
  grid-area: prepend;
}

.v-input__append {
  grid-area: append;
}

.v-input__control {
  display: flex;
  grid-area: control;
}

.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-input--hide-spin-buttons input[type=number] {
  -moz-appearance: textfield;
}
.v-input--plain-underlined .v-input__prepend,
.v-input--plain-underlined .v-input__append {
  align-items: flex-start;
}
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
  padding-top: calc(var(--v-input-padding-top) + 4px);
}

.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
  padding-top: calc(var(--v-input-padding-top) + 2px);
}

.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
  padding-top: calc(var(--v-input-padding-top) + 0px);
}.v-messages {
  flex: 1 1 auto;
  font-size: 12px;
  min-height: 14px;
  min-width: 1px;
  opacity: var(--v-medium-emphasis-opacity);
  position: relative;
}
.v-messages__message {
  line-height: 12px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  transition-duration: 150ms;
}.v-chip {
  align-items: center;
  display: inline-flex;
  font-weight: 400;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}
.v-chip .v-icon {
  --v-icon-size-multiplier: 0.8571428571;
}
.v-chip.v-chip--size-x-small {
  --v-chip-size: 0.625rem;
  --v-chip-height: 20px;
  font-size: 0.625rem;
  padding: 0 8px;
}
.v-chip.v-chip--size-x-small .v-avatar {
  --v-avatar-height: 14px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
  --v-avatar-height: 20px;
}

.v-chip.v-chip--size-x-small .v-avatar--start {
  margin-inline-start: -5.6px;
  margin-inline-end: 4px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
  margin-inline-start: -8px;
}

.v-chip.v-chip--size-x-small .v-avatar--end {
  margin-inline-start: 4px;
  margin-inline-end: -5.6px;
}
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
  margin-inline-end: -8px;
}

.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
  margin-inline-start: 12px;
}

.v-chip.v-chip--size-x-small .v-icon--start,
.v-chip.v-chip--size-x-small .v-chip__filter {
  margin-inline-start: -4px;
  margin-inline-end: 4px;
}
.v-chip.v-chip--size-x-small .v-icon--end,
.v-chip.v-chip--size-x-small .v-chip__close {
  margin-inline-start: 4px;
  margin-inline-end: -4px;
}
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
  margin-inline-start: 8px;
}

.v-chip.v-chip--size-small {
  --v-chip-size: 0.75rem;
  --v-chip-height: 26px;
  font-size: 0.75rem;
  padding: 0 10px;
}
.v-chip.v-chip--size-small .v-avatar {
  --v-avatar-height: 20px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
  --v-avatar-height: 26px;
}

.v-chip.v-chip--size-small .v-avatar--start {
  margin-inline-start: -7px;
  margin-inline-end: 5px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
  margin-inline-start: -10px;
}

.v-chip.v-chip--size-small .v-avatar--end {
  margin-inline-start: 5px;
  margin-inline-end: -7px;
}
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
  margin-inline-end: -10px;
}

.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
  margin-inline-start: 15px;
}

.v-chip.v-chip--size-small .v-icon--start,
.v-chip.v-chip--size-small .v-chip__filter {
  margin-inline-start: -5px;
  margin-inline-end: 5px;
}
.v-chip.v-chip--size-small .v-icon--end,
.v-chip.v-chip--size-small .v-chip__close {
  margin-inline-start: 5px;
  margin-inline-end: -5px;
}
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
  margin-inline-start: 10px;
}

.v-chip.v-chip--size-default {
  --v-chip-size: 0.875rem;
  --v-chip-height: 32px;
  font-size: 0.875rem;
  padding: 0 12px;
}
.v-chip.v-chip--size-default .v-avatar {
  --v-avatar-height: 26px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
  --v-avatar-height: 32px;
}

.v-chip.v-chip--size-default .v-avatar--start {
  margin-inline-start: -8.4px;
  margin-inline-end: 6px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
  margin-inline-start: -12px;
}

.v-chip.v-chip--size-default .v-avatar--end {
  margin-inline-start: 6px;
  margin-inline-end: -8.4px;
}
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
  margin-inline-end: -12px;
}

.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
  margin-inline-start: 18px;
}

.v-chip.v-chip--size-default .v-icon--start,
.v-chip.v-chip--size-default .v-chip__filter {
  margin-inline-start: -6px;
  margin-inline-end: 6px;
}
.v-chip.v-chip--size-default .v-icon--end,
.v-chip.v-chip--size-default .v-chip__close {
  margin-inline-start: 6px;
  margin-inline-end: -6px;
}
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
  margin-inline-start: 12px;
}

.v-chip.v-chip--size-large {
  --v-chip-size: 1rem;
  --v-chip-height: 38px;
  font-size: 1rem;
  padding: 0 14px;
}
.v-chip.v-chip--size-large .v-avatar {
  --v-avatar-height: 32px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
  --v-avatar-height: 38px;
}

.v-chip.v-chip--size-large .v-avatar--start {
  margin-inline-start: -9.8px;
  margin-inline-end: 7px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
  margin-inline-start: -14px;
}

.v-chip.v-chip--size-large .v-avatar--end {
  margin-inline-start: 7px;
  margin-inline-end: -9.8px;
}
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
  margin-inline-end: -14px;
}

.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
  margin-inline-start: 21px;
}

.v-chip.v-chip--size-large .v-icon--start,
.v-chip.v-chip--size-large .v-chip__filter {
  margin-inline-start: -7px;
  margin-inline-end: 7px;
}
.v-chip.v-chip--size-large .v-icon--end,
.v-chip.v-chip--size-large .v-chip__close {
  margin-inline-start: 7px;
  margin-inline-end: -7px;
}
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
  margin-inline-start: 14px;
}

.v-chip.v-chip--size-x-large {
  --v-chip-size: 1.125rem;
  --v-chip-height: 44px;
  font-size: 1.125rem;
  padding: 0 17px;
}
.v-chip.v-chip--size-x-large .v-avatar {
  --v-avatar-height: 38px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
  --v-avatar-height: 44px;
}

.v-chip.v-chip--size-x-large .v-avatar--start {
  margin-inline-start: -11.9px;
  margin-inline-end: 8.5px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
  margin-inline-start: -17px;
}

.v-chip.v-chip--size-x-large .v-avatar--end {
  margin-inline-start: 8.5px;
  margin-inline-end: -11.9px;
}
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
  margin-inline-end: -17px;
}

.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
  margin-inline-start: 25.5px;
}

.v-chip.v-chip--size-x-large .v-icon--start,
.v-chip.v-chip--size-x-large .v-chip__filter {
  margin-inline-start: -8.5px;
  margin-inline-end: 8.5px;
}
.v-chip.v-chip--size-x-large .v-icon--end,
.v-chip.v-chip--size-x-large .v-chip__close {
  margin-inline-start: 8.5px;
  margin-inline-end: -8.5px;
}
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
  margin-inline-start: 17px;
}

.v-chip.v-chip--density-default {
  height: calc(var(--v-chip-height) + 0px);
}

.v-chip.v-chip--density-comfortable {
  height: calc(var(--v-chip-height) + -4px);
}

.v-chip.v-chip--density-compact {
  height: calc(var(--v-chip-height) + -8px);
}

.v-chip {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-chip:hover > .v-chip__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-chip:focus-visible > .v-chip__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-chip:focus > .v-chip__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-chip {
  border-radius: 9999px;
}
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-chip--variant-plain {
  opacity: 0.62;
}
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
  opacity: 1;
}
.v-chip--variant-plain .v-chip__overlay {
  display: none;
}
.v-chip--variant-elevated, .v-chip--variant-flat {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-chip--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-chip--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-chip--variant-outlined {
  border: thin solid currentColor;
}
.v-chip--variant-text .v-chip__overlay {
  background: currentColor;
}
.v-chip--variant-tonal .v-chip__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-chip .v-chip__underlay {
  position: absolute;
}
.v-chip--border {
  border-width: thin;
}
.v-chip--link {
  cursor: pointer;
}
.v-chip--link, .v-chip--filter {
  user-select: none;
}
.v-chip--label {
  border-radius: 4px;
}

.v-chip__content {
  align-items: center;
  display: inline-flex;
}
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
  overflow: hidden;
}

.v-chip__filter,
.v-chip__prepend,
.v-chip__append,
.v-chip__close {
  align-items: center;
  display: inline-flex;
}

.v-chip__close {
  cursor: pointer;
  flex: 0 1 auto;
  font-size: 18px;
  max-height: 18px;
  max-width: 18px;
  user-select: none;
}
.v-chip__close .v-icon {
  font-size: inherit;
}

.v-chip__filter {
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-chip__overlay {
  background-color: currentColor;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.v-chip__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-chip--disabled {
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}

.v-chip--label {
  border-radius: 4px;
}

@media (forced-colors: active) {
  .v-chip:not(.v-chip--variant-text, .v-chip--variant-plain) {
    border: thin solid;
  }
}.v-chip-group {
  display: flex;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 4px 0;
}
.v-chip-group .v-chip {
  margin: 4px 8px 4px 0;
}
@media (forced-colors: active) {
  .v-chip-group .v-chip {
    background-color: buttonface !important;
    color: buttontext !important;
  }
  .v-chip-group .v-chip:hover {
    color: highlight !important;
  }
}
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
  opacity: var(--v-activated-opacity);
}
@media (forced-colors: active) {
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) {
    color: highlight !important;
    forced-color-adjust: preserve-parent-color;
  }
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible {
    outline-offset: 2px;
  }
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat {
    background-color: highlight !important;
    color: highlighttext !important;
  }
  .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal {
    border-width: medium;
  }
}

.v-chip-group--column .v-slide-group__content {
  white-space: normal;
  flex-wrap: wrap;
  max-width: 100%;
}.v-slide-group {
  display: flex;
  overflow: hidden;
}

.v-slide-group__next,
.v-slide-group__prev {
  align-items: center;
  display: flex;
  flex: 0 1 52px;
  justify-content: center;
  min-width: 52px;
  cursor: pointer;
}
.v-slide-group__next--disabled,
.v-slide-group__prev--disabled {
  pointer-events: none;
  opacity: var(--v-disabled-opacity);
}

.v-slide-group__content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.v-slide-group__content > * {
  white-space: initial;
}

.v-slide-group__container {
  contain: content;
  display: flex;
  flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scrollbar-color: rgba(0, 0, 0, 0);
}
.v-slide-group__container::-webkit-scrollbar {
  display: none;
}

.v-slide-group--vertical {
  max-height: inherit;
}
.v-slide-group--vertical,
.v-slide-group--vertical .v-slide-group__container,
.v-slide-group--vertical .v-slide-group__content {
  flex-direction: column;
}
.v-slide-group--vertical .v-slide-group__container {
  overflow-x: hidden;
  overflow-y: auto;
}.v-divider {
  color: inherit;
  display: block;
  flex: 1 1 100%;
  height: 0px;
  max-height: 0px;
  opacity: var(--v-border-opacity);
  transition: inherit;
}
.v-divider {
  border-style: solid;
  border-width: thin 0 0 0;
}
.v-divider--vertical {
  align-self: stretch;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: auto;
  margin-left: -1px;
  max-height: 100%;
  max-width: 0px;
  vertical-align: text-bottom;
  width: 0px;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
  margin-inline-start: 72px;
}
.v-divider--inset.v-divider--vertical {
  margin-bottom: 8px;
  margin-top: 8px;
  max-height: calc(100% - 16px);
}

.v-divider__content {
  padding: 0 16px;
  text-wrap: nowrap;
}
.v-divider__wrapper--vertical .v-divider__content {
  padding: 4px 0;
}

.v-divider__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-divider__wrapper--vertical {
  flex-direction: column;
  height: 100%;
}
.v-divider__wrapper--vertical .v-divider {
  margin: 0 auto;
}.v-list {
  overflow: auto;
  padding: 8px 0;
  position: relative;
  outline: none;
}
.v-list {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-list--border {
  border-width: thin;
  box-shadow: none;
}
.v-list {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-list {
  border-radius: 0;
}
.v-list {
  background: rgba(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-list--disabled {
  pointer-events: none;
  user-select: none;
}
.v-list--nav {
  padding-inline: 8px;
}
.v-list--rounded {
  border-radius: 4px;
}
.v-list--subheader {
  padding-top: 0;
}

.v-list-img {
  border-radius: inherit;
  display: flex;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.v-list-subheader {
  align-items: center;
  background: inherit;
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding-inline-end: 16px;
  min-height: 40px;
  transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
}
.v-list-subheader__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-list--density-default .v-list-subheader {
  min-height: 40px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list--density-comfortable .v-list-subheader {
  min-height: 36px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list--density-compact .v-list-subheader {
  min-height: 32px;
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list-subheader--inset {
  --indent-padding: 56px;
}
.v-list--nav .v-list-subheader {
  font-size: 0.75rem;
}
.v-list-subheader--sticky {
  background: inherit;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1;
}

.v-list__overlay {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}.v-list-item {
  align-items: center;
  display: grid;
  flex: none;
  grid-template-areas: "prepend content append";
  grid-template-columns: max-content 1fr auto;
  outline: none;
  max-width: 100%;
  padding: 4px 16px;
  position: relative;
  text-decoration: none;
}
.v-list-item {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-list-item--border {
  border-width: thin;
  box-shadow: none;
}
.v-list-item:hover > .v-list-item__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item:focus-visible > .v-list-item__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-list-item:focus > .v-list-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item {
  border-radius: 0;
}
.v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
  background: transparent;
  color: inherit;
}
.v-list-item--variant-plain {
  opacity: 0.62;
}
.v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
  opacity: 1;
}
.v-list-item--variant-plain .v-list-item__overlay {
  display: none;
}
.v-list-item--variant-elevated, .v-list-item--variant-flat {
  background: rgba(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-list-item--variant-elevated {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-list-item--variant-flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-list-item--variant-outlined {
  border: thin solid currentColor;
}
.v-list-item--variant-text .v-list-item__overlay {
  background: currentColor;
}
.v-list-item--variant-tonal .v-list-item__underlay {
  background: currentColor;
  opacity: var(--v-activated-opacity);
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.v-list-item .v-list-item__underlay {
  position: absolute;
}
@supports selector(:focus-visible) {
  .v-list-item::after {
    pointer-events: none;
    border: 2px solid currentColor;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .v-list-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-list-item:focus-visible::after {
    opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
  }
}
.v-list-item__prepend > .v-badge .v-icon,
.v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
.v-list-item__append > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
.v-list-item--active .v-list-item__prepend > .v-icon,
.v-list-item--active .v-list-item__append > .v-badge .v-icon,
.v-list-item--active .v-list-item__append > .v-icon {
  opacity: 1;
}
.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-list-item--rounded {
  border-radius: 4px;
}
.v-list-item--disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.6;
}
.v-list-item--link {
  cursor: pointer;
}
.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
  --v-avatar-height: 24px;
}

.v-list-item__prepend {
  align-items: center;
  align-self: center;
  display: flex;
  grid-area: prepend;
}
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
  width: 32px;
}
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
.v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: 16px;
}
.v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
  width: 20px;
}
.v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: 4px;
}
.v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
  width: 4px;
}
.v-list-item--three-line .v-list-item__prepend {
  align-self: start;
}

.v-list-item__append {
  align-self: center;
  display: flex;
  align-items: center;
  grid-area: append;
}
.v-list-item__append .v-list-item__spacer {
  order: -1;
  transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
}
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
  width: 32px;
}
.v-list-item__append > .v-avatar ~ .v-list-item__spacer,
.v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: 16px;
}
.v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
  width: 16px;
}
.v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
  width: 20px;
}
.v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
.v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
  width: 4px;
}
.v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
  width: 4px;
}
.v-list-item--three-line .v-list-item__append {
  align-self: start;
}

.v-list-item__content {
  align-self: center;
  grid-area: content;
  overflow: hidden;
  min-width: 40px;
}

.v-list-item-action {
  align-self: center;
  display: flex;
  align-items: center;
  flex: none;
  transition: inherit;
  transition-property: height, width;
}
.v-list-item-action--start {
  margin-inline-end: 8px;
  margin-inline-start: -8px;
}
.v-list-item-action--end {
  margin-inline-start: 8px;
  margin-inline-end: -8px;
}

.v-list-item-media {
  margin-top: 0;
  margin-bottom: 0;
}
.v-list-item-media--start {
  margin-inline-end: 16px;
}
.v-list-item-media--end {
  margin-inline-start: 16px;
}
.v-list-item--two-line .v-list-item-media {
  margin-top: -4px;
  margin-bottom: -4px;
}
.v-list-item--three-line .v-list-item-media {
  margin-top: 0;
  margin-bottom: 0;
}

.v-list-item-subtitle {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: initial;
}
.v-list-item--one-line .v-list-item-subtitle {
  -webkit-line-clamp: 1;
}
.v-list-item--two-line .v-list-item-subtitle {
  -webkit-line-clamp: 2;
}
.v-list-item--three-line .v-list-item-subtitle {
  -webkit-line-clamp: 3;
}
.v-list-item-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1rem;
  text-transform: none;
}
.v-list-item--nav .v-list-item-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1rem;
}

.v-list-item-title {
  hyphens: auto;
  overflow-wrap: normal;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: normal;
  word-wrap: break-word;
}
.v-list-item-title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.009375em;
  line-height: 1.5;
  text-transform: none;
}
.v-list-item--nav .v-list-item-title {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1rem;
}

.v-list-item--density-default {
  min-height: 40px;
}
.v-list-item--density-default.v-list-item--one-line {
  min-height: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.v-list-item--density-default.v-list-item--two-line {
  min-height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.v-list-item--density-default.v-list-item--three-line {
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
.v-list-item--density-default.v-list-item--three-line .v-list-item__append {
  padding-top: 8px;
}
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
  padding-inline: 16px;
}
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline: 16px;
}
.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
  padding-inline: 16px;
}

.v-list-item--density-comfortable {
  min-height: 36px;
}
.v-list-item--density-comfortable.v-list-item--one-line {
  min-height: 44px;
}
.v-list-item--density-comfortable.v-list-item--two-line {
  min-height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v-list-item--density-comfortable.v-list-item--three-line {
  min-height: 84px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
  padding-top: 6px;
}
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
  padding-inline: 16px;
}
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline: 16px;
}
.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
  padding-inline: 16px;
}

.v-list-item--density-compact {
  min-height: 32px;
}
.v-list-item--density-compact.v-list-item--one-line {
  min-height: 40px;
}
.v-list-item--density-compact.v-list-item--two-line {
  min-height: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.v-list-item--density-compact.v-list-item--three-line {
  min-height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
.v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
  padding-top: 4px;
}
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
  padding-inline: 16px;
}
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
  padding-inline: 16px;
}
.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
  padding-inline: 16px;
}

.v-list-item--nav {
  padding-inline: 8px;
}
.v-list .v-list-item--nav:not(:only-child) {
  margin-bottom: 4px;
}

.v-list-item__underlay {
  position: absolute;
}

.v-list-item__overlay {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}
.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
  --v-theme-overlay-multiplier: 0;
}

.v-list {
  --indent-padding: 0px;
}
.v-list--nav {
  --indent-padding: -8px;
}

.v-list-group {
  --list-indent-size: 16px;
  --parent-padding: var(--indent-padding);
  --prepend-width: 40px;
}
.v-list--slim .v-list-group {
  --prepend-width: 28px;
}
.v-list-group--fluid {
  --list-indent-size: 0px;
}
.v-list-group--prepend {
  --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
}
.v-list-group--fluid.v-list-group--prepend {
  --parent-padding: var(--indent-padding);
}

.v-list-group__items {
  --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
  min-width: min-content;
}
.v-navigation-drawer--rail .v-list-group__items {
  min-width: 0;
}

.v-list-group__items .v-list-item {
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
}

.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
  opacity: 0;
}
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}

@media (forced-colors: active) {
  .v-list-item:not(.v-list-item--active) {
    color: buttontext;
  }
  .v-list-item--variant-plain.v-list-item--active {
    color: highlight !important;
  }
  .v-list-item:not(.v-list-item--variant-plain).v-list-item--active {
    background-color: highlight !important;
    color: highlighttext !important;
  }
  .v-list-item-title {
    forced-color-adjust: preserve-parent-color;
  }
  .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
  .v-list-item--active .v-list-item__prepend > .v-icon,
  .v-list-item--active .v-list-item__append > .v-badge .v-icon,
  .v-list-item--active .v-list-item__append > .v-icon {
    forced-color-adjust: preserve-parent-color;
  }
  @supports selector(:focus-visible) {
    .v-list-item::after {
      color: buttontext;
    }
    .v-list-item:focus-visible::after {
      opacity: 1;
    }
  }
}.v-menu > .v-overlay__content {
  display: flex;
  flex-direction: column;
}
.v-menu > .v-overlay__content {
  border-radius: 4px;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-sheet,
.v-menu > .v-overlay__content > .v-list {
  background: rgb(var(--v-theme-surface));
  border-radius: inherit;
  overflow: auto;
  height: 100%;
}
.v-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-sheet,
.v-menu > .v-overlay__content > .v-list {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}.v-overlay-container {
  contain: layout;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  display: contents;
}

.v-overlay-scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}
.v-overlay-scroll-blocked:not(html) {
  overflow-y: hidden !important;
}
html.v-overlay-scroll-blocked {
  position: fixed;
  top: var(--v-body-scroll-y);
  left: var(--v-body-scroll-x);
  width: 100%;
  height: 100%;
}

.v-overlay {
  --v-overlay-opacity: 0.32;
  border-radius: inherit;
  display: flex;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.v-overlay__content {
  outline: none;
  position: absolute;
  pointer-events: auto;
  contain: layout;
}

.v-overlay__scrim {
  pointer-events: auto;
  background: #000;
  border-radius: inherit;
  bottom: 0;
  left: 0;
  opacity: var(--v-overlay-opacity);
  position: fixed;
  right: 0;
  top: 0;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--contained .v-overlay__scrim {
  position: absolute;
}

.v-overlay--scroll-blocked {
  padding-inline-end: var(--v-scrollbar-offset);
}/* region BLOCK */
.v-text-field input {
  color: inherit;
  opacity: 0;
  flex: 1;
  transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 0;
}
.v-text-field input:focus, .v-text-field input:active {
  outline: none;
}
.v-text-field input:invalid {
  box-shadow: none;
}
.v-text-field .v-field {
  cursor: text;
}
.v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
  --v-field-padding-start: 6px;
}

.v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
  --v-field-padding-end: 0;
}

.v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input {
  --v-field-padding-end: 6px;
}

.v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input {
  --v-field-padding-start: 0;
}

.v-text-field .v-input__details {
  padding-inline: 16px;
}
.v-input--plain-underlined.v-text-field .v-input__details {
  padding-inline: 0;
}

.v-text-field .v-field--no-label input,
.v-text-field .v-field--active input {
  opacity: 1;
}
.v-text-field .v-field--single-line input {
  transition: none;
}

/* endregion */
/* region ELEMENTS */
.v-text-field__prefix, .v-text-field__suffix {
  align-items: center;
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  cursor: default;
  display: flex;
  opacity: 0;
  transition: inherit;
  white-space: nowrap;
  min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
  padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
  padding-bottom: var(--v-field-padding-bottom, 6px);
}
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
  opacity: 1;
}
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
  color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
}
.v-field:not(.v-field--reverse) .v-text-field__prefix {
  padding-inline-start: var(--v-field-padding-start);
}

.v-field.v-field--reverse .v-text-field__prefix {
  padding-inline-end: var(--v-field-padding-end);
}

.v-field:not(.v-field--reverse) .v-text-field__suffix {
  padding-inline-end: var(--v-field-padding-end);
}

.v-field.v-field--reverse .v-text-field__suffix {
  padding-inline-start: var(--v-field-padding-start);
}

/* endregion */.v-counter {
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
  flex: 0 1 auto;
  font-size: 12px;
  transition-duration: 150ms;
}/* region INPUT */
.v-field {
  display: grid;
  grid-template-areas: "prepend-inner field clear append-inner";
  grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
  font-size: 16px;
  letter-spacing: 0.009375em;
  max-width: 100%;
  border-radius: 4px;
  contain: layout;
  flex: 1 0;
  grid-area: control;
  position: relative;
  --v-theme-overlay-multiplier: 1;
  --v-field-padding-start: 16px;
  --v-field-padding-end: 16px;
  --v-field-padding-top: 8px;
  --v-field-padding-bottom: 4px;
  --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
  --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
}
.v-field--disabled {
  opacity: var(--v-disabled-opacity);
  pointer-events: none;
}
.v-field .v-chip {
  --v-chip-height: 24px;
}

/* endregion */
/* region MODIFIERS */
.v-field--prepended {
  padding-inline-start: 12px;
}
.v-field--appended {
  padding-inline-end: 12px;
}
.v-field--variant-solo, .v-field--variant-solo-filled {
  background: rgb(var(--v-theme-surface));
  border-color: transparent;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-field--variant-solo, .v-field--variant-solo-filled {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-field--variant-solo-inverted {
  background: rgb(var(--v-theme-surface));
  border-color: transparent;
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-field--variant-solo-inverted {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-field--variant-solo-inverted.v-field--focused {
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-field--variant-filled {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
  --v-input-control-height: 56px;
  --v-field-padding-bottom: 4px;
}

.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
  --v-input-control-height: 48px;
  --v-field-padding-bottom: 0px;
}

.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
  --v-input-control-height: 40px;
  --v-field-padding-bottom: 0px;
}

.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
  --v-field-padding-top: 0px;
}
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
  --v-field-padding-bottom: 16px;
}

.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
  --v-field-padding-bottom: 12px;
}

.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
  --v-field-padding-bottom: 8px;
}

.v-field--variant-plain, .v-field--variant-underlined {
  border-radius: 0;
  padding: 0;
}
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
  --v-field-padding-start: 0px;
  --v-field-padding-end: 0px;
}
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
  --v-input-control-height: 48px;
  --v-field-padding-top: 4px;
  --v-field-padding-bottom: 4px;
}

.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
  --v-input-control-height: 40px;
  --v-field-padding-top: 2px;
  --v-field-padding-bottom: 0px;
}

.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
  --v-input-control-height: 32px;
  --v-field-padding-top: 0px;
  --v-field-padding-bottom: 0px;
}

.v-field--flat {
  box-shadow: none;
}
.v-field--rounded {
  border-radius: 24px;
}
.v-field.v-field--prepended {
  --v-field-padding-start: 6px;
}
.v-field.v-field--appended {
  --v-field-padding-end: 6px;
}

/* endregion */
/* region ELEMENTS */
.v-field__input {
  align-items: center;
  color: inherit;
  column-gap: 2px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.009375em;
  opacity: var(--v-high-emphasis-opacity);
  min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
  min-width: 0;
  padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
  padding-top: var(--v-field-input-padding-top);
  padding-bottom: var(--v-field-input-padding-bottom);
  position: relative;
  width: 100%;
}
.v-input--density-default .v-field__input {
  row-gap: 8px;
}

.v-input--density-comfortable .v-field__input {
  row-gap: 6px;
}

.v-input--density-compact .v-field__input {
  row-gap: 4px;
}

.v-field__input input {
  letter-spacing: inherit;
}
.v-field__input input::placeholder,
input.v-field__input::placeholder,
textarea.v-field__input::placeholder {
  color: currentColor;
  opacity: var(--v-disabled-opacity);
}

.v-field__input:focus, .v-field__input:active {
  outline: none;
}
.v-field__input:invalid {
  box-shadow: none;
}

.v-field__field {
  flex: 1 0;
  grid-area: field;
  position: relative;
  align-items: flex-start;
  display: flex;
}

/* endregion */
/* region AFFIXES */
.v-field__prepend-inner {
  grid-area: prepend-inner;
  padding-inline-end: var(--v-field-padding-after);
}

.v-field__clearable {
  grid-area: clear;
}

.v-field__append-inner {
  grid-area: append-inner;
  padding-inline-start: var(--v-field-padding-after);
}

.v-field__append-inner,
.v-field__clearable,
.v-field__prepend-inner {
  display: flex;
  align-items: flex-start;
  padding-top: var(--v-input-padding-top, 8px);
}
.v-field--center-affix .v-field__append-inner,
.v-field--center-affix .v-field__clearable,
.v-field--center-affix .v-field__prepend-inner {
  align-items: center;
  padding-top: 0;
}

.v-field.v-field--variant-underlined .v-field__append-inner,
.v-field.v-field--variant-underlined .v-field__clearable,
.v-field.v-field--variant-underlined .v-field__prepend-inner,
.v-field.v-field--variant-plain .v-field__append-inner,
.v-field.v-field--variant-plain .v-field__clearable,
.v-field.v-field--variant-plain .v-field__prepend-inner {
  align-items: flex-start;
  padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
  padding-bottom: var(--v-field-padding-bottom, 4px);
}

.v-field--focused .v-field__prepend-inner,
.v-field--focused .v-field__append-inner {
  opacity: 1;
}

.v-field__prepend-inner > .v-icon,
.v-field__append-inner > .v-icon,
.v-field__clearable > .v-icon {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon, .v-field--glow.v-field--focused .v-field__prepend-inner > .v-icon,
.v-field--disabled .v-field__append-inner > .v-icon,
.v-field--error .v-field__append-inner > .v-icon,
.v-field--glow.v-field--focused .v-field__append-inner > .v-icon,
.v-field--disabled .v-field__clearable > .v-icon,
.v-field--error .v-field__clearable > .v-icon,
.v-field--glow.v-field--focused .v-field__clearable > .v-icon {
  opacity: 1;
}
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
.v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
.v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
  color: rgb(var(--v-theme-error));
}

.v-field__clearable {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  margin-inline: 4px;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, transform, width;
}
@media (prefers-reduced-motion: reduce) {
  .v-field__clearable {
    transition-property: opacity;
  }
}
.v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
  opacity: 1;
}
@media (hover: hover) {
  .v-field:hover .v-field__clearable {
    opacity: 1;
  }
}
@media (hover: none) {
  .v-field__clearable {
    opacity: 1;
  }
}

/* endregion */
/* region LABEL */
.v-label.v-field-label {
  contain: layout paint;
  display: block;
  margin-inline-start: var(--v-field-padding-start);
  margin-inline-end: var(--v-field-padding-end);
  max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
  pointer-events: none;
  position: absolute;
  top: var(--v-input-padding-top);
  transform-origin: left center;
  z-index: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .v-label.v-field-label {
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, transform;
  }
}
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
  top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
}
.v-field--center-affix .v-label.v-field-label {
  top: 50%;
  transform: translateY(-50%);
}
.v-field--active .v-label.v-field-label {
  visibility: hidden;
}
.v-field--focused .v-label.v-field-label, .v-field--error .v-label.v-field-label {
  opacity: 1;
}
.v-field--error:not(.v-field--disabled) .v-label.v-field-label {
  color: rgb(var(--v-theme-error));
}
.v-label.v-field-label--floating {
  --v-field-label-scale: 0.75em;
  font-size: var(--v-field-label-scale);
  visibility: hidden;
}
.v-field--variant-outlined .v-label.v-field-label--floating {
  max-width: 100%;
}
.v-field--center-affix .v-label.v-field-label--floating {
  transform: none;
}
.v-field.v-field--active .v-label.v-field-label--floating {
  visibility: unset;
}
.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 7px;
}

.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 5px;
}

.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 3px;
}

.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
  transform: translateY(-16px);
  margin: 0;
  top: var(--v-input-padding-top);
}
.v-field--variant-outlined .v-label.v-field-label--floating {
  transform: translateY(-50%);
  transform-origin: center;
  position: static;
  margin: 0 4px;
}

/* endregion */
/* region OUTLINE */
.v-field__outline {
  --v-field-border-width: 1px;
  --v-field-border-opacity: 0.38;
  align-items: stretch;
  contain: layout;
  display: flex;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (hover: hover) {
  .v-field:hover .v-field__outline {
    --v-field-border-opacity: var(--v-high-emphasis-opacity);
  }
}
.v-field--error:not(.v-field--disabled) .v-field__outline {
  color: rgb(var(--v-theme-error));
}
.v-field.v-field--focused .v-field__outline, .v-input.v-input--error .v-field__outline {
  --v-field-border-opacity: 1;
}
.v-field--variant-outlined.v-field--focused .v-field__outline {
  --v-field-border-width: 2px;
}
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 var(--v-field-border-width);
  opacity: var(--v-field-border-opacity);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 2px;
  transform: scaleX(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-field--focused.v-field--variant-filled .v-field__outline::after, .v-field--focused.v-field--variant-underlined .v-field__outline::after {
  transform: scaleX(1);
}

.v-field--variant-outlined .v-field__outline {
  border-radius: inherit;
}
.v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
  border: 0 solid currentColor;
  opacity: var(--v-field-border-opacity);
}
@media (prefers-reduced-motion: no-preference) {
  .v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.v-field--variant-outlined .v-field__outline__start {
  flex: 0 0 12px;
  border-top-width: var(--v-field-border-width);
  border-bottom-width: var(--v-field-border-width);
  border-inline-start-width: var(--v-field-border-width);
  border-start-start-radius: inherit;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: inherit;
}
.v-field--rounded.v-field--variant-outlined .v-field__outline__start,
[class^=rounded-].v-field--variant-outlined .v-field__outline__start,
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
  flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
}

.v-field--reverse.v-field--variant-outlined .v-field__outline__start {
  border-start-start-radius: 0;
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
  border-end-start-radius: 0;
  border-inline-end-width: var(--v-field-border-width);
  border-inline-start-width: 0;
}

.v-field--variant-outlined .v-field__outline__notch {
  flex: none;
  position: relative;
  max-width: calc(100% - 24px);
}
.v-field--rounded.v-field--variant-outlined .v-field__outline__notch,
[class^=rounded-].v-field--variant-outlined .v-field__outline__notch,
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch {
  max-width: calc(100% - var(--v-input-control-height));
}

.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
  opacity: var(--v-field-border-opacity);
}
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-field--variant-outlined .v-field__outline__notch::before {
  border-width: var(--v-field-border-width) 0 0;
}
.v-field--variant-outlined .v-field__outline__notch::after {
  bottom: 0;
  border-width: 0 0 var(--v-field-border-width);
}
.v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
  opacity: 0;
}

.v-field--variant-outlined .v-field__outline__end {
  flex: 1;
  border-top-width: var(--v-field-border-width);
  border-bottom-width: var(--v-field-border-width);
  border-inline-end-width: var(--v-field-border-width);
  border-start-start-radius: 0;
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
  border-end-start-radius: 0;
}
.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
  border-start-start-radius: inherit;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: inherit;
  border-inline-end-width: 0;
  border-inline-start-width: var(--v-field-border-width);
}

/* endregion */
/* region LOADER */
.v-field__loader {
  top: calc(100% - 2px);
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}
.v-field--variant-outlined .v-field__loader {
  top: calc(100% - 3px);
  width: calc(100% - 1px * 2);
  left: 1px;
}

/* endregion */
/* region OVERLAY */
.v-field__overlay {
  border-radius: inherit;
  pointer-events: none;
}
.v-field__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-field--variant-filled .v-field__overlay {
  background-color: currentColor;
  opacity: 0.04;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-filled.v-field--has-background .v-field__overlay {
  opacity: 0;
}
@media (hover: hover) {
  .v-field--variant-filled:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-filled.v-field--focused .v-field__overlay {
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}

.v-field--variant-solo-filled .v-field__overlay {
  background-color: currentColor;
  opacity: 0.04;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .v-field--variant-solo-filled:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}

.v-field--variant-solo-inverted .v-field__overlay {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
  opacity: 0;
}
@media (hover: hover) {
  .v-field--variant-solo-inverted:hover .v-field__overlay {
    opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
  background-color: rgb(var(--v-theme-surface-variant));
  opacity: 1;
}

/* endregion */
/* region MODIFIERS */
.v-field--reverse .v-field__field,
.v-field--reverse .v-field__input,
.v-field--reverse .v-field__outline {
  flex-direction: row-reverse;
}
.v-field--reverse .v-field__input, .v-field--reverse input {
  text-align: end;
}

.v-input--disabled .v-field--variant-filled .v-field__outline::before,
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
  border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
}

.v-field--loading .v-field__outline::after,
.v-field--loading .v-field__outline::before {
  opacity: 0;
}

/* endregion */.v-virtual-scroll {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  overflow: auto;
  position: relative;
}
.v-virtual-scroll__container {
  display: block;
}.v-table {
  font-size: 0.875rem;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background, height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-table {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-table .v-table-divider {
  border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > thead > tr > th {
  border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
  border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table .v-table__wrapper > table > tfoot > tr > td,
.v-table .v-table__wrapper > table > tfoot > tr > th {
  border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
  position: relative;
}
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
  background: rgba(var(--v-border-color), var(--v-hover-opacity));
  pointer-events: none;
}
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-table.v-table--striped-even > .v-table__wrapper > table > tbody > tr:nth-child(even) {
  background-image: linear-gradient(0deg, rgba(var(--v-border-color), var(--v-hover-opacity)), rgba(var(--v-border-color), var(--v-hover-opacity)));
}
.v-table.v-table--striped-odd > .v-table__wrapper > table > tbody > tr:nth-child(odd) {
  background-image: linear-gradient(0deg, rgba(var(--v-border-color), var(--v-hover-opacity)), rgba(var(--v-border-color), var(--v-hover-opacity)));
}
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
  background: rgb(var(--v-theme-surface));
  box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
  z-index: 1;
}
.v-table.v-table--fixed-footer > tfoot > tr > th,
.v-table.v-table--fixed-footer > tfoot > tr > td {
  background: rgb(var(--v-theme-surface));
  box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
}

.v-table {
  border-radius: inherit;
  line-height: 1.5;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.v-table > .v-table__wrapper > table {
  width: 100%;
  border-spacing: 0;
}
.v-table > .v-table__wrapper > table > tbody > tr > td,
.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > td,
.v-table > .v-table__wrapper > table > thead > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > td,
.v-table > .v-table__wrapper > table > tfoot > tr > th {
  padding: 0 16px;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity, background, height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-table > .v-table__wrapper > table > tbody > tr > td,
.v-table > .v-table__wrapper > table > thead > tr > td,
.v-table > .v-table__wrapper > table > tfoot > tr > td {
  height: var(--v-table-row-height);
}
.v-table > .v-table__wrapper > table > tbody > tr > th,
.v-table > .v-table__wrapper > table > thead > tr > th,
.v-table > .v-table__wrapper > table > tfoot > tr > th {
  height: var(--v-table-header-height);
  font-weight: 500;
  user-select: none;
  text-align: start;
}
.v-table--density-default {
  --v-table-header-height: 56px;
  --v-table-row-height: 52px;
}

.v-table--density-comfortable {
  --v-table-header-height: 48px;
  --v-table-row-height: 44px;
}

.v-table--density-compact {
  --v-table-header-height: 40px;
  --v-table-row-height: 36px;
}

.v-table__wrapper {
  border-radius: inherit;
  overflow: auto;
  flex: 1 1 auto;
}

.v-table--has-top > .v-table__wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.v-table--has-bottom > .v-table__wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.v-table--fixed-height > .v-table__wrapper {
  overflow-y: auto;
}

.v-table--fixed-header > .v-table__wrapper > table > thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
  border-bottom: 0px !important;
}

.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
  border-top: 0px !important;
}.v-dialog {
  align-items: center;
  justify-content: center;
  margin: auto;
}
.v-dialog > .v-overlay__content {
  max-height: calc(100% - 48px);
  width: calc(100% - 48px);
  max-width: calc(100% - 48px);
  margin: 24px;
}
.v-dialog > .v-overlay__content,
.v-dialog > .v-overlay__content > form {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > .v-sheet,
.v-dialog > .v-overlay__content > form > .v-card,
.v-dialog > .v-overlay__content > form > .v-sheet {
  --v-scrollbar-offset: 0px;
  border-radius: 4px;
  overflow-y: auto;
  flex: 1 1 100%;
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > .v-sheet,
.v-dialog > .v-overlay__content > form > .v-card,
.v-dialog > .v-overlay__content > form > .v-sheet {
  box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-dialog > .v-overlay__content > .v-card,
.v-dialog > .v-overlay__content > form > .v-card {
  display: flex;
  flex-direction: column;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
  padding: 16px 24px;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
  padding-top: 0;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
  font-size: inherit;
  letter-spacing: 0.03125em;
  line-height: inherit;
  padding: 16px 24px 24px;
}
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
  justify-content: flex-end;
}

.v-dialog--fullscreen {
  --v-scrollbar-offset: 0px;
}
.v-dialog--fullscreen > .v-overlay__content {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.v-dialog--fullscreen > .v-overlay__content > .v-card,
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
  min-height: 100%;
  min-width: 100%;
  border-radius: 0;
}

.v-dialog--scrollable > .v-overlay__content > form,
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
  max-height: 100%;
  max-width: 100%;
}
.v-dialog--scrollable > .v-overlay__content,
.v-dialog--scrollable > .v-overlay__content > .v-card,
.v-dialog--scrollable > .v-overlay__content > form,
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
}
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
  backface-visibility: hidden;
  overflow-y: auto;
}.v-container {
  width: 100%;
  padding: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .v-container {
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .v-container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .v-container {
    max-width: 1800px;
  }
}
@media (min-width: 2560px) {
  .v-container {
    max-width: 2400px;
  }
}
.v-container--fluid {
  max-width: 100%;
}
.v-container.fill-height {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.v-row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -12px;
}
.v-row + .v-row {
  margin-top: 12px;
}
.v-row + .v-row--dense {
  margin-top: 4px;
}
.v-row--dense {
  margin: -4px;
}
.v-row--dense > .v-col,
.v-row--dense > [class*=v-col-] {
  padding: 4px;
}
.v-row.v-row--no-gutters {
  margin: 0;
}
.v-row.v-row--no-gutters > .v-col,
.v-row.v-row--no-gutters > [class*=v-col-] {
  padding: 0;
}

.v-spacer {
  flex-grow: 1;
}

.v-col-xxl,
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
.v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
.v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
.v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
.v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
  width: 100%;
  padding: 12px;
}

.v-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.v-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.v-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.v-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.v-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.v-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.v-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.v-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.v-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.offset-1 {
  margin-inline-start: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .v-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-inline-start: 0;
  }
  .offset-sm-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-inline-start: 25%;
  }
  .offset-sm-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-inline-start: 50%;
  }
  .offset-sm-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-inline-start: 75%;
  }
  .offset-sm-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 960px) {
  .v-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-inline-start: 0;
  }
  .offset-md-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-md-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-md-3 {
    margin-inline-start: 25%;
  }
  .offset-md-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-md-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-md-6 {
    margin-inline-start: 50%;
  }
  .offset-md-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-md-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-md-9 {
    margin-inline-start: 75%;
  }
  .offset-md-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-md-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .v-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-inline-start: 0;
  }
  .offset-lg-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-inline-start: 25%;
  }
  .offset-lg-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-inline-start: 50%;
  }
  .offset-lg-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-inline-start: 75%;
  }
  .offset-lg-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .v-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-inline-start: 0;
  }
  .offset-xl-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-inline-start: 25%;
  }
  .offset-xl-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-inline-start: 50%;
  }
  .offset-xl-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-inline-start: 75%;
  }
  .offset-xl-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media (min-width: 2560px) {
  .v-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .v-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .v-col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .v-col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .v-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .v-col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .v-col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .v-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .v-col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .v-col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .v-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .v-col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .v-col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .v-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-inline-start: 0;
  }
  .offset-xxl-1 {
    margin-inline-start: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-inline-start: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-inline-start: 25%;
  }
  .offset-xxl-4 {
    margin-inline-start: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-inline-start: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-inline-start: 50%;
  }
  .offset-xxl-7 {
    margin-inline-start: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-inline-start: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-inline-start: 75%;
  }
  .offset-xxl-10 {
    margin-inline-start: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-inline-start: 91.6666666667%;
  }
}.v-date-picker .v-btn[type=button] {
  background-color: var(--primary-color);
  border-radius: 5px;
  --v-btn-size: 1rem;
}
.v-date-picker .v-btn[type=button]:hover {
  background-color: #284963;
}.v-date-picker {
  overflow: hidden;
  width: 328px;
}
.v-date-picker--show-week {
  width: 368px;
}.v-date-picker-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  height: var(--v-date-picker-controls-height, 56px);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-inline-start: 6px;
  padding-inline-end: 12px;
  flex: 1;
}
.v-date-picker-controls > .v-btn:first-child {
  text-transform: none;
  font-weight: 400;
  line-height: initial;
  letter-spacing: initial;
}
.v-date-picker-controls--variant-classic {
  padding-inline-start: 12px;
}
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
  opacity: 0.7;
}
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
  cursor: pointer;
}
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
  opacity: 1;
}
.v-date-picker-controls .v-btn:last-child {
  margin-inline-start: 4px;
}
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
  transform: rotate(180deg);
}

.v-date-picker-controls__date {
  margin-inline-end: 4px;
}
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
  margin: auto;
  text-align: center;
}

.v-date-picker-controls__month {
  display: flex;
}
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
  flex-direction: row-reverse;
}

.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
  flex: 1 0 auto;
}

.v-date-picker__title {
  display: inline-block;
}.v-date-picker-header {
  align-items: flex-end;
  height: 70px;
  display: grid;
  grid-template-areas: "prepend content append";
  grid-template-columns: min-content minmax(0, 1fr) min-content;
  overflow: hidden;
  padding-inline: 24px 12px;
  padding-bottom: 12px;
}

.v-date-picker-header__append {
  grid-area: append;
}

.v-date-picker-header__prepend {
  grid-area: prepend;
  padding-inline-start: 8px;
}

.v-date-picker-header__content {
  align-items: center;
  display: inline-flex;
  font-size: 32px;
  line-height: 40px;
  grid-area: content;
  justify-content: space-between;
}
.v-date-picker-header--clickable .v-date-picker-header__content {
  cursor: pointer;
}
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
  opacity: 0.7;
}

.date-picker-header-transition-enter-active,
.date-picker-header-reverse-transition-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.date-picker-header-transition-leave-active,
.date-picker-header-reverse-transition-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.date-picker-header-transition-enter-from {
  transform: translate(0, 100%);
}
.date-picker-header-transition-leave-to {
  opacity: 0;
  transform: translate(0, -100%);
}

.date-picker-header-reverse-transition-enter-from {
  transform: translate(0, -100%);
}
.date-picker-header-reverse-transition-leave-to {
  opacity: 0;
  transform: translate(0, 100%);
}.v-date-picker-month {
  display: flex;
  justify-content: center;
  padding: 0 12px 8px;
  --v-date-picker-month-day-diff: 4px;
}

.v-date-picker-month__weeks {
  display: flex;
  flex-direction: column;
  column-gap: 4px;
  font-size: 0.875rem;
}

.v-date-picker-month__weekday {
  font-size: 0.875rem;
}

.v-date-picker-month__days {
  display: grid;
  grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
  column-gap: 4px;
}

.v-date-picker-month__day {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  height: 40px;
  width: 40px;
}
.v-date-picker-month__day--selected .v-btn {
  background-color: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
  --v-btn-height: 24px;
  --v-btn-size: 0.875rem;
}
.v-date-picker-month__day--week {
  font-size: var(--v-btn-size);
}

.v-date-picker-month__day--adjacent {
  opacity: 0.5;
}

.v-date-picker-month__day--hide-adjacent {
  opacity: 0;
}.v-date-picker-months {
  height: 288px;
}

.v-date-picker-months__content {
  align-items: center;
  display: grid;
  flex: 1 1;
  height: inherit;
  justify-content: space-around;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 24px;
  padding-inline-start: 36px;
  padding-inline-end: 36px;
}
.v-date-picker-months__content .v-btn {
  text-transform: none;
  padding-inline-start: 8px;
  padding-inline-end: 8px;
}.v-date-picker-years {
  height: 288px;
  overflow-y: scroll;
}

.v-date-picker-years__content {
  display: grid;
  flex: 1 1;
  justify-content: space-around;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  padding-inline: 32px;
}
.v-date-picker-years__content .v-btn {
  padding-inline: 8px;
}.v-picker.v-sheet {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-areas: "title" "header" "body";
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}
.v-picker.v-sheet {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-picker.v-sheet {
  border-radius: 4px;
}
.v-picker.v-sheet.v-picker--with-actions {
  grid-template-areas: "title" "header" "body" "actions";
}

.v-picker__body {
  grid-area: body;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.v-picker__header {
  grid-area: header;
}

.v-picker__actions {
  grid-area: actions;
  padding: 0 12px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.v-picker__actions .v-btn {
  min-width: 48px;
}
.v-picker__actions .v-btn:not(:last-child) {
  margin-inline-end: 8px;
}

.v-picker--divided .v-picker__header {
  border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-bottom-style: solid;
  border-bottom-width: thin;
}

.v-picker--landscape {
  grid-template-areas: "title" "header body" "header body";
}

.v-picker--landscape.v-picker--with-actions {
  grid-template-areas: "title" "header body" "header actions";
}

.v-picker-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  grid-area: title;
  padding-inline: 24px 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.1666666667em;
}.v-sheet {
  display: block;
}
.v-sheet {
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
  border-style: solid;
  border-width: 0;
}
.v-sheet--border {
  border-width: thin;
  box-shadow: none;
}
.v-sheet {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-sheet--absolute {
  position: absolute;
}
.v-sheet--fixed {
  position: fixed;
}
.v-sheet--relative {
  position: relative;
}
.v-sheet--sticky {
  position: sticky;
}
.v-sheet {
  border-radius: 0;
}
.v-sheet {
  background: rgb(var(--v-theme-surface));
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
}
.v-sheet--rounded {
  border-radius: 4px;
}i.v-icon.v-icon-fix {
  font-size: 1em;
  color: var(--primary-color);
}
.v-list-item.disabled {
  color: #999;
}
.crud-table .v-btn {
  border-radius: 5px;
}
.crud-table .v-card-title {
  background-color: var(--primary-color);
  color: white;
}
.crud-table .v-card-title .v-field--prepended {
  padding-inline-start: 8px;
}
.crud-table .v-card-title .v-field__prepend-inner {
  margin-inline-end: 8px;
  font-size: 1.25em;
}
.crud-table .v-card-title .v-input {
  border-radius: 5px;
  overflow: hidden;
}
.crud-table .v-card-title .search-field {
  min-width: 200px;
  flex-grow: 0;
}
.crud-table .v-card-title .search-field .v-field {
  box-shadow: unset;
  width: 300px;
  height: 31px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}
.crud-table .v-card-title .search-field .v-field input {
  min-height: unset;
  height: 100%;
  line-height: 31px;
  height: 31px;
  padding-inline: 0;
}
.crud-table thead .v-data-table-header__content {
  gap: 8px;
}
.crud-table thead .v-btn {
  color: white;
  background-color: var(--primary-color);
  height: 2em;
  width: 2em;
}
.crud-table thead .v-btn:hover {
  background-color: #ecad5a;
}
.crud-table .v-icon--size-default {
  font-size: 1em;
}
.crud-table .v-icon {
  font-size: 1em;
}
.crud-table .v-table {
  border: 1px solid #e0e0e0;
  border-block-start: unset;
}
.crud-table .v-table .v-btn .v-icon {
  font-size: 1em;
}
.crud-table .v-table tbody tr {
  height: 3em;
}
.crud-table .v-table tbody tr:nth-child(2n) {
  background-color: unset;
}
.crud-table .v-table tbody tr:hover {
  background-color: #e3edf6;
}
.crud-table .v-table tbody .v-btn {
  color: var(--primary-color);
  background-color: white;
  height: 2em;
  width: 2em;
}
.crud-table .v-table tbody .v-btn:hover {
  color: white;
  background-color: #2b4a63;
}
.crud-table .v-pagination .v-btn {
  border-radius: 5px;
}.facility-bookmarks {
  --grid-layout-gap: 10px;
  --grid-column-count: 4;
  --grid-item--min-width: 200px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((840px - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(4, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
  overflow: hidden;
  padding: 1em;
  background-color: #3d6f97 !important;
}
.facility-bookmarks a {
  display: block;
  border-radius: 3px;
  background-color: #284963;
  color: white;
  overflow: hidden;
}
.facility-bookmarks a:hover {
  background-color: #b8d3e8;
  color: #284963 !important;
}
.facility-bookmarks a span {
  display: block;
  padding: 0.5em;
}
.facility-bookmarks--icon {
  background-color: #284963;
  color: white;
  aspect-ratio: 1/1;
  font-size: 14px;
  width: 34px !important;
  height: 34px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
}.facility-bookmarks--full {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  gap: 0.5em;
  overflow: hidden;
  padding: 1em;
  background-color: #3d6f97 !important;
}
.facility-bookmarks--full a {
  display: block;
  border-radius: 3px;
  background-color: #284963;
  color: white;
  overflow: hidden;
}
.facility-bookmarks--full a:hover {
  background-color: #b8d3e8;
  color: #284963 !important;
}
.facility-bookmarks--full a span {
  display: block;
  padding: 0.5em;
}
.facility-bookmarks--icon {
  background-color: #284963;
  color: white;
  aspect-ratio: 1/1;
  font-size: 14px;
  width: 34px !important;
  height: 34px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
}.tag-chip {
  font-size: 12px;
  display: flex;
  width: max-content;
  border-radius: 3px;
  overflow: hidden;
  --threshold: 60;
  --hue: 0;
  --sat: 0;
  --light: 100;
}
.tag-chip span {
  white-space: nowrap;
  padding-block: 0.4em;
  padding-inline: 0.6em;
  --lightC: var(--light);
  --switch: calc((var(--lightC) - var(--threshold)) * -100%);
  color: hsl(0, 0%, var(--switch));
  background: hsl(var(--hue), calc(var(--sat) * 1%), calc(var(--light) * 1%));
}
.tag-chip span:first-child {
  --lightC: calc(var(--light) * 0.85);
  padding-inline-start: 0.7em;
  background: hsl(var(--hue), calc(var(--sat) * 1%), calc(var(--light) * 0.85%));
}
.tag-chip span:last-child {
  padding-inline-end: 0.7em;
}.tm-code-editor {
  position: relative;
  font-size: 16px;
  font-family: monospace, monospace;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
  min-height: 5em;
}
.tm-code-editor .code-editor-header {
  padding: 0.5em;
  padding-inline-start: 12px;
  font-weight: bold;
  align-self: stretch;
  border-bottom: 1px solid #cccccc;
}
.tm-code-editor .code-editor-body {
  position: relative;
  background-color: #f6f6f6;
}
.tm-code-editor .line-numbers {
  border-right: 1px solid #cccccc;
  width: 36px;
  height: auto;
  font-family: monospace, monospace;
  font-size: 16px;
  padding-block-start: 16px;
  padding-inline-start: 8px;
}
.tm-code-editor textarea {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  box-sizing: border-box;
  caret-color: rgb(127, 127, 127);
  color: transparent;
  white-space: pre;
  word-wrap: normal;
  border: unset;
  outline: none;
  resize: none;
  background: none;
  width: calc(100% - 36px);
  height: 100%;
  font-size: 16px;
  font-family: monospace, monospace;
  margin-left: 36px;
  padding: 16px;
  field-sizing: normal;
}
.tm-code-editor pre {
  margin-block: unset;
  padding: unset;
  background-color: unset;
  border: unset;
  white-space: pre;
  border-radius: unset;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 36px);
  overflow-y: hidden;
}
.tm-code-editor pre code {
  border-radius: unset;
  border: none;
}.auth-oauth-connected {
  margin-block: 1em;
}
.auth-oauth-connected .v-card-item__prepend {
  color: #3d6f97;
}
.auth-oauth-connected .v-card-title {
  background-color: white;
  color: #3d6f97;
}.v-otp-input {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  position: relative;
}
.v-otp-input {
  border-radius: 4px;
}
.v-otp-input .v-field {
  height: 100%;
}

.v-otp-input__divider {
  margin: 0 8px;
}

.v-otp-input__content {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  height: 64px;
  padding: 0.5rem;
  justify-content: center;
  max-width: 320px;
  position: relative;
  border-radius: inherit;
}
.v-otp-input--divided .v-otp-input__content {
  max-width: 360px;
}

.v-otp-input__field {
  color: inherit;
  font-size: 1.25rem;
  height: 100%;
  outline: none;
  text-align: center;
  width: 100%;
}
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-otp-input__field[type=number] {
  -moz-appearance: textfield;
}

.v-otp-input__loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.v-otp-input__loader .v-progress-linear {
  position: absolute;
}.file-tile .file-tile--actions-buttons {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 50;
  display: flex;
  gap: 0.5em;
}
.file-tile .v-input__control {
  flex-grow: 1;
}.file-tile[data-v-1786cdfe] {
  user-select: none;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 1em;
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  position: relative;
  cursor: pointer;
}
.file-tile .file-tile--dialog[data-v-1786cdfe] {
  width: min(22cm, 100vw - 2em);
  overflow-y: auto;
}
.file-tile.expanded[data-v-1786cdfe] {
  grid-column: 1/-1;
}
.file-tile.expanded .file-tile--info[data-v-1786cdfe] {
  width: 100%;
}
.file-tile .file-tile--tags[data-v-1786cdfe] {
  display: flex;
  gap: 2px;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding-inline: 1em;
}
.file-tile .file-tile--tags .file-tile--tag[data-v-1786cdfe] {
  width: 40px;
  height: 6px;
}
.file-tile .file-tile--info-expanded[data-v-1786cdfe] {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.5em;
}
.file-tile .file-tile--info-expanded > span[data-v-1786cdfe]:nth-child(2n+1) {
  font-weight: 700;
}
.file-tile .file-tile--info-expanded > div[data-v-1786cdfe] {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-block-start: 1em;
}
.file-tile.selected[data-v-1786cdfe] {
  background-color: #ccdfee;
}
.file-tile .file-tile--icon[data-v-1786cdfe] {
  height: 100%;
  font-size: 30px;
  color: #ffc84c;
  transition: all 0.15s ease;
}
.file-tile .file-tile--info[data-v-1786cdfe] {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.file-tile .file-tile--info span[data-v-1786cdfe] {
  opacity: 0.8;
}
.file-tile .file-tile--info .file-tile--name[data-v-1786cdfe] {
  font-weight: 700;
  opacity: 1;
}
.file-tile .file-tile--info .file-tile--name[data-v-1786cdfe]:after {
  content: "";
  width: 1em;
  height: 1px;
  background-color: black;
  display: block;
  margin-top: 0.5em;
}
.file-tile .file-tile--info .file-tile--icons[data-v-1786cdfe] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  font-size: 12px;
  display: flex;
  gap: 0.5em;
  flex-direction: column;
}.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 0px;
}
.v-autocomplete .v-field .v-text-field__prefix,
.v-autocomplete .v-field .v-text-field__suffix,
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
  cursor: text;
}
.v-autocomplete .v-field .v-field__input > input {
  flex: 1 1;
}
.v-autocomplete .v-field input {
  min-width: 64px;
}
.v-autocomplete .v-field:not(.v-field--focused) input {
  min-width: 0;
}
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
  margin-inline-end: 2px;
}
.v-autocomplete .v-autocomplete__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-autocomplete__content {
  overflow: hidden;
}
.v-autocomplete__content {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-menu > .v-overlay__content.v-autocomplete__content {
  border-radius: 4px;
}

.v-autocomplete__mask {
  background: rgb(var(--v-theme-surface-light));
}
.v-autocomplete__selection {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  letter-spacing: inherit;
  line-height: inherit;
  max-width: calc(100% - 2px - 2px);
}
.v-autocomplete__selection:first-child {
  margin-inline-start: 0;
}
.v-autocomplete--selecting-index .v-autocomplete__selection {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
  opacity: 1;
}
.v-autocomplete--selecting-index .v-field__input > input {
  caret-color: transparent;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
  flex: 1 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding-inline: inherit;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
  transition: none;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
  opacity: 0;
}
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
  opacity: 0;
}
.v-autocomplete__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
  transform: rotate(180deg);
}.v-textarea .v-field {
  --v-textarea-control-height: var(--v-input-control-height);
}
.v-textarea .v-field__field {
  --v-input-control-height: var(--v-textarea-control-height);
}
.v-textarea .v-field__input {
  flex: 1 1 auto;
  outline: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
  mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
}
.v-textarea .v-field__input.v-textarea__sizer {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  min-height: 0 !important;
  pointer-events: none;
}
.v-textarea--no-resize .v-field__input {
  resize: none;
}
.v-textarea .v-field--no-label textarea,
.v-textarea .v-field--active textarea {
  opacity: 1;
}
.v-textarea textarea {
  opacity: 0;
  flex: 1;
  min-width: 0;
  height: 100%;
  transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
}
.v-textarea textarea:focus, .v-textarea textarea:active {
  outline: none;
}
.v-textarea textarea:invalid {
  box-shadow: none;
}.v-tooltip > .v-overlay__content {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  display: inline-block;
  padding: 5px 16px;
  text-transform: initial;
  width: auto;
  opacity: 1;
  transition-property: opacity, transform;
  overflow-wrap: break-word;
}
.v-tooltip > .v-overlay__content[class*=enter-active] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 150ms;
}
.v-tooltip > .v-overlay__content[class*=leave-active] {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 75ms;
}
.v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
  pointer-events: none;
}.content-container {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1em;
  min-width: 0;
}
.content-container .content {
  padding: 24px;
  height: max-content;
}
.content-container .content.nop {
  padding: 0;
}
.content-container > .v-card-title {
  background-color: var(--primary-color);
  color: white;
}
.content-container > .v-card-title .container-title {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.toolbar-actions .action {
  background-color: var(--secondary-color);
  display: inline-block;
  margin-block: -8px;
  width: 34px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 0.5em;
}
.toolbar-actions .action:hover {
  background-color: #284963;
}.file-uploader-card {
  flex-grow: 1;
  flex-shrink: 1;
}
.file-uploader-card.scheduled {
  background-color: #f0ffff;
}
.file-uploader-card.success {
  background-color: #edffed;
}
.file-uploader-card.failed {
  background-color: #ffefef;
}
.file-uploader-card .v-card-title {
  background-color: unset !important;
  color: unset !important;
  font-size: 16px;
}
.file-uploader-card .v-card-text {
  padding-block-start: unset;
}.file-uploader-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0.2em 0.2em 0.5em 0.5em;
  z-index: 10;
  position: fixed;
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0 0.5em;
  max-width: 15em;
  interpolate-size: allow-keywords;
  transition: height 0.2s ease, width 0.2s ease;
}.upload-button {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: var(--primary-color);
  background-color: white;
  padding: 8px;
  margin-inline-end: 0.5em;
}
.upload-button input {
  display: none;
}.file-browser--tile-view {
  display: flex;
  padding: 0.5em;
  justify-content: stretch;
}.v-skeleton-loader {
  align-items: center;
  background: rgb(var(--v-theme-surface));
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  vertical-align: top;
}
.v-skeleton-loader__actions {
  justify-content: end;
}
.v-skeleton-loader .v-skeleton-loader__ossein {
  height: 100%;
}
.v-skeleton-loader .v-skeleton-loader__avatar,
.v-skeleton-loader .v-skeleton-loader__button,
.v-skeleton-loader .v-skeleton-loader__chip,
.v-skeleton-loader .v-skeleton-loader__divider,
.v-skeleton-loader .v-skeleton-loader__heading,
.v-skeleton-loader .v-skeleton-loader__image,
.v-skeleton-loader .v-skeleton-loader__ossein,
.v-skeleton-loader .v-skeleton-loader__text {
  background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
}
.v-skeleton-loader .v-skeleton-loader__list-item,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
.v-skeleton-loader .v-skeleton-loader__list-item-text,
.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
  border-radius: 4px;
}
.v-skeleton-loader__bone {
  align-items: center;
  border-radius: inherit;
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.v-skeleton-loader__bone::after {
  animation: loading 1.5s infinite;
  background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
  transform: translateX(-100%);
  z-index: 1;
}
.v-skeleton-loader__bone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-skeleton-loader__avatar {
  border-radius: 50%;
  flex: 0 1 auto;
  margin: 8px 16px;
  max-height: 48px;
  min-height: 48px;
  height: 48px;
  max-width: 48px;
  min-width: 48px;
  width: 48px;
}
.v-skeleton-loader__avatar + .v-skeleton-loader__bone {
  flex: 1 1 auto;
  margin-inline-start: 0;
}
.v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
.v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
  margin-inline-start: 0;
}
.v-skeleton-loader__button {
  border-radius: 4px;
  height: 36px;
  margin: 16px;
  max-width: 64px;
}
.v-skeleton-loader__button + .v-skeleton-loader__bone {
  flex: 1 1 auto;
  margin-inline-start: 0;
}
.v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
.v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
  margin-inline-start: 0;
}
.v-skeleton-loader__chip {
  border-radius: 16px;
  margin: 16px;
  height: 32px;
  max-width: 96px;
}
.v-skeleton-loader__chip + .v-skeleton-loader__bone {
  flex: 1 1 auto;
  margin-inline-start: 0;
}
.v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
.v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
  margin-inline-start: 0;
}
.v-skeleton-loader__date-picker {
  border-radius: inherit;
}
.v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
  max-width: 88px;
  width: 20%;
}
.v-skeleton-loader__date-picker .v-skeleton-loader__heading {
  max-width: 256px;
  width: 40%;
}
.v-skeleton-loader__date-picker-days {
  flex-wrap: wrap;
  margin: 16px;
}
.v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
  border-radius: 4px;
  margin: 4px;
  max-width: 100%;
}
.v-skeleton-loader__date-picker-options {
  flex-wrap: nowrap;
}
.v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
  flex: 1 1 auto;
}
.v-skeleton-loader__divider {
  border-radius: 1px;
  height: 2px;
}
.v-skeleton-loader__heading {
  border-radius: 12px;
  margin: 16px;
  height: 24px;
}
.v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
  margin-top: -16px;
}
.v-skeleton-loader__image {
  height: 150px;
  border-radius: 0;
}
.v-skeleton-loader__card .v-skeleton-loader__image {
  border-radius: 0;
}
.v-skeleton-loader__list-item {
  margin: 16px;
}
.v-skeleton-loader__list-item .v-skeleton-loader__text {
  margin: 0;
}
.v-skeleton-loader__table-thead {
  justify-content: space-between;
}
.v-skeleton-loader__table-thead .v-skeleton-loader__heading {
  margin-top: 16px;
  max-width: 16px;
}
.v-skeleton-loader__table-tfoot {
  flex-wrap: nowrap;
}
.v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
  margin-top: 16px;
}
.v-skeleton-loader__table-row {
  align-items: baseline;
  margin: 0 8px;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
.v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
  margin-inline: 8px;
}
.v-skeleton-loader__table-row + .v-skeleton-loader__divider {
  margin: 0 16px;
}
.v-skeleton-loader__table-cell {
  align-items: center;
  display: flex;
  height: 48px;
  width: 88px;
}
.v-skeleton-loader__table-cell .v-skeleton-loader__text {
  margin-bottom: 0;
}
.v-skeleton-loader__subtitle {
  max-width: 70%;
}
.v-skeleton-loader__subtitle > .v-skeleton-loader__text {
  height: 16px;
  border-radius: 8px;
}
.v-skeleton-loader__text {
  border-radius: 6px;
  margin: 16px;
  height: 12px;
}
.v-skeleton-loader__text + .v-skeleton-loader__text {
  margin-top: -8px;
  max-width: 50%;
}
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
  max-width: 70%;
}
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
  display: none;
}
.v-skeleton-loader--is-loading {
  overflow: hidden;
}
.v-skeleton-loader--tile {
  border-radius: 0;
}
.v-skeleton-loader--tile .v-skeleton-loader__bone {
  border-radius: 0;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}.user[data-v-ca7acad8] {
  display: flex;
  grid-gap: 8px;
  align-items: center;
  border: 1px solid #b3bbc3;
  padding-block: 0.5em;
  padding-inline: 1em;
  border-radius: 5px;
}
.user .profile_picture[data-v-ca7acad8] {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  background-color: gray;
  border-radius: 50%;
  margin-inline-start: 8px;
  margin-block: 4px;
  margin-block-end: 4px;
  grid-column: 1;
}
.user .role[data-v-ca7acad8] {
  font-size: 0.9em;
  color: #292E40;
}
.user .special-role[data-v-ca7acad8] {
  color: var(--secondary-color);
  margin-block-end: 0.5em;
}
.user .special-role[data-v-ca7acad8]::after {
  content: "Sonderbeauftragte*r";
  display: inline-block;
  color: #292E40;
  font-family: "Myriad Pro", sans-serif;
  font-weight: normal;
  margin-left: 6px;
}
.user .actions[data-v-ca7acad8] {
  border-inline-start: 1px solid #b3bbc3;
  display: flex;
  gap: 8px;
  padding-inline: 8px;
  height: 24px;
  align-items: center;
}
.user .actions .fas[data-v-ca7acad8] {
  padding: 8px;
  border-radius: 50%;
  color: var(--primary-color);
}
.user[data-v-ca7acad8]:hover {
  background-color: white;
}
.user:hover .actions .fas[data-v-ca7acad8] {
  background-color: var(--primary-color);
  color: white;
}
.user:hover .actions .fas[data-v-ca7acad8]:hover {
  background-color: var(--secondary-color);
  cursor: pointer;
}.notification[data-v-ca49b336] {
  background-color: #e3edf6;
  border-block-end: 1px solid #b3bbc3;
  border-inline-start: 4px solid transparent;
}
.notification[data-v-ca49b336]:hover {
  border-inline-start: 4px solid var(--secondary-color);
}
.notification:hover .notification-row .notification-quick-link a[data-v-ca49b336] {
  color: white;
  background-color: var(--primary-color);
}
.notification:hover .notification-row .notification-quick-link a[data-v-ca49b336]:hover {
  background-color: var(--secondary-color);
}
.notification:hover .notification-row .notification-chevron[data-v-ca49b336] {
  background-color: var(--primary-color);
}
.notification:hover .notification-row .notification-chevron span[data-v-ca49b336] {
  color: white;
}
.notification:hover .notification-row .notification-chevron[data-v-ca49b336]:hover {
  cursor: pointer;
  background-color: var(--secondary-color);
}
.notification:hover .notification-content[data-v-ca49b336] {
  margin-inline-start: 8px;
  padding-inline-start: calc(2.5em - 4px);
}
.notification .notification-row[data-v-ca49b336] {
  padding: 8px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: min-content 1fr max-content min-content;
}
.notification .notification-row .notification-icon[data-v-ca49b336] {
  font-size: 0.6em;
  color: var(--secondary-color);
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}
.notification .notification-row .notification-title[data-v-ca49b336] {
  font-weight: 700;
}
.notification .notification-row .notification-summary[data-v-ca49b336] {
  grid-row: 2;
}
.notification .notification-row .notification-chevron[data-v-ca49b336] {
  grid-row: 1/span 2;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 1px solid #b3bbc3;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-block-start: 3px;
  margin-inline-start: -4px;
  margin-inline-end: 8px;
}
.notification .notification-row .notification-chevron span[data-v-ca49b336] {
  font-size: 8pt;
  color: #262626;
  line-height: 30px;
}
.notification .notification-row .notification-quick-link[data-v-ca49b336] {
  grid-column: 3;
  grid-row: 1/span 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification .notification-row .notification-quick-link a[data-v-ca49b336] {
  color: black;
  padding: 8px;
  border: 1px solid #b3bbc3;
  border-radius: 4px;
}
.notification .notification-row .notification-time[data-v-ca49b336] {
  font-size: 0.8em;
  color: #292e40;
  line-height: 1em;
  margin-left: 0.5em;
}
.notification .notification-row .notification-actions[data-v-ca49b336] {
  grid-column: 4;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 800px) {
.notification .notification-row[data-v-ca49b336] {
    grid-template-columns: min-content 1fr;
}
.notification .notification-row .notification-quick-link[data-v-ca49b336] {
    margin-top: 8px;
    justify-content: flex-start;
    grid-column: 2;
    grid-row: 3;
}
}
.notification .notification-content[data-v-ca49b336] {
  background-color: white;
  padding-block: 1.5em;
  padding-inline: 2.5em;
  margin-inline-start: 4px;
  margin-inline-end: 8px;
  margin-block-end: 8px;
}.law-entry[data-v-e382d836] {
  border-inline-start: 4px solid transparent;
  border-block-end: 1px solid #b3bbc3;
  border-inline-end: 1px solid #b3bbc3;
  padding: 8px;
  box-sizing: border-box;
  background-color: white;
}
.law-entry[data-v-e382d836] :last-child {
  margin-top: auto;
}
.law-entry[data-v-e382d836]:hover {
  border-inline-start: 4px solid var(--secondary-color);
  background-color: #CCDFEE;
}
.law-entry:hover .law-link a[data-v-e382d836] {
  color: white;
  background-color: var(--primary-color);
}
.law-entry:hover .law-link a[data-v-e382d836]:hover {
  background-color: var(--secondary-color);
}
.law-entry .law-link[data-v-e382d836] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.law-entry .law-link a[data-v-e382d836] {
  color: black;
  padding: 8px;
  border: 1px solid #b3bbc3;
  border-radius: 4px;
}
.law-entry .short-title[data-v-e382d836] {
  font-weight: 700;
}
.law-entry .marker[data-v-e382d836] {
  font-size: 0.6em;
  color: var(--secondary-color);
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}
.law-entry .decree-date[data-v-e382d836] {
  font-size: 0.8em;
  color: #292e40;
  line-height: 1em;
  margin-left: 0.5em;
}
.law-entry .full-title[data-v-e382d836] {
  grid-row: 2;
  max-width: 600px;
}.persistent-checkbox {
  display: flex;
  gap: 0.5em;
  line-height: 2em;
}.header--search-field--overlay .v-overlay__content {
  left: calc(0.5 * (100% - min(-2em + 100%, 1220px))) !important;
  margin-top: 1em;
}
.header--search-field--overlay .v-overlay__content .v-card {
  width: min(100vw - 3em, 1220px);
  padding: 1em;
}
.header--search-field--overlay .actions--corner {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
  gap: 0.5em;
}
.header--search-field {
  display: flex;
  gap: 0.5em;
  position: relative;
}
.header--search-field input {
  padding: 0;
  height: 31px;
  line-height: 31px;
  min-height: unset;
  width: 300px;
  border-radius: 5px;
}
.header--search-field button.search--button {
  color: #818181;
  background-color: transparent;
  box-shadow: unset;
  border-radius: 50px;
}
.header--search-field button.search--button:hover {
  background-color: var(--gm-primary-color);
  color: white;
}
.search-toggles {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.search-toggles div {
  flex-grow: 1;
}
.search-dates {
  display: flex;
  margin-bottom: 1em;
  gap: 2em;
}.v-menu[data-v-4340d22b] {
  transform: translateY(10px);
}
div.user-dropdown[data-v-4340d22b] {
  display: flex;
  align-items: center;
  position: relative;
  gap: 25px;
  justify-content: flex-end;
}
div.user-dropdown .user-name[data-v-4340d22b] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #818181;
  font-size: 12px;
}
div.user-dropdown .user-name .display-name[data-v-4340d22b] {
  color: #3D6F97;
  font-size: 15px;
  font-weight: 700;
}
div.user-dropdown .v-avatar[data-v-4340d22b] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  outline: 4px solid white;
  background: #FFF;
}
div.user-dropdown .dropdown-indicator[data-v-4340d22b] {
  color: #3D6F97;
  font-size: 14px;
  position: absolute;
  bottom: -3px;
  right: 32px;
  transform: translate(50%, 50%);
  display: flex;
}
div.user-dropdown .v-list-item__prepend[data-v-4340d22b] {
  margin-inline-end: 1em;
  font-size: 1em;
}.color-field--color[data-v-5ea736f7] {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: border-radius 200ms ease-in-out;
}.v-color-picker {
  align-self: flex-start;
  contain: content;
  width: 300px;
}
.v-color-picker.v-sheet.v-picker {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-color-picker.v-sheet.v-picker {
  border-radius: 4px;
}

.v-color-picker__controls {
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
}

.v-color-picker--flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}.v-color-picker-canvas {
  display: flex;
  position: relative;
  overflow: hidden;
  contain: content;
  touch-action: none;
  width: 100%;
}
.v-color-picker-canvas__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}
.v-color-picker-canvas__dot--disabled {
  box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
  will-change: transform;
}.v-color-picker-edit {
  display: flex;
  margin-top: 24px;
}

.v-color-picker-edit__input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.v-color-picker-edit__input > input::-webkit-outer-spin-button,
.v-color-picker-edit__input > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-color-picker-edit__input:not(:last-child) {
  margin-inline-end: 8px;
}
.v-color-picker-edit__input input {
  border-radius: 4px;
  margin-bottom: 8px;
  min-width: 0;
  outline: none;
  text-align: center;
  width: 100%;
  height: 32px;
  background: rgba(var(--v-theme-surface-variant), 0.2);
  color: rgba(var(--v-theme-on-surface));
}
.v-color-picker-edit__input span {
  font-size: 0.75rem;
}.v-color-picker-preview__alpha .v-slider-track__background {
  background-color: transparent !important;
}
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
  background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
}

.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
  background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
}

.v-color-picker-preview__alpha .v-slider-track__background::after {
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
  border-radius: inherit;
}

.v-color-picker-preview__sliders {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding-inline-end: 16px;
}

.v-color-picker-preview__dot {
  position: relative;
  height: 30px;
  width: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 24px;
}
.v-color-picker-preview__dot > div {
  width: 100%;
  height: 100%;
}

.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
  background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
}

.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
  background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
}

.v-color-picker-preview__track {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
.v-color-picker-preview__track .v-slider-track__fill {
  display: none;
}

.v-color-picker-preview {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.v-color-picker-preview__eye-dropper {
  position: relative;
  margin-right: 12px;
}.v-slider .v-slider__container input {
  cursor: default;
  padding: 0;
  width: 100%;
  display: none;
}
.v-slider > .v-input__append,
.v-slider > .v-input__prepend {
  padding: 0;
}

.v-slider__container {
  position: relative;
  min-height: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.v-input--disabled .v-slider__container {
  opacity: var(--v-disabled-opacity);
}
.v-input--error:not(.v-input--disabled) .v-slider__container {
  color: rgb(var(--v-theme-error));
}

.v-slider.v-input--horizontal {
  align-items: center;
  margin-inline: 8px 8px;
}
.v-slider.v-input--horizontal > .v-input__control {
  min-height: 32px;
  display: flex;
  align-items: center;
}

.v-slider.v-input--vertical {
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.v-slider.v-input--vertical > .v-input__control {
  min-height: 300px;
}

.v-slider.v-input--disabled {
  pointer-events: none;
}

.v-slider--has-labels > .v-input__control {
  margin-bottom: 4px;
}

.v-slider__label {
  margin-inline-end: 12px;
}.v-slider-thumb {
  touch-action: none;
  color: rgb(var(--v-theme-surface-variant));
}
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
  color: inherit;
}

.v-slider-thumb__label {
  background: rgba(var(--v-theme-surface-variant), 0.7);
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-slider-thumb__label > .v-slider-thumb__label-wedge {
  background: inherit;
}

.v-slider-thumb {
  outline: none;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-slider-thumb__surface {
  cursor: pointer;
  width: var(--v-slider-thumb-size);
  height: var(--v-slider-thumb-size);
  border-radius: 50%;
  user-select: none;
  background-color: currentColor;
}
@media (forced-colors: active) {
  .v-slider-thumb__surface {
    background-color: highlight;
  }
}
.v-slider-thumb__surface::before {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  color: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.v-slider-thumb__surface::after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-slider-thumb__label-container {
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.v-slider-thumb__label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  min-width: 35px;
  height: 25px;
  border-radius: 4px;
  padding: 6px;
  position: absolute;
  user-select: none;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.v-slider-thumb__label > .v-slider-thumb__label-wedge {
  width: 12px;
  height: 12px;
  position: absolute;
}

.v-slider-thumb__ripple {
  position: absolute;
  left: calc(var(--v-slider-thumb-size) / -2);
  top: calc(var(--v-slider-thumb-size) / -2);
  width: calc(var(--v-slider-thumb-size) * 2);
  height: calc(var(--v-slider-thumb-size) * 2);
  background: inherit;
}

.v-slider.v-input--horizontal .v-slider-thumb {
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
  left: calc(var(--v-slider-thumb-size) / 2);
  top: 0;
}
.v-slider.v-input--horizontal .v-slider-thumb__label {
  bottom: calc(var(--v-slider-thumb-size) / 2);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
  transform: translateX(-50%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
  transform: translateX(50%);
}

.v-slider.v-input--horizontal .v-slider-thumb__label > .v-slider-thumb__label-wedge {
  clip-path: polygon(50% 100%, 0 50%, 100% 50%);
  bottom: calc(-6px + 0.2px);
}

.v-slider.v-input--vertical .v-slider-thumb {
  top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--vertical .v-slider-thumb__label-container {
  top: calc(var(--v-slider-thumb-size) / 2);
  right: 0;
}
.v-slider.v-input--vertical .v-slider-thumb__label {
  top: -12.5px;
  left: calc(var(--v-slider-thumb-size) / 2);
}
.v-slider.v-input--vertical .v-slider-thumb__label > .v-slider-thumb__label-wedge {
  clip-path: polygon(0 50%, 50% 0, 50% 100%);
  left: calc(-6px + 0.2px);
}

.v-slider-thumb--focused .v-slider-thumb__surface::before {
  transform: scale(2);
  opacity: var(--v-focus-opacity);
}

.v-slider-thumb--pressed {
  transition: none;
}
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
  opacity: var(--v-pressed-opacity);
}

@media (hover: hover) {
  .v-slider-thumb:hover .v-slider-thumb__surface::before {
    transform: scale(2);
  }
  .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
    opacity: var(--v-hover-opacity);
  }
}.v-slider-track__background {
  background-color: rgb(var(--v-theme-surface-variant));
}
@media (forced-colors: active) {
  .v-slider-track__background {
    background-color: highlight;
  }
}

.v-slider-track__fill {
  background-color: rgb(var(--v-theme-surface-variant));
}
@media (forced-colors: active) {
  .v-slider-track__fill {
    background-color: highlight;
  }
}

.v-slider-track__tick {
  background-color: rgb(var(--v-theme-surface-variant));
}
.v-slider-track__tick--filled {
  background-color: rgb(var(--v-theme-surface-light));
}

.v-slider-track {
  border-radius: 6px;
}
@media (forced-colors: active) {
  .v-slider-track {
    border: thin solid buttontext;
  }
}

.v-slider-track__background, .v-slider-track__fill {
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border-radius: inherit;
}
.v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
  transition: none;
}
.v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
  background-color: currentColor;
}

.v-slider-track__ticks {
  height: 100%;
  width: 100%;
  position: relative;
}

.v-slider-track__tick {
  position: absolute;
  opacity: 0;
  transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  width: var(--v-slider-tick-size);
  height: var(--v-slider-tick-size);
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
}
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: none;
}

.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(100%);
}

.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(-100%);
}

.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: none;
}

.v-slider-track__tick-label {
  position: absolute;
  user-select: none;
  white-space: nowrap;
}

.v-slider.v-input--horizontal .v-slider-track {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--v-slider-track-size) + 2px);
  touch-action: pan-y;
}
.v-slider.v-input--horizontal .v-slider-track__background {
  height: var(--v-slider-track-size);
}
.v-slider.v-input--horizontal .v-slider-track__fill {
  height: inherit;
}
.v-slider.v-input--horizontal .v-slider-track__tick {
  margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
}
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
}

.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  transform: translateX(-50%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
  transform: translateX(50%);
}

.v-slider.v-input--horizontal .v-slider-track__tick--first {
  margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(0%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
  transform: translateX(0%);
}

.v-slider.v-input--horizontal .v-slider-track__tick--last {
  margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
}
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(-100%);
}

.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
  transform: translateX(100%);
}

.v-slider.v-input--vertical .v-slider-track {
  height: 100%;
  display: flex;
  justify-content: center;
  width: calc(var(--v-slider-track-size) + 2px);
  touch-action: pan-x;
}
.v-slider.v-input--vertical .v-slider-track__background {
  width: var(--v-slider-track-size);
}
.v-slider.v-input--vertical .v-slider-track__fill {
  width: inherit;
}
.v-slider.v-input--vertical .v-slider-track__ticks {
  height: 100%;
}
.v-slider.v-input--vertical .v-slider-track__tick {
  margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
}
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
}

.v-slider.v-input--vertical .v-slider-track__tick--first {
  bottom: calc(0% + var(--v-slider-tick-size) + 1px);
}
.v-slider.v-input--vertical .v-slider-track__tick--last {
  bottom: calc(100% - var(--v-slider-tick-size) - 1px);
}
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
  margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
  transform: translateY(-50%);
}

.v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
  opacity: 1;
}

.v-slider-track__background--opacity {
  opacity: 0.38;
}.v-color-picker-swatches {
  overflow-y: auto;
}
.v-color-picker-swatches > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}

.v-color-picker-swatches__swatch {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.v-color-picker-swatches__color {
  position: relative;
  height: 18px;
  max-height: 18px;
  width: 45px;
  margin: 2px 4px;
  border-radius: 2px;
  user-select: none;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
  cursor: pointer;
}
.v-color-picker-swatches__color > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}.seperator {
  display: flex;
  align-items: center;
  text-align: center;
  color: gray;
}
.seperator::before, .seperator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid gray;
  margin-block: 24px;
}
.seperator:not(:empty)::before {
  margin-right: 0.25em;
}
.seperator:not(:empty)::after {
  margin-left: 0.25em;
}.side-main-panel[data-v-b9a5d250] {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media only screen and (min-width: 800px) {
.side-main-panel[data-v-b9a5d250] {
    flex-direction: row;
}
.side-main-panel .sub-panel[data-v-b9a5d250] {
    width: 300px;
}
}.side-panel[data-v-6320e1c5] {
  border-radius: 3px;
  overflow: hidden;
  min-height: max-content;
  width: 100%;
  height: max-content;
  padding-block: 0.5em;
}.side-panel-entry[data-v-a5a96d22] {
  display: flex;
  align-items: center;
  width: 100%;
  color: white;
}
.side-panel-entry .label[data-v-a5a96d22] {
  font-weight: 700;
  padding: 6px;
}
.side-panel-entry .flex-spacer[data-v-a5a96d22] {
  margin: auto;
}
.side-panel-entry .expand[data-v-a5a96d22] {
  padding: 6px;
}
.side-panel-entry .expand[data-v-a5a96d22]:hover {
  cursor: pointer;
  background-color: var(--secondary-color);
  border-radius: 3px;
}.v-chip.status-chip.v-chip--size-default {
  --v-chip-height: 26px;
}.v-chip.status-chip.v-chip--size-default {
  --v-chip-height: 26px;
}.v-chip.status-chip.v-chip--size-default {
  --v-chip-height: 26px;
}.v-chip.status-chip.v-chip--size-default {
  --v-chip-height: 26px;
}nav.vertical-navigation {
  background-color: var(--primary-color);
  margin-block-start: -0.5em;
  min-height: min-content;
  color: white;
}
nav.vertical-navigation hr {
  border-color: #e3edf6;
  margin-inline: 8px;
  margin-block: 4px;
}
nav.vertical-navigation p,
nav.vertical-navigation a {
  display: inline-block;
  border-left: 4px solid transparent;
  color: white;
  padding: 8px;
  width: 100%;
}
nav.vertical-navigation p .fas,
nav.vertical-navigation a .fas {
  font-size: 16px;
  font-weight: 900;
  color: white;
  margin-inline-end: 12px;
  width: 18px;
}
nav.vertical-navigation a:visited {
  color: white;
}
nav.vertical-navigation a:hover {
  background-color: #284963;
}
nav.vertical-navigation .router-link-active {
  border-left: 4px solid var(--secondary-color);
}
nav.vertical-navigation p.group {
  font-weight: bold;
  background-color: var(--secondary-color);
  margin-block-end: 4px;
}
nav.vertical-navigation p.group:not(:first-child) {
  margin-block-start: 4px;
}.personal-button[data-v-1e400226] {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}div.content-container .content.grid-2[data-v-3e4f4189] {
  grid-template-columns: minmax(100px, 150px) 1fr;
}
div.content-container .content span.label[data-v-3e4f4189] {
  font-weight: 700;
}
.text-container[data-v-3e4f4189] {
  margin-top: 4px;
  border-radius: 4px;
  border-left: solid 2px #f2f2f2;
  padding: 0.5em;
}
.grid-2[data-v-3e4f4189] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
.grid-2 .grid-fw[data-v-3e4f4189] {
  grid-column: 2 span;
}div.content-container .content.grid-2[data-v-57f83837] {
  grid-template-columns: minmax(100px, 150px) 1fr;
}
div.content-container .content span.label[data-v-57f83837] {
  font-weight: 700;
}
.text-container[data-v-57f83837] {
  margin-top: 4px;
  border-radius: 4px;
  border-left: solid 2px #f2f2f2;
  padding: 0.5em;
}
.grid-2[data-v-57f83837] {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
.grid-2 .grid-fw[data-v-57f83837] {
  grid-column: 2 span;
}
.action[data-v-57f83837] {
  margin-left: 0.5em;
}
.user-tile[data-v-57f83837] {
  display: flex;
  border: 1px solid #b3bbc3;
  min-height: 66px;
  padding-block: 0.5em;
  padding-inline: 1em;
  border-radius: 5px;
}
.add-user[data-v-57f83837] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.add-user:hover .fas[data-v-57f83837] {
  background-color: #284963;
  color: white;
  padding: 0.5em;
  border-radius: 50%;
}.v-switch .v-label {
  padding-inline-start: 10px;
}

.v-switch__loader {
  display: flex;
}
.v-switch__loader .v-progress-circular {
  color: rgb(var(--v-theme-surface));
}

.v-switch__track,
.v-switch__thumb {
  transition: none;
}
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
  background-color: rgb(var(--v-theme-error));
  color: rgb(var(--v-theme-on-error));
}

.v-switch__track-true {
  margin-inline-end: auto;
}
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
  opacity: 0;
}

.v-switch__track-false {
  margin-inline-start: auto;
}
.v-selection-control--dirty .v-switch__track-false {
  opacity: 0;
}

.v-switch__track {
  display: inline-flex;
  align-items: center;
  font-size: 0.5rem;
  padding: 0 5px;
  background-color: rgb(var(--v-theme-surface-variant));
  border-radius: 9999px;
  height: 14px;
  opacity: 0.6;
  min-width: 36px;
  cursor: pointer;
  transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
}
.v-switch--inset .v-switch__track {
  border-radius: 9999px;
  font-size: 0.75rem;
  height: 32px;
  min-width: 52px;
}

.v-switch__thumb {
  align-items: center;
  background-color: rgb(var(--v-theme-surface-bright));
  color: rgb(var(--v-theme-on-surface-bright));
  border-radius: 50%;
  display: flex;
  font-size: 0.75rem;
  height: 20px;
  justify-content: center;
  width: 20px;
  pointer-events: none;
  transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.v-switch:not(.v-switch--inset) .v-switch__thumb {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
  background: rgb(var(--v-theme-surface-variant));
  color: rgb(var(--v-theme-on-surface-variant));
}
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-switch--inset .v-switch__thumb {
  height: 24px;
  width: 24px;
  transform: scale(0.6666666667);
}
.v-switch--inset .v-switch__thumb--filled {
  transform: none;
}
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
  transform: none;
  transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
}

.v-switch.v-input {
  flex: 0 1 auto;
}
.v-switch .v-selection-control {
  min-height: var(--v-input-control-height);
}
.v-switch .v-selection-control__input {
  border-radius: 50%;
  transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
}
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
  transform: translateX(-10px);
}

.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
  transform: translateX(10px);
}

.v-switch .v-selection-control__input .v-icon {
  position: absolute;
}
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
  transform: translateX(10px);
}

.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
  transform: translateX(-10px);
}

.v-switch.v-switch--indeterminate .v-selection-control__input {
  transform: scale(0.8);
}
.v-switch.v-switch--indeterminate .v-switch__thumb {
  transform: scale(0.75);
  box-shadow: none;
}
.v-switch.v-switch--inset .v-selection-control__wrapper {
  width: auto;
}
.v-switch.v-input--vertical .v-label {
  min-width: max-content;
}
.v-switch.v-input--vertical .v-selection-control__wrapper {
  transform: rotate(-90deg);
}

@media (forced-colors: active) {
  .v-switch .v-switch__loader .v-progress-circular {
    color: currentColor;
  }
  .v-switch .v-switch__thumb {
    background-color: buttontext;
  }
  .v-switch .v-switch__track,
  .v-switch .v-switch__thumb {
    border: 1px solid;
    color: buttontext;
  }
  .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
    background-color: highlight;
  }
  .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
    background-color: highlight;
  }
  .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
  .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
    color: highlight;
  }
  .v-switch.v-switch--inset .v-switch__track {
    border-width: 2px;
  }
  .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
    background-color: highlighttext;
    color: highlighttext;
  }
  .v-switch.v-input--disabled .v-switch__thumb {
    background-color: graytext;
  }
  .v-switch.v-input--disabled .v-switch__track,
  .v-switch.v-input--disabled .v-switch__thumb {
    color: graytext;
  }
  .v-switch.v-switch--loading .v-switch__thumb {
    background-color: canvas;
  }
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
    border-width: 0;
  }
}.v-table {
  border: 1px solid #e0e0e0;
  border-block-start: unset;
}
.v-table tbody .v-data-table__tr {
  height: 3em;
}
.v-table tbody .v-data-table__tr:nth-child(2n) {
  background-color: unset;
}
.v-table tbody .v-data-table__tr:hover {
  background-color: #e3edf6;
}
.v-table tbody .v-btn {
  border-radius: 5px;
  color: var(--primary-color);
  background-color: white;
  height: 2em;
  width: 2em;
}
.v-table tbody .v-btn:hover {
  color: white;
  background-color: #2b4a63;
}
.amendment-history-panel .file-uploader {
  border: 5px solid #3d6f97;
  border-radius: 10px;
}
.amendment-history-panel .file-uploader:hover {
  border-color: #284963;
  color: #284963;
}div.content-container .content.grid-2[data-v-f00df08f] {
  grid-template-columns: minmax(100px, 150px) 1fr;
}
div.content-container .content span.label[data-v-f00df08f] {
  font-weight: 700;
}
.text-container[data-v-f00df08f] {
  margin-top: 4px;
  border-radius: 4px;
  border-left: solid 2px #f2f2f2;
  padding: 0.5em;
}
.grid-2[data-v-f00df08f] {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
.grid-4[data-v-f00df08f] {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
.grid-fw[data-v-f00df08f] {
  grid-column: 2 span;
}.header--tabs {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.header--tabs h2 {
  color: var(--secondary-color);
}
.left-aligned-tabs .v-slide-group__content {
  display: flex;
  justify-content: start;
  gap: 1px;
  font-size: 15px;
  font-weight: 700;
}
.left-aligned-tabs .v-slide-group__content .v-tab__slider {
  display: none;
}
.left-aligned-tabs .v-slide-group__content button {
  background-color: #fdfdfd;
  border-radius: 5px 5px 0 0;
  border: 1px solid #EAEAEA;
  background-color: white;
  color: #818181;
  outline: unset;
  font-weight: 700;
}
.left-aligned-tabs .v-slide-group__content button.v-tab--selected {
  background-color: #f7f7f7;
  color: var(--primary-color);
}.v-tab.v-tab.v-btn {
  height: var(--v-tabs-height);
  border-radius: 0;
  min-width: 90px;
}
.v-slide-group--horizontal .v-tab {
  max-width: 360px;
}
.v-slide-group--vertical .v-tab {
  justify-content: start;
}

.v-tab__slider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: currentColor;
  pointer-events: none;
  opacity: 0;
}
.v-tab--selected .v-tab__slider {
  opacity: 1;
}
.v-slide-group--vertical .v-tab__slider {
  top: 0;
  height: 100%;
  width: 2px;
}.v-tabs {
  display: flex;
  height: var(--v-tabs-height);
}
.v-tabs--density-default {
  --v-tabs-height: 48px;
}
.v-tabs--density-default.v-tabs--stacked {
  --v-tabs-height: 72px;
}

.v-tabs--density-comfortable {
  --v-tabs-height: 44px;
}
.v-tabs--density-comfortable.v-tabs--stacked {
  --v-tabs-height: 68px;
}

.v-tabs--density-compact {
  --v-tabs-height: 36px;
}
.v-tabs--density-compact.v-tabs--stacked {
  --v-tabs-height: 60px;
}

.v-tabs.v-slide-group--vertical {
  height: auto;
  flex: none;
  --v-tabs-height: 48px;
}

.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
  margin-inline-start: 42px;
}

.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
  margin-inline-end: auto;
}
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
  margin-inline-start: auto;
}

.v-tabs--grow {
  flex-grow: 1;
}
.v-tabs--grow .v-tab {
  flex: 1 0 auto;
  max-width: none;
}

.v-tabs--align-tabs-end .v-tab:first-child {
  margin-inline-start: auto;
}
.v-tabs--align-tabs-end .v-tab:last-child {
  margin-inline-end: 0;
}

@media (max-width: 1279.98px) {
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
    margin-inline-start: 52px;
  }
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
    margin-inline-end: 52px;
  }
}.v-window {
  overflow: hidden;
}
.v-window__container {
  display: flex;
  flex-direction: column;
  height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window__controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
}
.v-window__controls > * {
  pointer-events: auto;
}
.v-window--show-arrows-on-hover {
  overflow: hidden;
}
.v-window--show-arrows-on-hover .v-window__left {
  transform: translateX(-200%);
}
:has(.v-window__controls--right).v-window--show-arrows-on-hover .v-window__left {
  transform: translateX(200%);
}

.v-window--show-arrows-on-hover .v-window__right {
  transform: translateX(200%);
}
:has(.v-window__controls--left).v-window--show-arrows-on-hover .v-window__right {
  transform: translateX(-200%);
}

.v-window--show-arrows-on-hover:hover .v-window__left,
.v-window--show-arrows-on-hover:hover .v-window__right {
  transform: translateX(0);
}
.v-window--vertical-arrows .v-window__controls {
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.v-window--vertical-arrows .v-window__controls--left {
  align-items: start;
}
.v-window--vertical-arrows .v-window__controls--right {
  align-items: end;
}
.v-window--vertical-arrows .v-window__controls .v-window__left .v-icon,
.v-window--vertical-arrows .v-window__controls .v-window__right .v-icon {
  transform: rotate(90deg);
}
@container style(--v-window-transition-duration) {
  .v-window .v-window-item {
    transition-duration: var(--v-window-transition-duration) !important;
  }
}
.v-window--crossfade > .v-window__container {
  isolation: isolate;
}
.v-window--crossfade > .v-window__container > .v-window-item {
  mix-blend-mode: plus-lighter;
}

.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
    transition-duration: 0s;
  }
}
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.v-window-x-transition-enter-from {
  transform: translateX(100%);
}
.v-window-x-transition-leave-to {
  transform: translateX(-100%);
}
.v-window-x-reverse-transition-enter-from {
  transform: translateX(-100%);
}
.v-window-x-reverse-transition-leave-to {
  transform: translateX(100%);
}
.v-window-y-transition-enter-from {
  transform: translateY(100%);
}
.v-window-y-transition-leave-to {
  transform: translateY(-100%);
}
.v-window-y-reverse-transition-enter-from {
  transform: translateY(-100%);
}
.v-window-y-reverse-transition-leave-to {
  transform: translateY(100%);
}

.v-window-crossfade-transition-enter-active, .v-window-crossfade-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window-crossfade-transition-leave-from, .v-window-crossfade-transition-leave-to {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.v-window-crossfade-transition-enter-from, .v-window-crossfade-transition-leave-to {
  opacity: 0;
}.header--tabs {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.header--tabs h2 {
  color: var(--secondary-color);
}
.left-aligned-tabs .v-slide-group__content {
  display: flex;
  justify-content: start;
  gap: 1px;
  font-size: 15px;
  font-weight: 700;
}
.left-aligned-tabs .v-slide-group__content .v-tab__slider {
  display: none;
}
.left-aligned-tabs .v-slide-group__content button {
  background-color: #fdfdfd;
  border-radius: 5px 5px 0 0;
  border: 1px solid #EAEAEA;
  background-color: white;
  color: #818181;
  outline: unset;
  font-weight: 700;
}
.left-aligned-tabs .v-slide-group__content button.v-tab--selected {
  background-color: #f7f7f7;
  color: var(--primary-color);
}.v-selection-control__input input {
  max-height: 1em;
  max-width: 1em;
}div.content-container .content.grid-2[data-v-375f139f] {
  grid-template-columns: minmax(100px, 150px) 1fr;
}
span.label[data-v-375f139f] {
  font-weight: 700;
}
.text-container[data-v-375f139f] {
  margin-top: 4px;
  border-radius: 4px;
  border-left: solid 2px #f2f2f2;
  padding: 0.5em;
}
.grid-2[data-v-375f139f] {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
.grid-4[data-v-375f139f] {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
.grid-fw[data-v-375f139f] {
  grid-column: 2 span;
}div.content-container .content.grid-2[data-v-dec170d0] {
  grid-template-columns: minmax(100px, 150px) 1fr;
}
span.label[data-v-dec170d0] {
  font-weight: 700;
}
.text-container[data-v-dec170d0] {
  margin-top: 4px;
  border-radius: 4px;
  border-left: solid 2px #f2f2f2;
  padding: 0.5em;
}
.grid-2[data-v-dec170d0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
.grid-2 .grid-fw[data-v-dec170d0] {
  grid-column: 2 span;
}/*!
 * @toast-ui/editor
 * @version 3.2.2 | Fri Feb 17 2023
 * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
.ProseMirror {
  position: relative;
}

.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
}

.ProseMirror pre {
  white-space: pre-wrap;
}

.ProseMirror li {
  position: relative;
}

.ProseMirror-hideselection *::selection { background: transparent; }
.ProseMirror-hideselection *::-moz-selection { background: transparent; }
.ProseMirror-hideselection { caret-color: transparent; }

.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}

/* Make sure li selections wrap around markers */

li.ProseMirror-selectednode {
  outline: none;
}

li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px; top: -2px; bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}

/* Protect against generic img rules */

img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
}

/* height */
.auto-height,
.auto-height .toastui-editor-defaultUI {
  height: auto;
}

.auto-height .toastui-editor-md-container {
  position: relative;
}

:not(.auto-height) > .toastui-editor-defaultUI,
:not(.auto-height) > .toastui-editor-defaultUI > .toastui-editor-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

:not(.auto-height) > .toastui-editor-defaultUI > .toastui-editor-main {
  -ms-flex: 1;
  flex: 1;
}

/* toastui editor */
.toastui-editor-md-container::after,
.toastui-editor-defaultUI-toolbar::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}


.toastui-editor-main {
  min-height: 0px;
  position: relative;
  height: inherit;
  box-sizing: border-box;
}

.toastui-editor-md-container {
  display: none;
  overflow: hidden;
  height: 100%;
}

.toastui-editor-md-container .toastui-editor {
  line-height: 1.5;
  position: relative;
}

.toastui-editor-md-container .toastui-editor,
.toastui-editor-md-container .toastui-editor-md-preview {
  box-sizing: border-box;
  padding: 0;
  height: inherit;
}

.toastui-editor-md-container .toastui-editor-md-preview {
  overflow: auto;
  padding: 0 25px;
  height: 100%;
}

.toastui-editor-md-container .toastui-editor-md-preview > p:first-child {
  margin-top: 0 !important;
}

.toastui-editor-md-container .toastui-editor-md-preview .toastui-editor-contents {
  padding-top: 8px;
}

.toastui-editor-main .toastui-editor-md-tab-style > .toastui-editor,
.toastui-editor-main .toastui-editor-md-tab-style > .toastui-editor-md-preview {
  width: 100%;
  display: none;
}

.toastui-editor-main .toastui-editor-md-tab-style > .active {
  display: block;
}

.toastui-editor-main .toastui-editor-md-vertical-style > .toastui-editor-tabs {
  display: none;
}

.toastui-editor-main .toastui-editor-md-tab-style > .toastui-editor-tabs {
  display: block;
}

.toastui-editor-main .toastui-editor-md-vertical-style .toastui-editor {
  width: 50%;
}

.toastui-editor-main .toastui-editor-md-vertical-style .toastui-editor-md-preview {
  width: 50%;
}

.toastui-editor-main .toastui-editor-md-splitter {
  display: none;
  height: 100%;
  width: 1px;
  background-color: #ebedf2;
  position: absolute;
  left: 50%;
}

.toastui-editor-main .toastui-editor-md-vertical-style .toastui-editor-md-splitter {
  display: block;
}

.toastui-editor-ww-container {
  display: none;
  overflow: hidden;
  height: inherit;
  background-color: #fff;
}

.auto-height .toastui-editor-main-container {
  position: relative;
}

.toastui-editor-main-container {
  position: absolute;
  line-height: 1;
  color: #222;
  width: 100%;
  height: inherit;
}

.toastui-editor-ww-container > .toastui-editor {
  height: inherit;
  position: relative;
  width: 100%;
}

.toastui-editor-ww-container .toastui-editor-contents {
  overflow: auto;
  box-sizing: border-box;
  margin: 0px;
  padding: 16px 25px 0px 25px;
  height: inherit;
}

.toastui-editor-ww-container .toastui-editor-contents p {
  margin: 0;
}

.toastui-editor-md-mode .toastui-editor-md-container,
.toastui-editor-ww-mode .toastui-editor-ww-container {
  display: block;
  z-index: 20;
}

.toastui-editor-md-mode .toastui-editor-md-vertical-style {
  display: -ms-flexbox;
  display: flex;
}

.toastui-editor-main.hidden,
.toastui-editor-defaultUI.hidden {
  display: none;
}

/* default UI Styles */
.toastui-editor-defaultUI .ProseMirror {
  padding: 18px 25px;
}

.toastui-editor-defaultUI {
  position: relative;
  border: 1px solid #dadde6;
  height: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
    'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
  border-radius: 4px;
}

.toastui-editor-defaultUI button {
  color: #333;
  height: 28px;
  font-size: 13px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
}

.toastui-editor-defaultUI .toastui-editor-ok-button {
  min-width: 63px;
  height: 32px;
  background-color: #00a9ff;
  color: #fff;
  outline-color: #009bf2;
}

.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  background-color: #009bf2;
}

.toastui-editor-defaultUI .toastui-editor-close-button {
  min-width: 63px;
  height: 32px;
  background-color: #f7f9fc;
  border: 1px solid #dadde6;
  margin-right: 5px;
  outline-color: #cbcfdb;
}

.toastui-editor-defaultUI .toastui-editor-close-button:hover {
  border-color: #cbcfdb;
}

/* mode switch tab */
.toastui-editor-mode-switch {
  background-color: #fff;
  border-top: 1px solid #dadde6;
  font-size: 12px;
  text-align: right;
  height: 28px;
  padding-right: 10px;
  border-radius: 0 0 3px 3px;
}

.toastui-editor-mode-switch .tab-item {
  display: inline-block;
  width: 96px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #f7f9fc;
  color: #969aa5;
  margin-top: -1px;
  margin-right: -1px;
  cursor: pointer;
  border: 1px solid #dadde6;
  border-radius: 0 0 4px 4px;
  font-weight: 500;
  box-sizing: border-box;
}

.toastui-editor-mode-switch .tab-item.active {
  border-top: 1px solid #fff;
  background-color: #fff;
  color: #555;
}

/* markdown tab */
.toastui-editor-defaultUI .toastui-editor-md-tab-container {
  float: left;
  height: 45px;
  font-size: 13px;
  background: #f7f9fc;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 3px;
}

.toastui-editor-md-tab-container .toastui-editor-tabs {
  margin-left: 15px;
  height: 100%;
}

.toastui-editor-md-tab-container .tab-item {
  display: inline-block;
  width: 70px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background: #eaedf1;
  color: #969aa5;
  cursor: pointer;
  border: 1px solid #dadde6;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  margin-top: 13px;
}

.toastui-editor-md-tab-container .tab-item.active {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #555;
}

.toastui-editor-md-tab-container .tab-item:last-child {
  margin-left: -1px;
}

/* toolbar */
.toastui-editor-defaultUI-toolbar {
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  height: 45px;
  background-color: #f7f9fc;
  border-bottom: 1px solid #ebedf2;
  border-radius: 3px 3px 0 0;
}

.toastui-editor-toolbar {
  height: 46px;
  box-sizing: border-box;
}

.toastui-editor-toolbar-divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #e1e3e9;
  margin: 14px 12px;
}

.toastui-editor-toolbar-group {
  display: -ms-flexbox;
  display: flex;
}

.toastui-editor-defaultUI-toolbar button {
  box-sizing: border-box;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 3px;
  margin: 7px 5px;
  border: 1px solid #f7f9fc;
}

.toastui-editor-defaultUI-toolbar button:not(:disabled):hover {
  border: 1px solid #e4e7ee;
  background-color: #fff;
}

.toastui-editor-defaultUI-toolbar .scroll-sync {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  color: #81858f;
  cursor: pointer;
}

.toastui-editor-defaultUI-toolbar .scroll-sync::before {
  content: 'Scroll';
  position: absolute;
  left: 0;
  font-size: 14px;
}

.toastui-editor-defaultUI-toolbar .scroll-sync.active::before {
  color: #00a9ff;
}

.toastui-editor-defaultUI-toolbar .scroll-sync input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toastui-editor-defaultUI-toolbar .switch {
  position: absolute;
  top: 0;
  left: 45px;
  right: 0;
  bottom: 0;
  background-color: #d6d8de;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50px;
}

.toastui-editor-defaultUI-toolbar input:checked + .switch {
  background-color: #acddfa;
}

.toastui-editor-defaultUI-toolbar .switch::before {
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  left: 0px;
  bottom: -2px;
  background-color: #94979f;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.toastui-editor-defaultUI-toolbar input:checked + .switch::before {
  background-color: #00a9ff;
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.toastui-editor-dropdown-toolbar .scroll-sync {
  margin: 0 5px;
}

.toastui-editor-dropdown-toolbar {
  position: absolute;
  height: 46px;
  z-index: 30;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dadde6;
  background-color: #f7f9fc;
  display: -ms-flexbox;
  display: flex;
}

.toastui-editor-toolbar-item-wrapper {
  margin: 7px 5px;
  height: 32px;
  line-height: 32px;
}

/* toolbar popup */
.toastui-editor-popup {
  width: 400px;
  margin-right: auto;
  background: #fff;
  z-index: 30;
  position: absolute;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dadde6;
}

.toastui-editor-popup-body {
  padding: 15px;
  font-size: 12px;
}

.toastui-editor-popup-body label {
  font-weight: 600;
  color: #555;
  display: block;
  margin: 20px 0 5px;
}

.toastui-editor-popup-body .toastui-editor-button-container {
  text-align: right;
  margin-top: 20px;
}

.toastui-editor-popup-body input[type='text'] {
  width: calc(100% - 26px);
  height: 30px;
  padding: 0 12px;
  border-radius: 2px;
  border: 1px solid #e1e3e9;
  color: #333;
}

.toastui-editor-popup-body input[type='text']:focus {
  outline: 1px solid #00a9ff;
  border-color: transparent;
}

.toastui-editor-popup-body input[type='text'].disabled {
  background-color: #f7f9fc;
  border-color: #e1e3e9;
  color: #969aa5;
}

.toastui-editor-popup-body input[type='file'] {
  opacity: 0;
  border: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.toastui-editor-popup-body input.wrong,
.toastui-editor-popup-body span.wrong {
  border-color: #fa2828;
}

.toastui-editor-popup-add-link .toastui-editor-popup-body,
.toastui-editor-popup-add-image .toastui-editor-popup-body {
  padding: 0 20px 20px;
}

.toastui-editor-popup-add-image .toastui-editor-tabs {
  margin: 5px 0 10px;
}

.toastui-editor-popup-add-image .toastui-editor-tabs .tab-item {
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadde6;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.toastui-editor-popup-add-image .toastui-editor-tabs .tab-item:hover {
  border-bottom: 1px solid #cbcfdb;
}

.toastui-editor-popup-add-image .toastui-editor-tabs .tab-item.active {
  color: #00a9ff;
  border-bottom: 2px solid #00a9ff;
}

.toastui-editor-popup-add-image .toastui-editor-file-name {
  width: 58%;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #e1e3e9;
  color: #dadde6;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.toastui-editor-popup-add-image .toastui-editor-file-name.has-file {
  color: #333;
}

.toastui-editor-popup-add-image .toastui-editor-file-select-button {
  width: 33%;
  margin-left: 5px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #dadde6;
  background-color: #f7f9fc;
  vertical-align: top;
}

.toastui-editor-popup-add-image .toastui-editor-file-select-button:hover {
  border-color: #cbcfdb;
}

.toastui-editor-popup-add-table {
  width: auto;
}

.toastui-editor-popup-add-table .toastui-editor-table-selection {
  position: relative;
}

.toastui-editor-popup-add-table .toastui-editor-table-cell {
  display: table-cell;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e3e9;
  background: #fff;
  box-sizing: border-box;
}

.toastui-editor-popup-add-table .toastui-editor-table-cell.header {
  background: #f7f9fc;
}

.toastui-editor-popup-add-table .toastui-editor-table-row {
  display: table-row;
}

.toastui-editor-popup-add-table .toastui-editor-table {
  display: table;
  border-collapse: collapse;
}

.toastui-editor-popup-add-table .toastui-editor-table-selection-layer {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #00a9ff;
  background: rgba(0, 169, 255, 0.1);
  z-index: 30;
}

.toastui-editor-popup-add-table .toastui-editor-table-description {
  margin: 5px 0 0;
  text-align: center;
  color: #333
}

.toastui-editor-popup-add-heading {
  width: auto;
}

.toastui-editor-popup-add-heading .toastui-editor-popup-body {
  padding: 0;
}

.toastui-editor-popup-add-heading h1,
.toastui-editor-popup-add-heading h2,
.toastui-editor-popup-add-heading h3,
.toastui-editor-popup-add-heading h4,
.toastui-editor-popup-add-heading h5,
.toastui-editor-popup-add-heading h6,
.toastui-editor-popup-add-heading ul,
.toastui-editor-popup-add-heading p {
  padding: 0;
  margin: 0;
}

.toastui-editor-popup-add-heading ul {
  padding: 5px 0;
  list-style: none;
}

.toastui-editor-popup-add-heading ul li {
  padding: 4px 12px;
  cursor: pointer;
}

.toastui-editor-popup-add-heading ul li:hover {
  background-color: #dff4ff;
}

.toastui-editor-popup-add-heading h1 {
  font-size: 24px;
}

.toastui-editor-popup-add-heading h2 {
  font-size: 22px;
}

.toastui-editor-popup-add-heading h3 {
  font-size: 20px;
}

.toastui-editor-popup-add-heading h4 {
  font-size: 18px;
}

.toastui-editor-popup-add-heading h5 {
  font-size: 16px;
}

.toastui-editor-popup-add-heading h6 {
  font-size: 14px;
}

/* table context menu */
.toastui-editor-context-menu {
  position: absolute;
  width: auto;
  min-width: 197px;
  color: #333;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #dadde6;
  z-index: 30;
  padding: 5px 0;
  background-color: #fff;
}

.toastui-editor-context-menu .menu-group {
  list-style: none;
  border-bottom: 1px solid #ebedf2;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.toastui-editor-context-menu .menu-group:last-child {
  border-bottom: none !important;
}

.toastui-editor-context-menu .menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  cursor: pointer;
}

.toastui-editor-context-menu span {
  display: inline-block;
}

.toastui-editor-context-menu span::before {
  background: url(data:image/png;base64,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) no-repeat;
  background-size: 466px 146px;
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.toastui-editor-context-menu .add-row-up::before {
  background-position: 3px -104px;
}

.toastui-editor-context-menu .add-row-down::before {
  background-position: -19px -104px;
}

.toastui-editor-context-menu .remove-row::before {
  background-position: -41px -104px;
}

.toastui-editor-context-menu .add-column-left::before {
  background-position: -63px -104px;
}

.toastui-editor-context-menu .add-column-right::before {
  background-position: -85px -104px;
}

.toastui-editor-context-menu .remove-column::before {
  background-position: -111px -104px;
}

.toastui-editor-context-menu .align-column-left::before {
  background-position: -129px -104px;
}

.toastui-editor-context-menu .align-column-center::before {
  background-position: -151px -104px;
}

.toastui-editor-context-menu .align-column-right::before {
  background-position: -173px -104px;
}

.toastui-editor-context-menu .remove-table::before {
  background-position: -197px -104px;
}

.toastui-editor-context-menu .disabled span::before {
  opacity: 0.3;
}

.toastui-editor-context-menu li:not(.disabled):hover {
  background-color: #dff4ff;
}

.toastui-editor-context-menu li.disabled {
  color: #c9ccd5;
}

.toastui-editor-tooltip {
  position: absolute;
  background-color: #444;
  z-index: 40;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
    'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
}

.toastui-editor-tooltip .arrow {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 6px;
  z-index: -1;
}

.toastui-editor-toolbar-icons {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdIAAACSCAYAAADxT0vuAAAAAXNSR0IArs4c6QAAQABJREFUeAHtnQm8VVXZ/9e5A5PIIOWsqPlqzgNqqRnYxyzMoURARE3MCadUNDUHrpnzkIWSSYZhSIBaSlqWr17pTS1BzaEysczgjwOCMsMd9v/72+fswz7n7umcu8+5B1zr89lnTc96nmc9a3jWfIyxxkrASsBKwErASsBKwErASsBKwErASsBKwEqgKySQ6QqilqaVQDUlMHz48K0ymcw4vpenT58+pZq0LS0rASuBDV8CDRt+Fm0Oa1UCI0eOPKa9vf20urq6n6LgHqkEnyNGjDjdcZwJfN35noFGxRQpCntblPW90PkidLqVmJ+1pJ1N2m/NnDnznRLTrtfg1IOh1IN7yMTWZWZkPnXoDOrQb6PSV4tOFA/Fcccff/xBbW1tIyh75f3Vbt263fOLX/xiYTGc9de2BEIVKZ3CKxTuDTNmzJgWlQU6qlE0/stp/HtGwYXFRVTutaR5FR5mgP828LeF4SgnHLrDabzKW31R+lfLzUsRHtPU1NTwt7/9bQz8H0JcX755fM+A/9Fi2E+iH7lMJt/9sQ/G3kQyUL3D2kPuhCayvMDdQh26B3tIMb60aUHn3u7dexx2wOcPNj169CwmF+lfvXpVt788/6fD1qxZfS+AX44CLoPvIHSRclOCatHppBIVq1vncGwjT5jJwSxROYXBRIVTh45NQicKhxcHrgx90I0o0UsI+xj/Avg6eu3atd8mfHTcoMDDk8Q+6aSTNl29evUPgD2PvmdxkjQWpjQJhCpS0Kgz2zkBOsGU0vEVoIxoRBrRD6KCDcIeSqM+LE1l2tDQ8FxLS0sTuAdC4zQq8VTcUnRv8HXawG/f119/fTaI9gT3W9hqLIOxL2LwMbuxsfGoqVOnLu00ofUYAfKYA/tfztluTpDVDTiS1Dsv55HlRZ25D8D7KI9mL4Fnp02LfHxRSvTor4/wSJRsz25+UrPZSFMG30H4IuWmBNWiA6lyZ6L+fCXBsTV5upfJQZM/YVI37dZQxuOTwkfBoSzvBNfZ8DNhs802u2TChAlrTjjhhIGtra0zCZ964okn7pZ0ZnryyScPWLVqlROmJNesWXMavIzi+454ErzsKVOmfCg7qRk1atRm8HcLPB8Jjw7pHuvevfulHp/kyb+y4AD3JjAP9OvX7/p77rmnJSmdSsPde+8jG69qWXIx+5pHG8fs6NLLmHlk6NGejf1v/da3jllWKg9RirRUXOXCJ2kAQyiUcRC4uVwixelQYvMJ+z6N43xwt9fX118wbdq0RcVw5frB+UPq2s7YX6PhPi48+DMs5ZzE4OGbjER7E7TeKFL43q5Pnz4LwhpEXHyIHI8kXIOwV734uBUQDy4NuwK0upU6E/XnI5c2dkm4Anz72ci7q0UnT/AT4FAf4FOiNyHjy7xsP/DAA/9BmQ5ngD+PmamU37VeXJjNAHFblOizxGvbYnQQHDQV/n8o2gWKB/5HWINJexBhibYRUKKfQok+R3+2BWln8bXzDUNJH4rSP0DK1D/jVz6J3xO7acmSJbvjHs7X5ebHk6Z8afXaxT+DkYEaCeSNY/bGvTdx3wTm1LGnn/xUPi6BoxYUaZ5NClXCdw2F3I1Cu5iCuE4B2Brmp6ZIXSJZvEOxXkhTiQo3/EpJ/IyG4ipRhZEflZ326PStN4aGfySN5OGPPvroHJieVMx4XHwxvOenvLV8P9fzW/uTK4HDv3qU0RdkfnznrW7w2HMvDoo2v//dLPcLjCwzkAH2dbRhDbJ/RBu+okw0HZKFKVEPUMqUvu+f+DXAjDQ55fZ7eOzFROD6IGAGuPswaN+VuDO9ePaTbyBvQ/l+D44vJOn7UKLXQWdr0g795S9/+b/ChYwOFg6UqRS+FH+HGT8wFwJzO3wcRDop/C4zUqLtbe1P0gnn9UwxM8QNFMxdP7lvXHu781JxvPx19Q1r253WZa3dzH8vHDPmIzcsCLAWwtTJUgAaObmGQvys507LpsJqI2swuCMPKZRKLzcI6A/ehaWmrTV4GsB+lMNM+JqLPa2Yv7j4YnjrXyeBt+a9Yd7+t1b9SzPUr9vooB7A3ry0lOVDi1aO5m3lY1l/UlLXz4fb3jk7FcaR4Sng03JuwUzUjxyYnsRvDdx//eHFbvY9N0K5PUb4tnxHoQxfL4aRnwGwZqNr2UpSG3YN+6+v4dCoZVvhEK5sTPDvKaec0o+YE+FpoqdEBckA409skR2Icg2d4PTq1WuyYFHm+8vuKqPl3PbWtp+Rh1Al6vHmwrQ736mvrws86NDehgptNwMaVpu97/zp1IFKV+clrjWbCqUZqSqzZxItQXjASWwqwBDgeiK4VBVpbhDwd/COPvXUUzdOwkstwnBYqo4GcDf5WESDOYJ8LffzGRfvh+1qN3Vpqr6u5sOj/9eX55qfTPyBeeHPf/KCSrE1ytee12sot2GlJCwHNkfjtRzNC8vBUYtp1DY1QAjijbqiQfzynB0EUnIYuDSre9Jbzg1RYBqo9GaGOSOMwBlnnNHILPAh4geBb6QUWhCs2ifho4B5nJnuEj+M0iitcAiXcPrj/W6Wgo/D34v+8qf+cLlR4K+gmDWDDjSkdRUNtN4PBKhSoPZENdtMSg7YzZmZSj6RxmlZu/0PJk/uV1NLu1Rq+F9naLjrPMbc7/ek4Qb/UAp40a677joHJZEGyjwO8I4D/2+WLVv2Mvm6kIo7i7CCDOWBa9TBYSktT7uNtbghiuW4+LhsscxV8esvHg/Iv8OStBdXbVtKdOqUSWbbgTuYo7+hHYuSjTeqHkAde5D6dT/XJs5N+/Da6NGj+7BXp0MxJ/k49Gj7gtY/JzLbavny5c/QJjdjVeUwZlp/9ueC+qLl3NSWdHMHdbaEnrvvCf1zOUl7LbT3gfbbos2A5RZkPRbn9cX8KF6GeO2xTsb+CortVJSY9isDzT/+8Y9DgduSyMABpPokcJ3OrPVnbNsI50lBfRTxOxG+NDeTDaRVHAgunQfZk7STSbuIgcEfimGC/MjgJtJq1j4R/i71YOBzJ3D9VvzxHeFX3mFpvLRZ2zmm0J/ElzkYid8XB9mw1mwTqUjJ0HgKfHwUImCiotOMa0sTmXDBuxTpE4zctHFetkFGr5B4Dz8Cn1x2IPwRClvXCfwgxe6auY7gY0wjspXk5Q54vwNZTcF9tWbcOZi4eB+qjk5wTSa0PzYVtjLXXzpSXRcSVG7rYgNdsWXkT6Vl27a2VvOZHdcdQvYr0dPPOt9wXcafpFz3SRxQWU3iMzwECfIWmxdwanPSr0Q99Hk7DTp5ZFVywLMe6HiG5c6BvTfuU/fRksVPBilT4E5CWTXQaauelmyo11J6h7O8+QyJP2Z1pwXbnQGjWB7Gfw3fjwkbSv8gpXcxfE3IKfFAesBdRcRo4C6L4wvFI7il0P9NIDIChQOcm0L7RmzNLL9XDAuOgcRHLjV7aYBzdQa4vKA1OMYk2YdVAtJrIKElddl5RUpeNKjfgXDByH07n2vC0njxslG/nyGlPyje7Thbhe+mrktel2nYOFKRAvoMQmxel6Sji0wMIXRwx5h0Q6BzPYXzApXs6TQw00h2BM+O5K+ps/jAcQM41vWWRQjhfXeCDuHblO89/A/SQBcVgb1R5O/gjaPTIUFwQCwdLxn0vgqvvfYd9LleCntx7p8vJUzOy/QTFy+YKAPuOcRX9PpLFP0y5JlYdqKrZdsX/vKsGX3y6WavvQeZCilRlYOU6JP+vCbIW5K8PAmekyinUG2fEh1XTtozDjL/b0G2D/cOHRXDLF78YXFQqJ+8bEzbm93Q0LjtWedc1NC3bz8z8c5bey1Z/GGBMqWvcQ/J0IFrprgp/c5NoUgDIqCTId1dRI1duXLlYNLPps9RGZ2HPYkZ5wLiJ+D/7nnnndedlavnVqxYcThwiWZuASQLgtjX7AFdLfs/eN9996l+hBrxqkjKMlDTEL8RcStDERRGvI1Xn3BpgrI/6e9kdeOPuZsSBIUbyuZqZH4W9t1FUNPhwZ1Vgm+6Py4ijR+sou5IRQrjzRRsUxQHVIYmMpaKImWmU7BshPC3ZmnpHugP5auHzpXYqShShK9Ta+3YT0TlL0kcMpoWBwctjU6PxZ6AXE/G3p38vhOXzh+fhI4fvrNueOyHEjUnnPStPCqU6cl4XEUaF59PFO7QyFIz+Vc9kLTzyNH8LahDF8HrLsj9eUbnt3odS9q0vDx4tpZt33vvXXcZ9+1/zzN/+uPT7nJuijNRkXqJvJ1IXfqbR1d2GnkDxww6fR1M+QXfPsJbbNKgU4yzkn7qwBiUaB+UaP22A7d3SZ197sV1fmVKR34QMr1dgx9gnblzntdsrSS2aOs3kkCzqhuR0WwlZhZ6NrhfhAcphInY7+NvfPfdd/tQfh8QFqtEwXWtljnh70bs98NmpexNHgVMH3AGLusS7hpwjIGHG+BlKri+D34vym//G1yJDguB5+fgaPISc51nB1Y2XuS7mbATvPAwGx7uIE5fgUE+CwgI1DNhaQoQcE8U1b53QVicJ5OBpsYD0UYneCMVaXTyysdqBIMyPYOO0B2SUkj7pUWVynMEuOYkXXLoLF14V4k8RMV6iUqlzukivgs6i7fC6VeBP+pEX1x8JHs0Di0Rz40E6mQkByluRfbH871BZ3AEo/5tQHlmJ9EmSq5lWynNSXf/yPzxmf81222/o+tPYTl3MQz05buxf//+14Td7U3EZAyQFDQHUT7HXcDxgGoA9XFMkrKi9z/goKpcf6mrr++LEq3zlKiY7duvv/GU6eIPFz1DPekuJaqVBIwG964yxS6Y9SsyyLBMrGf/LiHuTuR3uQejvVAGJluhaNRutER5HNZ8YKREExn1I5THGPY0P0UfNgkFvwh8HfZJiRsNwgW77bZbM/gDcZP2KOEA5xM8mjBGuAMBsw/VbCrewSWFlthwtuJfpJtOXo9KnKgCgGTsUdCWpkiN86ckrOgaTF0SwFqBoTBWpMELBdsTPLr28nga+ErBoYoFvGYPWlquaYN87mQGah64/173k5uwKR7TcfEeXFfaPXv2PJ+ZwJZ0NrvCr5aENICqmvGU6XEjT0pLiRpWUQ5gf28XOrUrK6lEPSGJhmiJpmh74eujfdBBgwuUqJcHT5lutvmW3Qft93lXiZJXydqMPOGUDGFSMod58FE2ymk48Us32mgjKdMCgxxdJYoSu5X+7FDqZF7RFgBGeFQevCikZVtdSZsOroP94PRvm+DX+Y9pYec/lEZphUO4YurRr4Br5cvvweN2DTPaXaAXuq3lwXW1rReLGBH9JykfwL5bV18n+USaTGO3f+suaU0rUt/SrpsZKob21DptaBxDQNKTivTbTiMLQEDl2p/K9YWAKB046kb4Z/jmBcXXUhjyuRqZ34QCXahPboV5PMbFe3BdaesZNFYd3tOzaPCrfeq/V5sfKdPPH3hIWgeLdEDkLQZkb1Y7H6Ip2tWmmya9nr16haKTMr340vFm1ImnugrUA/SU6bbbbh82Y/NAXZt6tjWO+d4WQkEkHpSYTueOoz3pYJGWzUs2999//wqupH2NhO/wzeJU8G4eEviVIu8GjalemN/OwWoW+45wCJc/vtiN8n8HXrVHOU59mxdPX3YAg4Y/E36VF1Zsa2mXsJHANBfHVdOvZ//qGupPhY/YMnRh6jI3t7W1u4OeYj71IAMXRz9s7WFePve00a5yrqmlXQqmIJMs6ebzQOa0n3lLPqATDiqYRmsVufYitqhcWjo8lQZzO3tyV3oNivxppDiRry+zpF9j17ShAakAtJzn7okWMxsXXwxf7KdRVuX6iwYvXDV4mDIfwNdhllDMl/VbCRRLQMr0s7vunnnnnX8XR3XwU8deIfAYlni38662eEA5Jeqdzj3fCy/H1rYUdftw+rNneVjhu+DQcq73CMPrtM+Xg/DmYFcSd3jSrS36q3Gk2wdaT5GHh0m7EZ8OIy5DGV+RozMf/7HEu17cW7CNNRJPG6sZ38nBdJmlZ/943egw92GGkDulmrUyE10vnwicj2Q1ggs1VEyd/rqKSvnHUKCYCM1uKdRTAGtQYWN/xD+zXE2hv8GocFpM8pKi2bc6nz0lXesYx57cBdB4G/cK8qFDAo3Yl5GX5pKQboDAyGIy2aro9Rdo6JDXfdiajY6irP/qiZJOSB2eDjslNXFXRtbqX1ySIiuGI62C1o0eiwFy/jL4DsIUlxetnpQqn7LoBCVan8Ooa5Pg/wL2SWeiTIfn9ka1nXQbcWNp/5qJdkqJevLRbJHVlr08f24V7wvQ8JSbF5W3td0hTymP1mtVhwckDmVAehdJv04+1mBLoV7OSoW7b8pg4wwmEfqnpfGEy2gV63Ep0SQndrNJKvsrZcorR3vogQZ2qY/RtRiXYu7R+h4VeLReJynfSJAtwQi2LOMJn8RBylQFMUcz0c4oUTHGaOpACrgJZ738MrkCF++pKlL2GzTaG0YjGkLF0oGC7cmHnjx8nLxMYXms6suL8FBzBnlU/PoLSnQ8dEaR+WV8YxnUjO7Ro8cYdSKUyQ2E7VyCYCLbA/hm66/QhK/Ux+ulREmrPejZcfyUwXcQysi8KEG16EBq/it/fTGo/bt8e9db9KZukCGtgjUgjzORdOISJ6WDcnuXQcho8E1Fmb5JnXsT91Z8vfmuR4legZ2a8StEZo4ajU1j3/PeMAJ++DCYoHCWgN8nfHhQnMLo136LtU1YfK2E5/7dRcreU/idZo2ZrDVWAl0jATobzd7c6y+5ZeLUGaETOwdFmm/8KIelniJNmxj5sX/sXYZQGez4/36rDAymJv/Ym/qwOfXtNDK0B3VwPkpuBhOCP5eTQZvGSsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwEqgTAnYe6RlCs4mW48kMMP9g95xcPyyGb7u0f31KAeWVSsBK4EalkBDDfNmWdvQJTDTOYa/+zuNP6r6KQrukYpkd7pzOngn8BfD3aHzDO4pFaEjpDOcbcnPvdD5InZpTwVmeBrQMbNJ+y0zIqOHyD85ZqYzlLzfwxf6ulGkMDK8apThn0mGZ/SyTripFp1wDjrGzHQOIt8j3LzX8UJcHXIYllnYEdCG1LIEwhXpDOcVCvcG3u2Pfj5vOs+vZczlNP49y8poWOVWx6KnBzNmBnzcBv62svCHJZrJazcOTwM6654MdEEz0Cw3L8W0nnYazPtmDHnQO6/6/8h5fM+A/9Fi0E+kv924b+1SBgeT/01cGWTrXfL3b+PKK2NawH8PZTCkg4zTppVVogdAT/la3oFeVIDD83EZM4q0etrty1GgKGy1zeQyCkIWJzelqRadzihR8ZlVwPfgin6eTnSMWcInGZdjjoVWPJ0kmHkDmp7tRvDpTxQ+puwXMNg7mu/bZqYzOnZQkISGB/Owsyl/gvYDvOfR9yz2gq2dngTCFWm2oSZ5h3TnTjXqsEaUHdEPAvcgKtlQGvVhqSrTOvMclbYJ/AMR52l8+ssh/Yt67BukicQ/w+lrPmCGYcye4HwLW41lMO6LzHRnttnYHGWOyCxNhGtDBcqYOcjjy8hl3d/jafBWyvu3ceU1InMf+O6j/jRjF5q0aWVnopOpV98rJJTQVwdchoFXnCmV7yB8cXJTmurRKW8m6s9XktlsFuZeJgdN/qSJ3dMdgY5PDB8FOMPcSfTZyHgCfcEl9AVrzEPOQBTeTOrPVNy7JZ6ZPuwMIB3z2hAl2eKu+oyCXvYfWAQvc2zmQ9dO+vOIs5lZY26B0pHUUwnjMaYhl+b59E+KFO+YN5lhP2C2N9eb/TItScnUDNwjzsbkl8ftGeCs+/9oTYYeZX3rVnNMRu93uyZckXoQlbaTNYAhFIj2uG5OjZ1hmfng+j5K7XzsdtPLXGCOyixKDX/G/JCKtDMV7WvmuNwfiGsU+qA5ifBvMk/SA9brjyL9lbMd4/0FoQ0iLj5YsGqQ7lu7+ei4FZA8YAqOtGllB3+lzUQLs7GcuhG/JJw234U8rPNVi846ihu+KzsTzSrROnMTM891f1E4LPMfFOhw08aAvtUd3F8bKxBtJ7SaZ4HTtsXoQPiMG/5/KNoFbnyr+RH2YAaXBxH2TmCa4sBZzqfMKiYfjtmCNjuLaP0j1zB4PRSeD3CVaeGMX+dv9gSqyfzL7I47/9417to3M5wvoUR/Rn410fKbvfHsTdw3kd+pyO8pRXa9IvWzyN+/5r0znG5kQqOB69ww7SOkqUg9QprtGvNCqkpUuDVqMxSEp0QVlv1T2Sm49K0/ZqZzJAvtDzOvPgemJ3VgPC6+Q4JcwIiMlu/nhkXb8E+UBG6j0709MMf17gx/Fzrt4M64jlUe4w60A5OXFTjTuY42fD5K40couyvKwhGUyJuJFitRD1bKdIbzz9wA0wsNtrPK7ffw2YsB+/WBQA86+yC3XcF3Zj6+gVWfFvq9jPm9meV8IVHft4p+WJOeOtINz/yvi+sh52Bw/55PCv80N17L5v4Z/3TnQsJvZ7n6INJJ4Xet+ZXTj7xvA88bw0jwoLXO7EPcbfC9Th8Vcy0FmzFPUlZaKX1Ki0m1adTJqhJ7xjGf9Zyp2TMc/UfgYOhEH1IolWB2ENCfglhYatKag3/Q2Y8ObiZ8zUVO0zrwFxffIYENyEsgYz5PxzQo70/qmOHcRsf0AI1486RJOg0nWlmat3Ua1/qAQEpU+9ay0zIznFNAdTZlXjgT9eNXn5RdpfuvP7iD+wlnI2aIjxG+LdOhoxiwv94BRgFtzEZ13qSX24azIMdmXnPTKK1wCFeUkfIx5kTwTMwrUcEPy/yJvBwIrvCVwm7ueQFNLPaPIlGVOC2dr2Y22WYGQC9YiWZMT/L5HfgNV6Ies1mYnxmWgGtXkWaVkb8Sv+Pxn5qtAygOgnNSVqTZQcDfKYrREnJq/FYbkePUoUTvJh+LzEbmCEZehcuWcfHV5jeKnsO+k75aMXUs+deZ6fB0fBksXUi5aM/rNfOgM6yM9KUlydJ4LUfzwtIS1zC02mbYYESD+AwHxvyD+c5mxXFX155EGWWXc4MVmAYqvakbM0LJzXEazUfmIeIHATfSVWhBwGqf/Jk9dexxc2RGh6zWmawSHEnAIBeXcIaZVnMcOHqhMH/aAeS4zCvstf6zQ7gX4C2NOhy77EqjwcBadmvjTAZ5Oib5AFX5Yx+1thTpdMdhzzL7ObDnLesq83Xm/jgZlBzf7i7rLmLBaE7JaeMSZPd0P0MuXqaxHs2/iMePcOJwVjt+JsvTOuzlsGxW3BDFS1x8HL+6/jLDmcVM55g40E7Hj8xMYsmp47J0pxGXgUBKVKN7Y16kXpd+eMUbLTuMrNvYdZ/hTDGPO33K4CQ6iXAKt2iIloxHOzpl7cfqbvEa5G/MPxiMfK4Dw1rOHZHZGKWXzrKuDuoYsyWfFKBORJ/L8cP5RmcLPDPT0UGesdSJG5lhBv9vqfqRt9xZ3leoQ6cDN8tL3sF+kP1L0cyEDCCVVjiM+YqLM6yPcsxOwCxFYb7WgUZYgHA97OzF/u1kQBahhv8QBloQPt25CdksQw/cVBD+sLMT4W8RPg+84medCUuzDsK4y7l+f7j74PCo0Jij4/ZIx8N46Q09lF6nIto6lToosfZHHfMEe5faOC/fBF0TWMftDiB+xB1fZk/9BdOppesI6zgcSUNbifcOKvEduKcgr6vpYLS3KRMXn4UK+63G9Zcw2goPKrco+CRl5E+vZVvHNPI9nw/2K1EdDmlz5ZuPLsvhcIBtBYtWhruUnonLW5K8rOBkonBHmTToROGvRJyUqDHN5G1T6vQSZtpPoEy/0kF5zXBOIr4BZSplULqRMnnIHM4Q5BkSf0wJtWBnZzvdOXOwxlxDyI8JG8qBnUNROjoTMiFSec80VwEzmu+yWL7aXbil5tPmN8AHG+VtOtdjDMp7ptHM8nsdADPugZvopeZ1ibI6w5tPZ9wJ0ZhE+7DCkWEgkb0KNhbfpXm0re6gXn2pQU46f3K769ZPWJo8AI7snqg/JMytulGq2TFakeoCu0OFizLZ5dHBUSCpxDlspj/kvMAyxtOp4Jvh7EjedmT019RpfPHXBHRq7RA+Vdj3+B7kW8S3ztTSdYR1XH0VZ0++37lBDnsH2Xn1ZTmQuPgcWIhVjesvIaTd4PhyK0ydpIz8KbRsW+detj+bzvox3Otmomkp0Sy91eB/0k+auh19jShJXrI4pUh7FOD2e9KgI3xaUqs3X/Cj9rkHkh8dqHnYF+Z3bkV8MuNwyCSTV6InILeFlMuDHZSpd0hGeKVoRmYKZ0hx1KREZ5q74GusWcw5jGGZ2QzcVEbnYU/i6sQC8E7A/11WE7rTyp7jutzhDFL/EIc6UfzTTg8WU4e5eTs0o0FWuMkgEeVTF1aCjMPGjpNwwJcxb4PibRdXBqlqbzTDVZ+HnD8ig/lB6AvCMgzUjTmLNHcXhFMK+L2VK7nXmfA062Aq7IpWpFKi/hNYQcxMd5oIHhwUVXKY/9SuEj/kbM1IQi+eaOZYj/tKQp8uGW9QguxstJ0u4omg6JLCklwTyI5Oj6VqqfGczLc7jead1OmUhDAG2DH9kLvu1p7nQtbz67i8ZxVpXHwMeqIrf/3lIWcLZH4RfO9C43zefIpZltexJCm3+DyEQ2SXbXeE7kQ6tMnYYwDWcmI6M1FRzpiX+D2RuvQ3efMmjbyNzMyg09dy3i+Qn04ydjRp0OmItXIhGXMKeWlAbifQn0h2ushxXIEybTMHEaoZj5Y+9aDHjSg9QSY3emzBoEQz2FKiMo0cNFrrLudLIahOvA/tRnZi+3CP9APC4pXocE7IznCXWplBOu+HzkoXcQDJgDfuXMBMZww8aNA1lSHf9xnOBJl/k49kh4Uc8/MCnfGQswNyfhEaOpB0QhDygrDhmTvw6ys02as7wXomLI0fQ71ZBh/Z7Ql/eEf3AoJ27BgcGTIvWpFGpq1CpEYwDzlnMJXPLis4Zr/UqDocntGMKM27o1HMZa++PER+XqJA1TnpyP4FUUlqIG4VjX0B/IaZuPiwdNnwalx/aXOXJ4+H4Bt8RzDq3wb7zCwDFf7Vsm29u7ymQ07ai/oLX+eVaIY5TvalrBvNDiwPVvKyuxT0HPYQ/+Xu5WoA9TFf+oaTEXS2Ul4dja6/ZBgIpXP9ZSNw6f5jVomKmmPehbanTDVQ1yrMLMLOAS57s1fK1BTN+gkINNln/y4h7k4GOJfnYb6ReZuByVYov1VumGjqecMRrhLNg0U61I/MQfm9xZDQ4Srag86iwH1Sh3qm15KGR6woPugcRR4nQe8J8xm9wAbuYKPB9KYu795d1GC4jqHDMv8inQ7VSbF3nWlEhyRTpH+CyVIV6aN1XZezMihn2AlKw6y79vJ4GuhKwqGKZYxmD6UWVklkUgGuc19fGYwymOB+xnyDxjkljzsuPg/YhY4Gri/04MDFyMyuNGYtCR1RVW6ye6CjoamOtfNKVMw3mgMY4OxCB3xlRZWoaMlIUYuWaIr2+m3uL1CiXl48ZaplSe1sSolqZ60e11qe7ePoDP7DPPBIu92976q9SZV5oRmRU6LTnVuJOJQ6uU7RFkKG+1Qe/RgM6EpaO3Va9zn9ZoazCV7dE50Wev5DaZRWOIQrejD2K3C1AnuGn4zrftjZBUW5c4fwWgv4RuYjLrz8O5Yt9REZBlZJTcb8R68c1bYi9ZZ2vUwxFvOcnbIrde3FY+ohZ38qV/B+j671GMZ/2Xd3vRS1aetgUcZdkjkQBg903QrzTFy8B9eVtp5BOybzHif9BsC/9qn/XnV2pEzbeSotjYNFYv4bmbeYhbxZ9XyIpmiv3yZ8Ri1l2oaybHPvjq5bh/GUqeObxUbJIOM+vj8/v4VQDKvTudkHJCYwwPtFcXQi/1cyK5g3fw3Yd1Bxs5iZ7pZPl0GRax4dtqwrWKVRWuEQriijLSgpGJ3eV9/mmRm8aNRq/kz4VV5QB1tLu9lDic0d4qodoMcuenCLot58CGnvwGQhFw43ax36vOyucWFcsS8Lc6qeCmwojutSv66++I3GQOtMOyNiVcDOm0peexF3be7S4ansq9zOgsiV+QaVHSlOBKIvBfXrzmekwhiyS69azsvuiRaTi4svhi/2V+PfX0RTg5cWd0YxgBlVx1lCMV/WbyVQLAEp04x5iuDgvWI/vGNewXuMe7VFy7l+IyXanjudOzJzvj+qZLe2pWY4h8PXs+D8Lum18qGlai3rvs4qwsuuv/hHsNnT+Icn3trqgRJdQ97bkMF0R7NzHUD6KniWseN8hUtCy9S84JvfT87wnGCbu+vaRt/9nWI2usSvmanh5my0aUaufyVvQU8EZlNqJmpMDT0RKOHHv7fbDtNXsbfwx+j8R8RqdtvOQYN296DBsUB+xKb91RT6G4wKp0WkLD2qJyPaVaY/CcexJ3cBNLRctIJ87oTdyKej682lI97AUlTj+osOeT1o7kNymo2O4i7cX/NSjLu6kQfMOeKujGT/Cq13cbIS/PoHmOCRsh9JqXz703ruuLwIrlp0PJ42FDvj7jtewOBtJsp0OLN47Y1q31XPII7F1ky0c0rUk5Vmi7qv6ZnsKt4XqEdZ5eaF+21td8iU8mh9dlVHV3TuIuXXwb8GWwr1cg5TLcDWwbcz6OPuwTXe9RtORGd4DEJKNMmJ3VyimrD0hu4jzh7k8mLydAz50CqizDy+Eh6tV0NLckRehzgEW66R8I17MnfrDigyFISWczUT7YwSFeJ2liYd04SrHtsz43O8p6tIj8qshMAwTtUNwdarINvz6cnDx1HjU6jA1V9e9HJcS3Y1rr/McBv1KGS/jKyPZVAzmqHMGLcTibu6USyruPaQ/T/RUdRXmeXFyWP8UqJ6hWZ2DJxmHDcAs3MsXBRAXF6Utlp0sjOZI3JyC+J6H3j5NPE6oNfRZNx9b82Gok08nbj02l+PpzMi8y6KU7PDqSjTN6lzb8L/Vvj1YtH19GXhSi6ag+BYv0LMMIQ37I3WR/xVnB8+GGNw6LGZ94kYHhypGPf/YLcJjV/fIrL/7qJBgTcwCM1B9lZgaLSNsBKooASy+8V7QEH/ARs/EyuHlenOOSiodY3f4YUWT5GWgy8qjf1j7yjphMf5/34rHCo8RgqyFv/YW88PZtx/cdkDRTofJTqjw6MP4bmyMVYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAgkksHLlyq2WLFlyO9/JCcAtiJWAlYCVQEkSaCgJ2gJbCaQoARSb/pfxNL6f9u/f/5EUUedRffTRR6evWbNmguM43TOZzDNETMlHpuxYvHjxttC4F7RfhJ7+nCCxIZ0epJhNum9tsskm7yROuAEAfvzxx0Pb2tr0tFzH182S5W9+fX39GX379v1tFHi16ETxUBy3dOnSg8j7CMKV91e7det2z0YbbbSwGM76a1sCoS8b0Sm8QuW8gcoZ+XwelXMUFeFyGv+e5WQ1rHLnOpZXsWfAw23YbeXgD0tDBzucTmsaX30RzKvl5qUIjwF3A/kbg30IcX359E7jMyiNR4thP4l+FOliZNOfsl2CTDaRDFTvsPTaUVITWV7QOAVE+0JnCHQWQ2eIh7gCtP4AnQPaqFfQKPmJwPpMZhQ8/gUev+zxGGSXwXcQmki5KUEV6fwXcuUqUS9v82m3kc/TkR/RWYKM9UZsyYayPZZE/ePoJEEMrgx180Z40Z8ofIx/Ae6dcC+vq6sbHTcoSELDg1m2bNmmLS0tP6A/Pw+8i71wa6cngagZ6R7t7e2x73nmYErp+Aq4DxuJUrE0oh+EPQilNxT7MCpaasqUkd9zzFSawDkQ3KdhT4XePCrxGwUMlumh0faFb80w9gT3W6BRYxmMfRENaHa/fv2OInxpmeg3lGT6Wzwpjfzf42nwlqTeeQKIKy+U0n3A3ofMm700np02LfB+ESU6+Y3/fPA9j0Yp9s4DP20aMpkxcWlK5TsIX5zclKZadCDVWSUqdpPg2Jo2dy91okkJSjXUIQ2OY99dTYKXAfadwJ3NN4G+4BL4WgP+gfhnUv+nrlixYrekM1NmtQPgywlTkihR9W+jGhsb3X9gEbx47NOnj/5OLLFZvnz5ZuDSP3AdyefwPUY/eqnHp39SBD3Fv8n3APm7Hn8L7pow1/3gJ1vw+P60xsb6/Rvq6/VnAqa1rW1VS0vbC7yFPuqKC88seUUgSpFWK9OxDYA6MoRCGgdDN6fFVK9eveaD6/tU3vMp5HY6jQuoWIvSwg/OH4JrZ/B+jQr+uPCSjwzK9SSc32Tfrjf2eqNIkdN2NAiNmgMbRFy88l9swHck5boH8nnVi8MduQLiwaVhp02L8tXgr9SZqD8ry3M4/GEd3Gnz3YFALqBadMLob4jh6gOkRFGWUqI3odTzf1GI+z+0I70LPW/t2rXa8rg2TgYM2LdtbW19FjhtW4wOgVf4/9Hnuf/SAvyP8A8m7UHMrhNtI6B8P4USfQ7+t6APmIWtf+QaxmTkUJT+AVKmuUmRZvz3EqfVzj2Ba6LP2x33uveu8XSV+d4tEy/qVld/U0OP+gLd11hf34tvcGt72zvAXHr1JWffXgqPBchKSVgJWAo1v9RMAXSjUl0MnetEC7/2EVJTpMIpA96hWC+kqURdxIzawP0zOiNXiSqMCqZRmvbo9K03hganEejDdADnYE8qZjwuvhje8yMP7QvO9fzW/uRKgJn8bczkAzuvXbfbdKYk87e33w/sjJnJX8SyuAbaqRk6/+tQduczc/8RA74r0kLsV6L0d3kl6uGXMqU9/ZO2EbvKJ+WGUvw9sL0aGhqu93D4bfrQfeiHdgXmTC+cmekNpNMq3+/B8YUkfR/w14Fja+QxFHn8r3CR9mDRR+lL4Uvxd5jxQ/9C6NwO7EHQkcLvMiMl2qdnr1vhJ69niplpqKtvEMx1t979pdaW9j8Vx8ufqTOrnHbnvbqGbs9fdcnp/1ZYnX5q0VBoa6lUGjm5hsx/1nOnZYNT0/rB0Io8pFAqPfBqZqK9v5KXCEqlVWl4OpT9oDGTPM0NmqHExVeav/UZ/w6b9//89lsOGFRqHuicbqOzfYClts1LTVsuvGiJpmiXi2N9SiclCr+9c3YqrCO7U7yZaJASFZFcn6RVOu3nhhrgNmIG+BgA27LqddTGG2/8egjwaPWlxLmDEcEA+5rS4NxWOIRL4WEGvvsRdyLfRE+JChbFKEVzILiiJjiTBQud/WV3ldFybs9u3W4ir6FK1ONNMD26dftqpr5eq4YdDHNx9EZmu/bWluO/d/PEwQKoWUVKZjQjVWX2zDueIy2bUdIQcPVklJWqIlXFhf+/843m2zgtfquNB97r+O6G7iJkdAT5Kli2jIuvNr9R9OB9qr4omGrG7bjNgK/17NltereGzPFl0L2QNKNYanuNgcywMtKXlEQ0REs0+UR7gzBqm2GDEc1EyaQO/uQH853NNPQ0q3vSU6L4OygwDVSA6Q3dGWH0SNcI3EPEaxA2MqfQOoADp/arMnscBbjED5BLM5KwQcIlnP54vxt+jsOvWe9P/eFyk5dXwPXP4nCff6Dc5Od9X1j1neyJaraZlHBdJlPfWG9i26bTZg669pZJ29eUImXE63gfhat/YL/Ol/H7fe5UnIwOh1JJFlER5qSC0IeEUdo4cH+GTuhl8nI0FTV2JORLXhNOeNfy9CAawbjihigG4+LjMoFcjuGbJTsOtrPx8D9JX2fxpJFeSrR7Q8PEtrb2Fz9etWp8qTi9uoQ9gDr8IPKbgrtPqXji4IVTuEVDtASPvd7V46B86m4x9fdFliX/wXLr54phqCtXoCQ2ll0cV45fB3VItyV9ghSgTkSfC/35yHc7+WUIuwVrLDA3svrzZzew6EfyJ51meV/hOx0eZxWB5L3k61A8ohk4gMylPR2YrwhnWNlS/jsBs1Qz2TzyGIdwkbe9AJsM/UV8f4hJ4kYjg5v4lsn2wzPp2Ql8b/HNk9sfF5bGD9PYUHeA35/E3VjfsE0SuPbWtZ+P1NAIYzxMRjZ0YJLQ6jQMnXlbp5F0RDCUoCcoZG2cl22Q0Ssk3sOPgKUMz7sDjkeoAGooXliQXTPXETzmkMtIynclDekOeL+D8Ckst19NuJaKtOcbGe/hibAng19L4AcDs4nggmQZkV5RsXILS19pWlq2zbS3N/7r3SXPezz4lehHq1aOfveDFSu9uHJtZHgS9Ws16c/wcCTIW6zcwHkr+E7ycAbZadAJwlvJMClRDsk0tzvOpowKltBWn0DpfKVYeZF/5b2BOi/FVbKhXDJ0+oczUH+GxB8zq28hbHMh6t69+8Mo8Wvw/xjvUGgdivti2oJO8YYqbxTeVcCNpj+8DLhIvgQH7qXk6zeiGWSUN3BuShu/EVszy+8FwA0kLHKp2UsDTVdnkB8vaA2TijHIYJEXEGOPJV5LqrIv9WApIw3q1ZdqmfhIrNu9OOzANL54w2y6h9+fxF1fXxepHz0cmbrMZpGAFKoqQLOXIMQeQgYHh8SlFgyN6ymcFyj4p9NASsPZkQLZEVxNncVHRYm7srE7NA4hD5si0/dwP8i3yE+XhhF77SYBHT/KQHcSOl5CGtdX4bcn9u8URtrv5BrIZfLHxQsmxswh/st8sl1Tah5LyY9Hw7MrTUvLtg313UagPM+e998PH6uEEs3lZTVyeNLLl+y4vCWRm3BSxlImoZ1QGnRcfjOZERwqOlDuYkMd3E1h3qGj4nj82wSEhQVt7CnRVWvaTli1pmXhgD49HyxWptRz95CMkEjRoLRuCkMYFE5b14zsLuLGkn4w/dZsBh1PkpfzUOSTdIKW+An4vwtsd+Ceo086HDqJZm5BNP1h4OwB/mHgf5BPg6xQQxkznnCNEwK0ETgSDfiAexsc+oSLsYqzP/jvJM9/zN2UIDjckP5q0pyFfbcfioHHdMrNXbmS2x8XlsYPU2l3pCKFeDMVoCmKCQpL8akoUpYavAJ1SSL8rVevXn0PHp0w42Be5krcqShSClfLurr28oRLrBM/QYdwitHBv469HwvdCcTpqbrdye87xXBR/iR0otKXGod8+sHvvL//54PzlHYX7jkSJt5dRRoXH0ePTqPi1184mr8FDfAisQ+/z0PzVmy3Y6m0PLVs269nrx21jMvJ0skNdXVjtJyb1kxU8iUvLzHaPpFlt7/55Z1G3pDVDC7zv8bJzF9Qf/fx4/fcadDxcFXJPoW8NEiJvr3ww5dyNI/zK1Pq/EHA3M4y1ayM47Tg12xNy9qJWaRfvBFgzZRulBJVQsrqbKwX6dOkECaCT/uGjSz79qH8PsAdq0Qpk2vhZSfxBI33wT2ZdB0Mfc1RBPaBZuCyrpcAHHow5gbBgfv7XrjfJu7f+JMeFvq5X2fA6w7wqjzfDI4T/HiD3KTVype+ApO7ujO4IDDnCUvjh9U9UV1x8YfFuWmrrXEwitcJ3jhFmgRPxWA0gkGZnkEhuMsKFPh+aREDlw7PzClhyaFTpKGlVvgQFeslKtZr+NW5X9AppBVOjIxWweeCMDJx8WHpvHBwa4l4ruevhI0SleI8Hl414z+CjkOzlzMrQasYp7ts+2kzGmU6tb4uczoN8y9pKFHyoz2CvtjaS7sGu6WYdlp+KWhk9zk65vHYGkB9nBZuPx6uv8yo0vWXjVauaRvmU6LmvcVL34UXT5k+jbunlOi/Fiw+p5051f9svYlWX/QKUcGs38+/381yrp79u4SwO+nkL/ficL+NDLcCzyqFYR+Hf35OiXpgkTZpSOKMoR5/CsBJzHIXBe2TAqNl3QXUj+YwhKSVsp3E9wRKdIxwh8DOA9+m9MVb5RRaCFjHYPD+CzqaQYpWlxk9tqB7oqUw0NLWmmg5W9dg6kpBXAOwK9LggUrREzwS6uNp4CsFhyoWFVad046lpOsi2DvhdTAz0Qn6WOr7BnxM8fESF+8D7Rons7XzuTe3JZ3NrshcDfqIanIiZSrl2dbmXJKGEhXvlMkBlMUu1KUrcVdMiXpyEg3REk3R9sLXR7u93dzvV6JeHqRMP1y6SopNyu4hKdG1La1tzGTa35y/+NuEPcx3mAcfZaNE9fzoUmQmZVpgkJ+rRFGEus94KJF5RVsAGOFReaCUhwGiQeh0FPfBfnAGPTpvMJRvGrCMCTqaXBq1h7nCJZwdobIh8Pkr4lsZlOb34D1YVix2AdfOnr9mbV4s4rGFRDNM5YHxU1tLm/llXH4y9eZZ3SWtaUXqW9p180Nh5vfS4jIYFU/BDyE+9WsvHk0q8v6Mwr7g+f02lbIb/s+Ql3n+8Fp008C0X3EzvB6oT26FebzGxXtwXWmz4vBh796936PMder0EPLx92rzI2X6xn8/eCCNg0XinQ76LWYab1Y7H6Ip2tWmmya9dtMeOqOWMmUb4zC+86VEPbqeMsXvLQV7UWH21kTMp665WwjFQPQNt9CWxhE/gQHeL4rjk/hJu4Jtqa8B+w6KexYKzd1HVlpwS5F3AyZwWVewSqO0wiFcShdmcltQ08Wz+jYPDvcBnJ/6M7iu8sKKbS3tEjaSr7k4rpp+Pfu3au3aS8lr2Kw7z45gVq9d+zunrW15PtDn0IMMSPntuobGX179nbN1joiXBWvIUMEKMsmSbp47MscgwbklH9AJB8s02h+tyLUXsQX+M8F/KqPO2zWSx+1mRCNFwibi7wvYrzuRhaokhU8tvWo5T18HExffIUFRALLQXtFpfBX79xeRVKdCg34Yp5Rph1mCYKyxEoiSgJQpy89PcVAjcK+4KO0rtI1jqN/bMdh82x8nJYrfPZ1L3Pn+uFLd2pYC3+HU72dRaN8l/WjhwC/7dfC/LH+xycGuJFwnigsOPRbDen5WdcZxyngflOZT5EttSQ9CfBV7Gd8VObj50D6WeNeLewv6wpHIoo0DQt/JwXSZpWf/eN3I6GGGsDulmrVK4a6PTwTOR7IawYUaCkJK9CpGRn8MBYqJ0OyWpYlTAGtQYYOTvvWjq1FubzDSnhaTvKRolOf54O4PnXHYF1Cx3gbBCireTtBt5NPR9eaSkG6YwJORUUWvv4BfpyfvQ+aHsDQ5Crn/1RMlndAruPfw/AnsyCsj0FhLL9Y7AZ4wkN4ujrDYXHgZfAdhjMyLElSLThBz63MYSmcSykrnH2ZS94ZLmVIPe+K+jbCxlPGEzipRTz6aLbLaspfnz/VzWg3zlJsXlbe13SGPVmvygTEOreowkz2Ug2d3kZevk4c1fA+jIC/39k2Z3Z5BH3cP8eNz6BZiPy4lqvMuMSSqEi0FyStH09aubZumu6XetRgdRvIerQdGfJdkomakr9Lx6IBGpBEMwns1Eigi0hM+IEHKdCGFNYeCuaUzSlTkGU0diNUErnr5sWWNz/GeqiKFZ432htFwhmBr32V7wjS7e5yCm8LhgqovL0K7Fo2W6it6/YWBjBr1KMpAI+exlMlo6pzutX2IHXdtqUBmCdrDbGYso/QvLpjAZaEChIWe3kpL0OzC4I6+UvnuiMG9yhTbtqtFB/7ms8d0RE5uQezqgJjRm7pBkUpLeJKOOo5OEPp8WFI6KJ13GaCPZjampdU3GZC8Sb3TISMNlK5nMBeq5PLESnD4FSKKbhV1nX82abw3DIUfPgwmKJx+633ChwfFKYwJyW+x3LIKg6mF8Ny/uwxJk5eC6yZpIra4rATiJECD70aH4/77S26gEZek5Hg6sXPA7W/8Sz1FWjKymATQsn/sHSOjoGjqwAb5x956fpCZ6WnU8z2og/MZiOm/lf8cJAMbZiVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlUCEJ2HukFRKsRVs7EjjrZWcr02bGORnz8k/2zUypHc4sJ1YCVgIbggSiXjbaEPJn81DDEjjzJecY/pviNKfO/PQn+2QeqQSrZ811TkeJTuAhq+6MGvXAdMUU6bfnONuuyZh7eTPri/ytsf6cILnJmLXwN7u7Y771w/0y7yRPuP5Djn3RGcq/stxDToJeN0uSQR47MGf8eN+MXtYJNdWiE8pAQMTZLzkHkfcRRCnvr/ZwzD137Jcp+Ym6ANQ2qIoSCFWkZ85xXjF15gZG8JHP5535ojPKtJvLf7JfZs9y+A6t3NmORU8PzvjSvua2ETx8XA7+sDRj5zjD+X8h5c19MtAH92q5efHhcJ28R9jw7otmDJ5D+PrSmc+jwT9Dg3+0GPaT6EeJTkYm/bEPJv/66yfj1rsS37+NKa8WaKiTHiL8fpM2LVeJOuYA6E02mRKfCGw3vUkzSjjgUc8mhpoy+A7CFVvPq0Wnk0pUeds6hyPyeboczJJMVsZBMokMo1yPTUInEkkukteOMmNfNDe2tbt/ovAxA68FRB29OmO+TZ84Om5QkISGB3PWX51NTYv5Qc+e5rwf7Ob+l60XZe2UJBCqSMG/B384s3McHcEwAi/l4e8ClKGNiBE9eAcBPOipuWboDP4LME1l2tBonuOPkpqcdjMQOqfRuPQu5jyW/2LfIC3IQIjn0jlOX5TobBqfBhhv8envmwaT34vOnOvM7tbHHDXhfzJLQ5J/MoIdk31rN2tn88zgLUm98wQUV153D8rcB+x9zEybvTR5O2VamolKibauMd/L0yjB0dAd4Iw78IpOVSLfQcji5OamqRad8mei/qwlmc1uLSVKnWjyJ0zqpg7xRrcZnxQ+Cg4leie4zgZmQre+5hL6gjXnvOgMbHPMTMKnXjDH2S3pzPScvzsDurUbJ0xJZlrNae0M0la1GPcfWAQv3u7aJZP40XrBf/tVZ7M1a43+veZIeHSQ5WPMoC/1+CyYFGUYGjjmTWAe2Mcx15+5X/j/nQp3LZrv/MPZeNlKczF99tHkY0fxSL41GXp0417m1ps/m9H73a6JUqQeTKXt2AZABzXkqRfNOBi5OS1mJuyVmQ+u7581xzkfIbVv5JgLbtsvk+gvhZLwgNb8IXA7M9/9GsuWjyuNRqFnvWROQlF8kyfU9S8h640iPeslZ7t92syCsAYRF6/8F5vNe5oj31tt9tish3nVi4tbAfHg0rBTp6Xl3FJnov6MKG2CJeHU+fbz4HNXi46P5AbvzM1EPSV6E6sp+b8ovGvfzH9QpsOZpc7jfxdPQxjXxgnE3U5YaZ5d5bjbFqOD4Ok/R7Nt8H93753RrNe0rTA/op4OJu1BSbcRxs1xPrV8jXmO5FuAaxbp+UcuM4w/5jwUpX+AlGluUuTO+OlT+csusycwTS8Zszvp/O9di42aNgyavrR0hfkZ/A8Uo9ie2Zt87k3cN4E5lUHZU4qoBUXqMWioVJRR1jS97nSjk72YwrguF6R9hNQUaQ4nwyr+Sd4xL6SpRHO4jwTvzzwlqjAerlZxaI9O33pjqDBHOm3m4Zcy5hyYnlTMeFx8Mbznb9rN/UecuZ7f2p9cCdAwbmtdbW4PkkC3nmamwteuCu6MG3qYi+g4NNBOzVCn1e/o78Z+RGeZ2r+1+GaiBUrUY1zKFNr/pO+IXeWTclthzO9J26u+wVzv4fDbHLTbx2k1u9ZlzJn58EZzg2k1Q9eQFhxfSNL3Lc/QDztm64Y6MxQe/1e4GDwfTL/we/BI4Uvxd5jxk5cLUUK3ay944j6ZZ5WuK805f3YGtNWZzzBD78eWklYu28gAAB0ZSURBVNaAOhh0wp7Ux2vJb14fFQO5CjZjniR/h0mZ1hUD1IpfnWymByOnnCFjn/XcadkX/tfpiWobjPqOPKRQKj0NAiiC/qRbWGraWoM/90VnPyrNTGQ0t66Hu6dcwGJcfAGw9RRIoLGn+XxjN3f7oiA8zsPe5W2spDxw9uvO5nGwacWLlmiKdlo4axzP+dR7rRpJmaZi6HRPAaeWcwOVqIioT5LCor/7bxTRi//qbIQSfQyYbTnLctRde2deD4Rv5c++OW9iGrODEcHcvVfmNaVRWuEQrsC0ucALXnL6wdOJ9AETPSWqqLv3yfwJBX1gXUP4BKdHHecFMG1tZn/ZXWk43Pg/rRlzEGWwWZgSRXP2zNRR5hFKNJ+HLMzPtARcu4oUZeSsXleJyeA7+Qyk5Fj9gRlChe3J8mu6ipRBAIX1d9gcLSGnxG7V0TQ5Tl2rY+6G8KJMozli4m6Zgv/YjIuvOsPRBKcSra8mTH1P8zUGcdOpf8eXzFDGXEi6Ue2rzGtnvegMKzl9iQlEQ7REk075whKT1yy42mbEYORHKA7V9/xgPoWMXAfOJ73l3CAFtuo9cxsy7s1S4Ywwej+Z4zQubzUPUR6DUGQjpdCCYNU+wTUKpfD4j/fMLPHD5JTgSOEQLuH0x/vda9rMcfh7sX75U3+43D8elHkFJf7P4nDPz5LzQNddZ973wrrC1kyUA1fxk7F68w3ktWlSHunnB2oftaYUKaNdx/sWrjJrfMu6BobvT5q5pHCsdQ8FdtHme7mHXpImSwRHg9FS02eWLjcvswl/tPZGEiWsIaD3XnIPFQxSXoobotiMi4/Liq6/MEqfJTsOtrPxLL9M0tdZPGmklxKtd8xE6vSLbfVlHF7JjZbpBAdwWO5BZDjlvDedPmnw5schnMItGqLlxiUZqfuR1Khbd4vZ53qxbZX5xzlznM8Vs6nlXL6NZRfHlePXQR3Ke0va0kNKj1zPXdZq5utsgYdv7FznFuQ8Fv+Nd+2XCfzfUvUjbLFMBtdXUKKnTxyUmeWlL7Y/eMkcKprMPgMHkEorHMKVxRncR7EMuhOd11J3JltMJMQvPrnRsZdO5gOyqHe7+UMIaEEwcrmJb5lsf8Q5Lzs7sSLyFvphntz+uLA0fhgt5/r9YW5k0aEuhMF64TqMFLlHCtLxMD7eSxBkA1MVQwVsS5sQOKVIn2jKUNydMMjoFZLv4Ufhk8sOdESPnDXXvdrhByl218x1BI8x+B6JeyV5uYM83oF7yhY9zdW5vU0TF+/hCbPVyMBd6esvYeQrcdWmgJa7bFtvGltWmee9CL8Sba0zo51VZqUXV66NDE9qWWo4n2LO8HAE1UkvLmfH1jdw3ircRekKvGnQKUBYBU/ugY5m6u+m9AFLWukDUKZfKVZezMR1MLCBWZeUQclGyoQ90cM338Q9CPTxwjVGV7Hc5fiGjHm4pd1cAw8/BvHQs+c4h3Ji92LcE6KUN/3IVcCM5uToZVyRieSL1SQdMlq6eX/zmzDmlTcG+puiDG4Et2aW3yuGBcdAuvnIpWYvDflzdYb6u5xZgyIfc9u+yQ5ykl4DCS2py740h8PA35HwsIP8cmPl99PD0nhp3TTaEwVBnCGvmycAK0BDHdoxUpEC8AwpmgtSdfQMISODOwanGwKN66lsL0zcL/N0GpjPnuvsSMXdkTw2dRpfzDUBtPTuFNAhuSWD91hueRD/Ij9dxoLx125i6PjxhbkT0cklpkJ9FV574v1dLug7rBTIXKafuHjBRJoqXH+JpF+iPEuRnegin+PrHDMC5Xk2M5/HKqFEc/mTEn0y585aMXlLmBfhlCLtUYDb70mHDn2tGcGhogP9qPNux+wmt3foKB/uORyzDbJOZOhHNuZGuqtEUWInrG03C7s1mgeLlSmznAuJv114pWhQWjclIpADcpXoXHMX6cd+sMQMZm9xNjifhP55KPJJd3KCFr8eCvkuM//uAxrMcws/ModzODHRzC2Ol6Z/Oz3e/dAMU1/TtH1G9SPUkE+6I928UpXtaOBxI/rJZAO+jHkbRG+DSbjawb0/7wzced5fnT/mbkp0JOALYYZ8NfTOgt7dvmDDIvV0MLorV67bFxmWxgdScWekIoV6M6OjpiguqAyKHxwFkzTOf2pXaRD+1i2t5h4EOxRvPUsMV2I/rbjOGjqSoVQcXXt5orO4klwTcBvWS+ZYKtYEKsTJHBfbPenRc4+/JHQ82FRsRnHgmceM6jzh43CMzMl8riKlwUTHu+DhP9W4/sLR/C145OAitgl2YRT//Gb9za1ex1JpeWrZlln3jvXGTOSg1mRGxGOoyy+mNROVZKnDL9GxnHj3vpm/+SWdRt5o+zNYnnuNPPyCXnEfP37PnQYdD1eV7FMogwba4QmtLYYVTU4DG3OcX5m2ZQ+k3E47nYWGb9FsDWWq7aXERo8tAD4W/DdKiboJ68zZyPJFTtFKIWhpX/uGjWaZ6dO0b+YD3LFK9O5B5lpw7+TyNNd5P2y2/N6H5ijo94F+4LKuyw8/LCePoW3cgOKa+uN9zfcLtFcOiLh/40x0WAh6P6cuNuWSmrGvODu0rzUvtrS4B5JO8MLDbPKjlS99BSZ3dWdwQWDOE5bGD8uA9iPksZk/LMgNjA6IujPfoPigMMpxXpwiDUpXtTCNYFCmZ6xtyS0rOGa/tIhTeY6gY5uT5Oh3GjRzV18eomK95Kw1r6lzB+8FaeCuFA4qyCoaxoIw/HHxYem88Gpcf2Eofiv0jqczeENlvnCx2Qb/mR4PlbS1bNva04xuaKczy+5F/SUlJboYvvuSpxu57H7NmftW7rI7ivJvHET5HBpnPOWtAdTHlZAZqzYzWletW67z0/Bmoqlcf8mYjVBkw6REPRrMUN/1lGkbA3XyqZOzs9Y65pz6FuPUN7rLiTci78JZv4egyNZVD71YBPydDEYu96I54PM2p3K3+sE2mey6DgqcuPkTskrUA4u01Y9QHmMoj09RnyexsrYoaJ8UhTAa+gs23zd8RZG0R7EqNwm4J6hHY3J9VAf6yGMegZtqSdy7i9oBKCSAsxX/4gGa6eA4KgSkKsH17eYtTuzGKlJk8Rd4LUmR6oEGVlTWH0Pl4LR254137YXO7fHOYysNgyoWdP9GYe1YWsrqQ6NE74TXwcxEJ+iDg2/wTfE4iYv34LrSrt/InN+9m9mSDm1X+NXy0BHV5MdVpuyFQvOSlJSoHvE9gJPmu5CnK8MeyEgzj6IhWqLp0k4TeZVxsRJ1v1+JeuRdZdpijkOhvw3MQ1Ki3HJua2817W0t5tu0g4dps4d58FE2SnQ49Wwpe6OXFMN5SpSDMxrgHcqyZF7RFsOG+VUeHOsdRn2eizKdrvucftgLX3c2ya24TQs7/6E0SiscwhVVj1jX/xVwrcymz/DTkRtlvMvYvzo7F4fXmv+uz2U+JL9vxPLVZn5FWSc+YYzi/Y9eOappReot7eYzn0nndG2lrr14fDIi3Z/93C94fr+tO6YMCD5DAWiUV9NGB4voEG7mOzD33eyG5biOi6+FzOkZtB/ukXkv9yzaIXQIf682X1KmLavNA2kcLBLvE/bLvMVe2pvVzodoina16aZKrz18Ri1lyqMQhzEzPl9K1KObV6Yso3thUTYrXVsTP78pZG8ydzpXp/onsCz5iyhcYXG37pVZweXPrxH/DnuQszjJ6u4jC37ValeRd+M+ZOCyrgtLGqUVDuFSujDjbkFlzHQU0Tj1bR4cM9QDmNH+mRn+VV5Ysa2lXfqOkbS75uK4avsnfS7zzwbHPEvf+x7bIWuC6NM3r2LZXy8/4YwxWZhT9VRgTS3tcgKwgHmWdPOGzLNF6r7zmA8r18H+gvZcK3LtRTzx2seZMHsqo87bNx9grvQalEaKC1ebiYD0Ze/l14KtZZNbetVynr4OJi6+Q4KigGr8+4tIavCycKV5mKYxALl3mCUUsWW9VgIdJCBlysMDT9EHBe4VFyXQKf5jdLVFy7n+OClRFJJ7OpczIZ167EHbUjzzdzga4dm2VvNd6GjlQ0b267wk9LLrK/pxYTk81N2Yw5NubbGqM453dveh73yKP/x4mBnvRvRzX0Uey+oz5oocifn04Mdybsb18rsF+6Mj8bQ1Nmbf+S1ipepezUwhqi/KzCIPz6FM808EFgNrJkpYTT0ROB+GNIILNTklehWjtz+GAsVEaHbLI/XuQQNAj+X7iEflr+YwxRtpH5hgIf78hcb0pyKNW/ihuYABwtvkYcXKVWYn6DbivowG1oz7E21YKppMw6vo9Rf3kNdccx+N4hAa/KiJ+2b+6gk9wdUND9Szo6+M6AUZ/YtLuUYv6dTp7Eu0KYPvIITReSFFtegEMbc+h9X1NJM4pX0BM5uZKNPhub3RnnpsASU6lrxN6KwS9eSj2SKrLXt5fvVza1uNVsM85eZF5W1td8jzwxIerdeqDv8icyiPGugk8tdJzjEPBqcN5nIeZHDPUbBXeAaKVodDx+eILQTmcSnRJCd2c2lqwmIr4yke7NhDjy2QHx0Oc++h4i750fpXGXXErim7MM66R8dLlYInfNIFKdOFdIBzKIxbOqNExRP7Igey/9GEk0OUeTOeWcqr+KblQ1JwNO2X0VHxYTSiITSm41jq2Z4C0P9NPs6eyBQOB1R9eTGFbKWPogrXXzjhOJ6Gr9ddlrFKMJaDD6Mbepkx7j9fxFzdKM5wXHugfGdTX0fl/sVleXH6SD9KlAHWKBdHJCCRJfIdhC4uL26aatFhGRR6R/BmbrDheosi9KZuMIC77y0ccSaaTlxqeAQklg4vgL3L3uFolj2nskD8JrObN1GiW1E3elO+19NJhyq5eBY6Qvj/xaW9GwcEW+jPGt2/4+sITIgfPhAgJJAHGbR3ODwk2uT++s0tqzCY9Sk89+8uGhR4A4NQ9ilXa6wEukYCuT8mcP/9xXvkIW1OWEo7B0Wab/y4l+YVacrE7B97lydQrpZskH/srecHnTX8cT0P0PPNb+BkcvGjD+VJzKayErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASsBKwErASWP8kMHz48If0rX+cV5ZjZLJJZSlY7FYCVgKdkQB3hOON17nNnDlzWDx0R4gRI0Y8xlNtJf3rBn/p8/iMGTP0KHPNmaD8JOG33HSlCqBadErlKwH8gAQwVQcJkmccE0nqQxwO2t25wDTxDYCH92hDV9AG741LZ+OtBKwEqiuBRIoUljrVweWU6DN0Ls1Jsgf8kFIVbxK8acEU5ycpv+WmK5XvtOjQkX9YV1fXNH369Aml8rA+wI8cOfK89vb2JpRTZP3OybOkLJWTxk8A2UvmUqSPUgZPwueRuH9KuLHK1C8p67YS6HoJRCpSGq2W2dTJ7C1W8TdjfVjOzFRKlBlmE+ljDaPvJjqiwbGAXQjgz08p/JabrtSspkRnE8ohUsmUylcxfNBsj3rGS37GkIeKrkrk8lZzy6bk31Oit9DWvpOT2QTCn0Am1+G3s9KcUKxlJVALEohUpLXAoOWhNiQQpPDEWWeVXdTMLSouiVTS5Jl8XlM8EESxPS0+UHaH+vnJDazG+8OSukl7K/nWTNSvRN3kzEx/w8z0cOhuAs3FSXFaOCsBK4HKSiBSkdJYh4k8DbdZNv4hsssxdA5D1MEkSSvYJHBhHWVU2lI6fvLtHnzx5BCFN824rqIblYcwpRYWHoWrWnFhvIWFV4uvMDrU50PhbRzxP6TOeTPRPDhxX8ajFSGrRPNSsQ4rga6XQKQi9bEX90eoPtCOTikvdV58pSzXPtYRU2GIcBLyDPibC2OCfcCXuvc6IBhTxUO7im7FM1ZMwKsbxeE5f2wdCEm3vgbrfx4X9+/f/5LcoLORWbD7l1v4b6H+HkX8eetr5izfVgIbqgQSKdLOzsgqefpWSrR4yS2ssNQ5JVHmuRmhlFmn94bDeAkK7yq6QbwUh0UovE4pO3/dIP/Nokt9GyK7s6ZSPHeWr+L05Ps4wp7i03/lOkuWLOGvc81qvvGSCfnYiHp7Mf47kc2d2NZYCVgJ1JAEEinSGuLXslKGBNhba2ZvrYyU65L4Fd660PJdDGpCr0ShPNzDRh52KcRy6JeTxqNZbKPIvglfBSsq8LWX4Ah/2g8P7HZ+f5SbtBOI157oMXyz+M4B7zhw3IL7EtxH9ejR45o1a9aM4PT0TMKssRKwEqgxCRQo0qjOLYzvcjs54aMT6fQeJB1O4N6rlMcvf/nLZj/fdKxN+PVFGm8GDn/NAkxrhhRJNEtnmGDSppuTQ7Nwl2uS1o2k9YFyS3yvOCls2jyWK6uk6ShnKVDvYNGjSkcebsLqyfJu3UcffZQh7+1TpkzR1opVohKQNVYCNSiBAkWa67CeoTNsTsIr8KXuORajHVAcUIpfnbZ45iuYKQhHbgbWXAq+AFh1YF1hUqd7yimn9FuxYsWkhoaGptbW1n8gux8gt6cZJPwqSQYl5zThkuAqFaaSPCKvn+cGYnm2UITuTBQZFpzaJXww8EPygOGOa4h6lPT5g0XQuEzg4LgDq399ff2v5bfGSsBKoHYlUKBIxSYdQOp7jsXZp5PQTFRKtFN7kEmW7qA1izwtoJPVktld0NySdEcX8xTkp4NzZ4hBcZUMqwTdlpaW3vD8RZSo9uKeRx6Swdt8XWIoC3cQlJB4p/ZhE9JIDYzyewZk+kLNySefPGDVqlW6w/qHYiBmpTpY9G1kdFvxqkoxrPVbCVgJdL0EOijSrmcpdQ5eoFPSyP9L2P+DPT51CusBwqlTp87nJZ/DmanPgd2j6aTvZkBxe1LWS1B8iZRe0CCIQU+z+EERDZFdqkmbx1LplzLr13It+X0fGnoGM3+AKKdELyYvE5CRDhhZYyVgJVDjEuigSFE2gXuOQfkQbFB4XJg34+psxxlHR/F0RtfSOX0d5z58L8lPJ6WoThm/nEqRQ7npSmXWT4c8NyHrepSolhBV5iuJP3bUqFF3Tps27fUkuMGhDr+mTSV59MvTEwJh28lN/WqSjEud9VMPrwTHPZTNb0GjAciX8WuQIyV6vnBbYyVgJVD7EihQpDTg0D3HiKwkmoGEpE99L7CYDp3cXYTtQ95m00l9Mec/uxiuFH+InGLlUG66UngTbACdJoJ35htJ3LXsu03XEi/fWYSdxxdmFgNf8TLyEa8mLcnpQ+rEYh/9QGeAPAvgwKFVjqZSZ/0oy0nUR0P675P+q3zi5TzC8zNU/NZYCVgJ1LgEOj81q/EMMtr/CR3hf+mcvk+npRnANsyIz6xxtivCHrLYirwvEHLcn8b6GP/aihD7BCJFproHOoXvBL6VfMs53PWlJLN+7ZnmTueSzBorASuB9UkCG7wiXZ8Kw/K6fksARborOXiFgdv13qwf/wwGK1Gz/vU705Z7KwErASsBKwErgTQloFm/h0+zfr5unt/aVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgJWAlYCVgIpSYC/D3tIX0roNhg0H3/8sZ4StMZKwEqgRiVQ8CBDGI9e58Y/UpT19uzixYv1WEGiR899PDy+ySab1ORrOiH5ieW33HQ+mSRyVotOImZKA9L7yzVnQuQZx2dsfYhDAN1zuUrT1NbWNoA2+B7uK/r163dvXDobbyVgJVBdCSRSpLDU2Q7uCDqBZ8DTnDB7nf1XmYRkygYrzk9SfstNVyqjqdCh89ZLQ00MoCaUysD6AE/+dL9T+Yur36UOApX9ctLkxQZvE3g8RH+x9iht50ncR/L9lL9WM1aZ5sVkHVYCNSGBSEVKY9Yy2wAasPsvLfib8X9Y5sy0mXRNpI810GkCqMNfo8UmrC5APj8l8ltuulJz12k6lPsmdOJxSqZUvgrg/bM96LlxhGUdxnR6VldArKNHdbvmlk2pT54SvYU24/3F2gTk8gT8Xkc27Ky0Y1naECuBLpNApCLtMq4s4ZqTgF/hFTHXWWUXNXOLiitio6M3TZ4ZUFxTPBBE4T0tqoQf6qeugRUKb7w/LKmbtLeS1v2zb7Y2PCXqJoeH3xB3uPZM+/btG/tGcFKaFs5KwEqgcxKIVKR0EMOEnsbdLBv/ENllmiHqYBKmHZIELqKjjEqeuOOHX/fgiyeHKKRpxnUV3Zg8hCm1sPAYdFWJDuMtLLwqTIURodwPRVGOQ2H+kDpXoERzab5M3IdWiYZJ0IZbCXSNBCIVqY8l7ZV1xnh/4jy4BCSx/6YCruK9wDj0SfcyPTwVXdb0iATYXUU3gJWKBz0OhTDFlqQOVJzBKhL4OopyMXugl2jQibsR9xWiz6BRf/Z9FM7zqsiPJWUlYCWQQAKJFGlnZ2QVPn2b3wuMy686J2BilXluRpjW3nAcW/n4rqKbZyDaEabwOqXs/HWD/DeLBerbENkpmIrwnAJfBSg4QHQcSvMp/i9W/x7j8LWjNFfzjSeuGXsjPv3Z953Ixv7FWoH0rMdKoOslkEiRdj2bloNOSqCZTrhTKPwKr1OIcomDluVRFm4scVnHOkKJl+PXJTEmZZ6/iaIvHoTtJXqEP+2ni3u7In+ol7QTUKC65nJMXV3dLK66nMMe6DgU5i0o0UuQyVH8k8w1wIxgdjozFJGNsBKwEugyCRQo0qDOLQFnZXVywksnksYeZNjeq2aqzX7+8Tfh1xdpgBsmAPhrlo1/iOxKm0rRBW8zvOsr25RQN5LWh7Dl3CAeE8FWgMcgXlILg99zUZTuwSLK6FEhJuwmwnrirOPT6Ke9T58+2lqxShQhWGMlUIsSKFCkMFjpPcdiGXR2LzB07zU3A2suJliiXx1YV5jU6TIo6EdGJvFH0029e/f+B7OdH+B/mg78VwkzmEiZgSspXEKyJYElpZ0Uzk/858iqyR+ATN2ZKOHFp3YHU/+G+GGD3MBcQ/ijpM8fLGIWfZlgwX0HCrU/ML8OSmvDrASsBGpHAsWKVJylvudYnF06Cc1EO70HmWTpDlqz6JAW0Fmdg/suOqYtcR9dzFOQHzh3ZhoUV8mwStDt3r177zVr1nyxtbX1KZTo88jkaGTxdiXzEYM7bP8yKFmn9mGDEFYyjPJ7Bvz6Qs3SpUsHUBa6w/qHYiBmpTpY9G3K5zZwNRfHW7+VgJVAbUlAy0cbunmBDJ6J8vi7bL45G3qGg/LXq1ev+YQfzreJlCj23XTStwfBhoRJ8SUxiZSeBkF8Gf+H4nhGnz8s5z4yCWFgUuUxIc08GAO1fnwzly1bthsyrsf9I75v5AF8Di3Xktf3CfqaL9g9nYtfB4smUD4X++Os20rASqA2JRA0Iw3bcwzKwZCgwLgwOoiq7UFyQONalOjX6dj2oXN6Sf44/hLG++U0JGEagZWbrgQSLmieDvLWAwHq2LWEqDJfiSyOpcO/c+ONN349CWIUWkGHnyRNtWEqzGNenr58bSc3cm2SjEud9VMGV1Iu9zAD/S1oHsP/ZfxaKZASPV+4rbESsBKofQkUK9LQPceIrCSagYSkT30vsJgOndxdhEmJzqaT+mLOf3YxXIn+IDklkUO56UpkzxTTaVq+fPnOyGAkiK5ln3S6lnj5zsJ/Xhhy4BcTV/Ey8tGvJi2R1axQeYwzxfIshh9PQJNm/dQvzfrnSCFiR876GdRNYpBngP0+31eBFy/noUTtFRcEYY2VgJVAjUiA0f5P6NyuFDuy5a8R1qrOxsqVK7fyiDIb/TSddzfPb+3OSwB51lO/pvI5fCuob+9pmTcJZu2ZJoGzMFYCVgJWAlYCVgIbrARQmruiPFv5vicFKkXKN2GDzbDNmJWAlYCVgJWAlUDaErCz/rQlavFZCdS+BP4/vGiOsK38CLsAAAAASUVORK5CYII=) no-repeat;
  background-size: 466px 146px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .toastui-editor-toolbar-icons,
  .toastui-editor-context-menu span::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA6QAAAEkCAYAAAA4kPwsAAAAAXNSR0IArs4c6QAAQABJREFUeAHsnQecHGX5x2fuLp2QAAnSpYNBxUIRMRCqFENNLnQUQgQxAZTehSDSFEKHqLQEchcQiFQpURT/NBUUlCagUkIPCSHl7ub/fWbn3Zvdm92dtnuze8+7n9n3nbc87/P85p133uetlqVGEVAEFAFFQBFQBBQBRUARUAQUAUVAEVAEFAFFQBFQBBQBRUARUAQUAUVAEVAEFAFFQBFQBBQBRUARUAQUAUVAEVAEFAFFQBFQBBQBRUARUAQUAUVAEVAEFAFFQBFQBBQBRaDRELAbTSCVRxFQBBSBvorA5MmTB8ybN2888ne2tbXd2ldxULkVAUVAEVAEFAFFoH4QUIW0fp6VcqoIKAKKQCAC48eP70/A4Vyncq0hkZqamvafNWvWbeJWowgoAoqAIqAIKAKKQFYRaMkqY8qXIqAIKALVROCggw5adcmSJWMljwEDBsy55ZZb3q5mftWijTJ6ALTP51rLn4fjOBv77+vRvd9++43u6uo6AVk2g/9VayTD27ZtP41Cf9Ftt932WI3y1Gx6GYEDDzxwjWXLll1IWRsDK7Uqa0ZqKXNz+/Xrd+KMGTP+ZzyT2I0mTxIsKqU94IADPs+z/wbxRvIcFlAGXtpkk02eOPvss7sqpdVwRUARSAcBHSFNB0eloggoAnWEwIQJEzZH0XkQlod7bH+MArIzI4pP1ZEYVmtr63Y0nh6G5x51OQ2rnzBt9+x6ksfPK7KdimxTg2Tzx6uWG/ykMXoGGP60Wnko3WwgIMrb0qVLn4WbFXuZow/79++/aVKltNHkqdYzoY75NnXMOdDfIiCP9/C7bODAgZfefPPNnwaEq5cioAikiEDkEVJe4PN4gafwsZ7Gh/q0NHipBs0ofMXoSVwI/TfB4A80YmfRiy4NwroxHt7Hw7BM86tkliLnxWk960qZxQlnhGgYPG7DtTZlcyj2x9B5D/spns3rcWhqmsZGAGX0UiQ0yqgIO9zz29ovecR3xZ80rDvp++V/h98l09e5ghpXBfxkXS5vZPRcmO6haBcIUsUb6pIm6pBz4eWxpCOlNcA7LBJJy5ubT6PJIyOjCNbbyqhgu6LHi8x6iG0aTZ7YQJRISJuhmaBLeMePKRFFvEdyTV28ePFBjKDuMXPmzJfLxM1EEO9lK3VWBx2rd2SCIWVCEYiAQGSFlBfYVWQ8OxWFtBo0w2IQsydxOehvBN8bdXZ2HkHl9num2hxRDxWW4ALfU7D8DVnxLmX6e/FTedalMonjv//++28M/mfB3ziuFi6XjLHlhmfzBhX0dfhd097e/mGcfDRNQyLw5QCpevhRbqK8KwEkK3oler/oKHqA0d7dyWX1YcOGzfz4449PhOeKCmnW5fKm6TYJeht/4YvW+AkHW8OGr1ARzDQizP/4I6t91s3Wv/75D6krm4QX6CaaulsDvMOKnqi8mUwaUJ4xRrbetsE2MS9+Gnz/dqeeuLeWcvHdlTrpt5Knn5da8lAqL6bhtrzwwgsz4KvVxAGjxdz/Fft5bJmuvTnXyl74xh0dHY8j01a0IV4xabJmo4vuD+8zuWTmzASeeVvWeFR+FIFyCERWSCFmFBljl6MfNszQMnbYdInjpdSTuC0V1hP0pO+ZtCc9sUAhCFDpTqPSijJCOi0E2ZpG4eNwOMroFcgxsELGnyfOech8nKThg3J3hfga3DcQeA4xv1kkqvgVmIjvSkHakDcyYpXo/aI3/D6TFw0R4yxrZ10u3tnNjAC1VEYlT1F8Jc9zzz7JZcHPi+Epql0DvMOylLi8SUaNJg8i1XrNaLnnlQYveRq1VkZFML6z9/C9NTLmeTEevWWXUEYfamlpmciAwhuGL3iXEVTpiDqbawB1wAjK/N2TJk3a7LrrrluEX+YMPE72MSWDJr1uGDQYQTvth/C2K8xsyNXJ9QpY3offVZQTmRYdaMrMXBQa70Ljaa6ZX/jCF9p0rW8ghIGeV0+/8audHc5eTD0azRDO6rZjrSYRHdt6C7838XusucW+86iJh/41kEAVPeMopFVkp/akeSnGpJErdFagJ/0upnZsmfWRUj5QMtqZH/GkETsF/i8THHjBZSp2uWksacCViAYfi+9CYDo85+nA97Pci0LxDu61sdfjfgPsoVzSSzsC6y46Dbam0+Bx8VPTpxE4Dukf4DLTdmUN6bHFiBS/K8Xh9XpfB3LlG7G1Ghn1P8uiPPO8+ONEcdcB3lHEsRpNnkjCa+S6RCBIGUWQyyjLPep9FCVRen5Ge+FRFKo/4JaZBV9gBoq0jWQDuVQNtG3aYbvRdnHg596oxGl3rsvgylaSDhrLWPd6l5+G0Gcmza5iS2eBP6xabuQ5iIGaa6E/uCiPleBjS/xOgqcpdKhOLwq3KsxclM6CVaExVi5Gu0+gTTgOuV4rpqP33Qhcec2N4yyna2rnsq6NxNe0no2Nx4a4pdNgu85lzplXXv3rFy276fSjjzx0djeV6rrcKVHVzSLz1BM3NoyEvBwrUClcb+7rxYZv6b1yDe78aIvxy5LNB2JN+LnSx9PzuHegEv8KFdIhXCfibuX6+iqrrDKSsBO55pv4dBqIkqqmjyNAOXmSnXVHAcP35RJ3vW1o1McfoYqvCCgCikAoBEopo3wHeiijfoJ0Xj+BgvcT40f76Fhopd5uRjGTAYHfQv8elCuZ7hzJoPgdaBJIG+6mm276wNyLLcqu0Mb5W9yJZuT46ZZyI8Np5Hcz4cXKqD/JINpj18PPxX5PcUeZuUg+XyPJE+S5TjEdvbes66+/aZ0rr77hz47T1Y7C6SqjYXCRuJJG0gqNMGmSxkn9xUrKUAOk3xalaYd6kYOXeBAV7hiP38+GDBkyN8u8e+u5TCX3P6bajOGj8kgQz5dffvkSwi4izvrIeCrXmVRebUFx1S8dBKRnkw/MEQcffPDKcSgmTR8lTznmhfJxnVz1euRLFHk1riKgCCgCfQ2BuMqowYk2wwW4jYK38vPPP59fTmDiJLE95W2yoUE7JT9oZfwq2fCYV0hJP6NcfOJOljzLxUkSxvd/L9Kfa2jAzz9xj6cdNlIu3Ptw/c2Ew8+PUcilYzhv8Btjbki/O99oGdl1L/wHcG2G/4XYMpItRo7rmV2NzoIc+fr8v+q6m7Zd0tH1lGM5cqRRLCNphYbQikUgQqI+P2W3FFZS+EuFyfmFbBF/CC/NOcTpse4VpWkC/g+XSp8lf6YpjoFfsw5z7g033LA4S/wF8LKvz+/oW2+99X3ffaDTi3N+YKB6poYAH5Uv0LP5B96LEexMOAnCm0chnjR9lLw0riKgCCgCQQhcfOl1Qd5l/R68f44ll5iddxnrXmUTBAQef6xUmdk2KDL9afifQx1/iHCK+ybcZ9JeWppFzpMqoyITsnUi91M4d5F7ZJZpjU+KO6nhmzeR9tdUQwfat8meAMzwMl4VbQZANmNasRn5kjNUcwXRl5IzVe9jautthO3neU8l73lB02V9ySI7wWlF8vg1Cd32M/I8xOyjvYqOzfnN5MmT7503b97NxB0vmYDBNNab/pG22vNepvmZi2BRMIXZK2vPEO8ZZL8P2R/C3Qytr/3zn/9sxX2bR6NPW6JAOl2dvwOEfsmBcFbq6ux46PJrbjyeab/PRqXX3NLS2dXlLO1yOhb0c1renzfv3+/zbvY441dHSKMiS3wZTeEluYCX7cyg5LwY2wT5Z9EPXvPTdVFOMz1dl8puOfh1F2CDfRfntc3NIqZ9kSdZw8KzeYhL1upGNknTR85QEygCioAioAhEQoDvriijJ5FIFAZZx3eS+EUiUqPIMlpWvJsuWV+GQlN2mm4J9t7x+aeyYZCMJKKIXeOj+zvwPBQ8I42QQiM/Ogqt25HvMx9N1ymNf6HNjSgorpG8vdFM45WGfTJEhnuE3uD0iX2LlFE3SGavwc9B3BjFvj+K5Ve9dKEtplTPBa9LTAJoHmDcfdmWKbZdnV23s81KCsqoQdJusZ2un7Q0W6sYn7B2Z0dHM8rxINuxV+6wOketuPLnt5j2q1/JaHmBUYW0AI5oNyhEN5VIsXoJ/8x58wLnFVIqqEwrpOBtKjrZpOh9Dg//JHOA9kGG6KVcjZFRUUbdzgIgmN/c3By6uz9p+j4IuYpcZwjIrBoaf9O4fkp5X7vO2I/MrsgosnJdJrJHJqAJMokAdbw7MupnLsjPH95bbpTR8+FNRsyMiauMSvovGiIoQO8ad1yb92M0aW/lavZoPI29jzf653lVtuikl5FBM+opo7clp+t6tGW6rOQlRvK+1ePF9UjyBy/DSP9DH42jy7XRhB82XxoLz7dx3TJq1KhYI5vInx9Oxp3qdGqfLHXlXNrRNZNti1aqAtPDOjutM5LStW1roL3E3uTaa2+QzUfzs1FVIU2KbEB6Xq7FAd6Z82JUagOYWt9j7GUqiMyesSU8sr51HpbpPVzZqwA99tXqLQToyLievN1F75T9T1FGd6PnMvSW4UnT95bcmm/9IvDm//5rXXrJee71ySf5Pc+qJhBLPNr58E7mOoWRgOdQ1A6rWma9TFhkExlFVq4pInsvs6TZ9zEEULK2pOydaMTmuzSN9k2ckVGLqa3rQSd/RjXfqycM3Tg2U1O/zPsxB/4Geulfxt4N/hZGpcesth1IY0as3kape6QcDS+P3YgjeUrH/kDhRXgqly5MGBjvRbxBXty/kdc9ldIxevousw335zqYUdyOSvGDwocOHfqSz78aSpiPfPadsptukjWjISQcxbNOZRYoc3jXvO66G9c1eapCapCIYcs60qBkvOT/DPLPmh87s+VHRylgmR4dFew4/2sZfD5ncKQyPtC41e4dBGh87kV5lw+cGNlgYK8ox+okTe/mqn95BHg/3IaGePjd+QjqsEQZveaqS6z//fcN93rh+XyVUk10tvIRH8o780s61O6Mu/mXj1ZmnCKLyCSywdRQH2N+2X3e6qw3BKhTbirmOcivOE6t71Gy/KM4f0ZROy4OD5RlGwVUynN/SY+sf0LRejMOLUkjMwdod92PU0YTxbxNB+7O0Cx5HmcuWvA//PnbQLcGrcsrTil5SZ6Stxc2THgS3orjRrz3j0bfEDFt7OgLFizY0Jf4A5+7bzo52qXqgjvW4WnlIUqpmb6rCmkMVL3pVydRGZwTlJxK64Ug/6z5wX9eIcWdeYXUw+9mgyMfiovpvfyauVe7tghwSPhgys1lJlfK/ZX0dMoGA6FM0vShMuljkegMmElHzUFyibuPiV9RXKOMfrZokRt30ODB1qhNEg8OVMyX9yToW7snm3/9HSVuj4oEMh5BZBBZYHPPYlZLyF4cTe9rjADPbAu+nweywcyAsFnzLM+knr+A+KLMvC1u8Qubvhbx6BgZQj47+fKa6FfUkLsZufNTcH3xCpzIJWd3XoXntiYgiazkOxJF+UFomSns89l1dhfq6dcN/Sg29AbBz94mDXV+yem6Jo6xJU/Jm3szPWRV4U14NHGi2IIV19YmDQrvXcZdbZsymFeEcZvpyNXONpP0r55+41eZQrhR9Zlz1rKbmszsyuTZLbbX4x1taklOqTEp8GKaqaE9BFyyZEkPP78HFcN0/30W3VKZ8fKOoRIR9jJ/3IvB8HOf+9wV77zzzhHcy0sn51g9hiwnsYvcVf6PjomvdvUQ+Oijj46E+lpeDu+wgYG/V7pixknTV8ygQgTpWOJdHivR2AlwTiMc/cI7LS+02zBhB8UKCPSt4CBl9Mgf/NhafnkzWNEreKxMrncxU+BXyy233LG/+tWvFvQKFzEzPeyww4YuXLjwUr4jh8Ukocl6AQHK2xSe2WV8Py2+p0fyDd2VkbOKU0aJsxR2T/auXuC8cpbMXBtFLHdEE/tNeH6hKNXDyL0tMv+eZUC7BJ0sADY2GF1JOvnGuYa69UI6XB8x91Fs8lqO+PdybSDpoLWYduJYdpWNPT2D9Hsih5mJ8C/q+78I7bBG8mZUdCw0HkRemT4svN0Lr9uFKQv+fDiuTZbsmIr07bhKtp9mGDf8j0GR/rGJC66pdsJ+97vfHbho0aKp4OOOREN/xuDBg08PKjOGh1qlMfn57c4OR6ZN18Z0dX2LjF5JIzNZU/q5z607IqjXNg36fZnG3byMme+loTITZVQqITFzy71guSjZ+Jfd2eB9byqGeR5Hg7Ev52ywv/MBaZVelmxw2ie4yPdMIu3p5TYwKIFG0vQlyFb2pud7c5RRaahcK5e4xa9ySo1RjwiUUkZXX2PNTIhDXXwYU8+epTEoH/m6MMKr8Cy81wXDyqSLgFFGfXBImbvPU5p83vXpRMHKryOkneBfX2ghYzNSfcmTbFuUjeuLpaQ8G2X0KBMGHdl05xRzH8UmT1GO7+AyG+504t6fduJjUegUx0XOg3x+t/jcoZ0eD/uTQHgSIzze4fHseoT5Y1ND/4jzP8KkiRtHeOP6OuX4ApTRh6Ajz1SU/L984QtfaItLNyjdp59++jPKgyi8sk53FXGLX1Bc41erNCY/v83uQKP999V025ad6tSiZXbHiEQjpBSKkqOI1QQiy7R5Kd7NMn+GN16sXY0bBa/Xp+tSuZwHT8fDk+nZNOz1sKmIe/jhMYr0s1BM5aMTFB7WbynP8GJ6Qk8LmyAoXhR5gtKn6JeKPMX80DO5Jh+DLcQfvJaBvfSyX+rFex6/X8oZZ9iBdUTS9MX8RL2nDAmvw33phnt++WlHElaD51iV5+OTK9DZqHIFCZt1ZdTHs4wyPMQGI1uUGjlJ4bmlUt5kExTWnUljMPR0T5+ceWdW5Mkz1OAO8HZHRgPENEppqJFSSU8Z+BxloIXRtDcD6PWm14cmc75L6xm32PDaCQZn4n+F3GMfxLfoBhSzh+VeDPeTsIqV0UPjzMCSDnJ2+72RfHZyifNHe+tIvo13mvs4NtiP4Pu7M3RN8tgjg7R17qQz9ki+f0Y534nvtvB8QKnvt8nU2MQbYXjB/YbxT8MupWeY/Lw83uN+XJxnVIHHAwLCxe/YAH/jVas0Jr+8TWlYPX9TZQcbJ41IM4smu2WojialiSi0eCkm8gJdmDLZ1MnBZ14hpSLqdYUUfqYgZEVlNHUgehLs7/HSMySCT6PJUyw6ZWYcfnTIuWW+H9ZmXDItSS7Z4fA6PvwPlTryIWl68khqgnr3evjV4DmmUt6iglHvcsnOuGaXXFE4S5k6UkaNCANoaO5gbortFJ5bKuXN4zGRMiqyZUWeYpwb8Z52yTHgnV/zv/Y661u7j93HL6pRSqUOL2ugdThlQF6814Vu2chVCkT5aOEbcwr5z5BzrH3ZvIi7w7tfCwVzbV+YhQImU3HvMX58i2QKct6AkXzLXINyJSOjsZRRIUAH+Xegt1+Omvt/unTU+u5jOeG5Fbry3TUbLb0Wi5CXyOPpdENDeAZbdzmL8atgm+m6Es2sS62QJLVgh+ckbdjUO0ag+2kxl0F+/jhB4UF+SdP40xs33f+rGXfVbcdKVyFtsvsnGiGtusD1m8EJVJKP0Bt3fxZFgLf14UsuMa/A5ys5Z+/988JOoxI8Hg56WymVEYRpSZFoNHmK8eBZ5T/axWG+++2ZCnsLcXcEj3xXroQnTe/LI65T1u58syhxj/U8NXiOqZS3Ijkq3ta7XLIzruySK0Z2zJW1oMXTb+tQGRVxlvJuPCSOIJPCc0ulvLFpycOMji2Fx0T1dVbk8WP94P1z/Leh3K++8lI+nrjj0MgTqIID5UJGRmVWiGtEGT3iyCmsnR9otfTrZ911xywT9C0cMn235EgpYYcT53rouR2SuC9lhM1GqcnTN8SqZYsyysjjTHhwp0NRFheQl7vek/bMfOSdS9iOkj+K81VYu4nbGPY7OJppprvLPfHGINMwSSf3lEmZkinl+jmU0V9UYdRNsklkUEgPMgTgf4Zx95YND4N9eX/mc9fCKRsqHUJGa3jlVuqlVAxl4efQLmgPil854rVKU46HmoTZ+SMYU8sukULKC2wqpEQMUYgKGquJiGUkMYXyauTaCIxSeznSEg3eduMlc8nhvjctuknoeFNkE02TlV1bP/744+/Bx3HIt14RP3ezgcGEWq2VTUOeIv6zdvt1wxCNU2uX3fa0vr75Vq7XM0/92br/3rukISD329NYmYhtpgO5cfhLmt7QiWsfR8IHuIZ7BD5mKlWPaTiN+hzrXS7ZGVd2yJXdcuUqVkrrVBmVUY5D+Gb83SuTPaysPDeZUsz3TUZyb+JapwejIT2yIo+f3aTK5KuvvGjJlRXjKaMFI6NGGRUeR28jj5GdtUIopTxzVxklekHbDwXpF9TzVi2U0mJlVHinHfOE2Mbw/T8ft6uQYu8Kb5Ph7XITPnPmzDfA5b/EWxO/Fur+DbGfknDivYp1qLiTGjZb/C2K823kY0ZJp8LLPPKYHpe2jAajTLsfW+ReNnDgwLa4tEw6+UbzDKeae+jeBo9zsI1XWRv8PiG9ibO8caRhB+kZMvOKzas2A9cTyGO0l8/28CvK4g/TyFdogMHllJN55HOA3EN/Jn5l8a5VGuGn2NBF9BZqopTlWpgP0sykq8tZmkghTZOZrNEKegn8PHovxBgK6oX4r+EPEzf+a2PtwnU3V6YMvOWn6+Lu9em6aYHDOaWLoHUlH81rqDj2R7ZzuDeNpT3YwOBOwnbn2bqaUlr59lE6axm5RRndbgcp6jlj3PfMucP14DmYRoyJInbS9H5akd2UgSd5h0cxgutOS6r3XXbl6Ib33nvvW2A9CjA+o/z/DaXhGeyG6+yThy0748qoqCiixUqphBt/cYviGjSCKmFZMTynuttll3foj+yyu6nuspuVUhTMB3VCSWXUpAijlBYro2ussZbVr/8A67V/v+ySqYVSCg/NKHgzkMkdGZWMeXd+gRLwayOL2JTNR1AkbiLeIXIPb+ixZ1/pH+0k7N8EiUIqZoWcle6/5AfPotyuxLWTUIeXa+DtfTpj7pT7qIbRYFc58tLdf9NNNyVSDOBlL+HJx8fvwObQKN8O4n/kS7+iz10Vp7cj/hzwvYfycC75n+pldBTra6/m2/d8WhnznEQBLauEFudVqzTF+dJ98CYf/JoopGxq9D7rSItZiH3f5XQsUIU0JnzeC3ErlY2MsjzL1UMp5YWWXrFMKaTwOwietuUSI1Mrfu+6GujPUzhvYfvt2d6W3T8W8ai0vs0zkVGwSxpI3F4RBSwHgqWbtxkZ9TMifkYhxX8Tf5i4k6Yvphfn3nuHr4uTNktpeKcncXTDmfBUsKEBvd6P0ps+kdEAaXg1nJEpukFKqQjqP2c048rou4wuTKJBfVc9PiDvmJrDKWt306iVd2nlepTDz/POu7h9VH6vim6ZpmtGRddbfyNrvfWjtwmTjsxWYtI/TTcobjmllPgTuGSWi1vpizL6/aN/zAY9tjX92strppTyzbmYb0er4Z/7S2n8/8jc+22OiJN6UepEGQJ+2q+MevHk6DjXUHYTKXWGTpBNe2QpdfQ+hD3KJUtdmrluZW3rznF22kX+A0nvGtyJpuvCw2hkvxViwpOYp7n2EZ7du/B//zFR4anH996EpW3LM+U6g7W6Mko6mrybmJk1EfdxaedVD/RQDx+Dz+1qwSvK6HNp5tPPaXlfFdKEiPLifkgP04m8CDOLSeH35WK/3r6n8TOGCkiUUjFz4b/W8/1zOdfg35ueezzPR9ZlnSJZYp/K1N5pjKYuqwELDZsFDQHpGstppDGkTJo+RpYNmYSyPZYyfW2QcPhvx9SuByjvm3qzB4Ki1bVfkFJqBMrYyGgHfBV/b+9iut2km2+++V3Dc73aolAffPDBf168eLEopXsWySGy142Jo5CKMtmtkG5oxaVRLZAqKaMm3xJKqSgpomHnlNE1P299/wc/sgYNyjUjJn5/cqBSSjvDkE3FptNjZ2j6l1VchjJaUvGQI+LIeEfSbYji9zLfnDwf3i7Rq4gH/oupK1/IB1bBQTtrIUrpbpD+E9cG5DcQxWkOfGxTakftIDag8XX8N/bCFmDHHvDwMJgDjYEevZexdxNevfvQFvL8BRy7sJtItImcxVmr5VGilPIdvIi83am72DuHZrzBIja32Hd2LnOkc7r6pqnpjwz3p5IPKwgXz3v33+9L4VGTEIH+/fvPDSLBC2qmgwQF94ofL2t+ui7KacNM1y0HJhsTyAsqla2YFefPn1+THqRcdg37n+8dkzWjxabIL2j6TNL0xVn2yXvqGP96nTcA4QquX3KZjqb1P/roo+MbGRyjlIoCakzGlFFp9M41vGEv4P5wGn57NYIyauQSWUQmkU1kNP5FshtvtWuEQFhl1LAjSume+8iAaN7ISGKgMioxZGMkUUrXWXeDfAIUx1/kb1JyQPMcQ4oy9RBlza+cmqAeNp0lLxFfOlBdg1LXjDI43dxj3w8tU1/6vNN1ksd77LcgytLbHuVhTL+9v3gX4HK5IsdBJhz3HXH5ljwlb2iZ3XHfFt6ER0M/ik26hbQtzXe+PzPTutfwRCEUMy5tcOk0MWYt4+hr9lETD/0rL+qL1Zfb/o/T1fVKavkMdF6VjgVVSFNDtCchXtDM4etXSKng+4RCSkGXHvr/8z2h9X1udcZAgI/hVSaZbGD06MP3W3IUh1ziFj9jiCsKUoFJmr6AWB++obElU7b2pHPpUOwNaRhM5prI/WEGFrB2e47NfSPaRildc621rTUYwcnaNF0aTIfwHKbJRcPvy4zs/KoRn4PIJLKJjEZekb1RZa0HufwbGIXlN0Apdd8r/8ion1aQUuoPT+pGiRQlY0uhQ7laTP12RByatH9Ibl+BvbmXHqczNQ6tOGkYqX29paVFlLX5XvpVUY4fRL6RleiJIg2vsgzMNbil7o9sJC/Jk4SreonnC0/CW2RivgTgeru5hbeDjVvtGiNgN51e9Rxtt9M7lWz6N9n/nXLYYW5HSPEUolQy6GtE2O1rTJDMvKBvBfn3lh8VkShiRhnLxHEvtcKCZ/E2laSbHfbQWuXbqPmgCE1nmox8HLfn4+auF/WtGfWL/YjEpZHq95Pd6xKlLyDWx29QQIOmbf3DwEJ5Nw0P49WQtiilx/zo1EzK5q1XPiaTzFWBKa9x22fkrQKEqZEUZTGOEaW0X7/+1oP33W2t9fl1rAkHfC8/TTeInlFK/WtKg+LF8UMB3ZIOdDcp9dmzcZQn0tlM370K+0jDA+2CqXybnjH3tbBlii4jlGOR50F4kYcjQ8v30j7bTkYay/CwPWGreOEyyvpImbiBQeSxHAH3ckmeRrkfG2XasKQLMii1N7NE5GwvbG/y+hLy/D0orvE78MADlyfNJdwPYc3v97xp1iY4tC077voi/8fn7nPOo488dPaVV9/wf6zx/EaVhH+BcvuHNGiLMjpp0qH//v73v+uSa0qDaF+mwUu3Ig/nwiAM8PdPIwiKUlM/KvX8dF0q4j4xOmoA5lmsa9yinBq32vEQAEOHnWll+lC5j+IjEkfiFueSNH0xPb0vRIDGzvd8Pk/53OpUBBQBRSAUAt/YarR15jkXWd89/AdllVFDzCil/um7Jiyh7R9BzHe2haXJ97+HMkram+kYPSssjTTjoVDL5jP7c3V6dEWhuoP2ZH/vvofFN1O+t67BfRvKnklrvMvaHm3Z+t4ob5J+f4+XsmnDBMrmefBlRklx2tcxO63koBdhTSijbTybiVz7z5s3b2KYfIrjCB3Sn2D8yVdGf/u06d/SdADdDR9UAYT5nPJ3blK6smbUGeA8jyL6Ks8r3z5UhTQmsnLsCyNEUqE8y7VGEBkUwFjbegfRSsOPRqosqncNL7D0ktWNYQH+CCrUR+Wil/OLURgnzeoU+rwyDg5/jZJe4wYjIKM+9C7vCLaTiPEE10LvekL8JMwbGQokkDR9IFH1tHg/vgMM/s0+gkZQFSlFQBFQBFJHQJRSmSacpuGbnV+TDN3Vo9CmrROojHJG6Hf9jeEoNNOIy/fxTtqI+dFaaO4EPzcKv8X0acMMwn9v40+8W4w7jC1Km9Am7k4mvuQtPJj7NGx4PBk6S4UW7m9wJMt0eG8upg0/LeyMezVxvi1h8NYFP5HbZSKXHPsCidGGDssFpou7L5sjjjjktabmpn3ZxyvFzTudDsduOquj03onKrbNLS2ddlPzZ47tvNtiNb/w4btvPGmm6fppley98Efqi25eorzWHiQ/5xcGeef9eMFeHTZsWKove554DIdUaCTb1ksqC/h/H4NMryVhWqhUxmOEAT5OjzHlZY8wPXue3HdS8Q2RtJgXKk0jyUXT/zAIUM7lPbneuwqS8LEruA+6SZo+iGZYP+lUapRzSI3MKKOb8n7cyr1p1MiGHb8x4WorAoqAIlBtBPpzPmnK5kVDj2/GZqLQcHUYv1I23/2Syijpc3OASyWugb8sXaGN8jmymirZwe9+DHSIsnmP3PvMHriHevf/It1ffGEVnSh/0iEvS2yMOV3yNjdp2XxrXkGeE6F3qdBEHjnPdH3aa2fRhnuCGVND+eZujRIpcTaXOJ45i/bc4+YGW2axrSr34LEbbYmCART5dss0XeSSkVFXGZW4mFTPIM2RrM//H0w65PdXXXfTTk5nF6PWzkrJpLA/aGpu3ldoJqNTPrWOkJbHJ3YoL+IJWTpahN6nMQgjSqmYujvuhfUJD1KxfZRj3xpO5fYoFdXVVH5mTYUX1G3ROJdK+E9cZoqKBEpFqKaPI0DZ2JwP4wvAcK1c4ha/eoaFj/5qKKO/RQZZJyTmNd6bg3NO/VcEFAFFoD4RYDRTlj+9K9zTthqBQiMjcWUN8TKtjBrmUeLOo21zubkvYR9k/Ik7w7jj2JKX5BknbZg00L6MPK4xcXkOW9Nee4j7BXxnZV+Vdvz839obUI4L+CH9XF/6e2jnOf5L6EBDZv74ldFH8PuRSae2ZYkCOaClaXPbsv8vLh6SVmhUWxkV/nSE1NcTE/eBBaS7iJcyU6MSvKiinLkG5bTu1o+yPuENpu2O9rYqXwNBZMe5I6m4JqGYPsO9XJ+KP9d6XKNonIvtNz/nudzj91B330SAsiE9uMN90g/3/Lb2+Unv7HmUs+PxK7m2xx8/hnspZfhieoBPi5E2n+Swww4bunDhQulFlndDzHyu77BZxfvuXdFfvchVxHbd3tYA77DYpFLeGk2esOBpvN5BQEYzUUh+Qe7nCwfUyWfQAfdI0ahanjnC60IZNQyjkB3DO/WA3Be3UQ455JCVON/328jkRseOrJDKCCP0ZSmH7IJd9TYQeRxFfq/A68/IspSesYRv34nEld3HXdnMX79+/U5kBPTb3K9o/ErZpJWRbpn++yOwc6cLl4rbF/1l+i5yb3XlNTeOs5yuqZSijcLgwBN50WLHXtkkKUz8NOKUKihp0K4LGhTmuRTk/VNk9iJ6807mxUiRZDRSVAQ9GtHImCdCw3salfs0zyOVBkqeeBUdNK6fZ1e2rVgIfy3yuOthsWWUX3rb5Ao0PONlxPsJz6SgFy4wsnr2FQS+HCBoDz/KzRTiVUsZFRb6e3nEVkh5l/svWLBAOsA2FYJS3ul02pfGmowAB5o6kOttGHenbM3/+CNr2PAVAuWolqfk6TPCSyJTA7zD8pe4vElGjSZPWPA0Xu8hsMIKK0zjTGUZKdyEqz/tmLm0dc7lnPHz/dN3qQ/XZ7bLLymj2/i4vVnWjIpi6/PLjJM6WxpogYriZ599thdh/TxmH6cdIwpGJFOOfiRCESKjaF5Cp8HtjI4eS7Lt4WFdnsknuIV/6Ty9jjjvYfcwM2bM+B9tvU1p611ImjFEcL8FvoiyX8V/oPmgrBmVtqEvTJ0BCHiK5eyrp9/41c4OZy8UztEUutUpeatJdFYuv4Xfm/g91txi3ylnmgaQqapXHIVUeiCkgZZmT0Q1aIYCLkpPTDmCvBiv8uKcQGXxm95URoVH+IjSiE6lgVIOmzTDpKKC3u58iHZEzlNwf4srUGHgmSwmbBYV1kVaYYGEGj8Cz3HzTb8HbvErMJShaZSzao+Qms6hgrzD3NDAamIdzU3E3cHEh99naayN5h1xpzMhw8sopzOx+dbkTNblgr+nkWOscNs+62Zr/ISDa6aUijIqeRojvBh3XLsGeIdlTTogY5c3k0mjyYNc+Q6QF55/zhq1SY++KSN6VWzJ02cSd4BAq9HksVgCtQhFc0/qtseRb2XqB1HSzqH+OxYl9GnKpBzt9kX8voTtbxNkWhmF37IGuRYgjxuHjsZKU3vL0qp1IN+d18lTFNLIxmvrHRA5oSYoi4CnaNZc2SzLlBdYOE4eIoU3+jZFPkj0bsTu1fdnVQ2afvqV3PTErFGmJ6ZU8oVgIPPYn6aSuFM2MMrKmlEPz7CN6LoZIQ16EHyIluM5bMMl6+eGYEsny0c8k5dHjhz5ZNxzrYLyUr/GQYByswXSPMBlpu1+TJnZmalTT9WTlLzrrdRBsyrxjGwHIVvkqV6V6FYrnJ710TICgmy9us8B9Yns/jiGhtVj1ZJV6fY+ArxGMylr+/c+J+4Mh1tpWyVqiDeaPP7ncsABB6xLe+1u/GSktKzh/b2QEdRTsjoyWpZ5XyCK+D6UzxbKReWdAn3p1KkI1BMCkRXSehJOeVUEFAFFoBQCjbDLLg2V8ShuFRsp9aaQyjOj0+A0GpTn9JZSKsoobJxBG/CnpcqQ+jcGAtIpzZq1Z5FmxV6W6MP+/ftv6o0OxWal0eQpBoK6YRDv52TqhuMIC9rY8I+En8m7+2hxWr1XBBSBbCKgCmk2n4typQgoAopAKARklJSIo0pFpmHWY8puqbhZ8/dGSk+g4bkZvBWvI6oWu2+Dmcx8uUhHRqsFcfboxpwplZYgUubmyhKipMqoYajR5DFy+W3qBZvNDr9Op9wGuIcS9h5LdJ7gvX3LH0/dioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCfRkBuy8Lr7IrAoqAItBQCNzrDLAWWOORqdOaYN/aULKpMIqAIqAIKAKKgCLQkAioQtqQj1WFUgQUgT6FQJvTH3kP5zrVcqw1XNmbrP2t8fZtfQoHFVYRUAQUAUVAEVAE6g6BlrrjWBlWBBQBRSANBG53VmUccaxLqtmaY+1rv50G2ZrTaHMOIM/zUUTXKsi7y9q44L4eb9qd0VaXdYJlW5sh36o1EcG23iavp60m6yIU+sdqkqdm0vsI3O6sQVm7kGc/pmZlzUgtZc625lLmTqQe+p/xTmQ3mjyJwKiQ+Hbn83wLvkGskTz7BTyLl5hn8oRl210VUmqwIqAIpISAjpCmBKSSUQQUgTpC4HZncxogD9L4GO5ybVsfW83WzjQGn6ojKSzrdmc75HgYOYLq8p8wbffsupLHz+ws51SkmlpCNn/MarmlMXoGGP60Whko3YwgIMpbp/UsZW3FXuXItj6kHto0sVLaaPJU66HMdr5NJ8Q5PPctemRhW+/hd5k1zLrU+rb9aY9w9VAEFIFUEYg+QtrunMfLO4WGwjR6j09LhZtq0IzCWNSeRNtaCPk3weAP2LPA4eEo2fV63Bzex/McZZpfeWNbS5Hz4tSedfnc4oW2OcPoWd4Gedbm4zIU98cQes9qsZ6y9rZfj0dUUzU0Ap00MowyKoKKW/wsa+sCuaO8KwUJQ94kfb/877BtvUuuryNLz8ZVMTtZlys3MnousgQp2sXSVOu+CcLnWu3OY4lHSquNd1gEkpY3k0+jyZMbGY2vjDoAk0ZJFYVYeLEsmfUQ3ySVJ37OhSnTkqeQavK7NqcZIpdQ5x9TkpjDaKlFh9h86yBrtrOHNc5+uWTcrATMclpp/3RQX92RFZaUD0UgLALRq9A2ZwmNhP5UvkutVntA2IzKxqsGzbIZ+gLT6Em0rd9TCRxRFxWWiN7mLOAZLudDobxTFPBWe2j5SL0QOtvZmA/KWZTFccgT3LliW28Qdh1xrkGGD3uBS80yiwgEvQNB5TwoXtryBOUbJY92Z1eir24NtGZai5jyZ/FO5EzpEdKsyzXLuRsRctOpLesR3t8TeddrM6W6manBjqsUbO/hOIdR0j08dzyrFniH5SxpeZN8Gk+et3jm8aeEp6WQCrYyfbfVXk2csU2b0y1Ps7U7bZN7Y9OKk7DN2R08f+smTUOeODyUSvOo02K9b81A8W/1RVkM7n+F5+expRxsjntlX/j7+G/Fc3nF55ct5yxnfxia6TE1gTqrLVsMKjeKQHkEghvx5dKYHnljl4sbNszQMnbYdGnES6Mn0bG2pbH0BD3peybuSU9Dpko0ZHTbsqKMkEr8bJk253AwvwKmBvLhKG0c6/MEyqj+cTSiDueDIg1dNYrAc0DwzSIYxK/QRHlXClOGu8uNWCV7v8bb9+Uzm1XuZcjHkkav5BmuDvAlC+1MKlduzWguu1oqo5KjKL7NKMCyjlSM8JLUVBvvsPwlfS4mn0aTJ4kyajBJy06DFz+NWiujgkOrfY9l6iI/L2lhFJdOsDL6EN3ZE5km/UaerIyg2qxdt6yzqQdk4GUE9t3WHGcza6y9KB8vSw7bmgyPxoQfcDApqmHPcUbQSfpDsJRO0w25Orle4f4+eL2KciLTooNNqZmLtkvjXdLLOv+ZDEe06VrfYAhr4jvb+SqdO3vxPEaT3+o821xnmmO9xb3MJH2M53QnnWJ/rcRP9BHSWU53kZ9gR08fxFE1aAblE+Tn70kMCo/m9xENmS3rZqTUyDbLmYLzMve2yZ2KXXoai0nTm3ab810K/6+LWHiWgi8KxTtcaxO+HvcbYBeO7DYxJXO8/XhRWr3tawi0OVsg8gOUj/peQ1r83GY5Z+N1luddeoS0OF3W7v3fhC4+cr1hmviYGpPWt87QUztbCPjLWxzOpFWUTmsol3vS8uaXJymtOHhImizw4Oc9SBm1afe02sf6oxW4Zztb0tj+A9+J/q5/E7uYj7fPL4iTxo3j2Fa7tRsNdyfWaPbtzrpM1H3VY2WZ1Y9R3n3sD/KsCf3bUQq7KKXSWVALM8s5iNyuRaLBgdnZ1meETwHP6T3Co81c/At0xiHXaz3oqEf1EGhzxkFc9njYKFQmtvUi8U7nOc0uFV/WyPRtk27v3Qq88NfXHaC53qsc2w49V1k2dzprwt6VeRZtd4rNDkxP+QoF/RCuE7lauf86k5JHUlGdyDU/H78LJVWNItBqP0nn0SjKxvfdS9z1tqGRPkVFQBFQBBSBygjEUUaF6jj7CRrcP8ln4FjHWo6Tfru5DcVYpjh3Wvcwk2v3fH5hHR3WgfmoMvroV0YlQJRdoS15zHKSzcjJZ1TG0eacRujN5BesjEpSxxrktpdnORf3oBRt5uLXSP8EuK3Tg456pI+A4DzL+TPPr50rnDIqXEhcSSNpSzyr9F+s9MWvL4oyfbfd2aFumG5zBlFIxrj8So/VSGtupnlfwjQaU8nZ1v+o0saggD4SyPNu9hLCLiLO+vQ8nkqcM1E+dF1FIFgpeUrP5iznCOsOx7/+JjzxpOnD52ShgMparevcq16PfIkir8ZVBBQBRaCvIRBXGTU42dYFtBtyo42yrrQ9hSn8hrbYOeVtct5LRkmjGtunkDqsjy1vJnt5lo8VN3S2sxdJz/Ul/yf4jUc1HeletrUP93/zhf+YNvP3ffeivIzJ38saaBnlN5fNFOrcMooLsWUKsMSX43pmV6WzIM+IOig324KCnEQgRyTFNZL2KY9WAY3oa0gLkjfwTblpLnJ+YYd1CC+DbBeem8pRCMUEbh8u9Mronc2L77AOM2fmWtvZizPKqWFrX+PAPpr1HO/77oOduTjpT7MJzq3v+t7hfMFa5u48PYL3YxJAbB4JjKTpI2WmkRUBRUARCEAg3hTxb9IeaPeoXcLIz88DKJf38k8RLx+z90LbHNnQUto9h7hM2NZNuM+kU29p7zFVJuekyqiQbrU7aTxLI3wXNyfHXQv5pOtO+tfuTKSsTPWRuc3aN+Istdmsa+30RqpszlC1OFO72IyHZpt1G977uUEOebY78wKnyxanjXLf5sgu0b+mTJgJ7A+xKGavomNzfmPd69zLVpkygjre42caOxn/kRHp57377g3GitdA58raM8R7BhlkRt9D0JFdk7+GStqKLXKqMQiczYj+uqyBHsjVyRK2FnSWDhcvEyOcbXMclcOJG1aJDUTDUcnFcqyVcPyO92on3q/fm6RNxqF2BARkNGWCfQEP58zAVA5HkNSL6XIXm+e4lakeWTZtznKwl1swbVHtLZfx0dwsY5k2b7KGZRkfBtn8IY5Jmj5OnppGEVAEFAFFIDwCoox2WSfR9pGdqFd13eKXRSNTa4t30620ZrS0HO/4gqQdktzISKLD7v/G2DTQbetQNuiJNkLa6Rsd5WRqGvifGZJ527Zl9Si0ycMYyTs3mml80rBPRiazL8MbqD/7FimjuTxk9prFcTq2lVPsZWCn0/pqZAbG23PJ75J8uq6ExyXlCTWIo80ZaW3MMXD9WJLU6e4aPSimMroKswxl6nqag5j9oHc7Sml+qrUqpEnKXQu9g8Fm9WDvDPrW0/rRZq+iExhtPjW72Z9kENG+x9JdzmpUdqKM5joLZM1ukztCGg6LpOnD5aKxFIHeQ0Bm1cjarVnOT63fOGv3HiM1yllkFFnbncsskV1NYyBgRkb90gT5+cN7y91mnY/CLCNmORNfGZX0X/SoWHzb3s274zrknOVO61aUKRnZk/bM0/zvE3mkObcbcG7UU+g0l5mumxtZlOmykpdMc212eRBe0jByHrzFjrrd5uiybTThp8U92us2ML0FdSneyKZ/GVYaO6J381+/LtnE6jZnPZ7vJjzngYkFsa0zoCPPN10jI6VO/qgiioGa9BFwrKxPe83JPNuRXWjXd29s62Uqw1fSByNFip+35lGZ5noPZS1HrgJMMQMlFQuBxWzk5Viml+tTntFuTL2puMV3Pq+k6fOE1KEIhETApoHZxCYfcjW7PcchE8aM1uFO55R1Yqcwk+A5lLXDYlLKfjKRTWQUWbvYRTMne/b5Vg4bBwHZHddiQ0Nj5PSAcrvpmnhB9m9o2FvWl/NBDhvoJDGznS/zvZRptTlFQdpeFt/MVnthZLK2tQO0VnHTyXmv+3BmczmTy2M3vtGSpxg5Nm8OI6Xd8uX8o/877tEfg9yEskY0zG6++9jvMttwf6YOH8xysY7omZJigPWSL51MBVUzi0m6jiUbgCY3ze6Mz1HJCZWk8A3a8rJjryqkJSEKEyDrSIOMbf0zyDtzfp11NF1XwNvMXsZLJg2dnPEv5Dd+atcWgdyUn93cTGWDgRY+SlGO1UmavrbSZj+3pnxDQ2p30+jIPt+15DCnjEpv/Ffcy7F2rEH2W+XzyB1F9Us+wnfG3vwrTyxDDtnITGSyrF9STw/1cdYtu89TnXWIgKwZLTZBfsVxan3fxYiOMbb1Zw4FOc7cRrJlpGmZW57NXiF/QtHqPg4qEjEiy8yBLut+3o/caJMokf2snaH5XlRSbvyugum6t4Y6j1PykjwlbzHCi/CUfOZG92i0Zd3g0q7F3xJ3Ta/J6QPj6LO2TNNNSxnNgXh4DbB011HrCGkcpHPTr07ihT4nMLljvRDonzXPepqua7BrYiG8MbLA+nZHtvxW0xsIzHEG8yHLnV8r+dscx7OvLVN3w5mk6cPl0rdijWP6SxNrc+QSt5pCBIwy6lgruAG29RHlNnyZLaQW5a7nt9ax9mT08O8ocXtEIZTJuCKDyCIy9TQ9Ze8ZR31qjYCcxdzuHMgGMwNCZy37ZjS5u86+7So04i61l0ZooilHfMAZAsWdfFQnFihqMs31Dqd7Cq4vYoFTlNHZ1lXIJzuL5oxdYt8QE17OFkVhmfUg9HJT2HNLW3ax9rZfL5esZJickGBbe+fDy03XzUfyHJJnE5s0mSPxhCfhTXiMYwQrmzPejeln3WWcVbcd37Rsx5uOXPVMM5qBbGDUZcmIfjrGZgalY62VDrEyVORImNnOV9NcoFomtzoM8h/qXMy+mVhQaul5szW9OEnm7uvtuBcD4BDrCnZnO4KXRM40GsSY3GNUoiexV9tVBR8dE1/t6iHwmXVkvrKyrXesIb5e6TC5Jk0fJo9ycaRjqdNdwyJrb+a4x8CUi18PYbkNMWbUA6s15zFIGe1i10knhTVhcYWRpQcWjbd251ds63Gstae9IC6pXkl3lzPUWmpdSiPosF7JXzONh8AsZwrlXs6+tPieHsk3dNdQU0Zz6xBPJpVc2TQL2cDFnH5gW28iV/EAwcMoX9si8+85LGSXwJMFRMFqp4PVAZtucyG0yk+J7Y5b6MptyHgv9DbwAhajwI1laUv3jK/CFJXvbDp/uryZCLb1L75ff6mcyBdD8m53xsLTg/jK1N0N4OlecNkuVFnwkbLuYMmOf9Q3rpLtpxnG3e7IKRE/5sqZppQ7YR91BvJ1mAouB7oZyJE6K1unB5YZw2+t0pj8/LbsppvGmlFD07a+ZZxVt7usvbTnMm2UbetuKpncovG0aadJT457MWsYLKsejnvJSS+7s7W4vYLzXA85k9SxLufj8XfWZbXqOVQ5mGr075+ic3rZDQyCGUqaPphqGN/bnc1RRl+g7FzrXuIWPzWNiUBpZfQfmRBYFLol1rM0BmvXAEgquPAqPKsymhTJ2qYXZdTyzWxx3EYnx4K4u9jXlpdq5NbpHimRo+wUrC+UMz+bCfiSGygjn++z/0Gx6VZGj8oHyaY7rayJjmPkqBwLlc3xzi+VpS3NlqybfCwOuXwah1kw3eaWbmcEl/AgvHSf57kZqe8AJ+E5vOn0bfpkWdWtU4W3NufrtPdkdN4c+SK8/oVZQW3hmQ4R8z3rZ8QShXcV9xJ3zq904lqlCeJAjnZJ0zi+tdNp0g2i5Vijk42QlhtFDMqwL/j1Zm97FHyzdtxLu3MeL/zxXJUrwmUBgjr0ilrWLLc6mmW6ywLiVfKy6e+3mQo83j6tUtSy4VHkKUsoYWBa8hSzcaezJkht4XnLE5Fe9ku9++d5jr/kAz695Bb2SdMX8xP1vpNRHbM9vaQVt/hZvmlH4l/t51it5yO8lzONKleQzFlXRg3PsjGYTB+ezVTKUiMnSZ9bWuVNNkHpchuD4ad7Gjn9dlbk8fPUyO5iZdTIKkqpHPsWdqRU0t3lfI4OiRZG0940ZDJif5jnwy6avihnis5yziT8CjdOF0pdu3MD3/uH82lms0O8YxUqo+Pc41i68nHCOuTomTbrRqJ3TyG2+VaOs2WtdXwzxxlhLWIdaLeZ2e2M6BJe2h2Z7ZRTzh2X1xvp3D+g5Pe7OAvHpwg51hvFwYnui/UMf/POuG3URAt1VI63SdccEEBO/I4N8DdetUpj8uu25ZzRNI3te65p0g2mtbqOkAYDk8R3IpX6hUkI1CRt1taPOuzGGEYZrTY4woPwktQ0mjzFeCyh8u8+/Lof7s24lvMu2eHwOkatHyp55EPS9MX8RL//ckCSnn7Vfo5plbcAYcp61awmzs0AAEAASURBVLtcsjOu2SVXFM5Spl6UUcO/w56RneycWcokfW5plTfhUXhNarIiT1I56iF9sTIqZ0Da1nl51qOMlLY5h3OWwH9J+zrtnWPyNGrpeNRpQZE6hfxn8J1Z15f1i8jV4d7L+rfizXom2FcSfk8+flfR9OMubyRTIsjIaFxlVNK3W9/hfz9xusZmuud4e7q5jW0vdtdN9vPSy0ZLr8WmJQmFJ+Gt2+wH72O7byu6cps05aLNrxg7zQhy8oJ0plhMz07bONanPUgG+fkjBYUH+SVN409v3C0hBnRM3HB2uiOu5fK0rdWSjZCWI96XwxzrBCrJR6gk7s8kDG2OLFRe3+XNtl6Bz1d6nU+bbdmtkCOk1WQ2N4IgvCQzjSZPMRpy3pfpnSwOM/eOtT2N61voad2xR09r0vQmj/i2rN35ZlHynut5qv0c0ypvRYJUvK13uXI7437FlbOJ8+tya0ELp4rVmzIqwkh5sOjIKWWSPre0yluz9TCYL6UOqDyjpZQs4p8Vefw8NvH9jm7WyCexqVeamAiZJROkjFqsi+tknK3JPabuXJfdMCOlooxa7miaOYTtUhRDG6VGZpjUxogy+h7rBR12jxDTYcna69x6z1Z7PqOgc7nfkctivehV/Od2gnc9+Gu2jibN7u6tLF+SI+QknZj+TNNcyn8TO/qPs35RhVE3N5tEf/7punaZs0cTZRIhse0unTIJPjOOmtiijspZuLa1Bs9R1kJLHZqOabJ+Tj1X2B4Uv3KmVmnK8VCfYVQiUY1/+HyCHT19UH7VoBmUT5CfP++g8Ph+r/OCbJTqyxGfl8KU/o+TnM813u6dHs5CrpLfya6ti6zvQeg4rvUKCMra3pHWhLKL0QsS6E1ZBGY5/yJ8Iy/OMsq6zAqY7d2Pwz7B11idxFljuelAXgQaDMnSGzpxbdlh0rIegMfhLgnb+phGys5sDPFUXJKaLkUE/PVyl7V6D8q5s0Mf4fmt4IbJbrl+pTQNZbTJ1+Oe9Fvnl6eHMJ6HbckoxyF8M/5YKkqm/HPrXW/iGaxTka+k+FXMIGGEMM+nXBbSOZdOayiXS1K8CuWR7/tlefZlZNQoo8azyd2UKqeUip9tSRnsudGRUUa7Z8cYCjKaeFyBUurnIak83blYVrEyKmHC/3j71/lobc72lMvuabhNzHoab1+eDxfHLOc//K/p+rWw/KQadX9uyu4M8ugeJW1iU8Yko6QyGtxhveryLep2P3bI3cdOdtxJuzOR+tP/jb6NMdjwU3bbncl5xS2NNmWlsiMbEsqsrC63nTHaw0LKwZVg+8P8fRoO2ZvEBgsxDp0gE+y2imRrlaaYkVvd83dzZ8EWh8W5b3KPecq9I3HSR0vzUku0+H0odqUKVF6IDnrWpCHu0DPT06yN1y5cd/cM6mUfma5rRrccd6pDLzOUUvZj7UVQupJesmuQTxbqn4Odayw51h7slnYnYbvT4OtMKce+S8ZmKpQpQzZrRTvdXmiDx1Xe+MBprodtmR51Ey4NnmTpuynFc7XaTzLNaxR856Yl1fsuu3J0w6fu5iSjAOQz8P2bta/1TI+R6XhoZS9VJ2+zTSNPRkdFKZXLjJQKt8Zf3MXKqvhlzTRZ9bfLrijOdzmbMpqku+xmrTwV8lNeGZW4XZS/JjdRTikNGintqYw+y7u1mHdPlmgIjV8wUirTP6s3UiqbEr3PiKAZGZV8m8jXr4yKn+yGO8u5Cdchckv8s5mpw1Rd3xpD2/o3/rnGdpfXseVGTvFP8mtzDoXiSuS1k0vZsa5hnfj7sdeRdnnKUY7N+xMro3IWeBc8GWNbv8N5aKRvRxcdgt1mxW5nlVz72m9DeQ7P9B66wc+F/1PdnLpY+zvbuRpsn08t55wCWlkJ9WdYqzT+PMXdzEyBTk6fSMs4vG22946kRbM0nTdVIS0NTvmQ3AtxK5XNAzywZ6lseiql0mDKmkIqx71Y3rlaNg1Xy/p9eUHrMDSncN5CT+psd8tu2RktZ77NszoW5yV1KFXWWB7oY+hmn9s4ZbQ0p5Ba1ibG02cnTe8jFdOZe4evi5k6O8nanEkc3XAmddDqBUy1WY+idE+k5//fBf6NcuOwm6OMihrl0yilIl+pkdOsyW67ivUkGtR3ZY21UPzkjqk5HEXkbjC/jmvlUOmyHSm6QiXTBWVTFTG29WdweMJ1R/uTb1P1TNDIqD+3ckqpxewimabbPTL6LA3f/djSqAN5WZZRI6VUzh73nztp0Rky3v6RX4y8eyibEy2kTnTcNdlPFyijuUhmho/UF8lGGPOZBjhkCmmbsw84PUo+stSlGexu5Z3ZGd4fC0hR3svxjiCRWEmn67Y7o11eRJXJ0Xsaa5/IM/tarP9QEnLGCfzee4EpW6LwO84ZrHcdDa4yUtqEPBOxj0s5p/ogtxgFsl+KdbDNtHXL+mpNhLetx1QhTYp0q/0hPXEnQqbnLme13DI5rByyXqIr34Myl4qntvP9w/KZRrzt7MWQOZ7nI2sKclu2O/SkPe1Mszazl6WRRZ+l4VD9y+cwZ6KXoaTp+yzwRYLP5hy5To6uCTbbEfaANYdRrNzsgeBY9ewbpJQaebI0MiqbrDg03/3G5vzRFhrN+9jv+r3r0i0K9R3On5FSlNI9C2QwG8wUeGb4psu6KAZ3sm40p5A61uN8Y8uvMwvKoKnszp1BKcL7VVJGDaVgpVSUlA15rqa+zymjtvUJ9YuoMgcR0lMpTXu/U1HgunwY2UxDbrVLKx5yRJysI73D2ZCD4l42Irq27BLdyVEeOSPthBc8d3WsVnshSulu4PQncNyATOTczzmM5m1TckftIE7kuBPH2tgNst11s/Fn4OV2yp7j8iIEbRej3cB0oUs/yl8nR67IGLkohNIBLWdx5tpfUajEiytK6WznIp6nKKQih3/34Xg06zXVv1FIN3ZnLfg7/ONL4zB132a0vBamybozN0mjFpk1ch4t1txA8cx0kMDAXvLM2nEvtYBhZUaPcpWt9ISuyEqt7WqRbUPnkes5MyLmGmLmLmf7/XpOn0mavjCvvnvnWMvnhbfZbt/mOAObI3dysx+kvK/PPIjj83Ea0WGUUlFAjcmSMio8Ob5vRK4heTgNv70aQhk1mItiLTJZTNHPyZgL8ctu4qpdOwTCKqOGI1FKLesMc0vZ3YirpzJqIsjGSJarlHaPCsv03bSNwxKcbvMQZS3ciPI+9ksF009l2m8ny0y6zf3Qit6p2p0+nKvVfo/Rq51BUqabSp0wDBXu/h67AJejVriZ0R2x+ZadhyVv4UGM8CS8CY9xjCixtpX7zstGZx+4y9XiUIqXxrak08SYtYyjz9lno5w35dcXJxffYdNTm9HvahvbepGOmb+qQlpNoG23t6iaOUSnnbXjXqJLED3FdrZMJvk/X8L1fW51xkHAKVgzegK95D/gWtm7fgDJE/Jk5UzSYpM0fTG9vno/3p7BB2NPahrpxdyQBsVkron4HZaHJDeVKX/bkA6jlFqsnbVYQuHf4CgLArewlk02+5CrH4eNT7Cl0d+YRmQTGY28Irua3kQgt5tuFA6KldJc2u6R0WJaQUppcZwk922O7DmwpUdiMSrPEbHIOWzkKZ12lrW5mz53ZMjUWLTiJNrbfp33Yhd4mO8md9iQaJn1IKOnIyuSE0U6twwsF9WJubuu5CV5St5ihBfhSXhLYmzr9nzyLuvgvFsdtUVAOhVs90imtPLt2X5Li3I3ndPFWTiFqDtQXVEQkM2NgoxjvRXk3Wt+WTzupVZgOF6vpOTXlfLhwbWSIUv5tNLD3M4aIjnaJXf0g6wXlavQ2NYjbMw/3V2B5A9Jmt5Pq6+7W+2e07aa3fWVOWRsr+HR6DiJUup4RzlkTdbceuVjssZW1fjJNW77jrxVAzIFwjllMTqh3PTd3LIXy/oro4rH0dD9pCQhyad4+m7JyBEDbJRRWSQiRvbsiKM8iTI6m47ULu94mBytqazjfMalW6u/cfZzrB8dizwPkqVM3d0Ame5FKd2OzsSFZdiQb21umnFulPWRMnGDg9qc5Qi4180zF2MxeY+NNG04mLJM1r0ZbM/2gvdGni8hz99LRXf973WWZ+LxJaQdwu97Vm6addkkgYGyNrfbVH9ErzuvbLomWP+2ZsFaGrM0O60/8HxkSrtsmFgN83+Uk9lCWEdIk8Lb5qzIC31hIJnCaQSBUWrq2RdHRw3AtrWucVLqc1Nm8h7qiIyAbcvWDLJ2qPRHUcLcOMQtNknTF9PT+0IEOtzjj4yfHmVjkFBbEVAEwiPQxd4YXdbXuGQadmll1FCs3kipfwTxHya70HawMnozq37PCk0jzYiymVGzexJAp0s2p1DdgRLXv2Q2hdN1OZYl4mkBOdp3oKTklDebLgbhIc7GSkFM5jbPy42SyhRv2eRMjugpZeRInAVWG8Fy5Mz+uCeWilrWX+jI8S/G5BR9c9c3bWlf7We/yvN9nichnUrJjMNOxmZUPxmlwtQ2k7vNkTqEqEJaCE/4Ozn2ZZazPwmCd9gVSjbHjGTJOL7DoaVHrp7MHGcElfWj7nWH88VIrLc5stPervk0Dr29apIjIKM+493DxydR1p/gknUkcslaInYOJSw3MhScV9L0wVTVt935DiD4N/voOYKqKCkCioAiUA0ERCnt59sJNo08HNSVbrN6tzOEq5QyOt76bsHa0hCkUo0yzr6Tb+WReZpyLIxj3ciusWa9bj6Ids8g4u6d92hiE6koRpQ2l7Z39IyklbyFhzSNbZ0MXdlEUsw32GJnOrzndvDN+eX+RVFtt67m5tuet6x9jN4uE7nk2JfuZSldKGH+9cH+XPueW6bv/otzh5cxwtnMju5yJFwLHRFRjWO9g9IvnTey/C0tswxC+9Kx8pohWLr3wsToq7b/YN4gDMxj6Tn2Y2K/ygmY6b7shnIcu96Pe1nkVsZjXNE7rMeY8rJHqJ69nNzyHIa4aW1ezErTSNyI+hcKAemJk+MAcldhkgmFt4F3SdMHEg3pKZ1KjXIOqRH5DnbU7eBIAbMJic3GFa32b0yw2oqAIqAIVB2BxTR80x3ueDHPs4zwiUKT2xsi7x3oKK+MdgWmqaXneFsUts9RX0/1st0PRU2UzXuK2NiDOENdPxsVY19bdrUNb9rdDvn98gls63TaT+krbq32K8hzIvlc6ubV5e5tsD7ttbPg/wmUoqF8c7dGNZI4m+f5aULZGW8/nr+XKclmjetsdiceZxcOoMi3W8pBOyOj3cqoDLGlewZpnqE6dshGR5arjIpCmsTM5dn+DQK3g/lKSQjRafEB6UUZ/b2fTrpVhp9yX3fbvChZOlpEjntx6vi4lxZ3vcVHbrFyrOHI8iiV3NW8ILk1FUHlrd2RUVHZZt2/vkAqQjV9HYHbnc35ML5A2bjWvcQtfvVs7nJWQxn9LfLIOiHpAX+NN143l6jnZ6q8KwKKgMVsG84RdRvVgsYIRt5OrghL1pVRI0CrfR7Oy81tCfugvH/Ss0clr1yeeZKpOlrty1AMr/HR3JrRtYf4Li3g+/QWdjth3d9a27qBqdOCQbexrbn5m06Ucxkg8l9Cp9OSs49H5+PJEiHH+lH+Xh3pI5BTIOXZ+TcJjZqPpN28WBkVIjpC6u+JiQprqfg255hlbVSi3o972dd+g7OmRlOxyVbla3A1c8l0l0lUVM9QAT5D2Kfcy/SQ9bhGcS92t7E5G67VvqfbQ119FoFOenClY8MYcYufRe+t37Q75xHveK7Sa3v88aO6ZXqTzWHv4+3ToiYtiH+XM5SVItKLvIbrn1vv8R3OH32/IJ65qRe5DL/1blcb77D4pFXeGk2esPhpvN5BQM6abHN+Qebnuww4HEvT7rBhnm9Uzc9ZvSijhudW6xjUtAfc2+I2yh3OSky5NFNbZaOaGSZZaHs834Z2S5ZyWDVpA423j+L5vAKvP+MK1jNsawlhJ8LPtB5yNOHvILMc01fZyHTfq4n7I2iZ6cKVU2mMeAjkpthuxfs4DgJTwX2jUITkaBeLkXlvA6OgND3nqgfF8vv5p7JOsKOn99My7mrQNLQr2e2OLNqXtaDpGFFGx8s8eneYPB2aUalEaSyk1UCJymPc+Lc7a9DLdi3Jd4tAYhmN/p/wIhT2wkUgoFEbDIE2ZwEVaW4k0Ygm619b7dy0KOMXFM+EpWUH5RuFdm6zinuRZwcv2TI+0LvSWHu4JJmsy9XmSE/6qi7/NjMcOmu8EVkzeTve2XbSadlqr1YSyzABtcA7DB8SJ2l5ExqNJo+/DdJlrS4iRjTf5J2TkR8xl9Cm+HnOGeG/yXozHztp2yq5PHlWYjvSlEeYmOMMZiLwk7yXm3g8LcM+l8PGzi+Yvps7TeCXhG3jxZMyfzPtsu/2arssz0xER5tzODLnptfa1uPURYWdphHJ1TS6nHe6zDqWPGWH4HV5Dp/gljWD0nl6HbK8hx1spK3XxYahjju7L/ctMDGlDrM4H1M2MJI1o+Ps502Q2jVGYLbzVZ7TXjwLGa1enWec+1bmThl5k/vHqBvv5BlVXCMc3HNRTh5RYGS0QOy0TDVohuUtWk9MOaqvgskJvGC9v17Lsaa4z6gctyYsN/IzhdtkIzSGXrXtfe3/kcXuTK/ckUbqKbi/VUbWxbwIs3guF2mFVe0HU3f0n4PjbxZxLX6FxubcSKvqI6SSRzwjmzq0WzfxDhhlVBpfcg7naGYO5KYzNVkvMyVqZsEGHpmXy1UGx7qgODRKmukxr5VSmlNGL8w/EKOY5j1iOKqNd1iWch2Q8cubyafx5Oles9bMu9Rple7MMRikaUueZj+K3JEeyaj7Z341gjyCxlh7kfUbZ08UnMfBamV8+nGdY72HwtPmyJReeYZfxO9LXN0zWupZGUUQZOre0MmuOLVXUmTH5I7nEYU0usm19Q6InlBT1BSBnKJZUdkMw1P0Ec7c6NsUXv5piaeZGQ6rQdPQDmOX64kplV56aKQHQI52kd10ZQOjrKwZbeQR0uLnIedqNdET6tAr47Bxkc30kC7rI/xe5u7J2OdaFeej942FQJuzBQI9QJnJTdu1rY9RenZms4in6krQWU4r/MqJY+VNE0f0jLejT/UqT7V6oe3u9Py5ZNDb+xzIdLAxYPdY9YRVyr2OQNKZUqJMRm9NBYvdxKZk4+1kDfGk8gRzFs83DXn8Od/urEuHgawfNCOl/tBi94VWKx3XvTljrZijOPftzj60a1qsCXZbnOSaRhGoBwTSqkLrQVblURFQBBSBbgQaYZfddmc8DZXKjZR6U0jlKbU5p9HoPAdXbymlsjvhGTQCfyrsqGlgBKRTutM9wm3FWFKmpZDa1od0jG1Kx5jMBIpvksoTP+fClGnJU0hV6gY5BmUy9cNxXD03NrStP4LjmeD4aHFSvVcEFIFsIqAKaTafi3KlCCgCikA4BHKjpKNKRg6aslsycsYCciOlJ9D43IyGZ+E6omqxmpv69zRqMPsB6MhotWDOHN04M6WMEEkVUilzsrOoLCFKqowanpLIY2jEtashTxAvsnnR7dbX6UzYAPxk/f971gCOF9nTfisouvopAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKgCKgCCgCioAioAgoAoqAIqAIKAKKQN0i4DjOgA8//PCg+fPn71+3QijjioAioAgoAoqAIqAIKAKKgCKgCCgC9YMAimh/FNGjuP7L5ciFUrpf/UignCoCioAioAgoAopAX0Wgpa8KrnIrAopA30bg008/XXXZsmVjBYV+/frNGTJkyNv1iAjK5wEfffTR+fC+lp//rq6ujf339ehGttG2bZ+Awr0Z/K9aIxneJs+nyfOiFVdc8bEa5anZ9DICixYtWmPx4sUXwsYYrlqVNSO11D1zBw4ceOLgwYP/ZzyT2I0mTxIsKqWl/vw87/w3qDNHYi9obm5+aejQoU/g7qqUVsMVAUUgHQTsdMgoFUVAEVAE6gcBRg83p/HxIErHcOGahsfHTU1NOw8bNuyp+pHCsmhIbQe/DyNHj7ocmX6ywgornF1P8vh5RRk9FRmmBsnmj1cttzRGyfsMlNKfVisPpZsNBER5W7JkybM87xV7kyPK3IcDBgzYNKlS2mjyVOuZ8B34Nt+Bc3juWxTnwbN4D//LqEMvxf1pcbjeKwKKQLoIRB4h/fjjj8/jBZ5C423a8OHDT0uDnWrQjMJXjJ7EhdB/k+sP4DALHB6Okl9vxxW8qWiP5+pfiRcq4qVcF6f1rCvlFyechusw0m0Dn2sj01DcolzIx+QpPiavx6GpaRobgc7OzkuR0FVGRVLKynDPb2u/5FHeFX+6sO6k7xflvD/1sZsdtN7F8Tqy9GhcFfOTdbm8kdFzkaWHol0sS7XuybsJTM+Fl8eSjpRWG++wGCQtbyafRpPHGxntVWVUsKXMrejxcoDBOo7daPLEwaBcGnBupgxfQp1/TKl4xBlJ2FQ6/WRN/h50Vr5cKm5W/JGpFb47aPfckRWelA9FICwCkT/2vJxLKPD95cNGoR8QNqNy8apBs1x+/rA0ehLB4vc0DI+ohwpLZKeBtQBrOT8OFdwLaZCJopcp88knn2zc0dFxFviPo0wGdq4Q9gZh1zEF5xqez4eZEkCZ6TUESrwDPcp5iXhp890j3ygZ0FjalTK+OuV7Jg2SE3GfJekp+yVHSLMuF9+Eu5HDnU7NMOUjHy9ccuI7H3xSkynVq6y0/KrDlxtwIdro9h6Oc/jW7RHlmRTHrRHexdmWuk9U3oRoA8rzFmLVeppuqefzNt/b1UoFhvHn+eTl4du3O3XDvWHSpRWH/HeH1m89eonlSYsvoUO90kL9MgNnq4/uYtx/pc58nvBVsTfHXtmEc/8+bbytwPEV45c1m+/A/ijYM4UveJ3AIEJb1nhUfhSBcggENuLLJeAldUfVjF0ubtgwQ8vYYdOlES+NnkT43pZRiieohPdM2pOehkyVaFBZTYPnKCOk0yrRrHU4De/DUUavIN+ByFIye8I+T6CM6h/HR+hwGpZ3l4ysAX0JgecQ9ptFAotfgYnyrhQkDHlDQ0dmICR6v2gk3Weyo4wbZ1k763Lx3sqaUdfUUhmVDHOK7/Inrjh04NNy7+dF7uOYauMdlqc0ypvk1WjyIFJWlFGBNw1e8jRqrYyKALSD7qE9JE4xeV5yt733z7vcQxnlnXgIjibSNnjDcEa8ZurSEwg7G/cArhEoe9JJthl+i0y8LNnwN9nwA59RBhxMstRtBg0Etx9CeFeuDbk64e0VMLyvpaXlKtbpvlcq01IzF0krNN7Ffpp6aObyyy/fhlvX+pYCssj/7Iuu3q+f1XRkc4v95Sa7eUhLc1M/idLR2bWsy+n8tLPDeW6Z1XXN2SccdVtR0qrfRh4hpZLJt/6pdCKnD5KoGjSD8gnyI+98T2JQeBQ/XoqPeEG25AOQ+akdfrmoeKfwgl8mfsgwjYq55DQWf7recsPvd+H31/784ftZ7p/D/x3ca+NeD/cG2AUju1SCW1OBPY6/mj6MAL3JW9BJ8QBlpK7XkBY/Qt4NaUCdJf68ByVHSIvTZe3e/0144fV3V+8N/katvbIsy3BNWt86Q0/tbCHgL29Z4CxpefPLk5RWXDyywIOfd+rFIGX0Mto7x/rj+d18J7bkO/EH0roDMYSdCp6ygVyqBvo2dfdujGY7cToQ6KBfFz5fFaao95dBZ1XaOR8YJoU+yuGuKIc2/N9j/Ktp8/wPgv61XINL5PMZ7eUpjOROLw6PMnMRef/CNQ46rxXT0ftuBM694OqLB/bvN7mlpdmU5e7AAFdHR+fSxUuXXX7GSUcdHxBcFa+mqlCtL6Kp9d7x0q9ApXB9fYnvjgBI75VrqCDyoy3GL0s2FdWa4Hylj6fn4XkHPipf4TqEyvZE7Faur3ONJOxE4s438amQRUlV08cR4KP/ZP/+/UdRPr4vl7jxq6sNjfr4I1TxFQFFQBEIhQBthsjKqBDmm/AEaX9iMkHxOZb71NvNKJQyIPBb2icysizTnSMZeDrQl+A+vzIq/qLsCm2cv8WdaEaOL5+STmQ4jcCbuUopo5J2kLSX4ediufEbmbmITCv6/Uq5ifc1rifAcJ1Scfqy/zkXXjX6gp9P/2S5wQN/HFYZFbwkrqSRtEKjFhim/mLVguks58GLsS0vxg5Z5tHPG/wO4n6M5/cZFdlcz51Ji50QT4AxU8n9jxHPMfSMPRLELB+PJYRdRJz1CZcdO8/kXtdVBIGVkp/0bFL+j1iwYEF+/U0U0knTR8lLjnmhPFwnV70e+RJFXo2rCCgCikBfQ4A2Tixl1OBEx/YFtB3c0UZorcxIY345gYmTxBblDbr56bYyShqVHunzCim8ziiXXvLyFMZy0WKHoWDuBQ/n+gj8k07f8bTDRspF2D5cfzPh8PNj2gzfN/eePcbcyxpoGeU3F89jAPTkGVwInU6JB42RXLO5VKcxwGGfc8HVU4YMHDi3f7/mgpmCvigVnZJWaAitipETRoi8hjRhfnWTXAp/KWa98wsPofDLduE9hr/p9ZlA2rrYeZfKdQy8DvRkncsLLov7M2vAe1/DHLwejQL9vrkvZXtxUp9mUyq/vuqPEvoFOgxketMIrkngsHkULJKmj5KXxlUEFAFFIAiBOFPEN1pz5I+am+0fC73OTueSF//73s+DaJfz808RLxevN8OkvYPCcQ48HOLxcRMKwpl8i5f2Jl+l8obfRMqo0BWlBwVOZs/sIveMNG6I9aS4kxoUsYm0F6f66NxGeyXSLDVobAaNjTwaCxjVneOj5zp5Rvfx3GRN4H5e2FTSzaMztsd02eK0Ue6Z4rwivPwa3N32M9g9RB6ioH7qo/Mbwu8l/5uxx4s/9jS+/39kTenzXrz8zEXkudeXVp6HlLVn5EKm+yQP0jdzfY32bCv+ImefN6JALj9k4KVssVJSlwkLEhv8NQmtqRddu2NnR+efw6bzxeuwm5xPHbtpnr2446W///0PL7S3t7udCb44lvYm+NEI6fZGVqTX7MwSSbYp4Z85byqP/HRd5IlUEdZaGCocWajv7j4Ir11UdHNrzYPmF4wAH5d1ly1bJh+GEcExyvsmTV+euoYqAoqAIqAIJEXAU0ZPgo4oDHKd5PklJZ16er5FTfAmo4WipLiGdsNlKGcl14yaeMU26d4xfozOSTsksYG3veDxGkOIPH4Hb4diRxohhYZ/dPR20n9maBobvy6P9u+Mn+QtPJj7NGyU9ZOhO1xokecbtNH2xfYro242+MnstYOwXcWeNP1pP3w1Kg/INJe0l5h0tGcPMO6+bMsU2yGDBvwiDWXU4Ci0Bg/s/x272Vrb+EWwW5wuexhbWm3o9Gv+zpe+tv1R5/zsik2K06tCWoxIhPt+/frdVCL66iX8s+idV0ipaDOtkH722WduReeB+D6V2SdZBLSv8cSMgdX4KMhOhW5nAbas2ZUR0lAmafpQmWgkRaAXEZBZNTT+ptHx8lPstXuRlZpkLTJ6sl4mstckU82kFgiYkVF/XkF+/vBecVMGZVZUYmXUY/6LRgi+de8ad1ybEdfR0LmVq1lo0JZ5GgVNprLK6F9oI+m5zKin0Ck5XVdoe3k8LRl4aW8VXkJnWCYidOQ8+B+aKNA/mjxLttGEH6bwjiX+bbhvQbmMNbJJuzW/DIs8U51ObWSpN3tAS/97ZFQzbb4ZarUH9e9/aFK6juUMpb9oj5/87PJv88zyI7ipM5yU0UZIz8uV6WmvBmOmV2xAYZD1lVKRvczUiFdMWBbtQYMGzYNPt/cQvlf2KsAsstqneGKa7vU8j3U8oT/lI7MbH5e/hgUhafqw+Wg8RcAgsNaI5b/IFMl75Fp9heVWNv7Vsinj7bwjk+nBPwX7ORrLh1Urr96mK7KJjJ6sU0T23uZJ8+9bCMjuuEh8opGadoOcHhB5ZFTS07GyHtaXDa0BAwY8YdxxbNotQkum1Q6U9NL2km8m9kK5j2KQU/YrWcVL8zZtuEfKpZc8vLxe9uIJD3M8nsolrRgGbRltlT1JRKa/seztnkqJmKL7LvH259kcTJqOSvGDwpH5JeMPjZWMu6/asptukjWjlXBraW4e0NKveZdK8UKFO81fO+eCK3Y2cVUhNUjEsJliUKpn8J8xyNU8iX+6LplnenRUwKGyWYb1nLg9c6BxqN07CND4lI/QbpI7z6eT3sq9WAPzeFhukqYPm09fiYciYBoa0gOed/cV+cPIKcro0KGDpDf+K3Itt9ygHcOkSxKHd2MrX3p6h51fUvbvjLv5l49WZpwii8gkssFUfhONItkzw68yEguBmwJSBfkFRKudF1NHz/Dl9mdGBo/z3Yd2UpZtKc9c/b1Efxo8ePCboQkUReT9WBuv+7lkNFHM21w7lzuP041V4g++8m0g3rNbubpKRM17e3mJEiB5ixFe7vd4cz3i/MFLfjSa9DfEoREnDUr5hiYdPHxg3H3VlqNdqi37gH4t30wtD1FKvem7qpDGQFWmINFrdhKF/5yg5Pi/EOSfNT/4rJvpuj7sbva5L+Y5fM13r84aIkD5Gcwl29UbcyUffpm6G8okTR8qkz4WiZ7mmYh8kFyeu48hUF5co4xS9laQmDTgPlq48LPQZbY89dKh5NfjW4vfnh0dHX+nIbhH6ZT1ESIyiCwiUzHHQbIXx9H72iNAQ34LRsYO5PkMCJs7dcqZxL2AS5QZuS7w/HBmwyDPEN7rnQw3LK2a6FfUCG+m8yQ/BdfEK7aJJ2eDXoW9rQmjw1Xkj2XIcyQJH+QyU9hlacsu4Pc6dmQDX4O49jYJkbHkdF0Tx9henjLKJTyIEZ4e9Hh0PaL8CVbE39qX5i6fu6pOBlbyijAYuNORq5phhomffdHV+0U52iWuKM1NTS3N/ewvxU3fI53TvN348eObe3wke0Tsox5U1E6piylIb/ES/IyX0PSaFaBEpTW9wCODN1KZwdYYj7XMH/diIEThuQL3i969nGP1GM/ph8ijZdmAVCObzoAjyWotL7t3eDb+XumKXCRNXzGDChG8jqVJ8DGpUda58UF2mAI1Qy5xV4CgTwUHKaMLFny235sfLUy8JiwukNRbK3PdRcNXRmHyo4px6dU6nfDs8X6XyFLr/DW/eAjwzKYwivgEqW/BLZvRLReGEnXKUuqWk7lW866TxS9M2lrFYafVUchj2mZvMiJYMEBAff8ws9ukI0g2xBkYxBf+ooxeSZh844y5kG/cI+Ymii340mFzL/YGXjpZ1jUWDP0zvqKQtJBTOn9MnfEvePtLFAJe3mNJ4y4xE948HkOVBX9edG7Ikp38qG9cJdtPM4ybZzSG8ufubi3xaXtLh2xqBkwGksfFtDHflkvc4lcug1qlCeKhn9XkL69BUVLza7abZFp8KkbWlH7pS9uM0kZ8KnB2E+HluJuKIfO9NFRmY+DavFhz4dutlLolyaYLPpfQ47k39jyPw8HYl1NR/J0PTSuVgZbpGj06sM73TPIhOJ1nUnIDgyCWkqYPohnWjw/o5kuXLn2BDo1r5RK3+IVNr/HqC4FSyuh/3v/kH1mQhHfhMOqvZ2n0fCsL/IThQXgVnoX3MPE1TjYQ4Fs5hWd2mY+bb+F3H36RFREfjSw58+sI+Sbl1xcKg8gomwi5Izu45cz464sZx98oo0eZMOjIpjunmPsoNvT6k88d2O6GO9Dq5NofhfCxKHSK49KhIDNhjLnFOKLYwoPwIjxJOuHR49Uo9KHIke6LJiK0qlqnenh+nfrnAvJ0j3yRvMn3LywXym9wZPhJYoOFDDyJwruKXOIWv3I0a5UmiIfmFlvWJ9fEMEpqRvpTyc8Z2LJhSxJKFAjtge8JYK/1tvdkpbQPjfBdTSgvcq+vH+UlPo+X/XipbAxfpWx6N4OCRiHTLD6sFuUyKDyUH1gs5bqYToXTQiUoESmKPCVIpOKdljzFzCxatGhNZgpswfOSXsll2EeC+6VevOfx+yWbDUwn/8A6Imn6Yn6i3vMxF16Hm3TwP9zz8087kg0tQpdLQyuKXa3nU4mHRpUrSO6sK6OGZ8rgOpSHh3iPtig1cpL0uaVV3uDxy8IrPIee7mnk9NtZkcfPUyO7A5RRI65RSnfluS40nuXshQsXfo56viXJmspy9BOE5RsAlM/1/HSQTc4UlWm3V4g/4QdRBm/ge/+wiUfH5CTcBcoo4XIcS5eJE9aGvhw9cyPx81OIoXMk9O4MSyMoHgMKI/he7Qx9N5jnEHtkEEX7TjA4Elquco69k/CMfQC8Bn6/A3ga4fN7w+dO7OR5FfAgbTxjjPzw+R7XOK7Iz8jQKmEfEOAvfscG+BuvWqUx+eXtJrt5SP6myg7KXL80s7Cdrs/paFKaiEKLF2QiL9CFKZOtBrm8QkrB6nWFFGVSem0rKqPVAMJPU3gQXvx+cdyNJk8xBiij48BK1o1YyNoP92Y4pYddri3xu46P3EOlpsImTU8eSU1QT2IPv2o/x7TKW1Qw6l0u2RnX7JIrCmcp+etFGTX8Ux4G0KjawdwX20mfW1rlTXgUXov5i3qfFXmi8l2P8YuV0a4u50la7+f5ZDFKqdThZQ11++F0DP+Xevx16B5TNnKVAil/LbS1TuGaAT/rmmxQ1F6kfHZ492vB39omTGw6e2Qq7j3GDzonG7fY3Mu3zDXQuSWuMioE4Os7WPu5xHJ/p0Mv8ZIuptbKbDCjEPwJmq/58ojs9Hg63ZdwP3iX6bxhjZmuK/HNutSwaRPF4xk50oalA/zNRISCE38a4B3k548WFB7klzSNP73rbmlOV0nskYHPgxFSmW2QmuGc0iGJRkhT46TxCJ1AL9sjvCD3Z1E0eFufSnt94Y2X+RX4fKW3+aRCmUYFG2qEtJq8goeMkE5LmkejyVOMh/+jXRxm7omzPVNhb8HeUT4axl/spOn9tGK6Ze3ON4vS9ljPU+3nmFZ5K5Kj4m29y+XtjPsVEVR2zF2LRl/x9Nt6U0ZFFikPvBsPiTvIJH1uaZU3eHzY4zVRJ2JW5PFjvdGaI3/kvw/jbmrq3kVZ3HFohMknbpwgZfTjzxYd+M57ny7acI0Ri1tams71aBultORIqSijPH856svtkCTdpdC3GWm7NC5/UdORdwt8yKjgeElLx8YCLHf9HArnfPiZy/2OXPKtuQprN3EbQ9k9Gv/dvfsxKLXDJJ3cEyZTMqVcP4ei9gvu0x51k2ySmoN8BGb43L3iBMvBvow/87mr7iRvm/bsIZSHNXBLuV2aYqY/h1Zxe1D8yplapSnHQ9XDChp0KeVmKpTQ5Hhx83zwAkdOH5RRNWgG5RPk5887KDyuHy/F61RmG6X8csRlpyCd/+MEf3I+V6/0cBYwlcKNVIrI9j1kOg538VQdWds7gbDFKWTV50lQ+f+LRsBGAgSYLut0nAsXzF80W+6HDhs8rtm2T+AZuI1VGp2TwN6dDiThYpKmz1GJ/0+nzBbw/wA8DhcqyPAxfO5M58xT8alqyrQQ8NfLL7z+7urFdGWEdPjwIY/w/FaQMJ7fR7JBkVFK01BGGYHN97gn/db55SmWxdwjw2vIcwh5/dH4ZdlGpm/B803wvE4lPpPiV4l+0vAwzydpHlHSJ8XLLw/P6BieUX7NqIyMGmXU8IRSephPKRXvP9Iu6KGUUm8XK6OGhLyDx/mVUj8PSeXJZ4IDWVxlFNtVRiWMvA8j71+bePC5PfV7fhou4VMIv9yEiw1//8FaU9zNzc1bVKPuh0eZsisKY36UlO/MEXwPp0u+cQyyrYtsr0pa5FoG76uydvKDOLRMGmhOhKb/G30beIWesouMk5HVVdzgKXGbslLZkZlXjM5vRl7Szhht5OD+Svj+oblPwwYbGY12p+FCfybPrq0S3VqlKebjwkt/uaRfc1OiTsJimqXuO7u6Oj5dtOTMUuFR/e0mZ76OkJZArVIFKi8E0ybG0DMj03PXKCZDAV6bQrkL/ncXh/X2PbxlarpuWnhQWSyC1pXIdw0VpCzUPwe321jC3gM/OSNvd/w708qzr9Lh48WgVM6gjE7/1+vvSi90zny08KqN117ZYj3AaeJB3MOx/B878UuUPpdR/H8aH0/yDo9i2pk7LYmNsuYMGTJEjjGoS0O5HoCS/S3sUZRv6aH+GzI+gzvfgViXgpVgWnbGbW5u2k9GR5F5BbnMSKkkMf7iBoMCZVX8smbg8Vc0dI7FlpGeujB8I/8I7pvynbsU+7C6YLoPMsmzKauMCiQv/e/9X6GUWj6ltMdIKc+5WBl9lsplMaMSWwoN8vkF31gLhaBqI6Xk0Uwe/9/emcDLUZR7u/uckxCWAAJiEPRTBFRQliS4swiKAqLgBWTJBRWEEHZlURFy2PQqcNkSEhDvRWVHvYCyKiHAFUSTsAkuIKAXDQiyZCEhZ5nveft0dfrM6ZnpmemeM8u/f7+Zqq6u5a2nq6vrra1NwYsro+eTZqSMmiw8S3PwZ50lB9k5Ry/2mTxfg0OnQb3wNG6BQooZdGy5a1mZlh5xHwy7dTE/afFiWvvkJWS+sZZ0CB9fo3h7vcoosuxpMjlZkPmX8LM1s6nfHYRfubCTWdEurrzM8F39c9K9hffembQnvhmmdQSfrpnFzsqPZ5V2qIBWVELj6TUqTDxNsw8WBpay13BDFFKY9xWnX895we96QQppjQTDB+IaHoY7UEofIZokpdR6xZpKIeUBXpUKaIcw2/a5l3tqRNC0wahITeG0qaI/4UVwFqbtkmbHpzg/DvO84Ex/9RAY5wIvf73vx87uTBstXWut1QKFFLctnHvMrDd8LKrarOEzfFltoZsnFGX6MJ7p05BoQ5OK8h4Ih/vd/A7l5fh04NBmfzYa+nZGHpzySb4DpdSyaXYzqQuaWhlFvn8i5mE0Tm8yeVvtQH5ToA+h/Nl77jK4r99qeSiWd2CgUPX7wabp+v7QEgAev/sZhXygON5K593dKz9fUclvLdeTRkbj8ZRTSmnnfIF7G5+m+8hzL76232qr9fS/afXVr2yUUkp9di4y7+vkpvxdwLPzVXceN6n37JNeGyK3rXeeh99IGTV/uAUzfMIwdY0wxtMttpOuTcP/vNXHmJP5dePnGkYBd6FT575i/5XOCX+g80PcppzXfCDDdsR3DRGYTFZfzoPb503maiLF/9+IxwVJet+7a5mapGsK/6mwtXzYr4uBokNJ5PhME2qRyAb6C496PZ5r3+cqNSOkmXbg+8v7/yyFtM5bxijEy1TWJ6GUXp0Q1ZYJbqPqFH7uZdVQiLk80A2d79/IzJM3m557ApXVCnpz3Jbt36TSuohrmfbuNDJfTZKWvX1oh3geo4y1lKF6wzcJhtEVgwbFHpTtS5OkoJx/HHeblrwV5d1mD7TdkaSUukyS56ZRRpGln/sw7H2L2009PT2H0ZtvSmlLH6ZQMzLxAI1BU0o/F8+M5T1+3uz2P/3fi5XWiI3Igq0ZRaH8iF0wZbSWOJgi7jpOR8Rfr0MlZdTFX0IpNWVuM+5rUN/jN1BGFy19YxE/CzolSSnFv4s2E5P3+C7UddahHBzIdCHlrqTiwXUT7hO0eTbjGXsyDBYY1JvWNpsQui2nHfdE/HrWdmRZwvOxG8/Hr+GyKfFbh+zPkWN7lNJH06YHg0kweE/ofzFy1zzgETL4eSiLKaNPUh/tZrKmlcf5Q4ldgGymHDIxytsCcxzxWPsr94N0BsnLOSQUTN0l7V1yT7RJE+jzBmcjWmMU0sLgg1lh8D1/8WOP3fuEFR4ddRLgIZ5bIopgOkiJa6PiTGUWTdflQb5tVIRocKJU2qeR1+CFRGW1Dh0I1lDXUQcBeEYvUVszWhxVkduI6TP1hi9Or4PP13R5h+lf+c3g9wPcgk4CyvsmNBROcH7a0TSl1NaPku9o2pjZ42tKmyDfc2MyLEa+Q2hM79kOyqjLl+XF8mR5w81GTt0x11lkNp5AWmXUSWZKaX//4KnuHPPd1CMjlFF33TZGemXp0imon1EDFf/nu+tZmbRdznBxUcZ+RVmLlFPnnmQyC+zP+I+0Y2RjiwM/WsOJ/XZ+tXSqJiVX0o3n40UumrLkRpbWwn47swvegZnqQPYpziMy/6xWucM0bycuk8EOk2mXUMbAoZo/5FiCbMF7HtO+u/rpasLX63eVVVaZF4uDiTOdefSeeMS1/f0DVY1u10LK1o8O9BUeqyVsYhh/4O4bbrhhQAppIp3MHJuRb6SQsri+IxRSKkvrof+Nu6u82DZxdpm1EYDpJS6kbWDEmtFpttGM/cxubu465cwUpGFHveGHRdbBJ/SuXwXLz/E7mF7qzWikHc3vUDa6+HIMy3Yxe1tanVJK5h7m90iTKaPe2LFjD+Ie2cwM+23JPfqvtrwRZMryZnl0+bW8t2teWyFfxRsYpZE5QSm1YNHIaHEcSUppsZ96zhkBMyXjg2EcNvL2lVriQ1nyUcZmYG5r4SmjBX5n1RJXLWF4Np4lnClrr4XhN8C8k9HTN4fnJQ1k7ua3n/OA3DVN1w3TupN4LG07TJZPh7IFDrX8Ic9PY+H+PWaXtYEElq/ouzjv5N7o678/szT8gQWnff2ooDOjGRWmzPLZqIhsc6OktHhA/5HkPlpujAxuQoUWKGPI1hSfe2kUC/LteiU9FKTxjUq3XdNh1PlyytAcyx9sx1KRnMKa0YfsZ3Zzs2vmx/yaPX7UGz4eV6fbaUjczO9HsI56Rinjv3dcuBeu4eGc2tI0pZQdeXfnt5vZmymTtl6Ze3Rs+Hu2mWTLQxby+azLb7hWO49kFGcKAqYspvA2wosppaynPRGN7QXqkNttzahN0x3hMXTIUymlPnPKqKX2iJWvMNnUBnkwZdQ6UqfGAp1FR9782Hnu1nCK7h4kZIq1vT83pQ15K+Ya5RKn/bYT1yeEfhbyDg3ev+XCFF+zNMK0bNqwHSbDHtVMGw5CJfzx/vlxzHkvOhHeHztPtCLPmtyT7+P3auyrJHpK4Wg77sa8/S1m7zjrqScfccKKvoH4DJVMGfQPDLzR3zdweyaRmjJ68lHWORIctB111EOASmKdcKfdEdHwgMWnEYy43miH+HRd0u6I0VHHmMpyY2fnvkTKqXOTWR0BeBYY+ZiCWfKlaNdCP9F0KZdKveFdPDKTCdDo+JK7AuvfObtMERABEUhLgLWwV//hmRcm/uGvLx5SThl18eWllNJ2iUYQqc+q7mzinT9CGSWeH6OMTneyN9JEAbyP9O1LAAOWLvJNZprrzzCDjtwkWbgWn657rQub5DfJzeIO0wiUNwtvMpgsSf6rdYPl08T3UwtHWjbF29aTD1s3H4+Ta/ZJnOsxD8V9f+xmVn1YPKR7oguIPVJwnFunmW/0r9idBb2DWeebhlxh2YoVP6w3XlszytLfm6d//eg7uF9R+1AKaY1k7bMvKKP7l9ph16KlV+/GGqPPJRgP7m4uYmS71dlbwWRjgvWosO62H1NO3leNzK+//rrttBdNVcb+UDXh5TeZgI188BL6BGXpMHzY+qEl4e9Bc7Nr5UZH6g2fLJVc6W3+DBTim33UvPGFaIqACIhANQRMKX15SV+0E2w1YUv5pdEajfjw/t6wlL8kd/yXUka/GG8MJ4XN041R3htJPxqtRc5P0r75oclbnC5uq/Lby7kT7kpnT2MS1pQ/i/uTzr+lbTK48yxM3vtfJ143U+dDKMCXk2awg288ftx6kGcWbp8yd8IMshdL1e0yyxft8DMxg2UpYTwjZmTF0+4E+2knTbtv6bI3jmfn70jZqzffFtfry1f8ojDgPVtDXP32nVGv2/8zX63/xWML5sxy03TjcZXsvYh76kQ7jbqyN5IpAmWx8GD8hSkVmT7sZROscJEHtqU/90IP6V7kYUfLJqM/93F/PpumZ8/yTaVo92F1C8vxBOGyW4w9FGfH/lPO7Tn5fvirmkO94atOMBbAOpXa5TukLlu85LeizF/DzzVqbqfR8T/uukwREAERyJvACy+9smzdNdbPLBkUnT/R+R/ExzvDPp3Sg2l7Q5Q9rB6kThw2TZdwNjJqymjmI0hlhUm4iByX05Z5C5fOCi/vh7ymbN4S947S9VnOx4dufyTcgvj1SnbitA75/WL+vmVpx84zsdLmfYq0TiKyCyxC+B/MuW2sN51rDzI4MJ537kc5Nz/bmp/wmM7mU/e7E0ybxRYsNSHvuxH21tg1z97dNk2XeE4kjUAZDa9n+g3SeJqtZj/t5CMuOuO7s7zVV13lfIaQ6xp8tNHWpa+/cbzFmSeHuoTMU7A2iPtEKry+ZslHq3/uhUrnTni+Yjyxr439biryWUuWLHFrKkagpiLblQrLtlmPry+wilBHhxOgbGy7YsWKJ+jouNR+Zje3VsbCS/qtlPVfkIdgLRLPyDP0Ov97K+dJsouACIgAyop9eib4PBJ13Hq8179eiQr+mloZdfLTQX42eSu7EQ15iU/XrWkzI5eepWVpuvOsTTpALyTO2bF4P8o79lcopotRIv+B/QbyE71rkecKlONieea68HRE3GIDRPGfxcP1m4knUkaJZw7xfNWFk+l5pkAuXb58x3rWlFpYiyNvZdTul0ZIYz0xGRbgc5ptVIJKIJqyyoPbcutH4flXpupuR+/a7dynjaiIbBrIVM4Po6Kbz/l88rUUN3N/F7/NqcjMjA6u/yfx3BI5yNKxBCgb1oO7tgNA+Vk7dPuoczOThs/ZXDuBX8m1PXH/1dopkyv4ncuL9JRqw8b9I994ZLVe5I1C99dQRj/DNv4vxf05e6vky8nb6mbevNPyyaq8tVt+0vKTv9EhQLm1b02eT+rfCSU4lU72OUWjapFw1IctoYw6gan/j6Udc4edoywOa6OQz3V5NwVTW+06LKpWSGn33Er8tpTDdsEeFr+5ZX2QhyNI7yni/Q/uRaKeQT5smuFJyDNi1G3cuHEnoXR+irDrVJLNygZ+Zpkyit1NF64UrGOu2/RdMrvmmd+dde64sWOO7unpTtWWsc/H2I69tklSo2C5aV2p07NeCueZQld1eBc2buYRZzz+cnbSvprr+5fzU+U1U0ZtHv2oTQepprFgDzC/uhvEVTKq2TtTPjZavnz5pUQQrYetFBn566NiOz3PXsFKMuh6cxHgubc1ScFIYkyyJZQRNy0qcC7hLxYkE+uIdKuJlbJtm1XYLo07Wzgr7/x25QV9V6l4mj1fyGc94BuY/C8vXj75+X8tsilcDTsmrLvmBuuMHzcvTHAh5eKt9STeIN5pRayrvFkibZifqF3DLs0bpgXp/L37bW/+ane3/zU7Z2fa89gM6D/dtbTm5u9Y/+/Ob71tK+5PXflxctRjZpkfk4P6bTWUnN9i3cLOrZ7DOJN67jvY+83NDma6bEIH/A/wv/2QS+C3aabpOpnSmtTth5Cfy0P/91M2hnWapo1nNPxxv95BusdxL3bC3JjfIn7P8Lt1zJgxl5X77mnY1vsefnfkF7wLMN1h+1X8jft+Jx2vlxPP4+6CzPJhH5QbAABAAElEQVQEes+Ztd8Yr2tqd4+/ZZffvXpPd9cYC9E/MNg3WBhYOtBfeLTPG5xt3zQtH1P2VxN7LsolQwFYQeEaa2Y5f9VcyyPOtOlX0xNTLk7y8Beun4gyOurrtai8jkGWVL0gdi/5mf+6RmjKscny2mqrrfYc8e1OJf0J5P4G9o9ZHkqksZz7ch0V1jmqsEoQ6lznR8n6R4qyb27DDtYuXUT5ynuE9KJhiVZxgmy2WcWPCBIoo2HQR3DfDvdgOhP2J6mXruZZiBqpzZ4vZJ2H3HtYftZeYxUaJWue1Cil1JTRoTSHaJosIdeajbx5pxWMvFgHZM3lzaXTbvkhX9GatY0nvGnnp59/pWRnjmOQpWlpxuLLovOl3fJjCujrvPc/R71wP7/1+VlD+gzcjkMBtym9luf30f55P9eiNgHuLauMhmXCOk+Dg+9Ll53a6/w1i8l751lkOa4WecK23gG1hFWY0gRCRbPhymZpiVZeqXqEk4f/bFN47IVEz1QmSkweca7MYmVbhZ6YUhEsoaL7BxXfPFjcaBsYcW49dqN+GE/kStWIRuaWGiEthks+12BKy/aYtn7ONi6yTpZXsFsj/Lfk743iMDoXAXrRP0A9dgflJJi2Szl5led4F57jlvpECs/6vuTjuhR3dAo961VP9UoRby5eaGBuxz2Zy/3pyiWBlJEiA/s5FHaEnU170tGmBChvV5O1/Zske9dQ3upqiLdbfuL3hTpvY+q8m3ELRkrj1xLs36Md8A17jhOutYwTnYufJw89tLmvbxmhJagIVEmgaoW0yvjlXQREQASakkA77LJL42wfGmdpGiktpZBagaFRfQqNsDNGSykNldFTUQ6+3ZQFWEJlRsA6pVmzZjML1sks0hoiosy9vMoqq2wVjg7VEMNQkHbLTzEI7tOqdCoeTd1nn7dK2tjwf2F5Gsro3cVhdS4CItCcBKSQNud9kVQiIAIikIqAjZLSQNu8lGeujZiyW8pvs7mHI6W2tb/tlF28jigvcRfSmLUpw+doZDQvxM0Xb40zpbLKiE03nWtLiOpVRp1A7ZYfl6+4yTPqo5hO4nndFPt4fi+OHTv2Qb5x/Y+4P9lFQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAREQAQ6mYDfyZlX3kVABESgnQgc/WRhlf5F3j6Dvjdw6UT/mnbKm/IiAiIgAiIgAiLQngSkkLbnfVWuREAEOohA7+OFsc8v8w4peN43yfZGlnW/y9t/9kT/2g7CoKyKgAiIgAiIgAi0IIGeFpRZIouACIhA3QSOm1fY4A3f28MiWqXg/fyCyf7CuiMdhQiOmFc4YOEy7zsk/fZhyRe89ww7b8GTI+YXthv0vBO9gjcZ8TdoUBYWer43r8vzzpk1yb+vQWkqmVEmcPQjhY36+rzv0amzI6I0qqy5XC9kdGDumDHeSRdv5T/nHOsx2y0/9bCoFPbIBYX/Vyh4H6KuebNf8BZ3dXl/fvM23oO9vo+TDhEQgUYQ0AhpIygrDREQgaYiMO2hwrYDg96dKDprB4L53qvdXd4ul2zj/66pBK0gzLR5hY8P+N5d5GNEXe773umzJ/m9FaJo2ssoo9+kNXhWUt4aITT8mPnsnYpS+u1GpKc0Ro+AKW8r+rxHkGCd0ZMiSPnlsWO8repVStstP3ndk6nzC5+ifjmDTogPFKfB8/8ibheu0eNdcO5W/tLi6zoXARHIlkDVI6Q8wGcjwjH8LqKxc0oW4uQRZzVyVduTSEW1hErs7zQB7+32vetmTvTvqia90fZrvKmATyAPYyvK4nsraJSdm9W9rpheDR5OnldYa7HvbV/wvXeQp/GDBe9VRjdeLHR7v5u9jf9sDVEqSJsTGBz0LqCsDCmjllfsgZvnfTSe9aqelXjAtPY6ny80pugZpl76J/l4NqlxVSxOs+fLRkbJx5nkZ4SiXZyXvM4ZMeki9TOR5b56R0pz550WQp3lzSXTbvmxkVHyNtrKqOFdJ5TlAMe6FrPd8lMLg3Jhri8Uuucs8M7jGT+2lD+uvZlrZy3u86Yc/lDhs5du4z9Zym+zuPNc7kvbp/+SSf7PmkUmySECaQlUrZBGioyPQuN5mSikecSZFkAtPYlUVGsQ/7tpLL27v+B9hUrgnkKX95VWqLBCLscge9SQLcvK/PlBB0Qm97psWlVePGpe4T39vjf9tYK3N/ekhzxFRzDPZsDzuDd/pUV72bhx3uzzt/BfjjzI0ukEtkwAkOSW/llJiLCiU53PFx1FdxyxoLA7ZX/DtxS8q5/3vZOwj+jtT5CjqfPF82vTdGlbBcecgX7vpMF+ryFTqrt6vA26ewIFZSfqlS46uk5Einqn7ubLOwRV0aizvMXib6v88OrYMZa3UbVmIcuwOLq93Wmb3NrITLGMYHee4V9YmsNkaaQQJdLqLRR6UEav4tneN+ZlOe2ch5iu+zjybkDn3rZcXz+8/h5vwLt/2vzCh1H0noqFaSrr4QsK+xcGvatp9li75wu8G65vKgEljAhUIFC1QkrtMqTIOLNCAqkuu7icmSpQNp6y6Emk4tqBlQYP0pP+uXp70rPJVcVYLqLyTT1CSmwXVYyxwR6ofA/pG/RmUB7HlUuae/P/eMGc/foy73ga7ofMmujfXM6/rnUMgUfJ6UeKcmtuxUf6Z6U4ZJpzRqzwVtfzRZm+zSVFQ8RZK5nNna+hNaNBHhqpjFqCoeJ7EkrpvECAmCzBeW1/+fJOK1MG5S1Mqt3y0+g1o+XuWBayRHE0Whm1jM2a7N9y+LyoLopkKZfpRlwzZfT5ImUU5fNXzHQ7lJluf3UyBCOo8+mI8j2CeKvgvh4K9s298wqTeyf7rzt/TWUWvKMjefxg0CQ6HS3L1+YV1lvqe0fRTtuVjr3NUPgHKBVPwfy2Mb53ycUTfZsWnXiUmbloOvc/uTfziOfqCdt412utbyLChjhOfbiwDfrPnsww244EN+SevNUS5rn5B8bfWY99HwN2N87e2n/I3MsdVU+HopKJaplLJ5N0BkcecaYVi7QNWiYVJjReAfwHW2ikNMA0dV7hGG7qhXbCDb1o9mS/5DSWIMAo/9Ho/iKl8L/jYsDe1v88Sj6ep9J7B+a7ON+U3/i4v+5u76OsE7w/7iZ75xGgEv1AYcC7gxdlS68hLb5zPBvWgJpu7jwTLbuGNP5O6FvubVicz0acjxnHsozwyOpd5+KT2VwE4uWtGSSrt7zF81NvXLXyaAYZ4rJTMSYpoxcyknhc3F/cfuS8wgeZhXUv74mhgRh2MYenbSCX6VEoFPxp873dBru9Qi0dCEc8Wth4cIX3l1Covp7VvQ1mvtf/lxPS4p/6sLdr14DnW2eBc8/TZIBmCsunLiWN1ZLSoa25jN8xyHN58fUqZy4uYDOwvWds5T9THI/O8yPAoNDeKKJn0dZ+d5pUuNd/Qj/6Fp+j+0kp/25KVKnrneCeiTJqoGgIvokb9P1Wg0bP1a5O5i56rpy9Gc1pjxXeBueZMdkep+G9My+VrfkddOkk/yQU6n15aUwau5b3ZvJzEn5fc/5RQkxJ1dHhBOit++2qBW9zysfh9jN7q21o1OG3UNkXAREQgVQEalFGLeKZk/0HaSSf7hKhrXEccWXebp4637swmOI84N1i051demnNwgrvQOcXGW+LK6Pmbsou045vsTToKKhrRo5Lp5xJx+gpKKM/xk+iMmphUWRWRZ7vMyBybnFcVc5cnNjf7z141COFdxbHo/PsCRhn7u8D3qB3Q1pl1KQI/BLGwpa6V5k/WNlnv7ViRFnagS3Ed24VqY//v8KqlJQdTV56MJatv4431+zNegy8EazncpXccyzm3RFFdE6SvBdv6r/BFOpz8LMJ179J/k4b9xZP6yqSYGXkZj2bVDhfmfpIwa2/qSrmesNXk5h95oXycZn9WvWTL9XkV35FQAREoNMI1KqMOk4fn+h9l7ZDMNpI+2795x8JPkHlLtdtmvJGJNF0WxslrSHSSCEl7FUVwh8dplnBW22XUaj3JANnutAoyH9gN4B9aIe92X6cf55rD7vr+P0a8hzuzs3Ebcfo3NZAMxvT/TZY1VuFTmSbn/k9/Nj0XRsMejNK7E/y6CyI5JDFY9nbDv193u/g/aFacVhYi8PiKo6j+jWkxTG06bkV/lJZC75f2OUdRA/QGTw5bipH5J1J8l/g5K7IoYkty18MHvyhdZi+N7f3nf7yJhbXpiH+GwU6OJibfuR5E/2XKsl73uTAT+bTbCql22nX2fThvXw64V7yvZ7X7x2GuW01DOoNX01a8isCIiACSQRqmSI+dpz3VWtYW3w0HM5bsdz7z6S4y7nFp4iX8zea13ofL4zlm8dnIMNBoRw/QkE4rXcL39bCN91RrzJqGdrX9wcOn1/4HW29T9u5P+BthvFbs9d7oLwdSjvyLBcP7ZtrZ23t3WbzXNMeRy0oTGY/DTdtcvGq63s/Lw77lknebaydvZa20352DfMs0n4habpscdhqzo9/vLDO68tZThXujk5+fsVnc/Ys+mzO/xz9ZOHWvte8H/PM7BPIw1KxIx8u/O/Mrf3Hw/SimYvFU5jDsjYff/OnPlS4jVlvv8LezW/i8w8FG1VdG8YhAwKmpL/0kDeBDa8mDAx4azO+P477Y7yqOvwubwvWiVpHQ916I/d9XeT5JUrpJ9kD4x4nSJezyExPIBhZmeh/l16a0xJDFbztE92b0JECFk3XpfJo7um6jxfWoCINFkwj62DP+OYezW3C252bSMEaFi94MaxXSyL1hq8lTYURAREQARFITyBURk8mhCkM9js5dEsfSYN8WkM8YQOjsmtGS4lGJ8Pz0bWMNgyykcRBz5vt4iWNX04Y5x3s++yCUcXRVxg2Xfen57/NX1Yc3Db9CeImDXfN0jYZ3HkWJsro11F2gn0ZaKP9dcya3r8VKaNBMjZ7bcKq3hTyPKTYM7AzOOBtU60MfNZvLumc58LRPjzA2WV63mHzChss/J338b5+b1L/oLchy/NWr0UZRYl9Czy/wa9uZTR2X8aglP40Pn1XCmmMTrXWVQa9HyWG8UdnE45EWSo48jCvVEgLza2QdvfHvhvpeS9RqS2qkD1dbgABemjfyoYKv3KdBST5mt8djJCmSr3e8KkSkScRGEUCNqvG1m7RI/xtevXfMYqiNCRpy2OQ13mFCy3vDUlUiTSCwEEJiSS5JXhrrBPK6Hd4J+3rUqWtU5MyauHREN8XxVNgh9c6D/vOMgrhNUQzNFLFjrFdq3qfr3ak2XYDRn0NRj1NJPJYcrquxW1p2O60ofjdJoPJEp7XZdj34JHlKBcJ9iPLtdGCvI7x9kDma5HpyrdMxKzhQKm9PgqWzY7oUXStarFNrNh0aHP2tJlMHlarNx/co6/xDKxZbzzF4W2klPW/Vzt3KaSORIYmlWBTT3t1WeVjz5si6yZ2ToF7spm/sWUyvq/Pe4GKK+g9RO71rQI0dx2jS4Cet+8jwTsDKXxvKTsZ75Zmi28ndb3hXTwyRSAtgZ5x3vuYInmL/caNjb43mDZ41f54IdxAoKOZkfINppg9OnVB4ctVR9IiASxvlscgr+yiGea9RaSXmO1AwHbHpY1gGxoGB0rLReV203X+ksyj5xXehXv0jWrWeD6Y5C+tGwrglkzTtWm14yyMtb3G+t5ul2zhL0kbh/M3d763Mw2iCeH5wrds481x15JMS8PSsjTD6+NMFpMpyX81bowO2NrRVcMwD6fZzXf2Vv4/uS/7sxnlv/f6fn816Tm/41f3/uzstA/XjewdbJn6kPdelk1Zua37YHT0I7S631N3RCUi4Dn9kO3Ya5elkJaAlMb5DdaRJvnjYf9DknuzubEWIhodpcDd1mzyFctz+GS/jxfLo879VW/lVBXnJrOxBGzKDy+h3cJUB5jGvmc1n9WpN3xjc9sSqbmGhgkbt7eE8I0Q0pRR6mjrjd/afgNd3idyT9f3PhxLYzxTlX7A7pI31rr5VyyuprFaXixPljeEGh8JNjzvkbMsLUkgaVZYktuoZg7N5tRIAN97YMIk7/jovAqLjTTR6PgB7aOxFoz2x6/pbI0+B1VFVIFXmzmAAng7J64zfSGt8F3KfY+zXBq8ew+MXb8GpY5Bz/JHkBZp4mth6HMtk6nemRvIEo1GE+8VYdy5G4uXBmt6h9IpDG0+lXuiTZyATdPNShm1bFLmp+SdXft8jKUhhbQG0jYFielIJ/MQn1Ei+BMl3JvKuZU+9xKBG9pKPDjlQTmXntCJ0TVZGkqAj4SvxtvvQpco92MmC9Rtg4FUR73hUyXSYZ5mTfSuRtmaYj+zd1j2K2Y3Ukb5RFfgmW9HM28tdZmtmEAJD/QCj3jX0oD7HA2Hx3iXfLZEsJZxDvJAXoI8FUmdlPciLzodBQL2LWZ2Nz2QDWZWSZu8bWCE3+/yM2XGft8N3bA2x3HCI4XVaUV/MpLG9w6NK2o2zZXOk2gKbuSvyBJ8u3O+dwnld4foUql9QyIPpS1HLyi8mU9l3IkPN4X9NTpwP806yGdLhyp9xb6QwPt3L+eDxX0lp+s6P860NC1tzl8L3TYw2QIZnacqTGPFs/9RF4QlOzc5e94m6a5UhFdOR8472aaM39ZNo9xtnplwXd7GxLVRZvGViIh7+G7qo20owzqSCMQ/6lx8PVgxXqYfqsf3Li8O02znVpm9/oK3o8mFItH0n3tx/Mas5c1gd7avWAHmt2q/593HS/XkCRO9S+IvHedfZn4EXujypvISe7ulQBl6nnuzslc6RbL1hk+RRFkvwW7ZvreHeVqFaUvt8OmXcEOMoGEyu2zuO+9ikjJKY3O/5SvqXxNWK03SX5/fTdRh/7Xm6t5x33uPv7jWuEYj3El/LIxftNS7gOm5Xx6N9JVmbQQYyT6m0D/UmbjiNW/qtMcLu6aZMhqucfw6qdqvKY/XrUHuRjR97++zJ/rDBgjmLPDuMiWTZ+6eCet4n076soApWEfMD753PtVlkk6+75X6xJzzU8qE7xrsvHwrcm0a+lmOQrgHnxyLZnyVClvKfdmLdGitnInwR76ZuqCU3yR3S5upunswsGJK8jiYbLrC825F1o+nKQvxOKc95r2T82jUt1YlOx5nGjujujuyPOBrzi/3KNNO2N5nCuOe/1cweudGoq+asK73raQy42RoVBiXXty03XQ5r3vNqIsTnh+iXDTkQJHec0SvbUNSbuNEuIE3z5jou0XjTZvTVvvciwNpu7NRkVuv4Auh22o8MBezgcFjvGD2tR4i51dmvgRohEY9k1D/VrkNDJIkqTd8Upxp3aY9VNh2me89wcv4UvuZ3dzShpe/1iJQShntX+79vhlyQh325deWeI9Mm1f4WDPIk0YGk9VkNtnT+Jef5iAQKKOxmS1I9bGBZd5tpjQ1h4R1SjG4ch0hZXPl+kKitdFR3N5vKWDusPDlYP+DYQk6ZZR2+BHRBTbdodPbdhmt+rBP5Qwu836GMmobzNjBKgFvfxTC+4ZOa/tnavwUF5J255XOXo1pMpgshBkIwiGjyWoyVxMPMz2iEWc6p3OtU002FOlJtPe+G/vki4m7YMI2sQ2OqspAsufnX/b+g3JgG/pMCH9fM7dk30OujQqTJANlwhTSzA7aRtmNtlaQivbgdnWNkJYbRayQdvtezmAHtkbA4eZH60epzEZ9/SiVy9k88Ce4ns1yDPjO64iDl4s9ONctnO95lMsR11M7+N4KKtRz6Qk9JXWYBI/V5CcheHZOGeWnWKBpjxXeNrDC+wD3y4ZH+3idTSXPF5g/7sXjlKkfMGX08lJb2Ncbvlieas8p/xcge7A9fRAWe+AWm3Zk7rnfx5zuTyUe7ZqvpHw3uzIak/mdg3y3j8bWB0qNnNR93zIqb7YJCpOEfsUzlHq6ZyyfkbVZ8hMJ1OaWBGXU5dgppalGSi3QsY8V3vLGgNdTz5pKl3iWJpsOvYyC5I5hG7vYN0Upu6fR0J4ReCh4U45cULhi5kT/LhfgiAXeYbzWhimjG0z0Dq5lBpZ1kNNZ/kPii6YQowBOZcOfG116tZhfm1dYb4kXrAMNgvf01D4yaLKwl8NUnufvW2Qm6/PLkblQOKDU+7tYZsKsF3P7a8xet7VYz+AzQyMO2hsvwmDvWu7RiMiGOxww/DQ4M7fjEtydU6PCuPQi074zatPVsjrgum7QxssqwvLxbMizoSNLAjyYh/IR5e9lGWcecVHQViqkzbGh0TEU/Op65fIAMyTDMRlE3W75GYaEz7zszf0aqvoK3hhsk1FE7Tux1stuOxxexov9V6U++VBv+GHC1HaStKtgklu+9zG78lYthZbOl+2M63bJNYWzVOZbSBkNssBzw+xxb+dS+cG9vvuWUXkzGU3WMnKmvdQU+UkrbCv7G6GMFrzf0g44O5Ynp5RWHCllV8xDlr/h/R+K37MoDMfG4miYFWWvh7S/Qb6usu9Yu4TX6vf+xIvJqaRvL96sh86emfi9xfmng3v49OOVI5nW2Xplrcqoxf/CQ95neE72c2nB+1sogJe781pNlFGbnTTGwpPXX8/Yyn+m1rgsnMlksrk4TOZpDw0tZ3FuZc1CNF3XvLl1qWWDZHaRLy+wH8pt6/V4f88szpURLV1pjWxJbtFFLEnXk9zqDRMPH9iZqTZuhGMdDiwMXqeO4FUFpfy9ta4R0qpS6yTPBe/EafMLc/iMyu3NmG1k24RKeBOTjULwVJN87uUiatZUI6S5MmUEgfgvyiCNdsvPcCTxl/bwK9EZL7WdlvNCp6f1EyN6WusNH6VSs8XW7nykKHTSep5872N25a0oKxVPWzpf4c64W1suqcOuRfHcr3j6baspo8Edozz0FMpuslTffcuovNEIvotG4IoMOhGbIj/xp2XsOO+r8fNUdttJGC09OLDXEocLniq9Kj0lKaP9Xd6BhWXe63TsLCe6M8MonVJacqTUlFHyaqNptpGNHRcw6uij6F0wdJr/vymjz88PRgX3CWTo82ztdbDe87uT/dcYeZ+LjJ8IJBn0LsHcLS5VT5d3JJ8b2z1wK3g72ifkLJydo+X9B9rsWOJ9lGm65+cw6hYXpTY7m9ZF5a2KzYxqSyxVqNWcL7gljGG6qzmY1jFe8A5iVHcjpvPuWu23XMtJxLvlP2nHDGsPmlszhCknQytegzOvlCqP+PD5pZO5NRkcecSZVqx42mnDpPEHmWcnjPPeneXDkSbdNH7iLydu4EWzJ/uj0sOZRtZq/NiurS/43peYjnM84YZN1eF+3MwGBl8otxi9mrQ63S9l6I+8eN4dcGDKLuXoe10D3k/snClTe3PtRF4SwYg37A9jCnQwHchxqze8i6dW03aYZP3JHci4dhCH773azVb4fLLmd7XGqXDZEYjXy33LvQ2LY7YR0oFuvrkX2y3XevWdUpqFMkpDPepxr/ddF89PcV5i5890e95Bl0z2/zfm1rRWW0PKwrMfIeA7KwlZL79K8dd7PeX9qTeZ1OHr5RXPD3XzsdTHF0aJMzLqlFHnRln/MnanlJrz/3av6o1QSiNl1M2OcRFgsrfD8XGlNC5DvfmJJeM5ZZQ87ePcSfvLpP3f7hyFdCfqg2gableXdww7wF/srpvJO+hvxPE2s/Pt7A/kUfcjq03ZvcrqJkvHDqYlfqWeUVIbDWaG0V+GYvP6elb3Npj5Xv9f4XlNBlN2D3VTdi0C3tnXsuQm9ZRddtm2bywHilsWbcpKZcdmXrG2ajIynwjb7aJM+95Mvml6VHSegYWytC/vmaFpuGyaRFvm+krRNipMsRxTH6Tc+97qxe41n3d7s8j7iPdvzfGVD/hnjZCWAFSpArUHYlmXtyO7jNr03I2Ko+EheccLbwTbat9cfG20zymwu1LIgoOKfNTXj2bFo3ey/zpxzWTjgtl3L/D2RzE9g/OgscT9+CyLzW/k2u62jiSrNDs1HorP213e6Sa/nB0ErRfaHZeMXTVYi3KKOcD+EIxhCmm94V1CtZqse/otz/Dmb8R32d3Gt88YtORhn24YXOx9jBf05tRJy1CuH754G2/+iJHplszdSKFtZ1wbFbWGU6CUopia3dzMd+QenHivUAYjZXVkbKPvgrwtt8uuKc7ssruV7bILX1NodDQhAerassqoiUynz3+hlNrhlNIRI6UjlFHfe4Rnz0ZXP2gBed+ez0ipF1dKzT3LwzYlYpfcq8hTpIzy7JwfV0YtPdsNFyXrR9SHB9k5ylIvyuHM3vh3On3vaeQPFFL2QHiT+cv6sPQYtTv4+WXeusj8SYsfmWYj20u2drOm9PpD5cgC+97tGSije5pMThYUyl8ymHJwVe+OgveKC0/7ch1nz8sMd8T/Off0FhT+M6l/vmlpIfsRRz5cmDVza//xrNIOFdCKSmg8vUaFiadpdjpWXmXkPzOFFK7/gmmjFNK/SyEtvqMpz8MH4prjHy/c8foyKuYkpXQwaBw1lUJqn3tZ9oK3A5WjPbzLVlnfuydlllvGW6hwXsn22z+xLbvJa7AtOA/Xp+bMDxajn9cymWlWQX3WKlgh4kD5+fGQbeW/jZYyrTJQSGkwbLHySmirN/yICKt3CJ/hy6oP2VwhaAQe1rfIO43yHb04aICxIZN3N73ph87a0n+6uSTORhobDU1SSoPYS4ycZpNydrHwbPyTdT+H8ZmEm7KLtXExhZ+pOeTwhwo3s23/ZZTB9RuXej4p8V6s/v3ANF3yHiwB4J7eT934QLXSufdUteFS+08YGY2HLaeUDrzhfYE8fZ8feDhQRgtvePsNrOL1M8X8SlwaopTetcA7Fxn2DWQYkuMCGv9fjc5jlp61vMNWLKJOLARrsucNU0bNXyGc4WNW36trhDGW7AirzZJjB+PPDyz37ibNyXjg08feNdTbu6BI3zciQAUH6vYDnZfuOqfrIsN2dCRcYzIFcfIdz65x3uerndnHwMbfiGcoikLC+37oUub/gcJfKJyKUrodz5/9uvoHvENJ6PjME2uBCP0u73l6PKJ2QL0ic1+fgGnS3hr1Rj0iPLMY7pNCOgJLdQ7nb+G/TM/hSRSCEd8/4vlsyI2sRmL73AtyMX7F4Xtzz3+b39j5/tUIW6ffcHruCUwnWUElHmzZTt6/eem8wkWHT/b76oy+o4PTKqGeGmqc8D27qstQveE7Gn4s86wH34P14JfGnOLWjxf6vDuYyr5VOHsgfq0t7ElKaZQxv3lGRinv/Twvw963uN2Ey2GXbuX/M5K5RS2XolBPfaTwALXqZeTzc/FsWN7j581uZ7ZH2TViSfKHa0YDhRSl44Fa4mCEMvqeYlIadblVUEZd3ElKKZ8BmUdNvxn54lZyhMooIzGLrObvX9WbkqSUOgXFxV2vyRTxXajrjnPxoPhfiDJaUvGwT8Th9xOMmG02YyvvyXgliSK2JfJNCONaPm597wkXbx6mfdfz6AWF3Wh0/JoX56akMY70f44c26OUPpo2TfxPItx7Qv+LGVCoecAjZPBzk8Xig+eTY3xvt4uRNYw/tVFYxVvgL2eQHIUQ5X4L+xZno5ZHmVLKe/Acpr0FU3cppLukFrzNPK63jff8wt95r5Ot1bLIGvfzN8QTzDrKIr5ycdAxeyPT2XXUS2DVQW9uUhw8GEPTQZIujpIbitnK3XXbaLpuOZxv2cY7zSrb0M86DGd/vJx/XatMgIoqeonamtHiEHE3/I6YPlNv+OL0OvWcnvY1Xd4p43/lN4NK/QfUPUEnAZw3YR7yCc5PO5qmlJLP/WgoR9PGzG5ubk3pqOebzr+YDIvpyT6Etft7zm4DZdTly/JiebK84bbYuXMv5kZ2WRpPIKUy6gQzpRT7qe6cDoZ3JyqjoQfbGKnfNtnxvAddGJSm8509KxOFw5bgBAf13K9QRiPl1LknmUzf/HN8+mnwLVLPuzzm9/ZGdMxfPNF/kQWkpiy5pSFrwen24l2AY3KNsFLfG+fgoI7/Wa1yW5qWNhGtFUa30GQLZAwdqjFM4aa+HXrPs3fEC/8KlqtVE0VdftmBal4sgrfH7B1lNeUcxS67zpVBprV73nN5Q6Qs/4llVA9JIc2TtG/r15vroCJfqZA2x+decgfEQ2o99NbTExy82DZxdpm1EaAcXeJC0mA5kTWj02yjGfuZ3dzcdfz+wNmdWW94F0+nmzTKrmKqy+eoaQ5m3c9mnB/N2qRDOf+yYwPr7Zy9Xc1IKfW8h4MRnGZSRoE+jl0geeleFPy6vS1nT/St0d+Wh+XNJ48uv5b3tsxoi2SqeAOjNGIXK6VBmPjIaFEkSUppkZe6To+dVzAl44NhJMup375SS4Ts+O7fNd+bgfK0bRCe/VmZlnhWLXHVEoap+c+S3qcJ+1oYfgNm193J6OmbK8VnijT7NUSjVYVu76pKYZKuB2mRJtc2CK+/ZjKZbEn+07rxnvmp88v3lP/d2WU2lsBlk9kLoyfa9KruxGnLXVl3JBUiQIn+lnnpqeBPl1MQCDc3GuGTSu8fIxxH0aFJP/fSKCKuV9KjAT++UYm2azrswHc53xndjzK+E73ntkX+KW7NKOfRwUtqjvmdHbkMWeoNXxRdR5+ye+TIaVvd3u9p6AQH98g1PNqaUzgaunszZjJcr3xsM8qWh0xh47Zj8psHw6ziNGWxlrjC6bvLqT9OoHPhocIK7/hgmm6JyAKltGj6bgmvVTuvWKmMWthHalGeTBllXb11pE51AqDgnUUH3nx33gjTpugyXXYPRihNKRwH303J362sM/24jTSWkuGuh3nXetE044U7b+3NiU9DLhUu7k4aazCd/Fbe0TZt2I7lKKN7VDNteCjYyH9/jPdjykhveGWvo+YV3j9jsv/YSJ8rXdiMb82+14I126uPWcv7UjjNeqWHlDbbcTfW7vhbymBt6232Nt4fpj5E9vqHf22ilgyzN8D9rDD+I3zfU0v4SmFoI/6GTszgCw1NN4JXSfhmu86mRuvQ8LOddkccVOLxaQQjrjfaIdhdN0yUSvC2Rqc/qukVvI1d+rTTI+XUucmsjoBNgWLkY4opnKVC2rUhP+5zdSt91ht+ZUyyJRFg7eiXnDv34XfOLlMEREAE0hJAKb26/w1vYt8b3iHllFEXX14jpbyzoxFEGq2/d+mlNROVUd/78axJ3vS0cWTpzzYzIh/7EycTtjjY7Ii1uj9jR96xwXnCHxsFrpyuy47i1X4twOK2NCytMHr6kL39TZaE5Kp2ss3zeNcMjZKy3php3JexC27JQS+udbEZ3/X0Xx/Kb//+RcFmRFWna/FQPqIZWcRlin5HH9a+unSi/wQjj6aD1NQhFQeIvnAe+syiuFsWduL8V0/Pyl2jKY86aiFgn31hM6P9S+2wa3ECu7ZtvWsRKEUYeuR2c966fXrJWuj42rzCenw37O7g90jhfdWIzjcnN4wr42MGPes70lEnARv1YaTzE7yEDiOqBzGX2C+0H2bXwpGhxJTqDZ8YqRzZXbfwGSqf+GYfI0dQxUkEREAEciBgSilKwYFZRs265GhNMtNBN6wm7lLK6ISJ3hfja0uriTMLv/bZFxrg0WgtzD75/HLvhyZvcfz2dQSUrr2ce/fQzsbutKJpSlsQd/jpGQtgadf86ZkSKRLn13n3MOAb7Hr4oefne5fbVONi76aoLlzgzULR+ZRdo90wyD2uul0W5Gvosy/BshSLp6d72Prg4qQ76tym726wrXf3mB5vfk+X93eGBpZyf4Y6QaogwSjpC3j/Dj9b/pbV0cc9/7cZW/nPuAhL9l44D51qxj/Mm8Qg2DGEGqLM8Zetm0ghbfXPvSz1vb2ovHYMePd79zHl5bNpevYs36//k46BwtC3maiwnpgxqfw0kjL3VJeKCIQv9O/jbL9hR/E03WEXw5N6wyfFmdbNOpWGfYfU1l60+EEn2VaU9Wv4DTVq+E4d60r/p8WzJfFFQARaiADT55eF3zXNRuou709uCQJ122RTaMK9IcrGX04ZJXz5FlzZmLO5iEJ4OR2Ib6Ftc5bFiLnftPnBmr1b4im88U/vs5y7pUZ/nDnZXxC/Xsn+wnxvVxTeaP0p7aBv0X66vFK4aq9fMsl/irbzSYS7wMKS5sF8am+TIxcUprMT74Njl3njWeL2UT7TchIXt3XxI8/0S7bx73fnmPYuDpaa8Emp3djFe9gAir27bZou8ZwIs0AZtbCkl+k3SC3OVj/Ccm7LB+1Xz/FzvljxQGHQ+ymc160nIhsZNWWU5Ub3xOOhQ0NHHgR4wE5spk+LtPrnXhjRvROmrwT3quCtzWjv3VR8s1gTMaHU/ePh2ZVvrv7aXmDODz1EVlnq6HAC0x4qbLuMzgnK0aX2M7u5tTKWoxYU3kqj7Re8oNcI8/HMGgVtLtHK91Syi4AIsHByK28e73/3eaT1XniIkbgKR7Mro058OgzPxn6xO08y0Zyj6brsgVHTZkaxeC8O04w5ZWe9dLJ/IbFF/dEoLx9luvevBpZ5ixnI+QfvqBt4R0XvWu7rFZds4xmD6EBhmRudDHi32ABR/Gfx8Amgm+PKKPHM2WCc99UonCyZEzAFsmeMty2sf1Nr5BbW4ihWRi0+jZDGemJqBTwinO+d02yjEq3+uZeZE/2/8j2x7fr7g63KN4K5TQOZOrjcO4wexvlUTPOpxJYy2cXc34USujl5flfRvflPeiSH9TwWXddphxCgbFxAGVk7yq51cpgbL8/IDQtl62xeqCfgd2zcPTM705sot+dSX5xST5wn/bEwftHSYBq+PRt2vMacrM+cN9F/aeh0+H+r5Gu41K17ljvvtGgyKm/tlp+0+ORvdAjYKA/Ldc4ndZs2yAcvvVPpQJxTNKoWCdcqyqgTePYk71hGRu+w8+I2ypF/KKzbv3Roaqtd765hd91LJrFp0nzvM0nxm1vWB0rpEdyvp4j3P3h/JuoZKCZv8F49iXffRZH2GgoyZox30oq+IM/rVJKNeCgO3ix2mf9q7xZ+MF24Uhhdr51AOMX2w8zG2ps5BmfB/t1pYqOd8yfbTddtYJQUJrGgJHlsVzfriQGoLS7P5kAZ3WBi5d67bBJLjqVSY4GG90X0Nl0UhM6ogZIsSbaufE/s8aMfKXy4r8+7lHsWrIdFEbVRfutt2xa3YM6GGUVHH5XW6Xn2Chalp9PmJ7BlgohJbsfkpoyaAKbo+t4x2GpWSG2zioVLvf8hrq3CPPWxXuTf6MR5IjxPMpo9X9GUra4eb4PB/sZuRGZpxqCZLPUe+fJOK10G5S1Mqt3yk5ag/I0SAaZCXcSDaCOFW1i9OTDgzUXpOXPCJO878em79jWBqQuCT41t70Tl/f9jWzPaDNN0nUxxM1y6kthZ3r/M2xO/Y8w/+bg/vuYuHkc5e7n4y4Wr5xrfJD6P753+FKXlONppO/Ge25j7tog8PEO8t45h06OLJ/Ft1oTj4q3852jrbUVb73u063bES7w+Ng62V8XfuHYnCvrl1jZMiEZOORJg06SfEP1P2KNlG+7xnugVNnV6Q+7NWy1Z7rlNEf47I/r3oYjeaN8ZNfdyR/UKqS1YHnqpZdcTkUec5XIdu1ZNT0wsWJL1L9yIE5tkZDR9YyG7BkoSk8zdrKIi0t2ZjvsJCvw3qJA+FpTH5JSW0+FwXXePd44qrGRAHez6KHn/SFH+za34uIgXaa4jpCQ41DlUnHKKc9vUgc0hfsQzsHPkne8FMp1pOzqm3NqaJ9lg6uqwUeK8NXW+YD6PPO1hwvL82i7mJzVKKTVlNExziJXJUv+RL++08tm7to7yFkum3fITdYCMXcXbecUb3l2xvOZutTR5l7kjiw6QdsuP1zvZf/3oeYXP9aGU8e5fH1hjYHbGwvnecXSwz+Ndv5B6430Dnvf+eJuAdllTK6PuppcyWWa0OCobfvmpvaXiGC338PM8x9WSftjWO6CWsArTOAKhollR2UwjEc9wdYeNvhHCevQvqneamUs5jzhd3GlMemI2KtUTUyq89dBYDwAArSK8cWt+zbJmtNII6bA8tdAI6TC5wxP7rtbACm97tkR/K+ssVude9DBm+gqV+JM9a3q/rfW7Vklpya19CNCr94HCAFOk3LRd33u1u8vbhSlgLfWJFJ71famHrqt0Z6ivplBf17v2qFIymV1n07LtaITNJW+jus8B3NjU09sxzQZqmWVeETWcACNtV1PespspVUcOKG/XMLpUV0O83fITx3nEo4WNB1d4N+O2Rdw9yc7z+z1GRr/RrCOjSTInuTHq+3naNz3U4dcnXZebCLQDAeo+HSIgAiLQeQTaYZfdI+YV9qGhUrGR0moKqZVGlG2bxnzGaCmloTJ6Ksrotzvv6eisHFunNGvWHiHX64xyzl8eO8bbKhwdqlmUdstPMYjgqwH/9I6mQ/F4OhKYzTvi+F82kzjtksn+3SOuyEEERKApCUghbcrbIqFEQAREIB0BGyXF5+ZlfCdN2S3jvXku2UgpCveJNDxtp+xh64hylNKm/s1jaPYcjYzmSLnJoq5lplSGWVhIY2yuLSGqVxl1MrVbfly+4qZtXnT0Q96kPs/btKvgjUc5fbHH9x6cMdG39Ws6REAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAEREAERAACviiIgAiIgAgMJ7DPPvvshMuNoeueN9xww5zhPnQmAiIgAiIgAiIgAiKQBYGeLCJRHCIgAiLQTgR839++UCiMtzyZHUMKaTvd4AzzctBBB627bNmydxDl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UvksxkDZi5yw9xKm1xzi5RjlMLe10HTi3YPCeTZ1ZPD5F2TYieT/wnPzFPb+vr6+zTDdxmA2a0Yjo3aDdIiACIiACIhADgS6ysRpa5gadTQyrUblqSHp0GgyZTTYwCghwWBNqflJuNZop2rucTV+S+Wjmjiq8VsqvbzdU8tIebDNVtxuusEGRjTArcPi2piQ+9Eg3yN2LqsI1EMgdflMmwhK4ADldgr+o3JLXRaN+DMD5GyU1prXQjMKfarF4eQhbp/fppy/FzOujM4kHU3TdaBkioAIiIAIiEDGBEoqpLaGibQyb2QkyD8qa8Ro7Ng60cX2C+0JojW/E0qF7aAbrRslL2faLyb57qGfmFPjrVWUp0zKQ6PTy5toFfmx0ZzbkMfKdqCMWqMdt+LG/XN8f/E3dch9axjWpgW33QGvtqgfKtyYzO5hNeWzgkzDLlu55XcEv1eHXchgLTRxFsJnYwfsd/GL775rQ7j2fHwGpfgorg1bX1oki05FQAREQAREQAREoHMJMBp2s02Rsx/2MxwJs8fctcuuA9MhJpuxbMrvU8XZtZEfysZetkau+JrORaDZCFBex1OP/drVZUXmNfGRzHpl57lYm867iTw32y5atGi9euNTeBEQAREQAREQgXQEgo+Dp/MqX81IgAbUm2iUXYBs8+nJvyguIw2sYzifRO/+cYwEBN8AiV+XXQREQASalYApo9Rh5dZCm+jX2rTe+Ohms+ZHcomACIiACIiACIiACIiACIiACLQIAUZDvx4fEaXz7SwbEcXtmrg7SuueLZIliSkCIiACIiACIpBAoOQa0gS/chIBERABERCBhhBg1LMRa6EbkhclIgIiIAIiIAIiIAIiIAIiIAIi0GIEtBa6xW6YxBUBERABERABERABERABERABERABERABERABERCBViHw/wHIAHUN1iL6RwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 466px 146px;
  }
}

.toastui-editor-toolbar-icons {
  background-position-y: 3px;
}

.toastui-editor-toolbar-icons:disabled {
  opacity: 0.3;
}

.toastui-editor-toolbar-icons.heading {
  background-position-x: 3px;
}

.toastui-editor-toolbar-icons.bold {
  background-position-x: -23px;
}

.toastui-editor-toolbar-icons.italic {
  background-position-x: -49px;
}

.toastui-editor-toolbar-icons.strike {
  background-position-x: -75px;
}

.toastui-editor-toolbar-icons.hrline {
  background-position-x: -101px;
}

.toastui-editor-toolbar-icons.quote {
  background-position-x: -127px;
}

.toastui-editor-toolbar-icons.bullet-list {
  background-position-x: -153px;
}

.toastui-editor-toolbar-icons.ordered-list {
  background-position-x: -179px;
}

.toastui-editor-toolbar-icons.task-list {
  background-position-x: -205px;
}

.toastui-editor-toolbar-icons.indent {
  background-position-x: -231px;
}

.toastui-editor-toolbar-icons.outdent {
  background-position-x: -257px;
}

.toastui-editor-toolbar-icons.table {
  background-position-x: -283px;
}

.toastui-editor-toolbar-icons.image {
  background-position-x: -309px;
}

.toastui-editor-toolbar-icons.link {
  background-position-x: -334px;
}

.toastui-editor-toolbar-icons.code {
  background-position-x: -361px;
}

.toastui-editor-toolbar-icons.codeblock {
  background-position-x: -388px;
}

.toastui-editor-toolbar-icons.more {
  background-position-x: -412px;
}

.toastui-editor-toolbar-icons:not(:disabled).active {
  background-position-y: -23px;
}

@media only screen and (max-width: 480px) {
  .toastui-editor-popup {
    max-width: 300px;
    margin-left: -150px;
  }

  .toastui-editor-dropdown-toolbar {
    max-width: none;
  }
}

/* 
  z-index basis
  -1: pseudo element
  20 - preview, wysiwyg
  30 - wysiwyg code block language editor, popup, context menu
  40 - tooltip
*/
.ProseMirror {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
    'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
  color: #222;
  font-size: 13px;
  overflow-y: auto;
  overflow-X: hidden;
  height: calc(100% - 36px);
}

.ProseMirror .placeholder {
  color: #999;
}

.ProseMirror:focus {
  outline: none;
}

.ProseMirror-selectednode {
  outline: none;
}

table.ProseMirror-selectednode {
  border-radius: 2px;
  outline: 2px solid #00a9ff;
}

.html-block.ProseMirror-selectednode {
  border-radius: 2px;
  outline: 2px solid #00a9ff;
}

.toastui-editor-contents {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
    'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
  z-index: 20;
}

.toastui-editor-contents *:not(table) {
  line-height: 160%;
  box-sizing: content-box;
}

.toastui-editor-contents i,
.toastui-editor-contents cite,
.toastui-editor-contents em,
.toastui-editor-contents var,
.toastui-editor-contents address,
.toastui-editor-contents dfn {
  font-style: italic;
}

.toastui-editor-contents strong {
  font-weight: bold;
}

.toastui-editor-contents p {
  margin: 10px 0;
  color: #222;
}

.toastui-editor-contents > h1:first-of-type,
.toastui-editor-contents > div > div:first-of-type h1 {
  margin-top: 14px;
}

.toastui-editor-contents h1,
.toastui-editor-contents h2,
.toastui-editor-contents h3,
.toastui-editor-contents h4,
.toastui-editor-contents h5,
.toastui-editor-contents h6 {
  font-weight: bold;
  color: #222;
}

.toastui-editor-contents h1 {
  font-size: 24px;
  line-height: 28px;
  border-bottom: 3px double #999;
  margin: 52px 0 15px 0;
  padding-bottom: 7px;
}

.toastui-editor-contents h2 {
  font-size: 22px;
  line-height: 23px;
  border-bottom: 1px solid #dbdbdb;
  margin: 20px 0 13px 0;
  padding-bottom: 7px;
}

.toastui-editor-contents h3 {
  font-size: 20px;
  margin: 18px 0 2px;
}

.toastui-editor-contents h4 {
  font-size: 18px;
  margin: 10px 0 2px;
}

.toastui-editor-contents h3,
.toastui-editor-contents h4 {
  line-height: 18px;
}

.toastui-editor-contents h5 {
  font-size: 16px;
}

.toastui-editor-contents h6 {
  font-size: 14px;
}

.toastui-editor-contents h5,
.toastui-editor-contents h6 {
  line-height: 17px;
  margin: 9px 0 -4px;
}

.toastui-editor-contents del {
  color: #999;
}

.toastui-editor-contents blockquote {
  margin: 14px 0;
  border-left: 4px solid #e5e5e5;
  padding: 0 16px;
  color: #999;
}

.toastui-editor-contents blockquote p,
.toastui-editor-contents blockquote ul,
.toastui-editor-contents blockquote ol {
  color: #999;
}

.toastui-editor-contents blockquote > :first-child {
  margin-top: 0;
}

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

.toastui-editor-contents pre,
.toastui-editor-contents code {
  font-family: Consolas, Courier, 'Apple SD 산돌고딕 Neo', -apple-system, 'Lucida Grande',
    'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', 'Segoe UI', '돋움', dotum, sans-serif;
  border: 0;
  border-radius: 0;
}

.toastui-editor-contents pre {
  margin: 2px 0 8px;
  padding: 18px;
  background-color: #f4f7f8;
}

.toastui-editor-contents code {
  color: #c1798b;
  background-color: #f9f2f4;
  padding: 2px 3px;
  letter-spacing: -0.3px;
  border-radius: 2px;
}

.toastui-editor-contents pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}

.toastui-editor-contents img {
  margin: 4px 0 10px;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}

.toastui-editor-contents table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 12px 0 14px;
  color: #222;
  width: auto;
  border-collapse: collapse;
  box-sizing: border-box;
}

.toastui-editor-contents table th,
.toastui-editor-contents table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 14px 5px 12px;
  height: 32px;
}

.toastui-editor-contents table th {
  background-color: #555;
  font-weight: 300;
  color: #fff;
  padding-top: 6px;
}

.toastui-editor-contents th p {
  margin: 0;
  color: #fff;
}

.toastui-editor-contents td p {
  margin: 0;
  padding: 0 2px;
}

.toastui-editor-contents td.toastui-editor-cell-selected {
  background-color: #d8dfec;
}

.toastui-editor-contents th.toastui-editor-cell-selected {
  background-color: #908f8f;
}

.toastui-editor-contents ul,
.toastui-editor-contents menu,
.toastui-editor-contents ol,
.toastui-editor-contents dir {
  display: block;
  list-style-type: none;
  padding-left: 24px;
  margin: 6px 0 10px;
  color: #222;
}

.toastui-editor-contents ol {
  list-style-type: none;
  counter-reset: li;
}

.toastui-editor-contents ol > li {
  counter-increment: li;
}

.toastui-editor-contents ul > li::before,
.toastui-editor-contents ol > li::before {
  display: inline-block;
  position: absolute;
}

.toastui-editor-contents ul > li::before {
  content: '';
  margin-top: 6px;
  margin-left: -17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ccc;
}

.toastui-editor-contents ol > li::before {
  content: '.' counter(li);
  margin-left: -28px;
  width: 24px;
  text-align: right;
  direction: rtl;
  color: #aaa;
}

.toastui-editor-contents ul ul,
.toastui-editor-contents ul ol,
.toastui-editor-contents ol ol,
.toastui-editor-contents ol ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.toastui-editor-contents ul li,
.toastui-editor-contents ol li {
  position: relative;
}

.toastui-editor-contents ul p,
.toastui-editor-contents ol p {
  margin: 0;
}

.toastui-editor-contents hr {
  border-top: 1px solid #eee;
  margin: 16px 0;
}

.toastui-editor-contents a {
  text-decoration: underline;
  color: #4b96e6;
}

.toastui-editor-contents a:hover {
  color: #1f70de;
}

.toastui-editor-contents .image-link {
  position: relative;
}

.toastui-editor-contents .image-link:hover::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  border-radius: 50%;
  border: 1px solid #c9ccd5;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiM1NTUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy42NjUgMTUuMDdsLTEuODE5LS4wMDJjLTEuNDg2IDAtMi42OTItMS4yMjgtMi42OTItMi43NDR2LS4xOTJjMC0xLjUxNSAxLjIwNi0yLjc0NCAyLjY5Mi0yLjc0NGgzLjg0NmMxLjQ4NyAwIDIuNjkyIDEuMjI5IDIuNjkyIDIuNzQ0di4xOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAwIC00NTgxKSB0cmFuc2xhdGUoOTk1IDQ1NzYpIHRyYW5zbGF0ZSg1IDUpIHNjYWxlKDEgLTEpIHJvdGF0ZSg0NSAzNy4yOTMgMCkiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuMzI2IDQuOTM0bDEuODIyLjAwMmMxLjQ4NyAwIDIuNjkzIDEuMjI4IDIuNjkzIDIuNzQ0di4xOTJjMCAxLjUxNS0xLjIwNiAyLjc0NC0yLjY5MyAyLjc0NGgtMy44NDVjLTEuNDg3IDAtMi42OTItMS4yMjktMi42OTItMi43NDRWNy42OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDAgLTQ1ODEpIHRyYW5zbGF0ZSg5OTUgNDU3NikgdHJhbnNsYXRlKDUgNSkgc2NhbGUoMSAtMSkgcm90YXRlKDQ1IDMwLjk5NiAwKSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K) no-repeat;
  background-position: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.toastui-editor-contents .task-list-item {
  border: 0;
  list-style: none;
  padding-left: 24px;
  margin-left: -24px;
}

.toastui-editor-contents .task-list-item::before {
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  content: '';
  margin-left: 0;
  margin-top: 0;
  border-radius: 2px;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  cursor: pointer;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjQ0NDIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAzMCAtMjk2KSB0cmFuc2xhdGUoNzg4IDE5MikgdHJhbnNsYXRlKDI0MiAxMDQpIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTciIGhlaWdodD0iMTciIHg9Ii41IiB5PSIuNSIgcng9IjIiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
}

.toastui-editor-contents .task-list-item.checked::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzRCOTZFNiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2IDBjMS4xMDUgMCAyIC44OTUgMiAydjE0YzAgMS4xMDUtLjg5NSAyLTIgMkgyYy0xLjEwNSAwLTItLjg5NS0yLTJWMkMwIC44OTUuODk1IDAgMiAwaDE0em0tMS43OTMgNS4yOTNjLS4zOS0uMzktMS4wMjQtLjM5LTEuNDE0IDBMNy41IDEwLjU4NSA1LjIwNyA4LjI5M2wtLjA5NC0uMDgzYy0uMzkyLS4zMDUtLjk2LS4yNzgtMS4zMi4wODMtLjM5LjM5LS4zOSAxLjAyNCAwIDEuNDE0bDMgMyAuMDk0LjA4M2MuMzkyLjMwNS45Ni4yNzggMS4zMi0uMDgzbDYtNiAuMDgzLS4wOTRjLjMwNS0uMzkyLjI3OC0uOTYtLjA4My0xLjMyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTAgLTI5NikgdHJhbnNsYXRlKDc4OCAxOTIpIHRyYW5zbGF0ZSgyNjIgMTA0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}

.toastui-editor-custom-block .toastui-editor-custom-block-editor {
  background: #f9f7fd;
  color: #452d6b;
  border: solid 1px #dbd4ea;
}

.toastui-editor-custom-block .toastui-editor-custom-block-view {
  position: relative;
  padding: 9px 13px 8px 12px;
}

.toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view {
  border: solid 1px #dbd4ea;
  border-radius: 2px;
}

.toastui-editor-custom-block .toastui-editor-custom-block-view .tool {
  position: absolute;
  right: 10px;
  top: 7px;
  display: none;
}

.toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view .tool {
  display: block;
}

.toastui-editor-custom-block-view button {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  padding: 3px;
  border: solid 1px #cccccc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==)
    no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

.toastui-editor-custom-block-view .info {
  font-size: 13px;
  font-weight: bold;
  color: #5200d0;
  vertical-align: middle;
}

.toastui-editor-contents .toastui-editor-ww-code-block {
  position: relative;
}

.toastui-editor-contents .toastui-editor-ww-code-block:after {
  content: attr(data-language);
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 24px;
  padding: 3px 35px 0 10px;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  background: #e5e9ea url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
  background-position: right;
  border-radius: 2px;
  background-size: 30px 30px;
  cursor: pointer;
}

.toastui-editor-ww-code-block-language {
  position: fixed;
  display: inline-block;
  width: 100px;
  height: 27px;
  right: 35px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  z-index: 30;
}

.toastui-editor-ww-code-block-language input {
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}

.toastui-editor-contents-placeholder::before {
  content: attr(data-placeholder);
  color: grey;
  line-height: 160%;
  position: absolute;
}

.toastui-editor-md-preview .toastui-editor-contents h1 {
  min-height: 28px;
}

.toastui-editor-md-preview .toastui-editor-contents h2 {
  min-height: 23px;
}

.toastui-editor-md-preview .toastui-editor-contents blockquote {
  min-height: 20px;
}

.toastui-editor-md-preview .toastui-editor-contents li {
  min-height: 22px;
}

.toastui-editor-pseudo-clipboard {
  position: fixed;
  opacity: 0;
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  z-index: -1;
}

.toastui-editor-contents .toastui-editor-md-preview-highlight {
  position: relative;
  z-index: 0;
}

.toastui-editor-contents .toastui-editor-md-preview-highlight::after {
  content: '';
  background-color: rgba(255, 245, 131, 0.5);
  border-radius: 4px;
  z-index: -1;
  position: absolute;
  top: -4px;
  right: -4px;
  left: -4px;
  bottom: -4px;
}

.toastui-editor-contents h1.toastui-editor-md-preview-highlight::after,
.toastui-editor-contents h2.toastui-editor-md-preview-highlight::after {
  bottom: 0;
}

.toastui-editor-contents td.toastui-editor-md-preview-highlight::after,
.toastui-editor-contents th.toastui-editor-md-preview-highlight::after {
  display: none;
}

.toastui-editor-contents th.toastui-editor-md-preview-highlight,
.toastui-editor-contents td.toastui-editor-md-preview-highlight {
  background-color: rgba(255, 245, 131, 0.5);
}

.toastui-editor-contents th.toastui-editor-md-preview-highlight {
  color: #222;
}

.toastui-editor-md-heading1 {
  font-size: 24px;
}

.toastui-editor-md-heading2 {
  font-size: 22px;
}

.toastui-editor-md-heading3 {
  font-size: 20px;
}

.toastui-editor-md-heading4 {
  font-size: 18px;
}

.toastui-editor-md-heading5 {
  font-size: 16px;
}

.toastui-editor-md-heading6 {
  font-size: 14px;
}

.toastui-editor-md-heading.toastui-editor-md-delimiter.setext {
  line-height: 15px;
}

.toastui-editor-md-strong,
.toastui-editor-md-heading,
.toastui-editor-md-list-item-style,
.toastui-editor-md-list-item .toastui-editor-md-meta {
  font-weight: bold;
}

.toastui-editor-md-emph {
  font-style: italic;
}

.toastui-editor-md-strike {
  text-decoration: line-through;
}

.toastui-editor-md-strike.toastui-editor-md-delimiter {
  text-decoration: none;
}

.toastui-editor-md-delimiter,
.toastui-editor-md-thematic-break,
.toastui-editor-md-link,
.toastui-editor-md-table,
.toastui-editor-md-block-quote {
  color: #ccc;
}

.toastui-editor-md-code.toastui-editor-md-delimiter {
  color: #aaa;
}

.toastui-editor-md-meta,
.toastui-editor-md-html,
.toastui-editor-md-link.toastui-editor-md-link-url.toastui-editor-md-marked-text {
  color: #999;
}

.toastui-editor-md-block-quote .toastui-editor-md-marked-text,
.toastui-editor-md-list-item .toastui-editor-md-meta {
  color: #555;
}

.toastui-editor-md-table .toastui-editor-md-table-cell {
  color: #222;
}

.toastui-editor-md-link.toastui-editor-md-link-desc.toastui-editor-md-marked-text,
.toastui-editor-md-list-item-style.toastui-editor-md-list-item-odd {
  color: #4b96e6;
}

.toastui-editor-md-list-item-style.toastui-editor-md-list-item-even {
  color: #cb4848;
}

.toastui-editor-md-code.toastui-editor-md-marked-text {
  color: #c1798b;
}

.toastui-editor-md-code {
  background-color: rgba(243, 229, 233, 0.5);
  padding: 2px 0;
  letter-spacing: -0.3px;
}

.toastui-editor-md-code.toastui-editor-md-start {
  padding-left: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.toastui-editor-md-code.toastui-editor-md-end {
  padding-right: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.toastui-editor-md-code-block-line-background {
  background-color: #f5f7f8;
}

.toastui-editor-md-code-block-line-background.start,
.toastui-editor-md-custom-block-line-background.start {
  margin-top: 2px;
}

.toastui-editor-md-code,
.toastui-editor-md-code-block {
  font-family: Consolas, Courier, 'Lucida Grande', '나눔바른고딕', 'Nanum Barun Gothic', '맑은고딕',
    'Malgun Gothic', sans-serif;
}

.toastui-editor-md-custom-block {
  color: #452d6b;
}
.toastui-editor-md-custom-block-line-background {
  background-color: #f9f7fd;
}
.toastui-editor-md-custom-block .toastui-editor-md-delimiter {
  color: #b8b3c0;
}
.toastui-editor-md-custom-block .toastui-editor-md-meta {
  color: #5200d0;
}
i.v-icon.v-icon-fix {
  font-size: 1em;
  color: var(--primary-color);
}
.v-list-item.disabled {
  color: #999;
}
.crud-table .v-btn {
  border-radius: 5px;
}
.crud-table .v-card-title {
  background-color: var(--primary-color);
  color: white;
}
.crud-table .v-card-title .v-field--prepended {
  padding-inline-start: 8px;
}
.crud-table .v-card-title .v-field__prepend-inner {
  margin-inline-end: 8px;
  font-size: 1.25em;
}
.crud-table .v-card-title .v-input {
  border-radius: 5px;
  overflow: hidden;
}
.crud-table thead .v-data-table-header__content {
  gap: 8px;
}
.crud-table thead .v-btn {
  color: white;
  background-color: var(--primary-color);
  height: 2em;
  width: 2em;
}
.crud-table thead .v-btn:hover {
  background-color: #ecad5a;
}
.crud-table .v-icon--size-default {
  font-size: 1em;
}
.crud-table .v-icon {
  font-size: 1em;
}
.crud-table .v-table {
  border: 1px solid #e0e0e0;
  border-block-start: unset;
}
.crud-table .v-table .v-btn .v-icon {
  font-size: 1em;
}
.crud-table .v-table tbody tr {
  height: 3em;
}
.crud-table .v-table tbody tr:nth-child(2n) {
  background-color: unset;
}
.crud-table .v-table tbody tr:hover {
  background-color: #e3edf6;
}
.crud-table .v-table tbody .v-btn {
  color: var(--primary-color);
  background-color: white;
  height: 2em;
  width: 2em;
}
.crud-table .v-table tbody .v-btn:hover {
  color: white;
  background-color: #2b4a63;
}
.crud-table .v-pagination .v-btn {
  border-radius: 5px;
}.file-browser .splitpanes {
  height: fit-content;
  border-radius: 0 0 5px 5px;
  border: 1px solid #EAEAEA;
}
.file-browser .splitpanes .splitpanes__splitter {
  background-color: #F6F6F6;
  width: 7px;
  position: relative;
}
.file-browser .splitpanes .splitpanes__splitter::before, .file-browser .splitpanes .splitpanes__splitter::after {
  content: "";
  position: sticky;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  display: block;
}
.file-browser .splitpanes .splitpanes__splitter::before {
  margin-left: 2px;
}
.file-browser .splitpanes .splitpanes__splitter::after {
  margin-left: 4px;
}
.file-browser .file-browser--toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  outline: 1px solid green;
  background-color: var(--primary-color);
  color: #fff;
  line-height: 1.6;
}
.file-browser .file-browser--folder-view {
  outline: 1px solid red;
  height: 100%;
  width: 100%;
}
.file-browser .file-browser--folder-view .v-list {
  background-color: unset;
  height: 100%;
}
.file-browser .file-browser--folder-view .v-list .v-list-item {
  min-height: 32px;
}
.file-browser .file-browser--folder-view .v-list .v-list-item .fas {
  font-size: 16px;
}
.file-browser .file-browser--folder-view .v-list button {
  background-color: unset;
  color: black;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.file-browser .file-browser--tile-view {
  padding: 0.5em;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1em;
}
.file-browser .file-browser--table-view .file--icon {
  font-size: 14px;
  color: #ffc84c;
}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
  top: 0px;
}
.v-combobox .v-field .v-text-field__prefix,
.v-combobox .v-field .v-text-field__suffix,
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
  cursor: text;
}
.v-combobox .v-field .v-field__input > input {
  flex: 1 1;
}
.v-combobox .v-field input {
  min-width: 64px;
}
.v-combobox .v-field:not(.v-field--focused) input {
  min-width: 0;
}
.v-combobox .v-field--dirty .v-combobox__selection {
  margin-inline-end: 2px;
}
.v-combobox .v-combobox__selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v-combobox__content {
  overflow: hidden;
}
.v-combobox__content {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-menu > .v-overlay__content.v-combobox__content {
  border-radius: 4px;
}

.v-combobox__mask {
  background: rgb(var(--v-theme-surface-light));
}
.v-combobox__selection {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  letter-spacing: inherit;
  line-height: inherit;
  max-width: calc(100% - 2px - 2px);
}
.v-combobox__selection:first-child {
  margin-inline-start: 0;
}
.v-combobox--selecting-index .v-combobox__selection {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-combobox--selecting-index .v-combobox__selection--selected {
  opacity: 1;
}
.v-combobox--selecting-index .v-field__input > input {
  caret-color: transparent;
}
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
  flex: 1 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding-inline: inherit;
}
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
  transition: none;
}
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
  opacity: 0;
}
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
  opacity: 0;
}
.v-combobox__menu-icon {
  margin-inline-start: 4px;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-combobox--active-menu .v-combobox__menu-icon {
  transform: rotate(180deg);
}.v-treeview-item {
  --list-indent-size: 28px;
}
.v-treeview-item.v-treeview-item--filtered {
  display: none;
}
.v-treeview-item.v-list-item--disabled:not(a) {
  pointer-events: auto;
}
.v-treeview-item.v-list-item--disabled:not(a) .v-selection-control {
  pointer-events: none;
}
.v-treeview-item__level {
  width: 28px;
}
.v-treeview--fluid .v-treeview-item__level {
  width: 0;
}

.v-treeview.v-list {
  --indent-padding: 16px;
}
.v-treeview.v-list--disabled .v-list-item__prepend {
  pointer-events: auto;
}
.v-treeview .v-list-item--slim > .v-list-item__prepend > .v-icon ~ .v-list-item__spacer {
  width: 10px;
}
.v-treeview .v-list-item--slim > .v-list-item__prepend:not(:has(.v-list-item-action)) > .v-icon {
  margin-inline-start: -6px;
}
.v-treeview:has(.v-treeview-indent-lines) .v-list-item-action:first-child > .v-selection-control,
.v-treeview:has(.v-treeview-indent-lines) .v-treeview-indent-lines + .v-list-item-action > .v-selection-control {
  margin-inline: min(0px, -1 * (var(--v-selection-control-size) - 28px) / 2);
}

.v-treeview-indent-lines {
  position: absolute;
  inset-inline-start: 0;
  height: 100%;
  display: grid;
  padding-inline-start: 8px;
  padding-block: 0;
  grid-template-columns: repeat(var(--v-indent-parts, 1), var(--prepend-width));
  opacity: 0.4;
  pointer-events: none;
}

.v-treeview-indent-line, .v-treeview-indent-line::before {
  border: 0px solid rgb(var(--v-theme-on-surface));
}
.v-treeview-indent-line--leaf, .v-treeview-indent-line--line {
  border-inline-start-width: 1px;
  height: 100%;
  width: calc(50% + 1px);
  justify-self: end;
}
.v-treeview-indent-line--leaf {
  position: relative;
}
.v-treeview-indent-line--leaf::before {
  content: "";
  position: absolute;
  border-bottom-width: 1px;
  height: calc(50% + 1px);
  width: 100%;
}
.v-treeview-indent-line--leaf:last-child::before {
  width: calc(100% - 4px);
}
.v-treeview-indent-line--leaf-link {
  border-bottom-width: 1px;
  height: calc(50% + 1px);
  margin-inline-start: 0;
  margin-inline-end: 6px;
}
.v-treeview-indent-line--last-leaf {
  border-inline-start-width: 1px;
  border-bottom-width: 1px;
  height: calc(50% + 1px);
  margin-inline-start: calc(50% - 1px);
  border-bottom-left-radius: 4px;
}
.v-locale--is-rtl.v-treeview-indent-line--last-leaf, .v-locale--is-rtl .v-treeview-indent-line--last-leaf {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}

.v-treeview-indent-line--last-leaf:last-child {
  margin-inline-end: 4px;
}

.v-treeview-group.v-list-group {
  --list-indent-size: 0px;
}
.v-treeview-group.v-list-group > .v-treeview-item__level {
  width: 0px;
}
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
  padding-inline-start: calc(var(--indent-padding)) !important;
}.element-overview {
  padding: 32px;
  border-radius: 5px 0px 5px 5px;
  border: 1px solid #EAEAEA;
}
.element-overview .element-overview--header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.element-overview .element-overview--header h2 {
  color: #3D6F97;
  font-feature-settings: "liga" off;
  font-family: "Myriad Pro", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.element-overview .element-overview--header .filters {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  color: #818181;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.element-overview .element-overview--header .search-field .v-field {
  box-shadow: unset;
  width: 300px;
  height: 31px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}
.element-overview .element-overview--header .search-field .v-field input {
  min-height: unset;
  height: 100%;
  line-height: 31px;
  height: 31px;
  padding-inline: 0;
}
.element-overview .element-overview--header .fas {
  font-size: 14px;
  margin-right: 11px;
}
.element-overview .v-card {
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #EAEAEA;
  box-shadow: unset;
}
.element-overview .v-card .v-card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: normal;
  height: 38px;
  padding: 9px 14px;
  background-color: #3d6f97;
  color: white;
  font-family: "Myriad Pro", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}
.element-overview .v-card .v-card-title a {
  font-family: "Myriad Pro", sans-serif;
  font-size: 17px;
}
.element-overview .v-card .v-card-title .far, .element-overview .v-card .v-card-title .fas {
  font-size: 15px;
}
.element-overview .v-card .v-img--wrapper {
  height: 160px;
  width: auto;
  overflow: hidden;
}
.element-overview .v-card .v-img--wrapper:hover .v-img {
  transform: scale(1.05);
}
.element-overview .v-card .v-img {
  height: 160px;
  width: auto;
  transition: transform 0.5s ease;
}
.element-overview .v-card .v-card-subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8px;
  opacity: 1;
  font-family: "Myriad Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.element-overview .v-card .v-card-text {
  color: #4A5258;
  font-family: "Myriad Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5em;
}
.element-overview .v-card .v-card-text .manager-chip {
  color: #4A5258;
}
.element-overview .v-card .v-chip {
  height: 24px;
  background-color: #efefef;
  border-radius: 5px;
  color: #3D6F97;
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  padding-inline: 11px;
  line-height: 20px;
}
.element-overview .v-card .v-chip .fas, .element-overview .v-card .v-chip .far {
  font-size: 14px;
}
.element-overview .v-card .v-chip .v-chip__underlay {
  display: none;
}.header--tabs {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.header--tabs h2 {
  color: var(--secondary-color);
}
.right-aligned-tabs .v-slide-group__content {
  display: flex;
  justify-content: end;
  gap: 1px;
  font-size: 15px;
  font-weight: 700;
}
.right-aligned-tabs .v-slide-group__content .v-tab__slider {
  display: none;
}
.right-aligned-tabs .v-slide-group__content button {
  background-color: #fdfdfd;
  border-radius: 5px 5px 0 0;
  border: 1px solid #EAEAEA;
  background-color: white;
  color: #818181;
  outline: unset;
  font-weight: 700;
}
.right-aligned-tabs .v-slide-group__content button.v-tab--selected {
  background-color: #f7f7f7;
  color: var(--primary-color);
}.full-height[data-v-d2f521a9] {
  height: 100%;
}.v-stepper.v-sheet {
  overflow: hidden;
}
.v-stepper.v-sheet {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-stepper.v-sheet {
  border-radius: 4px;
}
.v-stepper.v-sheet.v-stepper--flat {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}

.v-stepper-header {
  align-items: center;
  display: flex;
  position: relative;
  overflow-x: auto;
  justify-content: space-between;
  z-index: 1;
}
.v-stepper-header {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
}
.v-stepper-header .v-divider {
  margin: 0 -16px;
}
.v-stepper-header .v-divider:last-child {
  margin-inline-end: 0;
}
.v-stepper-header .v-divider:first-child {
  margin-inline-start: 0;
}
.v-stepper--alt-labels .v-stepper-header {
  height: auto;
}
.v-stepper--alt-labels .v-stepper-header .v-divider {
  align-self: flex-start;
  margin: 35px -67px 0;
}

.v-stepper-window {
  margin: 1.5rem;
}

.v-stepper-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.v-stepper .v-stepper-actions {
  padding: 0 1.5rem 1rem;
}
.v-stepper-window-item .v-stepper-actions {
  padding: 1.5rem 0 0;
}.v-stepper-item {
  align-items: center;
  align-self: stretch;
  display: inline-flex;
  flex: none;
  outline: none;
  opacity: var(--v-medium-emphasis-opacity);
  padding: 1.5rem;
  position: relative;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.v-stepper-item:hover > .v-stepper-item__overlay {
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
}
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-stepper-item:focus > .v-stepper-item__overlay {
    opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
  }
}
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
}
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
}
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
}
@supports not selector(:focus-visible) {
  .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
    opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
  }
}
.v-stepper--non-linear .v-stepper-item {
  opacity: var(--v-high-emphasis-opacity);
}
.v-stepper-item--selected {
  opacity: 1;
}
.v-stepper-item--error {
  color: rgb(var(--v-theme-error));
}
.v-stepper-item--disabled {
  opacity: var(--v-medium-emphasis-opacity);
}
.v-stepper-item[disabled], .v-stepper-item--disabled {
  pointer-events: none;
}
.v-stepper--alt-labels .v-stepper-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 175px;
}

.v-stepper-item__avatar.v-avatar {
  background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
  color: rgb(var(--v-theme-on-surface-variant));
  font-size: 0.75rem;
  margin-inline-end: 8px;
}
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
  margin-inline-end: 0;
}
.v-stepper-item__avatar.v-avatar .v-icon {
  font-size: 0.875rem;
}
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
  background: rgb(var(--v-theme-surface-variant));
}
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
  background: rgb(var(--v-theme-error));
}
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
  margin-bottom: 16px;
  margin-inline-end: 0;
}

.v-stepper-item__content {
  text-align: start;
}
.v-stepper--alt-labels .v-stepper-item__content {
  text-align: center;
}

.v-stepper-item__title {
  line-height: 1;
}
.v-stepper--mobile .v-stepper-item__title {
  display: none;
}

.v-stepper-item__subtitle {
  font-size: 0.75rem;
  line-height: 1;
  opacity: var(--v-medium-emphasis-opacity);
}
.v-stepper--mobile .v-stepper-item__subtitle {
  display: none;
}

.v-stepper-item__overlay {
  background-color: currentColor;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.v-stepper-item__overlay,
.v-stepper-item__underlay {
  pointer-events: none;
}
.v-stepper-item__overlay,
.v-stepper-item__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}.vue-header {
  margin-block-end: 20px;
}
.vue-header a:link {
  margin: 0;
  color: #acb5bc;
}
.vue-header h2 {
  color: var(--secondary-color);
  font-size: 20pt;
}div.content-container .content.grid-2[data-v-25133ac9] {
  grid-template-columns: minmax(100px, 150px) 1fr;
}
div.content-container .content span.label[data-v-25133ac9] {
  font-weight: 700;
}
.text-container[data-v-25133ac9] {
  margin-top: 4px;
  border-radius: 4px;
  border-left: solid 2px #f2f2f2;
  padding: 0.5em;
}
.grid-2[data-v-25133ac9] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: min-content;
  grid-gap: 1em;
}
@media only screen and (max-width: 998px) {
.grid-2[data-v-25133ac9] {
    grid-template-columns: 1fr;
}
}
.grid-2 .grid-fw[data-v-25133ac9] {
  grid-column: 2 span;
}
.grid-2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: min-content;
	grid-gap: 1em;
}
.full-height[data-v-e818dd02] {
  height: 100%;
}.v-chip.status-chip.v-chip--size-default {
  --v-chip-height: 26px;
}hr[data-v-9be97b3f] {
  margin-bottom: 10px;
  margin-top: 10px;
}.v-theme--light {
  --gm-primary-color: #3d6f97;
  --gm-secondary-color: #ebaa53;
}

button, input, select, textarea {
  border-style: unset;
}

html {
  line-height: 1 !important;
}

.vflex {
  display: flex;
  flex-flow: column nowrap;
}

.hflex {
  display: flex;
  flex-direction: row;
}

.flex-gap-1 {
  gap: 4px;
}

.flex-gap-2 {
  gap: 8px;
}

.grid-2c-r1000 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.padding-2 {
  padding: 8px;
}

@media only screen and (max-width: 1000px) {
  .grid-2c-r1000 {
    display: flex;
    flex-flow: column nowrap;
  }
}
.v-selection-control__input:hover:before {
  opacity: 0;
}
.v-selection-control__input input {
  opacity: 1;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
}
.v-selection-control__input i.v-icon {
  display: none;
}

.v-data-table-header__content {
  font-weight: 700;
}

.v-table {
  --v-table-header-height: 38px;
  --v-table-row-height: 32px;
}
.v-table tbody tr {
  border-inline-start: 4px solid transparent;
}
.v-table tbody tr:hover {
  border-inline-start: 4px solid var(--secondary-color);
}
.v-table tbody tr:nth-child(2n) {
  background-color: #e3edf6;
}

.v-selection-control--density-default {
  --v-selection-control-size: 28px;
}

.v-text-field .v-input__control .v-field {
  background-color: #fff;
}
.v-text-field .v-input__control .v-field .v-field__overlay {
  background-color: transparent;
}

.small-action-button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #2b4a63;
}
.small-action-button.fas::before {
  line-height: 30px;
}
.small-action-button:hover {
  color: white;
  background-color: #2b4a63;
}

.v-btn[type=button] {
  background-color: var(--secondary-color);
  color: white;
  text-transform: none;
}

.v-date-picker-month__day--selected button.v-btn {
  background-color: var(--secondary-color) !important;
}

.v-btn[type=button].v-btn--icon {
  border-radius: 5px;
  width: 2em;
  height: 2em;
  font-size: 16px;
}
.v-btn[type=button].v-btn--icon.v-btn--secondary {
  color: var(--primary-color);
  background-color: white;
}
.v-btn[type=button].v-btn--icon .v-icon {
  font-size: 1em;
}

.v-stepper-header {
  background: var(--primary-color);
  color: #ffffff;
}
.v-stepper-header .v-stepper-item__avatar.v-avatar {
  background: #284963;
  color: #ffffff;
}
.v-stepper-header .v-stepper-item--selected .v-stepper-item__avatar.v-avatar {
  background: var(--secondary-color);
}
.v-stepper-header .v-stepper-item {
  opacity: 1;
}
.v-stepper-header .v-card-title {
  color: var(--primary-color);
}

.v-stepper-window .v-field:hover.v-field--variant-outlined .v-field__outline {
  color: var(--primary-color);
}
.v-stepper-window .v-field--active.v-field--variant-outlined .v-field__outline {
  color: var(--primary-color);
}
.v-stepper-window .v-card {
  border-color: #aaaaaa;
}
.v-stepper-window .v-card .v-card-item__append .fas {
  color: var(--primary-color);
}

.v-switch__track:has(+ .v-selection-control__input input:checked) {
  background-color: #b7ddcd !important;
  opacity: 1 !important;
}

.v-stepper-actions {
  letter-spacing: 1px;
}
.v-stepper-actions .v-btn:first-child {
  background-color: white;
  color: unset;
}
.v-stepper-actions .v-btn:nth-child(2) {
  background-color: var(--primary-color);
  color: white;
}

.v-input__details {
  padding-top: 2px;
  min-height: 16px;
  margin-bottom: 4px;
}

.code-editor .title {
  background-color: unset;
  color: unset;
  padding: unset;
  margin: unset;
  height: unset;
  white-space: unset;
  overflow-x: unset;
  text-overflow: unset;
  padding-inline-end: unset;
}

.vue-header {
  margin: 0;
  color: #acb5bc;
  margin-block-end: 20px;
}
.vue-header h2 {
  color: var(--secondary-color);
  font-size: 20pt;
}

h2.c-header {
  color: var(--primary-color);
  font-weight: 700;
  margin-block: 1em;
}
h2.c-header .c-header--26 {
  font-size: 26px;
}

.search-criteria-area button, .search-criteria-area input, .search-criteria-area select, .search-criteria-area textarea,
.legacy button, .legacy input, .legacy select, .legacy textarea {
  background-color: revert;
  border-style: revert;
}

.search-criteria-area select,
.legacy select {
  -moz-appearance: revert;
  -webkit-appearance: revert;
}

.gm-icons-folder {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.file-browser .file-browser--toolbar {
  border-start-start-radius: 5px;
}
.file-browser .file-browser--toolbar button {
  background-color: transparent;
}
.file-browser .file-browser--toolbar button:hover {
  background-color: var(--secondary-button-color-hover);
}
.file-browser .file-browser--toolbar button:first-child {
  background-color: var(--secondary-button-color);
}
.file-browser .file-browser--toolbar button:first-child:hover {
  background-color: var(--primary-button-color-hover);
}

/*# sourceMappingURL=style.css.map */
/*!
 * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fal,
.fat,
.fad,
.fadr,
.fadl,
.fadt,
.fass,
.fasr,
.fasl,
.fast,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.faslr,
.faslpr,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fajr,
.fajfr,
.fajdr,
.facr,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-notdog,
.fa-notdog-duo,
.fa-slab,
.fa-slab-press,
.fa-thumbprint,
.fa-whiteboard,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.faslr,
.faslpr,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fajr,
.fajfr,
.fajdr,
.facr,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-notdog,
.fa-notdog-duo,
.fa-slab,
.fa-slab-press,
.fa-thumbprint,
.fa-whiteboard,
.fa)::before {
  content: var(--fa);
  content: var(--fa)/"";
}

:is(.fad,
.fa-duotone,
.fadr,
.fadl,
.fadt,
.fasds,
.fa-sharp-duotone,
.fasdr,
.fasdl,
.fasdt,
.fatl,
.fa-thumbprint,
.fands,
.fa-notdog-duo,
.fajdr,
.fa-jelly-duo)::after {
  content: var(--fa);
  content: var(--fa)/"";
  font-feature-settings: "ss01";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-0 {
  --fa: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-ditto {
  --fa: "\"";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-ampersand {
  --fa: "\&";
}

.fa-apostrophe {
  --fa: "\'";
}

.fa-bracket-round {
  --fa: "\(";
}

.fa-parenthesis {
  --fa: "\(";
}

.fa-bracket-round-right {
  --fa: "\)";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-comma {
  --fa: "\,";
}

.fa-hyphen {
  --fa: "\-";
}

.fa-period {
  --fa: "\.";
}

.fa-slash-forward {
  --fa: "\/";
}

.fa-colon {
  --fa: "\:";
}

.fa-semicolon {
  --fa: "\;";
}

.fa-less-than {
  --fa: "\<";
}

.fa-equals {
  --fa: "\=";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-question {
  --fa: "\?";
}

.fa-at {
  --fa: "\@";
}

.fa-a {
  --fa: "A";
}

.fa-b {
  --fa: "B";
}

.fa-c {
  --fa: "C";
}

.fa-d {
  --fa: "D";
}

.fa-e {
  --fa: "E";
}

.fa-f {
  --fa: "F";
}

.fa-g {
  --fa: "G";
}

.fa-h {
  --fa: "H";
}

.fa-i {
  --fa: "I";
}

.fa-j {
  --fa: "J";
}

.fa-k {
  --fa: "K";
}

.fa-l {
  --fa: "L";
}

.fa-m {
  --fa: "M";
}

.fa-n {
  --fa: "N";
}

.fa-o {
  --fa: "O";
}

.fa-p {
  --fa: "P";
}

.fa-q {
  --fa: "Q";
}

.fa-r {
  --fa: "R";
}

.fa-s {
  --fa: "S";
}

.fa-t {
  --fa: "T";
}

.fa-u {
  --fa: "U";
}

.fa-v {
  --fa: "V";
}

.fa-w {
  --fa: "W";
}

.fa-x {
  --fa: "X";
}

.fa-y {
  --fa: "Y";
}

.fa-z {
  --fa: "Z";
}

.fa-bracket-square {
  --fa: "\[";
}

.fa-bracket {
  --fa: "\[";
}

.fa-bracket-left {
  --fa: "\[";
}

.fa-slash-back {
  --fa: "\\";
}

.fa-bracket-square-right {
  --fa: "\]";
}

.fa-accent-grave {
  --fa: "\`";
}

.fa-bracket-curly {
  --fa: "\{";
}

.fa-bracket-curly-left {
  --fa: "\{";
}

.fa-pipe {
  --fa: "\|";
}

.fa-bracket-curly-right {
  --fa: "\}";
}

.fa-tilde {
  --fa: "\~";
}

.fa-caravan-simple {
  --fa: "\e000";
}

.fa-caravan-alt {
  --fa: "\e000";
}

.fa-cat-space {
  --fa: "\e001";
}

.fa-coffee-pot {
  --fa: "\e002";
}

.fa-comet {
  --fa: "\e003";
}

.fa-fan-table {
  --fa: "\e004";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-galaxy {
  --fa: "\e008";
}

.fa-garage {
  --fa: "\e009";
}

.fa-garage-car {
  --fa: "\e00a";
}

.fa-garage-open {
  --fa: "\e00b";
}

.fa-heat {
  --fa: "\e00c";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-house-day {
  --fa: "\e00e";
}

.fa-house-person-leave {
  --fa: "\e00f";
}

.fa-house-leave {
  --fa: "\e00f";
}

.fa-house-person-depart {
  --fa: "\e00f";
}

.fa-house-night {
  --fa: "\e010";
}

.fa-house-person-return {
  --fa: "\e011";
}

.fa-house-person-arrive {
  --fa: "\e011";
}

.fa-house-return {
  --fa: "\e011";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-lamp-desk {
  --fa: "\e014";
}

.fa-lamp-floor {
  --fa: "\e015";
}

.fa-light-ceiling {
  --fa: "\e016";
}

.fa-light-switch {
  --fa: "\e017";
}

.fa-light-switch-off {
  --fa: "\e018";
}

.fa-light-switch-on {
  --fa: "\e019";
}

.fa-microwave {
  --fa: "\e01b";
}

.fa-outlet {
  --fa: "\e01c";
}

.fa-oven {
  --fa: "\e01d";
}

.fa-planet-moon {
  --fa: "\e01f";
}

.fa-planet-ringed {
  --fa: "\e020";
}

.fa-police-box {
  --fa: "\e021";
}

.fa-person-to-portal {
  --fa: "\e022";
}

.fa-portal-enter {
  --fa: "\e022";
}

.fa-person-from-portal {
  --fa: "\e023";
}

.fa-portal-exit {
  --fa: "\e023";
}

.fa-radar {
  --fa: "\e024";
}

.fa-raygun {
  --fa: "\e025";
}

.fa-refrigerator {
  --fa: "\e026";
}

.fa-rocket-launch {
  --fa: "\e027";
}

.fa-sensor {
  --fa: "\e028";
}

.fa-sensor-triangle-exclamation {
  --fa: "\e029";
}

.fa-sensor-alert {
  --fa: "\e029";
}

.fa-sensor-fire {
  --fa: "\e02a";
}

.fa-sensor-on {
  --fa: "\e02b";
}

.fa-sensor-cloud {
  --fa: "\e02c";
}

.fa-sensor-smoke {
  --fa: "\e02c";
}

.fa-siren {
  --fa: "\e02d";
}

.fa-siren-on {
  --fa: "\e02e";
}

.fa-solar-system {
  --fa: "\e02f";
}

.fa-circle-sort {
  --fa: "\e030";
}

.fa-sort-circle {
  --fa: "\e030";
}

.fa-circle-sort-down {
  --fa: "\e031";
}

.fa-sort-circle-down {
  --fa: "\e031";
}

.fa-circle-sort-up {
  --fa: "\e032";
}

.fa-sort-circle-up {
  --fa: "\e032";
}

.fa-space-station-moon {
  --fa: "\e033";
}

.fa-space-station-moon-construction {
  --fa: "\e034";
}

.fa-space-station-moon-alt {
  --fa: "\e034";
}

.fa-sprinkler {
  --fa: "\e035";
}

.fa-star-shooting {
  --fa: "\e036";
}

.fa-starfighter {
  --fa: "\e037";
}

.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
}

.fa-starfighter-alt {
  --fa: "\e038";
}

.fa-starship {
  --fa: "\e039";
}

.fa-starship-freighter {
  --fa: "\e03a";
}

.fa-sword-laser {
  --fa: "\e03b";
}

.fa-sword-laser-alt {
  --fa: "\e03c";
}

.fa-swords-laser {
  --fa: "\e03d";
}

.fa-telescope {
  --fa: "\e03e";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-transporter {
  --fa: "\e042";
}

.fa-transporter-1 {
  --fa: "\e043";
}

.fa-transporter-2 {
  --fa: "\e044";
}

.fa-transporter-3 {
  --fa: "\e045";
}

.fa-transporter-empty {
  --fa: "\e046";
}

.fa-ufo {
  --fa: "\e047";
}

.fa-ufo-beam {
  --fa: "\e048";
}

.fa-user-alien {
  --fa: "\e04a";
}

.fa-user-robot {
  --fa: "\e04b";
}

.fa-user-visor {
  --fa: "\e04c";
}

.fa-vacuum {
  --fa: "\e04d";
}

.fa-vacuum-robot {
  --fa: "\e04e";
}

.fa-window-frame {
  --fa: "\e04f";
}

.fa-window-frame-open {
  --fa: "\e050";
}

.fa-coffin-cross {
  --fa: "\e051";
}

.fa-folder-arrow-down {
  --fa: "\e053";
}

.fa-folder-download {
  --fa: "\e053";
}

.fa-folder-arrow-up {
  --fa: "\e054";
}

.fa-folder-upload {
  --fa: "\e054";
}

.fa-user-unlock {
  --fa: "\e058";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-handshake-alt-slash {
  --fa: "\e060";
}

.fa-handshake-simple-slash {
  --fa: "\e060";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-virus {
  --fa: "\e074";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-vest {
  --fa: "\e085";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-airplay {
  --fa: "\e089";
}

.fa-alt {
  --fa: "\e08a";
}

.fa-angle {
  --fa: "\e08c";
}

.fa-angle-90 {
  --fa: "\e08d";
}

.fa-apple-core {
  --fa: "\e08f";
}

.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
}

.fa-arrow-down-left {
  --fa: "\e091";
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
}

.fa-arrow-down-right {
  --fa: "\e093";
}

.fa-arrow-down-to-bracket {
  --fa: "\e094";
}

.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
}

.fa-arrow-down-to-square {
  --fa: "\e096";
}

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-arrow-up-arrow-down {
  --fa: "\e099";
}

.fa-sort-up-down {
  --fa: "\e099";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
}

.fa-arrow-up-from-square {
  --fa: "\e09c";
}

.fa-arrow-up-left {
  --fa: "\e09d";
}

.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
}

.fa-arrow-up-right {
  --fa: "\e09f";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
}

.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
}

.fa-arrows-cross {
  --fa: "\e0a2";
}

.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
}

.fa-arrows-from-line {
  --fa: "\e0a4";
}

.fa-arrows-minimize {
  --fa: "\e0a5";
}

.fa-compress-arrows {
  --fa: "\e0a5";
}

.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
}

.fa-arrows-to-line {
  --fa: "\e0a7";
}

.fa-audio-description-slash {
  --fa: "\e0a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-avocado {
  --fa: "\e0aa";
}

.fa-award-simple {
  --fa: "\e0ab";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-bars-filter {
  --fa: "\e0ad";
}

.fa-bars-sort {
  --fa: "\e0ae";
}

.fa-basket-shopping-simple {
  --fa: "\e0af";
}

.fa-shopping-basket-alt {
  --fa: "\e0af";
}

.fa-battery-exclamation {
  --fa: "\e0b0";
}

.fa-battery-low {
  --fa: "\e0b1";
}

.fa-battery-1 {
  --fa: "\e0b1";
}

.fa-bee {
  --fa: "\e0b2";
}

.fa-beer-mug {
  --fa: "\e0b3";
}

.fa-beer-foam {
  --fa: "\e0b3";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-block-quote {
  --fa: "\e0b5";
}

.fa-bolt-auto {
  --fa: "\e0b6";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-bolt-slash {
  --fa: "\e0b8";
}

.fa-book-arrow-right {
  --fa: "\e0b9";
}

.fa-book-arrow-up {
  --fa: "\e0ba";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-book-circle-arrow-right {
  --fa: "\e0bc";
}

.fa-book-circle-arrow-up {
  --fa: "\e0bd";
}

.fa-book-copy {
  --fa: "\e0be";
}

.fa-book-font {
  --fa: "\e0bf";
}

.fa-book-open-cover {
  --fa: "\e0c0";
}

.fa-book-open-alt {
  --fa: "\e0c0";
}

.fa-book-section {
  --fa: "\e0c1";
}

.fa-book-law {
  --fa: "\e0c1";
}

.fa-bookmark-slash {
  --fa: "\e0c2";
}

.fa-bowling-ball-pin {
  --fa: "\e0c3";
}

.fa-box-circle-check {
  --fa: "\e0c4";
}

.fa-brackets-round {
  --fa: "\e0c5";
}

.fa-parentheses {
  --fa: "\e0c5";
}

.fa-brain-circuit {
  --fa: "\e0c6";
}

.fa-brake-warning {
  --fa: "\e0c7";
}

.fa-briefcase-blank {
  --fa: "\e0c8";
}

.fa-brightness {
  --fa: "\e0c9";
}

.fa-brightness-low {
  --fa: "\e0ca";
}

.fa-browsers {
  --fa: "\e0cb";
}

.fa-buildings {
  --fa: "\e0cc";
}

.fa-burger-fries {
  --fa: "\e0cd";
}

.fa-burger-glass {
  --fa: "\e0ce";
}

.fa-calendar-arrow-down {
  --fa: "\e0d0";
}

.fa-calendar-download {
  --fa: "\e0d0";
}

.fa-calendar-arrow-up {
  --fa: "\e0d1";
}

.fa-calendar-upload {
  --fa: "\e0d1";
}

.fa-calendar-clock {
  --fa: "\e0d2";
}

.fa-calendar-time {
  --fa: "\e0d2";
}

.fa-calendar-heart {
  --fa: "\e0d3";
}

.fa-calendar-image {
  --fa: "\e0d4";
}

.fa-calendar-lines {
  --fa: "\e0d5";
}

.fa-calendar-note {
  --fa: "\e0d5";
}

.fa-calendar-range {
  --fa: "\e0d6";
}

.fa-calendars {
  --fa: "\e0d7";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-camera-slash {
  --fa: "\e0d9";
}

.fa-camera-viewfinder {
  --fa: "\e0da";
}

.fa-screenshot {
  --fa: "\e0da";
}

.fa-cart-minus {
  --fa: "\e0db";
}

.fa-cart-shopping-fast {
  --fa: "\e0dc";
}

.fa-cart-xmark {
  --fa: "\e0dd";
}

.fa-castle {
  --fa: "\e0de";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-chart-bullet {
  --fa: "\e0e1";
}

.fa-chart-candlestick {
  --fa: "\e0e2";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-chart-line-up {
  --fa: "\e0e5";
}

.fa-chart-pyramid {
  --fa: "\e0e6";
}

.fa-chart-radar {
  --fa: "\e0e7";
}

.fa-chart-scatter-3d {
  --fa: "\e0e8";
}

.fa-chart-scatter-bubble {
  --fa: "\e0e9";
}

.fa-chart-tree-map {
  --fa: "\e0ea";
}

.fa-chart-waterfall {
  --fa: "\e0eb";
}

.fa-cherries {
  --fa: "\e0ec";
}

.fa-circle-0 {
  --fa: "\e0ed";
}

.fa-circle-1 {
  --fa: "\e0ee";
}

.fa-circle-2 {
  --fa: "\e0ef";
}

.fa-circle-3 {
  --fa: "\e0f0";
}

.fa-circle-4 {
  --fa: "\e0f1";
}

.fa-circle-5 {
  --fa: "\e0f2";
}

.fa-circle-6 {
  --fa: "\e0f3";
}

.fa-circle-7 {
  --fa: "\e0f4";
}

.fa-circle-8 {
  --fa: "\e0f5";
}

.fa-circle-9 {
  --fa: "\e0f6";
}

.fa-circle-a {
  --fa: "\e0f7";
}

.fa-circle-ampersand {
  --fa: "\e0f8";
}

.fa-circle-arrow-down-left {
  --fa: "\e0f9";
}

.fa-circle-arrow-down-right {
  --fa: "\e0fa";
}

.fa-circle-arrow-up-left {
  --fa: "\e0fb";
}

.fa-circle-arrow-up-right {
  --fa: "\e0fc";
}

.fa-circle-b {
  --fa: "\e0fd";
}

.fa-circle-bolt {
  --fa: "\e0fe";
}

.fa-circle-book-open {
  --fa: "\e0ff";
}

.fa-book-circle {
  --fa: "\e0ff";
}

.fa-circle-bookmark {
  --fa: "\e100";
}

.fa-bookmark-circle {
  --fa: "\e100";
}

.fa-circle-c {
  --fa: "\e101";
}

.fa-circle-calendar {
  --fa: "\e102";
}

.fa-calendar-circle {
  --fa: "\e102";
}

.fa-circle-camera {
  --fa: "\e103";
}

.fa-camera-circle {
  --fa: "\e103";
}

.fa-circle-d {
  --fa: "\e104";
}

.fa-circle-dashed {
  --fa: "\e105";
}

.fa-circle-divide {
  --fa: "\e106";
}

.fa-circle-down-left {
  --fa: "\e107";
}

.fa-circle-down-right {
  --fa: "\e108";
}

.fa-circle-e {
  --fa: "\e109";
}

.fa-circle-ellipsis {
  --fa: "\e10a";
}

.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
}

.fa-circle-envelope {
  --fa: "\e10c";
}

.fa-envelope-circle {
  --fa: "\e10c";
}

.fa-circle-exclamation-check {
  --fa: "\e10d";
}

.fa-circle-f {
  --fa: "\e10e";
}

.fa-circle-g {
  --fa: "\e10f";
}

.fa-circle-half {
  --fa: "\e110";
}

.fa-circle-i {
  --fa: "\e111";
}

.fa-circle-j {
  --fa: "\e112";
}

.fa-circle-k {
  --fa: "\e113";
}

.fa-circle-l {
  --fa: "\e114";
}

.fa-circle-m {
  --fa: "\e115";
}

.fa-circle-microphone {
  --fa: "\e116";
}

.fa-microphone-circle {
  --fa: "\e116";
}

.fa-circle-microphone-lines {
  --fa: "\e117";
}

.fa-microphone-circle-alt {
  --fa: "\e117";
}

.fa-circle-n {
  --fa: "\e118";
}

.fa-circle-o {
  --fa: "\e119";
}

.fa-circle-p {
  --fa: "\e11a";
}

.fa-circle-phone {
  --fa: "\e11b";
}

.fa-phone-circle {
  --fa: "\e11b";
}

.fa-circle-phone-flip {
  --fa: "\e11c";
}

.fa-phone-circle-alt {
  --fa: "\e11c";
}

.fa-circle-phone-hangup {
  --fa: "\e11d";
}

.fa-phone-circle-down {
  --fa: "\e11d";
}

.fa-circle-q {
  --fa: "\e11e";
}

.fa-circle-quarter {
  --fa: "\e11f";
}

.fa-circle-r {
  --fa: "\e120";
}

.fa-circle-s {
  --fa: "\e121";
}

.fa-circle-small {
  --fa: "\e122";
}

.fa-circle-star {
  --fa: "\e123";
}

.fa-star-circle {
  --fa: "\e123";
}

.fa-circle-t {
  --fa: "\e124";
}

.fa-circle-three-quarters {
  --fa: "\e125";
}

.fa-circle-trash {
  --fa: "\e126";
}

.fa-trash-circle {
  --fa: "\e126";
}

.fa-circle-u {
  --fa: "\e127";
}

.fa-circle-up-left {
  --fa: "\e128";
}

.fa-circle-up-right {
  --fa: "\e129";
}

.fa-circle-v {
  --fa: "\e12a";
}

.fa-circle-video {
  --fa: "\e12b";
}

.fa-video-circle {
  --fa: "\e12b";
}

.fa-circle-w {
  --fa: "\e12c";
}

.fa-circle-waveform-lines {
  --fa: "\e12d";
}

.fa-waveform-circle {
  --fa: "\e12d";
}

.fa-circle-x {
  --fa: "\e12e";
}

.fa-circle-y {
  --fa: "\e12f";
}

.fa-circle-z {
  --fa: "\e130";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-clapperboard-play {
  --fa: "\e132";
}

.fa-clipboard-medical {
  --fa: "\e133";
}

.fa-clock-desk {
  --fa: "\e134";
}

.fa-closed-captioning-slash {
  --fa: "\e135";
}

.fa-clothes-hanger {
  --fa: "\e136";
}

.fa-cloud-slash {
  --fa: "\e137";
}

.fa-cloud-word {
  --fa: "\e138";
}

.fa-clover {
  --fa: "\e139";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-code-simple {
  --fa: "\e13d";
}

.fa-coffee-bean {
  --fa: "\e13e";
}

.fa-coffee-beans {
  --fa: "\e13f";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-command {
  --fa: "\e142";
}

.fa-comment-arrow-down {
  --fa: "\e143";
}

.fa-comment-arrow-up {
  --fa: "\e144";
}

.fa-comment-arrow-up-right {
  --fa: "\e145";
}

.fa-comment-captions {
  --fa: "\e146";
}

.fa-comment-code {
  --fa: "\e147";
}

.fa-comment-image {
  --fa: "\e148";
}

.fa-comment-middle {
  --fa: "\e149";
}

.fa-comment-middle-top {
  --fa: "\e14a";
}

.fa-comment-question {
  --fa: "\e14b";
}

.fa-comment-quote {
  --fa: "\e14c";
}

.fa-comment-text {
  --fa: "\e14d";
}

.fa-comments-question {
  --fa: "\e14e";
}

.fa-comments-question-check {
  --fa: "\e14f";
}

.fa-conveyor-belt-empty {
  --fa: "\e150";
}

.fa-crate-empty {
  --fa: "\e151";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-delete-right {
  --fa: "\e154";
}

.fa-desktop-arrow-down {
  --fa: "\e155";
}

.fa-diagram-lean-canvas {
  --fa: "\e156";
}

.fa-diagram-nested {
  --fa: "\e157";
}

.fa-diagram-sankey {
  --fa: "\e158";
}

.fa-diagram-venn {
  --fa: "\e15a";
}

.fa-dial {
  --fa: "\e15b";
}

.fa-dial-med-high {
  --fa: "\e15b";
}

.fa-dial-high {
  --fa: "\e15c";
}

.fa-dial-low {
  --fa: "\e15d";
}

.fa-dial-max {
  --fa: "\e15e";
}

.fa-dial-med {
  --fa: "\e15f";
}

.fa-dial-med-low {
  --fa: "\e160";
}

.fa-dial-min {
  --fa: "\e161";
}

.fa-dial-off {
  --fa: "\e162";
}

.fa-display {
  --fa: "\e163";
}

.fa-display-arrow-down {
  --fa: "\e164";
}

.fa-display-code {
  --fa: "\e165";
}

.fa-desktop-code {
  --fa: "\e165";
}

.fa-display-medical {
  --fa: "\e166";
}

.fa-desktop-medical {
  --fa: "\e166";
}

.fa-dolphin {
  --fa: "\e168";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-down-left {
  --fa: "\e16a";
}

.fa-down-right {
  --fa: "\e16b";
}

.fa-eggplant {
  --fa: "\e16c";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-engine {
  --fa: "\e16e";
}

.fa-envelope-dot {
  --fa: "\e16f";
}

.fa-envelope-badge {
  --fa: "\e16f";
}

.fa-envelopes {
  --fa: "\e170";
}

.fa-escalator {
  --fa: "\e171";
}

.fa-eye-dropper-full {
  --fa: "\e172";
}

.fa-eye-dropper-half {
  --fa: "\e173";
}

.fa-ferris-wheel {
  --fa: "\e174";
}

.fa-file-binary {
  --fa: "\e175";
}

.fa-file-heart {
  --fa: "\e176";
}

.fa-file-plus-minus {
  --fa: "\e177";
}

.fa-files {
  --fa: "\e178";
}

.fa-film-slash {
  --fa: "\e179";
}

.fa-films {
  --fa: "\e17a";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-filter-list {
  --fa: "\e17c";
}

.fa-filter-slash {
  --fa: "\e17d";
}

.fa-filters {
  --fa: "\e17e";
}

.fa-fire-hydrant {
  --fa: "\e17f";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
}

.fa-save-circle-arrow-right {
  --fa: "\e180";
}

.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
}

.fa-floppy-disk-times {
  --fa: "\e181";
}

.fa-save-circle-xmark {
  --fa: "\e181";
}

.fa-save-times {
  --fa: "\e181";
}

.fa-floppy-disk-pen {
  --fa: "\e182";
}

.fa-floppy-disks {
  --fa: "\e183";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-folder-bookmark {
  --fa: "\e186";
}

.fa-folder-gear {
  --fa: "\e187";
}

.fa-folder-cog {
  --fa: "\e187";
}

.fa-folder-grid {
  --fa: "\e188";
}

.fa-folder-heart {
  --fa: "\e189";
}

.fa-folder-image {
  --fa: "\e18a";
}

.fa-folder-magnifying-glass {
  --fa: "\e18b";
}

.fa-folder-search {
  --fa: "\e18b";
}

.fa-folder-medical {
  --fa: "\e18c";
}

.fa-folder-music {
  --fa: "\e18d";
}

.fa-folder-user {
  --fa: "\e18e";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-gif {
  --fa: "\e190";
}

.fa-glass-empty {
  --fa: "\e191";
}

.fa-glass-half {
  --fa: "\e192";
}

.fa-glass-half-empty {
  --fa: "\e192";
}

.fa-glass-half-full {
  --fa: "\e192";
}

.fa-grate {
  --fa: "\e193";
}

.fa-grate-droplet {
  --fa: "\e194";
}

.fa-grid {
  --fa: "\e195";
}

.fa-grid-3 {
  --fa: "\e195";
}

.fa-grid-2 {
  --fa: "\e196";
}

.fa-grid-2-plus {
  --fa: "\e197";
}

.fa-grid-4 {
  --fa: "\e198";
}

.fa-grid-5 {
  --fa: "\e199";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-gun-slash {
  --fa: "\e19c";
}

.fa-gun-squirt {
  --fa: "\e19d";
}

.fa-hand-back-point-down {
  --fa: "\e19e";
}

.fa-hand-back-point-left {
  --fa: "\e19f";
}

.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
}

.fa-hand-back-point-right {
  --fa: "\e1a1";
}

.fa-hand-back-point-up {
  --fa: "\e1a2";
}

.fa-hand-fingers-crossed {
  --fa: "\e1a3";
}

.fa-hand-holding-skull {
  --fa: "\e1a4";
}

.fa-hand-love {
  --fa: "\e1a5";
}

.fa-hand-point-ribbon {
  --fa: "\e1a6";
}

.fa-hand-wave {
  --fa: "\e1a7";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-hand-horns {
  --fa: "\e1a9";
}

.fa-head-side-heart {
  --fa: "\e1aa";
}

.fa-heart-half {
  --fa: "\e1ab";
}

.fa-heart-half-stroke {
  --fa: "\e1ac";
}

.fa-heart-half-alt {
  --fa: "\e1ac";
}

.fa-hexagon-divide {
  --fa: "\e1ad";
}

.fa-high-definition {
  --fa: "\e1ae";
}

.fa-rectangle-hd {
  --fa: "\e1ae";
}

.fa-highlighter-line {
  --fa: "\e1af";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-house-building {
  --fa: "\e1b1";
}

.fa-house-chimney-heart {
  --fa: "\e1b2";
}

.fa-house-tree {
  --fa: "\e1b3";
}

.fa-house-turret {
  --fa: "\e1b4";
}

.fa-image-landscape {
  --fa: "\e1b5";
}

.fa-landscape {
  --fa: "\e1b5";
}

.fa-image-polaroid-user {
  --fa: "\e1b6";
}

.fa-image-slash {
  --fa: "\e1b7";
}

.fa-image-user {
  --fa: "\e1b8";
}

.fa-images-user {
  --fa: "\e1b9";
}

.fa-inbox-full {
  --fa: "\e1ba";
}

.fa-inboxes {
  --fa: "\e1bb";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-input-numeric {
  --fa: "\e1bd";
}

.fa-input-pipe {
  --fa: "\e1be";
}

.fa-input-text {
  --fa: "\e1bf";
}

.fa-keyboard-brightness {
  --fa: "\e1c0";
}

.fa-keyboard-brightness-low {
  --fa: "\e1c1";
}

.fa-keyboard-down {
  --fa: "\e1c2";
}

.fa-keyboard-left {
  --fa: "\e1c3";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-lamp-street {
  --fa: "\e1c5";
}

.fa-laptop-arrow-down {
  --fa: "\e1c6";
}

.fa-laptop-slash {
  --fa: "\e1c7";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-lasso-sparkles {
  --fa: "\e1c9";
}

.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
}

.fa-link-horizontal {
  --fa: "\e1cb";
}

.fa-chain-horizontal {
  --fa: "\e1cb";
}

.fa-link-horizontal-slash {
  --fa: "\e1cc";
}

.fa-chain-horizontal-slash {
  --fa: "\e1cc";
}

.fa-link-simple {
  --fa: "\e1cd";
}

.fa-link-simple-slash {
  --fa: "\e1ce";
}

.fa-list-dropdown {
  --fa: "\e1cf";
}

.fa-list-radio {
  --fa: "\e1d0";
}

.fa-list-timeline {
  --fa: "\e1d1";
}

.fa-list-tree {
  --fa: "\e1d2";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-loader {
  --fa: "\e1d4";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-manhole {
  --fa: "\e1d6";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-memo {
  --fa: "\e1d8";
}

.fa-memo-circle-check {
  --fa: "\e1d9";
}

.fa-memo-pad {
  --fa: "\e1da";
}

.fa-message-arrow-down {
  --fa: "\e1db";
}

.fa-comment-alt-arrow-down {
  --fa: "\e1db";
}

.fa-message-arrow-up {
  --fa: "\e1dc";
}

.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
}

.fa-message-arrow-up-right {
  --fa: "\e1dd";
}

.fa-message-captions {
  --fa: "\e1de";
}

.fa-comment-alt-captions {
  --fa: "\e1de";
}

.fa-message-code {
  --fa: "\e1df";
}

.fa-message-image {
  --fa: "\e1e0";
}

.fa-comment-alt-image {
  --fa: "\e1e0";
}

.fa-message-middle {
  --fa: "\e1e1";
}

.fa-comment-middle-alt {
  --fa: "\e1e1";
}

.fa-message-middle-top {
  --fa: "\e1e2";
}

.fa-comment-middle-top-alt {
  --fa: "\e1e2";
}

.fa-message-question {
  --fa: "\e1e3";
}

.fa-message-quote {
  --fa: "\e1e4";
}

.fa-comment-alt-quote {
  --fa: "\e1e4";
}

.fa-message-sms {
  --fa: "\e1e5";
}

.fa-message-text {
  --fa: "\e1e6";
}

.fa-comment-alt-text {
  --fa: "\e1e6";
}

.fa-messages-question {
  --fa: "\e1e7";
}

.fa-meter {
  --fa: "\e1e8";
}

.fa-meter-bolt {
  --fa: "\e1e9";
}

.fa-meter-droplet {
  --fa: "\e1ea";
}

.fa-meter-fire {
  --fa: "\e1eb";
}

.fa-microchip-ai {
  --fa: "\e1ec";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-mobile-notch {
  --fa: "\e1ee";
}

.fa-mobile-iphone {
  --fa: "\e1ee";
}

.fa-mobile-signal {
  --fa: "\e1ef";
}

.fa-mobile-signal-out {
  --fa: "\e1f0";
}

.fa-money-bill-simple {
  --fa: "\e1f1";
}

.fa-money-bill-simple-wave {
  --fa: "\e1f2";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-money-bills-simple {
  --fa: "\e1f4";
}

.fa-money-bills-alt {
  --fa: "\e1f4";
}

.fa-mug-tea-saucer {
  --fa: "\e1f5";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-nfc {
  --fa: "\e1f7";
}

.fa-nfc-lock {
  --fa: "\e1f8";
}

.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
}

.fa-nfc-pen {
  --fa: "\e1fa";
}

.fa-nfc-signal {
  --fa: "\e1fb";
}

.fa-nfc-slash {
  --fa: "\e1fc";
}

.fa-nfc-trash {
  --fa: "\e1fd";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-note {
  --fa: "\e1ff";
}

.fa-note-medical {
  --fa: "\e200";
}

.fa-notebook {
  --fa: "\e201";
}

.fa-notes {
  --fa: "\e202";
}

.fa-octagon-divide {
  --fa: "\e203";
}

.fa-octagon-exclamation {
  --fa: "\e204";
}

.fa-oil-can-drip {
  --fa: "\e205";
}

.fa-paintbrush-pencil {
  --fa: "\e206";
}

.fa-pallet-box {
  --fa: "\e208";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-paper-plane-top {
  --fa: "\e20a";
}

.fa-paper-plane-alt {
  --fa: "\e20a";
}

.fa-send {
  --fa: "\e20a";
}

.fa-peach {
  --fa: "\e20b";
}

.fa-pear {
  --fa: "\e20c";
}

.fa-pedestal {
  --fa: "\e20d";
}

.fa-pen-circle {
  --fa: "\e20e";
}

.fa-pen-clip-slash {
  --fa: "\e20f";
}

.fa-pen-alt-slash {
  --fa: "\e20f";
}

.fa-pen-fancy-slash {
  --fa: "\e210";
}

.fa-pen-field {
  --fa: "\e211";
}

.fa-pen-line {
  --fa: "\e212";
}

.fa-pen-slash {
  --fa: "\e213";
}

.fa-pen-swirl {
  --fa: "\e214";
}

.fa-pencil-slash {
  --fa: "\e215";
}

.fa-people {
  --fa: "\e216";
}

.fa-people-dress {
  --fa: "\e217";
}

.fa-people-dress-simple {
  --fa: "\e218";
}

.fa-people-pants {
  --fa: "\e219";
}

.fa-people-pants-simple {
  --fa: "\e21a";
}

.fa-people-simple {
  --fa: "\e21b";
}

.fa-person-dress-simple {
  --fa: "\e21c";
}

.fa-person-pinball {
  --fa: "\e21d";
}

.fa-person-seat {
  --fa: "\e21e";
}

.fa-person-seat-reclined {
  --fa: "\e21f";
}

.fa-person-simple {
  --fa: "\e220";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-phone-arrow-down-left {
  --fa: "\e223";
}

.fa-phone-arrow-down {
  --fa: "\e223";
}

.fa-phone-incoming {
  --fa: "\e223";
}

.fa-phone-arrow-up-right {
  --fa: "\e224";
}

.fa-phone-arrow-up {
  --fa: "\e224";
}

.fa-phone-outgoing {
  --fa: "\e224";
}

.fa-phone-hangup {
  --fa: "\e225";
}

.fa-phone-missed {
  --fa: "\e226";
}

.fa-phone-xmark {
  --fa: "\e227";
}

.fa-photo-film-music {
  --fa: "\e228";
}

.fa-pinball {
  --fa: "\e229";
}

.fa-plane-prop {
  --fa: "\e22b";
}

.fa-plane-tail {
  --fa: "\e22c";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-plane-up-slash {
  --fa: "\e22e";
}

.fa-play-pause {
  --fa: "\e22f";
}

.fa-puzzle-piece-simple {
  --fa: "\e231";
}

.fa-puzzle-piece-alt {
  --fa: "\e231";
}

.fa-quotes {
  --fa: "\e234";
}

.fa-rectangle-pro {
  --fa: "\e235";
}

.fa-pro {
  --fa: "\e235";
}

.fa-rectangle-terminal {
  --fa: "\e236";
}

.fa-rectangle-vertical-history {
  --fa: "\e237";
}

.fa-reel {
  --fa: "\e238";
}

.fa-reply-clock {
  --fa: "\e239";
}

.fa-reply-time {
  --fa: "\e239";
}

.fa-restroom-simple {
  --fa: "\e23a";
}

.fa-rhombus {
  --fa: "\e23b";
}

.fa-rotate-exclamation {
  --fa: "\e23c";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-screencast {
  --fa: "\e23e";
}

.fa-scribble {
  --fa: "\e23f";
}

.fa-sd-cards {
  --fa: "\e240";
}

.fa-seal {
  --fa: "\e241";
}

.fa-seal-exclamation {
  --fa: "\e242";
}

.fa-seal-question {
  --fa: "\e243";
}

.fa-seat-airline {
  --fa: "\e244";
}

.fa-shelves-empty {
  --fa: "\e246";
}

.fa-shield-exclamation {
  --fa: "\e247";
}

.fa-shield-keyhole {
  --fa: "\e248";
}

.fa-shield-minus {
  --fa: "\e249";
}

.fa-shield-plus {
  --fa: "\e24a";
}

.fa-shield-slash {
  --fa: "\e24b";
}

.fa-shield-xmark {
  --fa: "\e24c";
}

.fa-shield-times {
  --fa: "\e24c";
}

.fa-shower-down {
  --fa: "\e24d";
}

.fa-shower-alt {
  --fa: "\e24d";
}

.fa-sidebar {
  --fa: "\e24e";
}

.fa-sidebar-flip {
  --fa: "\e24f";
}

.fa-signal-stream-slash {
  --fa: "\e250";
}

.fa-sim-cards {
  --fa: "\e251";
}

.fa-slider {
  --fa: "\e252";
}

.fa-sliders-simple {
  --fa: "\e253";
}

.fa-split {
  --fa: "\e254";
}

.fa-square-0 {
  --fa: "\e255";
}

.fa-square-1 {
  --fa: "\e256";
}

.fa-square-2 {
  --fa: "\e257";
}

.fa-square-3 {
  --fa: "\e258";
}

.fa-square-4 {
  --fa: "\e259";
}

.fa-square-5 {
  --fa: "\e25a";
}

.fa-square-6 {
  --fa: "\e25b";
}

.fa-square-7 {
  --fa: "\e25c";
}

.fa-square-8 {
  --fa: "\e25d";
}

.fa-square-9 {
  --fa: "\e25e";
}

.fa-square-a {
  --fa: "\e25f";
}

.fa-square-ampersand {
  --fa: "\e260";
}

.fa-square-arrow-down-left {
  --fa: "\e261";
}

.fa-square-arrow-down-right {
  --fa: "\e262";
}

.fa-square-arrow-up-left {
  --fa: "\e263";
}

.fa-square-b {
  --fa: "\e264";
}

.fa-square-bolt {
  --fa: "\e265";
}

.fa-square-c {
  --fa: "\e266";
}

.fa-square-code {
  --fa: "\e267";
}

.fa-square-d {
  --fa: "\e268";
}

.fa-square-dashed {
  --fa: "\e269";
}

.fa-square-divide {
  --fa: "\e26a";
}

.fa-square-down-left {
  --fa: "\e26b";
}

.fa-square-down-right {
  --fa: "\e26c";
}

.fa-square-e {
  --fa: "\e26d";
}

.fa-square-ellipsis {
  --fa: "\e26e";
}

.fa-square-ellipsis-vertical {
  --fa: "\e26f";
}

.fa-square-f {
  --fa: "\e270";
}

.fa-square-g {
  --fa: "\e271";
}

.fa-square-i {
  --fa: "\e272";
}

.fa-square-j {
  --fa: "\e273";
}

.fa-square-k {
  --fa: "\e274";
}

.fa-square-l {
  --fa: "\e275";
}

.fa-square-m {
  --fa: "\e276";
}

.fa-square-n {
  --fa: "\e277";
}

.fa-square-o {
  --fa: "\e278";
}

.fa-square-p {
  --fa: "\e279";
}

.fa-square-phone-hangup {
  --fa: "\e27a";
}

.fa-phone-square-down {
  --fa: "\e27a";
}

.fa-square-q {
  --fa: "\e27b";
}

.fa-square-r {
  --fa: "\e27c";
}

.fa-square-s {
  --fa: "\e27d";
}

.fa-square-small {
  --fa: "\e27e";
}

.fa-square-star {
  --fa: "\e27f";
}

.fa-square-t {
  --fa: "\e280";
}

.fa-square-u {
  --fa: "\e281";
}

.fa-square-up-left {
  --fa: "\e282";
}

.fa-square-user {
  --fa: "\e283";
}

.fa-square-v {
  --fa: "\e284";
}

.fa-square-w {
  --fa: "\e285";
}

.fa-square-x {
  --fa: "\e286";
}

.fa-square-y {
  --fa: "\e287";
}

.fa-square-z {
  --fa: "\e288";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-standard-definition {
  --fa: "\e28a";
}

.fa-rectangle-sd {
  --fa: "\e28a";
}

.fa-star-sharp {
  --fa: "\e28b";
}

.fa-star-sharp-half {
  --fa: "\e28c";
}

.fa-star-sharp-half-stroke {
  --fa: "\e28d";
}

.fa-star-sharp-half-alt {
  --fa: "\e28d";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
}

.fa-starfighter-alt-advanced {
  --fa: "\e28e";
}

.fa-sun-bright {
  --fa: "\e28f";
}

.fa-sun-alt {
  --fa: "\e28f";
}

.fa-table-layout {
  --fa: "\e290";
}

.fa-table-pivot {
  --fa: "\e291";
}

.fa-table-rows {
  --fa: "\e292";
}

.fa-rows {
  --fa: "\e292";
}

.fa-table-tree {
  --fa: "\e293";
}

.fa-tally-1 {
  --fa: "\e294";
}

.fa-tally-2 {
  --fa: "\e295";
}

.fa-tally-3 {
  --fa: "\e296";
}

.fa-tally-4 {
  --fa: "\e297";
}

.fa-taxi-bus {
  --fa: "\e298";
}

.fa-temperature-list {
  --fa: "\e299";
}

.fa-ticket-airline {
  --fa: "\e29a";
}

.fa-ticket-perforated-plane {
  --fa: "\e29a";
}

.fa-ticket-plane {
  --fa: "\e29a";
}

.fa-tickets-airline {
  --fa: "\e29b";
}

.fa-tickets-perforated-plane {
  --fa: "\e29b";
}

.fa-tickets-plane {
  --fa: "\e29b";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-timeline-arrow {
  --fa: "\e29d";
}

.fa-timer {
  --fa: "\e29e";
}

.fa-toilet-paper-under {
  --fa: "\e2a0";
}

.fa-toilet-paper-blank-under {
  --fa: "\e2a0";
}

.fa-toilet-paper-reverse {
  --fa: "\e2a0";
}

.fa-toilet-paper-reverse-alt {
  --fa: "\e2a0";
}

.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
}

.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
}

.fa-tower-control {
  --fa: "\e2a2";
}

.fa-train-subway-tunnel {
  --fa: "\e2a3";
}

.fa-subway-tunnel {
  --fa: "\e2a3";
}

.fa-transformer-bolt {
  --fa: "\e2a4";
}

.fa-transporter-4 {
  --fa: "\e2a5";
}

.fa-transporter-5 {
  --fa: "\e2a6";
}

.fa-transporter-6 {
  --fa: "\e2a7";
}

.fa-transporter-7 {
  --fa: "\e2a8";
}

.fa-trash-can-check {
  --fa: "\e2a9";
}

.fa-trash-can-clock {
  --fa: "\e2aa";
}

.fa-trash-can-list {
  --fa: "\e2ab";
}

.fa-trash-can-plus {
  --fa: "\e2ac";
}

.fa-trash-can-slash {
  --fa: "\e2ad";
}

.fa-trash-alt-slash {
  --fa: "\e2ad";
}

.fa-trash-can-xmark {
  --fa: "\e2ae";
}

.fa-trash-check {
  --fa: "\e2af";
}

.fa-trash-clock {
  --fa: "\e2b0";
}

.fa-trash-list {
  --fa: "\e2b1";
}

.fa-trash-plus {
  --fa: "\e2b2";
}

.fa-trash-slash {
  --fa: "\e2b3";
}

.fa-trash-xmark {
  --fa: "\e2b4";
}

.fa-truck-container-empty {
  --fa: "\e2b5";
}

.fa-truck-flatbed {
  --fa: "\e2b6";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-truck-tow {
  --fa: "\e2b8";
}

.fa-tty-answer {
  --fa: "\e2b9";
}

.fa-teletype-answer {
  --fa: "\e2b9";
}

.fa-tugrik-sign {
  --fa: "\e2ba";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-umbrella-simple {
  --fa: "\e2bc";
}

.fa-umbrella-alt {
  --fa: "\e2bc";
}

.fa-up-left {
  --fa: "\e2bd";
}

.fa-up-right {
  --fa: "\e2be";
}

.fa-user-bounty-hunter {
  --fa: "\e2bf";
}

.fa-user-pilot {
  --fa: "\e2c0";
}

.fa-user-pilot-tie {
  --fa: "\e2c1";
}

.fa-user-shakespeare {
  --fa: "\e2c2";
}

.fa-utility-pole {
  --fa: "\e2c3";
}

.fa-utility-pole-double {
  --fa: "\e2c4";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-video-arrow-down-left {
  --fa: "\e2c8";
}

.fa-video-arrow-up-right {
  --fa: "\e2c9";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-watch-apple {
  --fa: "\e2cb";
}

.fa-watch-smart {
  --fa: "\e2cc";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-wifi-exclamation {
  --fa: "\e2cf";
}

.fa-wrench-simple {
  --fa: "\e2d1";
}

.fa-robot-astromech {
  --fa: "\e2d2";
}

.fa-360-degrees {
  --fa: "\e2dc";
}

.fa-aperture {
  --fa: "\e2df";
}

.fa-arrow-turn-down-left {
  --fa: "\e2e1";
}

.fa-balloon {
  --fa: "\e2e3";
}

.fa-balloons {
  --fa: "\e2e4";
}

.fa-banana {
  --fa: "\e2e5";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bench-tree {
  --fa: "\e2e7";
}

.fa-blueberries {
  --fa: "\e2e8";
}

.fa-bowl-chopsticks {
  --fa: "\e2e9";
}

.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-briefcase-arrow-right {
  --fa: "\e2f2";
}

.fa-citrus {
  --fa: "\e2f4";
}

.fa-citrus-slice {
  --fa: "\e2f5";
}

.fa-coconut {
  --fa: "\e2f6";
}

.fa-display-slash {
  --fa: "\e2fa";
}

.fa-desktop-slash {
  --fa: "\e2fa";
}

.fa-face-explode {
  --fa: "\e2fe";
}

.fa-exploding-head {
  --fa: "\e2fe";
}

.fa-face-viewfinder {
  --fa: "\e2ff";
}

.fa-family {
  --fa: "\e300";
}

.fa-family-dress {
  --fa: "\e301";
}

.fa-family-pants {
  --fa: "\e302";
}

.fa-fence {
  --fa: "\e303";
}

.fa-fish-bones {
  --fa: "\e304";
}

.fa-grapes {
  --fa: "\e306";
}

.fa-kiwi-fruit {
  --fa: "\e30c";
}

.fa-mango {
  --fa: "\e30f";
}

.fa-melon {
  --fa: "\e310";
}

.fa-melon-slice {
  --fa: "\e311";
}

.fa-money-from-bracket {
  --fa: "\e312";
}

.fa-money-simple-from-bracket {
  --fa: "\e313";
}

.fa-olive {
  --fa: "\e316";
}

.fa-olive-branch {
  --fa: "\e317";
}

.fa-option {
  --fa: "\e318";
}

.fa-party-bell {
  --fa: "\e31a";
}

.fa-party-horn {
  --fa: "\e31b";
}

.fa-peapod {
  --fa: "\e31c";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-pineapple {
  --fa: "\e31f";
}

.fa-rectangle-code {
  --fa: "\e322";
}

.fa-rectangles-mixed {
  --fa: "\e323";
}

.fa-roller-coaster {
  --fa: "\e324";
}

.fa-square-quote {
  --fa: "\e329";
}

.fa-square-terminal {
  --fa: "\e32a";
}

.fa-strawberry {
  --fa: "\e32b";
}

.fa-table-picnic {
  --fa: "\e32d";
}

.fa-thought-bubble {
  --fa: "\e32e";
}

.fa-tick {
  --fa: "\e32f";
}

.fa-tomato {
  --fa: "\e330";
}

.fa-turn-down-left {
  --fa: "\e331";
}

.fa-user-police {
  --fa: "\e333";
}

.fa-user-police-tie {
  --fa: "\e334";
}

.fa-watermelon-slice {
  --fa: "\e337";
}

.fa-wheat-awn-slash {
  --fa: "\e338";
}

.fa-wheat-slash {
  --fa: "\e339";
}

.fa-badminton {
  --fa: "\e33a";
}

.fa-binary {
  --fa: "\e33b";
}

.fa-binary-circle-check {
  --fa: "\e33c";
}

.fa-binary-lock {
  --fa: "\e33d";
}

.fa-binary-slash {
  --fa: "\e33e";
}

.fa-boot-heeled {
  --fa: "\e33f";
}

.fa-car-bolt {
  --fa: "\e341";
}

.fa-car-circle-bolt {
  --fa: "\e342";
}

.fa-car-mirrors {
  --fa: "\e343";
}

.fa-car-side-bolt {
  --fa: "\e344";
}

.fa-clock-eight {
  --fa: "\e345";
}

.fa-clock-eight-thirty {
  --fa: "\e346";
}

.fa-clock-eleven {
  --fa: "\e347";
}

.fa-clock-eleven-thirty {
  --fa: "\e348";
}

.fa-clock-five {
  --fa: "\e349";
}

.fa-clock-five-thirty {
  --fa: "\e34a";
}

.fa-clock-four-thirty {
  --fa: "\e34b";
}

.fa-clock-nine {
  --fa: "\e34c";
}

.fa-clock-nine-thirty {
  --fa: "\e34d";
}

.fa-clock-one {
  --fa: "\e34e";
}

.fa-clock-one-thirty {
  --fa: "\e34f";
}

.fa-clock-seven {
  --fa: "\e350";
}

.fa-clock-seven-thirty {
  --fa: "\e351";
}

.fa-clock-six {
  --fa: "\e352";
}

.fa-clock-six-thirty {
  --fa: "\e353";
}

.fa-clock-ten {
  --fa: "\e354";
}

.fa-clock-ten-thirty {
  --fa: "\e355";
}

.fa-clock-three {
  --fa: "\e356";
}

.fa-clock-three-thirty {
  --fa: "\e357";
}

.fa-clock-twelve {
  --fa: "\e358";
}

.fa-clock-twelve-thirty {
  --fa: "\e359";
}

.fa-clock-two {
  --fa: "\e35a";
}

.fa-clock-two-thirty {
  --fa: "\e35b";
}

.fa-cloud-check {
  --fa: "\e35c";
}

.fa-cloud-minus {
  --fa: "\e35d";
}

.fa-cloud-plus {
  --fa: "\e35e";
}

.fa-cloud-xmark {
  --fa: "\e35f";
}

.fa-columns-3 {
  --fa: "\e361";
}

.fa-crystal-ball {
  --fa: "\e362";
}

.fa-cup-straw {
  --fa: "\e363";
}

.fa-cup-straw-swoosh {
  --fa: "\e364";
}

.fa-distribute-spacing-horizontal {
  --fa: "\e365";
}

.fa-distribute-spacing-vertical {
  --fa: "\e366";
}

.fa-eyes {
  --fa: "\e367";
}

.fa-face-angry-horns {
  --fa: "\e368";
}

.fa-face-anguished {
  --fa: "\e369";
}

.fa-face-anxious-sweat {
  --fa: "\e36a";
}

.fa-face-astonished {
  --fa: "\e36b";
}

.fa-face-confounded {
  --fa: "\e36c";
}

.fa-face-confused {
  --fa: "\e36d";
}

.fa-face-cowboy-hat {
  --fa: "\e36e";
}

.fa-face-disappointed {
  --fa: "\e36f";
}

.fa-face-disguise {
  --fa: "\e370";
}

.fa-face-downcast-sweat {
  --fa: "\e371";
}

.fa-face-drooling {
  --fa: "\e372";
}

.fa-face-expressionless {
  --fa: "\e373";
}

.fa-face-eyes-xmarks {
  --fa: "\e374";
}

.fa-face-fearful {
  --fa: "\e375";
}

.fa-face-frown-slight {
  --fa: "\e376";
}

.fa-face-glasses {
  --fa: "\e377";
}

.fa-face-hand-over-mouth {
  --fa: "\e378";
}

.fa-face-hand-yawn {
  --fa: "\e379";
}

.fa-face-head-bandage {
  --fa: "\e37a";
}

.fa-face-hushed {
  --fa: "\e37b";
}

.fa-face-icicles {
  --fa: "\e37c";
}

.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
}

.fa-face-lying {
  --fa: "\e37e";
}

.fa-face-mask {
  --fa: "\e37f";
}

.fa-face-monocle {
  --fa: "\e380";
}

.fa-face-nauseated {
  --fa: "\e381";
}

.fa-face-nose-steam {
  --fa: "\e382";
}

.fa-face-party {
  --fa: "\e383";
}

.fa-face-pensive {
  --fa: "\e384";
}

.fa-face-persevering {
  --fa: "\e385";
}

.fa-face-pleading {
  --fa: "\e386";
}

.fa-face-pouting {
  --fa: "\e387";
}

.fa-face-raised-eyebrow {
  --fa: "\e388";
}

.fa-face-relieved {
  --fa: "\e389";
}

.fa-face-sad-sweat {
  --fa: "\e38a";
}

.fa-face-scream {
  --fa: "\e38b";
}

.fa-face-shush {
  --fa: "\e38c";
}

.fa-face-sleeping {
  --fa: "\e38d";
}

.fa-face-sleepy {
  --fa: "\e38e";
}

.fa-face-smile-halo {
  --fa: "\e38f";
}

.fa-face-smile-hearts {
  --fa: "\e390";
}

.fa-face-smile-horns {
  --fa: "\e391";
}

.fa-face-smile-relaxed {
  --fa: "\e392";
}

.fa-face-smile-tear {
  --fa: "\e393";
}

.fa-face-smile-tongue {
  --fa: "\e394";
}

.fa-face-smile-upside-down {
  --fa: "\e395";
}

.fa-face-smiling-hands {
  --fa: "\e396";
}

.fa-face-smirking {
  --fa: "\e397";
}

.fa-face-sunglasses {
  --fa: "\e398";
}

.fa-face-swear {
  --fa: "\e399";
}

.fa-face-thermometer {
  --fa: "\e39a";
}

.fa-face-thinking {
  --fa: "\e39b";
}

.fa-face-tissue {
  --fa: "\e39c";
}

.fa-face-tongue-money {
  --fa: "\e39d";
}

.fa-face-tongue-sweat {
  --fa: "\e39e";
}

.fa-face-unamused {
  --fa: "\e39f";
}

.fa-face-vomit {
  --fa: "\e3a0";
}

.fa-face-weary {
  --fa: "\e3a1";
}

.fa-face-woozy {
  --fa: "\e3a2";
}

.fa-face-worried {
  --fa: "\e3a3";
}

.fa-face-zany {
  --fa: "\e3a4";
}

.fa-face-zipper {
  --fa: "\e3a5";
}

.fa-file-lock {
  --fa: "\e3a6";
}

.fa-file-slash {
  --fa: "\e3a7";
}

.fa-fishing-rod {
  --fa: "\e3a8";
}

.fa-flying-disc {
  --fa: "\e3a9";
}

.fa-gallery-thumbnails {
  --fa: "\e3aa";
}

.fa-goal-net {
  --fa: "\e3ab";
}

.fa-golf-flag-hole {
  --fa: "\e3ac";
}

.fa-grid-dividers {
  --fa: "\e3ad";
}

.fa-hockey-stick-puck {
  --fa: "\e3ae";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-house-chimney-blank {
  --fa: "\e3b0";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-house-window {
  --fa: "\e3b3";
}

.fa-key-skeleton-left-right {
  --fa: "\e3b4";
}

.fa-lacrosse-stick {
  --fa: "\e3b5";
}

.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
}

.fa-mask-snorkel {
  --fa: "\e3b7";
}

.fa-message-bot {
  --fa: "\e3b8";
}

.fa-moped {
  --fa: "\e3b9";
}

.fa-nesting-dolls {
  --fa: "\e3ba";
}

.fa-objects-align-bottom {
  --fa: "\e3bb";
}

.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
}

.fa-objects-align-center-vertical {
  --fa: "\e3bd";
}

.fa-objects-align-left {
  --fa: "\e3be";
}

.fa-objects-align-right {
  --fa: "\e3bf";
}

.fa-objects-align-top {
  --fa: "\e3c0";
}

.fa-objects-column {
  --fa: "\e3c1";
}

.fa-paperclip-vertical {
  --fa: "\e3c2";
}

.fa-pinata {
  --fa: "\e3c3";
}

.fa-pipe-smoking {
  --fa: "\e3c4";
}

.fa-pool-8-ball {
  --fa: "\e3c5";
}

.fa-rugby-ball {
  --fa: "\e3c6";
}

.fa-shirt-long-sleeve {
  --fa: "\e3c7";
}

.fa-shirt-running {
  --fa: "\e3c8";
}

.fa-shirt-tank-top {
  --fa: "\e3c9";
}

.fa-signature-lock {
  --fa: "\e3ca";
}

.fa-signature-slash {
  --fa: "\e3cb";
}

.fa-ski-boot {
  --fa: "\e3cc";
}

.fa-ski-boot-ski {
  --fa: "\e3cd";
}

.fa-slot-machine {
  --fa: "\e3ce";
}

.fa-teddy-bear {
  --fa: "\e3cf";
}

.fa-truck-bolt {
  --fa: "\e3d0";
}

.fa-uniform-martial-arts {
  --fa: "\e3d1";
}

.fa-user-chef {
  --fa: "\e3d2";
}

.fa-user-hair-buns {
  --fa: "\e3d3";
}

.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
}

.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
}

.fa-arrow-turn-down-right {
  --fa: "\e3d6";
}

.fa-bagel {
  --fa: "\e3d7";
}

.fa-baguette {
  --fa: "\e3d8";
}

.fa-blanket-fire {
  --fa: "\e3da";
}

.fa-block-brick {
  --fa: "\e3db";
}

.fa-wall-brick {
  --fa: "\e3db";
}

.fa-block-brick-fire {
  --fa: "\e3dc";
}

.fa-firewall {
  --fa: "\e3dc";
}

.fa-block-question {
  --fa: "\e3dd";
}

.fa-bowl-scoop {
  --fa: "\e3de";
}

.fa-bowl-shaved-ice {
  --fa: "\e3de";
}

.fa-bowl-scoops {
  --fa: "\e3df";
}

.fa-bowl-spoon {
  --fa: "\e3e0";
}

.fa-bread-slice-butter {
  --fa: "\e3e1";
}

.fa-broccoli {
  --fa: "\e3e2";
}

.fa-burger-lettuce {
  --fa: "\e3e3";
}

.fa-butter {
  --fa: "\e3e4";
}

.fa-cake-slice {
  --fa: "\e3e5";
}

.fa-shortcake {
  --fa: "\e3e5";
}

.fa-can-food {
  --fa: "\e3e6";
}

.fa-candy {
  --fa: "\e3e7";
}

.fa-candy-bar {
  --fa: "\e3e8";
}

.fa-chocolate-bar {
  --fa: "\e3e8";
}

.fa-card-club {
  --fa: "\e3e9";
}

.fa-card-diamond {
  --fa: "\e3ea";
}

.fa-card-heart {
  --fa: "\e3eb";
}

.fa-card-spade {
  --fa: "\e3ec";
}

.fa-cards {
  --fa: "\e3ed";
}

.fa-cart-arrow-up {
  --fa: "\e3ee";
}

.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
}

.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
}

.fa-cart-circle-check {
  --fa: "\e3f1";
}

.fa-cart-circle-exclamation {
  --fa: "\e3f2";
}

.fa-cart-circle-plus {
  --fa: "\e3f3";
}

.fa-cart-circle-xmark {
  --fa: "\e3f4";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-chestnut {
  --fa: "\e3f6";
}

.fa-chopsticks {
  --fa: "\e3f7";
}

.fa-circle-quarters {
  --fa: "\e3f8";
}

.fa-code-pull-request-closed {
  --fa: "\e3f9";
}

.fa-code-pull-request-draft {
  --fa: "\e3fa";
}

.fa-coin-blank {
  --fa: "\e3fb";
}

.fa-coin-front {
  --fa: "\e3fc";
}

.fa-coin-vertical {
  --fa: "\e3fd";
}

.fa-corner {
  --fa: "\e3fe";
}

.fa-crab {
  --fa: "\e3ff";
}

.fa-soft-serve {
  --fa: "\e400";
}

.fa-creemee {
  --fa: "\e400";
}

.fa-cucumber {
  --fa: "\e401";
}

.fa-cupcake {
  --fa: "\e402";
}

.fa-custard {
  --fa: "\e403";
}

.fa-dash {
  --fa: "\e404";
}

.fa-minus-large {
  --fa: "\e404";
}

.fa-diamond-exclamation {
  --fa: "\e405";
}

.fa-donut {
  --fa: "\e406";
}

.fa-doughnut {
  --fa: "\e406";
}

.fa-down-from-dotted-line {
  --fa: "\e407";
}

.fa-down-to-dotted-line {
  --fa: "\e408";
}

.fa-face-awesome {
  --fa: "\e409";
}

.fa-gave-dandy {
  --fa: "\e409";
}

.fa-falafel {
  --fa: "\e40a";
}

.fa-flatbread {
  --fa: "\e40b";
}

.fa-flatbread-stuffed {
  --fa: "\e40c";
}

.fa-fondue-pot {
  --fa: "\e40d";
}

.fa-garlic {
  --fa: "\e40e";
}

.fa-grip-dots {
  --fa: "\e410";
}

.fa-grip-dots-vertical {
  --fa: "\e411";
}

.fa-h5 {
  --fa: "\e412";
}

.fa-h6 {
  --fa: "\e413";
}

.fa-hammer-crash {
  --fa: "\e414";
}

.fa-hashtag-lock {
  --fa: "\e415";
}

.fa-hexagon-check {
  --fa: "\e416";
}

.fa-hexagon-exclamation {
  --fa: "\e417";
}

.fa-honey-pot {
  --fa: "\e418";
}

.fa-hose {
  --fa: "\e419";
}

.fa-hose-reel {
  --fa: "\e41a";
}

.fa-hourglass-clock {
  --fa: "\e41b";
}

.fa-hundred-points {
  --fa: "\e41c";
}

.fa-100 {
  --fa: "\e41c";
}

.fa-leafy-green {
  --fa: "\e41d";
}

.fa-left-long-to-line {
  --fa: "\e41e";
}

.fa-light-emergency {
  --fa: "\e41f";
}

.fa-light-emergency-on {
  --fa: "\e420";
}

.fa-lobster {
  --fa: "\e421";
}

.fa-lock-a {
  --fa: "\e422";
}

.fa-lock-hashtag {
  --fa: "\e423";
}

.fa-lollipop {
  --fa: "\e424";
}

.fa-lollypop {
  --fa: "\e424";
}

.fa-mushroom {
  --fa: "\e425";
}

.fa-octagon-check {
  --fa: "\e426";
}

.fa-onion {
  --fa: "\e427";
}

.fa-page {
  --fa: "\e428";
}

.fa-page-caret-down {
  --fa: "\e429";
}

.fa-file-caret-down {
  --fa: "\e429";
}

.fa-page-caret-up {
  --fa: "\e42a";
}

.fa-file-caret-up {
  --fa: "\e42a";
}

.fa-pan-food {
  --fa: "\e42b";
}

.fa-pan-frying {
  --fa: "\e42c";
}

.fa-pancakes {
  --fa: "\e42d";
}

.fa-panel-ews {
  --fa: "\e42e";
}

.fa-panel-fire {
  --fa: "\e42f";
}

.fa-peanut {
  --fa: "\e430";
}

.fa-peanuts {
  --fa: "\e431";
}

.fa-pepper {
  --fa: "\e432";
}

.fa-person-to-door {
  --fa: "\e433";
}

.fa-phone-intercom {
  --fa: "\e434";
}

.fa-pickleball {
  --fa: "\e435";
}

.fa-pipe-circle-check {
  --fa: "\e436";
}

.fa-pipe-collar {
  --fa: "\e437";
}

.fa-pipe-section {
  --fa: "\e438";
}

.fa-pipe-valve {
  --fa: "\e439";
}

.fa-plate-utensils {
  --fa: "\e43b";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-pompebled {
  --fa: "\e43d";
}

.fa-popsicle {
  --fa: "\e43e";
}

.fa-pot-food {
  --fa: "\e43f";
}

.fa-potato {
  --fa: "\e440";
}

.fa-pretzel {
  --fa: "\e441";
}

.fa-pump {
  --fa: "\e442";
}

.fa-puzzle {
  --fa: "\e443";
}

.fa-right-long-to-line {
  --fa: "\e444";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-salt-shaker {
  --fa: "\e446";
}

.fa-section {
  --fa: "\e447";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-shutters {
  --fa: "\e449";
}

.fa-sportsball {
  --fa: "\e44b";
}

.fa-sprinkler-ceiling {
  --fa: "\e44c";
}

.fa-square-a-lock {
  --fa: "\e44d";
}

.fa-square-quarters {
  --fa: "\e44e";
}

.fa-square-ring {
  --fa: "\e44f";
}

.fa-squid {
  --fa: "\e450";
}

.fa-tamale {
  --fa: "\e451";
}

.fa-tank-water {
  --fa: "\e452";
}

.fa-train-track {
  --fa: "\e453";
}

.fa-train-tunnel {
  --fa: "\e454";
}

.fa-turn-down-right {
  --fa: "\e455";
}

.fa-up-from-dotted-line {
  --fa: "\e456";
}

.fa-up-to-dotted-line {
  --fa: "\e457";
}

.fa-user-doctor-hair {
  --fa: "\e458";
}

.fa-user-doctor-hair-long {
  --fa: "\e459";
}

.fa-user-hair {
  --fa: "\e45a";
}

.fa-user-hair-long {
  --fa: "\e45b";
}

.fa-user-hair-mullet {
  --fa: "\e45c";
}

.fa-business-front {
  --fa: "\e45c";
}

.fa-party-back {
  --fa: "\e45c";
}

.fa-trian-balbot {
  --fa: "\e45c";
}

.fa-user-nurse-hair {
  --fa: "\e45d";
}

.fa-user-nurse-hair-long {
  --fa: "\e45e";
}

.fa-user-tie-hair {
  --fa: "\e45f";
}

.fa-user-tie-hair-long {
  --fa: "\e460";
}

.fa-user-vneck {
  --fa: "\e461";
}

.fa-user-vneck-hair {
  --fa: "\e462";
}

.fa-user-vneck-hair-long {
  --fa: "\e463";
}

.fa-utensils-slash {
  --fa: "\e464";
}

.fa-vent-damper {
  --fa: "\e465";
}

.fa-waffle {
  --fa: "\e466";
}

.fa-00 {
  --fa: "\e467";
}

.fa-apartment {
  --fa: "\e468";
}

.fa-bird {
  --fa: "\e469";
}

.fa-block {
  --fa: "\e46a";
}

.fa-bowl-soft-serve {
  --fa: "\e46b";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-cabin {
  --fa: "\e46d";
}

.fa-calendar-circle-exclamation {
  --fa: "\e46e";
}

.fa-calendar-circle-minus {
  --fa: "\e46f";
}

.fa-calendar-circle-plus {
  --fa: "\e470";
}

.fa-calendar-circle-user {
  --fa: "\e471";
}

.fa-calendar-lines-pen {
  --fa: "\e472";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-chart-simple-horizontal {
  --fa: "\e474";
}

.fa-diagram-cells {
  --fa: "\e475";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-diagram-previous {
  --fa: "\e478";
}

.fa-diagram-subtask {
  --fa: "\e479";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
}

.fa-face-clouds {
  --fa: "\e47d";
}

.fa-face-diagonal-mouth {
  --fa: "\e47e";
}

.fa-face-dotted {
  --fa: "\e47f";
}

.fa-face-exhaling {
  --fa: "\e480";
}

.fa-face-hand-peeking {
  --fa: "\e481";
}

.fa-face-holding-back-tears {
  --fa: "\e482";
}

.fa-face-melting {
  --fa: "\e483";
}

.fa-face-saluting {
  --fa: "\e484";
}

.fa-face-spiral-eyes {
  --fa: "\e485";
}

.fa-fort {
  --fa: "\e486";
}

.fa-house-blank {
  --fa: "\e487";
}

.fa-home-blank {
  --fa: "\e487";
}

.fa-square-kanban {
  --fa: "\e488";
}

.fa-square-list {
  --fa: "\e489";
}

.fa-sushi {
  --fa: "\e48a";
}

.fa-nigiri {
  --fa: "\e48a";
}

.fa-sushi-roll {
  --fa: "\e48b";
}

.fa-maki-roll {
  --fa: "\e48b";
}

.fa-makizushi {
  --fa: "\e48b";
}

.fa-album-circle-plus {
  --fa: "\e48c";
}

.fa-album-circle-user {
  --fa: "\e48d";
}

.fa-album-collection-circle-plus {
  --fa: "\e48e";
}

.fa-album-collection-circle-user {
  --fa: "\e48f";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-cloud-exclamation {
  --fa: "\e491";
}

.fa-cloud-question {
  --fa: "\e492";
}

.fa-file-circle-info {
  --fa: "\e493";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-frame {
  --fa: "\e495";
}

.fa-gauge-circle-bolt {
  --fa: "\e496";
}

.fa-gauge-circle-minus {
  --fa: "\e497";
}

.fa-gauge-circle-plus {
  --fa: "\e498";
}

.fa-memo-circle-info {
  --fa: "\e49a";
}

.fa-object-exclude {
  --fa: "\e49c";
}

.fa-object-intersect {
  --fa: "\e49d";
}

.fa-object-subtract {
  --fa: "\e49e";
}

.fa-object-union {
  --fa: "\e49f";
}

.fa-pen-nib-slash {
  --fa: "\e4a1";
}

.fa-rectangle-history {
  --fa: "\e4a2";
}

.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
}

.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-store-lock {
  --fa: "\e4a6";
}

.fa-user-robot-xmarks {
  --fa: "\e4a7";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-arrow-down-to-arc {
  --fa: "\e4ae";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-arrow-right-from-arc {
  --fa: "\e4b1";
}

.fa-arrow-right-to-arc {
  --fa: "\e4b2";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-arrow-up-from-arc {
  --fa: "\e4b4";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-bridge-suspension {
  --fa: "\e4cd";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-cards-blank {
  --fa: "\e4df";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-down-to-bracket {
  --fa: "\e4e7";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-hexagon-image {
  --fa: "\e504";
}

.fa-hexagon-vertical-nft {
  --fa: "\e505";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "\e505";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-jar {
  --fa: "\e516";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-locust {
  --fa: "\e520";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-merge {
  --fa: "\e526";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-rug {
  --fa: "\e569";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-shield-quartered {
  --fa: "\e575";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-tents {
  --fa: "\e582";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-trillium {
  --fa: "\e588";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-up-from-bracket {
  --fa: "\e590";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-worm {
  --fa: "\e599";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-xmark-large {
  --fa: "\e59b";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-plus-large {
  --fa: "\e59e";
}

.fa-crosshairs-simple {
  --fa: "\e59f";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-gamepad-modern {
  --fa: "\e5a2";
}

.fa-gamepad-alt {
  --fa: "\e5a2";
}

.fa-grill {
  --fa: "\e5a3";
}

.fa-grill-fire {
  --fa: "\e5a4";
}

.fa-grill-hot {
  --fa: "\e5a5";
}

.fa-lightbulb-cfl {
  --fa: "\e5a6";
}

.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
}

.fa-mouse-field {
  --fa: "\e5a8";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-ring-diamond {
  --fa: "\e5ab";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-toggle-large-off {
  --fa: "\e5b0";
}

.fa-toggle-large-on {
  --fa: "\e5b1";
}

.fa-toilet-paper-check {
  --fa: "\e5b2";
}

.fa-toilet-paper-xmark {
  --fa: "\e5b3";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-buoy {
  --fa: "\e5b5";
}

.fa-buoy-mooring {
  --fa: "\e5b6";
}

.fa-diamond-half {
  --fa: "\e5b7";
}

.fa-diamond-half-stroke {
  --fa: "\e5b8";
}

.fa-game-console-handheld-crank {
  --fa: "\e5b9";
}

.fa-interrobang {
  --fa: "\e5ba";
}

.fa-mailbox-flag-up {
  --fa: "\e5bb";
}

.fa-mustache {
  --fa: "\e5bc";
}

.fa-nose {
  --fa: "\e5bd";
}

.fa-phone-arrow-right {
  --fa: "\e5be";
}

.fa-pickaxe {
  --fa: "\e5bf";
}

.fa-prescription-bottle-pill {
  --fa: "\e5c0";
}

.fa-snowflake-droplets {
  --fa: "\e5c1";
}

.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
}

.fa-tricycle {
  --fa: "\e5c3";
}

.fa-tricycle-adult {
  --fa: "\e5c4";
}

.fa-user-magnifying-glass {
  --fa: "\e5c5";
}

.fa-comment-heart {
  --fa: "\e5c8";
}

.fa-message-heart {
  --fa: "\e5c9";
}

.fa-pencil-mechanical {
  --fa: "\e5ca";
}

.fa-skeleton-ribs {
  --fa: "\e5cb";
}

.fa-billboard {
  --fa: "\e5cd";
}

.fa-circle-euro {
  --fa: "\e5ce";
}

.fa-circle-sterling {
  --fa: "\e5cf";
}

.fa-circle-yen {
  --fa: "\e5d0";
}

.fa-broom-wide {
  --fa: "\e5d1";
}

.fa-wreath-laurel {
  --fa: "\e5d2";
}

.fa-circle-quarter-stroke {
  --fa: "\e5d3";
}

.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
}

.fa-webhook {
  --fa: "\e5d5";
}

.fa-sparkle {
  --fa: "\e5d6";
}

.fa-chart-line-up-down {
  --fa: "\e5d7";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
}

.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
}

.fa-grid-round {
  --fa: "\e5da";
}

.fa-grid-round-2 {
  --fa: "\e5db";
}

.fa-grid-round-2-plus {
  --fa: "\e5dc";
}

.fa-grid-round-4 {
  --fa: "\e5dd";
}

.fa-grid-round-5 {
  --fa: "\e5de";
}

.fa-arrow-progress {
  --fa: "\e5df";
}

.fa-right-left-large {
  --fa: "\e5e1";
}

.fa-calendar-users {
  --fa: "\e5e2";
}

.fa-display-chart-up {
  --fa: "\e5e3";
}

.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
}

.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
}

.fa-laptop-binary {
  --fa: "\e5e7";
}

.fa-gear-code {
  --fa: "\e5e8";
}

.fa-gear-complex {
  --fa: "\e5e9";
}

.fa-gear-complex-code {
  --fa: "\e5eb";
}

.fa-file-doc {
  --fa: "\e5ed";
}

.fa-file-zip {
  --fa: "\e5ee";
}

.fa-flask-gear {
  --fa: "\e5f1";
}

.fa-bag-seedling {
  --fa: "\e5f2";
}

.fa-bin-bottles {
  --fa: "\e5f5";
}

.fa-bin-bottles-recycle {
  --fa: "\e5f6";
}

.fa-bin-recycle {
  --fa: "\e5f7";
}

.fa-conveyor-belt-arm {
  --fa: "\e5f8";
}

.fa-jug-bottle {
  --fa: "\e5fb";
}

.fa-lightbulb-gear {
  --fa: "\e5fd";
}

.fa-dinosaur {
  --fa: "\e5fe";
}

.fa-person-running-fast {
  --fa: "\e5ff";
}

.fa-circles-overlap {
  --fa: "\e600";
}

.fa-cloud-binary {
  --fa: "\e601";
}

.fa-chf-sign {
  --fa: "\e602";
}

.fa-user-group-simple {
  --fa: "\e603";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
}

.fa-hat-beach {
  --fa: "\e606";
}

.fa-person-dress-fairy {
  --fa: "\e607";
}

.fa-person-fairy {
  --fa: "\e608";
}

.fa-swap {
  --fa: "\e609";
}

.fa-swap-arrows {
  --fa: "\e60a";
}

.fa-angles-up-down {
  --fa: "\e60d";
}

.fa-globe-pointer {
  --fa: "\e60e";
}

.fa-subtitles {
  --fa: "\e60f";
}

.fa-subtitles-slash {
  --fa: "\e610";
}

.fa-head-side-gear {
  --fa: "\e611";
}

.fa-lighthouse {
  --fa: "\e612";
}

.fa-raccoon {
  --fa: "\e613";
}

.fa-arrow-down-from-arc {
  --fa: "\e614";
}

.fa-arrow-left-from-arc {
  --fa: "\e615";
}

.fa-arrow-left-to-arc {
  --fa: "\e616";
}

.fa-arrow-up-to-arc {
  --fa: "\e617";
}

.fa-building-magnifying-glass {
  --fa: "\e61c";
}

.fa-building-memo {
  --fa: "\e61e";
}

.fa-hammer-brush {
  --fa: "\e620";
}

.fa-hand-holding-circle-dollar {
  --fa: "\e621";
}

.fa-landmark-magnifying-glass {
  --fa: "\e622";
}

.fa-sign-post {
  --fa: "\e624";
}

.fa-sign-posts {
  --fa: "\e625";
}

.fa-sign-posts-wrench {
  --fa: "\e626";
}

.fa-tent-double-peak {
  --fa: "\e627";
}

.fa-truck-utensils {
  --fa: "\e628";
}

.fa-t-rex {
  --fa: "\e629";
}

.fa-spinner-scale {
  --fa: "\e62a";
}

.fa-bell-ring {
  --fa: "\e62c";
}

.fa-arrows-rotate-reverse {
  --fa: "\e630";
}

.fa-rotate-reverse {
  --fa: "\e631";
}

.fa-arrow-turn-left {
  --fa: "\e632";
}

.fa-arrow-turn-left-down {
  --fa: "\e633";
}

.fa-arrow-turn-left-up {
  --fa: "\e634";
}

.fa-arrow-turn-right {
  --fa: "\e635";
}

.fa-turn-left {
  --fa: "\e636";
}

.fa-turn-left-down {
  --fa: "\e637";
}

.fa-turn-left-up {
  --fa: "\e638";
}

.fa-turn-right {
  --fa: "\e639";
}

.fa-location-arrow-up {
  --fa: "\e63a";
}

.fa-ticket-perforated {
  --fa: "\e63e";
}

.fa-tickets-perforated {
  --fa: "\e63f";
}

.fa-cannon {
  --fa: "\e642";
}

.fa-court-sport {
  --fa: "\e643";
}

.fa-file-eps {
  --fa: "\e644";
}

.fa-file-gif {
  --fa: "\e645";
}

.fa-file-jpg {
  --fa: "\e646";
}

.fa-file-mov {
  --fa: "\e647";
}

.fa-file-mp3 {
  --fa: "\e648";
}

.fa-file-mp4 {
  --fa: "\e649";
}

.fa-file-ppt {
  --fa: "\e64a";
}

.fa-file-svg {
  --fa: "\e64b";
}

.fa-file-vector {
  --fa: "\e64c";
}

.fa-file-xls {
  --fa: "\e64d";
}

.fa-folder-check {
  --fa: "\e64e";
}

.fa-chart-kanban {
  --fa: "\e64f";
}

.fa-bag-shopping-minus {
  --fa: "\e650";
}

.fa-bag-shopping-plus {
  --fa: "\e651";
}

.fa-basket-shopping-minus {
  --fa: "\e652";
}

.fa-basket-shopping-plus {
  --fa: "\e653";
}

.fa-file-xml {
  --fa: "\e654";
}

.fa-bulldozer {
  --fa: "\e655";
}

.fa-excavator {
  --fa: "\e656";
}

.fa-truck-ladder {
  --fa: "\e657";
}

.fa-tickets {
  --fa: "\e658";
}

.fa-tickets-simple {
  --fa: "\e659";
}

.fa-truck-fire {
  --fa: "\e65a";
}

.fa-wave {
  --fa: "\e65b";
}

.fa-waves-sine {
  --fa: "\e65d";
}

.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
}

.fa-magnifying-glass-music {
  --fa: "\e65f";
}

.fa-magnifying-glass-play {
  --fa: "\e660";
}

.fa-magnifying-glass-waveform {
  --fa: "\e661";
}

.fa-music-magnifying-glass {
  --fa: "\e662";
}

.fa-reflect-horizontal {
  --fa: "\e664";
}

.fa-reflect-vertical {
  --fa: "\e665";
}

.fa-file-png {
  --fa: "\e666";
}

.fa-arrow-down-from-bracket {
  --fa: "\e667";
}

.fa-arrow-left-from-bracket {
  --fa: "\e668";
}

.fa-arrow-left-to-bracket {
  --fa: "\e669";
}

.fa-arrow-up-to-bracket {
  --fa: "\e66a";
}

.fa-down-from-bracket {
  --fa: "\e66b";
}

.fa-left-from-bracket {
  --fa: "\e66c";
}

.fa-left-to-bracket {
  --fa: "\e66d";
}

.fa-up-to-bracket {
  --fa: "\e66e";
}

.fa-reflect-both {
  --fa: "\e66f";
}

.fa-file-cad {
  --fa: "\e672";
}

.fa-bottle-baby {
  --fa: "\e673";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-table-cells-lock {
  --fa: "\e679";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-circle-wifi {
  --fa: "\e67d";
}

.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
}

.fa-circle-wifi-group {
  --fa: "\e67e";
}

.fa-circle-gf {
  --fa: "\e67f";
}

.fa-ant {
  --fa: "\e680";
}

.fa-caduceus {
  --fa: "\e681";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-globe-wifi {
  --fa: "\e685";
}

.fa-hydra {
  --fa: "\e686";
}

.fa-lightbulb-message {
  --fa: "\e687";
}

.fa-octopus {
  --fa: "\e688";
}

.fa-user-beard-bolt {
  --fa: "\e689";
}

.fa-user-hoodie {
  --fa: "\e68a";
}

.fa-diamonds-4 {
  --fa: "\e68b";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-table-cells-column-unlock {
  --fa: "\e690";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-table-cells-unlock {
  --fa: "\e692";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-carpool {
  --fa: "\e69c";
}

.fa-car-people {
  --fa: "\e69c";
}

.fa-chart-sine {
  --fa: "\e69d";
}

.fa-chart-fft {
  --fa: "\e69e";
}

.fa-circles-overlap-3 {
  --fa: "\e6a1";
}

.fa-pronoun {
  --fa: "\e6a1";
}

.fa-bar-progress {
  --fa: "\e6a4";
}

.fa-bar-progress-empty {
  --fa: "\e6a5";
}

.fa-bar-progress-full {
  --fa: "\e6a6";
}

.fa-bar-progress-half {
  --fa: "\e6a7";
}

.fa-bar-progress-quarter {
  --fa: "\e6a8";
}

.fa-bar-progress-three-quarters {
  --fa: "\e6a9";
}

.fa-grid-2-minus {
  --fa: "\e6aa";
}

.fa-grid-round-2-minus {
  --fa: "\e6ab";
}

.fa-table-cells-columns {
  --fa: "\e6ac";
}

.fa-table-cells-header {
  --fa: "\e6ad";
}

.fa-table-cells-header-lock {
  --fa: "\e6ae";
}

.fa-table-cells-header-unlock {
  --fa: "\e6af";
}

.fa-table-cells-rows {
  --fa: "\e6b0";
}

.fa-circle-equals {
  --fa: "\e6b1";
}

.fa-hexagon-equals {
  --fa: "\e6b2";
}

.fa-octagon-equals {
  --fa: "\e6b3";
}

.fa-rectangle-minus {
  --fa: "\e6b4";
}

.fa-rectangle-plus {
  --fa: "\e6b5";
}

.fa-square-equals {
  --fa: "\e6b6";
}

.fa-arrow-down-long-to-line {
  --fa: "\e6b7";
}

.fa-arrow-left-arrow-right {
  --fa: "\e6b8";
}

.fa-arrow-left-from-dotted-line {
  --fa: "\e6b9";
}

.fa-arrow-left-to-dotted-line {
  --fa: "\e6ba";
}

.fa-arrow-right-from-dotted-line {
  --fa: "\e6bb";
}

.fa-arrow-right-to-dotted-line {
  --fa: "\e6bc";
}

.fa-arrow-up-long-to-line {
  --fa: "\e6bd";
}

.fa-direction-left-right {
  --fa: "\e6be";
}

.fa-direction-up-down {
  --fa: "\e6bf";
}

.fa-down-long-to-line {
  --fa: "\e6c0";
}

.fa-down-up {
  --fa: "\e6c1";
}

.fa-left-from-dotted-line {
  --fa: "\e6c2";
}

.fa-left-to-dotted-line {
  --fa: "\e6c3";
}

.fa-right-from-dotted-line {
  --fa: "\e6c4";
}

.fa-right-to-dotted-line {
  --fa: "\e6c5";
}

.fa-up-long-to-line {
  --fa: "\e6c6";
}

.fa-barn {
  --fa: "\e6c7";
}

.fa-circle-house {
  --fa: "\e6c8";
}

.fa-garage-empty {
  --fa: "\e6c9";
}

.fa-house-unlock {
  --fa: "\e6ca";
}

.fa-school-unlock {
  --fa: "\e6cb";
}

.fa-stadium {
  --fa: "\e6cc";
}

.fa-tent-circus {
  --fa: "\e6cd";
}

.fa-ball-yarn {
  --fa: "\e6ce";
}

.fa-bra {
  --fa: "\e6cf";
}

.fa-briefs {
  --fa: "\e6d0";
}

.fa-dress {
  --fa: "\e6d1";
}

.fa-jeans {
  --fa: "\e6d2";
}

.fa-jeans-straight {
  --fa: "\e6d3";
}

.fa-panties {
  --fa: "\e6d4";
}

.fa-pants {
  --fa: "\e6d5";
}

.fa-pants-straight {
  --fa: "\e6d6";
}

.fa-shirt-jersey {
  --fa: "\e6d7";
}

.fa-shoe {
  --fa: "\e6d8";
}

.fa-shorts {
  --fa: "\e6d9";
}

.fa-sneaker {
  --fa: "\e6da";
}

.fa-circle-share-nodes {
  --fa: "\e6db";
}

.fa-comment-dot {
  --fa: "\e6dc";
}

.fa-comment-waveform {
  --fa: "\e6dd";
}

.fa-envelope-circle-user {
  --fa: "\e6de";
}

.fa-message-dot {
  --fa: "\e6df";
}

.fa-message-waveform {
  --fa: "\e6e0";
}

.fa-phone-connection {
  --fa: "\e6e1";
}

.fa-phone-waveform {
  --fa: "\e6e2";
}

.fa-postage-stamp {
  --fa: "\e6e3";
}

.fa-circle-florin {
  --fa: "\e6e4";
}

.fa-circle-ruble {
  --fa: "\e6e5";
}

.fa-square-chf {
  --fa: "\e6e6";
}

.fa-square-lira {
  --fa: "\e6e7";
}

.fa-norwegian-krone-sign {
  --fa: "\e6e8";
}

.fa-circle-renminbi {
  --fa: "\e6e9";
}

.fa-square-peseta {
  --fa: "\e6ea";
}

.fa-circle-brazilian-real {
  --fa: "\e6eb";
}

.fa-circle-won {
  --fa: "\e6ec";
}

.fa-square-cruzeiro {
  --fa: "\e6ed";
}

.fa-circle-currency {
  --fa: "\e6ee";
}

.fa-circle-hryvnia {
  --fa: "\e6ef";
}

.fa-square-cent {
  --fa: "\e6f0";
}

.fa-square-brazilian-real {
  --fa: "\e6f1";
}

.fa-square-bitcoin {
  --fa: "\e6f2";
}

.fa-circle-peruvian-soles {
  --fa: "\e6f3";
}

.fa-circle-litecoin {
  --fa: "\e6f4";
}

.fa-square-indian-rupee {
  --fa: "\e6f5";
}

.fa-circle-lira {
  --fa: "\e6f6";
}

.fa-square-litecoin {
  --fa: "\e6f7";
}

.fa-square-ruble {
  --fa: "\e6f8";
}

.fa-circle-malaysian-ringgit {
  --fa: "\e6f9";
}

.fa-malaysian-ringgit-sign {
  --fa: "\e6fa";
}

.fa-circle-manat {
  --fa: "\e6fb";
}

.fa-circle-colon {
  --fa: "\e6fc";
}

.fa-circle-kip {
  --fa: "\e6fd";
}

.fa-australian-dollar-sign {
  --fa: "\e6fe";
}

.fa-circle-peso {
  --fa: "\e6ff";
}

.fa-circle-polish-zloty {
  --fa: "\e700";
}

.fa-circle-bangladeshi-taka {
  --fa: "\e701";
}

.fa-circle-mill {
  --fa: "\e702";
}

.fa-circle-shekel {
  --fa: "\e703";
}

.fa-square-manat {
  --fa: "\e704";
}

.fa-peruvian-soles-sign {
  --fa: "\e705";
}

.fa-circle-rupiah {
  --fa: "\e706";
}

.fa-square-norwegian-krone {
  --fa: "\e707";
}

.fa-square-naira {
  --fa: "\e708";
}

.fa-square-won {
  --fa: "\e709";
}

.fa-square-mill {
  --fa: "\e70a";
}

.fa-polish-zloty-sign {
  --fa: "\e70b";
}

.fa-square-currency {
  --fa: "\e70c";
}

.fa-square-kip {
  --fa: "\e70d";
}

.fa-square-guarani {
  --fa: "\e70e";
}

.fa-square-dong {
  --fa: "\e70f";
}

.fa-square-hryvnia {
  --fa: "\e710";
}

.fa-circle-tugrik {
  --fa: "\e711";
}

.fa-square-rupiah {
  --fa: "\e712";
}

.fa-square-sterling {
  --fa: "\e713";
}

.fa-circle-rupee {
  --fa: "\e714";
}

.fa-square-rupee {
  --fa: "\e715";
}

.fa-square-peruvian-soles {
  --fa: "\e716";
}

.fa-square-florin {
  --fa: "\e717";
}

.fa-square-australian-dollar {
  --fa: "\e718";
}

.fa-square-baht {
  --fa: "\e719";
}

.fa-square-peso {
  --fa: "\e71a";
}

.fa-circle-austral {
  --fa: "\e71b";
}

.fa-square-swedish-krona {
  --fa: "\e71c";
}

.fa-circle-lari {
  --fa: "\e71d";
}

.fa-circleapore-dollar {
  --fa: "\e71e";
}

.fa-square-turkish-lira {
  --fa: "\e71f";
}

.fa-danish-krone-sign {
  --fa: "\e720";
}

.fa-circle-franc {
  --fa: "\e721";
}

.fa-circle-cruzeiro {
  --fa: "\e722";
}

.fa-circle-dong {
  --fa: "\e723";
}

.fa-square-yen {
  --fa: "\e724";
}

.fa-circle-tenge {
  --fa: "\e725";
}

.fa-square-austral {
  --fa: "\e726";
}

.fa-square-eurozone {
  --fa: "\e727";
}

.fa-square-tugrik {
  --fa: "\e728";
}

.fa-square-cedi {
  --fa: "\e729";
}

.fa-circle-cent {
  --fa: "\e72a";
}

.fa-currency-sign {
  --fa: "\e72b";
}

.fa-circle-chf {
  --fa: "\e72c";
}

.fa-circle-baht {
  --fa: "\e72d";
}

.fa-signapore-dollar-sign {
  --fa: "\e72e";
}

.fa-square-franc {
  --fa: "\e72f";
}

.fa-circle-australian-dollar {
  --fa: "\e730";
}

.fa-square-tenge {
  --fa: "\e731";
}

.fa-square-euro {
  --fa: "\e732";
}

.fa-squareapore-dollar {
  --fa: "\e733";
}

.fa-circle-indian-rupee {
  --fa: "\e734";
}

.fa-square-shekel {
  --fa: "\e735";
}

.fa-square-polish-zloty {
  --fa: "\e736";
}

.fa-circle-bitcoin {
  --fa: "\e737";
}

.fa-circle-norwegian-krone {
  --fa: "\e738";
}

.fa-circle-turkish-lira {
  --fa: "\e739";
}

.fa-square-colon {
  --fa: "\e73a";
}

.fa-circle-guarani {
  --fa: "\e73b";
}

.fa-renminbi-sign {
  --fa: "\e73c";
}

.fa-square-renminbi {
  --fa: "\e73d";
}

.fa-swedish-krona-sign {
  --fa: "\e73e";
}

.fa-square-lari {
  --fa: "\e73f";
}

.fa-eurozone-sign {
  --fa: "\e740";
}

.fa-circle-peseta {
  --fa: "\e741";
}

.fa-circle-cedi {
  --fa: "\e742";
}

.fa-circle-swedish-krona {
  --fa: "\e743";
}

.fa-square-bangladeshi-taka {
  --fa: "\e744";
}

.fa-circle-eurozone {
  --fa: "\e745";
}

.fa-circle-danish-krone {
  --fa: "\e746";
}

.fa-square-danish-krone {
  --fa: "\e747";
}

.fa-square-malaysian-ringgit {
  --fa: "\e748";
}

.fa-circle-naira {
  --fa: "\e749";
}

.fa-mobile-arrow-down {
  --fa: "\e74b";
}

.fa-clone-plus {
  --fa: "\e74c";
}

.fa-paintbrush-fine-slash {
  --fa: "\e74d";
}

.fa-paintbrush-slash {
  --fa: "\e74e";
}

.fa-pencil-line {
  --fa: "\e74f";
}

.fa-slider-circle {
  --fa: "\e750";
}

.fa-thumbtack-angle {
  --fa: "\e751";
}

.fa-thumbtack-angle-slash {
  --fa: "\e752";
}

.fa-book-open-lines {
  --fa: "\e753";
}

.fa-book-spine {
  --fa: "\e754";
}

.fa-bookmark-plus {
  --fa: "\e755";
}

.fa-clipboard-clock {
  --fa: "\e756";
}

.fa-clipboard-exclamation {
  --fa: "\e757";
}

.fa-file-ban {
  --fa: "\e758";
}

.fa-notes-sticky {
  --fa: "\e759";
}

.fa-capsule {
  --fa: "\e75a";
}

.fa-ear-circle-checkmark {
  --fa: "\e75b";
}

.fa-ear-triangle-exclamation {
  --fa: "\e75c";
}

.fa-ear-waveform {
  --fa: "\e75d";
}

.fa-head-side-circuit {
  --fa: "\e75e";
}

.fa-head-side-speak {
  --fa: "\e75f";
}

.fa-microphone-signal-meter {
  --fa: "\e760";
}

.fa-spine {
  --fa: "\e761";
}

.fa-vial-vertical {
  --fa: "\e762";
}

.fa-bin {
  --fa: "\e763";
}

.fa-seat {
  --fa: "\e764";
}

.fa-seats {
  --fa: "\e765";
}

.fa-camera-circle-ellipsis {
  --fa: "\e766";
}

.fa-camera-clock {
  --fa: "\e767";
}

.fa-camera-shutter {
  --fa: "\e768";
}

.fa-film-music {
  --fa: "\e769";
}

.fa-film-stack {
  --fa: "\e76b";
}

.fa-image-circle-arrow-down {
  --fa: "\e76c";
}

.fa-image-circle-check {
  --fa: "\e76d";
}

.fa-image-circle-plus {
  --fa: "\e76e";
}

.fa-image-circle-xmark {
  --fa: "\e76f";
}

.fa-image-music {
  --fa: "\e770";
}

.fa-image-stack {
  --fa: "\e771";
}

.fa-rectangle-4k {
  --fa: "\e772";
}

.fa-rectangle-high-dynamic-range {
  --fa: "\e773";
}

.fa-rectangle-video-on-demand {
  --fa: "\e774";
}

.fa-user-viewfinder {
  --fa: "\e775";
}

.fa-video-down-to-line {
  --fa: "\e776";
}

.fa-video-question {
  --fa: "\e777";
}

.fa-gas-pump-left {
  --fa: "\e778";
}

.fa-gas-pump-right {
  --fa: "\e779";
}

.fa-location-arrow-slash {
  --fa: "\e77a";
}

.fa-airplay-audio {
  --fa: "\e77b";
}

.fa-headphones-slash {
  --fa: "\e77c";
}

.fa-microphone-circle-plus {
  --fa: "\e77d";
}

.fa-microphone-circle-xmark {
  --fa: "\e77e";
}

.fa-open-captioning {
  --fa: "\e77f";
}

.fa-play-flip {
  --fa: "\e780";
}

.fa-square-microphone {
  --fa: "\e781";
}

.fa-trombone {
  --fa: "\e782";
}

.fa-person-arms-raised {
  --fa: "\e783";
}

.fa-person-basketball {
  --fa: "\e784";
}

.fa-person-carry-empty {
  --fa: "\e785";
}

.fa-person-golfing {
  --fa: "\e786";
}

.fa-person-limbs-wide {
  --fa: "\e787";
}

.fa-person-seat-window {
  --fa: "\e788";
}

.fa-person-soccer {
  --fa: "\e789";
}

.fa-person-swimming-pool {
  --fa: "\e78a";
}

.fa-person-swimming-water {
  --fa: "\e78b";
}

.fa-person-water-arms-raised {
  --fa: "\e78c";
}

.fa-person-waving {
  --fa: "\e78d";
}

.fa-heart-slash {
  --fa: "\e78e";
}

.fa-hearts {
  --fa: "\e78f";
}

.fa-pentagon {
  --fa: "\e790";
}

.fa-rectangle-tall {
  --fa: "\e791";
}

.fa-square-half {
  --fa: "\e792";
}

.fa-square-half-stroke {
  --fa: "\e793";
}

.fa-box-arrow-down {
  --fa: "\e794";
}

.fa-box-arrow-down-arrow-up {
  --fa: "\e795";
}

.fa-box-arrow-down-magnifying-glass {
  --fa: "\e796";
}

.fa-box-isometric {
  --fa: "\e797";
}

.fa-box-isometric-tape {
  --fa: "\e798";
}

.fa-qrcode-read {
  --fa: "\e799";
}

.fa-shop-24 {
  --fa: "\e79a";
}

.fa-store-24 {
  --fa: "\e79b";
}

.fa-face-shaking {
  --fa: "\e79c";
}

.fa-face-shaking-horizontal {
  --fa: "\e79d";
}

.fa-face-shaking-vertical {
  --fa: "\e79e";
}

.fa-circle-user-circle-check {
  --fa: "\e79f";
}

.fa-circle-user-circle-exclamation {
  --fa: "\e7a0";
}

.fa-circle-user-circle-minus {
  --fa: "\e7a1";
}

.fa-circle-user-circle-moon {
  --fa: "\e7a2";
}

.fa-circle-user-circle-plus {
  --fa: "\e7a3";
}

.fa-circle-user-circle-question {
  --fa: "\e7a4";
}

.fa-circle-user-circle-user {
  --fa: "\e7a5";
}

.fa-circle-user-circle-xmark {
  --fa: "\e7a6";
}

.fa-circle-user-clock {
  --fa: "\e7a7";
}

.fa-user-beard {
  --fa: "\e7a8";
}

.fa-user-chef-hair-long {
  --fa: "\e7a9";
}

.fa-user-circle-minus {
  --fa: "\e7aa";
}

.fa-user-circle-plus {
  --fa: "\e7ab";
}

.fa-user-dashed {
  --fa: "\e7ac";
}

.fa-user-doctor-hair-mullet {
  --fa: "\e7ad";
}

.fa-user-hat-tie {
  --fa: "\e7ae";
}

.fa-user-hat-tie-magnifying-glass {
  --fa: "\e7af";
}

.fa-user-key {
  --fa: "\e7b0";
}

.fa-user-message {
  --fa: "\e7b1";
}

.fa-user-microphone {
  --fa: "\e7b2";
}

.fa-user-pilot-hair-long {
  --fa: "\e7b3";
}

.fa-user-pilot-tie-hair-long {
  --fa: "\e7b4";
}

.fa-user-police-hair-long {
  --fa: "\e7b5";
}

.fa-user-police-tie-hair-long {
  --fa: "\e7b6";
}

.fa-user-question {
  --fa: "\e7b7";
}

.fa-user-sith {
  --fa: "\e7b8";
}

.fa-user-tie-hair-mullet {
  --fa: "\e7b9";
}

.fa-user-vneck-hair-mullet {
  --fa: "\e7ba";
}

.fa-plane-flying {
  --fa: "\e7bb";
}

.fa-plane-landing-gear {
  --fa: "\e7bc";
}

.fa-rocket-vertical {
  --fa: "\e7bd";
}

.fa-seat-airline-window {
  --fa: "\e7be";
}

.fa-shuttle-space-vertical {
  --fa: "\e7bf";
}

.fa-car-key {
  --fa: "\e7c0";
}

.fa-car-siren {
  --fa: "\e7c1";
}

.fa-car-siren-on {
  --fa: "\e7c2";
}

.fa-scooter {
  --fa: "\e7c3";
}

.fa-snowmobile-blank {
  --fa: "\e7c4";
}

.fa-stair-car {
  --fa: "\e7c5";
}

.fa-truck-suv {
  --fa: "\e7c6";
}

.fa-unicycle {
  --fa: "\e7c7";
}

.fa-van {
  --fa: "\e7c8";
}

.fa-moon-star {
  --fa: "\e7c9";
}

.fa-rainbow-half {
  --fa: "\e7ca";
}

.fa-temperature-slash {
  --fa: "\e7cb";
}

.fa-dialpad {
  --fa: "\e7cc";
}

.fa-computer-mouse-button-left {
  --fa: "\e7cd";
}

.fa-computer-mouse-button-right {
  --fa: "\e7ce";
}

.fa-dot {
  --fa: "\e7d1";
}

.fa-folder-arrow-left {
  --fa: "\e7d2";
}

.fa-folder-arrow-right {
  --fa: "\e7d3";
}

.fa-wireless {
  --fa: "\e7df";
}

.fa-circle-moon {
  --fa: "\e7e0";
}

.fa-person-meditating {
  --fa: "\e7e1";
}

.fa-baseball-bat {
  --fa: "\e7e5";
}

.fa-hockey-stick {
  --fa: "\e7e6";
}

.fa-arrow-u-turn-down-left {
  --fa: "\e7e7";
}

.fa-arrow-u-turn-down-right {
  --fa: "\e7e8";
}

.fa-arrow-u-turn-left-down {
  --fa: "\e7e9";
}

.fa-arrow-u-turn-left-up {
  --fa: "\e7ea";
}

.fa-arrow-u-turn-right-down {
  --fa: "\e7eb";
}

.fa-arrow-u-turn-right-up {
  --fa: "\e7ec";
}

.fa-arrow-u-turn-up-left {
  --fa: "\e7ed";
}

.fa-arrow-u-turn-up-right {
  --fa: "\e7ee";
}

.fa-u-turn-down-left {
  --fa: "\e7ef";
}

.fa-u-turn-down-right {
  --fa: "\e7f0";
}

.fa-u-turn-left-down {
  --fa: "\e7f1";
}

.fa-u-turn {
  --fa: "\e7f1";
}

.fa-u-turn-left-up {
  --fa: "\e7f2";
}

.fa-u-turn-right-down {
  --fa: "\e7f3";
}

.fa-u-turn-right-up {
  --fa: "\e7f4";
}

.fa-u-turn-up-left {
  --fa: "\e7f5";
}

.fa-u-turn-up-right {
  --fa: "\e7f6";
}

.fa-triple-chevrons-down {
  --fa: "\e7f7";
}

.fa-triple-chevrons-left {
  --fa: "\e7f8";
}

.fa-triple-chevrons-right {
  --fa: "\e7f9";
}

.fa-triple-chevrons-up {
  --fa: "\e7fa";
}

.fa-file-aiff {
  --fa: "\e7fb";
}

.fa-file-odf {
  --fa: "\e7fc";
}

.fa-file-tex {
  --fa: "\e7fd";
}

.fa-file-wav {
  --fa: "\e7fe";
}

.fa-droplet-plus {
  --fa: "\e800";
}

.fa-hand-holding-star {
  --fa: "\e801";
}

.fa-transmission {
  --fa: "\e802";
}

.fa-alarm-minus {
  --fa: "\e803";
}

.fa-file-brackets-curly {
  --fa: "\e804";
}

.fa-file-midi {
  --fa: "\e805";
}

.fa-midi {
  --fa: "\e806";
}

.fa-non-binary {
  --fa: "\e807";
}

.fa-rectangle-beta {
  --fa: "\e808";
}

.fa-shield-user {
  --fa: "\e809";
}

.fa-spiral {
  --fa: "\e80a";
}

.fa-picture-in-picture {
  --fa: "\e80b";
}

.fa-circle-half-horizontal {
  --fa: "\e80c";
}

.fa-circle-half-stroke-horizontal {
  --fa: "\e80d";
}

.fa-square-half-horizontal {
  --fa: "\e80e";
}

.fa-square-half-stroke-horizontal {
  --fa: "\e80f";
}

.fa-ship-large {
  --fa: "\e810";
}

.fa-butterfly {
  --fa: "\e811";
}

.fa-mobile-rotate {
  --fa: "\e813";
}

.fa-mobile-rotate-reverse {
  --fa: "\e814";
}

.fa-mobile-slash {
  --fa: "\e815";
}

.fa-mobile-vibrate {
  --fa: "\e816";
}

.fa-mobile-vibrate-slash {
  --fa: "\e817";
}

.fa-almost-equal-to {
  --fa: "\e818";
}

.fa-sneaker-running {
  --fa: "\e819";
}

.fa-horseshoe {
  --fa: "\e81a";
}

.fa-single-quote-left {
  --fa: "\e81b";
}

.fa-single-quote-right {
  --fa: "\e81c";
}

.fa-bus-side {
  --fa: "\e81d";
}

.fa-bus-stop {
  --fa: "\e81e";
}

.fa-train-stop {
  --fa: "\e81f";
}

.fa-septagon {
  --fa: "\e820";
}

.fa-heptagon {
  --fa: "\e820";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-music {
  --fa: "\f001";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-heart {
  --fa: "\f004";
}

.fa-star {
  --fa: "\f005";
}

.fa-user {
  --fa: "\f007";
}

.fa-user-alt {
  --fa: "\f007";
}

.fa-user-large {
  --fa: "\f007";
}

.fa-film {
  --fa: "\f008";
}

.fa-film-alt {
  --fa: "\f008";
}

.fa-film-simple {
  --fa: "\f008";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-check {
  --fa: "\f00c";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-road {
  --fa: "\f018";
}

.fa-download {
  --fa: "\f019";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-lock {
  --fa: "\f023";
}

.fa-flag {
  --fa: "\f024";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-headphones-alt {
  --fa: "\f025";
}

.fa-headphones-simple {
  --fa: "\f025";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-book {
  --fa: "\f02d";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-print {
  --fa: "\f02f";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-font {
  --fa: "\f031";
}

.fa-bold {
  --fa: "\f032";
}

.fa-italic {
  --fa: "\f033";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-image {
  --fa: "\f03e";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-play {
  --fa: "\f04b";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-eject {
  --fa: "\f052";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-expand {
  --fa: "\f065";
}

.fa-compress {
  --fa: "\f066";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-plane {
  --fa: "\f072";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-comment {
  --fa: "\f075";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-key {
  --fa: "\f084";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-comments {
  --fa: "\f086";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-upload {
  --fa: "\f093";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-phone {
  --fa: "\f095";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-circle {
  --fa: "\f111";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-code {
  --fa: "\f121";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-crop {
  --fa: "\f125";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-info {
  --fa: "\f129";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-file {
  --fa: "\f15b";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-sun {
  --fa: "\f185";
}

.fa-moon {
  --fa: "\f186";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-bug {
  --fa: "\f188";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-bus {
  --fa: "\f207";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-venus {
  --fa: "\f221";
}

.fa-mars {
  --fa: "\f222";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-server {
  --fa: "\f233";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-bed {
  --fa: "\f236";
}

.fa-train {
  --fa: "\f238";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-industry {
  --fa: "\f275";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-map {
  --fa: "\f279";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-handshake-alt {
  --fa: "\f2b5";
}

.fa-handshake-simple {
  --fa: "\f2b5";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-watch {
  --fa: "\f2e1";
}

.fa-volume-slash {
  --fa: "\f2e2";
}

.fa-fork {
  --fa: "\f2e3";
}

.fa-utensil-fork {
  --fa: "\f2e3";
}

.fa-knife {
  --fa: "\f2e4";
}

.fa-utensil-knife {
  --fa: "\f2e4";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-fork-knife {
  --fa: "\f2e6";
}

.fa-utensils-alt {
  --fa: "\f2e6";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-circle-dollar {
  --fa: "\f2e8";
}

.fa-dollar-circle {
  --fa: "\f2e8";
}

.fa-usd-circle {
  --fa: "\f2e8";
}

.fa-square-dollar {
  --fa: "\f2e9";
}

.fa-dollar-square {
  --fa: "\f2e9";
}

.fa-usd-square {
  --fa: "\f2e9";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-trophy-star {
  --fa: "\f2eb";
}

.fa-trophy-alt {
  --fa: "\f2eb";
}

.fa-triangle {
  --fa: "\f2ec";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-hexagon-xmark {
  --fa: "\f2ee";
}

.fa-times-hexagon {
  --fa: "\f2ee";
}

.fa-xmark-hexagon {
  --fa: "\f2ee";
}

.fa-octagon-xmark {
  --fa: "\f2f0";
}

.fa-times-octagon {
  --fa: "\f2f0";
}

.fa-xmark-octagon {
  --fa: "\f2f0";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-star-exclamation {
  --fa: "\f2f3";
}

.fa-spade {
  --fa: "\f2f4";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-shield-check {
  --fa: "\f2f7";
}

.fa-scrubber {
  --fa: "\f2f8";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-rectangle {
  --fa: "\f2fa";
}

.fa-rectangle-landscape {
  --fa: "\f2fa";
}

.fa-rectangle-vertical {
  --fa: "\f2fb";
}

.fa-rectangle-portrait {
  --fa: "\f2fb";
}

.fa-rectangle-wide {
  --fa: "\f2fc";
}

.fa-square-question {
  --fa: "\f2fd";
}

.fa-question-square {
  --fa: "\f2fd";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-hexagon-plus {
  --fa: "\f300";
}

.fa-plus-hexagon {
  --fa: "\f300";
}

.fa-octagon-plus {
  --fa: "\f301";
}

.fa-plus-octagon {
  --fa: "\f301";
}

.fa-images {
  --fa: "\f302";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-pen {
  --fa: "\f304";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-octagon {
  --fa: "\f306";
}

.fa-hexagon-minus {
  --fa: "\f307";
}

.fa-minus-hexagon {
  --fa: "\f307";
}

.fa-octagon-minus {
  --fa: "\f308";
}

.fa-minus-octagon {
  --fa: "\f308";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-lock-keyhole {
  --fa: "\f30d";
}

.fa-lock-alt {
  --fa: "\f30d";
}

.fa-jack-o-lantern {
  --fa: "\f30e";
}

.fa-square-info {
  --fa: "\f30f";
}

.fa-info-square {
  --fa: "\f30f";
}

.fa-inbox-in {
  --fa: "\f310";
}

.fa-inbox-arrow-down {
  --fa: "\f310";
}

.fa-inbox-out {
  --fa: "\f311";
}

.fa-inbox-arrow-up {
  --fa: "\f311";
}

.fa-hexagon {
  --fa: "\f312";
}

.fa-h1 {
  --fa: "\f313";
}

.fa-h2 {
  --fa: "\f314";
}

.fa-h3 {
  --fa: "\f315";
}

.fa-file-check {
  --fa: "\f316";
}

.fa-file-xmark {
  --fa: "\f317";
}

.fa-file-times {
  --fa: "\f317";
}

.fa-file-minus {
  --fa: "\f318";
}

.fa-file-plus {
  --fa: "\f319";
}

.fa-file-exclamation {
  --fa: "\f31a";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-arrows-maximize {
  --fa: "\f31d";
}

.fa-expand-arrows {
  --fa: "\f31d";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-expand-wide {
  --fa: "\f320";
}

.fa-square-exclamation {
  --fa: "\f321";
}

.fa-exclamation-square {
  --fa: "\f321";
}

.fa-chevrons-down {
  --fa: "\f322";
}

.fa-chevron-double-down {
  --fa: "\f322";
}

.fa-chevrons-left {
  --fa: "\f323";
}

.fa-chevron-double-left {
  --fa: "\f323";
}

.fa-chevrons-right {
  --fa: "\f324";
}

.fa-chevron-double-right {
  --fa: "\f324";
}

.fa-chevrons-up {
  --fa: "\f325";
}

.fa-chevron-double-up {
  --fa: "\f325";
}

.fa-compress-wide {
  --fa: "\f326";
}

.fa-club {
  --fa: "\f327";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-square-chevron-down {
  --fa: "\f329";
}

.fa-chevron-square-down {
  --fa: "\f329";
}

.fa-square-chevron-left {
  --fa: "\f32a";
}

.fa-chevron-square-left {
  --fa: "\f32a";
}

.fa-square-chevron-right {
  --fa: "\f32b";
}

.fa-chevron-square-right {
  --fa: "\f32b";
}

.fa-square-chevron-up {
  --fa: "\f32c";
}

.fa-chevron-square-up {
  --fa: "\f32c";
}

.fa-circle-caret-down {
  --fa: "\f32d";
}

.fa-caret-circle-down {
  --fa: "\f32d";
}

.fa-circle-caret-left {
  --fa: "\f32e";
}

.fa-caret-circle-left {
  --fa: "\f32e";
}

.fa-circle-caret-right {
  --fa: "\f330";
}

.fa-caret-circle-right {
  --fa: "\f330";
}

.fa-circle-caret-up {
  --fa: "\f331";
}

.fa-caret-circle-up {
  --fa: "\f331";
}

.fa-calendar-pen {
  --fa: "\f333";
}

.fa-calendar-edit {
  --fa: "\f333";
}

.fa-calendar-exclamation {
  --fa: "\f334";
}

.fa-badge {
  --fa: "\f335";
}

.fa-badge-check {
  --fa: "\f336";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-square-arrow-down {
  --fa: "\f339";
}

.fa-arrow-square-down {
  --fa: "\f339";
}

.fa-square-arrow-left {
  --fa: "\f33a";
}

.fa-arrow-square-left {
  --fa: "\f33a";
}

.fa-square-arrow-right {
  --fa: "\f33b";
}

.fa-arrow-square-right {
  --fa: "\f33b";
}

.fa-square-arrow-up {
  --fa: "\f33c";
}

.fa-arrow-square-up {
  --fa: "\f33c";
}

.fa-arrow-down-to-line {
  --fa: "\f33d";
}

.fa-arrow-to-bottom {
  --fa: "\f33d";
}

.fa-arrow-left-to-line {
  --fa: "\f33e";
}

.fa-arrow-to-left {
  --fa: "\f33e";
}

.fa-arrow-right-to-line {
  --fa: "\f340";
}

.fa-arrow-to-right {
  --fa: "\f340";
}

.fa-arrow-up-to-line {
  --fa: "\f341";
}

.fa-arrow-to-top {
  --fa: "\f341";
}

.fa-arrow-up-from-line {
  --fa: "\f342";
}

.fa-arrow-from-bottom {
  --fa: "\f342";
}

.fa-arrow-right-from-line {
  --fa: "\f343";
}

.fa-arrow-from-left {
  --fa: "\f343";
}

.fa-arrow-left-from-line {
  --fa: "\f344";
}

.fa-arrow-from-right {
  --fa: "\f344";
}

.fa-arrow-down-from-line {
  --fa: "\f345";
}

.fa-arrow-from-top {
  --fa: "\f345";
}

.fa-up-from-line {
  --fa: "\f346";
}

.fa-arrow-alt-from-bottom {
  --fa: "\f346";
}

.fa-right-from-line {
  --fa: "\f347";
}

.fa-arrow-alt-from-left {
  --fa: "\f347";
}

.fa-left-from-line {
  --fa: "\f348";
}

.fa-arrow-alt-from-right {
  --fa: "\f348";
}

.fa-down-from-line {
  --fa: "\f349";
}

.fa-arrow-alt-from-top {
  --fa: "\f349";
}

.fa-down-to-line {
  --fa: "\f34a";
}

.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
}

.fa-left-to-line {
  --fa: "\f34b";
}

.fa-arrow-alt-to-left {
  --fa: "\f34b";
}

.fa-right-to-line {
  --fa: "\f34c";
}

.fa-arrow-alt-to-right {
  --fa: "\f34c";
}

.fa-up-to-line {
  --fa: "\f34d";
}

.fa-arrow-alt-to-top {
  --fa: "\f34d";
}

.fa-alarm-clock {
  --fa: "\f34e";
}

.fa-square-down {
  --fa: "\f350";
}

.fa-arrow-alt-square-down {
  --fa: "\f350";
}

.fa-square-left {
  --fa: "\f351";
}

.fa-arrow-alt-square-left {
  --fa: "\f351";
}

.fa-square-right {
  --fa: "\f352";
}

.fa-arrow-alt-square-right {
  --fa: "\f352";
}

.fa-square-up {
  --fa: "\f353";
}

.fa-arrow-alt-square-up {
  --fa: "\f353";
}

.fa-down {
  --fa: "\f354";
}

.fa-arrow-alt-down {
  --fa: "\f354";
}

.fa-left {
  --fa: "\f355";
}

.fa-arrow-alt-left {
  --fa: "\f355";
}

.fa-right {
  --fa: "\f356";
}

.fa-arrow-alt-right {
  --fa: "\f356";
}

.fa-up {
  --fa: "\f357";
}

.fa-arrow-alt-up {
  --fa: "\f357";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-arrows-retweet {
  --fa: "\f361";
}

.fa-retweet-alt {
  --fa: "\f361";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-arrows-repeat {
  --fa: "\f364";
}

.fa-repeat-alt {
  --fa: "\f364";
}

.fa-repeat-1 {
  --fa: "\f365";
}

.fa-arrows-repeat-1 {
  --fa: "\f366";
}

.fa-repeat-1-alt {
  --fa: "\f366";
}

.fa-share-all {
  --fa: "\f367";
}

.fa-battery-bolt {
  --fa: "\f376";
}

.fa-battery-slash {
  --fa: "\f377";
}

.fa-browser {
  --fa: "\f37e";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-credit-card-blank {
  --fa: "\f389";
}

.fa-credit-card-front {
  --fa: "\f38a";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-ellipsis-stroke {
  --fa: "\f39b";
}

.fa-ellipsis-h-alt {
  --fa: "\f39b";
}

.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
}

.fa-ellipsis-v-alt {
  --fa: "\f39c";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-industry-windows {
  --fa: "\f3b3";
}

.fa-industry-alt {
  --fa: "\f3b3";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-lock-keyhole-open {
  --fa: "\f3c2";
}

.fa-lock-open-alt {
  --fa: "\f3c2";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-plane-engines {
  --fa: "\f3de";
}

.fa-plane-alt {
  --fa: "\f3de";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-square-sliders {
  --fa: "\f3f0";
}

.fa-sliders-h-square {
  --fa: "\f3f0";
}

.fa-sliders-up {
  --fa: "\f3f1";
}

.fa-sliders-v {
  --fa: "\f3f1";
}

.fa-square-sliders-vertical {
  --fa: "\f3f2";
}

.fa-sliders-v-square {
  --fa: "\f3f2";
}

.fa-spinner-third {
  --fa: "\f3f4";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-tablet-screen {
  --fa: "\f3fc";
}

.fa-tablet-android-alt {
  --fa: "\f3fc";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-tree-deciduous {
  --fa: "\f400";
}

.fa-tree-alt {
  --fa: "\f400";
}

.fa-tv-retro {
  --fa: "\f401";
}

.fa-window {
  --fa: "\f40e";
}

.fa-window-flip {
  --fa: "\f40f";
}

.fa-window-alt {
  --fa: "\f40f";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

.fa-compress-alt {
  --fa: "\f422";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-basketball-hoop {
  --fa: "\f435";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-bowling-pins {
  --fa: "\f437";
}

.fa-boxing-glove {
  --fa: "\f438";
}

.fa-glove-boxing {
  --fa: "\f438";
}

.fa-chess {
  --fa: "\f439";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-chess-bishop-piece {
  --fa: "\f43b";
}

.fa-chess-bishop-alt {
  --fa: "\f43b";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-chess-clock {
  --fa: "\f43d";
}

.fa-chess-clock-flip {
  --fa: "\f43e";
}

.fa-chess-clock-alt {
  --fa: "\f43e";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-chess-king-piece {
  --fa: "\f440";
}

.fa-chess-king-alt {
  --fa: "\f440";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-chess-knight-piece {
  --fa: "\f442";
}

.fa-chess-knight-alt {
  --fa: "\f442";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-chess-pawn-piece {
  --fa: "\f444";
}

.fa-chess-pawn-alt {
  --fa: "\f444";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-chess-queen-piece {
  --fa: "\f446";
}

.fa-chess-queen-alt {
  --fa: "\f446";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-chess-rook-piece {
  --fa: "\f448";
}

.fa-chess-rook-alt {
  --fa: "\f448";
}

.fa-cricket-bat-ball {
  --fa: "\f449";
}

.fa-cricket {
  --fa: "\f449";
}

.fa-curling-stone {
  --fa: "\f44a";
}

.fa-curling {
  --fa: "\f44a";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-field-hockey-stick-ball {
  --fa: "\f44c";
}

.fa-field-hockey {
  --fa: "\f44c";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-football-helmet {
  --fa: "\f44f";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-golf-club {
  --fa: "\f451";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-hockey-sticks {
  --fa: "\f454";
}

.fa-luchador-mask {
  --fa: "\f455";
}

.fa-luchador {
  --fa: "\f455";
}

.fa-mask-luchador {
  --fa: "\f455";
}

.fa-flag-pennant {
  --fa: "\f456";
}

.fa-pennant {
  --fa: "\f456";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-racquet {
  --fa: "\f45a";
}

.fa-shuttlecock {
  --fa: "\f45b";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-tennis-ball {
  --fa: "\f45e";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-whistle {
  --fa: "\f460";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-rectangle-barcode {
  --fa: "\f463";
}

.fa-barcode-alt {
  --fa: "\f463";
}

.fa-barcode-read {
  --fa: "\f464";
}

.fa-barcode-scan {
  --fa: "\f465";
}

.fa-box {
  --fa: "\f466";
}

.fa-box-check {
  --fa: "\f467";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-conveyor-belt {
  --fa: "\f46e";
}

.fa-conveyor-belt-boxes {
  --fa: "\f46f";
}

.fa-conveyor-belt-alt {
  --fa: "\f46f";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-dna {
  --fa: "\f471";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-dolly-empty {
  --fa: "\f473";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-cart-flatbed-boxes {
  --fa: "\f475";
}

.fa-dolly-flatbed-alt {
  --fa: "\f475";
}

.fa-cart-flatbed-empty {
  --fa: "\f476";
}

.fa-dolly-flatbed-empty {
  --fa: "\f476";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-forklift {
  --fa: "\f47a";
}

.fa-hand-holding-box {
  --fa: "\f47b";
}

.fa-hands-holding-diamond {
  --fa: "\f47c";
}

.fa-hand-receiving {
  --fa: "\f47c";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-shelves {
  --fa: "\f480";
}

.fa-inventory {
  --fa: "\f480";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-pallet-boxes {
  --fa: "\f483";
}

.fa-palette-boxes {
  --fa: "\f483";
}

.fa-pallet-alt {
  --fa: "\f483";
}

.fa-pills {
  --fa: "\f484";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-scanner-gun {
  --fa: "\f488";
}

.fa-scanner {
  --fa: "\f488";
}

.fa-scanner-keyboard {
  --fa: "\f489";
}

.fa-scanner-touchscreen {
  --fa: "\f48a";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-truck-clock {
  --fa: "\f48c";
}

.fa-shipping-timed {
  --fa: "\f48c";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-tablet-rugged {
  --fa: "\f48f";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vial {
  --fa: "\f492";
}

.fa-vials {
  --fa: "\f493";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-warehouse-full {
  --fa: "\f495";
}

.fa-warehouse-alt {
  --fa: "\f495";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-blanket {
  --fa: "\f498";
}

.fa-book-heart {
  --fa: "\f499";
}

.fa-box-taped {
  --fa: "\f49a";
}

.fa-box-alt {
  --fa: "\f49a";
}

.fa-square-fragile {
  --fa: "\f49b";
}

.fa-box-fragile {
  --fa: "\f49b";
}

.fa-square-wine-glass-crack {
  --fa: "\f49b";
}

.fa-box-open-full {
  --fa: "\f49c";
}

.fa-box-full {
  --fa: "\f49c";
}

.fa-box-heart {
  --fa: "\f49d";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-square-this-way-up {
  --fa: "\f49f";
}

.fa-box-up {
  --fa: "\f49f";
}

.fa-box-dollar {
  --fa: "\f4a0";
}

.fa-box-usd {
  --fa: "\f4a0";
}

.fa-message-check {
  --fa: "\f4a2";
}

.fa-comment-alt-check {
  --fa: "\f4a2";
}

.fa-message-dots {
  --fa: "\f4a3";
}

.fa-comment-alt-dots {
  --fa: "\f4a3";
}

.fa-messaging {
  --fa: "\f4a3";
}

.fa-message-pen {
  --fa: "\f4a4";
}

.fa-comment-alt-edit {
  --fa: "\f4a4";
}

.fa-message-edit {
  --fa: "\f4a4";
}

.fa-message-exclamation {
  --fa: "\f4a5";
}

.fa-comment-alt-exclamation {
  --fa: "\f4a5";
}

.fa-message-lines {
  --fa: "\f4a6";
}

.fa-comment-alt-lines {
  --fa: "\f4a6";
}

.fa-message-minus {
  --fa: "\f4a7";
}

.fa-comment-alt-minus {
  --fa: "\f4a7";
}

.fa-message-plus {
  --fa: "\f4a8";
}

.fa-comment-alt-plus {
  --fa: "\f4a8";
}

.fa-message-slash {
  --fa: "\f4a9";
}

.fa-comment-alt-slash {
  --fa: "\f4a9";
}

.fa-message-smile {
  --fa: "\f4aa";
}

.fa-comment-alt-smile {
  --fa: "\f4aa";
}

.fa-message-xmark {
  --fa: "\f4ab";
}

.fa-comment-alt-times {
  --fa: "\f4ab";
}

.fa-message-times {
  --fa: "\f4ab";
}

.fa-comment-check {
  --fa: "\f4ac";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-comment-pen {
  --fa: "\f4ae";
}

.fa-comment-edit {
  --fa: "\f4ae";
}

.fa-comment-exclamation {
  --fa: "\f4af";
}

.fa-comment-lines {
  --fa: "\f4b0";
}

.fa-comment-minus {
  --fa: "\f4b1";
}

.fa-comment-plus {
  --fa: "\f4b2";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-comment-smile {
  --fa: "\f4b4";
}

.fa-comment-xmark {
  --fa: "\f4b5";
}

.fa-comment-times {
  --fa: "\f4b5";
}

.fa-messages {
  --fa: "\f4b6";
}

.fa-comments-alt {
  --fa: "\f4b6";
}

.fa-container-storage {
  --fa: "\f4b7";
}

.fa-couch {
  --fa: "\f4b8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-wine-glass-crack {
  --fa: "\f4bb";
}

.fa-fragile {
  --fa: "\f4bb";
}

.fa-hand-heart {
  --fa: "\f4bc";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-hand-holding-seedling {
  --fa: "\f4bf";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-hands-holding-heart {
  --fa: "\f4c3";
}

.fa-hands-heart {
  --fa: "\f4c3";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-hands-holding-dollar {
  --fa: "\f4c5";
}

.fa-hands-usd {
  --fa: "\f4c5";
}

.fa-circle-heart {
  --fa: "\f4c7";
}

.fa-heart-circle {
  --fa: "\f4c7";
}

.fa-square-heart {
  --fa: "\f4c8";
}

.fa-heart-square {
  --fa: "\f4c8";
}

.fa-house-heart {
  --fa: "\f4c9";
}

.fa-home-heart {
  --fa: "\f4c9";
}

.fa-lamp {
  --fa: "\f4ca";
}

.fa-leaf-heart {
  --fa: "\f4cb";
}

.fa-loveseat {
  --fa: "\f4cc";
}

.fa-couch-small {
  --fa: "\f4cc";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-person-carry-box {
  --fa: "\f4cf";
}

.fa-person-carry {
  --fa: "\f4cf";
}

.fa-person-dolly {
  --fa: "\f4d0";
}

.fa-person-dolly-empty {
  --fa: "\f4d1";
}

.fa-phone-plus {
  --fa: "\f4d2";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-ramp-loading {
  --fa: "\f4d4";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-truck-container {
  --fa: "\f4dc";
}

.fa-truck-ramp-couch {
  --fa: "\f4dd";
}

.fa-truck-couch {
  --fa: "\f4dd";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-truck-ramp {
  --fa: "\f4e0";
}

.fa-video-plus {
  --fa: "\f4e1";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-user-alt-slash {
  --fa: "\f506";
}

.fa-user-large-slash {
  --fa: "\f506";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-blender {
  --fa: "\f517";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-church {
  --fa: "\f51d";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-crow {
  --fa: "\f520";
}

.fa-crown {
  --fa: "\f521";
}

.fa-dice {
  --fa: "\f522";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-divide {
  --fa: "\f529";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-memory {
  --fa: "\f538";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-robot {
  --fa: "\f544";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-school {
  --fa: "\f549";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-store {
  --fa: "\f54e";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-archway {
  --fa: "\f557";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-award {
  --fa: "\f559";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-drum {
  --fa: "\f569";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-fill {
  --fa: "\f575";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-fish {
  --fa: "\f578";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grid-horizontal {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-grid-vertical {
  --fa: "\f58e";
}

.fa-headset {
  --fa: "\f590";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-joint {
  --fa: "\f595";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-paintbrush-fine {
  --fa: "\f5a9";
}

.fa-paint-brush-alt {
  --fa: "\f5a9";
}

.fa-paint-brush-fine {
  --fa: "\f5a9";
}

.fa-paintbrush-alt {
  --fa: "\f5a9";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-face-smile-plus {
  --fa: "\f5b9";
}

.fa-smile-plus {
  --fa: "\f5b9";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-atom-simple {
  --fa: "\f5d3";
}

.fa-atom-alt {
  --fa: "\f5d3";
}

.fa-backpack {
  --fa: "\f5d4";
}

.fa-bell-school {
  --fa: "\f5d5";
}

.fa-bell-school-slash {
  --fa: "\f5d6";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-bone-break {
  --fa: "\f5d8";
}

.fa-book-blank {
  --fa: "\f5d9";
}

.fa-book-alt {
  --fa: "\f5d9";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-books {
  --fa: "\f5db";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-bus-school {
  --fa: "\f5dd";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-car-bump {
  --fa: "\f5e0";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-car-garage {
  --fa: "\f5e2";
}

.fa-car-wrench {
  --fa: "\f5e3";
}

.fa-car-mechanic {
  --fa: "\f5e3";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-car-tilt {
  --fa: "\f5e5";
}

.fa-car-wash {
  --fa: "\f5e6";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-clipboard-prescription {
  --fa: "\f5e8";
}

.fa-compass-slash {
  --fa: "\f5e9";
}

.fa-diploma {
  --fa: "\f5ea";
}

.fa-scroll-ribbon {
  --fa: "\f5ea";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-do-not-enter {
  --fa: "\f5ec";
}

.fa-draw-circle {
  --fa: "\f5ed";
}

.fa-vector-circle {
  --fa: "\f5ed";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-vector-polygon {
  --fa: "\f5ee";
}

.fa-draw-square {
  --fa: "\f5ef";
}

.fa-vector-square {
  --fa: "\f5ef";
}

.fa-ear {
  --fa: "\f5f0";
}

.fa-engine-warning {
  --fa: "\f5f2";
}

.fa-engine-exclamation {
  --fa: "\f5f2";
}

.fa-file-certificate {
  --fa: "\f5f3";
}

.fa-file-award {
  --fa: "\f5f3";
}

.fa-gas-pump-slash {
  --fa: "\f5f4";
}

.fa-glasses-round {
  --fa: "\f5f5";
}

.fa-glasses-alt {
  --fa: "\f5f5";
}

.fa-globe-stand {
  --fa: "\f5f6";
}

.fa-wave-pulse {
  --fa: "\f5f8";
}

.fa-heart-rate {
  --fa: "\f5f8";
}

.fa-inhaler {
  --fa: "\f5f9";
}

.fa-kidneys {
  --fa: "\f5fb";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-layer-minus {
  --fa: "\f5fe";
}

.fa-layer-group-minus {
  --fa: "\f5fe";
}

.fa-layer-plus {
  --fa: "\f5ff";
}

.fa-layer-group-plus {
  --fa: "\f5ff";
}

.fa-lips {
  --fa: "\f600";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-circle-location-arrow {
  --fa: "\f602";
}

.fa-location-circle {
  --fa: "\f602";
}

.fa-location-crosshairs-slash {
  --fa: "\f603";
}

.fa-location-slash {
  --fa: "\f603";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-location-dot-slash {
  --fa: "\f605";
}

.fa-map-marker-alt-slash {
  --fa: "\f605";
}

.fa-location-check {
  --fa: "\f606";
}

.fa-map-marker-check {
  --fa: "\f606";
}

.fa-location-pen {
  --fa: "\f607";
}

.fa-map-marker-edit {
  --fa: "\f607";
}

.fa-location-exclamation {
  --fa: "\f608";
}

.fa-map-marker-exclamation {
  --fa: "\f608";
}

.fa-location-minus {
  --fa: "\f609";
}

.fa-map-marker-minus {
  --fa: "\f609";
}

.fa-location-plus {
  --fa: "\f60a";
}

.fa-map-marker-plus {
  --fa: "\f60a";
}

.fa-location-question {
  --fa: "\f60b";
}

.fa-map-marker-question {
  --fa: "\f60b";
}

.fa-location-pin-slash {
  --fa: "\f60c";
}

.fa-map-marker-slash {
  --fa: "\f60c";
}

.fa-location-smile {
  --fa: "\f60d";
}

.fa-map-marker-smile {
  --fa: "\f60d";
}

.fa-location-xmark {
  --fa: "\f60e";
}

.fa-map-marker-times {
  --fa: "\f60e";
}

.fa-map-marker-xmark {
  --fa: "\f60e";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-monitor-waveform {
  --fa: "\f611";
}

.fa-monitor-heart-rate {
  --fa: "\f611";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-oil-temperature {
  --fa: "\f614";
}

.fa-oil-temp {
  --fa: "\f614";
}

.fa-circle-parking {
  --fa: "\f615";
}

.fa-parking-circle {
  --fa: "\f615";
}

.fa-ban-parking {
  --fa: "\f616";
}

.fa-parking-circle-slash {
  --fa: "\f616";
}

.fa-square-parking-slash {
  --fa: "\f617";
}

.fa-parking-slash {
  --fa: "\f617";
}

.fa-pen-paintbrush {
  --fa: "\f618";
}

.fa-pencil-paintbrush {
  --fa: "\f618";
}

.fa-poop {
  --fa: "\f619";
}

.fa-route-highway {
  --fa: "\f61a";
}

.fa-route-interstate {
  --fa: "\f61b";
}

.fa-ruler-triangle {
  --fa: "\f61c";
}

.fa-scalpel {
  --fa: "\f61d";
}

.fa-scalpel-line-dashed {
  --fa: "\f61e";
}

.fa-scalpel-path {
  --fa: "\f61e";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-skeleton {
  --fa: "\f620";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-steering-wheel {
  --fa: "\f622";
}

.fa-stomach {
  --fa: "\f623";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-gauge-max {
  --fa: "\f626";
}

.fa-tachometer-alt-fastest {
  --fa: "\f626";
}

.fa-gauge-low {
  --fa: "\f627";
}

.fa-tachometer-alt-slow {
  --fa: "\f627";
}

.fa-gauge-min {
  --fa: "\f628";
}

.fa-tachometer-alt-slowest {
  --fa: "\f628";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-gauge-simple-max {
  --fa: "\f62b";
}

.fa-tachometer-fastest {
  --fa: "\f62b";
}

.fa-gauge-simple-low {
  --fa: "\f62c";
}

.fa-tachometer-slow {
  --fa: "\f62c";
}

.fa-gauge-simple-min {
  --fa: "\f62d";
}

.fa-tachometer-slowest {
  --fa: "\f62d";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-tire {
  --fa: "\f631";
}

.fa-tire-flat {
  --fa: "\f632";
}

.fa-tire-pressure-warning {
  --fa: "\f633";
}

.fa-tire-rugged {
  --fa: "\f634";
}

.fa-toothbrush {
  --fa: "\f635";
}

.fa-traffic-cone {
  --fa: "\f636";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-traffic-light-go {
  --fa: "\f638";
}

.fa-traffic-light-slow {
  --fa: "\f639";
}

.fa-traffic-light-stop {
  --fa: "\f63a";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-screen-users {
  --fa: "\f63d";
}

.fa-users-class {
  --fa: "\f63d";
}

.fa-watch-fitness {
  --fa: "\f63e";
}

.fa-abacus {
  --fa: "\f640";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-chart-mixed {
  --fa: "\f643";
}

.fa-analytics {
  --fa: "\f643";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-badge-dollar {
  --fa: "\f645";
}

.fa-badge-percent {
  --fa: "\f646";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-bullseye-arrow {
  --fa: "\f648";
}

.fa-bullseye-pointer {
  --fa: "\f649";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-cabinet-filing {
  --fa: "\f64b";
}

.fa-calculator-simple {
  --fa: "\f64c";
}

.fa-calculator-alt {
  --fa: "\f64c";
}

.fa-chart-line-down {
  --fa: "\f64d";
}

.fa-chart-pie-simple {
  --fa: "\f64e";
}

.fa-chart-pie-alt {
  --fa: "\f64e";
}

.fa-city {
  --fa: "\f64f";
}

.fa-message-dollar {
  --fa: "\f650";
}

.fa-comment-alt-dollar {
  --fa: "\f650";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-messages-dollar {
  --fa: "\f652";
}

.fa-comments-alt-dollar {
  --fa: "\f652";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-cross {
  --fa: "\f654";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-empty-set {
  --fa: "\f656";
}

.fa-envelope-open-dollar {
  --fa: "\f657";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-file-chart-column {
  --fa: "\f659";
}

.fa-file-chart-line {
  --fa: "\f659";
}

.fa-file-chart-pie {
  --fa: "\f65a";
}

.fa-file-spreadsheet {
  --fa: "\f65b";
}

.fa-file-user {
  --fa: "\f65c";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-folder-xmark {
  --fa: "\f65f";
}

.fa-folder-times {
  --fa: "\f65f";
}

.fa-folders {
  --fa: "\f660";
}

.fa-function {
  --fa: "\f661";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-gift-card {
  --fa: "\f663";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-integral {
  --fa: "\f667";
}

.fa-intersection {
  --fa: "\f668";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-keynote {
  --fa: "\f66c";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-lambda {
  --fa: "\f66e";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-lightbulb-dollar {
  --fa: "\f670";
}

.fa-lightbulb-exclamation {
  --fa: "\f671";
}

.fa-lightbulb-on {
  --fa: "\f672";
}

.fa-lightbulb-slash {
  --fa: "\f673";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-megaphone {
  --fa: "\f675";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-brain-arrow-curved-right {
  --fa: "\f677";
}

.fa-mind-share {
  --fa: "\f677";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-om {
  --fa: "\f679";
}

.fa-omega {
  --fa: "\f67a";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-phone-office {
  --fa: "\f67d";
}

.fa-pi {
  --fa: "\f67e";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-podium {
  --fa: "\f680";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-presentation-screen {
  --fa: "\f685";
}

.fa-presentation {
  --fa: "\f685";
}

.fa-print-slash {
  --fa: "\f686";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-shredder {
  --fa: "\f68a";
}

.fa-sigma {
  --fa: "\f68b";
}

.fa-signal-weak {
  --fa: "\f68c";
}

.fa-signal-1 {
  --fa: "\f68c";
}

.fa-signal-fair {
  --fa: "\f68d";
}

.fa-signal-2 {
  --fa: "\f68d";
}

.fa-signal-good {
  --fa: "\f68e";
}

.fa-signal-3 {
  --fa: "\f68e";
}

.fa-signal-strong {
  --fa: "\f68f";
}

.fa-signal-4 {
  --fa: "\f68f";
}

.fa-signal-bars {
  --fa: "\f690";
}

.fa-signal-alt {
  --fa: "\f690";
}

.fa-signal-alt-4 {
  --fa: "\f690";
}

.fa-signal-bars-strong {
  --fa: "\f690";
}

.fa-signal-bars-weak {
  --fa: "\f691";
}

.fa-signal-alt-1 {
  --fa: "\f691";
}

.fa-signal-bars-fair {
  --fa: "\f692";
}

.fa-signal-alt-2 {
  --fa: "\f692";
}

.fa-signal-bars-good {
  --fa: "\f693";
}

.fa-signal-alt-3 {
  --fa: "\f693";
}

.fa-signal-bars-slash {
  --fa: "\f694";
}

.fa-signal-alt-slash {
  --fa: "\f694";
}

.fa-signal-slash {
  --fa: "\f695";
}

.fa-socks {
  --fa: "\f696";
}

.fa-square-root {
  --fa: "\f697";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-tally {
  --fa: "\f69c";
}

.fa-tally-5 {
  --fa: "\f69c";
}

.fa-theta {
  --fa: "\f69e";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-union {
  --fa: "\f6a2";
}

.fa-chart-user {
  --fa: "\f6a3";
}

.fa-user-chart {
  --fa: "\f6a3";
}

.fa-user-crown {
  --fa: "\f6a4";
}

.fa-user-group-crown {
  --fa: "\f6a5";
}

.fa-users-crown {
  --fa: "\f6a5";
}

.fa-value-absolute {
  --fa: "\f6a6";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-volume {
  --fa: "\f6a8";
}

.fa-volume-medium {
  --fa: "\f6a8";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-wifi-weak {
  --fa: "\f6aa";
}

.fa-wifi-1 {
  --fa: "\f6aa";
}

.fa-wifi-fair {
  --fa: "\f6ab";
}

.fa-wifi-2 {
  --fa: "\f6ab";
}

.fa-wifi-slash {
  --fa: "\f6ac";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-acorn {
  --fa: "\f6ae";
}

.fa-alicorn {
  --fa: "\f6b0";
}

.fa-crate-apple {
  --fa: "\f6b1";
}

.fa-apple-crate {
  --fa: "\f6b1";
}

.fa-axe {
  --fa: "\f6b2";
}

.fa-axe-battle {
  --fa: "\f6b3";
}

.fa-badger-honey {
  --fa: "\f6b4";
}

.fa-bat {
  --fa: "\f6b5";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-book-sparkles {
  --fa: "\f6b8";
}

.fa-book-spells {
  --fa: "\f6b8";
}

.fa-bow-arrow {
  --fa: "\f6b9";
}

.fa-campfire {
  --fa: "\f6ba";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-candle-holder {
  --fa: "\f6bc";
}

.fa-candy-corn {
  --fa: "\f6bd";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-cauldron {
  --fa: "\f6bf";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-chair-office {
  --fa: "\f6c1";
}

.fa-claw-marks {
  --fa: "\f6c2";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-cup-togo {
  --fa: "\f6c5";
}

.fa-coffee-togo {
  --fa: "\f6c5";
}

.fa-coffin {
  --fa: "\f6c6";
}

.fa-corn {
  --fa: "\f6c7";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-dagger {
  --fa: "\f6cb";
}

.fa-dice-d10 {
  --fa: "\f6cd";
}

.fa-dice-d12 {
  --fa: "\f6ce";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-dice-d4 {
  --fa: "\f6d0";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-dice-d8 {
  --fa: "\f6d2";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-dog-leashed {
  --fa: "\f6d4";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-drumstick {
  --fa: "\f6d6";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-duck {
  --fa: "\f6d8";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-elephant {
  --fa: "\f6da";
}

.fa-eye-evil {
  --fa: "\f6db";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-fire-flame {
  --fa: "\f6df";
}

.fa-flame {
  --fa: "\f6df";
}

.fa-flask-round-poison {
  --fa: "\f6e0";
}

.fa-flask-poison {
  --fa: "\f6e0";
}

.fa-flask-round-potion {
  --fa: "\f6e1";
}

.fa-flask-potion {
  --fa: "\f6e1";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hammer-war {
  --fa: "\f6e4";
}

.fa-hand-holding-magic {
  --fa: "\f6e5";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-hat-witch {
  --fa: "\f6e7";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-head-side {
  --fa: "\f6e9";
}

.fa-head-side-goggles {
  --fa: "\f6ea";
}

.fa-head-vr {
  --fa: "\f6ea";
}

.fa-helmet-battle {
  --fa: "\f6eb";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-hockey-mask {
  --fa: "\f6ee";
}

.fa-hood-cloak {
  --fa: "\f6ef";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-key-skeleton {
  --fa: "\f6f3";
}

.fa-kite {
  --fa: "\f6f4";
}

.fa-knife-kitchen {
  --fa: "\f6f5";
}

.fa-leaf-maple {
  --fa: "\f6f6";
}

.fa-leaf-oak {
  --fa: "\f6f7";
}

.fa-mace {
  --fa: "\f6f8";
}

.fa-mandolin {
  --fa: "\f6f9";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-monkey {
  --fa: "\f6fb";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-mountains {
  --fa: "\f6fd";
}

.fa-narwhal {
  --fa: "\f6fe";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-otter {
  --fa: "\f700";
}

.fa-paw-simple {
  --fa: "\f701";
}

.fa-paw-alt {
  --fa: "\f701";
}

.fa-paw-claws {
  --fa: "\f702";
}

.fa-pegasus {
  --fa: "\f703";
}

.fa-pie {
  --fa: "\f705";
}

.fa-pig {
  --fa: "\f706";
}

.fa-pumpkin {
  --fa: "\f707";
}

.fa-rabbit {
  --fa: "\f708";
}

.fa-rabbit-running {
  --fa: "\f709";
}

.fa-rabbit-fast {
  --fa: "\f709";
}

.fa-ram {
  --fa: "\f70a";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-scarecrow {
  --fa: "\f70d";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-scroll-old {
  --fa: "\f70f";
}

.fa-scythe {
  --fa: "\f710";
}

.fa-sheep {
  --fa: "\f711";
}

.fa-shield-cross {
  --fa: "\f712";
}

.fa-shovel {
  --fa: "\f713";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-slash {
  --fa: "\f715";
}

.fa-snake {
  --fa: "\f716";
}

.fa-spider {
  --fa: "\f717";
}

.fa-spider-black-widow {
  --fa: "\f718";
}

.fa-spider-web {
  --fa: "\f719";
}

.fa-squirrel {
  --fa: "\f71a";
}

.fa-staff {
  --fa: "\f71b";
}

.fa-sword {
  --fa: "\f71c";
}

.fa-swords {
  --fa: "\f71d";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-toilet-paper-alt {
  --fa: "\f71e";
}

.fa-toilet-paper-blank {
  --fa: "\f71e";
}

.fa-tombstone {
  --fa: "\f720";
}

.fa-tombstone-blank {
  --fa: "\f721";
}

.fa-tombstone-alt {
  --fa: "\f721";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-treasure-chest {
  --fa: "\f723";
}

.fa-trees {
  --fa: "\f724";
}

.fa-turkey {
  --fa: "\f725";
}

.fa-turtle {
  --fa: "\f726";
}

.fa-unicorn {
  --fa: "\f727";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-wand {
  --fa: "\f72a";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-whale {
  --fa: "\f72c";
}

.fa-wheat {
  --fa: "\f72d";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-ballot {
  --fa: "\f732";
}

.fa-ballot-check {
  --fa: "\f733";
}

.fa-booth-curtain {
  --fa: "\f734";
}

.fa-box-ballot {
  --fa: "\f735";
}

.fa-calendar-star {
  --fa: "\f736";
}

.fa-clipboard-list-check {
  --fa: "\f737";
}

.fa-cloud-drizzle {
  --fa: "\f738";
}

.fa-cloud-hail {
  --fa: "\f739";
}

.fa-cloud-hail-mixed {
  --fa: "\f73a";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-cloud-rainbow {
  --fa: "\f73e";
}

.fa-cloud-showers {
  --fa: "\f73f";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-cloud-sleet {
  --fa: "\f741";
}

.fa-cloud-snow {
  --fa: "\f742";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-clouds {
  --fa: "\f744";
}

.fa-clouds-moon {
  --fa: "\f745";
}

.fa-clouds-sun {
  --fa: "\f746";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-droplet-degree {
  --fa: "\f748";
}

.fa-dewpoint {
  --fa: "\f748";
}

.fa-eclipse {
  --fa: "\f749";
}

.fa-moon-over-sun {
  --fa: "\f74a";
}

.fa-eclipse-alt {
  --fa: "\f74a";
}

.fa-fire-smoke {
  --fa: "\f74b";
}

.fa-flag-swallowtail {
  --fa: "\f74c";
}

.fa-flag-alt {
  --fa: "\f74c";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-cloud-fog {
  --fa: "\f74e";
}

.fa-fog {
  --fa: "\f74e";
}

.fa-house-water {
  --fa: "\f74f";
}

.fa-house-flood {
  --fa: "\f74f";
}

.fa-droplet-percent {
  --fa: "\f750";
}

.fa-humidity {
  --fa: "\f750";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-moon-cloud {
  --fa: "\f754";
}

.fa-moon-stars {
  --fa: "\f755";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-person-sign {
  --fa: "\f757";
}

.fa-podium-star {
  --fa: "\f758";
}

.fa-poll-people {
  --fa: "\f759";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-raindrops {
  --fa: "\f75c";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-smoke {
  --fa: "\f760";
}

.fa-snow-blowing {
  --fa: "\f761";
}

.fa-stars {
  --fa: "\f762";
}

.fa-sun-cloud {
  --fa: "\f763";
}

.fa-sun-dust {
  --fa: "\f764";
}

.fa-sun-haze {
  --fa: "\f765";
}

.fa-sunrise {
  --fa: "\f766";
}

.fa-sunset {
  --fa: "\f767";
}

.fa-temperature-snow {
  --fa: "\f768";
}

.fa-temperature-frigid {
  --fa: "\f768";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-temperature-sun {
  --fa: "\f76a";
}

.fa-temperature-hot {
  --fa: "\f76a";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-cloud-bolt-moon {
  --fa: "\f76d";
}

.fa-thunderstorm-moon {
  --fa: "\f76d";
}

.fa-cloud-bolt-sun {
  --fa: "\f76e";
}

.fa-thunderstorm-sun {
  --fa: "\f76e";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-xmark-to-slot {
  --fa: "\f771";
}

.fa-times-to-slot {
  --fa: "\f771";
}

.fa-vote-nay {
  --fa: "\f771";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-water {
  --fa: "\f773";
}

.fa-water-arrow-down {
  --fa: "\f774";
}

.fa-water-lower {
  --fa: "\f774";
}

.fa-water-arrow-up {
  --fa: "\f775";
}

.fa-water-rise {
  --fa: "\f775";
}

.fa-wind-warning {
  --fa: "\f776";
}

.fa-wind-circle-exclamation {
  --fa: "\f776";
}

.fa-windsock {
  --fa: "\f777";
}

.fa-angel {
  --fa: "\f779";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-ball-pile {
  --fa: "\f77e";
}

.fa-bells {
  --fa: "\f77f";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-blog {
  --fa: "\f781";
}

.fa-boot {
  --fa: "\f782";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-chart-network {
  --fa: "\f78a";
}

.fa-chimney {
  --fa: "\f78b";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-deer {
  --fa: "\f78e";
}

.fa-deer-rudolph {
  --fa: "\f78f";
}

.fa-dreidel {
  --fa: "\f792";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-ear-muffs {
  --fa: "\f795";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-fireplace {
  --fa: "\f79a";
}

.fa-snowman-head {
  --fa: "\f79b";
}

.fa-frosty-head {
  --fa: "\f79b";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-gingerbread-man {
  --fa: "\f79d";
}

.fa-champagne-glass {
  --fa: "\f79e";
}

.fa-glass-champagne {
  --fa: "\f79e";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-whiskey-glass-ice {
  --fa: "\f7a1";
}

.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-globe-snow {
  --fa: "\f7a3";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-hat-santa {
  --fa: "\f7a7";
}

.fa-hat-winter {
  --fa: "\f7a8";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-ice-skate {
  --fa: "\f7ac";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-lights-holiday {
  --fa: "\f7b2";
}

.fa-mistletoe {
  --fa: "\f7b4";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-mug-marshmallows {
  --fa: "\f7b7";
}

.fa-ornament {
  --fa: "\f7b8";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-rv {
  --fa: "\f7be";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-scarf {
  --fa: "\f7c1";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-shovel-snow {
  --fa: "\f7c3";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-person-ski-jumping {
  --fa: "\f7c7";
}

.fa-ski-jump {
  --fa: "\f7c7";
}

.fa-person-ski-lift {
  --fa: "\f7c8";
}

.fa-ski-lift {
  --fa: "\f7c8";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-person-sledding {
  --fa: "\f7cb";
}

.fa-sledding {
  --fa: "\f7cb";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-snowflakes {
  --fa: "\f7cf";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-person-snowmobiling {
  --fa: "\f7d1";
}

.fa-snowmobile {
  --fa: "\f7d1";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-star-christmas {
  --fa: "\f7d4";
}

.fa-stocking {
  --fa: "\f7d5";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-tree-christmas {
  --fa: "\f7db";
}

.fa-tree-decorated {
  --fa: "\f7dc";
}

.fa-tree-large {
  --fa: "\f7dd";
}

.fa-truck-plow {
  --fa: "\f7de";
}

.fa-wreath {
  --fa: "\f7e2";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-book-user {
  --fa: "\f7e7";
}

.fa-books-medical {
  --fa: "\f7e8";
}

.fa-brackets-square {
  --fa: "\f7e9";
}

.fa-brackets {
  --fa: "\f7e9";
}

.fa-brackets-curly {
  --fa: "\f7ea";
}

.fa-bread-loaf {
  --fa: "\f7eb";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-burrito {
  --fa: "\f7ed";
}

.fa-chart-scatter {
  --fa: "\f7ee";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-cheese-swiss {
  --fa: "\f7f0";
}

.fa-burger-cheese {
  --fa: "\f7f1";
}

.fa-cheeseburger {
  --fa: "\f7f1";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-message-medical {
  --fa: "\f7f4";
}

.fa-comment-alt-medical {
  --fa: "\f7f4";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-croissant {
  --fa: "\f7f6";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-crutches {
  --fa: "\f7f8";
}

.fa-ban-bug {
  --fa: "\f7f9";
}

.fa-debug {
  --fa: "\f7f9";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-egg-fried {
  --fa: "\f7fc";
}

.fa-files-medical {
  --fa: "\f7fd";
}

.fa-fish-cooked {
  --fa: "\f7fe";
}

.fa-flower {
  --fa: "\f7ff";
}

.fa-flower-daffodil {
  --fa: "\f800";
}

.fa-flower-tulip {
  --fa: "\f801";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-french-fries {
  --fa: "\f803";
}

.fa-glass {
  --fa: "\f804";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-head-side-brain {
  --fa: "\f808";
}

.fa-head-side-medical {
  --fa: "\f809";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-hospitals {
  --fa: "\f80e";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-island-tropical {
  --fa: "\f811";
}

.fa-island-tree-palm {
  --fa: "\f811";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-mailbox {
  --fa: "\f813";
}

.fa-meat {
  --fa: "\f814";
}

.fa-pager {
  --fa: "\f815";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-pizza {
  --fa: "\f817";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-popcorn {
  --fa: "\f819";
}

.fa-print-magnifying-glass {
  --fa: "\f81a";
}

.fa-print-search {
  --fa: "\f81a";
}

.fa-rings-wedding {
  --fa: "\f81b";
}

.fa-sack {
  --fa: "\f81c";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-salad {
  --fa: "\f81e";
}

.fa-bowl-salad {
  --fa: "\f81e";
}

.fa-sandwich {
  --fa: "\f81f";
}

.fa-sausage {
  --fa: "\f820";
}

.fa-shish-kebab {
  --fa: "\f821";
}

.fa-sickle {
  --fa: "\f822";
}

.fa-bowl-hot {
  --fa: "\f823";
}

.fa-soup {
  --fa: "\f823";
}

.fa-steak {
  --fa: "\f824";
}

.fa-stretcher {
  --fa: "\f825";
}

.fa-taco {
  --fa: "\f826";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-tree-palm {
  --fa: "\f82b";
}

.fa-user-helmet-safety {
  --fa: "\f82c";
}

.fa-user-construction {
  --fa: "\f82c";
}

.fa-user-hard-hat {
  --fa: "\f82c";
}

.fa-user-headset {
  --fa: "\f82d";
}

.fa-user-doctor-message {
  --fa: "\f82e";
}

.fa-user-md-chat {
  --fa: "\f82e";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-users-medical {
  --fa: "\f830";
}

.fa-walker {
  --fa: "\f831";
}

.fa-camera-web {
  --fa: "\f832";
}

.fa-webcam {
  --fa: "\f832";
}

.fa-camera-web-slash {
  --fa: "\f833";
}

.fa-webcam-slash {
  --fa: "\f833";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-alarm-exclamation {
  --fa: "\f843";
}

.fa-alarm-plus {
  --fa: "\f844";
}

.fa-alarm-snooze {
  --fa: "\f845";
}

.fa-align-slash {
  --fa: "\f846";
}

.fa-bags-shopping {
  --fa: "\f847";
}

.fa-bell-exclamation {
  --fa: "\f848";
}

.fa-bell-plus {
  --fa: "\f849";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-person-biking-mountain {
  --fa: "\f84b";
}

.fa-biking-mountain {
  --fa: "\f84b";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-border-bottom {
  --fa: "\f84d";
}

.fa-border-inner {
  --fa: "\f84e";
}

.fa-border-left {
  --fa: "\f84f";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-border-outer {
  --fa: "\f851";
}

.fa-border-right {
  --fa: "\f852";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-border-bottom-right {
  --fa: "\f854";
}

.fa-border-style-alt {
  --fa: "\f854";
}

.fa-border-top {
  --fa: "\f855";
}

.fa-bring-forward {
  --fa: "\f856";
}

.fa-bring-front {
  --fa: "\f857";
}

.fa-burger-soda {
  --fa: "\f858";
}

.fa-car-building {
  --fa: "\f859";
}

.fa-car-bus {
  --fa: "\f85a";
}

.fa-cars {
  --fa: "\f85b";
}

.fa-coin {
  --fa: "\f85c";
}

.fa-triangle-person-digging {
  --fa: "\f85d";
}

.fa-construction {
  --fa: "\f85d";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-drone {
  --fa: "\f85f";
}

.fa-drone-front {
  --fa: "\f860";
}

.fa-drone-alt {
  --fa: "\f860";
}

.fa-dryer {
  --fa: "\f861";
}

.fa-dryer-heat {
  --fa: "\f862";
}

.fa-dryer-alt {
  --fa: "\f862";
}

.fa-fan {
  --fa: "\f863";
}

.fa-farm {
  --fa: "\f864";
}

.fa-barn-silo {
  --fa: "\f864";
}

.fa-file-magnifying-glass {
  --fa: "\f865";
}

.fa-file-search {
  --fa: "\f865";
}

.fa-font-case {
  --fa: "\f866";
}

.fa-game-board {
  --fa: "\f867";
}

.fa-game-board-simple {
  --fa: "\f868";
}

.fa-game-board-alt {
  --fa: "\f868";
}

.fa-glass-citrus {
  --fa: "\f869";
}

.fa-h4 {
  --fa: "\f86a";
}

.fa-hat-chef {
  --fa: "\f86b";
}

.fa-horizontal-rule {
  --fa: "\f86c";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-symbols {
  --fa: "\f86e";
}

.fa-icons-alt {
  --fa: "\f86e";
}

.fa-kerning {
  --fa: "\f86f";
}

.fa-line-columns {
  --fa: "\f870";
}

.fa-line-height {
  --fa: "\f871";
}

.fa-money-check-pen {
  --fa: "\f872";
}

.fa-money-check-edit {
  --fa: "\f872";
}

.fa-money-check-dollar-pen {
  --fa: "\f873";
}

.fa-money-check-edit-alt {
  --fa: "\f873";
}

.fa-mug {
  --fa: "\f874";
}

.fa-mug-tea {
  --fa: "\f875";
}

.fa-overline {
  --fa: "\f876";
}

.fa-file-dashed-line {
  --fa: "\f877";
}

.fa-page-break {
  --fa: "\f877";
}

.fa-paragraph-left {
  --fa: "\f878";
}

.fa-paragraph-rtl {
  --fa: "\f878";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-laptop-mobile {
  --fa: "\f87a";
}

.fa-phone-laptop {
  --fa: "\f87a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-send-back {
  --fa: "\f87e";
}

.fa-send-backward {
  --fa: "\f87f";
}

.fa-snooze {
  --fa: "\f880";
}

.fa-zzz {
  --fa: "\f880";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-arrow-down-arrow-up {
  --fa: "\f883";
}

.fa-sort-alt {
  --fa: "\f883";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-arrow-down-triangle-square {
  --fa: "\f888";
}

.fa-sort-shapes-down {
  --fa: "\f888";
}

.fa-arrow-down-square-triangle {
  --fa: "\f889";
}

.fa-sort-shapes-down-alt {
  --fa: "\f889";
}

.fa-arrow-up-triangle-square {
  --fa: "\f88a";
}

.fa-sort-shapes-up {
  --fa: "\f88a";
}

.fa-arrow-up-square-triangle {
  --fa: "\f88b";
}

.fa-sort-shapes-up-alt {
  --fa: "\f88b";
}

.fa-arrow-down-big-small {
  --fa: "\f88c";
}

.fa-sort-size-down {
  --fa: "\f88c";
}

.fa-arrow-down-small-big {
  --fa: "\f88d";
}

.fa-sort-size-down-alt {
  --fa: "\f88d";
}

.fa-arrow-up-big-small {
  --fa: "\f88e";
}

.fa-sort-size-up {
  --fa: "\f88e";
}

.fa-arrow-up-small-big {
  --fa: "\f88f";
}

.fa-sort-size-up-alt {
  --fa: "\f88f";
}

.fa-sparkles {
  --fa: "\f890";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-sunglasses {
  --fa: "\f892";
}

.fa-text {
  --fa: "\f893";
}

.fa-text-size {
  --fa: "\f894";
}

.fa-trash-undo {
  --fa: "\f895";
}

.fa-trash-arrow-turn-left {
  --fa: "\f895";
}

.fa-trash-can-undo {
  --fa: "\f896";
}

.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
}

.fa-trash-undo-alt {
  --fa: "\f896";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-washing-machine {
  --fa: "\f898";
}

.fa-washer {
  --fa: "\f898";
}

.fa-wave-sine {
  --fa: "\f899";
}

.fa-wave-triangle {
  --fa: "\f89a";
}

.fa-wind-turbine {
  --fa: "\f89b";
}

.fa-border-center-h {
  --fa: "\f89c";
}

.fa-border-center-v {
  --fa: "\f89d";
}

.fa-album {
  --fa: "\f89f";
}

.fa-album-collection {
  --fa: "\f8a0";
}

.fa-amp-guitar {
  --fa: "\f8a1";
}

.fa-badge-sheriff {
  --fa: "\f8a2";
}

.fa-banjo {
  --fa: "\f8a3";
}

.fa-cassette-betamax {
  --fa: "\f8a4";
}

.fa-betamax {
  --fa: "\f8a4";
}

.fa-boombox {
  --fa: "\f8a5";
}

.fa-cactus {
  --fa: "\f8a7";
}

.fa-camcorder {
  --fa: "\f8a8";
}

.fa-video-handheld {
  --fa: "\f8a8";
}

.fa-camera-movie {
  --fa: "\f8a9";
}

.fa-camera-polaroid {
  --fa: "\f8aa";
}

.fa-cassette-tape {
  --fa: "\f8ab";
}

.fa-camera-cctv {
  --fa: "\f8ac";
}

.fa-cctv {
  --fa: "\f8ac";
}

.fa-clarinet {
  --fa: "\f8ad";
}

.fa-cloud-music {
  --fa: "\f8ae";
}

.fa-message-music {
  --fa: "\f8af";
}

.fa-comment-alt-music {
  --fa: "\f8af";
}

.fa-comment-music {
  --fa: "\f8b0";
}

.fa-computer-classic {
  --fa: "\f8b1";
}

.fa-computer-speaker {
  --fa: "\f8b2";
}

.fa-cowbell {
  --fa: "\f8b3";
}

.fa-cowbell-circle-plus {
  --fa: "\f8b4";
}

.fa-cowbell-more {
  --fa: "\f8b4";
}

.fa-disc-drive {
  --fa: "\f8b5";
}

.fa-file-music {
  --fa: "\f8b6";
}

.fa-film-canister {
  --fa: "\f8b7";
}

.fa-film-cannister {
  --fa: "\f8b7";
}

.fa-flashlight {
  --fa: "\f8b8";
}

.fa-flute {
  --fa: "\f8b9";
}

.fa-flux-capacitor {
  --fa: "\f8ba";
}

.fa-game-console-handheld {
  --fa: "\f8bb";
}

.fa-gramophone {
  --fa: "\f8bd";
}

.fa-guitar-electric {
  --fa: "\f8be";
}

.fa-guitars {
  --fa: "\f8bf";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-head-side-headphones {
  --fa: "\f8c2";
}

.fa-horse-saddle {
  --fa: "\f8c3";
}

.fa-image-polaroid {
  --fa: "\f8c4";
}

.fa-joystick {
  --fa: "\f8c5";
}

.fa-jug {
  --fa: "\f8c6";
}

.fa-kazoo {
  --fa: "\f8c7";
}

.fa-lasso {
  --fa: "\f8c8";
}

.fa-list-music {
  --fa: "\f8c9";
}

.fa-microphone-stand {
  --fa: "\f8cb";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
}

.fa-mouse-alt {
  --fa: "\f8cd";
}

.fa-mp3-player {
  --fa: "\f8ce";
}

.fa-music-note {
  --fa: "\f8cf";
}

.fa-music-alt {
  --fa: "\f8cf";
}

.fa-music-note-slash {
  --fa: "\f8d0";
}

.fa-music-alt-slash {
  --fa: "\f8d0";
}

.fa-music-slash {
  --fa: "\f8d1";
}

.fa-phone-rotary {
  --fa: "\f8d3";
}

.fa-piano {
  --fa: "\f8d4";
}

.fa-piano-keyboard {
  --fa: "\f8d5";
}

.fa-projector {
  --fa: "\f8d6";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-radio-tuner {
  --fa: "\f8d8";
}

.fa-radio-alt {
  --fa: "\f8d8";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-router {
  --fa: "\f8da";
}

.fa-saxophone-fire {
  --fa: "\f8db";
}

.fa-sax-hot {
  --fa: "\f8db";
}

.fa-saxophone {
  --fa: "\f8dc";
}

.fa-signal-stream {
  --fa: "\f8dd";
}

.fa-skull-cow {
  --fa: "\f8de";
}

.fa-speaker {
  --fa: "\f8df";
}

.fa-speakers {
  --fa: "\f8e0";
}

.fa-triangle-instrument {
  --fa: "\f8e2";
}

.fa-triangle-music {
  --fa: "\f8e2";
}

.fa-trumpet {
  --fa: "\f8e3";
}

.fa-turntable {
  --fa: "\f8e4";
}

.fa-tv-music {
  --fa: "\f8e6";
}

.fa-typewriter {
  --fa: "\f8e7";
}

.fa-usb-drive {
  --fa: "\f8e9";
}

.fa-user-cowboy {
  --fa: "\f8ea";
}

.fa-user-music {
  --fa: "\f8eb";
}

.fa-cassette-vhs {
  --fa: "\f8ec";
}

.fa-vhs {
  --fa: "\f8ec";
}

.fa-violin {
  --fa: "\f8ed";
}

.fa-wagon-covered {
  --fa: "\f8ee";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-watch-calculator {
  --fa: "\f8f0";
}

.fa-waveform {
  --fa: "\f8f1";
}

.fa-waveform-lines {
  --fa: "\f8f2";
}

.fa-waveform-path {
  --fa: "\f8f2";
}

.fa-scanner-image {
  --fa: "\f8f3";
}

.fa-air-conditioner {
  --fa: "\f8f4";
}

.fa-alien {
  --fa: "\f8f5";
}

.fa-alien-8bit {
  --fa: "\f8f6";
}

.fa-alien-monster {
  --fa: "\f8f6";
}

.fa-bed-front {
  --fa: "\f8f7";
}

.fa-bed-alt {
  --fa: "\f8f7";
}

.fa-bed-bunk {
  --fa: "\f8f8";
}

.fa-bed-empty {
  --fa: "\f8f9";
}

.fa-bell-on {
  --fa: "\f8fa";
}

.fa-blinds {
  --fa: "\f8fb";
}

.fa-blinds-open {
  --fa: "\f8fc";
}

.fa-blinds-raised {
  --fa: "\f8fd";
}

.fa-camera-security {
  --fa: "\f8fe";
}

.fa-camera-home {
  --fa: "\f8fe";
}

.fa-caravan {
  --fa: "\f8ff";
}
:root, :host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2");
}
.fab,
.fa-brands,
.fa-classic.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-unity {
  --fa: "\e049";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-bots {
  --fa: "\e340";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-threads {
  --fa: "\e618";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-openai {
  --fa: "\e7cf";
}

.fa-square-linkedin {
  --fa: "\e7d0";
}

.fa-cash-app {
  --fa: "\e7d4";
}

.fa-disqus {
  --fa: "\e7d5";
}

.fa-eleventy {
  --fa: "\e7d6";
}

.fa-11ty {
  --fa: "\e7d6";
}

.fa-kakao-talk {
  --fa: "\e7d7";
}

.fa-linktree {
  --fa: "\e7d8";
}

.fa-notion {
  --fa: "\e7d9";
}

.fa-pandora {
  --fa: "\e7da";
}

.fa-pixelfed {
  --fa: "\e7db";
}

.fa-tidal {
  --fa: "\e7dc";
}

.fa-vsco {
  --fa: "\e7dd";
}

.fa-w3c {
  --fa: "\e7de";
}

.fa-lumon {
  --fa: "\e7e2";
}

.fa-lumon-drop {
  --fa: "\e7e3";
}

.fa-square-figma {
  --fa: "\e7e4";
}

.fa-tex {
  --fa: "\e7ff";
}

.fa-duolingo {
  --fa: "\e812";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-github {
  --fa: "\f09b";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-xing {
  --fa: "\f168";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-adn {
  --fa: "\f170";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-apple {
  --fa: "\f179";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-android {
  --fa: "\f17b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-trello {
  --fa: "\f181";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-vk {
  --fa: "\f189";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-gg {
  --fa: "\f260";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-safari {
  --fa: "\f267";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-edge {
  --fa: "\f282";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-modx {
  --fa: "\f285";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-usb {
  --fa: "\f287";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-envira {
  --fa: "\f299";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-apper {
  --fa: "\f371";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-audible {
  --fa: "\f373";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-aws {
  --fa: "\f375";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-discord {
  --fa: "\f392";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-docker {
  --fa: "\f395";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-uber {
  --fa: "\f402";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-viber {
  --fa: "\f409";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-fly {
  --fa: "\f417";
}

.fa-node {
  --fa: "\f419";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-react {
  --fa: "\f41b";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-less {
  --fa: "\f41d";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-angular {
  --fa: "\f420";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-ember {
  --fa: "\f423";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-strava {
  --fa: "\f428";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-hips {
  --fa: "\f452";
}

.fa-php {
  --fa: "\f457";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-sith {
  --fa: "\f512";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-neos {
  --fa: "\f612";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-centos {
  --fa: "\f789";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-figma {
  --fa: "\f799";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-umbraco {
  --fa: "\f8e8";
}:root, :host {
  --fa-family-duotone: "Font Awesome 7 Duotone";
  --fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-duotone: var(--fa-family-duotone);
}

@font-face {
  font-family: "Font Awesome 7 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-duotone-900.woff2");
}
.fad,
.fa-duotone {
  --fa-family: var(--fa-family-duotone);
  --fa-style: 900;
  position: relative;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-li,
.fa-duotone.fa-li,
.fad.fa-stack-1x,
.fa-duotone.fa-stack-1x,
.fad.fa-stack-2x,
.fa-duotone.fa-stack-2x {
  position: absolute;
}:root, :host {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-font-light: normal 300 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2");
}
.fal {
  --fa-family: var(--fa-family-classic);
  --fa-style: 300;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-light {
  --fa-style: 300;
}:root, :host {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2");
}
.far {
  --fa-family: var(--fa-family-classic);
  --fa-style: 400;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-regular {
  --fa-style: 400;
}:root, :host {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2");
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}:root, :host {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-font-thin: normal 100 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2");
}
.fat {
  --fa-family: var(--fa-family-classic);
  --fa-style: 100;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-thin {
  --fa-style: 100;
}@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-duotone-900.woff2") format("woff2");
}@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}@keyframes v-shake {
  59% {
    margin-left: 0;
  }
  60%, 80% {
    margin-left: 2px;
  }
  70%, 90% {
    margin-left: -2px;
  }
}
.bg-black {
  background-color: #000000 !important;
}
.bg-black {
  color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}
.bg-white {
  color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}
.bg-transparent {
  color: currentColor !important;
}

.bg-red {
  background-color: #F44336 !important;
}
.bg-red {
  color: #FFFFFF !important;
}

.bg-red-lighten-5 {
  background-color: #FFEBEE !important;
}
.bg-red-lighten-5 {
  color: #000000 !important;
}

.bg-red-lighten-4 {
  background-color: #FFCDD2 !important;
}
.bg-red-lighten-4 {
  color: #000000 !important;
}

.bg-red-lighten-3 {
  background-color: #EF9A9A !important;
}
.bg-red-lighten-3 {
  color: #000000 !important;
}

.bg-red-lighten-2 {
  background-color: #E57373 !important;
}
.bg-red-lighten-2 {
  color: #FFFFFF !important;
}

.bg-red-lighten-1 {
  background-color: #EF5350 !important;
}
.bg-red-lighten-1 {
  color: #FFFFFF !important;
}

.bg-red-darken-1 {
  background-color: #E53935 !important;
}
.bg-red-darken-1 {
  color: #FFFFFF !important;
}

.bg-red-darken-2 {
  background-color: #D32F2F !important;
}
.bg-red-darken-2 {
  color: #FFFFFF !important;
}

.bg-red-darken-3 {
  background-color: #C62828 !important;
}
.bg-red-darken-3 {
  color: #FFFFFF !important;
}

.bg-red-darken-4 {
  background-color: #B71C1C !important;
}
.bg-red-darken-4 {
  color: #FFFFFF !important;
}

.bg-red-accent-1 {
  background-color: #FF8A80 !important;
}
.bg-red-accent-1 {
  color: #000000 !important;
}

.bg-red-accent-2 {
  background-color: #FF5252 !important;
}
.bg-red-accent-2 {
  color: #FFFFFF !important;
}

.bg-red-accent-3 {
  background-color: #FF1744 !important;
}
.bg-red-accent-3 {
  color: #FFFFFF !important;
}

.bg-red-accent-4 {
  background-color: #D50000 !important;
}
.bg-red-accent-4 {
  color: #FFFFFF !important;
}

.bg-pink {
  background-color: #e91e63 !important;
}
.bg-pink {
  color: #FFFFFF !important;
}

.bg-pink-lighten-5 {
  background-color: #fce4ec !important;
}
.bg-pink-lighten-5 {
  color: #000000 !important;
}

.bg-pink-lighten-4 {
  background-color: #f8bbd0 !important;
}
.bg-pink-lighten-4 {
  color: #000000 !important;
}

.bg-pink-lighten-3 {
  background-color: #f48fb1 !important;
}
.bg-pink-lighten-3 {
  color: #000000 !important;
}

.bg-pink-lighten-2 {
  background-color: #f06292 !important;
}
.bg-pink-lighten-2 {
  color: #FFFFFF !important;
}

.bg-pink-lighten-1 {
  background-color: #ec407a !important;
}
.bg-pink-lighten-1 {
  color: #FFFFFF !important;
}

.bg-pink-darken-1 {
  background-color: #d81b60 !important;
}
.bg-pink-darken-1 {
  color: #FFFFFF !important;
}

.bg-pink-darken-2 {
  background-color: #c2185b !important;
}
.bg-pink-darken-2 {
  color: #FFFFFF !important;
}

.bg-pink-darken-3 {
  background-color: #ad1457 !important;
}
.bg-pink-darken-3 {
  color: #FFFFFF !important;
}

.bg-pink-darken-4 {
  background-color: #880e4f !important;
}
.bg-pink-darken-4 {
  color: #FFFFFF !important;
}

.bg-pink-accent-1 {
  background-color: #ff80ab !important;
}
.bg-pink-accent-1 {
  color: #FFFFFF !important;
}

.bg-pink-accent-2 {
  background-color: #ff4081 !important;
}
.bg-pink-accent-2 {
  color: #FFFFFF !important;
}

.bg-pink-accent-3 {
  background-color: #f50057 !important;
}
.bg-pink-accent-3 {
  color: #FFFFFF !important;
}

.bg-pink-accent-4 {
  background-color: #c51162 !important;
}
.bg-pink-accent-4 {
  color: #FFFFFF !important;
}

.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-purple {
  color: #FFFFFF !important;
}

.bg-purple-lighten-5 {
  background-color: #f3e5f5 !important;
}
.bg-purple-lighten-5 {
  color: #000000 !important;
}

.bg-purple-lighten-4 {
  background-color: #e1bee7 !important;
}
.bg-purple-lighten-4 {
  color: #000000 !important;
}

.bg-purple-lighten-3 {
  background-color: #ce93d8 !important;
}
.bg-purple-lighten-3 {
  color: #FFFFFF !important;
}

.bg-purple-lighten-2 {
  background-color: #ba68c8 !important;
}
.bg-purple-lighten-2 {
  color: #FFFFFF !important;
}

.bg-purple-lighten-1 {
  background-color: #ab47bc !important;
}
.bg-purple-lighten-1 {
  color: #FFFFFF !important;
}

.bg-purple-darken-1 {
  background-color: #8e24aa !important;
}
.bg-purple-darken-1 {
  color: #FFFFFF !important;
}

.bg-purple-darken-2 {
  background-color: #7b1fa2 !important;
}
.bg-purple-darken-2 {
  color: #FFFFFF !important;
}

.bg-purple-darken-3 {
  background-color: #6a1b9a !important;
}
.bg-purple-darken-3 {
  color: #FFFFFF !important;
}

.bg-purple-darken-4 {
  background-color: #4a148c !important;
}
.bg-purple-darken-4 {
  color: #FFFFFF !important;
}

.bg-purple-accent-1 {
  background-color: #ea80fc !important;
}
.bg-purple-accent-1 {
  color: #FFFFFF !important;
}

.bg-purple-accent-2 {
  background-color: #e040fb !important;
}
.bg-purple-accent-2 {
  color: #FFFFFF !important;
}

.bg-purple-accent-3 {
  background-color: #d500f9 !important;
}
.bg-purple-accent-3 {
  color: #FFFFFF !important;
}

.bg-purple-accent-4 {
  background-color: #aa00ff !important;
}
.bg-purple-accent-4 {
  color: #FFFFFF !important;
}

.bg-deep-purple {
  background-color: #673ab7 !important;
}
.bg-deep-purple {
  color: #FFFFFF !important;
}

.bg-deep-purple-lighten-5 {
  background-color: #ede7f6 !important;
}
.bg-deep-purple-lighten-5 {
  color: #000000 !important;
}

.bg-deep-purple-lighten-4 {
  background-color: #d1c4e9 !important;
}
.bg-deep-purple-lighten-4 {
  color: #000000 !important;
}

.bg-deep-purple-lighten-3 {
  background-color: #b39ddb !important;
}
.bg-deep-purple-lighten-3 {
  color: #FFFFFF !important;
}

.bg-deep-purple-lighten-2 {
  background-color: #9575cd !important;
}
.bg-deep-purple-lighten-2 {
  color: #FFFFFF !important;
}

.bg-deep-purple-lighten-1 {
  background-color: #7e57c2 !important;
}
.bg-deep-purple-lighten-1 {
  color: #FFFFFF !important;
}

.bg-deep-purple-darken-1 {
  background-color: #5e35b1 !important;
}
.bg-deep-purple-darken-1 {
  color: #FFFFFF !important;
}

.bg-deep-purple-darken-2 {
  background-color: #512da8 !important;
}
.bg-deep-purple-darken-2 {
  color: #FFFFFF !important;
}

.bg-deep-purple-darken-3 {
  background-color: #4527a0 !important;
}
.bg-deep-purple-darken-3 {
  color: #FFFFFF !important;
}

.bg-deep-purple-darken-4 {
  background-color: #311b92 !important;
}
.bg-deep-purple-darken-4 {
  color: #FFFFFF !important;
}

.bg-deep-purple-accent-1 {
  background-color: #b388ff !important;
}
.bg-deep-purple-accent-1 {
  color: #FFFFFF !important;
}

.bg-deep-purple-accent-2 {
  background-color: #7c4dff !important;
}
.bg-deep-purple-accent-2 {
  color: #FFFFFF !important;
}

.bg-deep-purple-accent-3 {
  background-color: #651fff !important;
}
.bg-deep-purple-accent-3 {
  color: #FFFFFF !important;
}

.bg-deep-purple-accent-4 {
  background-color: #6200ea !important;
}
.bg-deep-purple-accent-4 {
  color: #FFFFFF !important;
}

.bg-indigo {
  background-color: #3f51b5 !important;
}
.bg-indigo {
  color: #FFFFFF !important;
}

.bg-indigo-lighten-5 {
  background-color: #e8eaf6 !important;
}
.bg-indigo-lighten-5 {
  color: #000000 !important;
}

.bg-indigo-lighten-4 {
  background-color: #c5cae9 !important;
}
.bg-indigo-lighten-4 {
  color: #000000 !important;
}

.bg-indigo-lighten-3 {
  background-color: #9fa8da !important;
}
.bg-indigo-lighten-3 {
  color: #FFFFFF !important;
}

.bg-indigo-lighten-2 {
  background-color: #7986cb !important;
}
.bg-indigo-lighten-2 {
  color: #FFFFFF !important;
}

.bg-indigo-lighten-1 {
  background-color: #5c6bc0 !important;
}
.bg-indigo-lighten-1 {
  color: #FFFFFF !important;
}

.bg-indigo-darken-1 {
  background-color: #3949ab !important;
}
.bg-indigo-darken-1 {
  color: #FFFFFF !important;
}

.bg-indigo-darken-2 {
  background-color: #303f9f !important;
}
.bg-indigo-darken-2 {
  color: #FFFFFF !important;
}

.bg-indigo-darken-3 {
  background-color: #283593 !important;
}
.bg-indigo-darken-3 {
  color: #FFFFFF !important;
}

.bg-indigo-darken-4 {
  background-color: #1a237e !important;
}
.bg-indigo-darken-4 {
  color: #FFFFFF !important;
}

.bg-indigo-accent-1 {
  background-color: #8c9eff !important;
}
.bg-indigo-accent-1 {
  color: #FFFFFF !important;
}

.bg-indigo-accent-2 {
  background-color: #536dfe !important;
}
.bg-indigo-accent-2 {
  color: #FFFFFF !important;
}

.bg-indigo-accent-3 {
  background-color: #3d5afe !important;
}
.bg-indigo-accent-3 {
  color: #FFFFFF !important;
}

.bg-indigo-accent-4 {
  background-color: #304ffe !important;
}
.bg-indigo-accent-4 {
  color: #FFFFFF !important;
}

.bg-blue {
  background-color: #2196F3 !important;
}
.bg-blue {
  color: #FFFFFF !important;
}

.bg-blue-lighten-5 {
  background-color: #E3F2FD !important;
}
.bg-blue-lighten-5 {
  color: #000000 !important;
}

.bg-blue-lighten-4 {
  background-color: #BBDEFB !important;
}
.bg-blue-lighten-4 {
  color: #000000 !important;
}

.bg-blue-lighten-3 {
  background-color: #90CAF9 !important;
}
.bg-blue-lighten-3 {
  color: #000000 !important;
}

.bg-blue-lighten-2 {
  background-color: #64B5F6 !important;
}
.bg-blue-lighten-2 {
  color: #000000 !important;
}

.bg-blue-lighten-1 {
  background-color: #42A5F5 !important;
}
.bg-blue-lighten-1 {
  color: #FFFFFF !important;
}

.bg-blue-darken-1 {
  background-color: #1E88E5 !important;
}
.bg-blue-darken-1 {
  color: #FFFFFF !important;
}

.bg-blue-darken-2 {
  background-color: #1976D2 !important;
}
.bg-blue-darken-2 {
  color: #FFFFFF !important;
}

.bg-blue-darken-3 {
  background-color: #1565C0 !important;
}
.bg-blue-darken-3 {
  color: #FFFFFF !important;
}

.bg-blue-darken-4 {
  background-color: #0D47A1 !important;
}
.bg-blue-darken-4 {
  color: #FFFFFF !important;
}

.bg-blue-accent-1 {
  background-color: #82B1FF !important;
}
.bg-blue-accent-1 {
  color: #000000 !important;
}

.bg-blue-accent-2 {
  background-color: #448AFF !important;
}
.bg-blue-accent-2 {
  color: #FFFFFF !important;
}

.bg-blue-accent-3 {
  background-color: #2979FF !important;
}
.bg-blue-accent-3 {
  color: #FFFFFF !important;
}

.bg-blue-accent-4 {
  background-color: #2962FF !important;
}
.bg-blue-accent-4 {
  color: #FFFFFF !important;
}

.bg-light-blue {
  background-color: #03a9f4 !important;
}
.bg-light-blue {
  color: #FFFFFF !important;
}

.bg-light-blue-lighten-5 {
  background-color: #e1f5fe !important;
}
.bg-light-blue-lighten-5 {
  color: #000000 !important;
}

.bg-light-blue-lighten-4 {
  background-color: #b3e5fc !important;
}
.bg-light-blue-lighten-4 {
  color: #000000 !important;
}

.bg-light-blue-lighten-3 {
  background-color: #81d4fa !important;
}
.bg-light-blue-lighten-3 {
  color: #000000 !important;
}

.bg-light-blue-lighten-2 {
  background-color: #4fc3f7 !important;
}
.bg-light-blue-lighten-2 {
  color: #000000 !important;
}

.bg-light-blue-lighten-1 {
  background-color: #29b6f6 !important;
}
.bg-light-blue-lighten-1 {
  color: #000000 !important;
}

.bg-light-blue-darken-1 {
  background-color: #039be5 !important;
}
.bg-light-blue-darken-1 {
  color: #FFFFFF !important;
}

.bg-light-blue-darken-2 {
  background-color: #0288d1 !important;
}
.bg-light-blue-darken-2 {
  color: #FFFFFF !important;
}

.bg-light-blue-darken-3 {
  background-color: #0277bd !important;
}
.bg-light-blue-darken-3 {
  color: #FFFFFF !important;
}

.bg-light-blue-darken-4 {
  background-color: #01579b !important;
}
.bg-light-blue-darken-4 {
  color: #FFFFFF !important;
}

.bg-light-blue-accent-1 {
  background-color: #80d8ff !important;
}
.bg-light-blue-accent-1 {
  color: #000000 !important;
}

.bg-light-blue-accent-2 {
  background-color: #40c4ff !important;
}
.bg-light-blue-accent-2 {
  color: #000000 !important;
}

.bg-light-blue-accent-3 {
  background-color: #00b0ff !important;
}
.bg-light-blue-accent-3 {
  color: #FFFFFF !important;
}

.bg-light-blue-accent-4 {
  background-color: #0091ea !important;
}
.bg-light-blue-accent-4 {
  color: #FFFFFF !important;
}

.bg-cyan {
  background-color: #00bcd4 !important;
}
.bg-cyan {
  color: #000000 !important;
}

.bg-cyan-lighten-5 {
  background-color: #e0f7fa !important;
}
.bg-cyan-lighten-5 {
  color: #000000 !important;
}

.bg-cyan-lighten-4 {
  background-color: #b2ebf2 !important;
}
.bg-cyan-lighten-4 {
  color: #000000 !important;
}

.bg-cyan-lighten-3 {
  background-color: #80deea !important;
}
.bg-cyan-lighten-3 {
  color: #000000 !important;
}

.bg-cyan-lighten-2 {
  background-color: #4dd0e1 !important;
}
.bg-cyan-lighten-2 {
  color: #000000 !important;
}

.bg-cyan-lighten-1 {
  background-color: #26c6da !important;
}
.bg-cyan-lighten-1 {
  color: #000000 !important;
}

.bg-cyan-darken-1 {
  background-color: #00acc1 !important;
}
.bg-cyan-darken-1 {
  color: #FFFFFF !important;
}

.bg-cyan-darken-2 {
  background-color: #0097a7 !important;
}
.bg-cyan-darken-2 {
  color: #FFFFFF !important;
}

.bg-cyan-darken-3 {
  background-color: #00838f !important;
}
.bg-cyan-darken-3 {
  color: #FFFFFF !important;
}

.bg-cyan-darken-4 {
  background-color: #006064 !important;
}
.bg-cyan-darken-4 {
  color: #FFFFFF !important;
}

.bg-cyan-accent-1 {
  background-color: #84ffff !important;
}
.bg-cyan-accent-1 {
  color: #000000 !important;
}

.bg-cyan-accent-2 {
  background-color: #18ffff !important;
}
.bg-cyan-accent-2 {
  color: #000000 !important;
}

.bg-cyan-accent-3 {
  background-color: #00e5ff !important;
}
.bg-cyan-accent-3 {
  color: #000000 !important;
}

.bg-cyan-accent-4 {
  background-color: #00b8d4 !important;
}
.bg-cyan-accent-4 {
  color: #FFFFFF !important;
}

.bg-teal {
  background-color: #009688 !important;
}
.bg-teal {
  color: #FFFFFF !important;
}

.bg-teal-lighten-5 {
  background-color: #e0f2f1 !important;
}
.bg-teal-lighten-5 {
  color: #000000 !important;
}

.bg-teal-lighten-4 {
  background-color: #b2dfdb !important;
}
.bg-teal-lighten-4 {
  color: #000000 !important;
}

.bg-teal-lighten-3 {
  background-color: #80cbc4 !important;
}
.bg-teal-lighten-3 {
  color: #000000 !important;
}

.bg-teal-lighten-2 {
  background-color: #4db6ac !important;
}
.bg-teal-lighten-2 {
  color: #FFFFFF !important;
}

.bg-teal-lighten-1 {
  background-color: #26a69a !important;
}
.bg-teal-lighten-1 {
  color: #FFFFFF !important;
}

.bg-teal-darken-1 {
  background-color: #00897b !important;
}
.bg-teal-darken-1 {
  color: #FFFFFF !important;
}

.bg-teal-darken-2 {
  background-color: #00796b !important;
}
.bg-teal-darken-2 {
  color: #FFFFFF !important;
}

.bg-teal-darken-3 {
  background-color: #00695c !important;
}
.bg-teal-darken-3 {
  color: #FFFFFF !important;
}

.bg-teal-darken-4 {
  background-color: #004d40 !important;
}
.bg-teal-darken-4 {
  color: #FFFFFF !important;
}

.bg-teal-accent-1 {
  background-color: #a7ffeb !important;
}
.bg-teal-accent-1 {
  color: #000000 !important;
}

.bg-teal-accent-2 {
  background-color: #64ffda !important;
}
.bg-teal-accent-2 {
  color: #000000 !important;
}

.bg-teal-accent-3 {
  background-color: #1de9b6 !important;
}
.bg-teal-accent-3 {
  color: #000000 !important;
}

.bg-teal-accent-4 {
  background-color: #00bfa5 !important;
}
.bg-teal-accent-4 {
  color: #FFFFFF !important;
}

.bg-green {
  background-color: #4CAF50 !important;
}
.bg-green {
  color: #FFFFFF !important;
}

.bg-green-lighten-5 {
  background-color: #E8F5E9 !important;
}
.bg-green-lighten-5 {
  color: #000000 !important;
}

.bg-green-lighten-4 {
  background-color: #C8E6C9 !important;
}
.bg-green-lighten-4 {
  color: #000000 !important;
}

.bg-green-lighten-3 {
  background-color: #A5D6A7 !important;
}
.bg-green-lighten-3 {
  color: #000000 !important;
}

.bg-green-lighten-2 {
  background-color: #81C784 !important;
}
.bg-green-lighten-2 {
  color: #000000 !important;
}

.bg-green-lighten-1 {
  background-color: #66BB6A !important;
}
.bg-green-lighten-1 {
  color: #FFFFFF !important;
}

.bg-green-darken-1 {
  background-color: #43A047 !important;
}
.bg-green-darken-1 {
  color: #FFFFFF !important;
}

.bg-green-darken-2 {
  background-color: #388E3C !important;
}
.bg-green-darken-2 {
  color: #FFFFFF !important;
}

.bg-green-darken-3 {
  background-color: #2E7D32 !important;
}
.bg-green-darken-3 {
  color: #FFFFFF !important;
}

.bg-green-darken-4 {
  background-color: #1B5E20 !important;
}
.bg-green-darken-4 {
  color: #FFFFFF !important;
}

.bg-green-accent-1 {
  background-color: #B9F6CA !important;
}
.bg-green-accent-1 {
  color: #000000 !important;
}

.bg-green-accent-2 {
  background-color: #69F0AE !important;
}
.bg-green-accent-2 {
  color: #000000 !important;
}

.bg-green-accent-3 {
  background-color: #00E676 !important;
}
.bg-green-accent-3 {
  color: #000000 !important;
}

.bg-green-accent-4 {
  background-color: #00C853 !important;
}
.bg-green-accent-4 {
  color: #000000 !important;
}

.bg-light-green {
  background-color: #8bc34a !important;
}
.bg-light-green {
  color: #000000 !important;
}

.bg-light-green-lighten-5 {
  background-color: #f1f8e9 !important;
}
.bg-light-green-lighten-5 {
  color: #000000 !important;
}

.bg-light-green-lighten-4 {
  background-color: #dcedc8 !important;
}
.bg-light-green-lighten-4 {
  color: #000000 !important;
}

.bg-light-green-lighten-3 {
  background-color: #c5e1a5 !important;
}
.bg-light-green-lighten-3 {
  color: #000000 !important;
}

.bg-light-green-lighten-2 {
  background-color: #aed581 !important;
}
.bg-light-green-lighten-2 {
  color: #000000 !important;
}

.bg-light-green-lighten-1 {
  background-color: #9ccc65 !important;
}
.bg-light-green-lighten-1 {
  color: #000000 !important;
}

.bg-light-green-darken-1 {
  background-color: #7cb342 !important;
}
.bg-light-green-darken-1 {
  color: #FFFFFF !important;
}

.bg-light-green-darken-2 {
  background-color: #689f38 !important;
}
.bg-light-green-darken-2 {
  color: #FFFFFF !important;
}

.bg-light-green-darken-3 {
  background-color: #558b2f !important;
}
.bg-light-green-darken-3 {
  color: #FFFFFF !important;
}

.bg-light-green-darken-4 {
  background-color: #33691e !important;
}
.bg-light-green-darken-4 {
  color: #FFFFFF !important;
}

.bg-light-green-accent-1 {
  background-color: #ccff90 !important;
}
.bg-light-green-accent-1 {
  color: #000000 !important;
}

.bg-light-green-accent-2 {
  background-color: #b2ff59 !important;
}
.bg-light-green-accent-2 {
  color: #000000 !important;
}

.bg-light-green-accent-3 {
  background-color: #76ff03 !important;
}
.bg-light-green-accent-3 {
  color: #000000 !important;
}

.bg-light-green-accent-4 {
  background-color: #64dd17 !important;
}
.bg-light-green-accent-4 {
  color: #000000 !important;
}

.bg-lime {
  background-color: #cddc39 !important;
}
.bg-lime {
  color: #000000 !important;
}

.bg-lime-lighten-5 {
  background-color: #f9fbe7 !important;
}
.bg-lime-lighten-5 {
  color: #000000 !important;
}

.bg-lime-lighten-4 {
  background-color: #f0f4c3 !important;
}
.bg-lime-lighten-4 {
  color: #000000 !important;
}

.bg-lime-lighten-3 {
  background-color: #e6ee9c !important;
}
.bg-lime-lighten-3 {
  color: #000000 !important;
}

.bg-lime-lighten-2 {
  background-color: #dce775 !important;
}
.bg-lime-lighten-2 {
  color: #000000 !important;
}

.bg-lime-lighten-1 {
  background-color: #d4e157 !important;
}
.bg-lime-lighten-1 {
  color: #000000 !important;
}

.bg-lime-darken-1 {
  background-color: #c0ca33 !important;
}
.bg-lime-darken-1 {
  color: #000000 !important;
}

.bg-lime-darken-2 {
  background-color: #afb42b !important;
}
.bg-lime-darken-2 {
  color: #000000 !important;
}

.bg-lime-darken-3 {
  background-color: #9e9d24 !important;
}
.bg-lime-darken-3 {
  color: #FFFFFF !important;
}

.bg-lime-darken-4 {
  background-color: #827717 !important;
}
.bg-lime-darken-4 {
  color: #FFFFFF !important;
}

.bg-lime-accent-1 {
  background-color: #f4ff81 !important;
}
.bg-lime-accent-1 {
  color: #000000 !important;
}

.bg-lime-accent-2 {
  background-color: #eeff41 !important;
}
.bg-lime-accent-2 {
  color: #000000 !important;
}

.bg-lime-accent-3 {
  background-color: #c6ff00 !important;
}
.bg-lime-accent-3 {
  color: #000000 !important;
}

.bg-lime-accent-4 {
  background-color: #aeea00 !important;
}
.bg-lime-accent-4 {
  color: #000000 !important;
}

.bg-yellow {
  background-color: #ffeb3b !important;
}
.bg-yellow {
  color: #000000 !important;
}

.bg-yellow-lighten-5 {
  background-color: #fffde7 !important;
}
.bg-yellow-lighten-5 {
  color: #000000 !important;
}

.bg-yellow-lighten-4 {
  background-color: #fff9c4 !important;
}
.bg-yellow-lighten-4 {
  color: #000000 !important;
}

.bg-yellow-lighten-3 {
  background-color: #fff59d !important;
}
.bg-yellow-lighten-3 {
  color: #000000 !important;
}

.bg-yellow-lighten-2 {
  background-color: #fff176 !important;
}
.bg-yellow-lighten-2 {
  color: #000000 !important;
}

.bg-yellow-lighten-1 {
  background-color: #ffee58 !important;
}
.bg-yellow-lighten-1 {
  color: #000000 !important;
}

.bg-yellow-darken-1 {
  background-color: #fdd835 !important;
}
.bg-yellow-darken-1 {
  color: #000000 !important;
}

.bg-yellow-darken-2 {
  background-color: #fbc02d !important;
}
.bg-yellow-darken-2 {
  color: #000000 !important;
}

.bg-yellow-darken-3 {
  background-color: #f9a825 !important;
}
.bg-yellow-darken-3 {
  color: #000000 !important;
}

.bg-yellow-darken-4 {
  background-color: #f57f17 !important;
}
.bg-yellow-darken-4 {
  color: #FFFFFF !important;
}

.bg-yellow-accent-1 {
  background-color: #ffff8d !important;
}
.bg-yellow-accent-1 {
  color: #000000 !important;
}

.bg-yellow-accent-2 {
  background-color: #ffff00 !important;
}
.bg-yellow-accent-2 {
  color: #000000 !important;
}

.bg-yellow-accent-3 {
  background-color: #ffea00 !important;
}
.bg-yellow-accent-3 {
  color: #000000 !important;
}

.bg-yellow-accent-4 {
  background-color: #ffd600 !important;
}
.bg-yellow-accent-4 {
  color: #000000 !important;
}

.bg-amber {
  background-color: #ffc107 !important;
}
.bg-amber {
  color: #000000 !important;
}

.bg-amber-lighten-5 {
  background-color: #fff8e1 !important;
}
.bg-amber-lighten-5 {
  color: #000000 !important;
}

.bg-amber-lighten-4 {
  background-color: #ffecb3 !important;
}
.bg-amber-lighten-4 {
  color: #000000 !important;
}

.bg-amber-lighten-3 {
  background-color: #ffe082 !important;
}
.bg-amber-lighten-3 {
  color: #000000 !important;
}

.bg-amber-lighten-2 {
  background-color: #ffd54f !important;
}
.bg-amber-lighten-2 {
  color: #000000 !important;
}

.bg-amber-lighten-1 {
  background-color: #ffca28 !important;
}
.bg-amber-lighten-1 {
  color: #000000 !important;
}

.bg-amber-darken-1 {
  background-color: #ffb300 !important;
}
.bg-amber-darken-1 {
  color: #000000 !important;
}

.bg-amber-darken-2 {
  background-color: #ffa000 !important;
}
.bg-amber-darken-2 {
  color: #000000 !important;
}

.bg-amber-darken-3 {
  background-color: #ff8f00 !important;
}
.bg-amber-darken-3 {
  color: #000000 !important;
}

.bg-amber-darken-4 {
  background-color: #ff6f00 !important;
}
.bg-amber-darken-4 {
  color: #FFFFFF !important;
}

.bg-amber-accent-1 {
  background-color: #ffe57f !important;
}
.bg-amber-accent-1 {
  color: #000000 !important;
}

.bg-amber-accent-2 {
  background-color: #ffd740 !important;
}
.bg-amber-accent-2 {
  color: #000000 !important;
}

.bg-amber-accent-3 {
  background-color: #ffc400 !important;
}
.bg-amber-accent-3 {
  color: #000000 !important;
}

.bg-amber-accent-4 {
  background-color: #ffab00 !important;
}
.bg-amber-accent-4 {
  color: #000000 !important;
}

.bg-orange {
  background-color: #ff9800 !important;
}
.bg-orange {
  color: #000000 !important;
}

.bg-orange-lighten-5 {
  background-color: #fff3e0 !important;
}
.bg-orange-lighten-5 {
  color: #000000 !important;
}

.bg-orange-lighten-4 {
  background-color: #ffe0b2 !important;
}
.bg-orange-lighten-4 {
  color: #000000 !important;
}

.bg-orange-lighten-3 {
  background-color: #ffcc80 !important;
}
.bg-orange-lighten-3 {
  color: #000000 !important;
}

.bg-orange-lighten-2 {
  background-color: #ffb74d !important;
}
.bg-orange-lighten-2 {
  color: #000000 !important;
}

.bg-orange-lighten-1 {
  background-color: #ffa726 !important;
}
.bg-orange-lighten-1 {
  color: #000000 !important;
}

.bg-orange-darken-1 {
  background-color: #fb8c00 !important;
}
.bg-orange-darken-1 {
  color: #FFFFFF !important;
}

.bg-orange-darken-2 {
  background-color: #f57c00 !important;
}
.bg-orange-darken-2 {
  color: #FFFFFF !important;
}

.bg-orange-darken-3 {
  background-color: #ef6c00 !important;
}
.bg-orange-darken-3 {
  color: #FFFFFF !important;
}

.bg-orange-darken-4 {
  background-color: #e65100 !important;
}
.bg-orange-darken-4 {
  color: #FFFFFF !important;
}

.bg-orange-accent-1 {
  background-color: #ffd180 !important;
}
.bg-orange-accent-1 {
  color: #000000 !important;
}

.bg-orange-accent-2 {
  background-color: #ffab40 !important;
}
.bg-orange-accent-2 {
  color: #000000 !important;
}

.bg-orange-accent-3 {
  background-color: #ff9100 !important;
}
.bg-orange-accent-3 {
  color: #000000 !important;
}

.bg-orange-accent-4 {
  background-color: #ff6d00 !important;
}
.bg-orange-accent-4 {
  color: #FFFFFF !important;
}

.bg-deep-orange {
  background-color: #ff5722 !important;
}
.bg-deep-orange {
  color: #FFFFFF !important;
}

.bg-deep-orange-lighten-5 {
  background-color: #fbe9e7 !important;
}
.bg-deep-orange-lighten-5 {
  color: #000000 !important;
}

.bg-deep-orange-lighten-4 {
  background-color: #ffccbc !important;
}
.bg-deep-orange-lighten-4 {
  color: #000000 !important;
}

.bg-deep-orange-lighten-3 {
  background-color: #ffab91 !important;
}
.bg-deep-orange-lighten-3 {
  color: #000000 !important;
}

.bg-deep-orange-lighten-2 {
  background-color: #ff8a65 !important;
}
.bg-deep-orange-lighten-2 {
  color: #000000 !important;
}

.bg-deep-orange-lighten-1 {
  background-color: #ff7043 !important;
}
.bg-deep-orange-lighten-1 {
  color: #FFFFFF !important;
}

.bg-deep-orange-darken-1 {
  background-color: #f4511e !important;
}
.bg-deep-orange-darken-1 {
  color: #FFFFFF !important;
}

.bg-deep-orange-darken-2 {
  background-color: #e64a19 !important;
}
.bg-deep-orange-darken-2 {
  color: #FFFFFF !important;
}

.bg-deep-orange-darken-3 {
  background-color: #d84315 !important;
}
.bg-deep-orange-darken-3 {
  color: #FFFFFF !important;
}

.bg-deep-orange-darken-4 {
  background-color: #bf360c !important;
}
.bg-deep-orange-darken-4 {
  color: #FFFFFF !important;
}

.bg-deep-orange-accent-1 {
  background-color: #ff9e80 !important;
}
.bg-deep-orange-accent-1 {
  color: #000000 !important;
}

.bg-deep-orange-accent-2 {
  background-color: #ff6e40 !important;
}
.bg-deep-orange-accent-2 {
  color: #FFFFFF !important;
}

.bg-deep-orange-accent-3 {
  background-color: #ff3d00 !important;
}
.bg-deep-orange-accent-3 {
  color: #FFFFFF !important;
}

.bg-deep-orange-accent-4 {
  background-color: #dd2c00 !important;
}
.bg-deep-orange-accent-4 {
  color: #FFFFFF !important;
}

.bg-brown {
  background-color: #795548 !important;
}
.bg-brown {
  color: #FFFFFF !important;
}

.bg-brown-lighten-5 {
  background-color: #efebe9 !important;
}
.bg-brown-lighten-5 {
  color: #000000 !important;
}

.bg-brown-lighten-4 {
  background-color: #d7ccc8 !important;
}
.bg-brown-lighten-4 {
  color: #000000 !important;
}

.bg-brown-lighten-3 {
  background-color: #bcaaa4 !important;
}
.bg-brown-lighten-3 {
  color: #000000 !important;
}

.bg-brown-lighten-2 {
  background-color: #a1887f !important;
}
.bg-brown-lighten-2 {
  color: #FFFFFF !important;
}

.bg-brown-lighten-1 {
  background-color: #8d6e63 !important;
}
.bg-brown-lighten-1 {
  color: #FFFFFF !important;
}

.bg-brown-darken-1 {
  background-color: #6d4c41 !important;
}
.bg-brown-darken-1 {
  color: #FFFFFF !important;
}

.bg-brown-darken-2 {
  background-color: #5d4037 !important;
}
.bg-brown-darken-2 {
  color: #FFFFFF !important;
}

.bg-brown-darken-3 {
  background-color: #4e342e !important;
}
.bg-brown-darken-3 {
  color: #FFFFFF !important;
}

.bg-brown-darken-4 {
  background-color: #3e2723 !important;
}
.bg-brown-darken-4 {
  color: #FFFFFF !important;
}

.bg-blue-grey {
  background-color: #607d8b !important;
}
.bg-blue-grey {
  color: #FFFFFF !important;
}

.bg-blue-grey-lighten-5 {
  background-color: #eceff1 !important;
}
.bg-blue-grey-lighten-5 {
  color: #000000 !important;
}

.bg-blue-grey-lighten-4 {
  background-color: #cfd8dc !important;
}
.bg-blue-grey-lighten-4 {
  color: #000000 !important;
}

.bg-blue-grey-lighten-3 {
  background-color: #b0bec5 !important;
}
.bg-blue-grey-lighten-3 {
  color: #000000 !important;
}

.bg-blue-grey-lighten-2 {
  background-color: #90a4ae !important;
}
.bg-blue-grey-lighten-2 {
  color: #FFFFFF !important;
}

.bg-blue-grey-lighten-1 {
  background-color: #78909c !important;
}
.bg-blue-grey-lighten-1 {
  color: #FFFFFF !important;
}

.bg-blue-grey-darken-1 {
  background-color: #546e7a !important;
}
.bg-blue-grey-darken-1 {
  color: #FFFFFF !important;
}

.bg-blue-grey-darken-2 {
  background-color: #455a64 !important;
}
.bg-blue-grey-darken-2 {
  color: #FFFFFF !important;
}

.bg-blue-grey-darken-3 {
  background-color: #37474f !important;
}
.bg-blue-grey-darken-3 {
  color: #FFFFFF !important;
}

.bg-blue-grey-darken-4 {
  background-color: #263238 !important;
}
.bg-blue-grey-darken-4 {
  color: #FFFFFF !important;
}

.bg-grey {
  background-color: #9e9e9e !important;
}
.bg-grey {
  color: #FFFFFF !important;
}

.bg-grey-lighten-5 {
  background-color: #fafafa !important;
}
.bg-grey-lighten-5 {
  color: #000000 !important;
}

.bg-grey-lighten-4 {
  background-color: #f5f5f5 !important;
}
.bg-grey-lighten-4 {
  color: #000000 !important;
}

.bg-grey-lighten-3 {
  background-color: #eeeeee !important;
}
.bg-grey-lighten-3 {
  color: #000000 !important;
}

.bg-grey-lighten-2 {
  background-color: #e0e0e0 !important;
}
.bg-grey-lighten-2 {
  color: #000000 !important;
}

.bg-grey-lighten-1 {
  background-color: #bdbdbd !important;
}
.bg-grey-lighten-1 {
  color: #000000 !important;
}

.bg-grey-darken-1 {
  background-color: #757575 !important;
}
.bg-grey-darken-1 {
  color: #FFFFFF !important;
}

.bg-grey-darken-2 {
  background-color: #616161 !important;
}
.bg-grey-darken-2 {
  color: #FFFFFF !important;
}

.bg-grey-darken-3 {
  background-color: #424242 !important;
}
.bg-grey-darken-3 {
  color: #FFFFFF !important;
}

.bg-grey-darken-4 {
  background-color: #212121 !important;
}
.bg-grey-darken-4 {
  color: #FFFFFF !important;
}

.bg-shades-black {
  background-color: #000000 !important;
}
.bg-shades-black {
  color: #FFFFFF !important;
}

.bg-shades-white {
  background-color: #FFFFFF !important;
}
.bg-shades-white {
  color: #000000 !important;
}

.bg-shades-transparent {
  background-color: transparent !important;
}
.bg-shades-transparent {
  color: currentColor !important;
}

.text-black {
  color: #000000 !important;
}

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

.text-transparent {
  color: transparent !important;
}

.text-red {
  color: #F44336 !important;
}

.text-red-lighten-5 {
  color: #FFEBEE !important;
}

.text-red-lighten-4 {
  color: #FFCDD2 !important;
}

.text-red-lighten-3 {
  color: #EF9A9A !important;
}

.text-red-lighten-2 {
  color: #E57373 !important;
}

.text-red-lighten-1 {
  color: #EF5350 !important;
}

.text-red-darken-1 {
  color: #E53935 !important;
}

.text-red-darken-2 {
  color: #D32F2F !important;
}

.text-red-darken-3 {
  color: #C62828 !important;
}

.text-red-darken-4 {
  color: #B71C1C !important;
}

.text-red-accent-1 {
  color: #FF8A80 !important;
}

.text-red-accent-2 {
  color: #FF5252 !important;
}

.text-red-accent-3 {
  color: #FF1744 !important;
}

.text-red-accent-4 {
  color: #D50000 !important;
}

.text-pink {
  color: #e91e63 !important;
}

.text-pink-lighten-5 {
  color: #fce4ec !important;
}

.text-pink-lighten-4 {
  color: #f8bbd0 !important;
}

.text-pink-lighten-3 {
  color: #f48fb1 !important;
}

.text-pink-lighten-2 {
  color: #f06292 !important;
}

.text-pink-lighten-1 {
  color: #ec407a !important;
}

.text-pink-darken-1 {
  color: #d81b60 !important;
}

.text-pink-darken-2 {
  color: #c2185b !important;
}

.text-pink-darken-3 {
  color: #ad1457 !important;
}

.text-pink-darken-4 {
  color: #880e4f !important;
}

.text-pink-accent-1 {
  color: #ff80ab !important;
}

.text-pink-accent-2 {
  color: #ff4081 !important;
}

.text-pink-accent-3 {
  color: #f50057 !important;
}

.text-pink-accent-4 {
  color: #c51162 !important;
}

.text-purple {
  color: #9c27b0 !important;
}

.text-purple-lighten-5 {
  color: #f3e5f5 !important;
}

.text-purple-lighten-4 {
  color: #e1bee7 !important;
}

.text-purple-lighten-3 {
  color: #ce93d8 !important;
}

.text-purple-lighten-2 {
  color: #ba68c8 !important;
}

.text-purple-lighten-1 {
  color: #ab47bc !important;
}

.text-purple-darken-1 {
  color: #8e24aa !important;
}

.text-purple-darken-2 {
  color: #7b1fa2 !important;
}

.text-purple-darken-3 {
  color: #6a1b9a !important;
}

.text-purple-darken-4 {
  color: #4a148c !important;
}

.text-purple-accent-1 {
  color: #ea80fc !important;
}

.text-purple-accent-2 {
  color: #e040fb !important;
}

.text-purple-accent-3 {
  color: #d500f9 !important;
}

.text-purple-accent-4 {
  color: #aa00ff !important;
}

.text-deep-purple {
  color: #673ab7 !important;
}

.text-deep-purple-lighten-5 {
  color: #ede7f6 !important;
}

.text-deep-purple-lighten-4 {
  color: #d1c4e9 !important;
}

.text-deep-purple-lighten-3 {
  color: #b39ddb !important;
}

.text-deep-purple-lighten-2 {
  color: #9575cd !important;
}

.text-deep-purple-lighten-1 {
  color: #7e57c2 !important;
}

.text-deep-purple-darken-1 {
  color: #5e35b1 !important;
}

.text-deep-purple-darken-2 {
  color: #512da8 !important;
}

.text-deep-purple-darken-3 {
  color: #4527a0 !important;
}

.text-deep-purple-darken-4 {
  color: #311b92 !important;
}

.text-deep-purple-accent-1 {
  color: #b388ff !important;
}

.text-deep-purple-accent-2 {
  color: #7c4dff !important;
}

.text-deep-purple-accent-3 {
  color: #651fff !important;
}

.text-deep-purple-accent-4 {
  color: #6200ea !important;
}

.text-indigo {
  color: #3f51b5 !important;
}

.text-indigo-lighten-5 {
  color: #e8eaf6 !important;
}

.text-indigo-lighten-4 {
  color: #c5cae9 !important;
}

.text-indigo-lighten-3 {
  color: #9fa8da !important;
}

.text-indigo-lighten-2 {
  color: #7986cb !important;
}

.text-indigo-lighten-1 {
  color: #5c6bc0 !important;
}

.text-indigo-darken-1 {
  color: #3949ab !important;
}

.text-indigo-darken-2 {
  color: #303f9f !important;
}

.text-indigo-darken-3 {
  color: #283593 !important;
}

.text-indigo-darken-4 {
  color: #1a237e !important;
}

.text-indigo-accent-1 {
  color: #8c9eff !important;
}

.text-indigo-accent-2 {
  color: #536dfe !important;
}

.text-indigo-accent-3 {
  color: #3d5afe !important;
}

.text-indigo-accent-4 {
  color: #304ffe !important;
}

.text-blue {
  color: #2196F3 !important;
}

.text-blue-lighten-5 {
  color: #E3F2FD !important;
}

.text-blue-lighten-4 {
  color: #BBDEFB !important;
}

.text-blue-lighten-3 {
  color: #90CAF9 !important;
}

.text-blue-lighten-2 {
  color: #64B5F6 !important;
}

.text-blue-lighten-1 {
  color: #42A5F5 !important;
}

.text-blue-darken-1 {
  color: #1E88E5 !important;
}

.text-blue-darken-2 {
  color: #1976D2 !important;
}

.text-blue-darken-3 {
  color: #1565C0 !important;
}

.text-blue-darken-4 {
  color: #0D47A1 !important;
}

.text-blue-accent-1 {
  color: #82B1FF !important;
}

.text-blue-accent-2 {
  color: #448AFF !important;
}

.text-blue-accent-3 {
  color: #2979FF !important;
}

.text-blue-accent-4 {
  color: #2962FF !important;
}

.text-light-blue {
  color: #03a9f4 !important;
}

.text-light-blue-lighten-5 {
  color: #e1f5fe !important;
}

.text-light-blue-lighten-4 {
  color: #b3e5fc !important;
}

.text-light-blue-lighten-3 {
  color: #81d4fa !important;
}

.text-light-blue-lighten-2 {
  color: #4fc3f7 !important;
}

.text-light-blue-lighten-1 {
  color: #29b6f6 !important;
}

.text-light-blue-darken-1 {
  color: #039be5 !important;
}

.text-light-blue-darken-2 {
  color: #0288d1 !important;
}

.text-light-blue-darken-3 {
  color: #0277bd !important;
}

.text-light-blue-darken-4 {
  color: #01579b !important;
}

.text-light-blue-accent-1 {
  color: #80d8ff !important;
}

.text-light-blue-accent-2 {
  color: #40c4ff !important;
}

.text-light-blue-accent-3 {
  color: #00b0ff !important;
}

.text-light-blue-accent-4 {
  color: #0091ea !important;
}

.text-cyan {
  color: #00bcd4 !important;
}

.text-cyan-lighten-5 {
  color: #e0f7fa !important;
}

.text-cyan-lighten-4 {
  color: #b2ebf2 !important;
}

.text-cyan-lighten-3 {
  color: #80deea !important;
}

.text-cyan-lighten-2 {
  color: #4dd0e1 !important;
}

.text-cyan-lighten-1 {
  color: #26c6da !important;
}

.text-cyan-darken-1 {
  color: #00acc1 !important;
}

.text-cyan-darken-2 {
  color: #0097a7 !important;
}

.text-cyan-darken-3 {
  color: #00838f !important;
}

.text-cyan-darken-4 {
  color: #006064 !important;
}

.text-cyan-accent-1 {
  color: #84ffff !important;
}

.text-cyan-accent-2 {
  color: #18ffff !important;
}

.text-cyan-accent-3 {
  color: #00e5ff !important;
}

.text-cyan-accent-4 {
  color: #00b8d4 !important;
}

.text-teal {
  color: #009688 !important;
}

.text-teal-lighten-5 {
  color: #e0f2f1 !important;
}

.text-teal-lighten-4 {
  color: #b2dfdb !important;
}

.text-teal-lighten-3 {
  color: #80cbc4 !important;
}

.text-teal-lighten-2 {
  color: #4db6ac !important;
}

.text-teal-lighten-1 {
  color: #26a69a !important;
}

.text-teal-darken-1 {
  color: #00897b !important;
}

.text-teal-darken-2 {
  color: #00796b !important;
}

.text-teal-darken-3 {
  color: #00695c !important;
}

.text-teal-darken-4 {
  color: #004d40 !important;
}

.text-teal-accent-1 {
  color: #a7ffeb !important;
}

.text-teal-accent-2 {
  color: #64ffda !important;
}

.text-teal-accent-3 {
  color: #1de9b6 !important;
}

.text-teal-accent-4 {
  color: #00bfa5 !important;
}

.text-green {
  color: #4CAF50 !important;
}

.text-green-lighten-5 {
  color: #E8F5E9 !important;
}

.text-green-lighten-4 {
  color: #C8E6C9 !important;
}

.text-green-lighten-3 {
  color: #A5D6A7 !important;
}

.text-green-lighten-2 {
  color: #81C784 !important;
}

.text-green-lighten-1 {
  color: #66BB6A !important;
}

.text-green-darken-1 {
  color: #43A047 !important;
}

.text-green-darken-2 {
  color: #388E3C !important;
}

.text-green-darken-3 {
  color: #2E7D32 !important;
}

.text-green-darken-4 {
  color: #1B5E20 !important;
}

.text-green-accent-1 {
  color: #B9F6CA !important;
}

.text-green-accent-2 {
  color: #69F0AE !important;
}

.text-green-accent-3 {
  color: #00E676 !important;
}

.text-green-accent-4 {
  color: #00C853 !important;
}

.text-light-green {
  color: #8bc34a !important;
}

.text-light-green-lighten-5 {
  color: #f1f8e9 !important;
}

.text-light-green-lighten-4 {
  color: #dcedc8 !important;
}

.text-light-green-lighten-3 {
  color: #c5e1a5 !important;
}

.text-light-green-lighten-2 {
  color: #aed581 !important;
}

.text-light-green-lighten-1 {
  color: #9ccc65 !important;
}

.text-light-green-darken-1 {
  color: #7cb342 !important;
}

.text-light-green-darken-2 {
  color: #689f38 !important;
}

.text-light-green-darken-3 {
  color: #558b2f !important;
}

.text-light-green-darken-4 {
  color: #33691e !important;
}

.text-light-green-accent-1 {
  color: #ccff90 !important;
}

.text-light-green-accent-2 {
  color: #b2ff59 !important;
}

.text-light-green-accent-3 {
  color: #76ff03 !important;
}

.text-light-green-accent-4 {
  color: #64dd17 !important;
}

.text-lime {
  color: #cddc39 !important;
}

.text-lime-lighten-5 {
  color: #f9fbe7 !important;
}

.text-lime-lighten-4 {
  color: #f0f4c3 !important;
}

.text-lime-lighten-3 {
  color: #e6ee9c !important;
}

.text-lime-lighten-2 {
  color: #dce775 !important;
}

.text-lime-lighten-1 {
  color: #d4e157 !important;
}

.text-lime-darken-1 {
  color: #c0ca33 !important;
}

.text-lime-darken-2 {
  color: #afb42b !important;
}

.text-lime-darken-3 {
  color: #9e9d24 !important;
}

.text-lime-darken-4 {
  color: #827717 !important;
}

.text-lime-accent-1 {
  color: #f4ff81 !important;
}

.text-lime-accent-2 {
  color: #eeff41 !important;
}

.text-lime-accent-3 {
  color: #c6ff00 !important;
}

.text-lime-accent-4 {
  color: #aeea00 !important;
}

.text-yellow {
  color: #ffeb3b !important;
}

.text-yellow-lighten-5 {
  color: #fffde7 !important;
}

.text-yellow-lighten-4 {
  color: #fff9c4 !important;
}

.text-yellow-lighten-3 {
  color: #fff59d !important;
}

.text-yellow-lighten-2 {
  color: #fff176 !important;
}

.text-yellow-lighten-1 {
  color: #ffee58 !important;
}

.text-yellow-darken-1 {
  color: #fdd835 !important;
}

.text-yellow-darken-2 {
  color: #fbc02d !important;
}

.text-yellow-darken-3 {
  color: #f9a825 !important;
}

.text-yellow-darken-4 {
  color: #f57f17 !important;
}

.text-yellow-accent-1 {
  color: #ffff8d !important;
}

.text-yellow-accent-2 {
  color: #ffff00 !important;
}

.text-yellow-accent-3 {
  color: #ffea00 !important;
}

.text-yellow-accent-4 {
  color: #ffd600 !important;
}

.text-amber {
  color: #ffc107 !important;
}

.text-amber-lighten-5 {
  color: #fff8e1 !important;
}

.text-amber-lighten-4 {
  color: #ffecb3 !important;
}

.text-amber-lighten-3 {
  color: #ffe082 !important;
}

.text-amber-lighten-2 {
  color: #ffd54f !important;
}

.text-amber-lighten-1 {
  color: #ffca28 !important;
}

.text-amber-darken-1 {
  color: #ffb300 !important;
}

.text-amber-darken-2 {
  color: #ffa000 !important;
}

.text-amber-darken-3 {
  color: #ff8f00 !important;
}

.text-amber-darken-4 {
  color: #ff6f00 !important;
}

.text-amber-accent-1 {
  color: #ffe57f !important;
}

.text-amber-accent-2 {
  color: #ffd740 !important;
}

.text-amber-accent-3 {
  color: #ffc400 !important;
}

.text-amber-accent-4 {
  color: #ffab00 !important;
}

.text-orange {
  color: #ff9800 !important;
}

.text-orange-lighten-5 {
  color: #fff3e0 !important;
}

.text-orange-lighten-4 {
  color: #ffe0b2 !important;
}

.text-orange-lighten-3 {
  color: #ffcc80 !important;
}

.text-orange-lighten-2 {
  color: #ffb74d !important;
}

.text-orange-lighten-1 {
  color: #ffa726 !important;
}

.text-orange-darken-1 {
  color: #fb8c00 !important;
}

.text-orange-darken-2 {
  color: #f57c00 !important;
}

.text-orange-darken-3 {
  color: #ef6c00 !important;
}

.text-orange-darken-4 {
  color: #e65100 !important;
}

.text-orange-accent-1 {
  color: #ffd180 !important;
}

.text-orange-accent-2 {
  color: #ffab40 !important;
}

.text-orange-accent-3 {
  color: #ff9100 !important;
}

.text-orange-accent-4 {
  color: #ff6d00 !important;
}

.text-deep-orange {
  color: #ff5722 !important;
}

.text-deep-orange-lighten-5 {
  color: #fbe9e7 !important;
}

.text-deep-orange-lighten-4 {
  color: #ffccbc !important;
}

.text-deep-orange-lighten-3 {
  color: #ffab91 !important;
}

.text-deep-orange-lighten-2 {
  color: #ff8a65 !important;
}

.text-deep-orange-lighten-1 {
  color: #ff7043 !important;
}

.text-deep-orange-darken-1 {
  color: #f4511e !important;
}

.text-deep-orange-darken-2 {
  color: #e64a19 !important;
}

.text-deep-orange-darken-3 {
  color: #d84315 !important;
}

.text-deep-orange-darken-4 {
  color: #bf360c !important;
}

.text-deep-orange-accent-1 {
  color: #ff9e80 !important;
}

.text-deep-orange-accent-2 {
  color: #ff6e40 !important;
}

.text-deep-orange-accent-3 {
  color: #ff3d00 !important;
}

.text-deep-orange-accent-4 {
  color: #dd2c00 !important;
}

.text-brown {
  color: #795548 !important;
}

.text-brown-lighten-5 {
  color: #efebe9 !important;
}

.text-brown-lighten-4 {
  color: #d7ccc8 !important;
}

.text-brown-lighten-3 {
  color: #bcaaa4 !important;
}

.text-brown-lighten-2 {
  color: #a1887f !important;
}

.text-brown-lighten-1 {
  color: #8d6e63 !important;
}

.text-brown-darken-1 {
  color: #6d4c41 !important;
}

.text-brown-darken-2 {
  color: #5d4037 !important;
}

.text-brown-darken-3 {
  color: #4e342e !important;
}

.text-brown-darken-4 {
  color: #3e2723 !important;
}

.text-blue-grey {
  color: #607d8b !important;
}

.text-blue-grey-lighten-5 {
  color: #eceff1 !important;
}

.text-blue-grey-lighten-4 {
  color: #cfd8dc !important;
}

.text-blue-grey-lighten-3 {
  color: #b0bec5 !important;
}

.text-blue-grey-lighten-2 {
  color: #90a4ae !important;
}

.text-blue-grey-lighten-1 {
  color: #78909c !important;
}

.text-blue-grey-darken-1 {
  color: #546e7a !important;
}

.text-blue-grey-darken-2 {
  color: #455a64 !important;
}

.text-blue-grey-darken-3 {
  color: #37474f !important;
}

.text-blue-grey-darken-4 {
  color: #263238 !important;
}

.text-grey {
  color: #9e9e9e !important;
}

.text-grey-lighten-5 {
  color: #fafafa !important;
}

.text-grey-lighten-4 {
  color: #f5f5f5 !important;
}

.text-grey-lighten-3 {
  color: #eeeeee !important;
}

.text-grey-lighten-2 {
  color: #e0e0e0 !important;
}

.text-grey-lighten-1 {
  color: #bdbdbd !important;
}

.text-grey-darken-1 {
  color: #757575 !important;
}

.text-grey-darken-2 {
  color: #616161 !important;
}

.text-grey-darken-3 {
  color: #424242 !important;
}

.text-grey-darken-4 {
  color: #212121 !important;
}

.text-shades-black {
  color: #000000 !important;
}

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

.text-shades-transparent {
  color: transparent !important;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@media (prefers-reduced-motion: no-preference) {
  .dialog-transition-enter-active,
  .dialog-bottom-transition-enter-active,
  .dialog-top-transition-enter-active {
    transition-duration: 225ms !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }
  .dialog-transition-leave-active,
  .dialog-bottom-transition-leave-active,
  .dialog-top-transition-leave-active {
    transition-duration: 125ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }
  .dialog-transition-enter-active, .dialog-transition-leave-active,
  .dialog-bottom-transition-enter-active,
  .dialog-bottom-transition-leave-active,
  .dialog-top-transition-enter-active,
  .dialog-top-transition-leave-active {
    transition-property: transform, opacity !important;
    pointer-events: none;
  }
  .dialog-transition-enter-from, .dialog-transition-leave-to {
    transform: scale(0.9);
    opacity: 0;
  }
  .dialog-transition-enter-to, .dialog-transition-leave-from {
    opacity: 1;
  }
  .dialog-bottom-transition-enter-from, .dialog-bottom-transition-leave-to {
    transform: translateY(calc(50vh + 50%));
  }
  .dialog-top-transition-enter-from, .dialog-top-transition-leave-to {
    transform: translateY(calc(-50vh - 50%));
  }
  .picker-transition-enter-active,
  .picker-reverse-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-transition-leave-active,
  .picker-reverse-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-transition-move,
  .picker-reverse-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-transition-enter-from, .picker-transition-leave-to,
  .picker-reverse-transition-enter-from,
  .picker-reverse-transition-leave-to {
    opacity: 0;
  }
  .picker-transition-leave-from, .picker-transition-leave-active, .picker-transition-leave-to,
  .picker-reverse-transition-leave-from,
  .picker-reverse-transition-leave-active,
  .picker-reverse-transition-leave-to {
    position: absolute !important;
  }
  .picker-transition-enter-active, .picker-transition-leave-active,
  .picker-reverse-transition-enter-active,
  .picker-reverse-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .picker-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-transition-enter-from {
    transform: translate(100%, 0);
  }
  .picker-transition-leave-to {
    transform: translate(-100%, 0);
  }
  .picker-reverse-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-reverse-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-reverse-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .picker-reverse-transition-enter-from {
    transform: translate(-100%, 0);
  }
  .picker-reverse-transition-leave-to {
    transform: translate(100%, 0);
  }
  .expand-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .expand-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .expand-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .expand-transition-enter-active, .expand-transition-leave-active {
    transition-property: height !important;
  }
  .expand-x-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .expand-x-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .expand-x-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .expand-x-transition-enter-active, .expand-x-transition-leave-active {
    transition-property: width !important;
  }
  .scale-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-transition-leave-to {
    opacity: 0;
  }
  .scale-transition-leave-active {
    transition-duration: 100ms !important;
  }
  .scale-transition-enter-from {
    opacity: 0;
    transform: scale(0);
  }
  .scale-transition-enter-active, .scale-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .scale-rotate-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-rotate-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-rotate-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-rotate-transition-leave-to {
    opacity: 0;
  }
  .scale-rotate-transition-leave-active {
    transition-duration: 100ms !important;
  }
  .scale-rotate-transition-enter-from {
    opacity: 0;
    transform: scale(0) rotate(-45deg);
  }
  .scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .scale-rotate-reverse-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-rotate-reverse-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-rotate-reverse-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scale-rotate-reverse-transition-leave-to {
    opacity: 0;
  }
  .scale-rotate-reverse-transition-leave-active {
    transition-duration: 100ms !important;
  }
  .scale-rotate-reverse-transition-enter-from {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  .scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .message-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .message-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .message-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .message-transition-enter-from, .message-transition-leave-to {
    opacity: 0;
    transform: translateY(-15px);
  }
  .message-transition-leave-from, .message-transition-leave-active {
    position: absolute;
  }
  .message-transition-enter-active, .message-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .slide-y-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-y-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-y-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-y-transition-enter-from, .slide-y-transition-leave-to {
    opacity: 0;
    transform: translateY(-15px);
  }
  .slide-y-transition-enter-active, .slide-y-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .slide-y-reverse-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-y-reverse-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-y-reverse-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
    opacity: 0;
    transform: translateY(15px);
  }
  .slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .scroll-y-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-y-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-y-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
    opacity: 0;
  }
  .scroll-y-transition-enter-from {
    transform: translateY(-15px);
  }
  .scroll-y-transition-leave-to {
    transform: translateY(15px);
  }
  .scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .scroll-y-reverse-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-y-reverse-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-y-reverse-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
    opacity: 0;
  }
  .scroll-y-reverse-transition-enter-from {
    transform: translateY(15px);
  }
  .scroll-y-reverse-transition-leave-to {
    transform: translateY(-15px);
  }
  .scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .scroll-x-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-x-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-x-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
    opacity: 0;
  }
  .scroll-x-transition-enter-from {
    transform: translateX(-15px);
  }
  .scroll-x-transition-leave-to {
    transform: translateX(15px);
  }
  .scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .scroll-x-reverse-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-x-reverse-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-x-reverse-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
    opacity: 0;
  }
  .scroll-x-reverse-transition-enter-from {
    transform: translateX(15px);
  }
  .scroll-x-reverse-transition-leave-to {
    transform: translateX(-15px);
  }
  .scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .slide-x-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-x-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-x-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-x-transition-enter-from, .slide-x-transition-leave-to {
    opacity: 0;
    transform: translateX(-15px);
  }
  .slide-x-transition-enter-active, .slide-x-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .slide-x-reverse-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-x-reverse-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-x-reverse-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
    opacity: 0;
    transform: translateX(15px);
  }
  .slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
    transition-property: transform, opacity !important;
  }
  .fade-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .fade-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .fade-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .fade-transition-enter-from, .fade-transition-leave-to {
    opacity: 0 !important;
  }
  .fade-transition-enter-active, .fade-transition-leave-active {
    transition-property: opacity !important;
  }
  .fab-transition-enter-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .fab-transition-leave-active {
    transition-duration: 0.3s !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .fab-transition-move {
    transition-duration: 0.5s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .fab-transition-enter-from, .fab-transition-leave-to {
    transform: scale(0) rotate(-45deg);
  }
  .fab-transition-enter-active, .fab-transition-leave-active {
    transition-property: transform !important;
  }
}
.v-locale--is-rtl {
  direction: rtl;
}
.v-locale--is-ltr {
  direction: ltr;
}

.blockquote {
  padding: 16px 0 16px 24px;
  font-size: 18px;
  font-weight: 300;
}

html {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

:root {
  --v-theme-overlay-multiplier: 1;
  --v-scrollbar-offset: 0px;
}

@supports (-webkit-touch-callout: none) {
  body {
    cursor: pointer;
  }
}
@media only print {
  .hidden-print-only {
    display: none !important;
  }
}

@media only screen {
  .hidden-screen-only {
    display: none !important;
  }
}

@media (max-width: 599.98px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 959.98px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1919.98px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1920px) and (max-width: 2559.98px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 2560px) {
  .hidden-xxl {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .hidden-sm-and-up {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .hidden-md-and-up {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg-and-up {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hidden-xl-and-up {
    display: none !important;
  }
}

@media (max-width: 959.98px) {
  .hidden-sm-and-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-md-and-down {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .hidden-lg-and-down {
    display: none !important;
  }
}

@media (max-width: 2559.98px) {
  .hidden-xl-and-down {
    display: none !important;
  }
}

.elevation-24 {
  box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-23 {
  box-shadow: 0px 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-22 {
  box-shadow: 0px 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-21 {
  box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-20 {
  box-shadow: 0px 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-19 {
  box-shadow: 0px 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-18 {
  box-shadow: 0px 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-17 {
  box-shadow: 0px 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-16 {
  box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-15 {
  box-shadow: 0px 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-14 {
  box-shadow: 0px 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-13 {
  box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-12 {
  box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-11 {
  box-shadow: 0px 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-10 {
  box-shadow: 0px 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-9 {
  box-shadow: 0px 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-8 {
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-7 {
  box-shadow: 0px 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-6 {
  box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-5 {
  box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 5px 8px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 14px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-4 {
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-3 {
  box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-2 {
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-1 {
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

.elevation-0 {
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12)) !important;
}

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

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

.pointer-pass-through {
  pointer-events: none !important;
}
.pointer-pass-through > * {
  pointer-events: auto !important;
}

.d-sr-only,
.d-sr-only-focusable:not(:focus) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !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-scroll {
  overflow-x: scroll !important;
}

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

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

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

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

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

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

.d-block {
  display: block !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;
}

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

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

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

.v-locale--is-rtl .float-end {
  float: left !important;
}

.v-locale--is-rtl .float-start {
  float: right !important;
}

.v-locale--is-ltr .float-end {
  float: right !important;
}

.v-locale--is-ltr .float-start {
  float: left !important;
}

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

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

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

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

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

.flex-1-1-100 {
  flex: 1 1 100% !important;
}

.flex-1-0-100 {
  flex: 1 0 100% !important;
}

.flex-0-1-100 {
  flex: 0 1 100% !important;
}

.flex-0-0-100 {
  flex: 0 0 100% !important;
}

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

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

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

.flex-0-0-0 {
  flex: 0 0 0 !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-start {
  justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

.align-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-space-between {
  align-content: space-between !important;
}

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

.align-content-space-evenly {
  align-content: space-evenly !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-6 {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

.ga-1 {
  gap: 4px !important;
}

.ga-2 {
  gap: 8px !important;
}

.ga-3 {
  gap: 12px !important;
}

.ga-4 {
  gap: 16px !important;
}

.ga-5 {
  gap: 20px !important;
}

.ga-6 {
  gap: 24px !important;
}

.ga-7 {
  gap: 28px !important;
}

.ga-8 {
  gap: 32px !important;
}

.ga-9 {
  gap: 36px !important;
}

.ga-10 {
  gap: 40px !important;
}

.ga-11 {
  gap: 44px !important;
}

.ga-12 {
  gap: 48px !important;
}

.ga-13 {
  gap: 52px !important;
}

.ga-14 {
  gap: 56px !important;
}

.ga-15 {
  gap: 60px !important;
}

.ga-16 {
  gap: 64px !important;
}

.ga-auto {
  gap: auto !important;
}

.gr-0 {
  row-gap: 0px !important;
}

.gr-1 {
  row-gap: 4px !important;
}

.gr-2 {
  row-gap: 8px !important;
}

.gr-3 {
  row-gap: 12px !important;
}

.gr-4 {
  row-gap: 16px !important;
}

.gr-5 {
  row-gap: 20px !important;
}

.gr-6 {
  row-gap: 24px !important;
}

.gr-7 {
  row-gap: 28px !important;
}

.gr-8 {
  row-gap: 32px !important;
}

.gr-9 {
  row-gap: 36px !important;
}

.gr-10 {
  row-gap: 40px !important;
}

.gr-11 {
  row-gap: 44px !important;
}

.gr-12 {
  row-gap: 48px !important;
}

.gr-13 {
  row-gap: 52px !important;
}

.gr-14 {
  row-gap: 56px !important;
}

.gr-15 {
  row-gap: 60px !important;
}

.gr-16 {
  row-gap: 64px !important;
}

.gr-auto {
  row-gap: auto !important;
}

.gc-0 {
  column-gap: 0px !important;
}

.gc-1 {
  column-gap: 4px !important;
}

.gc-2 {
  column-gap: 8px !important;
}

.gc-3 {
  column-gap: 12px !important;
}

.gc-4 {
  column-gap: 16px !important;
}

.gc-5 {
  column-gap: 20px !important;
}

.gc-6 {
  column-gap: 24px !important;
}

.gc-7 {
  column-gap: 28px !important;
}

.gc-8 {
  column-gap: 32px !important;
}

.gc-9 {
  column-gap: 36px !important;
}

.gc-10 {
  column-gap: 40px !important;
}

.gc-11 {
  column-gap: 44px !important;
}

.gc-12 {
  column-gap: 48px !important;
}

.gc-13 {
  column-gap: 52px !important;
}

.gc-14 {
  column-gap: 56px !important;
}

.gc-15 {
  column-gap: 60px !important;
}

.gc-16 {
  column-gap: 64px !important;
}

.gc-auto {
  column-gap: auto !important;
}

.ma-0 {
  margin: 0px !important;
}

.ma-1 {
  margin: 4px !important;
}

.ma-2 {
  margin: 8px !important;
}

.ma-3 {
  margin: 12px !important;
}

.ma-4 {
  margin: 16px !important;
}

.ma-5 {
  margin: 20px !important;
}

.ma-6 {
  margin: 24px !important;
}

.ma-7 {
  margin: 28px !important;
}

.ma-8 {
  margin: 32px !important;
}

.ma-9 {
  margin: 36px !important;
}

.ma-10 {
  margin: 40px !important;
}

.ma-11 {
  margin: 44px !important;
}

.ma-12 {
  margin: 48px !important;
}

.ma-13 {
  margin: 52px !important;
}

.ma-14 {
  margin: 56px !important;
}

.ma-15 {
  margin: 60px !important;
}

.ma-16 {
  margin: 64px !important;
}

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

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

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

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

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

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

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

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

.mx-7 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.mx-8 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-9 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.mx-10 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-11 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}

.mx-12 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-13 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}

.mx-14 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-15 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-16 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

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

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

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

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

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

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

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

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

.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-13 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-14 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mt-13 {
  margin-top: 52px !important;
}

.mt-14 {
  margin-top: 56px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

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

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

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mr-9 {
  margin-right: 36px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mr-11 {
  margin-right: 44px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.mr-13 {
  margin-right: 52px !important;
}

.mr-14 {
  margin-right: 56px !important;
}

.mr-15 {
  margin-right: 60px !important;
}

.mr-16 {
  margin-right: 64px !important;
}

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.mb-14 {
  margin-bottom: 56px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

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

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

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

.ml-8 {
  margin-left: 32px !important;
}

.ml-9 {
  margin-left: 36px !important;
}

.ml-10 {
  margin-left: 40px !important;
}

.ml-11 {
  margin-left: 44px !important;
}

.ml-12 {
  margin-left: 48px !important;
}

.ml-13 {
  margin-left: 52px !important;
}

.ml-14 {
  margin-left: 56px !important;
}

.ml-15 {
  margin-left: 60px !important;
}

.ml-16 {
  margin-left: 64px !important;
}

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

.ms-0 {
  margin-inline-start: 0px !important;
}

.ms-1 {
  margin-inline-start: 4px !important;
}

.ms-2 {
  margin-inline-start: 8px !important;
}

.ms-3 {
  margin-inline-start: 12px !important;
}

.ms-4 {
  margin-inline-start: 16px !important;
}

.ms-5 {
  margin-inline-start: 20px !important;
}

.ms-6 {
  margin-inline-start: 24px !important;
}

.ms-7 {
  margin-inline-start: 28px !important;
}

.ms-8 {
  margin-inline-start: 32px !important;
}

.ms-9 {
  margin-inline-start: 36px !important;
}

.ms-10 {
  margin-inline-start: 40px !important;
}

.ms-11 {
  margin-inline-start: 44px !important;
}

.ms-12 {
  margin-inline-start: 48px !important;
}

.ms-13 {
  margin-inline-start: 52px !important;
}

.ms-14 {
  margin-inline-start: 56px !important;
}

.ms-15 {
  margin-inline-start: 60px !important;
}

.ms-16 {
  margin-inline-start: 64px !important;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-0 {
  margin-inline-end: 0px !important;
}

.me-1 {
  margin-inline-end: 4px !important;
}

.me-2 {
  margin-inline-end: 8px !important;
}

.me-3 {
  margin-inline-end: 12px !important;
}

.me-4 {
  margin-inline-end: 16px !important;
}

.me-5 {
  margin-inline-end: 20px !important;
}

.me-6 {
  margin-inline-end: 24px !important;
}

.me-7 {
  margin-inline-end: 28px !important;
}

.me-8 {
  margin-inline-end: 32px !important;
}

.me-9 {
  margin-inline-end: 36px !important;
}

.me-10 {
  margin-inline-end: 40px !important;
}

.me-11 {
  margin-inline-end: 44px !important;
}

.me-12 {
  margin-inline-end: 48px !important;
}

.me-13 {
  margin-inline-end: 52px !important;
}

.me-14 {
  margin-inline-end: 56px !important;
}

.me-15 {
  margin-inline-end: 60px !important;
}

.me-16 {
  margin-inline-end: 64px !important;
}

.me-auto {
  margin-inline-end: auto !important;
}

.ma-n1 {
  margin: -4px !important;
}

.ma-n2 {
  margin: -8px !important;
}

.ma-n3 {
  margin: -12px !important;
}

.ma-n4 {
  margin: -16px !important;
}

.ma-n5 {
  margin: -20px !important;
}

.ma-n6 {
  margin: -24px !important;
}

.ma-n7 {
  margin: -28px !important;
}

.ma-n8 {
  margin: -32px !important;
}

.ma-n9 {
  margin: -36px !important;
}

.ma-n10 {
  margin: -40px !important;
}

.ma-n11 {
  margin: -44px !important;
}

.ma-n12 {
  margin: -48px !important;
}

.ma-n13 {
  margin: -52px !important;
}

.ma-n14 {
  margin: -56px !important;
}

.ma-n15 {
  margin: -60px !important;
}

.ma-n16 {
  margin: -64px !important;
}

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

.mx-n2 {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.mx-n3 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

.mx-n4 {
  margin-right: -16px !important;
  margin-left: -16px !important;
}

.mx-n5 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n6 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.mx-n7 {
  margin-right: -28px !important;
  margin-left: -28px !important;
}

.mx-n8 {
  margin-right: -32px !important;
  margin-left: -32px !important;
}

.mx-n9 {
  margin-right: -36px !important;
  margin-left: -36px !important;
}

.mx-n10 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mx-n11 {
  margin-right: -44px !important;
  margin-left: -44px !important;
}

.mx-n12 {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.mx-n13 {
  margin-right: -52px !important;
  margin-left: -52px !important;
}

.mx-n14 {
  margin-right: -56px !important;
  margin-left: -56px !important;
}

.mx-n15 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.mx-n16 {
  margin-right: -64px !important;
  margin-left: -64px !important;
}

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

.my-n2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.my-n3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.my-n4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.my-n5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.my-n7 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

.my-n8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.my-n9 {
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}

.my-n10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n11 {
  margin-top: -44px !important;
  margin-bottom: -44px !important;
}

.my-n12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.my-n13 {
  margin-top: -52px !important;
  margin-bottom: -52px !important;
}

.my-n14 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

.my-n15 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.my-n16 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

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

.mt-n2 {
  margin-top: -8px !important;
}

.mt-n3 {
  margin-top: -12px !important;
}

.mt-n4 {
  margin-top: -16px !important;
}

.mt-n5 {
  margin-top: -20px !important;
}

.mt-n6 {
  margin-top: -24px !important;
}

.mt-n7 {
  margin-top: -28px !important;
}

.mt-n8 {
  margin-top: -32px !important;
}

.mt-n9 {
  margin-top: -36px !important;
}

.mt-n10 {
  margin-top: -40px !important;
}

.mt-n11 {
  margin-top: -44px !important;
}

.mt-n12 {
  margin-top: -48px !important;
}

.mt-n13 {
  margin-top: -52px !important;
}

.mt-n14 {
  margin-top: -56px !important;
}

.mt-n15 {
  margin-top: -60px !important;
}

.mt-n16 {
  margin-top: -64px !important;
}

.mr-n1 {
  margin-right: -4px !important;
}

.mr-n2 {
  margin-right: -8px !important;
}

.mr-n3 {
  margin-right: -12px !important;
}

.mr-n4 {
  margin-right: -16px !important;
}

.mr-n5 {
  margin-right: -20px !important;
}

.mr-n6 {
  margin-right: -24px !important;
}

.mr-n7 {
  margin-right: -28px !important;
}

.mr-n8 {
  margin-right: -32px !important;
}

.mr-n9 {
  margin-right: -36px !important;
}

.mr-n10 {
  margin-right: -40px !important;
}

.mr-n11 {
  margin-right: -44px !important;
}

.mr-n12 {
  margin-right: -48px !important;
}

.mr-n13 {
  margin-right: -52px !important;
}

.mr-n14 {
  margin-right: -56px !important;
}

.mr-n15 {
  margin-right: -60px !important;
}

.mr-n16 {
  margin-right: -64px !important;
}

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

.mb-n2 {
  margin-bottom: -8px !important;
}

.mb-n3 {
  margin-bottom: -12px !important;
}

.mb-n4 {
  margin-bottom: -16px !important;
}

.mb-n5 {
  margin-bottom: -20px !important;
}

.mb-n6 {
  margin-bottom: -24px !important;
}

.mb-n7 {
  margin-bottom: -28px !important;
}

.mb-n8 {
  margin-bottom: -32px !important;
}

.mb-n9 {
  margin-bottom: -36px !important;
}

.mb-n10 {
  margin-bottom: -40px !important;
}

.mb-n11 {
  margin-bottom: -44px !important;
}

.mb-n12 {
  margin-bottom: -48px !important;
}

.mb-n13 {
  margin-bottom: -52px !important;
}

.mb-n14 {
  margin-bottom: -56px !important;
}

.mb-n15 {
  margin-bottom: -60px !important;
}

.mb-n16 {
  margin-bottom: -64px !important;
}

.ml-n1 {
  margin-left: -4px !important;
}

.ml-n2 {
  margin-left: -8px !important;
}

.ml-n3 {
  margin-left: -12px !important;
}

.ml-n4 {
  margin-left: -16px !important;
}

.ml-n5 {
  margin-left: -20px !important;
}

.ml-n6 {
  margin-left: -24px !important;
}

.ml-n7 {
  margin-left: -28px !important;
}

.ml-n8 {
  margin-left: -32px !important;
}

.ml-n9 {
  margin-left: -36px !important;
}

.ml-n10 {
  margin-left: -40px !important;
}

.ml-n11 {
  margin-left: -44px !important;
}

.ml-n12 {
  margin-left: -48px !important;
}

.ml-n13 {
  margin-left: -52px !important;
}

.ml-n14 {
  margin-left: -56px !important;
}

.ml-n15 {
  margin-left: -60px !important;
}

.ml-n16 {
  margin-left: -64px !important;
}

.ms-n1 {
  margin-inline-start: -4px !important;
}

.ms-n2 {
  margin-inline-start: -8px !important;
}

.ms-n3 {
  margin-inline-start: -12px !important;
}

.ms-n4 {
  margin-inline-start: -16px !important;
}

.ms-n5 {
  margin-inline-start: -20px !important;
}

.ms-n6 {
  margin-inline-start: -24px !important;
}

.ms-n7 {
  margin-inline-start: -28px !important;
}

.ms-n8 {
  margin-inline-start: -32px !important;
}

.ms-n9 {
  margin-inline-start: -36px !important;
}

.ms-n10 {
  margin-inline-start: -40px !important;
}

.ms-n11 {
  margin-inline-start: -44px !important;
}

.ms-n12 {
  margin-inline-start: -48px !important;
}

.ms-n13 {
  margin-inline-start: -52px !important;
}

.ms-n14 {
  margin-inline-start: -56px !important;
}

.ms-n15 {
  margin-inline-start: -60px !important;
}

.ms-n16 {
  margin-inline-start: -64px !important;
}

.me-n1 {
  margin-inline-end: -4px !important;
}

.me-n2 {
  margin-inline-end: -8px !important;
}

.me-n3 {
  margin-inline-end: -12px !important;
}

.me-n4 {
  margin-inline-end: -16px !important;
}

.me-n5 {
  margin-inline-end: -20px !important;
}

.me-n6 {
  margin-inline-end: -24px !important;
}

.me-n7 {
  margin-inline-end: -28px !important;
}

.me-n8 {
  margin-inline-end: -32px !important;
}

.me-n9 {
  margin-inline-end: -36px !important;
}

.me-n10 {
  margin-inline-end: -40px !important;
}

.me-n11 {
  margin-inline-end: -44px !important;
}

.me-n12 {
  margin-inline-end: -48px !important;
}

.me-n13 {
  margin-inline-end: -52px !important;
}

.me-n14 {
  margin-inline-end: -56px !important;
}

.me-n15 {
  margin-inline-end: -60px !important;
}

.me-n16 {
  margin-inline-end: -64px !important;
}

.pa-0 {
  padding: 0px !important;
}

.pa-1 {
  padding: 4px !important;
}

.pa-2 {
  padding: 8px !important;
}

.pa-3 {
  padding: 12px !important;
}

.pa-4 {
  padding: 16px !important;
}

.pa-5 {
  padding: 20px !important;
}

.pa-6 {
  padding: 24px !important;
}

.pa-7 {
  padding: 28px !important;
}

.pa-8 {
  padding: 32px !important;
}

.pa-9 {
  padding: 36px !important;
}

.pa-10 {
  padding: 40px !important;
}

.pa-11 {
  padding: 44px !important;
}

.pa-12 {
  padding: 48px !important;
}

.pa-13 {
  padding: 52px !important;
}

.pa-14 {
  padding: 56px !important;
}

.pa-15 {
  padding: 60px !important;
}

.pa-16 {
  padding: 64px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 28px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 44px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pt-13 {
  padding-top: 52px !important;
}

.pt-14 {
  padding-top: 56px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

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

.pr-1 {
  padding-right: 4px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pr-7 {
  padding-right: 28px !important;
}

.pr-8 {
  padding-right: 32px !important;
}

.pr-9 {
  padding-right: 36px !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pr-11 {
  padding-right: 44px !important;
}

.pr-12 {
  padding-right: 48px !important;
}

.pr-13 {
  padding-right: 52px !important;
}

.pr-14 {
  padding-right: 56px !important;
}

.pr-15 {
  padding-right: 60px !important;
}

.pr-16 {
  padding-right: 64px !important;
}

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 28px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.pb-9 {
  padding-bottom: 36px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 44px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.pb-13 {
  padding-bottom: 52px !important;
}

.pb-14 {
  padding-bottom: 56px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

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

.pl-1 {
  padding-left: 4px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pl-3 {
  padding-left: 12px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.pl-6 {
  padding-left: 24px !important;
}

.pl-7 {
  padding-left: 28px !important;
}

.pl-8 {
  padding-left: 32px !important;
}

.pl-9 {
  padding-left: 36px !important;
}

.pl-10 {
  padding-left: 40px !important;
}

.pl-11 {
  padding-left: 44px !important;
}

.pl-12 {
  padding-left: 48px !important;
}

.pl-13 {
  padding-left: 52px !important;
}

.pl-14 {
  padding-left: 56px !important;
}

.pl-15 {
  padding-left: 60px !important;
}

.pl-16 {
  padding-left: 64px !important;
}

.ps-0 {
  padding-inline-start: 0px !important;
}

.ps-1 {
  padding-inline-start: 4px !important;
}

.ps-2 {
  padding-inline-start: 8px !important;
}

.ps-3 {
  padding-inline-start: 12px !important;
}

.ps-4 {
  padding-inline-start: 16px !important;
}

.ps-5 {
  padding-inline-start: 20px !important;
}

.ps-6 {
  padding-inline-start: 24px !important;
}

.ps-7 {
  padding-inline-start: 28px !important;
}

.ps-8 {
  padding-inline-start: 32px !important;
}

.ps-9 {
  padding-inline-start: 36px !important;
}

.ps-10 {
  padding-inline-start: 40px !important;
}

.ps-11 {
  padding-inline-start: 44px !important;
}

.ps-12 {
  padding-inline-start: 48px !important;
}

.ps-13 {
  padding-inline-start: 52px !important;
}

.ps-14 {
  padding-inline-start: 56px !important;
}

.ps-15 {
  padding-inline-start: 60px !important;
}

.ps-16 {
  padding-inline-start: 64px !important;
}

.pe-0 {
  padding-inline-end: 0px !important;
}

.pe-1 {
  padding-inline-end: 4px !important;
}

.pe-2 {
  padding-inline-end: 8px !important;
}

.pe-3 {
  padding-inline-end: 12px !important;
}

.pe-4 {
  padding-inline-end: 16px !important;
}

.pe-5 {
  padding-inline-end: 20px !important;
}

.pe-6 {
  padding-inline-end: 24px !important;
}

.pe-7 {
  padding-inline-end: 28px !important;
}

.pe-8 {
  padding-inline-end: 32px !important;
}

.pe-9 {
  padding-inline-end: 36px !important;
}

.pe-10 {
  padding-inline-end: 40px !important;
}

.pe-11 {
  padding-inline-end: 44px !important;
}

.pe-12 {
  padding-inline-end: 48px !important;
}

.pe-13 {
  padding-inline-end: 52px !important;
}

.pe-14 {
  padding-inline-end: 56px !important;
}

.pe-15 {
  padding-inline-end: 60px !important;
}

.pe-16 {
  padding-inline-end: 64px !important;
}

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

.rounded-sm {
  border-radius: 2px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-lg {
  border-radius: 8px !important;
}

.rounded-xl {
  border-radius: 24px !important;
}

.rounded-pill {
  border-radius: 9999px !important;
}

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

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

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

.rounded-t-sm {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-t {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-t-lg {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-t-xl {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.rounded-t-pill {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

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

.rounded-t-shaped {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 0 !important;
}

.v-locale--is-ltr .rounded-e-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.v-locale--is-rtl .rounded-e-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.v-locale--is-ltr .rounded-e-sm {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.v-locale--is-rtl .rounded-e-sm {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.v-locale--is-ltr .rounded-e {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.v-locale--is-rtl .rounded-e {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.v-locale--is-ltr .rounded-e-lg {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.v-locale--is-rtl .rounded-e-lg {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.v-locale--is-ltr .rounded-e-xl {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.v-locale--is-rtl .rounded-e-xl {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.v-locale--is-ltr .rounded-e-pill {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.v-locale--is-rtl .rounded-e-pill {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.v-locale--is-ltr .rounded-e-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.v-locale--is-rtl .rounded-e-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.v-locale--is-ltr .rounded-e-shaped {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 0 !important;
}

.v-locale--is-rtl .rounded-e-shaped {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 0 !important;
}

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

.rounded-b-sm {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-b {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-b-lg {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-b-xl {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.rounded-b-pill {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

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

.rounded-b-shaped {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 0 !important;
}

.v-locale--is-ltr .rounded-s-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.v-locale--is-rtl .rounded-s-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.v-locale--is-ltr .rounded-s-sm {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.v-locale--is-rtl .rounded-s-sm {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.v-locale--is-ltr .rounded-s {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.v-locale--is-rtl .rounded-s {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.v-locale--is-ltr .rounded-s-lg {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.v-locale--is-rtl .rounded-s-lg {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.v-locale--is-ltr .rounded-s-xl {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.v-locale--is-rtl .rounded-s-xl {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.v-locale--is-ltr .rounded-s-pill {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.v-locale--is-rtl .rounded-s-pill {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.v-locale--is-ltr .rounded-s-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.v-locale--is-rtl .rounded-s-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.v-locale--is-ltr .rounded-s-shaped {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 0 !important;
}

.v-locale--is-rtl .rounded-s-shaped {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 0 !important;
}

.v-locale--is-ltr .rounded-ts-0 {
  border-top-left-radius: 0 !important;
}

.v-locale--is-rtl .rounded-ts-0 {
  border-top-right-radius: 0 !important;
}

.v-locale--is-ltr .rounded-ts-sm {
  border-top-left-radius: 2px !important;
}

.v-locale--is-rtl .rounded-ts-sm {
  border-top-right-radius: 2px !important;
}

.v-locale--is-ltr .rounded-ts {
  border-top-left-radius: 4px !important;
}

.v-locale--is-rtl .rounded-ts {
  border-top-right-radius: 4px !important;
}

.v-locale--is-ltr .rounded-ts-lg {
  border-top-left-radius: 8px !important;
}

.v-locale--is-rtl .rounded-ts-lg {
  border-top-right-radius: 8px !important;
}

.v-locale--is-ltr .rounded-ts-xl {
  border-top-left-radius: 24px !important;
}

.v-locale--is-rtl .rounded-ts-xl {
  border-top-right-radius: 24px !important;
}

.v-locale--is-ltr .rounded-ts-pill {
  border-top-left-radius: 9999px !important;
}

.v-locale--is-rtl .rounded-ts-pill {
  border-top-right-radius: 9999px !important;
}

.v-locale--is-ltr .rounded-ts-circle {
  border-top-left-radius: 50% !important;
}

.v-locale--is-rtl .rounded-ts-circle {
  border-top-right-radius: 50% !important;
}

.v-locale--is-ltr .rounded-ts-shaped {
  border-top-left-radius: 24px 0 !important;
}

.v-locale--is-rtl .rounded-ts-shaped {
  border-top-right-radius: 24px 0 !important;
}

.v-locale--is-ltr .rounded-te-0 {
  border-top-right-radius: 0 !important;
}

.v-locale--is-rtl .rounded-te-0 {
  border-top-left-radius: 0 !important;
}

.v-locale--is-ltr .rounded-te-sm {
  border-top-right-radius: 2px !important;
}

.v-locale--is-rtl .rounded-te-sm {
  border-top-left-radius: 2px !important;
}

.v-locale--is-ltr .rounded-te {
  border-top-right-radius: 4px !important;
}

.v-locale--is-rtl .rounded-te {
  border-top-left-radius: 4px !important;
}

.v-locale--is-ltr .rounded-te-lg {
  border-top-right-radius: 8px !important;
}

.v-locale--is-rtl .rounded-te-lg {
  border-top-left-radius: 8px !important;
}

.v-locale--is-ltr .rounded-te-xl {
  border-top-right-radius: 24px !important;
}

.v-locale--is-rtl .rounded-te-xl {
  border-top-left-radius: 24px !important;
}

.v-locale--is-ltr .rounded-te-pill {
  border-top-right-radius: 9999px !important;
}

.v-locale--is-rtl .rounded-te-pill {
  border-top-left-radius: 9999px !important;
}

.v-locale--is-ltr .rounded-te-circle {
  border-top-right-radius: 50% !important;
}

.v-locale--is-rtl .rounded-te-circle {
  border-top-left-radius: 50% !important;
}

.v-locale--is-ltr .rounded-te-shaped {
  border-top-right-radius: 24px 0 !important;
}

.v-locale--is-rtl .rounded-te-shaped {
  border-top-left-radius: 24px 0 !important;
}

.v-locale--is-ltr .rounded-be-0 {
  border-bottom-right-radius: 0 !important;
}

.v-locale--is-rtl .rounded-be-0 {
  border-bottom-left-radius: 0 !important;
}

.v-locale--is-ltr .rounded-be-sm {
  border-bottom-right-radius: 2px !important;
}

.v-locale--is-rtl .rounded-be-sm {
  border-bottom-left-radius: 2px !important;
}

.v-locale--is-ltr .rounded-be {
  border-bottom-right-radius: 4px !important;
}

.v-locale--is-rtl .rounded-be {
  border-bottom-left-radius: 4px !important;
}

.v-locale--is-ltr .rounded-be-lg {
  border-bottom-right-radius: 8px !important;
}

.v-locale--is-rtl .rounded-be-lg {
  border-bottom-left-radius: 8px !important;
}

.v-locale--is-ltr .rounded-be-xl {
  border-bottom-right-radius: 24px !important;
}

.v-locale--is-rtl .rounded-be-xl {
  border-bottom-left-radius: 24px !important;
}

.v-locale--is-ltr .rounded-be-pill {
  border-bottom-right-radius: 9999px !important;
}

.v-locale--is-rtl .rounded-be-pill {
  border-bottom-left-radius: 9999px !important;
}

.v-locale--is-ltr .rounded-be-circle {
  border-bottom-right-radius: 50% !important;
}

.v-locale--is-rtl .rounded-be-circle {
  border-bottom-left-radius: 50% !important;
}

.v-locale--is-ltr .rounded-be-shaped {
  border-bottom-right-radius: 24px 0 !important;
}

.v-locale--is-rtl .rounded-be-shaped {
  border-bottom-left-radius: 24px 0 !important;
}

.v-locale--is-ltr .rounded-bs-0 {
  border-bottom-left-radius: 0 !important;
}

.v-locale--is-rtl .rounded-bs-0 {
  border-bottom-right-radius: 0 !important;
}

.v-locale--is-ltr .rounded-bs-sm {
  border-bottom-left-radius: 2px !important;
}

.v-locale--is-rtl .rounded-bs-sm {
  border-bottom-right-radius: 2px !important;
}

.v-locale--is-ltr .rounded-bs {
  border-bottom-left-radius: 4px !important;
}

.v-locale--is-rtl .rounded-bs {
  border-bottom-right-radius: 4px !important;
}

.v-locale--is-ltr .rounded-bs-lg {
  border-bottom-left-radius: 8px !important;
}

.v-locale--is-rtl .rounded-bs-lg {
  border-bottom-right-radius: 8px !important;
}

.v-locale--is-ltr .rounded-bs-xl {
  border-bottom-left-radius: 24px !important;
}

.v-locale--is-rtl .rounded-bs-xl {
  border-bottom-right-radius: 24px !important;
}

.v-locale--is-ltr .rounded-bs-pill {
  border-bottom-left-radius: 9999px !important;
}

.v-locale--is-rtl .rounded-bs-pill {
  border-bottom-right-radius: 9999px !important;
}

.v-locale--is-ltr .rounded-bs-circle {
  border-bottom-left-radius: 50% !important;
}

.v-locale--is-rtl .rounded-bs-circle {
  border-bottom-right-radius: 50% !important;
}

.v-locale--is-ltr .rounded-bs-shaped {
  border-bottom-left-radius: 24px 0 !important;
}

.v-locale--is-rtl .rounded-bs-shaped {
  border-bottom-right-radius: 24px 0 !important;
}

.border-0 {
  border-width: 0 !important;
  border-style: solid !important;
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border {
  border-width: thin !important;
  border-style: solid !important;
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-thin {
  border-width: thin !important;
  border-style: solid !important;
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-sm {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-md {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-lg {
  border-width: 4px !important;
  border-style: solid !important;
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-xl {
  border-width: 8px !important;
  border-style: solid !important;
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-current {
  border-color: currentColor !important;
}

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

.border-opacity {
  --v-border-opacity: 0.12 !important;
}

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

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

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

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

.border-t-0 {
  border-block-start-width: 0 !important;
  border-block-start-style: solid !important;
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-t {
  border-block-start-width: thin !important;
  border-block-start-style: solid !important;
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-t-thin {
  border-block-start-width: thin !important;
  border-block-start-style: solid !important;
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-t-sm {
  border-block-start-width: 1px !important;
  border-block-start-style: solid !important;
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-t-md {
  border-block-start-width: 2px !important;
  border-block-start-style: solid !important;
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-t-lg {
  border-block-start-width: 4px !important;
  border-block-start-style: solid !important;
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-t-xl {
  border-block-start-width: 8px !important;
  border-block-start-style: solid !important;
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-e-0 {
  border-inline-end-width: 0 !important;
  border-inline-end-style: solid !important;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-e {
  border-inline-end-width: thin !important;
  border-inline-end-style: solid !important;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-e-thin {
  border-inline-end-width: thin !important;
  border-inline-end-style: solid !important;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-e-sm {
  border-inline-end-width: 1px !important;
  border-inline-end-style: solid !important;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-e-md {
  border-inline-end-width: 2px !important;
  border-inline-end-style: solid !important;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-e-lg {
  border-inline-end-width: 4px !important;
  border-inline-end-style: solid !important;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-e-xl {
  border-inline-end-width: 8px !important;
  border-inline-end-style: solid !important;
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-b-0 {
  border-block-end-width: 0 !important;
  border-block-end-style: solid !important;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-b {
  border-block-end-width: thin !important;
  border-block-end-style: solid !important;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-b-thin {
  border-block-end-width: thin !important;
  border-block-end-style: solid !important;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-b-sm {
  border-block-end-width: 1px !important;
  border-block-end-style: solid !important;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-b-md {
  border-block-end-width: 2px !important;
  border-block-end-style: solid !important;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-b-lg {
  border-block-end-width: 4px !important;
  border-block-end-style: solid !important;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-b-xl {
  border-block-end-width: 8px !important;
  border-block-end-style: solid !important;
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-s-0 {
  border-inline-start-width: 0 !important;
  border-inline-start-style: solid !important;
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-s {
  border-inline-start-width: thin !important;
  border-inline-start-style: solid !important;
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-s-thin {
  border-inline-start-width: thin !important;
  border-inline-start-style: solid !important;
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-s-sm {
  border-inline-start-width: 1px !important;
  border-inline-start-style: solid !important;
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-s-md {
  border-inline-start-width: 2px !important;
  border-inline-start-style: solid !important;
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-s-lg {
  border-inline-start-width: 4px !important;
  border-inline-start-style: solid !important;
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-s-xl {
  border-inline-start-width: 8px !important;
  border-inline-start-style: solid !important;
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-pre-line {
  white-space: pre-line !important;
}

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

.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

.opacity-hover {
  opacity: var(--v-hover-opacity) !important;
}

.opacity-focus {
  opacity: var(--v-focus-opacity) !important;
}

.opacity-selected {
  opacity: var(--v-selected-opacity) !important;
}

.opacity-activated {
  opacity: var(--v-activated-opacity) !important;
}

.opacity-pressed {
  opacity: var(--v-pressed-opacity) !important;
}

.opacity-dragged {
  opacity: var(--v-dragged-opacity) !important;
}

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

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

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

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

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

.text-high-emphasis {
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity)) !important;
}

.text-medium-emphasis {
  color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)) !important;
}

.text-disabled {
  color: rgba(var(--v-theme-on-background), var(--v-disabled-opacity)) !important;
}

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

.text-h1 {
  font-size: 6rem !important;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.015625em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-h2 {
  font-size: 3.75rem !important;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.0083333333em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-h3 {
  font-size: 3rem !important;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: normal !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-h4 {
  font-size: 2.125rem !important;
  font-weight: 400;
  line-height: 1.175;
  letter-spacing: 0.0073529412em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-h5 {
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: normal !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-h6 {
  font-size: 1.25rem !important;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0125em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-subtitle-1 {
  font-size: 1rem !important;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.009375em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-subtitle-2 {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0071428571em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03125em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-body-2 {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.425;
  letter-spacing: 0.0178571429em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-button {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: 0.0892857143em !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase !important;
}

.text-caption {
  font-size: 0.75rem !important;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0.0333333333em !important;
  font-family: "Roboto", sans-serif;
  text-transform: none !important;
}

.text-overline {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 2.667;
  letter-spacing: 0.1666666667em !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase !important;
}

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

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

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

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

.font-weight-thin {
  font-weight: 100 !important;
}

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

.font-weight-regular {
  font-weight: 400 !important;
}

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

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

.font-weight-black {
  font-weight: 900 !important;
}

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

.text-mono {
  font-family: monospace !important;
}

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

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

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

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

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

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

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

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

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

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

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-progress {
  cursor: progress !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-grabbing {
  cursor: grabbing !important;
}

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

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

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

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

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

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

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

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

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

.h-screen {
  height: 100dvh !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
  .float-sm-none {
    float: none !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .v-locale--is-rtl .float-sm-end {
    float: left !important;
  }
  .v-locale--is-rtl .float-sm-start {
    float: right !important;
  }
  .v-locale--is-ltr .float-sm-end {
    float: right !important;
  }
  .v-locale--is-ltr .float-sm-start {
    float: left !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-1-1 {
    flex: 1 1 auto !important;
  }
  .flex-sm-1-0 {
    flex: 1 0 auto !important;
  }
  .flex-sm-0-1 {
    flex: 0 1 auto !important;
  }
  .flex-sm-0-0 {
    flex: 0 0 auto !important;
  }
  .flex-sm-1-1-100 {
    flex: 1 1 100% !important;
  }
  .flex-sm-1-0-100 {
    flex: 1 0 100% !important;
  }
  .flex-sm-0-1-100 {
    flex: 0 1 100% !important;
  }
  .flex-sm-0-0-100 {
    flex: 0 0 100% !important;
  }
  .flex-sm-1-1-0 {
    flex: 1 1 0 !important;
  }
  .flex-sm-1-0-0 {
    flex: 1 0 0 !important;
  }
  .flex-sm-0-1-0 {
    flex: 0 1 0 !important;
  }
  .flex-sm-0-0-0 {
    flex: 0 0 0 !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-sm-start {
    justify-content: flex-start !important;
  }
  .justify-sm-end {
    justify-content: flex-end !important;
  }
  .justify-sm-center {
    justify-content: center !important;
  }
  .justify-sm-space-between {
    justify-content: space-between !important;
  }
  .justify-sm-space-around {
    justify-content: space-around !important;
  }
  .justify-sm-space-evenly {
    justify-content: space-evenly !important;
  }
  .align-sm-start {
    align-items: flex-start !important;
  }
  .align-sm-end {
    align-items: flex-end !important;
  }
  .align-sm-center {
    align-items: center !important;
  }
  .align-sm-baseline {
    align-items: baseline !important;
  }
  .align-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-space-between {
    align-content: space-between !important;
  }
  .align-content-sm-space-around {
    align-content: space-around !important;
  }
  .align-content-sm-space-evenly {
    align-content: space-evenly !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-6 {
    order: 6 !important;
  }
  .order-sm-7 {
    order: 7 !important;
  }
  .order-sm-8 {
    order: 8 !important;
  }
  .order-sm-9 {
    order: 9 !important;
  }
  .order-sm-10 {
    order: 10 !important;
  }
  .order-sm-11 {
    order: 11 !important;
  }
  .order-sm-12 {
    order: 12 !important;
  }
  .order-sm-last {
    order: 13 !important;
  }
  .ga-sm-0 {
    gap: 0px !important;
  }
  .ga-sm-1 {
    gap: 4px !important;
  }
  .ga-sm-2 {
    gap: 8px !important;
  }
  .ga-sm-3 {
    gap: 12px !important;
  }
  .ga-sm-4 {
    gap: 16px !important;
  }
  .ga-sm-5 {
    gap: 20px !important;
  }
  .ga-sm-6 {
    gap: 24px !important;
  }
  .ga-sm-7 {
    gap: 28px !important;
  }
  .ga-sm-8 {
    gap: 32px !important;
  }
  .ga-sm-9 {
    gap: 36px !important;
  }
  .ga-sm-10 {
    gap: 40px !important;
  }
  .ga-sm-11 {
    gap: 44px !important;
  }
  .ga-sm-12 {
    gap: 48px !important;
  }
  .ga-sm-13 {
    gap: 52px !important;
  }
  .ga-sm-14 {
    gap: 56px !important;
  }
  .ga-sm-15 {
    gap: 60px !important;
  }
  .ga-sm-16 {
    gap: 64px !important;
  }
  .ga-sm-auto {
    gap: auto !important;
  }
  .gr-sm-0 {
    row-gap: 0px !important;
  }
  .gr-sm-1 {
    row-gap: 4px !important;
  }
  .gr-sm-2 {
    row-gap: 8px !important;
  }
  .gr-sm-3 {
    row-gap: 12px !important;
  }
  .gr-sm-4 {
    row-gap: 16px !important;
  }
  .gr-sm-5 {
    row-gap: 20px !important;
  }
  .gr-sm-6 {
    row-gap: 24px !important;
  }
  .gr-sm-7 {
    row-gap: 28px !important;
  }
  .gr-sm-8 {
    row-gap: 32px !important;
  }
  .gr-sm-9 {
    row-gap: 36px !important;
  }
  .gr-sm-10 {
    row-gap: 40px !important;
  }
  .gr-sm-11 {
    row-gap: 44px !important;
  }
  .gr-sm-12 {
    row-gap: 48px !important;
  }
  .gr-sm-13 {
    row-gap: 52px !important;
  }
  .gr-sm-14 {
    row-gap: 56px !important;
  }
  .gr-sm-15 {
    row-gap: 60px !important;
  }
  .gr-sm-16 {
    row-gap: 64px !important;
  }
  .gr-sm-auto {
    row-gap: auto !important;
  }
  .gc-sm-0 {
    column-gap: 0px !important;
  }
  .gc-sm-1 {
    column-gap: 4px !important;
  }
  .gc-sm-2 {
    column-gap: 8px !important;
  }
  .gc-sm-3 {
    column-gap: 12px !important;
  }
  .gc-sm-4 {
    column-gap: 16px !important;
  }
  .gc-sm-5 {
    column-gap: 20px !important;
  }
  .gc-sm-6 {
    column-gap: 24px !important;
  }
  .gc-sm-7 {
    column-gap: 28px !important;
  }
  .gc-sm-8 {
    column-gap: 32px !important;
  }
  .gc-sm-9 {
    column-gap: 36px !important;
  }
  .gc-sm-10 {
    column-gap: 40px !important;
  }
  .gc-sm-11 {
    column-gap: 44px !important;
  }
  .gc-sm-12 {
    column-gap: 48px !important;
  }
  .gc-sm-13 {
    column-gap: 52px !important;
  }
  .gc-sm-14 {
    column-gap: 56px !important;
  }
  .gc-sm-15 {
    column-gap: 60px !important;
  }
  .gc-sm-16 {
    column-gap: 64px !important;
  }
  .gc-sm-auto {
    column-gap: auto !important;
  }
  .ma-sm-0 {
    margin: 0px !important;
  }
  .ma-sm-1 {
    margin: 4px !important;
  }
  .ma-sm-2 {
    margin: 8px !important;
  }
  .ma-sm-3 {
    margin: 12px !important;
  }
  .ma-sm-4 {
    margin: 16px !important;
  }
  .ma-sm-5 {
    margin: 20px !important;
  }
  .ma-sm-6 {
    margin: 24px !important;
  }
  .ma-sm-7 {
    margin: 28px !important;
  }
  .ma-sm-8 {
    margin: 32px !important;
  }
  .ma-sm-9 {
    margin: 36px !important;
  }
  .ma-sm-10 {
    margin: 40px !important;
  }
  .ma-sm-11 {
    margin: 44px !important;
  }
  .ma-sm-12 {
    margin: 48px !important;
  }
  .ma-sm-13 {
    margin: 52px !important;
  }
  .ma-sm-14 {
    margin: 56px !important;
  }
  .ma-sm-15 {
    margin: 60px !important;
  }
  .ma-sm-16 {
    margin: 64px !important;
  }
  .ma-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-sm-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sm-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-sm-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-sm-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-sm-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sm-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-sm-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-sm-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-sm-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-sm-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sm-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mt-sm-3 {
    margin-top: 12px !important;
  }
  .mt-sm-4 {
    margin-top: 16px !important;
  }
  .mt-sm-5 {
    margin-top: 20px !important;
  }
  .mt-sm-6 {
    margin-top: 24px !important;
  }
  .mt-sm-7 {
    margin-top: 28px !important;
  }
  .mt-sm-8 {
    margin-top: 32px !important;
  }
  .mt-sm-9 {
    margin-top: 36px !important;
  }
  .mt-sm-10 {
    margin-top: 40px !important;
  }
  .mt-sm-11 {
    margin-top: 44px !important;
  }
  .mt-sm-12 {
    margin-top: 48px !important;
  }
  .mt-sm-13 {
    margin-top: 52px !important;
  }
  .mt-sm-14 {
    margin-top: 56px !important;
  }
  .mt-sm-15 {
    margin-top: 60px !important;
  }
  .mt-sm-16 {
    margin-top: 64px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  .mr-sm-3 {
    margin-right: 12px !important;
  }
  .mr-sm-4 {
    margin-right: 16px !important;
  }
  .mr-sm-5 {
    margin-right: 20px !important;
  }
  .mr-sm-6 {
    margin-right: 24px !important;
  }
  .mr-sm-7 {
    margin-right: 28px !important;
  }
  .mr-sm-8 {
    margin-right: 32px !important;
  }
  .mr-sm-9 {
    margin-right: 36px !important;
  }
  .mr-sm-10 {
    margin-right: 40px !important;
  }
  .mr-sm-11 {
    margin-right: 44px !important;
  }
  .mr-sm-12 {
    margin-right: 48px !important;
  }
  .mr-sm-13 {
    margin-right: 52px !important;
  }
  .mr-sm-14 {
    margin-right: 56px !important;
  }
  .mr-sm-15 {
    margin-right: 60px !important;
  }
  .mr-sm-16 {
    margin-right: 64px !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .mb-sm-3 {
    margin-bottom: 12px !important;
  }
  .mb-sm-4 {
    margin-bottom: 16px !important;
  }
  .mb-sm-5 {
    margin-bottom: 20px !important;
  }
  .mb-sm-6 {
    margin-bottom: 24px !important;
  }
  .mb-sm-7 {
    margin-bottom: 28px !important;
  }
  .mb-sm-8 {
    margin-bottom: 32px !important;
  }
  .mb-sm-9 {
    margin-bottom: 36px !important;
  }
  .mb-sm-10 {
    margin-bottom: 40px !important;
  }
  .mb-sm-11 {
    margin-bottom: 44px !important;
  }
  .mb-sm-12 {
    margin-bottom: 48px !important;
  }
  .mb-sm-13 {
    margin-bottom: 52px !important;
  }
  .mb-sm-14 {
    margin-bottom: 56px !important;
  }
  .mb-sm-15 {
    margin-bottom: 60px !important;
  }
  .mb-sm-16 {
    margin-bottom: 64px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  .ml-sm-3 {
    margin-left: 12px !important;
  }
  .ml-sm-4 {
    margin-left: 16px !important;
  }
  .ml-sm-5 {
    margin-left: 20px !important;
  }
  .ml-sm-6 {
    margin-left: 24px !important;
  }
  .ml-sm-7 {
    margin-left: 28px !important;
  }
  .ml-sm-8 {
    margin-left: 32px !important;
  }
  .ml-sm-9 {
    margin-left: 36px !important;
  }
  .ml-sm-10 {
    margin-left: 40px !important;
  }
  .ml-sm-11 {
    margin-left: 44px !important;
  }
  .ml-sm-12 {
    margin-left: 48px !important;
  }
  .ml-sm-13 {
    margin-left: 52px !important;
  }
  .ml-sm-14 {
    margin-left: 56px !important;
  }
  .ml-sm-15 {
    margin-left: 60px !important;
  }
  .ml-sm-16 {
    margin-left: 64px !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .ms-sm-0 {
    margin-inline-start: 0px !important;
  }
  .ms-sm-1 {
    margin-inline-start: 4px !important;
  }
  .ms-sm-2 {
    margin-inline-start: 8px !important;
  }
  .ms-sm-3 {
    margin-inline-start: 12px !important;
  }
  .ms-sm-4 {
    margin-inline-start: 16px !important;
  }
  .ms-sm-5 {
    margin-inline-start: 20px !important;
  }
  .ms-sm-6 {
    margin-inline-start: 24px !important;
  }
  .ms-sm-7 {
    margin-inline-start: 28px !important;
  }
  .ms-sm-8 {
    margin-inline-start: 32px !important;
  }
  .ms-sm-9 {
    margin-inline-start: 36px !important;
  }
  .ms-sm-10 {
    margin-inline-start: 40px !important;
  }
  .ms-sm-11 {
    margin-inline-start: 44px !important;
  }
  .ms-sm-12 {
    margin-inline-start: 48px !important;
  }
  .ms-sm-13 {
    margin-inline-start: 52px !important;
  }
  .ms-sm-14 {
    margin-inline-start: 56px !important;
  }
  .ms-sm-15 {
    margin-inline-start: 60px !important;
  }
  .ms-sm-16 {
    margin-inline-start: 64px !important;
  }
  .ms-sm-auto {
    margin-inline-start: auto !important;
  }
  .me-sm-0 {
    margin-inline-end: 0px !important;
  }
  .me-sm-1 {
    margin-inline-end: 4px !important;
  }
  .me-sm-2 {
    margin-inline-end: 8px !important;
  }
  .me-sm-3 {
    margin-inline-end: 12px !important;
  }
  .me-sm-4 {
    margin-inline-end: 16px !important;
  }
  .me-sm-5 {
    margin-inline-end: 20px !important;
  }
  .me-sm-6 {
    margin-inline-end: 24px !important;
  }
  .me-sm-7 {
    margin-inline-end: 28px !important;
  }
  .me-sm-8 {
    margin-inline-end: 32px !important;
  }
  .me-sm-9 {
    margin-inline-end: 36px !important;
  }
  .me-sm-10 {
    margin-inline-end: 40px !important;
  }
  .me-sm-11 {
    margin-inline-end: 44px !important;
  }
  .me-sm-12 {
    margin-inline-end: 48px !important;
  }
  .me-sm-13 {
    margin-inline-end: 52px !important;
  }
  .me-sm-14 {
    margin-inline-end: 56px !important;
  }
  .me-sm-15 {
    margin-inline-end: 60px !important;
  }
  .me-sm-16 {
    margin-inline-end: 64px !important;
  }
  .me-sm-auto {
    margin-inline-end: auto !important;
  }
  .ma-sm-n1 {
    margin: -4px !important;
  }
  .ma-sm-n2 {
    margin: -8px !important;
  }
  .ma-sm-n3 {
    margin: -12px !important;
  }
  .ma-sm-n4 {
    margin: -16px !important;
  }
  .ma-sm-n5 {
    margin: -20px !important;
  }
  .ma-sm-n6 {
    margin: -24px !important;
  }
  .ma-sm-n7 {
    margin: -28px !important;
  }
  .ma-sm-n8 {
    margin: -32px !important;
  }
  .ma-sm-n9 {
    margin: -36px !important;
  }
  .ma-sm-n10 {
    margin: -40px !important;
  }
  .ma-sm-n11 {
    margin: -44px !important;
  }
  .ma-sm-n12 {
    margin: -48px !important;
  }
  .ma-sm-n13 {
    margin: -52px !important;
  }
  .ma-sm-n14 {
    margin: -56px !important;
  }
  .ma-sm-n15 {
    margin: -60px !important;
  }
  .ma-sm-n16 {
    margin: -64px !important;
  }
  .mx-sm-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-sm-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-sm-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-sm-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-sm-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-sm-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-sm-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-sm-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-sm-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-sm-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-sm-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-sm-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-sm-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-sm-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-sm-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-sm-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .my-sm-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-sm-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-sm-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-sm-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-sm-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-sm-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-sm-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-sm-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-sm-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-sm-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-sm-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-sm-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-sm-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-sm-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-sm-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-sm-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  .mt-sm-n3 {
    margin-top: -12px !important;
  }
  .mt-sm-n4 {
    margin-top: -16px !important;
  }
  .mt-sm-n5 {
    margin-top: -20px !important;
  }
  .mt-sm-n6 {
    margin-top: -24px !important;
  }
  .mt-sm-n7 {
    margin-top: -28px !important;
  }
  .mt-sm-n8 {
    margin-top: -32px !important;
  }
  .mt-sm-n9 {
    margin-top: -36px !important;
  }
  .mt-sm-n10 {
    margin-top: -40px !important;
  }
  .mt-sm-n11 {
    margin-top: -44px !important;
  }
  .mt-sm-n12 {
    margin-top: -48px !important;
  }
  .mt-sm-n13 {
    margin-top: -52px !important;
  }
  .mt-sm-n14 {
    margin-top: -56px !important;
  }
  .mt-sm-n15 {
    margin-top: -60px !important;
  }
  .mt-sm-n16 {
    margin-top: -64px !important;
  }
  .mr-sm-n1 {
    margin-right: -4px !important;
  }
  .mr-sm-n2 {
    margin-right: -8px !important;
  }
  .mr-sm-n3 {
    margin-right: -12px !important;
  }
  .mr-sm-n4 {
    margin-right: -16px !important;
  }
  .mr-sm-n5 {
    margin-right: -20px !important;
  }
  .mr-sm-n6 {
    margin-right: -24px !important;
  }
  .mr-sm-n7 {
    margin-right: -28px !important;
  }
  .mr-sm-n8 {
    margin-right: -32px !important;
  }
  .mr-sm-n9 {
    margin-right: -36px !important;
  }
  .mr-sm-n10 {
    margin-right: -40px !important;
  }
  .mr-sm-n11 {
    margin-right: -44px !important;
  }
  .mr-sm-n12 {
    margin-right: -48px !important;
  }
  .mr-sm-n13 {
    margin-right: -52px !important;
  }
  .mr-sm-n14 {
    margin-right: -56px !important;
  }
  .mr-sm-n15 {
    margin-right: -60px !important;
  }
  .mr-sm-n16 {
    margin-right: -64px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -12px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -16px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n6 {
    margin-bottom: -24px !important;
  }
  .mb-sm-n7 {
    margin-bottom: -28px !important;
  }
  .mb-sm-n8 {
    margin-bottom: -32px !important;
  }
  .mb-sm-n9 {
    margin-bottom: -36px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -40px !important;
  }
  .mb-sm-n11 {
    margin-bottom: -44px !important;
  }
  .mb-sm-n12 {
    margin-bottom: -48px !important;
  }
  .mb-sm-n13 {
    margin-bottom: -52px !important;
  }
  .mb-sm-n14 {
    margin-bottom: -56px !important;
  }
  .mb-sm-n15 {
    margin-bottom: -60px !important;
  }
  .mb-sm-n16 {
    margin-bottom: -64px !important;
  }
  .ml-sm-n1 {
    margin-left: -4px !important;
  }
  .ml-sm-n2 {
    margin-left: -8px !important;
  }
  .ml-sm-n3 {
    margin-left: -12px !important;
  }
  .ml-sm-n4 {
    margin-left: -16px !important;
  }
  .ml-sm-n5 {
    margin-left: -20px !important;
  }
  .ml-sm-n6 {
    margin-left: -24px !important;
  }
  .ml-sm-n7 {
    margin-left: -28px !important;
  }
  .ml-sm-n8 {
    margin-left: -32px !important;
  }
  .ml-sm-n9 {
    margin-left: -36px !important;
  }
  .ml-sm-n10 {
    margin-left: -40px !important;
  }
  .ml-sm-n11 {
    margin-left: -44px !important;
  }
  .ml-sm-n12 {
    margin-left: -48px !important;
  }
  .ml-sm-n13 {
    margin-left: -52px !important;
  }
  .ml-sm-n14 {
    margin-left: -56px !important;
  }
  .ml-sm-n15 {
    margin-left: -60px !important;
  }
  .ml-sm-n16 {
    margin-left: -64px !important;
  }
  .ms-sm-n1 {
    margin-inline-start: -4px !important;
  }
  .ms-sm-n2 {
    margin-inline-start: -8px !important;
  }
  .ms-sm-n3 {
    margin-inline-start: -12px !important;
  }
  .ms-sm-n4 {
    margin-inline-start: -16px !important;
  }
  .ms-sm-n5 {
    margin-inline-start: -20px !important;
  }
  .ms-sm-n6 {
    margin-inline-start: -24px !important;
  }
  .ms-sm-n7 {
    margin-inline-start: -28px !important;
  }
  .ms-sm-n8 {
    margin-inline-start: -32px !important;
  }
  .ms-sm-n9 {
    margin-inline-start: -36px !important;
  }
  .ms-sm-n10 {
    margin-inline-start: -40px !important;
  }
  .ms-sm-n11 {
    margin-inline-start: -44px !important;
  }
  .ms-sm-n12 {
    margin-inline-start: -48px !important;
  }
  .ms-sm-n13 {
    margin-inline-start: -52px !important;
  }
  .ms-sm-n14 {
    margin-inline-start: -56px !important;
  }
  .ms-sm-n15 {
    margin-inline-start: -60px !important;
  }
  .ms-sm-n16 {
    margin-inline-start: -64px !important;
  }
  .me-sm-n1 {
    margin-inline-end: -4px !important;
  }
  .me-sm-n2 {
    margin-inline-end: -8px !important;
  }
  .me-sm-n3 {
    margin-inline-end: -12px !important;
  }
  .me-sm-n4 {
    margin-inline-end: -16px !important;
  }
  .me-sm-n5 {
    margin-inline-end: -20px !important;
  }
  .me-sm-n6 {
    margin-inline-end: -24px !important;
  }
  .me-sm-n7 {
    margin-inline-end: -28px !important;
  }
  .me-sm-n8 {
    margin-inline-end: -32px !important;
  }
  .me-sm-n9 {
    margin-inline-end: -36px !important;
  }
  .me-sm-n10 {
    margin-inline-end: -40px !important;
  }
  .me-sm-n11 {
    margin-inline-end: -44px !important;
  }
  .me-sm-n12 {
    margin-inline-end: -48px !important;
  }
  .me-sm-n13 {
    margin-inline-end: -52px !important;
  }
  .me-sm-n14 {
    margin-inline-end: -56px !important;
  }
  .me-sm-n15 {
    margin-inline-end: -60px !important;
  }
  .me-sm-n16 {
    margin-inline-end: -64px !important;
  }
  .pa-sm-0 {
    padding: 0px !important;
  }
  .pa-sm-1 {
    padding: 4px !important;
  }
  .pa-sm-2 {
    padding: 8px !important;
  }
  .pa-sm-3 {
    padding: 12px !important;
  }
  .pa-sm-4 {
    padding: 16px !important;
  }
  .pa-sm-5 {
    padding: 20px !important;
  }
  .pa-sm-6 {
    padding: 24px !important;
  }
  .pa-sm-7 {
    padding: 28px !important;
  }
  .pa-sm-8 {
    padding: 32px !important;
  }
  .pa-sm-9 {
    padding: 36px !important;
  }
  .pa-sm-10 {
    padding: 40px !important;
  }
  .pa-sm-11 {
    padding: 44px !important;
  }
  .pa-sm-12 {
    padding: 48px !important;
  }
  .pa-sm-13 {
    padding: 52px !important;
  }
  .pa-sm-14 {
    padding: 56px !important;
  }
  .pa-sm-15 {
    padding: 60px !important;
  }
  .pa-sm-16 {
    padding: 64px !important;
  }
  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-sm-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sm-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-sm-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-sm-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-sm-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sm-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-sm-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-sm-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-sm-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-sm-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sm-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pt-sm-3 {
    padding-top: 12px !important;
  }
  .pt-sm-4 {
    padding-top: 16px !important;
  }
  .pt-sm-5 {
    padding-top: 20px !important;
  }
  .pt-sm-6 {
    padding-top: 24px !important;
  }
  .pt-sm-7 {
    padding-top: 28px !important;
  }
  .pt-sm-8 {
    padding-top: 32px !important;
  }
  .pt-sm-9 {
    padding-top: 36px !important;
  }
  .pt-sm-10 {
    padding-top: 40px !important;
  }
  .pt-sm-11 {
    padding-top: 44px !important;
  }
  .pt-sm-12 {
    padding-top: 48px !important;
  }
  .pt-sm-13 {
    padding-top: 52px !important;
  }
  .pt-sm-14 {
    padding-top: 56px !important;
  }
  .pt-sm-15 {
    padding-top: 60px !important;
  }
  .pt-sm-16 {
    padding-top: 64px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  .pr-sm-3 {
    padding-right: 12px !important;
  }
  .pr-sm-4 {
    padding-right: 16px !important;
  }
  .pr-sm-5 {
    padding-right: 20px !important;
  }
  .pr-sm-6 {
    padding-right: 24px !important;
  }
  .pr-sm-7 {
    padding-right: 28px !important;
  }
  .pr-sm-8 {
    padding-right: 32px !important;
  }
  .pr-sm-9 {
    padding-right: 36px !important;
  }
  .pr-sm-10 {
    padding-right: 40px !important;
  }
  .pr-sm-11 {
    padding-right: 44px !important;
  }
  .pr-sm-12 {
    padding-right: 48px !important;
  }
  .pr-sm-13 {
    padding-right: 52px !important;
  }
  .pr-sm-14 {
    padding-right: 56px !important;
  }
  .pr-sm-15 {
    padding-right: 60px !important;
  }
  .pr-sm-16 {
    padding-right: 64px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pb-sm-3 {
    padding-bottom: 12px !important;
  }
  .pb-sm-4 {
    padding-bottom: 16px !important;
  }
  .pb-sm-5 {
    padding-bottom: 20px !important;
  }
  .pb-sm-6 {
    padding-bottom: 24px !important;
  }
  .pb-sm-7 {
    padding-bottom: 28px !important;
  }
  .pb-sm-8 {
    padding-bottom: 32px !important;
  }
  .pb-sm-9 {
    padding-bottom: 36px !important;
  }
  .pb-sm-10 {
    padding-bottom: 40px !important;
  }
  .pb-sm-11 {
    padding-bottom: 44px !important;
  }
  .pb-sm-12 {
    padding-bottom: 48px !important;
  }
  .pb-sm-13 {
    padding-bottom: 52px !important;
  }
  .pb-sm-14 {
    padding-bottom: 56px !important;
  }
  .pb-sm-15 {
    padding-bottom: 60px !important;
  }
  .pb-sm-16 {
    padding-bottom: 64px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  .pl-sm-3 {
    padding-left: 12px !important;
  }
  .pl-sm-4 {
    padding-left: 16px !important;
  }
  .pl-sm-5 {
    padding-left: 20px !important;
  }
  .pl-sm-6 {
    padding-left: 24px !important;
  }
  .pl-sm-7 {
    padding-left: 28px !important;
  }
  .pl-sm-8 {
    padding-left: 32px !important;
  }
  .pl-sm-9 {
    padding-left: 36px !important;
  }
  .pl-sm-10 {
    padding-left: 40px !important;
  }
  .pl-sm-11 {
    padding-left: 44px !important;
  }
  .pl-sm-12 {
    padding-left: 48px !important;
  }
  .pl-sm-13 {
    padding-left: 52px !important;
  }
  .pl-sm-14 {
    padding-left: 56px !important;
  }
  .pl-sm-15 {
    padding-left: 60px !important;
  }
  .pl-sm-16 {
    padding-left: 64px !important;
  }
  .ps-sm-0 {
    padding-inline-start: 0px !important;
  }
  .ps-sm-1 {
    padding-inline-start: 4px !important;
  }
  .ps-sm-2 {
    padding-inline-start: 8px !important;
  }
  .ps-sm-3 {
    padding-inline-start: 12px !important;
  }
  .ps-sm-4 {
    padding-inline-start: 16px !important;
  }
  .ps-sm-5 {
    padding-inline-start: 20px !important;
  }
  .ps-sm-6 {
    padding-inline-start: 24px !important;
  }
  .ps-sm-7 {
    padding-inline-start: 28px !important;
  }
  .ps-sm-8 {
    padding-inline-start: 32px !important;
  }
  .ps-sm-9 {
    padding-inline-start: 36px !important;
  }
  .ps-sm-10 {
    padding-inline-start: 40px !important;
  }
  .ps-sm-11 {
    padding-inline-start: 44px !important;
  }
  .ps-sm-12 {
    padding-inline-start: 48px !important;
  }
  .ps-sm-13 {
    padding-inline-start: 52px !important;
  }
  .ps-sm-14 {
    padding-inline-start: 56px !important;
  }
  .ps-sm-15 {
    padding-inline-start: 60px !important;
  }
  .ps-sm-16 {
    padding-inline-start: 64px !important;
  }
  .pe-sm-0 {
    padding-inline-end: 0px !important;
  }
  .pe-sm-1 {
    padding-inline-end: 4px !important;
  }
  .pe-sm-2 {
    padding-inline-end: 8px !important;
  }
  .pe-sm-3 {
    padding-inline-end: 12px !important;
  }
  .pe-sm-4 {
    padding-inline-end: 16px !important;
  }
  .pe-sm-5 {
    padding-inline-end: 20px !important;
  }
  .pe-sm-6 {
    padding-inline-end: 24px !important;
  }
  .pe-sm-7 {
    padding-inline-end: 28px !important;
  }
  .pe-sm-8 {
    padding-inline-end: 32px !important;
  }
  .pe-sm-9 {
    padding-inline-end: 36px !important;
  }
  .pe-sm-10 {
    padding-inline-end: 40px !important;
  }
  .pe-sm-11 {
    padding-inline-end: 44px !important;
  }
  .pe-sm-12 {
    padding-inline-end: 48px !important;
  }
  .pe-sm-13 {
    padding-inline-end: 52px !important;
  }
  .pe-sm-14 {
    padding-inline-end: 56px !important;
  }
  .pe-sm-15 {
    padding-inline-end: 60px !important;
  }
  .pe-sm-16 {
    padding-inline-end: 64px !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-start {
    text-align: start !important;
  }
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-h1 {
    font-size: 6rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.015625em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-h2 {
    font-size: 3.75rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.0083333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-h3 {
    font-size: 3rem !important;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-h4 {
    font-size: 2.125rem !important;
    font-weight: 400;
    line-height: 1.175;
    letter-spacing: 0.0073529412em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-h5 {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.333;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.009375em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0071428571em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: 0.0178571429em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: 0.0892857143em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .text-sm-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.667;
    letter-spacing: 0.0333333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-sm-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2.667;
    letter-spacing: 0.1666666667em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-screen {
    height: 100vh !important;
  }
  .h-sm-0 {
    height: 0 !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-0 {
    width: 0 !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 960px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
  .float-md-none {
    float: none !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .v-locale--is-rtl .float-md-end {
    float: left !important;
  }
  .v-locale--is-rtl .float-md-start {
    float: right !important;
  }
  .v-locale--is-ltr .float-md-end {
    float: right !important;
  }
  .v-locale--is-ltr .float-md-start {
    float: left !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-1-1 {
    flex: 1 1 auto !important;
  }
  .flex-md-1-0 {
    flex: 1 0 auto !important;
  }
  .flex-md-0-1 {
    flex: 0 1 auto !important;
  }
  .flex-md-0-0 {
    flex: 0 0 auto !important;
  }
  .flex-md-1-1-100 {
    flex: 1 1 100% !important;
  }
  .flex-md-1-0-100 {
    flex: 1 0 100% !important;
  }
  .flex-md-0-1-100 {
    flex: 0 1 100% !important;
  }
  .flex-md-0-0-100 {
    flex: 0 0 100% !important;
  }
  .flex-md-1-1-0 {
    flex: 1 1 0 !important;
  }
  .flex-md-1-0-0 {
    flex: 1 0 0 !important;
  }
  .flex-md-0-1-0 {
    flex: 0 1 0 !important;
  }
  .flex-md-0-0-0 {
    flex: 0 0 0 !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-md-start {
    justify-content: flex-start !important;
  }
  .justify-md-end {
    justify-content: flex-end !important;
  }
  .justify-md-center {
    justify-content: center !important;
  }
  .justify-md-space-between {
    justify-content: space-between !important;
  }
  .justify-md-space-around {
    justify-content: space-around !important;
  }
  .justify-md-space-evenly {
    justify-content: space-evenly !important;
  }
  .align-md-start {
    align-items: flex-start !important;
  }
  .align-md-end {
    align-items: flex-end !important;
  }
  .align-md-center {
    align-items: center !important;
  }
  .align-md-baseline {
    align-items: baseline !important;
  }
  .align-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-space-between {
    align-content: space-between !important;
  }
  .align-content-md-space-around {
    align-content: space-around !important;
  }
  .align-content-md-space-evenly {
    align-content: space-evenly !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-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
  .order-md-11 {
    order: 11 !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
  .order-md-last {
    order: 13 !important;
  }
  .ga-md-0 {
    gap: 0px !important;
  }
  .ga-md-1 {
    gap: 4px !important;
  }
  .ga-md-2 {
    gap: 8px !important;
  }
  .ga-md-3 {
    gap: 12px !important;
  }
  .ga-md-4 {
    gap: 16px !important;
  }
  .ga-md-5 {
    gap: 20px !important;
  }
  .ga-md-6 {
    gap: 24px !important;
  }
  .ga-md-7 {
    gap: 28px !important;
  }
  .ga-md-8 {
    gap: 32px !important;
  }
  .ga-md-9 {
    gap: 36px !important;
  }
  .ga-md-10 {
    gap: 40px !important;
  }
  .ga-md-11 {
    gap: 44px !important;
  }
  .ga-md-12 {
    gap: 48px !important;
  }
  .ga-md-13 {
    gap: 52px !important;
  }
  .ga-md-14 {
    gap: 56px !important;
  }
  .ga-md-15 {
    gap: 60px !important;
  }
  .ga-md-16 {
    gap: 64px !important;
  }
  .ga-md-auto {
    gap: auto !important;
  }
  .gr-md-0 {
    row-gap: 0px !important;
  }
  .gr-md-1 {
    row-gap: 4px !important;
  }
  .gr-md-2 {
    row-gap: 8px !important;
  }
  .gr-md-3 {
    row-gap: 12px !important;
  }
  .gr-md-4 {
    row-gap: 16px !important;
  }
  .gr-md-5 {
    row-gap: 20px !important;
  }
  .gr-md-6 {
    row-gap: 24px !important;
  }
  .gr-md-7 {
    row-gap: 28px !important;
  }
  .gr-md-8 {
    row-gap: 32px !important;
  }
  .gr-md-9 {
    row-gap: 36px !important;
  }
  .gr-md-10 {
    row-gap: 40px !important;
  }
  .gr-md-11 {
    row-gap: 44px !important;
  }
  .gr-md-12 {
    row-gap: 48px !important;
  }
  .gr-md-13 {
    row-gap: 52px !important;
  }
  .gr-md-14 {
    row-gap: 56px !important;
  }
  .gr-md-15 {
    row-gap: 60px !important;
  }
  .gr-md-16 {
    row-gap: 64px !important;
  }
  .gr-md-auto {
    row-gap: auto !important;
  }
  .gc-md-0 {
    column-gap: 0px !important;
  }
  .gc-md-1 {
    column-gap: 4px !important;
  }
  .gc-md-2 {
    column-gap: 8px !important;
  }
  .gc-md-3 {
    column-gap: 12px !important;
  }
  .gc-md-4 {
    column-gap: 16px !important;
  }
  .gc-md-5 {
    column-gap: 20px !important;
  }
  .gc-md-6 {
    column-gap: 24px !important;
  }
  .gc-md-7 {
    column-gap: 28px !important;
  }
  .gc-md-8 {
    column-gap: 32px !important;
  }
  .gc-md-9 {
    column-gap: 36px !important;
  }
  .gc-md-10 {
    column-gap: 40px !important;
  }
  .gc-md-11 {
    column-gap: 44px !important;
  }
  .gc-md-12 {
    column-gap: 48px !important;
  }
  .gc-md-13 {
    column-gap: 52px !important;
  }
  .gc-md-14 {
    column-gap: 56px !important;
  }
  .gc-md-15 {
    column-gap: 60px !important;
  }
  .gc-md-16 {
    column-gap: 64px !important;
  }
  .gc-md-auto {
    column-gap: auto !important;
  }
  .ma-md-0 {
    margin: 0px !important;
  }
  .ma-md-1 {
    margin: 4px !important;
  }
  .ma-md-2 {
    margin: 8px !important;
  }
  .ma-md-3 {
    margin: 12px !important;
  }
  .ma-md-4 {
    margin: 16px !important;
  }
  .ma-md-5 {
    margin: 20px !important;
  }
  .ma-md-6 {
    margin: 24px !important;
  }
  .ma-md-7 {
    margin: 28px !important;
  }
  .ma-md-8 {
    margin: 32px !important;
  }
  .ma-md-9 {
    margin: 36px !important;
  }
  .ma-md-10 {
    margin: 40px !important;
  }
  .ma-md-11 {
    margin: 44px !important;
  }
  .ma-md-12 {
    margin: 48px !important;
  }
  .ma-md-13 {
    margin: 52px !important;
  }
  .ma-md-14 {
    margin: 56px !important;
  }
  .ma-md-15 {
    margin: 60px !important;
  }
  .ma-md-16 {
    margin: 64px !important;
  }
  .ma-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-md-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-md-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-md-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-md-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-md-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-md-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-md-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-md-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-md-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-md-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-md-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mt-md-3 {
    margin-top: 12px !important;
  }
  .mt-md-4 {
    margin-top: 16px !important;
  }
  .mt-md-5 {
    margin-top: 20px !important;
  }
  .mt-md-6 {
    margin-top: 24px !important;
  }
  .mt-md-7 {
    margin-top: 28px !important;
  }
  .mt-md-8 {
    margin-top: 32px !important;
  }
  .mt-md-9 {
    margin-top: 36px !important;
  }
  .mt-md-10 {
    margin-top: 40px !important;
  }
  .mt-md-11 {
    margin-top: 44px !important;
  }
  .mt-md-12 {
    margin-top: 48px !important;
  }
  .mt-md-13 {
    margin-top: 52px !important;
  }
  .mt-md-14 {
    margin-top: 56px !important;
  }
  .mt-md-15 {
    margin-top: 60px !important;
  }
  .mt-md-16 {
    margin-top: 64px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mr-md-1 {
    margin-right: 4px !important;
  }
  .mr-md-2 {
    margin-right: 8px !important;
  }
  .mr-md-3 {
    margin-right: 12px !important;
  }
  .mr-md-4 {
    margin-right: 16px !important;
  }
  .mr-md-5 {
    margin-right: 20px !important;
  }
  .mr-md-6 {
    margin-right: 24px !important;
  }
  .mr-md-7 {
    margin-right: 28px !important;
  }
  .mr-md-8 {
    margin-right: 32px !important;
  }
  .mr-md-9 {
    margin-right: 36px !important;
  }
  .mr-md-10 {
    margin-right: 40px !important;
  }
  .mr-md-11 {
    margin-right: 44px !important;
  }
  .mr-md-12 {
    margin-right: 48px !important;
  }
  .mr-md-13 {
    margin-right: 52px !important;
  }
  .mr-md-14 {
    margin-right: 56px !important;
  }
  .mr-md-15 {
    margin-right: 60px !important;
  }
  .mr-md-16 {
    margin-right: 64px !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mb-md-3 {
    margin-bottom: 12px !important;
  }
  .mb-md-4 {
    margin-bottom: 16px !important;
  }
  .mb-md-5 {
    margin-bottom: 20px !important;
  }
  .mb-md-6 {
    margin-bottom: 24px !important;
  }
  .mb-md-7 {
    margin-bottom: 28px !important;
  }
  .mb-md-8 {
    margin-bottom: 32px !important;
  }
  .mb-md-9 {
    margin-bottom: 36px !important;
  }
  .mb-md-10 {
    margin-bottom: 40px !important;
  }
  .mb-md-11 {
    margin-bottom: 44px !important;
  }
  .mb-md-12 {
    margin-bottom: 48px !important;
  }
  .mb-md-13 {
    margin-bottom: 52px !important;
  }
  .mb-md-14 {
    margin-bottom: 56px !important;
  }
  .mb-md-15 {
    margin-bottom: 60px !important;
  }
  .mb-md-16 {
    margin-bottom: 64px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .ml-md-1 {
    margin-left: 4px !important;
  }
  .ml-md-2 {
    margin-left: 8px !important;
  }
  .ml-md-3 {
    margin-left: 12px !important;
  }
  .ml-md-4 {
    margin-left: 16px !important;
  }
  .ml-md-5 {
    margin-left: 20px !important;
  }
  .ml-md-6 {
    margin-left: 24px !important;
  }
  .ml-md-7 {
    margin-left: 28px !important;
  }
  .ml-md-8 {
    margin-left: 32px !important;
  }
  .ml-md-9 {
    margin-left: 36px !important;
  }
  .ml-md-10 {
    margin-left: 40px !important;
  }
  .ml-md-11 {
    margin-left: 44px !important;
  }
  .ml-md-12 {
    margin-left: 48px !important;
  }
  .ml-md-13 {
    margin-left: 52px !important;
  }
  .ml-md-14 {
    margin-left: 56px !important;
  }
  .ml-md-15 {
    margin-left: 60px !important;
  }
  .ml-md-16 {
    margin-left: 64px !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .ms-md-0 {
    margin-inline-start: 0px !important;
  }
  .ms-md-1 {
    margin-inline-start: 4px !important;
  }
  .ms-md-2 {
    margin-inline-start: 8px !important;
  }
  .ms-md-3 {
    margin-inline-start: 12px !important;
  }
  .ms-md-4 {
    margin-inline-start: 16px !important;
  }
  .ms-md-5 {
    margin-inline-start: 20px !important;
  }
  .ms-md-6 {
    margin-inline-start: 24px !important;
  }
  .ms-md-7 {
    margin-inline-start: 28px !important;
  }
  .ms-md-8 {
    margin-inline-start: 32px !important;
  }
  .ms-md-9 {
    margin-inline-start: 36px !important;
  }
  .ms-md-10 {
    margin-inline-start: 40px !important;
  }
  .ms-md-11 {
    margin-inline-start: 44px !important;
  }
  .ms-md-12 {
    margin-inline-start: 48px !important;
  }
  .ms-md-13 {
    margin-inline-start: 52px !important;
  }
  .ms-md-14 {
    margin-inline-start: 56px !important;
  }
  .ms-md-15 {
    margin-inline-start: 60px !important;
  }
  .ms-md-16 {
    margin-inline-start: 64px !important;
  }
  .ms-md-auto {
    margin-inline-start: auto !important;
  }
  .me-md-0 {
    margin-inline-end: 0px !important;
  }
  .me-md-1 {
    margin-inline-end: 4px !important;
  }
  .me-md-2 {
    margin-inline-end: 8px !important;
  }
  .me-md-3 {
    margin-inline-end: 12px !important;
  }
  .me-md-4 {
    margin-inline-end: 16px !important;
  }
  .me-md-5 {
    margin-inline-end: 20px !important;
  }
  .me-md-6 {
    margin-inline-end: 24px !important;
  }
  .me-md-7 {
    margin-inline-end: 28px !important;
  }
  .me-md-8 {
    margin-inline-end: 32px !important;
  }
  .me-md-9 {
    margin-inline-end: 36px !important;
  }
  .me-md-10 {
    margin-inline-end: 40px !important;
  }
  .me-md-11 {
    margin-inline-end: 44px !important;
  }
  .me-md-12 {
    margin-inline-end: 48px !important;
  }
  .me-md-13 {
    margin-inline-end: 52px !important;
  }
  .me-md-14 {
    margin-inline-end: 56px !important;
  }
  .me-md-15 {
    margin-inline-end: 60px !important;
  }
  .me-md-16 {
    margin-inline-end: 64px !important;
  }
  .me-md-auto {
    margin-inline-end: auto !important;
  }
  .ma-md-n1 {
    margin: -4px !important;
  }
  .ma-md-n2 {
    margin: -8px !important;
  }
  .ma-md-n3 {
    margin: -12px !important;
  }
  .ma-md-n4 {
    margin: -16px !important;
  }
  .ma-md-n5 {
    margin: -20px !important;
  }
  .ma-md-n6 {
    margin: -24px !important;
  }
  .ma-md-n7 {
    margin: -28px !important;
  }
  .ma-md-n8 {
    margin: -32px !important;
  }
  .ma-md-n9 {
    margin: -36px !important;
  }
  .ma-md-n10 {
    margin: -40px !important;
  }
  .ma-md-n11 {
    margin: -44px !important;
  }
  .ma-md-n12 {
    margin: -48px !important;
  }
  .ma-md-n13 {
    margin: -52px !important;
  }
  .ma-md-n14 {
    margin: -56px !important;
  }
  .ma-md-n15 {
    margin: -60px !important;
  }
  .ma-md-n16 {
    margin: -64px !important;
  }
  .mx-md-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-md-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-md-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-md-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-md-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-md-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-md-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-md-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-md-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-md-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-md-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-md-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-md-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-md-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-md-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-md-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .my-md-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-md-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-md-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-md-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-md-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-md-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-md-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-md-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-md-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-md-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-md-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-md-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-md-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-md-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-md-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-md-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  .mt-md-n3 {
    margin-top: -12px !important;
  }
  .mt-md-n4 {
    margin-top: -16px !important;
  }
  .mt-md-n5 {
    margin-top: -20px !important;
  }
  .mt-md-n6 {
    margin-top: -24px !important;
  }
  .mt-md-n7 {
    margin-top: -28px !important;
  }
  .mt-md-n8 {
    margin-top: -32px !important;
  }
  .mt-md-n9 {
    margin-top: -36px !important;
  }
  .mt-md-n10 {
    margin-top: -40px !important;
  }
  .mt-md-n11 {
    margin-top: -44px !important;
  }
  .mt-md-n12 {
    margin-top: -48px !important;
  }
  .mt-md-n13 {
    margin-top: -52px !important;
  }
  .mt-md-n14 {
    margin-top: -56px !important;
  }
  .mt-md-n15 {
    margin-top: -60px !important;
  }
  .mt-md-n16 {
    margin-top: -64px !important;
  }
  .mr-md-n1 {
    margin-right: -4px !important;
  }
  .mr-md-n2 {
    margin-right: -8px !important;
  }
  .mr-md-n3 {
    margin-right: -12px !important;
  }
  .mr-md-n4 {
    margin-right: -16px !important;
  }
  .mr-md-n5 {
    margin-right: -20px !important;
  }
  .mr-md-n6 {
    margin-right: -24px !important;
  }
  .mr-md-n7 {
    margin-right: -28px !important;
  }
  .mr-md-n8 {
    margin-right: -32px !important;
  }
  .mr-md-n9 {
    margin-right: -36px !important;
  }
  .mr-md-n10 {
    margin-right: -40px !important;
  }
  .mr-md-n11 {
    margin-right: -44px !important;
  }
  .mr-md-n12 {
    margin-right: -48px !important;
  }
  .mr-md-n13 {
    margin-right: -52px !important;
  }
  .mr-md-n14 {
    margin-right: -56px !important;
  }
  .mr-md-n15 {
    margin-right: -60px !important;
  }
  .mr-md-n16 {
    margin-right: -64px !important;
  }
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  .mb-md-n3 {
    margin-bottom: -12px !important;
  }
  .mb-md-n4 {
    margin-bottom: -16px !important;
  }
  .mb-md-n5 {
    margin-bottom: -20px !important;
  }
  .mb-md-n6 {
    margin-bottom: -24px !important;
  }
  .mb-md-n7 {
    margin-bottom: -28px !important;
  }
  .mb-md-n8 {
    margin-bottom: -32px !important;
  }
  .mb-md-n9 {
    margin-bottom: -36px !important;
  }
  .mb-md-n10 {
    margin-bottom: -40px !important;
  }
  .mb-md-n11 {
    margin-bottom: -44px !important;
  }
  .mb-md-n12 {
    margin-bottom: -48px !important;
  }
  .mb-md-n13 {
    margin-bottom: -52px !important;
  }
  .mb-md-n14 {
    margin-bottom: -56px !important;
  }
  .mb-md-n15 {
    margin-bottom: -60px !important;
  }
  .mb-md-n16 {
    margin-bottom: -64px !important;
  }
  .ml-md-n1 {
    margin-left: -4px !important;
  }
  .ml-md-n2 {
    margin-left: -8px !important;
  }
  .ml-md-n3 {
    margin-left: -12px !important;
  }
  .ml-md-n4 {
    margin-left: -16px !important;
  }
  .ml-md-n5 {
    margin-left: -20px !important;
  }
  .ml-md-n6 {
    margin-left: -24px !important;
  }
  .ml-md-n7 {
    margin-left: -28px !important;
  }
  .ml-md-n8 {
    margin-left: -32px !important;
  }
  .ml-md-n9 {
    margin-left: -36px !important;
  }
  .ml-md-n10 {
    margin-left: -40px !important;
  }
  .ml-md-n11 {
    margin-left: -44px !important;
  }
  .ml-md-n12 {
    margin-left: -48px !important;
  }
  .ml-md-n13 {
    margin-left: -52px !important;
  }
  .ml-md-n14 {
    margin-left: -56px !important;
  }
  .ml-md-n15 {
    margin-left: -60px !important;
  }
  .ml-md-n16 {
    margin-left: -64px !important;
  }
  .ms-md-n1 {
    margin-inline-start: -4px !important;
  }
  .ms-md-n2 {
    margin-inline-start: -8px !important;
  }
  .ms-md-n3 {
    margin-inline-start: -12px !important;
  }
  .ms-md-n4 {
    margin-inline-start: -16px !important;
  }
  .ms-md-n5 {
    margin-inline-start: -20px !important;
  }
  .ms-md-n6 {
    margin-inline-start: -24px !important;
  }
  .ms-md-n7 {
    margin-inline-start: -28px !important;
  }
  .ms-md-n8 {
    margin-inline-start: -32px !important;
  }
  .ms-md-n9 {
    margin-inline-start: -36px !important;
  }
  .ms-md-n10 {
    margin-inline-start: -40px !important;
  }
  .ms-md-n11 {
    margin-inline-start: -44px !important;
  }
  .ms-md-n12 {
    margin-inline-start: -48px !important;
  }
  .ms-md-n13 {
    margin-inline-start: -52px !important;
  }
  .ms-md-n14 {
    margin-inline-start: -56px !important;
  }
  .ms-md-n15 {
    margin-inline-start: -60px !important;
  }
  .ms-md-n16 {
    margin-inline-start: -64px !important;
  }
  .me-md-n1 {
    margin-inline-end: -4px !important;
  }
  .me-md-n2 {
    margin-inline-end: -8px !important;
  }
  .me-md-n3 {
    margin-inline-end: -12px !important;
  }
  .me-md-n4 {
    margin-inline-end: -16px !important;
  }
  .me-md-n5 {
    margin-inline-end: -20px !important;
  }
  .me-md-n6 {
    margin-inline-end: -24px !important;
  }
  .me-md-n7 {
    margin-inline-end: -28px !important;
  }
  .me-md-n8 {
    margin-inline-end: -32px !important;
  }
  .me-md-n9 {
    margin-inline-end: -36px !important;
  }
  .me-md-n10 {
    margin-inline-end: -40px !important;
  }
  .me-md-n11 {
    margin-inline-end: -44px !important;
  }
  .me-md-n12 {
    margin-inline-end: -48px !important;
  }
  .me-md-n13 {
    margin-inline-end: -52px !important;
  }
  .me-md-n14 {
    margin-inline-end: -56px !important;
  }
  .me-md-n15 {
    margin-inline-end: -60px !important;
  }
  .me-md-n16 {
    margin-inline-end: -64px !important;
  }
  .pa-md-0 {
    padding: 0px !important;
  }
  .pa-md-1 {
    padding: 4px !important;
  }
  .pa-md-2 {
    padding: 8px !important;
  }
  .pa-md-3 {
    padding: 12px !important;
  }
  .pa-md-4 {
    padding: 16px !important;
  }
  .pa-md-5 {
    padding: 20px !important;
  }
  .pa-md-6 {
    padding: 24px !important;
  }
  .pa-md-7 {
    padding: 28px !important;
  }
  .pa-md-8 {
    padding: 32px !important;
  }
  .pa-md-9 {
    padding: 36px !important;
  }
  .pa-md-10 {
    padding: 40px !important;
  }
  .pa-md-11 {
    padding: 44px !important;
  }
  .pa-md-12 {
    padding: 48px !important;
  }
  .pa-md-13 {
    padding: 52px !important;
  }
  .pa-md-14 {
    padding: 56px !important;
  }
  .pa-md-15 {
    padding: 60px !important;
  }
  .pa-md-16 {
    padding: 64px !important;
  }
  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-md-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-md-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-md-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-md-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-md-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-md-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-md-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-md-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-md-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-md-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-md-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pt-md-3 {
    padding-top: 12px !important;
  }
  .pt-md-4 {
    padding-top: 16px !important;
  }
  .pt-md-5 {
    padding-top: 20px !important;
  }
  .pt-md-6 {
    padding-top: 24px !important;
  }
  .pt-md-7 {
    padding-top: 28px !important;
  }
  .pt-md-8 {
    padding-top: 32px !important;
  }
  .pt-md-9 {
    padding-top: 36px !important;
  }
  .pt-md-10 {
    padding-top: 40px !important;
  }
  .pt-md-11 {
    padding-top: 44px !important;
  }
  .pt-md-12 {
    padding-top: 48px !important;
  }
  .pt-md-13 {
    padding-top: 52px !important;
  }
  .pt-md-14 {
    padding-top: 56px !important;
  }
  .pt-md-15 {
    padding-top: 60px !important;
  }
  .pt-md-16 {
    padding-top: 64px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pr-md-1 {
    padding-right: 4px !important;
  }
  .pr-md-2 {
    padding-right: 8px !important;
  }
  .pr-md-3 {
    padding-right: 12px !important;
  }
  .pr-md-4 {
    padding-right: 16px !important;
  }
  .pr-md-5 {
    padding-right: 20px !important;
  }
  .pr-md-6 {
    padding-right: 24px !important;
  }
  .pr-md-7 {
    padding-right: 28px !important;
  }
  .pr-md-8 {
    padding-right: 32px !important;
  }
  .pr-md-9 {
    padding-right: 36px !important;
  }
  .pr-md-10 {
    padding-right: 40px !important;
  }
  .pr-md-11 {
    padding-right: 44px !important;
  }
  .pr-md-12 {
    padding-right: 48px !important;
  }
  .pr-md-13 {
    padding-right: 52px !important;
  }
  .pr-md-14 {
    padding-right: 56px !important;
  }
  .pr-md-15 {
    padding-right: 60px !important;
  }
  .pr-md-16 {
    padding-right: 64px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pb-md-3 {
    padding-bottom: 12px !important;
  }
  .pb-md-4 {
    padding-bottom: 16px !important;
  }
  .pb-md-5 {
    padding-bottom: 20px !important;
  }
  .pb-md-6 {
    padding-bottom: 24px !important;
  }
  .pb-md-7 {
    padding-bottom: 28px !important;
  }
  .pb-md-8 {
    padding-bottom: 32px !important;
  }
  .pb-md-9 {
    padding-bottom: 36px !important;
  }
  .pb-md-10 {
    padding-bottom: 40px !important;
  }
  .pb-md-11 {
    padding-bottom: 44px !important;
  }
  .pb-md-12 {
    padding-bottom: 48px !important;
  }
  .pb-md-13 {
    padding-bottom: 52px !important;
  }
  .pb-md-14 {
    padding-bottom: 56px !important;
  }
  .pb-md-15 {
    padding-bottom: 60px !important;
  }
  .pb-md-16 {
    padding-bottom: 64px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pl-md-1 {
    padding-left: 4px !important;
  }
  .pl-md-2 {
    padding-left: 8px !important;
  }
  .pl-md-3 {
    padding-left: 12px !important;
  }
  .pl-md-4 {
    padding-left: 16px !important;
  }
  .pl-md-5 {
    padding-left: 20px !important;
  }
  .pl-md-6 {
    padding-left: 24px !important;
  }
  .pl-md-7 {
    padding-left: 28px !important;
  }
  .pl-md-8 {
    padding-left: 32px !important;
  }
  .pl-md-9 {
    padding-left: 36px !important;
  }
  .pl-md-10 {
    padding-left: 40px !important;
  }
  .pl-md-11 {
    padding-left: 44px !important;
  }
  .pl-md-12 {
    padding-left: 48px !important;
  }
  .pl-md-13 {
    padding-left: 52px !important;
  }
  .pl-md-14 {
    padding-left: 56px !important;
  }
  .pl-md-15 {
    padding-left: 60px !important;
  }
  .pl-md-16 {
    padding-left: 64px !important;
  }
  .ps-md-0 {
    padding-inline-start: 0px !important;
  }
  .ps-md-1 {
    padding-inline-start: 4px !important;
  }
  .ps-md-2 {
    padding-inline-start: 8px !important;
  }
  .ps-md-3 {
    padding-inline-start: 12px !important;
  }
  .ps-md-4 {
    padding-inline-start: 16px !important;
  }
  .ps-md-5 {
    padding-inline-start: 20px !important;
  }
  .ps-md-6 {
    padding-inline-start: 24px !important;
  }
  .ps-md-7 {
    padding-inline-start: 28px !important;
  }
  .ps-md-8 {
    padding-inline-start: 32px !important;
  }
  .ps-md-9 {
    padding-inline-start: 36px !important;
  }
  .ps-md-10 {
    padding-inline-start: 40px !important;
  }
  .ps-md-11 {
    padding-inline-start: 44px !important;
  }
  .ps-md-12 {
    padding-inline-start: 48px !important;
  }
  .ps-md-13 {
    padding-inline-start: 52px !important;
  }
  .ps-md-14 {
    padding-inline-start: 56px !important;
  }
  .ps-md-15 {
    padding-inline-start: 60px !important;
  }
  .ps-md-16 {
    padding-inline-start: 64px !important;
  }
  .pe-md-0 {
    padding-inline-end: 0px !important;
  }
  .pe-md-1 {
    padding-inline-end: 4px !important;
  }
  .pe-md-2 {
    padding-inline-end: 8px !important;
  }
  .pe-md-3 {
    padding-inline-end: 12px !important;
  }
  .pe-md-4 {
    padding-inline-end: 16px !important;
  }
  .pe-md-5 {
    padding-inline-end: 20px !important;
  }
  .pe-md-6 {
    padding-inline-end: 24px !important;
  }
  .pe-md-7 {
    padding-inline-end: 28px !important;
  }
  .pe-md-8 {
    padding-inline-end: 32px !important;
  }
  .pe-md-9 {
    padding-inline-end: 36px !important;
  }
  .pe-md-10 {
    padding-inline-end: 40px !important;
  }
  .pe-md-11 {
    padding-inline-end: 44px !important;
  }
  .pe-md-12 {
    padding-inline-end: 48px !important;
  }
  .pe-md-13 {
    padding-inline-end: 52px !important;
  }
  .pe-md-14 {
    padding-inline-end: 56px !important;
  }
  .pe-md-15 {
    padding-inline-end: 60px !important;
  }
  .pe-md-16 {
    padding-inline-end: 64px !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-start {
    text-align: start !important;
  }
  .text-md-end {
    text-align: end !important;
  }
  .text-md-h1 {
    font-size: 6rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.015625em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-h2 {
    font-size: 3.75rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.0083333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-h3 {
    font-size: 3rem !important;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-h4 {
    font-size: 2.125rem !important;
    font-weight: 400;
    line-height: 1.175;
    letter-spacing: 0.0073529412em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-h5 {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.333;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.009375em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0071428571em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: 0.0178571429em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: 0.0892857143em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .text-md-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.667;
    letter-spacing: 0.0333333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-md-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2.667;
    letter-spacing: 0.1666666667em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-screen {
    height: 100vh !important;
  }
  .h-md-0 {
    height: 0 !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-0 {
    width: 0 !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
  .float-lg-none {
    float: none !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .v-locale--is-rtl .float-lg-end {
    float: left !important;
  }
  .v-locale--is-rtl .float-lg-start {
    float: right !important;
  }
  .v-locale--is-ltr .float-lg-end {
    float: right !important;
  }
  .v-locale--is-ltr .float-lg-start {
    float: left !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-1-1 {
    flex: 1 1 auto !important;
  }
  .flex-lg-1-0 {
    flex: 1 0 auto !important;
  }
  .flex-lg-0-1 {
    flex: 0 1 auto !important;
  }
  .flex-lg-0-0 {
    flex: 0 0 auto !important;
  }
  .flex-lg-1-1-100 {
    flex: 1 1 100% !important;
  }
  .flex-lg-1-0-100 {
    flex: 1 0 100% !important;
  }
  .flex-lg-0-1-100 {
    flex: 0 1 100% !important;
  }
  .flex-lg-0-0-100 {
    flex: 0 0 100% !important;
  }
  .flex-lg-1-1-0 {
    flex: 1 1 0 !important;
  }
  .flex-lg-1-0-0 {
    flex: 1 0 0 !important;
  }
  .flex-lg-0-1-0 {
    flex: 0 1 0 !important;
  }
  .flex-lg-0-0-0 {
    flex: 0 0 0 !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-lg-start {
    justify-content: flex-start !important;
  }
  .justify-lg-end {
    justify-content: flex-end !important;
  }
  .justify-lg-center {
    justify-content: center !important;
  }
  .justify-lg-space-between {
    justify-content: space-between !important;
  }
  .justify-lg-space-around {
    justify-content: space-around !important;
  }
  .justify-lg-space-evenly {
    justify-content: space-evenly !important;
  }
  .align-lg-start {
    align-items: flex-start !important;
  }
  .align-lg-end {
    align-items: flex-end !important;
  }
  .align-lg-center {
    align-items: center !important;
  }
  .align-lg-baseline {
    align-items: baseline !important;
  }
  .align-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-space-between {
    align-content: space-between !important;
  }
  .align-content-lg-space-around {
    align-content: space-around !important;
  }
  .align-content-lg-space-evenly {
    align-content: space-evenly !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-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-10 {
    order: 10 !important;
  }
  .order-lg-11 {
    order: 11 !important;
  }
  .order-lg-12 {
    order: 12 !important;
  }
  .order-lg-last {
    order: 13 !important;
  }
  .ga-lg-0 {
    gap: 0px !important;
  }
  .ga-lg-1 {
    gap: 4px !important;
  }
  .ga-lg-2 {
    gap: 8px !important;
  }
  .ga-lg-3 {
    gap: 12px !important;
  }
  .ga-lg-4 {
    gap: 16px !important;
  }
  .ga-lg-5 {
    gap: 20px !important;
  }
  .ga-lg-6 {
    gap: 24px !important;
  }
  .ga-lg-7 {
    gap: 28px !important;
  }
  .ga-lg-8 {
    gap: 32px !important;
  }
  .ga-lg-9 {
    gap: 36px !important;
  }
  .ga-lg-10 {
    gap: 40px !important;
  }
  .ga-lg-11 {
    gap: 44px !important;
  }
  .ga-lg-12 {
    gap: 48px !important;
  }
  .ga-lg-13 {
    gap: 52px !important;
  }
  .ga-lg-14 {
    gap: 56px !important;
  }
  .ga-lg-15 {
    gap: 60px !important;
  }
  .ga-lg-16 {
    gap: 64px !important;
  }
  .ga-lg-auto {
    gap: auto !important;
  }
  .gr-lg-0 {
    row-gap: 0px !important;
  }
  .gr-lg-1 {
    row-gap: 4px !important;
  }
  .gr-lg-2 {
    row-gap: 8px !important;
  }
  .gr-lg-3 {
    row-gap: 12px !important;
  }
  .gr-lg-4 {
    row-gap: 16px !important;
  }
  .gr-lg-5 {
    row-gap: 20px !important;
  }
  .gr-lg-6 {
    row-gap: 24px !important;
  }
  .gr-lg-7 {
    row-gap: 28px !important;
  }
  .gr-lg-8 {
    row-gap: 32px !important;
  }
  .gr-lg-9 {
    row-gap: 36px !important;
  }
  .gr-lg-10 {
    row-gap: 40px !important;
  }
  .gr-lg-11 {
    row-gap: 44px !important;
  }
  .gr-lg-12 {
    row-gap: 48px !important;
  }
  .gr-lg-13 {
    row-gap: 52px !important;
  }
  .gr-lg-14 {
    row-gap: 56px !important;
  }
  .gr-lg-15 {
    row-gap: 60px !important;
  }
  .gr-lg-16 {
    row-gap: 64px !important;
  }
  .gr-lg-auto {
    row-gap: auto !important;
  }
  .gc-lg-0 {
    column-gap: 0px !important;
  }
  .gc-lg-1 {
    column-gap: 4px !important;
  }
  .gc-lg-2 {
    column-gap: 8px !important;
  }
  .gc-lg-3 {
    column-gap: 12px !important;
  }
  .gc-lg-4 {
    column-gap: 16px !important;
  }
  .gc-lg-5 {
    column-gap: 20px !important;
  }
  .gc-lg-6 {
    column-gap: 24px !important;
  }
  .gc-lg-7 {
    column-gap: 28px !important;
  }
  .gc-lg-8 {
    column-gap: 32px !important;
  }
  .gc-lg-9 {
    column-gap: 36px !important;
  }
  .gc-lg-10 {
    column-gap: 40px !important;
  }
  .gc-lg-11 {
    column-gap: 44px !important;
  }
  .gc-lg-12 {
    column-gap: 48px !important;
  }
  .gc-lg-13 {
    column-gap: 52px !important;
  }
  .gc-lg-14 {
    column-gap: 56px !important;
  }
  .gc-lg-15 {
    column-gap: 60px !important;
  }
  .gc-lg-16 {
    column-gap: 64px !important;
  }
  .gc-lg-auto {
    column-gap: auto !important;
  }
  .ma-lg-0 {
    margin: 0px !important;
  }
  .ma-lg-1 {
    margin: 4px !important;
  }
  .ma-lg-2 {
    margin: 8px !important;
  }
  .ma-lg-3 {
    margin: 12px !important;
  }
  .ma-lg-4 {
    margin: 16px !important;
  }
  .ma-lg-5 {
    margin: 20px !important;
  }
  .ma-lg-6 {
    margin: 24px !important;
  }
  .ma-lg-7 {
    margin: 28px !important;
  }
  .ma-lg-8 {
    margin: 32px !important;
  }
  .ma-lg-9 {
    margin: 36px !important;
  }
  .ma-lg-10 {
    margin: 40px !important;
  }
  .ma-lg-11 {
    margin: 44px !important;
  }
  .ma-lg-12 {
    margin: 48px !important;
  }
  .ma-lg-13 {
    margin: 52px !important;
  }
  .ma-lg-14 {
    margin: 56px !important;
  }
  .ma-lg-15 {
    margin: 60px !important;
  }
  .ma-lg-16 {
    margin: 64px !important;
  }
  .ma-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-lg-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-lg-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-lg-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-lg-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-lg-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-lg-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-lg-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-lg-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-lg-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-lg-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-lg-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .mt-lg-3 {
    margin-top: 12px !important;
  }
  .mt-lg-4 {
    margin-top: 16px !important;
  }
  .mt-lg-5 {
    margin-top: 20px !important;
  }
  .mt-lg-6 {
    margin-top: 24px !important;
  }
  .mt-lg-7 {
    margin-top: 28px !important;
  }
  .mt-lg-8 {
    margin-top: 32px !important;
  }
  .mt-lg-9 {
    margin-top: 36px !important;
  }
  .mt-lg-10 {
    margin-top: 40px !important;
  }
  .mt-lg-11 {
    margin-top: 44px !important;
  }
  .mt-lg-12 {
    margin-top: 48px !important;
  }
  .mt-lg-13 {
    margin-top: 52px !important;
  }
  .mt-lg-14 {
    margin-top: 56px !important;
  }
  .mt-lg-15 {
    margin-top: 60px !important;
  }
  .mt-lg-16 {
    margin-top: 64px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  .mr-lg-3 {
    margin-right: 12px !important;
  }
  .mr-lg-4 {
    margin-right: 16px !important;
  }
  .mr-lg-5 {
    margin-right: 20px !important;
  }
  .mr-lg-6 {
    margin-right: 24px !important;
  }
  .mr-lg-7 {
    margin-right: 28px !important;
  }
  .mr-lg-8 {
    margin-right: 32px !important;
  }
  .mr-lg-9 {
    margin-right: 36px !important;
  }
  .mr-lg-10 {
    margin-right: 40px !important;
  }
  .mr-lg-11 {
    margin-right: 44px !important;
  }
  .mr-lg-12 {
    margin-right: 48px !important;
  }
  .mr-lg-13 {
    margin-right: 52px !important;
  }
  .mr-lg-14 {
    margin-right: 56px !important;
  }
  .mr-lg-15 {
    margin-right: 60px !important;
  }
  .mr-lg-16 {
    margin-right: 64px !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .mb-lg-3 {
    margin-bottom: 12px !important;
  }
  .mb-lg-4 {
    margin-bottom: 16px !important;
  }
  .mb-lg-5 {
    margin-bottom: 20px !important;
  }
  .mb-lg-6 {
    margin-bottom: 24px !important;
  }
  .mb-lg-7 {
    margin-bottom: 28px !important;
  }
  .mb-lg-8 {
    margin-bottom: 32px !important;
  }
  .mb-lg-9 {
    margin-bottom: 36px !important;
  }
  .mb-lg-10 {
    margin-bottom: 40px !important;
  }
  .mb-lg-11 {
    margin-bottom: 44px !important;
  }
  .mb-lg-12 {
    margin-bottom: 48px !important;
  }
  .mb-lg-13 {
    margin-bottom: 52px !important;
  }
  .mb-lg-14 {
    margin-bottom: 56px !important;
  }
  .mb-lg-15 {
    margin-bottom: 60px !important;
  }
  .mb-lg-16 {
    margin-bottom: 64px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  .ml-lg-3 {
    margin-left: 12px !important;
  }
  .ml-lg-4 {
    margin-left: 16px !important;
  }
  .ml-lg-5 {
    margin-left: 20px !important;
  }
  .ml-lg-6 {
    margin-left: 24px !important;
  }
  .ml-lg-7 {
    margin-left: 28px !important;
  }
  .ml-lg-8 {
    margin-left: 32px !important;
  }
  .ml-lg-9 {
    margin-left: 36px !important;
  }
  .ml-lg-10 {
    margin-left: 40px !important;
  }
  .ml-lg-11 {
    margin-left: 44px !important;
  }
  .ml-lg-12 {
    margin-left: 48px !important;
  }
  .ml-lg-13 {
    margin-left: 52px !important;
  }
  .ml-lg-14 {
    margin-left: 56px !important;
  }
  .ml-lg-15 {
    margin-left: 60px !important;
  }
  .ml-lg-16 {
    margin-left: 64px !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .ms-lg-0 {
    margin-inline-start: 0px !important;
  }
  .ms-lg-1 {
    margin-inline-start: 4px !important;
  }
  .ms-lg-2 {
    margin-inline-start: 8px !important;
  }
  .ms-lg-3 {
    margin-inline-start: 12px !important;
  }
  .ms-lg-4 {
    margin-inline-start: 16px !important;
  }
  .ms-lg-5 {
    margin-inline-start: 20px !important;
  }
  .ms-lg-6 {
    margin-inline-start: 24px !important;
  }
  .ms-lg-7 {
    margin-inline-start: 28px !important;
  }
  .ms-lg-8 {
    margin-inline-start: 32px !important;
  }
  .ms-lg-9 {
    margin-inline-start: 36px !important;
  }
  .ms-lg-10 {
    margin-inline-start: 40px !important;
  }
  .ms-lg-11 {
    margin-inline-start: 44px !important;
  }
  .ms-lg-12 {
    margin-inline-start: 48px !important;
  }
  .ms-lg-13 {
    margin-inline-start: 52px !important;
  }
  .ms-lg-14 {
    margin-inline-start: 56px !important;
  }
  .ms-lg-15 {
    margin-inline-start: 60px !important;
  }
  .ms-lg-16 {
    margin-inline-start: 64px !important;
  }
  .ms-lg-auto {
    margin-inline-start: auto !important;
  }
  .me-lg-0 {
    margin-inline-end: 0px !important;
  }
  .me-lg-1 {
    margin-inline-end: 4px !important;
  }
  .me-lg-2 {
    margin-inline-end: 8px !important;
  }
  .me-lg-3 {
    margin-inline-end: 12px !important;
  }
  .me-lg-4 {
    margin-inline-end: 16px !important;
  }
  .me-lg-5 {
    margin-inline-end: 20px !important;
  }
  .me-lg-6 {
    margin-inline-end: 24px !important;
  }
  .me-lg-7 {
    margin-inline-end: 28px !important;
  }
  .me-lg-8 {
    margin-inline-end: 32px !important;
  }
  .me-lg-9 {
    margin-inline-end: 36px !important;
  }
  .me-lg-10 {
    margin-inline-end: 40px !important;
  }
  .me-lg-11 {
    margin-inline-end: 44px !important;
  }
  .me-lg-12 {
    margin-inline-end: 48px !important;
  }
  .me-lg-13 {
    margin-inline-end: 52px !important;
  }
  .me-lg-14 {
    margin-inline-end: 56px !important;
  }
  .me-lg-15 {
    margin-inline-end: 60px !important;
  }
  .me-lg-16 {
    margin-inline-end: 64px !important;
  }
  .me-lg-auto {
    margin-inline-end: auto !important;
  }
  .ma-lg-n1 {
    margin: -4px !important;
  }
  .ma-lg-n2 {
    margin: -8px !important;
  }
  .ma-lg-n3 {
    margin: -12px !important;
  }
  .ma-lg-n4 {
    margin: -16px !important;
  }
  .ma-lg-n5 {
    margin: -20px !important;
  }
  .ma-lg-n6 {
    margin: -24px !important;
  }
  .ma-lg-n7 {
    margin: -28px !important;
  }
  .ma-lg-n8 {
    margin: -32px !important;
  }
  .ma-lg-n9 {
    margin: -36px !important;
  }
  .ma-lg-n10 {
    margin: -40px !important;
  }
  .ma-lg-n11 {
    margin: -44px !important;
  }
  .ma-lg-n12 {
    margin: -48px !important;
  }
  .ma-lg-n13 {
    margin: -52px !important;
  }
  .ma-lg-n14 {
    margin: -56px !important;
  }
  .ma-lg-n15 {
    margin: -60px !important;
  }
  .ma-lg-n16 {
    margin: -64px !important;
  }
  .mx-lg-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-lg-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-lg-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-lg-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-lg-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-lg-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-lg-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-lg-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-lg-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-lg-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-lg-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-lg-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-lg-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-lg-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-lg-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-lg-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .my-lg-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-lg-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-lg-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-lg-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-lg-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-lg-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-lg-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-lg-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-lg-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-lg-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-lg-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-lg-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-lg-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-lg-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-lg-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-lg-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mt-lg-n1 {
    margin-top: -4px !important;
  }
  .mt-lg-n2 {
    margin-top: -8px !important;
  }
  .mt-lg-n3 {
    margin-top: -12px !important;
  }
  .mt-lg-n4 {
    margin-top: -16px !important;
  }
  .mt-lg-n5 {
    margin-top: -20px !important;
  }
  .mt-lg-n6 {
    margin-top: -24px !important;
  }
  .mt-lg-n7 {
    margin-top: -28px !important;
  }
  .mt-lg-n8 {
    margin-top: -32px !important;
  }
  .mt-lg-n9 {
    margin-top: -36px !important;
  }
  .mt-lg-n10 {
    margin-top: -40px !important;
  }
  .mt-lg-n11 {
    margin-top: -44px !important;
  }
  .mt-lg-n12 {
    margin-top: -48px !important;
  }
  .mt-lg-n13 {
    margin-top: -52px !important;
  }
  .mt-lg-n14 {
    margin-top: -56px !important;
  }
  .mt-lg-n15 {
    margin-top: -60px !important;
  }
  .mt-lg-n16 {
    margin-top: -64px !important;
  }
  .mr-lg-n1 {
    margin-right: -4px !important;
  }
  .mr-lg-n2 {
    margin-right: -8px !important;
  }
  .mr-lg-n3 {
    margin-right: -12px !important;
  }
  .mr-lg-n4 {
    margin-right: -16px !important;
  }
  .mr-lg-n5 {
    margin-right: -20px !important;
  }
  .mr-lg-n6 {
    margin-right: -24px !important;
  }
  .mr-lg-n7 {
    margin-right: -28px !important;
  }
  .mr-lg-n8 {
    margin-right: -32px !important;
  }
  .mr-lg-n9 {
    margin-right: -36px !important;
  }
  .mr-lg-n10 {
    margin-right: -40px !important;
  }
  .mr-lg-n11 {
    margin-right: -44px !important;
  }
  .mr-lg-n12 {
    margin-right: -48px !important;
  }
  .mr-lg-n13 {
    margin-right: -52px !important;
  }
  .mr-lg-n14 {
    margin-right: -56px !important;
  }
  .mr-lg-n15 {
    margin-right: -60px !important;
  }
  .mr-lg-n16 {
    margin-right: -64px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -12px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -16px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -20px !important;
  }
  .mb-lg-n6 {
    margin-bottom: -24px !important;
  }
  .mb-lg-n7 {
    margin-bottom: -28px !important;
  }
  .mb-lg-n8 {
    margin-bottom: -32px !important;
  }
  .mb-lg-n9 {
    margin-bottom: -36px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -40px !important;
  }
  .mb-lg-n11 {
    margin-bottom: -44px !important;
  }
  .mb-lg-n12 {
    margin-bottom: -48px !important;
  }
  .mb-lg-n13 {
    margin-bottom: -52px !important;
  }
  .mb-lg-n14 {
    margin-bottom: -56px !important;
  }
  .mb-lg-n15 {
    margin-bottom: -60px !important;
  }
  .mb-lg-n16 {
    margin-bottom: -64px !important;
  }
  .ml-lg-n1 {
    margin-left: -4px !important;
  }
  .ml-lg-n2 {
    margin-left: -8px !important;
  }
  .ml-lg-n3 {
    margin-left: -12px !important;
  }
  .ml-lg-n4 {
    margin-left: -16px !important;
  }
  .ml-lg-n5 {
    margin-left: -20px !important;
  }
  .ml-lg-n6 {
    margin-left: -24px !important;
  }
  .ml-lg-n7 {
    margin-left: -28px !important;
  }
  .ml-lg-n8 {
    margin-left: -32px !important;
  }
  .ml-lg-n9 {
    margin-left: -36px !important;
  }
  .ml-lg-n10 {
    margin-left: -40px !important;
  }
  .ml-lg-n11 {
    margin-left: -44px !important;
  }
  .ml-lg-n12 {
    margin-left: -48px !important;
  }
  .ml-lg-n13 {
    margin-left: -52px !important;
  }
  .ml-lg-n14 {
    margin-left: -56px !important;
  }
  .ml-lg-n15 {
    margin-left: -60px !important;
  }
  .ml-lg-n16 {
    margin-left: -64px !important;
  }
  .ms-lg-n1 {
    margin-inline-start: -4px !important;
  }
  .ms-lg-n2 {
    margin-inline-start: -8px !important;
  }
  .ms-lg-n3 {
    margin-inline-start: -12px !important;
  }
  .ms-lg-n4 {
    margin-inline-start: -16px !important;
  }
  .ms-lg-n5 {
    margin-inline-start: -20px !important;
  }
  .ms-lg-n6 {
    margin-inline-start: -24px !important;
  }
  .ms-lg-n7 {
    margin-inline-start: -28px !important;
  }
  .ms-lg-n8 {
    margin-inline-start: -32px !important;
  }
  .ms-lg-n9 {
    margin-inline-start: -36px !important;
  }
  .ms-lg-n10 {
    margin-inline-start: -40px !important;
  }
  .ms-lg-n11 {
    margin-inline-start: -44px !important;
  }
  .ms-lg-n12 {
    margin-inline-start: -48px !important;
  }
  .ms-lg-n13 {
    margin-inline-start: -52px !important;
  }
  .ms-lg-n14 {
    margin-inline-start: -56px !important;
  }
  .ms-lg-n15 {
    margin-inline-start: -60px !important;
  }
  .ms-lg-n16 {
    margin-inline-start: -64px !important;
  }
  .me-lg-n1 {
    margin-inline-end: -4px !important;
  }
  .me-lg-n2 {
    margin-inline-end: -8px !important;
  }
  .me-lg-n3 {
    margin-inline-end: -12px !important;
  }
  .me-lg-n4 {
    margin-inline-end: -16px !important;
  }
  .me-lg-n5 {
    margin-inline-end: -20px !important;
  }
  .me-lg-n6 {
    margin-inline-end: -24px !important;
  }
  .me-lg-n7 {
    margin-inline-end: -28px !important;
  }
  .me-lg-n8 {
    margin-inline-end: -32px !important;
  }
  .me-lg-n9 {
    margin-inline-end: -36px !important;
  }
  .me-lg-n10 {
    margin-inline-end: -40px !important;
  }
  .me-lg-n11 {
    margin-inline-end: -44px !important;
  }
  .me-lg-n12 {
    margin-inline-end: -48px !important;
  }
  .me-lg-n13 {
    margin-inline-end: -52px !important;
  }
  .me-lg-n14 {
    margin-inline-end: -56px !important;
  }
  .me-lg-n15 {
    margin-inline-end: -60px !important;
  }
  .me-lg-n16 {
    margin-inline-end: -64px !important;
  }
  .pa-lg-0 {
    padding: 0px !important;
  }
  .pa-lg-1 {
    padding: 4px !important;
  }
  .pa-lg-2 {
    padding: 8px !important;
  }
  .pa-lg-3 {
    padding: 12px !important;
  }
  .pa-lg-4 {
    padding: 16px !important;
  }
  .pa-lg-5 {
    padding: 20px !important;
  }
  .pa-lg-6 {
    padding: 24px !important;
  }
  .pa-lg-7 {
    padding: 28px !important;
  }
  .pa-lg-8 {
    padding: 32px !important;
  }
  .pa-lg-9 {
    padding: 36px !important;
  }
  .pa-lg-10 {
    padding: 40px !important;
  }
  .pa-lg-11 {
    padding: 44px !important;
  }
  .pa-lg-12 {
    padding: 48px !important;
  }
  .pa-lg-13 {
    padding: 52px !important;
  }
  .pa-lg-14 {
    padding: 56px !important;
  }
  .pa-lg-15 {
    padding: 60px !important;
  }
  .pa-lg-16 {
    padding: 64px !important;
  }
  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-lg-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-lg-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-lg-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-lg-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-lg-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-lg-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-lg-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-lg-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-lg-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-lg-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-lg-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-lg-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pt-lg-3 {
    padding-top: 12px !important;
  }
  .pt-lg-4 {
    padding-top: 16px !important;
  }
  .pt-lg-5 {
    padding-top: 20px !important;
  }
  .pt-lg-6 {
    padding-top: 24px !important;
  }
  .pt-lg-7 {
    padding-top: 28px !important;
  }
  .pt-lg-8 {
    padding-top: 32px !important;
  }
  .pt-lg-9 {
    padding-top: 36px !important;
  }
  .pt-lg-10 {
    padding-top: 40px !important;
  }
  .pt-lg-11 {
    padding-top: 44px !important;
  }
  .pt-lg-12 {
    padding-top: 48px !important;
  }
  .pt-lg-13 {
    padding-top: 52px !important;
  }
  .pt-lg-14 {
    padding-top: 56px !important;
  }
  .pt-lg-15 {
    padding-top: 60px !important;
  }
  .pt-lg-16 {
    padding-top: 64px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  .pr-lg-3 {
    padding-right: 12px !important;
  }
  .pr-lg-4 {
    padding-right: 16px !important;
  }
  .pr-lg-5 {
    padding-right: 20px !important;
  }
  .pr-lg-6 {
    padding-right: 24px !important;
  }
  .pr-lg-7 {
    padding-right: 28px !important;
  }
  .pr-lg-8 {
    padding-right: 32px !important;
  }
  .pr-lg-9 {
    padding-right: 36px !important;
  }
  .pr-lg-10 {
    padding-right: 40px !important;
  }
  .pr-lg-11 {
    padding-right: 44px !important;
  }
  .pr-lg-12 {
    padding-right: 48px !important;
  }
  .pr-lg-13 {
    padding-right: 52px !important;
  }
  .pr-lg-14 {
    padding-right: 56px !important;
  }
  .pr-lg-15 {
    padding-right: 60px !important;
  }
  .pr-lg-16 {
    padding-right: 64px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pb-lg-3 {
    padding-bottom: 12px !important;
  }
  .pb-lg-4 {
    padding-bottom: 16px !important;
  }
  .pb-lg-5 {
    padding-bottom: 20px !important;
  }
  .pb-lg-6 {
    padding-bottom: 24px !important;
  }
  .pb-lg-7 {
    padding-bottom: 28px !important;
  }
  .pb-lg-8 {
    padding-bottom: 32px !important;
  }
  .pb-lg-9 {
    padding-bottom: 36px !important;
  }
  .pb-lg-10 {
    padding-bottom: 40px !important;
  }
  .pb-lg-11 {
    padding-bottom: 44px !important;
  }
  .pb-lg-12 {
    padding-bottom: 48px !important;
  }
  .pb-lg-13 {
    padding-bottom: 52px !important;
  }
  .pb-lg-14 {
    padding-bottom: 56px !important;
  }
  .pb-lg-15 {
    padding-bottom: 60px !important;
  }
  .pb-lg-16 {
    padding-bottom: 64px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  .pl-lg-3 {
    padding-left: 12px !important;
  }
  .pl-lg-4 {
    padding-left: 16px !important;
  }
  .pl-lg-5 {
    padding-left: 20px !important;
  }
  .pl-lg-6 {
    padding-left: 24px !important;
  }
  .pl-lg-7 {
    padding-left: 28px !important;
  }
  .pl-lg-8 {
    padding-left: 32px !important;
  }
  .pl-lg-9 {
    padding-left: 36px !important;
  }
  .pl-lg-10 {
    padding-left: 40px !important;
  }
  .pl-lg-11 {
    padding-left: 44px !important;
  }
  .pl-lg-12 {
    padding-left: 48px !important;
  }
  .pl-lg-13 {
    padding-left: 52px !important;
  }
  .pl-lg-14 {
    padding-left: 56px !important;
  }
  .pl-lg-15 {
    padding-left: 60px !important;
  }
  .pl-lg-16 {
    padding-left: 64px !important;
  }
  .ps-lg-0 {
    padding-inline-start: 0px !important;
  }
  .ps-lg-1 {
    padding-inline-start: 4px !important;
  }
  .ps-lg-2 {
    padding-inline-start: 8px !important;
  }
  .ps-lg-3 {
    padding-inline-start: 12px !important;
  }
  .ps-lg-4 {
    padding-inline-start: 16px !important;
  }
  .ps-lg-5 {
    padding-inline-start: 20px !important;
  }
  .ps-lg-6 {
    padding-inline-start: 24px !important;
  }
  .ps-lg-7 {
    padding-inline-start: 28px !important;
  }
  .ps-lg-8 {
    padding-inline-start: 32px !important;
  }
  .ps-lg-9 {
    padding-inline-start: 36px !important;
  }
  .ps-lg-10 {
    padding-inline-start: 40px !important;
  }
  .ps-lg-11 {
    padding-inline-start: 44px !important;
  }
  .ps-lg-12 {
    padding-inline-start: 48px !important;
  }
  .ps-lg-13 {
    padding-inline-start: 52px !important;
  }
  .ps-lg-14 {
    padding-inline-start: 56px !important;
  }
  .ps-lg-15 {
    padding-inline-start: 60px !important;
  }
  .ps-lg-16 {
    padding-inline-start: 64px !important;
  }
  .pe-lg-0 {
    padding-inline-end: 0px !important;
  }
  .pe-lg-1 {
    padding-inline-end: 4px !important;
  }
  .pe-lg-2 {
    padding-inline-end: 8px !important;
  }
  .pe-lg-3 {
    padding-inline-end: 12px !important;
  }
  .pe-lg-4 {
    padding-inline-end: 16px !important;
  }
  .pe-lg-5 {
    padding-inline-end: 20px !important;
  }
  .pe-lg-6 {
    padding-inline-end: 24px !important;
  }
  .pe-lg-7 {
    padding-inline-end: 28px !important;
  }
  .pe-lg-8 {
    padding-inline-end: 32px !important;
  }
  .pe-lg-9 {
    padding-inline-end: 36px !important;
  }
  .pe-lg-10 {
    padding-inline-end: 40px !important;
  }
  .pe-lg-11 {
    padding-inline-end: 44px !important;
  }
  .pe-lg-12 {
    padding-inline-end: 48px !important;
  }
  .pe-lg-13 {
    padding-inline-end: 52px !important;
  }
  .pe-lg-14 {
    padding-inline-end: 56px !important;
  }
  .pe-lg-15 {
    padding-inline-end: 60px !important;
  }
  .pe-lg-16 {
    padding-inline-end: 64px !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-start {
    text-align: start !important;
  }
  .text-lg-end {
    text-align: end !important;
  }
  .text-lg-h1 {
    font-size: 6rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.015625em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-h2 {
    font-size: 3.75rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.0083333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-h3 {
    font-size: 3rem !important;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-h4 {
    font-size: 2.125rem !important;
    font-weight: 400;
    line-height: 1.175;
    letter-spacing: 0.0073529412em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-h5 {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.333;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.009375em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0071428571em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: 0.0178571429em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: 0.0892857143em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .text-lg-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.667;
    letter-spacing: 0.0333333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-lg-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2.667;
    letter-spacing: 0.1666666667em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-screen {
    height: 100vh !important;
  }
  .h-lg-0 {
    height: 0 !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-0 {
    width: 0 !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1920px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
  .float-xl-none {
    float: none !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .v-locale--is-rtl .float-xl-end {
    float: left !important;
  }
  .v-locale--is-rtl .float-xl-start {
    float: right !important;
  }
  .v-locale--is-ltr .float-xl-end {
    float: right !important;
  }
  .v-locale--is-ltr .float-xl-start {
    float: left !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-1-1 {
    flex: 1 1 auto !important;
  }
  .flex-xl-1-0 {
    flex: 1 0 auto !important;
  }
  .flex-xl-0-1 {
    flex: 0 1 auto !important;
  }
  .flex-xl-0-0 {
    flex: 0 0 auto !important;
  }
  .flex-xl-1-1-100 {
    flex: 1 1 100% !important;
  }
  .flex-xl-1-0-100 {
    flex: 1 0 100% !important;
  }
  .flex-xl-0-1-100 {
    flex: 0 1 100% !important;
  }
  .flex-xl-0-0-100 {
    flex: 0 0 100% !important;
  }
  .flex-xl-1-1-0 {
    flex: 1 1 0 !important;
  }
  .flex-xl-1-0-0 {
    flex: 1 0 0 !important;
  }
  .flex-xl-0-1-0 {
    flex: 0 1 0 !important;
  }
  .flex-xl-0-0-0 {
    flex: 0 0 0 !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-xl-start {
    justify-content: flex-start !important;
  }
  .justify-xl-end {
    justify-content: flex-end !important;
  }
  .justify-xl-center {
    justify-content: center !important;
  }
  .justify-xl-space-between {
    justify-content: space-between !important;
  }
  .justify-xl-space-around {
    justify-content: space-around !important;
  }
  .justify-xl-space-evenly {
    justify-content: space-evenly !important;
  }
  .align-xl-start {
    align-items: flex-start !important;
  }
  .align-xl-end {
    align-items: flex-end !important;
  }
  .align-xl-center {
    align-items: center !important;
  }
  .align-xl-baseline {
    align-items: baseline !important;
  }
  .align-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-space-between {
    align-content: space-between !important;
  }
  .align-content-xl-space-around {
    align-content: space-around !important;
  }
  .align-content-xl-space-evenly {
    align-content: space-evenly !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-6 {
    order: 6 !important;
  }
  .order-xl-7 {
    order: 7 !important;
  }
  .order-xl-8 {
    order: 8 !important;
  }
  .order-xl-9 {
    order: 9 !important;
  }
  .order-xl-10 {
    order: 10 !important;
  }
  .order-xl-11 {
    order: 11 !important;
  }
  .order-xl-12 {
    order: 12 !important;
  }
  .order-xl-last {
    order: 13 !important;
  }
  .ga-xl-0 {
    gap: 0px !important;
  }
  .ga-xl-1 {
    gap: 4px !important;
  }
  .ga-xl-2 {
    gap: 8px !important;
  }
  .ga-xl-3 {
    gap: 12px !important;
  }
  .ga-xl-4 {
    gap: 16px !important;
  }
  .ga-xl-5 {
    gap: 20px !important;
  }
  .ga-xl-6 {
    gap: 24px !important;
  }
  .ga-xl-7 {
    gap: 28px !important;
  }
  .ga-xl-8 {
    gap: 32px !important;
  }
  .ga-xl-9 {
    gap: 36px !important;
  }
  .ga-xl-10 {
    gap: 40px !important;
  }
  .ga-xl-11 {
    gap: 44px !important;
  }
  .ga-xl-12 {
    gap: 48px !important;
  }
  .ga-xl-13 {
    gap: 52px !important;
  }
  .ga-xl-14 {
    gap: 56px !important;
  }
  .ga-xl-15 {
    gap: 60px !important;
  }
  .ga-xl-16 {
    gap: 64px !important;
  }
  .ga-xl-auto {
    gap: auto !important;
  }
  .gr-xl-0 {
    row-gap: 0px !important;
  }
  .gr-xl-1 {
    row-gap: 4px !important;
  }
  .gr-xl-2 {
    row-gap: 8px !important;
  }
  .gr-xl-3 {
    row-gap: 12px !important;
  }
  .gr-xl-4 {
    row-gap: 16px !important;
  }
  .gr-xl-5 {
    row-gap: 20px !important;
  }
  .gr-xl-6 {
    row-gap: 24px !important;
  }
  .gr-xl-7 {
    row-gap: 28px !important;
  }
  .gr-xl-8 {
    row-gap: 32px !important;
  }
  .gr-xl-9 {
    row-gap: 36px !important;
  }
  .gr-xl-10 {
    row-gap: 40px !important;
  }
  .gr-xl-11 {
    row-gap: 44px !important;
  }
  .gr-xl-12 {
    row-gap: 48px !important;
  }
  .gr-xl-13 {
    row-gap: 52px !important;
  }
  .gr-xl-14 {
    row-gap: 56px !important;
  }
  .gr-xl-15 {
    row-gap: 60px !important;
  }
  .gr-xl-16 {
    row-gap: 64px !important;
  }
  .gr-xl-auto {
    row-gap: auto !important;
  }
  .gc-xl-0 {
    column-gap: 0px !important;
  }
  .gc-xl-1 {
    column-gap: 4px !important;
  }
  .gc-xl-2 {
    column-gap: 8px !important;
  }
  .gc-xl-3 {
    column-gap: 12px !important;
  }
  .gc-xl-4 {
    column-gap: 16px !important;
  }
  .gc-xl-5 {
    column-gap: 20px !important;
  }
  .gc-xl-6 {
    column-gap: 24px !important;
  }
  .gc-xl-7 {
    column-gap: 28px !important;
  }
  .gc-xl-8 {
    column-gap: 32px !important;
  }
  .gc-xl-9 {
    column-gap: 36px !important;
  }
  .gc-xl-10 {
    column-gap: 40px !important;
  }
  .gc-xl-11 {
    column-gap: 44px !important;
  }
  .gc-xl-12 {
    column-gap: 48px !important;
  }
  .gc-xl-13 {
    column-gap: 52px !important;
  }
  .gc-xl-14 {
    column-gap: 56px !important;
  }
  .gc-xl-15 {
    column-gap: 60px !important;
  }
  .gc-xl-16 {
    column-gap: 64px !important;
  }
  .gc-xl-auto {
    column-gap: auto !important;
  }
  .ma-xl-0 {
    margin: 0px !important;
  }
  .ma-xl-1 {
    margin: 4px !important;
  }
  .ma-xl-2 {
    margin: 8px !important;
  }
  .ma-xl-3 {
    margin: 12px !important;
  }
  .ma-xl-4 {
    margin: 16px !important;
  }
  .ma-xl-5 {
    margin: 20px !important;
  }
  .ma-xl-6 {
    margin: 24px !important;
  }
  .ma-xl-7 {
    margin: 28px !important;
  }
  .ma-xl-8 {
    margin: 32px !important;
  }
  .ma-xl-9 {
    margin: 36px !important;
  }
  .ma-xl-10 {
    margin: 40px !important;
  }
  .ma-xl-11 {
    margin: 44px !important;
  }
  .ma-xl-12 {
    margin: 48px !important;
  }
  .ma-xl-13 {
    margin: 52px !important;
  }
  .ma-xl-14 {
    margin: 56px !important;
  }
  .ma-xl-15 {
    margin: 60px !important;
  }
  .ma-xl-16 {
    margin: 64px !important;
  }
  .ma-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-xl-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xl-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-xl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-xl-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-xl-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xl-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-xl-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-xl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-xl-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xl-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xl-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  .mt-xl-3 {
    margin-top: 12px !important;
  }
  .mt-xl-4 {
    margin-top: 16px !important;
  }
  .mt-xl-5 {
    margin-top: 20px !important;
  }
  .mt-xl-6 {
    margin-top: 24px !important;
  }
  .mt-xl-7 {
    margin-top: 28px !important;
  }
  .mt-xl-8 {
    margin-top: 32px !important;
  }
  .mt-xl-9 {
    margin-top: 36px !important;
  }
  .mt-xl-10 {
    margin-top: 40px !important;
  }
  .mt-xl-11 {
    margin-top: 44px !important;
  }
  .mt-xl-12 {
    margin-top: 48px !important;
  }
  .mt-xl-13 {
    margin-top: 52px !important;
  }
  .mt-xl-14 {
    margin-top: 56px !important;
  }
  .mt-xl-15 {
    margin-top: 60px !important;
  }
  .mt-xl-16 {
    margin-top: 64px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  .mr-xl-3 {
    margin-right: 12px !important;
  }
  .mr-xl-4 {
    margin-right: 16px !important;
  }
  .mr-xl-5 {
    margin-right: 20px !important;
  }
  .mr-xl-6 {
    margin-right: 24px !important;
  }
  .mr-xl-7 {
    margin-right: 28px !important;
  }
  .mr-xl-8 {
    margin-right: 32px !important;
  }
  .mr-xl-9 {
    margin-right: 36px !important;
  }
  .mr-xl-10 {
    margin-right: 40px !important;
  }
  .mr-xl-11 {
    margin-right: 44px !important;
  }
  .mr-xl-12 {
    margin-right: 48px !important;
  }
  .mr-xl-13 {
    margin-right: 52px !important;
  }
  .mr-xl-14 {
    margin-right: 56px !important;
  }
  .mr-xl-15 {
    margin-right: 60px !important;
  }
  .mr-xl-16 {
    margin-right: 64px !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .mb-xl-3 {
    margin-bottom: 12px !important;
  }
  .mb-xl-4 {
    margin-bottom: 16px !important;
  }
  .mb-xl-5 {
    margin-bottom: 20px !important;
  }
  .mb-xl-6 {
    margin-bottom: 24px !important;
  }
  .mb-xl-7 {
    margin-bottom: 28px !important;
  }
  .mb-xl-8 {
    margin-bottom: 32px !important;
  }
  .mb-xl-9 {
    margin-bottom: 36px !important;
  }
  .mb-xl-10 {
    margin-bottom: 40px !important;
  }
  .mb-xl-11 {
    margin-bottom: 44px !important;
  }
  .mb-xl-12 {
    margin-bottom: 48px !important;
  }
  .mb-xl-13 {
    margin-bottom: 52px !important;
  }
  .mb-xl-14 {
    margin-bottom: 56px !important;
  }
  .mb-xl-15 {
    margin-bottom: 60px !important;
  }
  .mb-xl-16 {
    margin-bottom: 64px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  .ml-xl-3 {
    margin-left: 12px !important;
  }
  .ml-xl-4 {
    margin-left: 16px !important;
  }
  .ml-xl-5 {
    margin-left: 20px !important;
  }
  .ml-xl-6 {
    margin-left: 24px !important;
  }
  .ml-xl-7 {
    margin-left: 28px !important;
  }
  .ml-xl-8 {
    margin-left: 32px !important;
  }
  .ml-xl-9 {
    margin-left: 36px !important;
  }
  .ml-xl-10 {
    margin-left: 40px !important;
  }
  .ml-xl-11 {
    margin-left: 44px !important;
  }
  .ml-xl-12 {
    margin-left: 48px !important;
  }
  .ml-xl-13 {
    margin-left: 52px !important;
  }
  .ml-xl-14 {
    margin-left: 56px !important;
  }
  .ml-xl-15 {
    margin-left: 60px !important;
  }
  .ml-xl-16 {
    margin-left: 64px !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .ms-xl-0 {
    margin-inline-start: 0px !important;
  }
  .ms-xl-1 {
    margin-inline-start: 4px !important;
  }
  .ms-xl-2 {
    margin-inline-start: 8px !important;
  }
  .ms-xl-3 {
    margin-inline-start: 12px !important;
  }
  .ms-xl-4 {
    margin-inline-start: 16px !important;
  }
  .ms-xl-5 {
    margin-inline-start: 20px !important;
  }
  .ms-xl-6 {
    margin-inline-start: 24px !important;
  }
  .ms-xl-7 {
    margin-inline-start: 28px !important;
  }
  .ms-xl-8 {
    margin-inline-start: 32px !important;
  }
  .ms-xl-9 {
    margin-inline-start: 36px !important;
  }
  .ms-xl-10 {
    margin-inline-start: 40px !important;
  }
  .ms-xl-11 {
    margin-inline-start: 44px !important;
  }
  .ms-xl-12 {
    margin-inline-start: 48px !important;
  }
  .ms-xl-13 {
    margin-inline-start: 52px !important;
  }
  .ms-xl-14 {
    margin-inline-start: 56px !important;
  }
  .ms-xl-15 {
    margin-inline-start: 60px !important;
  }
  .ms-xl-16 {
    margin-inline-start: 64px !important;
  }
  .ms-xl-auto {
    margin-inline-start: auto !important;
  }
  .me-xl-0 {
    margin-inline-end: 0px !important;
  }
  .me-xl-1 {
    margin-inline-end: 4px !important;
  }
  .me-xl-2 {
    margin-inline-end: 8px !important;
  }
  .me-xl-3 {
    margin-inline-end: 12px !important;
  }
  .me-xl-4 {
    margin-inline-end: 16px !important;
  }
  .me-xl-5 {
    margin-inline-end: 20px !important;
  }
  .me-xl-6 {
    margin-inline-end: 24px !important;
  }
  .me-xl-7 {
    margin-inline-end: 28px !important;
  }
  .me-xl-8 {
    margin-inline-end: 32px !important;
  }
  .me-xl-9 {
    margin-inline-end: 36px !important;
  }
  .me-xl-10 {
    margin-inline-end: 40px !important;
  }
  .me-xl-11 {
    margin-inline-end: 44px !important;
  }
  .me-xl-12 {
    margin-inline-end: 48px !important;
  }
  .me-xl-13 {
    margin-inline-end: 52px !important;
  }
  .me-xl-14 {
    margin-inline-end: 56px !important;
  }
  .me-xl-15 {
    margin-inline-end: 60px !important;
  }
  .me-xl-16 {
    margin-inline-end: 64px !important;
  }
  .me-xl-auto {
    margin-inline-end: auto !important;
  }
  .ma-xl-n1 {
    margin: -4px !important;
  }
  .ma-xl-n2 {
    margin: -8px !important;
  }
  .ma-xl-n3 {
    margin: -12px !important;
  }
  .ma-xl-n4 {
    margin: -16px !important;
  }
  .ma-xl-n5 {
    margin: -20px !important;
  }
  .ma-xl-n6 {
    margin: -24px !important;
  }
  .ma-xl-n7 {
    margin: -28px !important;
  }
  .ma-xl-n8 {
    margin: -32px !important;
  }
  .ma-xl-n9 {
    margin: -36px !important;
  }
  .ma-xl-n10 {
    margin: -40px !important;
  }
  .ma-xl-n11 {
    margin: -44px !important;
  }
  .ma-xl-n12 {
    margin: -48px !important;
  }
  .ma-xl-n13 {
    margin: -52px !important;
  }
  .ma-xl-n14 {
    margin: -56px !important;
  }
  .ma-xl-n15 {
    margin: -60px !important;
  }
  .ma-xl-n16 {
    margin: -64px !important;
  }
  .mx-xl-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-xl-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-xl-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-xl-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-xl-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xl-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xl-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-xl-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-xl-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-xl-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xl-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-xl-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-xl-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-xl-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-xl-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xl-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .my-xl-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-xl-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-xl-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-xl-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-xl-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xl-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xl-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-xl-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-xl-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-xl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xl-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-xl-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-xl-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-xl-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-xl-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xl-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  .mt-xl-n3 {
    margin-top: -12px !important;
  }
  .mt-xl-n4 {
    margin-top: -16px !important;
  }
  .mt-xl-n5 {
    margin-top: -20px !important;
  }
  .mt-xl-n6 {
    margin-top: -24px !important;
  }
  .mt-xl-n7 {
    margin-top: -28px !important;
  }
  .mt-xl-n8 {
    margin-top: -32px !important;
  }
  .mt-xl-n9 {
    margin-top: -36px !important;
  }
  .mt-xl-n10 {
    margin-top: -40px !important;
  }
  .mt-xl-n11 {
    margin-top: -44px !important;
  }
  .mt-xl-n12 {
    margin-top: -48px !important;
  }
  .mt-xl-n13 {
    margin-top: -52px !important;
  }
  .mt-xl-n14 {
    margin-top: -56px !important;
  }
  .mt-xl-n15 {
    margin-top: -60px !important;
  }
  .mt-xl-n16 {
    margin-top: -64px !important;
  }
  .mr-xl-n1 {
    margin-right: -4px !important;
  }
  .mr-xl-n2 {
    margin-right: -8px !important;
  }
  .mr-xl-n3 {
    margin-right: -12px !important;
  }
  .mr-xl-n4 {
    margin-right: -16px !important;
  }
  .mr-xl-n5 {
    margin-right: -20px !important;
  }
  .mr-xl-n6 {
    margin-right: -24px !important;
  }
  .mr-xl-n7 {
    margin-right: -28px !important;
  }
  .mr-xl-n8 {
    margin-right: -32px !important;
  }
  .mr-xl-n9 {
    margin-right: -36px !important;
  }
  .mr-xl-n10 {
    margin-right: -40px !important;
  }
  .mr-xl-n11 {
    margin-right: -44px !important;
  }
  .mr-xl-n12 {
    margin-right: -48px !important;
  }
  .mr-xl-n13 {
    margin-right: -52px !important;
  }
  .mr-xl-n14 {
    margin-right: -56px !important;
  }
  .mr-xl-n15 {
    margin-right: -60px !important;
  }
  .mr-xl-n16 {
    margin-right: -64px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -12px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -16px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -20px !important;
  }
  .mb-xl-n6 {
    margin-bottom: -24px !important;
  }
  .mb-xl-n7 {
    margin-bottom: -28px !important;
  }
  .mb-xl-n8 {
    margin-bottom: -32px !important;
  }
  .mb-xl-n9 {
    margin-bottom: -36px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -40px !important;
  }
  .mb-xl-n11 {
    margin-bottom: -44px !important;
  }
  .mb-xl-n12 {
    margin-bottom: -48px !important;
  }
  .mb-xl-n13 {
    margin-bottom: -52px !important;
  }
  .mb-xl-n14 {
    margin-bottom: -56px !important;
  }
  .mb-xl-n15 {
    margin-bottom: -60px !important;
  }
  .mb-xl-n16 {
    margin-bottom: -64px !important;
  }
  .ml-xl-n1 {
    margin-left: -4px !important;
  }
  .ml-xl-n2 {
    margin-left: -8px !important;
  }
  .ml-xl-n3 {
    margin-left: -12px !important;
  }
  .ml-xl-n4 {
    margin-left: -16px !important;
  }
  .ml-xl-n5 {
    margin-left: -20px !important;
  }
  .ml-xl-n6 {
    margin-left: -24px !important;
  }
  .ml-xl-n7 {
    margin-left: -28px !important;
  }
  .ml-xl-n8 {
    margin-left: -32px !important;
  }
  .ml-xl-n9 {
    margin-left: -36px !important;
  }
  .ml-xl-n10 {
    margin-left: -40px !important;
  }
  .ml-xl-n11 {
    margin-left: -44px !important;
  }
  .ml-xl-n12 {
    margin-left: -48px !important;
  }
  .ml-xl-n13 {
    margin-left: -52px !important;
  }
  .ml-xl-n14 {
    margin-left: -56px !important;
  }
  .ml-xl-n15 {
    margin-left: -60px !important;
  }
  .ml-xl-n16 {
    margin-left: -64px !important;
  }
  .ms-xl-n1 {
    margin-inline-start: -4px !important;
  }
  .ms-xl-n2 {
    margin-inline-start: -8px !important;
  }
  .ms-xl-n3 {
    margin-inline-start: -12px !important;
  }
  .ms-xl-n4 {
    margin-inline-start: -16px !important;
  }
  .ms-xl-n5 {
    margin-inline-start: -20px !important;
  }
  .ms-xl-n6 {
    margin-inline-start: -24px !important;
  }
  .ms-xl-n7 {
    margin-inline-start: -28px !important;
  }
  .ms-xl-n8 {
    margin-inline-start: -32px !important;
  }
  .ms-xl-n9 {
    margin-inline-start: -36px !important;
  }
  .ms-xl-n10 {
    margin-inline-start: -40px !important;
  }
  .ms-xl-n11 {
    margin-inline-start: -44px !important;
  }
  .ms-xl-n12 {
    margin-inline-start: -48px !important;
  }
  .ms-xl-n13 {
    margin-inline-start: -52px !important;
  }
  .ms-xl-n14 {
    margin-inline-start: -56px !important;
  }
  .ms-xl-n15 {
    margin-inline-start: -60px !important;
  }
  .ms-xl-n16 {
    margin-inline-start: -64px !important;
  }
  .me-xl-n1 {
    margin-inline-end: -4px !important;
  }
  .me-xl-n2 {
    margin-inline-end: -8px !important;
  }
  .me-xl-n3 {
    margin-inline-end: -12px !important;
  }
  .me-xl-n4 {
    margin-inline-end: -16px !important;
  }
  .me-xl-n5 {
    margin-inline-end: -20px !important;
  }
  .me-xl-n6 {
    margin-inline-end: -24px !important;
  }
  .me-xl-n7 {
    margin-inline-end: -28px !important;
  }
  .me-xl-n8 {
    margin-inline-end: -32px !important;
  }
  .me-xl-n9 {
    margin-inline-end: -36px !important;
  }
  .me-xl-n10 {
    margin-inline-end: -40px !important;
  }
  .me-xl-n11 {
    margin-inline-end: -44px !important;
  }
  .me-xl-n12 {
    margin-inline-end: -48px !important;
  }
  .me-xl-n13 {
    margin-inline-end: -52px !important;
  }
  .me-xl-n14 {
    margin-inline-end: -56px !important;
  }
  .me-xl-n15 {
    margin-inline-end: -60px !important;
  }
  .me-xl-n16 {
    margin-inline-end: -64px !important;
  }
  .pa-xl-0 {
    padding: 0px !important;
  }
  .pa-xl-1 {
    padding: 4px !important;
  }
  .pa-xl-2 {
    padding: 8px !important;
  }
  .pa-xl-3 {
    padding: 12px !important;
  }
  .pa-xl-4 {
    padding: 16px !important;
  }
  .pa-xl-5 {
    padding: 20px !important;
  }
  .pa-xl-6 {
    padding: 24px !important;
  }
  .pa-xl-7 {
    padding: 28px !important;
  }
  .pa-xl-8 {
    padding: 32px !important;
  }
  .pa-xl-9 {
    padding: 36px !important;
  }
  .pa-xl-10 {
    padding: 40px !important;
  }
  .pa-xl-11 {
    padding: 44px !important;
  }
  .pa-xl-12 {
    padding: 48px !important;
  }
  .pa-xl-13 {
    padding: 52px !important;
  }
  .pa-xl-14 {
    padding: 56px !important;
  }
  .pa-xl-15 {
    padding: 60px !important;
  }
  .pa-xl-16 {
    padding: 64px !important;
  }
  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-xl-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xl-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-xl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-xl-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-xl-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xl-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-xl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-xl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-xl-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xl-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xl-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pt-xl-3 {
    padding-top: 12px !important;
  }
  .pt-xl-4 {
    padding-top: 16px !important;
  }
  .pt-xl-5 {
    padding-top: 20px !important;
  }
  .pt-xl-6 {
    padding-top: 24px !important;
  }
  .pt-xl-7 {
    padding-top: 28px !important;
  }
  .pt-xl-8 {
    padding-top: 32px !important;
  }
  .pt-xl-9 {
    padding-top: 36px !important;
  }
  .pt-xl-10 {
    padding-top: 40px !important;
  }
  .pt-xl-11 {
    padding-top: 44px !important;
  }
  .pt-xl-12 {
    padding-top: 48px !important;
  }
  .pt-xl-13 {
    padding-top: 52px !important;
  }
  .pt-xl-14 {
    padding-top: 56px !important;
  }
  .pt-xl-15 {
    padding-top: 60px !important;
  }
  .pt-xl-16 {
    padding-top: 64px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  .pr-xl-3 {
    padding-right: 12px !important;
  }
  .pr-xl-4 {
    padding-right: 16px !important;
  }
  .pr-xl-5 {
    padding-right: 20px !important;
  }
  .pr-xl-6 {
    padding-right: 24px !important;
  }
  .pr-xl-7 {
    padding-right: 28px !important;
  }
  .pr-xl-8 {
    padding-right: 32px !important;
  }
  .pr-xl-9 {
    padding-right: 36px !important;
  }
  .pr-xl-10 {
    padding-right: 40px !important;
  }
  .pr-xl-11 {
    padding-right: 44px !important;
  }
  .pr-xl-12 {
    padding-right: 48px !important;
  }
  .pr-xl-13 {
    padding-right: 52px !important;
  }
  .pr-xl-14 {
    padding-right: 56px !important;
  }
  .pr-xl-15 {
    padding-right: 60px !important;
  }
  .pr-xl-16 {
    padding-right: 64px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .pb-xl-3 {
    padding-bottom: 12px !important;
  }
  .pb-xl-4 {
    padding-bottom: 16px !important;
  }
  .pb-xl-5 {
    padding-bottom: 20px !important;
  }
  .pb-xl-6 {
    padding-bottom: 24px !important;
  }
  .pb-xl-7 {
    padding-bottom: 28px !important;
  }
  .pb-xl-8 {
    padding-bottom: 32px !important;
  }
  .pb-xl-9 {
    padding-bottom: 36px !important;
  }
  .pb-xl-10 {
    padding-bottom: 40px !important;
  }
  .pb-xl-11 {
    padding-bottom: 44px !important;
  }
  .pb-xl-12 {
    padding-bottom: 48px !important;
  }
  .pb-xl-13 {
    padding-bottom: 52px !important;
  }
  .pb-xl-14 {
    padding-bottom: 56px !important;
  }
  .pb-xl-15 {
    padding-bottom: 60px !important;
  }
  .pb-xl-16 {
    padding-bottom: 64px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  .pl-xl-3 {
    padding-left: 12px !important;
  }
  .pl-xl-4 {
    padding-left: 16px !important;
  }
  .pl-xl-5 {
    padding-left: 20px !important;
  }
  .pl-xl-6 {
    padding-left: 24px !important;
  }
  .pl-xl-7 {
    padding-left: 28px !important;
  }
  .pl-xl-8 {
    padding-left: 32px !important;
  }
  .pl-xl-9 {
    padding-left: 36px !important;
  }
  .pl-xl-10 {
    padding-left: 40px !important;
  }
  .pl-xl-11 {
    padding-left: 44px !important;
  }
  .pl-xl-12 {
    padding-left: 48px !important;
  }
  .pl-xl-13 {
    padding-left: 52px !important;
  }
  .pl-xl-14 {
    padding-left: 56px !important;
  }
  .pl-xl-15 {
    padding-left: 60px !important;
  }
  .pl-xl-16 {
    padding-left: 64px !important;
  }
  .ps-xl-0 {
    padding-inline-start: 0px !important;
  }
  .ps-xl-1 {
    padding-inline-start: 4px !important;
  }
  .ps-xl-2 {
    padding-inline-start: 8px !important;
  }
  .ps-xl-3 {
    padding-inline-start: 12px !important;
  }
  .ps-xl-4 {
    padding-inline-start: 16px !important;
  }
  .ps-xl-5 {
    padding-inline-start: 20px !important;
  }
  .ps-xl-6 {
    padding-inline-start: 24px !important;
  }
  .ps-xl-7 {
    padding-inline-start: 28px !important;
  }
  .ps-xl-8 {
    padding-inline-start: 32px !important;
  }
  .ps-xl-9 {
    padding-inline-start: 36px !important;
  }
  .ps-xl-10 {
    padding-inline-start: 40px !important;
  }
  .ps-xl-11 {
    padding-inline-start: 44px !important;
  }
  .ps-xl-12 {
    padding-inline-start: 48px !important;
  }
  .ps-xl-13 {
    padding-inline-start: 52px !important;
  }
  .ps-xl-14 {
    padding-inline-start: 56px !important;
  }
  .ps-xl-15 {
    padding-inline-start: 60px !important;
  }
  .ps-xl-16 {
    padding-inline-start: 64px !important;
  }
  .pe-xl-0 {
    padding-inline-end: 0px !important;
  }
  .pe-xl-1 {
    padding-inline-end: 4px !important;
  }
  .pe-xl-2 {
    padding-inline-end: 8px !important;
  }
  .pe-xl-3 {
    padding-inline-end: 12px !important;
  }
  .pe-xl-4 {
    padding-inline-end: 16px !important;
  }
  .pe-xl-5 {
    padding-inline-end: 20px !important;
  }
  .pe-xl-6 {
    padding-inline-end: 24px !important;
  }
  .pe-xl-7 {
    padding-inline-end: 28px !important;
  }
  .pe-xl-8 {
    padding-inline-end: 32px !important;
  }
  .pe-xl-9 {
    padding-inline-end: 36px !important;
  }
  .pe-xl-10 {
    padding-inline-end: 40px !important;
  }
  .pe-xl-11 {
    padding-inline-end: 44px !important;
  }
  .pe-xl-12 {
    padding-inline-end: 48px !important;
  }
  .pe-xl-13 {
    padding-inline-end: 52px !important;
  }
  .pe-xl-14 {
    padding-inline-end: 56px !important;
  }
  .pe-xl-15 {
    padding-inline-end: 60px !important;
  }
  .pe-xl-16 {
    padding-inline-end: 64px !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-start {
    text-align: start !important;
  }
  .text-xl-end {
    text-align: end !important;
  }
  .text-xl-h1 {
    font-size: 6rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.015625em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-h2 {
    font-size: 3.75rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.0083333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-h3 {
    font-size: 3rem !important;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-h4 {
    font-size: 2.125rem !important;
    font-weight: 400;
    line-height: 1.175;
    letter-spacing: 0.0073529412em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-h5 {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.333;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.009375em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0071428571em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: 0.0178571429em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: 0.0892857143em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .text-xl-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.667;
    letter-spacing: 0.0333333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xl-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2.667;
    letter-spacing: 0.1666666667em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-screen {
    height: 100vh !important;
  }
  .h-xl-0 {
    height: 0 !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-0 {
    width: 0 !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 2560px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
  .float-xxl-none {
    float: none !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .v-locale--is-rtl .float-xxl-end {
    float: left !important;
  }
  .v-locale--is-rtl .float-xxl-start {
    float: right !important;
  }
  .v-locale--is-ltr .float-xxl-end {
    float: right !important;
  }
  .v-locale--is-ltr .float-xxl-start {
    float: left !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-1-1 {
    flex: 1 1 auto !important;
  }
  .flex-xxl-1-0 {
    flex: 1 0 auto !important;
  }
  .flex-xxl-0-1 {
    flex: 0 1 auto !important;
  }
  .flex-xxl-0-0 {
    flex: 0 0 auto !important;
  }
  .flex-xxl-1-1-100 {
    flex: 1 1 100% !important;
  }
  .flex-xxl-1-0-100 {
    flex: 1 0 100% !important;
  }
  .flex-xxl-0-1-100 {
    flex: 0 1 100% !important;
  }
  .flex-xxl-0-0-100 {
    flex: 0 0 100% !important;
  }
  .flex-xxl-1-1-0 {
    flex: 1 1 0 !important;
  }
  .flex-xxl-1-0-0 {
    flex: 1 0 0 !important;
  }
  .flex-xxl-0-1-0 {
    flex: 0 1 0 !important;
  }
  .flex-xxl-0-0-0 {
    flex: 0 0 0 !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-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-xxl-center {
    justify-content: center !important;
  }
  .justify-xxl-space-between {
    justify-content: space-between !important;
  }
  .justify-xxl-space-around {
    justify-content: space-around !important;
  }
  .justify-xxl-space-evenly {
    justify-content: space-evenly !important;
  }
  .align-xxl-start {
    align-items: flex-start !important;
  }
  .align-xxl-end {
    align-items: flex-end !important;
  }
  .align-xxl-center {
    align-items: center !important;
  }
  .align-xxl-baseline {
    align-items: baseline !important;
  }
  .align-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-space-between {
    align-content: space-between !important;
  }
  .align-content-xxl-space-around {
    align-content: space-around !important;
  }
  .align-content-xxl-space-evenly {
    align-content: space-evenly !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-6 {
    order: 6 !important;
  }
  .order-xxl-7 {
    order: 7 !important;
  }
  .order-xxl-8 {
    order: 8 !important;
  }
  .order-xxl-9 {
    order: 9 !important;
  }
  .order-xxl-10 {
    order: 10 !important;
  }
  .order-xxl-11 {
    order: 11 !important;
  }
  .order-xxl-12 {
    order: 12 !important;
  }
  .order-xxl-last {
    order: 13 !important;
  }
  .ga-xxl-0 {
    gap: 0px !important;
  }
  .ga-xxl-1 {
    gap: 4px !important;
  }
  .ga-xxl-2 {
    gap: 8px !important;
  }
  .ga-xxl-3 {
    gap: 12px !important;
  }
  .ga-xxl-4 {
    gap: 16px !important;
  }
  .ga-xxl-5 {
    gap: 20px !important;
  }
  .ga-xxl-6 {
    gap: 24px !important;
  }
  .ga-xxl-7 {
    gap: 28px !important;
  }
  .ga-xxl-8 {
    gap: 32px !important;
  }
  .ga-xxl-9 {
    gap: 36px !important;
  }
  .ga-xxl-10 {
    gap: 40px !important;
  }
  .ga-xxl-11 {
    gap: 44px !important;
  }
  .ga-xxl-12 {
    gap: 48px !important;
  }
  .ga-xxl-13 {
    gap: 52px !important;
  }
  .ga-xxl-14 {
    gap: 56px !important;
  }
  .ga-xxl-15 {
    gap: 60px !important;
  }
  .ga-xxl-16 {
    gap: 64px !important;
  }
  .ga-xxl-auto {
    gap: auto !important;
  }
  .gr-xxl-0 {
    row-gap: 0px !important;
  }
  .gr-xxl-1 {
    row-gap: 4px !important;
  }
  .gr-xxl-2 {
    row-gap: 8px !important;
  }
  .gr-xxl-3 {
    row-gap: 12px !important;
  }
  .gr-xxl-4 {
    row-gap: 16px !important;
  }
  .gr-xxl-5 {
    row-gap: 20px !important;
  }
  .gr-xxl-6 {
    row-gap: 24px !important;
  }
  .gr-xxl-7 {
    row-gap: 28px !important;
  }
  .gr-xxl-8 {
    row-gap: 32px !important;
  }
  .gr-xxl-9 {
    row-gap: 36px !important;
  }
  .gr-xxl-10 {
    row-gap: 40px !important;
  }
  .gr-xxl-11 {
    row-gap: 44px !important;
  }
  .gr-xxl-12 {
    row-gap: 48px !important;
  }
  .gr-xxl-13 {
    row-gap: 52px !important;
  }
  .gr-xxl-14 {
    row-gap: 56px !important;
  }
  .gr-xxl-15 {
    row-gap: 60px !important;
  }
  .gr-xxl-16 {
    row-gap: 64px !important;
  }
  .gr-xxl-auto {
    row-gap: auto !important;
  }
  .gc-xxl-0 {
    column-gap: 0px !important;
  }
  .gc-xxl-1 {
    column-gap: 4px !important;
  }
  .gc-xxl-2 {
    column-gap: 8px !important;
  }
  .gc-xxl-3 {
    column-gap: 12px !important;
  }
  .gc-xxl-4 {
    column-gap: 16px !important;
  }
  .gc-xxl-5 {
    column-gap: 20px !important;
  }
  .gc-xxl-6 {
    column-gap: 24px !important;
  }
  .gc-xxl-7 {
    column-gap: 28px !important;
  }
  .gc-xxl-8 {
    column-gap: 32px !important;
  }
  .gc-xxl-9 {
    column-gap: 36px !important;
  }
  .gc-xxl-10 {
    column-gap: 40px !important;
  }
  .gc-xxl-11 {
    column-gap: 44px !important;
  }
  .gc-xxl-12 {
    column-gap: 48px !important;
  }
  .gc-xxl-13 {
    column-gap: 52px !important;
  }
  .gc-xxl-14 {
    column-gap: 56px !important;
  }
  .gc-xxl-15 {
    column-gap: 60px !important;
  }
  .gc-xxl-16 {
    column-gap: 64px !important;
  }
  .gc-xxl-auto {
    column-gap: auto !important;
  }
  .ma-xxl-0 {
    margin: 0px !important;
  }
  .ma-xxl-1 {
    margin: 4px !important;
  }
  .ma-xxl-2 {
    margin: 8px !important;
  }
  .ma-xxl-3 {
    margin: 12px !important;
  }
  .ma-xxl-4 {
    margin: 16px !important;
  }
  .ma-xxl-5 {
    margin: 20px !important;
  }
  .ma-xxl-6 {
    margin: 24px !important;
  }
  .ma-xxl-7 {
    margin: 28px !important;
  }
  .ma-xxl-8 {
    margin: 32px !important;
  }
  .ma-xxl-9 {
    margin: 36px !important;
  }
  .ma-xxl-10 {
    margin: 40px !important;
  }
  .ma-xxl-11 {
    margin: 44px !important;
  }
  .ma-xxl-12 {
    margin: 48px !important;
  }
  .ma-xxl-13 {
    margin: 52px !important;
  }
  .ma-xxl-14 {
    margin: 56px !important;
  }
  .ma-xxl-15 {
    margin: 60px !important;
  }
  .ma-xxl-16 {
    margin: 64px !important;
  }
  .ma-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-xxl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xxl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xxl-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-xxl-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xxl-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-xxl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-xxl-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xxl-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-xxl-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xxl-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxl-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-xxl-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxl-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-xxl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-xxl-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxl-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xxl-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xxl-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mt-xxl-1 {
    margin-top: 4px !important;
  }
  .mt-xxl-2 {
    margin-top: 8px !important;
  }
  .mt-xxl-3 {
    margin-top: 12px !important;
  }
  .mt-xxl-4 {
    margin-top: 16px !important;
  }
  .mt-xxl-5 {
    margin-top: 20px !important;
  }
  .mt-xxl-6 {
    margin-top: 24px !important;
  }
  .mt-xxl-7 {
    margin-top: 28px !important;
  }
  .mt-xxl-8 {
    margin-top: 32px !important;
  }
  .mt-xxl-9 {
    margin-top: 36px !important;
  }
  .mt-xxl-10 {
    margin-top: 40px !important;
  }
  .mt-xxl-11 {
    margin-top: 44px !important;
  }
  .mt-xxl-12 {
    margin-top: 48px !important;
  }
  .mt-xxl-13 {
    margin-top: 52px !important;
  }
  .mt-xxl-14 {
    margin-top: 56px !important;
  }
  .mt-xxl-15 {
    margin-top: 60px !important;
  }
  .mt-xxl-16 {
    margin-top: 64px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0px !important;
  }
  .mr-xxl-1 {
    margin-right: 4px !important;
  }
  .mr-xxl-2 {
    margin-right: 8px !important;
  }
  .mr-xxl-3 {
    margin-right: 12px !important;
  }
  .mr-xxl-4 {
    margin-right: 16px !important;
  }
  .mr-xxl-5 {
    margin-right: 20px !important;
  }
  .mr-xxl-6 {
    margin-right: 24px !important;
  }
  .mr-xxl-7 {
    margin-right: 28px !important;
  }
  .mr-xxl-8 {
    margin-right: 32px !important;
  }
  .mr-xxl-9 {
    margin-right: 36px !important;
  }
  .mr-xxl-10 {
    margin-right: 40px !important;
  }
  .mr-xxl-11 {
    margin-right: 44px !important;
  }
  .mr-xxl-12 {
    margin-right: 48px !important;
  }
  .mr-xxl-13 {
    margin-right: 52px !important;
  }
  .mr-xxl-14 {
    margin-right: 56px !important;
  }
  .mr-xxl-15 {
    margin-right: 60px !important;
  }
  .mr-xxl-16 {
    margin-right: 64px !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-1 {
    margin-bottom: 4px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 8px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 16px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 28px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 32px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 36px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-11 {
    margin-bottom: 44px !important;
  }
  .mb-xxl-12 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-13 {
    margin-bottom: 52px !important;
  }
  .mb-xxl-14 {
    margin-bottom: 56px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-16 {
    margin-bottom: 64px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0px !important;
  }
  .ml-xxl-1 {
    margin-left: 4px !important;
  }
  .ml-xxl-2 {
    margin-left: 8px !important;
  }
  .ml-xxl-3 {
    margin-left: 12px !important;
  }
  .ml-xxl-4 {
    margin-left: 16px !important;
  }
  .ml-xxl-5 {
    margin-left: 20px !important;
  }
  .ml-xxl-6 {
    margin-left: 24px !important;
  }
  .ml-xxl-7 {
    margin-left: 28px !important;
  }
  .ml-xxl-8 {
    margin-left: 32px !important;
  }
  .ml-xxl-9 {
    margin-left: 36px !important;
  }
  .ml-xxl-10 {
    margin-left: 40px !important;
  }
  .ml-xxl-11 {
    margin-left: 44px !important;
  }
  .ml-xxl-12 {
    margin-left: 48px !important;
  }
  .ml-xxl-13 {
    margin-left: 52px !important;
  }
  .ml-xxl-14 {
    margin-left: 56px !important;
  }
  .ml-xxl-15 {
    margin-left: 60px !important;
  }
  .ml-xxl-16 {
    margin-left: 64px !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .ms-xxl-0 {
    margin-inline-start: 0px !important;
  }
  .ms-xxl-1 {
    margin-inline-start: 4px !important;
  }
  .ms-xxl-2 {
    margin-inline-start: 8px !important;
  }
  .ms-xxl-3 {
    margin-inline-start: 12px !important;
  }
  .ms-xxl-4 {
    margin-inline-start: 16px !important;
  }
  .ms-xxl-5 {
    margin-inline-start: 20px !important;
  }
  .ms-xxl-6 {
    margin-inline-start: 24px !important;
  }
  .ms-xxl-7 {
    margin-inline-start: 28px !important;
  }
  .ms-xxl-8 {
    margin-inline-start: 32px !important;
  }
  .ms-xxl-9 {
    margin-inline-start: 36px !important;
  }
  .ms-xxl-10 {
    margin-inline-start: 40px !important;
  }
  .ms-xxl-11 {
    margin-inline-start: 44px !important;
  }
  .ms-xxl-12 {
    margin-inline-start: 48px !important;
  }
  .ms-xxl-13 {
    margin-inline-start: 52px !important;
  }
  .ms-xxl-14 {
    margin-inline-start: 56px !important;
  }
  .ms-xxl-15 {
    margin-inline-start: 60px !important;
  }
  .ms-xxl-16 {
    margin-inline-start: 64px !important;
  }
  .ms-xxl-auto {
    margin-inline-start: auto !important;
  }
  .me-xxl-0 {
    margin-inline-end: 0px !important;
  }
  .me-xxl-1 {
    margin-inline-end: 4px !important;
  }
  .me-xxl-2 {
    margin-inline-end: 8px !important;
  }
  .me-xxl-3 {
    margin-inline-end: 12px !important;
  }
  .me-xxl-4 {
    margin-inline-end: 16px !important;
  }
  .me-xxl-5 {
    margin-inline-end: 20px !important;
  }
  .me-xxl-6 {
    margin-inline-end: 24px !important;
  }
  .me-xxl-7 {
    margin-inline-end: 28px !important;
  }
  .me-xxl-8 {
    margin-inline-end: 32px !important;
  }
  .me-xxl-9 {
    margin-inline-end: 36px !important;
  }
  .me-xxl-10 {
    margin-inline-end: 40px !important;
  }
  .me-xxl-11 {
    margin-inline-end: 44px !important;
  }
  .me-xxl-12 {
    margin-inline-end: 48px !important;
  }
  .me-xxl-13 {
    margin-inline-end: 52px !important;
  }
  .me-xxl-14 {
    margin-inline-end: 56px !important;
  }
  .me-xxl-15 {
    margin-inline-end: 60px !important;
  }
  .me-xxl-16 {
    margin-inline-end: 64px !important;
  }
  .me-xxl-auto {
    margin-inline-end: auto !important;
  }
  .ma-xxl-n1 {
    margin: -4px !important;
  }
  .ma-xxl-n2 {
    margin: -8px !important;
  }
  .ma-xxl-n3 {
    margin: -12px !important;
  }
  .ma-xxl-n4 {
    margin: -16px !important;
  }
  .ma-xxl-n5 {
    margin: -20px !important;
  }
  .ma-xxl-n6 {
    margin: -24px !important;
  }
  .ma-xxl-n7 {
    margin: -28px !important;
  }
  .ma-xxl-n8 {
    margin: -32px !important;
  }
  .ma-xxl-n9 {
    margin: -36px !important;
  }
  .ma-xxl-n10 {
    margin: -40px !important;
  }
  .ma-xxl-n11 {
    margin: -44px !important;
  }
  .ma-xxl-n12 {
    margin: -48px !important;
  }
  .ma-xxl-n13 {
    margin: -52px !important;
  }
  .ma-xxl-n14 {
    margin: -56px !important;
  }
  .ma-xxl-n15 {
    margin: -60px !important;
  }
  .ma-xxl-n16 {
    margin: -64px !important;
  }
  .mx-xxl-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-xxl-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-xxl-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-xxl-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-xxl-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xxl-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xxl-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-xxl-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-xxl-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-xxl-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xxl-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-xxl-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-xxl-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-xxl-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-xxl-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xxl-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .my-xxl-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-xxl-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-xxl-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-xxl-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-xxl-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xxl-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xxl-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-xxl-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-xxl-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-xxl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xxl-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-xxl-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-xxl-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-xxl-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-xxl-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xxl-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .mt-xxl-n1 {
    margin-top: -4px !important;
  }
  .mt-xxl-n2 {
    margin-top: -8px !important;
  }
  .mt-xxl-n3 {
    margin-top: -12px !important;
  }
  .mt-xxl-n4 {
    margin-top: -16px !important;
  }
  .mt-xxl-n5 {
    margin-top: -20px !important;
  }
  .mt-xxl-n6 {
    margin-top: -24px !important;
  }
  .mt-xxl-n7 {
    margin-top: -28px !important;
  }
  .mt-xxl-n8 {
    margin-top: -32px !important;
  }
  .mt-xxl-n9 {
    margin-top: -36px !important;
  }
  .mt-xxl-n10 {
    margin-top: -40px !important;
  }
  .mt-xxl-n11 {
    margin-top: -44px !important;
  }
  .mt-xxl-n12 {
    margin-top: -48px !important;
  }
  .mt-xxl-n13 {
    margin-top: -52px !important;
  }
  .mt-xxl-n14 {
    margin-top: -56px !important;
  }
  .mt-xxl-n15 {
    margin-top: -60px !important;
  }
  .mt-xxl-n16 {
    margin-top: -64px !important;
  }
  .mr-xxl-n1 {
    margin-right: -4px !important;
  }
  .mr-xxl-n2 {
    margin-right: -8px !important;
  }
  .mr-xxl-n3 {
    margin-right: -12px !important;
  }
  .mr-xxl-n4 {
    margin-right: -16px !important;
  }
  .mr-xxl-n5 {
    margin-right: -20px !important;
  }
  .mr-xxl-n6 {
    margin-right: -24px !important;
  }
  .mr-xxl-n7 {
    margin-right: -28px !important;
  }
  .mr-xxl-n8 {
    margin-right: -32px !important;
  }
  .mr-xxl-n9 {
    margin-right: -36px !important;
  }
  .mr-xxl-n10 {
    margin-right: -40px !important;
  }
  .mr-xxl-n11 {
    margin-right: -44px !important;
  }
  .mr-xxl-n12 {
    margin-right: -48px !important;
  }
  .mr-xxl-n13 {
    margin-right: -52px !important;
  }
  .mr-xxl-n14 {
    margin-right: -56px !important;
  }
  .mr-xxl-n15 {
    margin-right: -60px !important;
  }
  .mr-xxl-n16 {
    margin-right: -64px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -4px !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -8px !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -12px !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -16px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -20px !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -24px !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -28px !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -32px !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -36px !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -40px !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -44px !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -48px !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -52px !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -56px !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -60px !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -64px !important;
  }
  .ml-xxl-n1 {
    margin-left: -4px !important;
  }
  .ml-xxl-n2 {
    margin-left: -8px !important;
  }
  .ml-xxl-n3 {
    margin-left: -12px !important;
  }
  .ml-xxl-n4 {
    margin-left: -16px !important;
  }
  .ml-xxl-n5 {
    margin-left: -20px !important;
  }
  .ml-xxl-n6 {
    margin-left: -24px !important;
  }
  .ml-xxl-n7 {
    margin-left: -28px !important;
  }
  .ml-xxl-n8 {
    margin-left: -32px !important;
  }
  .ml-xxl-n9 {
    margin-left: -36px !important;
  }
  .ml-xxl-n10 {
    margin-left: -40px !important;
  }
  .ml-xxl-n11 {
    margin-left: -44px !important;
  }
  .ml-xxl-n12 {
    margin-left: -48px !important;
  }
  .ml-xxl-n13 {
    margin-left: -52px !important;
  }
  .ml-xxl-n14 {
    margin-left: -56px !important;
  }
  .ml-xxl-n15 {
    margin-left: -60px !important;
  }
  .ml-xxl-n16 {
    margin-left: -64px !important;
  }
  .ms-xxl-n1 {
    margin-inline-start: -4px !important;
  }
  .ms-xxl-n2 {
    margin-inline-start: -8px !important;
  }
  .ms-xxl-n3 {
    margin-inline-start: -12px !important;
  }
  .ms-xxl-n4 {
    margin-inline-start: -16px !important;
  }
  .ms-xxl-n5 {
    margin-inline-start: -20px !important;
  }
  .ms-xxl-n6 {
    margin-inline-start: -24px !important;
  }
  .ms-xxl-n7 {
    margin-inline-start: -28px !important;
  }
  .ms-xxl-n8 {
    margin-inline-start: -32px !important;
  }
  .ms-xxl-n9 {
    margin-inline-start: -36px !important;
  }
  .ms-xxl-n10 {
    margin-inline-start: -40px !important;
  }
  .ms-xxl-n11 {
    margin-inline-start: -44px !important;
  }
  .ms-xxl-n12 {
    margin-inline-start: -48px !important;
  }
  .ms-xxl-n13 {
    margin-inline-start: -52px !important;
  }
  .ms-xxl-n14 {
    margin-inline-start: -56px !important;
  }
  .ms-xxl-n15 {
    margin-inline-start: -60px !important;
  }
  .ms-xxl-n16 {
    margin-inline-start: -64px !important;
  }
  .me-xxl-n1 {
    margin-inline-end: -4px !important;
  }
  .me-xxl-n2 {
    margin-inline-end: -8px !important;
  }
  .me-xxl-n3 {
    margin-inline-end: -12px !important;
  }
  .me-xxl-n4 {
    margin-inline-end: -16px !important;
  }
  .me-xxl-n5 {
    margin-inline-end: -20px !important;
  }
  .me-xxl-n6 {
    margin-inline-end: -24px !important;
  }
  .me-xxl-n7 {
    margin-inline-end: -28px !important;
  }
  .me-xxl-n8 {
    margin-inline-end: -32px !important;
  }
  .me-xxl-n9 {
    margin-inline-end: -36px !important;
  }
  .me-xxl-n10 {
    margin-inline-end: -40px !important;
  }
  .me-xxl-n11 {
    margin-inline-end: -44px !important;
  }
  .me-xxl-n12 {
    margin-inline-end: -48px !important;
  }
  .me-xxl-n13 {
    margin-inline-end: -52px !important;
  }
  .me-xxl-n14 {
    margin-inline-end: -56px !important;
  }
  .me-xxl-n15 {
    margin-inline-end: -60px !important;
  }
  .me-xxl-n16 {
    margin-inline-end: -64px !important;
  }
  .pa-xxl-0 {
    padding: 0px !important;
  }
  .pa-xxl-1 {
    padding: 4px !important;
  }
  .pa-xxl-2 {
    padding: 8px !important;
  }
  .pa-xxl-3 {
    padding: 12px !important;
  }
  .pa-xxl-4 {
    padding: 16px !important;
  }
  .pa-xxl-5 {
    padding: 20px !important;
  }
  .pa-xxl-6 {
    padding: 24px !important;
  }
  .pa-xxl-7 {
    padding: 28px !important;
  }
  .pa-xxl-8 {
    padding: 32px !important;
  }
  .pa-xxl-9 {
    padding: 36px !important;
  }
  .pa-xxl-10 {
    padding: 40px !important;
  }
  .pa-xxl-11 {
    padding: 44px !important;
  }
  .pa-xxl-12 {
    padding: 48px !important;
  }
  .pa-xxl-13 {
    padding: 52px !important;
  }
  .pa-xxl-14 {
    padding: 56px !important;
  }
  .pa-xxl-15 {
    padding: 60px !important;
  }
  .pa-xxl-16 {
    padding: 64px !important;
  }
  .px-xxl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-xxl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xxl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xxl-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-xxl-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xxl-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-xxl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-xxl-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xxl-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-xxl-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xxl-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxl-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-xxl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxl-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-xxl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxl-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-xxl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-xxl-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxl-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xxl-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xxl-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxl-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  .pt-xxl-1 {
    padding-top: 4px !important;
  }
  .pt-xxl-2 {
    padding-top: 8px !important;
  }
  .pt-xxl-3 {
    padding-top: 12px !important;
  }
  .pt-xxl-4 {
    padding-top: 16px !important;
  }
  .pt-xxl-5 {
    padding-top: 20px !important;
  }
  .pt-xxl-6 {
    padding-top: 24px !important;
  }
  .pt-xxl-7 {
    padding-top: 28px !important;
  }
  .pt-xxl-8 {
    padding-top: 32px !important;
  }
  .pt-xxl-9 {
    padding-top: 36px !important;
  }
  .pt-xxl-10 {
    padding-top: 40px !important;
  }
  .pt-xxl-11 {
    padding-top: 44px !important;
  }
  .pt-xxl-12 {
    padding-top: 48px !important;
  }
  .pt-xxl-13 {
    padding-top: 52px !important;
  }
  .pt-xxl-14 {
    padding-top: 56px !important;
  }
  .pt-xxl-15 {
    padding-top: 60px !important;
  }
  .pt-xxl-16 {
    padding-top: 64px !important;
  }
  .pr-xxl-0 {
    padding-right: 0px !important;
  }
  .pr-xxl-1 {
    padding-right: 4px !important;
  }
  .pr-xxl-2 {
    padding-right: 8px !important;
  }
  .pr-xxl-3 {
    padding-right: 12px !important;
  }
  .pr-xxl-4 {
    padding-right: 16px !important;
  }
  .pr-xxl-5 {
    padding-right: 20px !important;
  }
  .pr-xxl-6 {
    padding-right: 24px !important;
  }
  .pr-xxl-7 {
    padding-right: 28px !important;
  }
  .pr-xxl-8 {
    padding-right: 32px !important;
  }
  .pr-xxl-9 {
    padding-right: 36px !important;
  }
  .pr-xxl-10 {
    padding-right: 40px !important;
  }
  .pr-xxl-11 {
    padding-right: 44px !important;
  }
  .pr-xxl-12 {
    padding-right: 48px !important;
  }
  .pr-xxl-13 {
    padding-right: 52px !important;
  }
  .pr-xxl-14 {
    padding-right: 56px !important;
  }
  .pr-xxl-15 {
    padding-right: 60px !important;
  }
  .pr-xxl-16 {
    padding-right: 64px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 16px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 28px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 32px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 36px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-11 {
    padding-bottom: 44px !important;
  }
  .pb-xxl-12 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-13 {
    padding-bottom: 52px !important;
  }
  .pb-xxl-14 {
    padding-bottom: 56px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-16 {
    padding-bottom: 64px !important;
  }
  .pl-xxl-0 {
    padding-left: 0px !important;
  }
  .pl-xxl-1 {
    padding-left: 4px !important;
  }
  .pl-xxl-2 {
    padding-left: 8px !important;
  }
  .pl-xxl-3 {
    padding-left: 12px !important;
  }
  .pl-xxl-4 {
    padding-left: 16px !important;
  }
  .pl-xxl-5 {
    padding-left: 20px !important;
  }
  .pl-xxl-6 {
    padding-left: 24px !important;
  }
  .pl-xxl-7 {
    padding-left: 28px !important;
  }
  .pl-xxl-8 {
    padding-left: 32px !important;
  }
  .pl-xxl-9 {
    padding-left: 36px !important;
  }
  .pl-xxl-10 {
    padding-left: 40px !important;
  }
  .pl-xxl-11 {
    padding-left: 44px !important;
  }
  .pl-xxl-12 {
    padding-left: 48px !important;
  }
  .pl-xxl-13 {
    padding-left: 52px !important;
  }
  .pl-xxl-14 {
    padding-left: 56px !important;
  }
  .pl-xxl-15 {
    padding-left: 60px !important;
  }
  .pl-xxl-16 {
    padding-left: 64px !important;
  }
  .ps-xxl-0 {
    padding-inline-start: 0px !important;
  }
  .ps-xxl-1 {
    padding-inline-start: 4px !important;
  }
  .ps-xxl-2 {
    padding-inline-start: 8px !important;
  }
  .ps-xxl-3 {
    padding-inline-start: 12px !important;
  }
  .ps-xxl-4 {
    padding-inline-start: 16px !important;
  }
  .ps-xxl-5 {
    padding-inline-start: 20px !important;
  }
  .ps-xxl-6 {
    padding-inline-start: 24px !important;
  }
  .ps-xxl-7 {
    padding-inline-start: 28px !important;
  }
  .ps-xxl-8 {
    padding-inline-start: 32px !important;
  }
  .ps-xxl-9 {
    padding-inline-start: 36px !important;
  }
  .ps-xxl-10 {
    padding-inline-start: 40px !important;
  }
  .ps-xxl-11 {
    padding-inline-start: 44px !important;
  }
  .ps-xxl-12 {
    padding-inline-start: 48px !important;
  }
  .ps-xxl-13 {
    padding-inline-start: 52px !important;
  }
  .ps-xxl-14 {
    padding-inline-start: 56px !important;
  }
  .ps-xxl-15 {
    padding-inline-start: 60px !important;
  }
  .ps-xxl-16 {
    padding-inline-start: 64px !important;
  }
  .pe-xxl-0 {
    padding-inline-end: 0px !important;
  }
  .pe-xxl-1 {
    padding-inline-end: 4px !important;
  }
  .pe-xxl-2 {
    padding-inline-end: 8px !important;
  }
  .pe-xxl-3 {
    padding-inline-end: 12px !important;
  }
  .pe-xxl-4 {
    padding-inline-end: 16px !important;
  }
  .pe-xxl-5 {
    padding-inline-end: 20px !important;
  }
  .pe-xxl-6 {
    padding-inline-end: 24px !important;
  }
  .pe-xxl-7 {
    padding-inline-end: 28px !important;
  }
  .pe-xxl-8 {
    padding-inline-end: 32px !important;
  }
  .pe-xxl-9 {
    padding-inline-end: 36px !important;
  }
  .pe-xxl-10 {
    padding-inline-end: 40px !important;
  }
  .pe-xxl-11 {
    padding-inline-end: 44px !important;
  }
  .pe-xxl-12 {
    padding-inline-end: 48px !important;
  }
  .pe-xxl-13 {
    padding-inline-end: 52px !important;
  }
  .pe-xxl-14 {
    padding-inline-end: 56px !important;
  }
  .pe-xxl-15 {
    padding-inline-end: 60px !important;
  }
  .pe-xxl-16 {
    padding-inline-end: 64px !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .text-xxl-start {
    text-align: start !important;
  }
  .text-xxl-end {
    text-align: end !important;
  }
  .text-xxl-h1 {
    font-size: 6rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.015625em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-h2 {
    font-size: 3.75rem !important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.0083333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-h3 {
    font-size: 3rem !important;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-h4 {
    font-size: 2.125rem !important;
    font-weight: 400;
    line-height: 1.175;
    letter-spacing: 0.0073529412em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-h5 {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.333;
    letter-spacing: normal !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.009375em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0071428571em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03125em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: 0.0178571429em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: 0.0892857143em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .text-xxl-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.667;
    letter-spacing: 0.0333333333em !important;
    font-family: "Roboto", sans-serif;
    text-transform: none !important;
  }
  .text-xxl-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2.667;
    letter-spacing: 0.1666666667em !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-screen {
    height: 100vh !important;
  }
  .h-xxl-0 {
    height: 0 !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-0 {
    width: 0 !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
  .float-print-none {
    float: none !important;
  }
  .float-print-left {
    float: left !important;
  }
  .float-print-right {
    float: right !important;
  }
  .v-locale--is-rtl .float-print-end {
    float: left !important;
  }
  .v-locale--is-rtl .float-print-start {
    float: right !important;
  }
  .v-locale--is-ltr .float-print-end {
    float: right !important;
  }
  .v-locale--is-ltr .float-print-start {
    float: left !important;
  }
}.splitpanes{display:flex;width:100%;height:100%}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging *{-webkit-user-select:none;user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;box-sizing:border-box;position:relative;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";position:absolute;top:50%;left:50%;background-color:#00000026;transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme .splitpanes--dragging{-webkit-user-select:none;user-select:none;pointer-events:none}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{transform:translate(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: StackOverflow Light
  Description: Light theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15

  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/
.hljs {
  /* var(--highlight-color) */
  color: #2f3337;
  /* var(--highlight-bg) */
  background: #f6f6f6
}
.hljs-subst {
  /* var(--highlight-color) */
  color: #2f3337
}
.hljs-comment {
  /* var(--highlight-comment) */
  color: #656e77
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-section {
  /* var(--highlight-keyword) */
  color: #015692
}
.hljs-attr {
  /* var(--highlight-attribute); */
  color: #015692
}
.hljs-attribute {
  /* var(--highlight-symbol) */
  color: #803378
}
.hljs-name,
.hljs-type,
.hljs-number,
.hljs-selector-id,
.hljs-quote,
.hljs-template-tag {
  /* var(--highlight-namespace) */
  color: #b75501
}
.hljs-selector-class {
  /* var(--highlight-keyword) */
  color: #015692
}
.hljs-string,
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr {
  /* var(--highlight-variable) */
  color: #54790d
}
.hljs-meta,
.hljs-selector-pseudo {
  /* var(--highlight-keyword) */
  color: #015692
}
.hljs-built_in,
.hljs-title,
.hljs-literal {
  /* var(--highlight-literal) */
  color: #b75501
}
.hljs-bullet,
.hljs-code {
  /* var(--highlight-punctuation) */
  color: #535a60
}
.hljs-meta .hljs-string {
  /* var(--highlight-variable) */
  color: #54790d
}
.hljs-deletion {
  /* var(--highlight-deletion) */
  color: #c02d2e
}
.hljs-addition {
  /* var(--highlight-addition) */
  color: #2f6f44
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-formula,
.hljs-operator,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
.code-editor .dropdown .list.fade-enter-active,
.code-editor .dropdown .list.fade-leave-active {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.code-editor .dropdown .list.fade-enter-from,
.code-editor .dropdown .list.fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.code-editor .dropdown {
  cursor: pointer;
  position: relative;
}
.code-editor .dropdown:focus {
  outline: none;
}
.code-editor .disabled {
  cursor: default;
}
.code-editor .disabled:hover > .title {
  opacity: 0.5 !important;
}
.code-editor .dropdown:hover > .title {
  opacity: 1;
}
.code-editor .dropdown > .title {
  transition: opacity 0.2s ease;
  opacity: 0.5;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
.code-editor .dropdown > .title > div {
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}
.code-editor .dropdown > .title > svg {
  transition: 0.2s;
  margin-left: 3px;
  margin-top: 1px;
}
.code-editor .dropdown > .list {
  box-sizing: border-box;
  position: absolute;
  padding: 1px;
  border-radius: 6px;
  overflow: hidden;
  top: 24px;
  left: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.code-editor .dropdown > .list:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.2;
}

.code-editor .copy-code {
  transition: 0.2s opacity ease;
  position: relative;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.code-editor .copy-code:focus {
  outline: none;
}
.code-editor .copy-code > svg {
  pointer-events: none;
}
.code-editor .copy-code:hover {
  opacity: 1;
}
.code-editor .copy-code:hover > .tooltip {
  display: block;
}
.code-editor .copy-code > .tooltip {
  font-family: sans-serif;
  display: none;
  position: absolute;
  bottom: -10px;
  left: -96px;
  font-size: 12px;
  color: white;
  width: 84px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

[theme=base16-3024] {
  /*!
    Theme: 3024
    Author: Jan T. Sott (http://github.com/idleberg)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-3024] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-3024] code.hljs {
  padding: 3px 5px;
}
[theme=base16-3024] .hljs {
  color: #a5a2a2;
  background: #090300;
}
[theme=base16-3024] .hljs ::selection, [theme=base16-3024] .hljs::selection {
  background-color: #4a4543;
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-comment {
  color: #5c5855;
}
[theme=base16-3024] .hljs-tag {
  color: #807d7c;
}
[theme=base16-3024] .hljs-operator, [theme=base16-3024] .hljs-punctuation, [theme=base16-3024] .hljs-subst {
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-3024] .hljs-bullet, [theme=base16-3024] .hljs-deletion, [theme=base16-3024] .hljs-name, [theme=base16-3024] .hljs-selector-tag, [theme=base16-3024] .hljs-template-variable, [theme=base16-3024] .hljs-variable {
  color: #db2d20;
}
[theme=base16-3024] .hljs-attr, [theme=base16-3024] .hljs-link, [theme=base16-3024] .hljs-literal, [theme=base16-3024] .hljs-number, [theme=base16-3024] .hljs-symbol, [theme=base16-3024] .hljs-variable.constant_ {
  color: #e8bbd0;
}
[theme=base16-3024] .hljs-class .hljs-title, [theme=base16-3024] .hljs-title, [theme=base16-3024] .hljs-title.class_ {
  color: #fded02;
}
[theme=base16-3024] .hljs-strong {
  font-weight: 700;
  color: #fded02;
}
[theme=base16-3024] .hljs-addition, [theme=base16-3024] .hljs-code, [theme=base16-3024] .hljs-string, [theme=base16-3024] .hljs-title.class_.inherited__ {
  color: #01a252;
}
[theme=base16-3024] .hljs-built_in, [theme=base16-3024] .hljs-doctag, [theme=base16-3024] .hljs-keyword.hljs-atrule, [theme=base16-3024] .hljs-quote, [theme=base16-3024] .hljs-regexp {
  color: #b5e4f4;
}
[theme=base16-3024] .hljs-attribute, [theme=base16-3024] .hljs-function .hljs-title, [theme=base16-3024] .hljs-section, [theme=base16-3024] .hljs-title.function_, [theme=base16-3024] .ruby .hljs-property {
  color: #01a0e4;
}
[theme=base16-3024] .diff .hljs-meta, [theme=base16-3024] .hljs-keyword, [theme=base16-3024] .hljs-template-tag, [theme=base16-3024] .hljs-type {
  color: #a16a94;
}
[theme=base16-3024] .hljs-emphasis {
  color: #a16a94;
  font-style: italic;
}
[theme=base16-3024] .hljs-meta, [theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta .hljs-string {
  color: #cdab53;
}
[theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apathy] {
  /*!
    Theme: Apathy
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apathy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apathy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apathy] .hljs {
  color: #81b5ac;
  background: #031a16;
}
[theme=base16-apathy] .hljs ::selection, [theme=base16-apathy] .hljs::selection {
  background-color: #184e45;
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-comment {
  color: #2b685e;
}
[theme=base16-apathy] .hljs-tag {
  color: #5f9c92;
}
[theme=base16-apathy] .hljs-operator, [theme=base16-apathy] .hljs-punctuation, [theme=base16-apathy] .hljs-subst {
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apathy] .hljs-bullet, [theme=base16-apathy] .hljs-deletion, [theme=base16-apathy] .hljs-name, [theme=base16-apathy] .hljs-selector-tag, [theme=base16-apathy] .hljs-template-variable, [theme=base16-apathy] .hljs-variable {
  color: #3e9688;
}
[theme=base16-apathy] .hljs-attr, [theme=base16-apathy] .hljs-link, [theme=base16-apathy] .hljs-literal, [theme=base16-apathy] .hljs-number, [theme=base16-apathy] .hljs-symbol, [theme=base16-apathy] .hljs-variable.constant_ {
  color: #3e7996;
}
[theme=base16-apathy] .hljs-class .hljs-title, [theme=base16-apathy] .hljs-title, [theme=base16-apathy] .hljs-title.class_ {
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-strong {
  font-weight: 700;
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-addition, [theme=base16-apathy] .hljs-code, [theme=base16-apathy] .hljs-string, [theme=base16-apathy] .hljs-title.class_.inherited__ {
  color: #883e96;
}
[theme=base16-apathy] .hljs-built_in, [theme=base16-apathy] .hljs-doctag, [theme=base16-apathy] .hljs-keyword.hljs-atrule, [theme=base16-apathy] .hljs-quote, [theme=base16-apathy] .hljs-regexp {
  color: #963e4c;
}
[theme=base16-apathy] .hljs-attribute, [theme=base16-apathy] .hljs-function .hljs-title, [theme=base16-apathy] .hljs-section, [theme=base16-apathy] .hljs-title.function_, [theme=base16-apathy] .ruby .hljs-property {
  color: #96883e;
}
[theme=base16-apathy] .diff .hljs-meta, [theme=base16-apathy] .hljs-keyword, [theme=base16-apathy] .hljs-template-tag, [theme=base16-apathy] .hljs-type {
  color: #4c963e;
}
[theme=base16-apathy] .hljs-emphasis {
  color: #4c963e;
  font-style: italic;
}
[theme=base16-apathy] .hljs-meta, [theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta .hljs-string {
  color: #3e965b;
}
[theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apprentice] {
  /*!
    Theme: Apprentice
    Author: romainl
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apprentice] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apprentice] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apprentice] .hljs {
  color: #bcbcbc;
  background: #262626;
}
[theme=base16-apprentice] .hljs ::selection, [theme=base16-apprentice] .hljs::selection {
  background-color: #333;
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-comment {
  color: #6c6c6c;
}
[theme=base16-apprentice] .hljs-tag {
  color: #787878;
}
[theme=base16-apprentice] .hljs-operator, [theme=base16-apprentice] .hljs-punctuation, [theme=base16-apprentice] .hljs-subst {
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apprentice] .hljs-bullet, [theme=base16-apprentice] .hljs-deletion, [theme=base16-apprentice] .hljs-name, [theme=base16-apprentice] .hljs-selector-tag, [theme=base16-apprentice] .hljs-template-variable, [theme=base16-apprentice] .hljs-variable {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-attr, [theme=base16-apprentice] .hljs-link, [theme=base16-apprentice] .hljs-literal, [theme=base16-apprentice] .hljs-number, [theme=base16-apprentice] .hljs-symbol, [theme=base16-apprentice] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-apprentice] .hljs-class .hljs-title, [theme=base16-apprentice] .hljs-title, [theme=base16-apprentice] .hljs-title.class_ {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-strong {
  font-weight: 700;
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-addition, [theme=base16-apprentice] .hljs-code, [theme=base16-apprentice] .hljs-string, [theme=base16-apprentice] .hljs-title.class_.inherited__ {
  color: #87af87;
}
[theme=base16-apprentice] .hljs-built_in, [theme=base16-apprentice] .hljs-doctag, [theme=base16-apprentice] .hljs-keyword.hljs-atrule, [theme=base16-apprentice] .hljs-quote, [theme=base16-apprentice] .hljs-regexp {
  color: #5f875f;
}
[theme=base16-apprentice] .hljs-attribute, [theme=base16-apprentice] .hljs-function .hljs-title, [theme=base16-apprentice] .hljs-section, [theme=base16-apprentice] .hljs-title.function_, [theme=base16-apprentice] .ruby .hljs-property {
  color: #ffffaf;
}
[theme=base16-apprentice] .diff .hljs-meta, [theme=base16-apprentice] .hljs-keyword, [theme=base16-apprentice] .hljs-template-tag, [theme=base16-apprentice] .hljs-type {
  color: #87afd7;
}
[theme=base16-apprentice] .hljs-emphasis {
  color: #87afd7;
  font-style: italic;
}
[theme=base16-apprentice] .hljs-meta, [theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta .hljs-string {
  color: #5f87af;
}
[theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ashes] {
  /*!
    Theme: Ashes
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ashes] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ashes] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ashes] .hljs {
  color: #c7ccd1;
  background: #1c2023;
}
[theme=base16-ashes] .hljs ::selection, [theme=base16-ashes] .hljs::selection {
  background-color: #565e65;
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-comment {
  color: #747c84;
}
[theme=base16-ashes] .hljs-tag {
  color: #adb3ba;
}
[theme=base16-ashes] .hljs-operator, [theme=base16-ashes] .hljs-punctuation, [theme=base16-ashes] .hljs-subst {
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ashes] .hljs-bullet, [theme=base16-ashes] .hljs-deletion, [theme=base16-ashes] .hljs-name, [theme=base16-ashes] .hljs-selector-tag, [theme=base16-ashes] .hljs-template-variable, [theme=base16-ashes] .hljs-variable {
  color: #c7ae95;
}
[theme=base16-ashes] .hljs-attr, [theme=base16-ashes] .hljs-link, [theme=base16-ashes] .hljs-literal, [theme=base16-ashes] .hljs-number, [theme=base16-ashes] .hljs-symbol, [theme=base16-ashes] .hljs-variable.constant_ {
  color: #c7c795;
}
[theme=base16-ashes] .hljs-class .hljs-title, [theme=base16-ashes] .hljs-title, [theme=base16-ashes] .hljs-title.class_ {
  color: #aec795;
}
[theme=base16-ashes] .hljs-strong {
  font-weight: 700;
  color: #aec795;
}
[theme=base16-ashes] .hljs-addition, [theme=base16-ashes] .hljs-code, [theme=base16-ashes] .hljs-string, [theme=base16-ashes] .hljs-title.class_.inherited__ {
  color: #95c7ae;
}
[theme=base16-ashes] .hljs-built_in, [theme=base16-ashes] .hljs-doctag, [theme=base16-ashes] .hljs-keyword.hljs-atrule, [theme=base16-ashes] .hljs-quote, [theme=base16-ashes] .hljs-regexp {
  color: #95aec7;
}
[theme=base16-ashes] .hljs-attribute, [theme=base16-ashes] .hljs-function .hljs-title, [theme=base16-ashes] .hljs-section, [theme=base16-ashes] .hljs-title.function_, [theme=base16-ashes] .ruby .hljs-property {
  color: #ae95c7;
}
[theme=base16-ashes] .diff .hljs-meta, [theme=base16-ashes] .hljs-keyword, [theme=base16-ashes] .hljs-template-tag, [theme=base16-ashes] .hljs-type {
  color: #c795ae;
}
[theme=base16-ashes] .hljs-emphasis {
  color: #c795ae;
  font-style: italic;
}
[theme=base16-ashes] .hljs-meta, [theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta .hljs-string {
  color: #c79595;
}
[theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave-light] {
  /*!
    Theme: Atelier Cave Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave-light] .hljs {
  color: #585260;
  background: #efecf4;
}
[theme=base16-atelier-cave-light] .hljs ::selection, [theme=base16-atelier-cave-light] .hljs::selection {
  background-color: #8b8792;
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-comment {
  color: #7e7887;
}
[theme=base16-atelier-cave-light] .hljs-tag {
  color: #655f6d;
}
[theme=base16-atelier-cave-light] .hljs-operator, [theme=base16-atelier-cave-light] .hljs-punctuation, [theme=base16-atelier-cave-light] .hljs-subst {
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave-light] .hljs-bullet, [theme=base16-atelier-cave-light] .hljs-deletion, [theme=base16-atelier-cave-light] .hljs-name, [theme=base16-atelier-cave-light] .hljs-selector-tag, [theme=base16-atelier-cave-light] .hljs-template-variable, [theme=base16-atelier-cave-light] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave-light] .hljs-attr, [theme=base16-atelier-cave-light] .hljs-link, [theme=base16-atelier-cave-light] .hljs-literal, [theme=base16-atelier-cave-light] .hljs-number, [theme=base16-atelier-cave-light] .hljs-symbol, [theme=base16-atelier-cave-light] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave-light] .hljs-class .hljs-title, [theme=base16-atelier-cave-light] .hljs-title, [theme=base16-atelier-cave-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-addition, [theme=base16-atelier-cave-light] .hljs-code, [theme=base16-atelier-cave-light] .hljs-string, [theme=base16-atelier-cave-light] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave-light] .hljs-built_in, [theme=base16-atelier-cave-light] .hljs-doctag, [theme=base16-atelier-cave-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave-light] .hljs-quote, [theme=base16-atelier-cave-light] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave-light] .hljs-attribute, [theme=base16-atelier-cave-light] .hljs-function .hljs-title, [theme=base16-atelier-cave-light] .hljs-section, [theme=base16-atelier-cave-light] .hljs-title.function_, [theme=base16-atelier-cave-light] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave-light] .diff .hljs-meta, [theme=base16-atelier-cave-light] .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-template-tag, [theme=base16-atelier-cave-light] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave-light] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave-light] .hljs-meta, [theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave] {
  /*!
    Theme: Atelier Cave
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave] .hljs {
  color: #8b8792;
  background: #19171c;
}
[theme=base16-atelier-cave] .hljs ::selection, [theme=base16-atelier-cave] .hljs::selection {
  background-color: #585260;
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-comment {
  color: #655f6d;
}
[theme=base16-atelier-cave] .hljs-tag {
  color: #7e7887;
}
[theme=base16-atelier-cave] .hljs-operator, [theme=base16-atelier-cave] .hljs-punctuation, [theme=base16-atelier-cave] .hljs-subst {
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave] .hljs-bullet, [theme=base16-atelier-cave] .hljs-deletion, [theme=base16-atelier-cave] .hljs-name, [theme=base16-atelier-cave] .hljs-selector-tag, [theme=base16-atelier-cave] .hljs-template-variable, [theme=base16-atelier-cave] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave] .hljs-attr, [theme=base16-atelier-cave] .hljs-link, [theme=base16-atelier-cave] .hljs-literal, [theme=base16-atelier-cave] .hljs-number, [theme=base16-atelier-cave] .hljs-symbol, [theme=base16-atelier-cave] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave] .hljs-class .hljs-title, [theme=base16-atelier-cave] .hljs-title, [theme=base16-atelier-cave] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-addition, [theme=base16-atelier-cave] .hljs-code, [theme=base16-atelier-cave] .hljs-string, [theme=base16-atelier-cave] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave] .hljs-built_in, [theme=base16-atelier-cave] .hljs-doctag, [theme=base16-atelier-cave] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave] .hljs-quote, [theme=base16-atelier-cave] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave] .hljs-attribute, [theme=base16-atelier-cave] .hljs-function .hljs-title, [theme=base16-atelier-cave] .hljs-section, [theme=base16-atelier-cave] .hljs-title.function_, [theme=base16-atelier-cave] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave] .diff .hljs-meta, [theme=base16-atelier-cave] .hljs-keyword, [theme=base16-atelier-cave] .hljs-template-tag, [theme=base16-atelier-cave] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave] .hljs-meta, [theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune-light] {
  /*!
    Theme: Atelier Dune Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune-light] .hljs {
  color: #6e6b5e;
  background: #fefbec;
}
[theme=base16-atelier-dune-light] .hljs ::selection, [theme=base16-atelier-dune-light] .hljs::selection {
  background-color: #a6a28c;
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-comment {
  color: #999580;
}
[theme=base16-atelier-dune-light] .hljs-tag {
  color: #7d7a68;
}
[theme=base16-atelier-dune-light] .hljs-operator, [theme=base16-atelier-dune-light] .hljs-punctuation, [theme=base16-atelier-dune-light] .hljs-subst {
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune-light] .hljs-bullet, [theme=base16-atelier-dune-light] .hljs-deletion, [theme=base16-atelier-dune-light] .hljs-name, [theme=base16-atelier-dune-light] .hljs-selector-tag, [theme=base16-atelier-dune-light] .hljs-template-variable, [theme=base16-atelier-dune-light] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune-light] .hljs-attr, [theme=base16-atelier-dune-light] .hljs-link, [theme=base16-atelier-dune-light] .hljs-literal, [theme=base16-atelier-dune-light] .hljs-number, [theme=base16-atelier-dune-light] .hljs-symbol, [theme=base16-atelier-dune-light] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune-light] .hljs-class .hljs-title, [theme=base16-atelier-dune-light] .hljs-title, [theme=base16-atelier-dune-light] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-addition, [theme=base16-atelier-dune-light] .hljs-code, [theme=base16-atelier-dune-light] .hljs-string, [theme=base16-atelier-dune-light] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune-light] .hljs-built_in, [theme=base16-atelier-dune-light] .hljs-doctag, [theme=base16-atelier-dune-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune-light] .hljs-quote, [theme=base16-atelier-dune-light] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune-light] .hljs-attribute, [theme=base16-atelier-dune-light] .hljs-function .hljs-title, [theme=base16-atelier-dune-light] .hljs-section, [theme=base16-atelier-dune-light] .hljs-title.function_, [theme=base16-atelier-dune-light] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune-light] .diff .hljs-meta, [theme=base16-atelier-dune-light] .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-template-tag, [theme=base16-atelier-dune-light] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune-light] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune-light] .hljs-meta, [theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune] {
  /*!
    Theme: Atelier Dune
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune] .hljs {
  color: #a6a28c;
  background: #20201d;
}
[theme=base16-atelier-dune] .hljs ::selection, [theme=base16-atelier-dune] .hljs::selection {
  background-color: #6e6b5e;
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-comment {
  color: #7d7a68;
}
[theme=base16-atelier-dune] .hljs-tag {
  color: #999580;
}
[theme=base16-atelier-dune] .hljs-operator, [theme=base16-atelier-dune] .hljs-punctuation, [theme=base16-atelier-dune] .hljs-subst {
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune] .hljs-bullet, [theme=base16-atelier-dune] .hljs-deletion, [theme=base16-atelier-dune] .hljs-name, [theme=base16-atelier-dune] .hljs-selector-tag, [theme=base16-atelier-dune] .hljs-template-variable, [theme=base16-atelier-dune] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune] .hljs-attr, [theme=base16-atelier-dune] .hljs-link, [theme=base16-atelier-dune] .hljs-literal, [theme=base16-atelier-dune] .hljs-number, [theme=base16-atelier-dune] .hljs-symbol, [theme=base16-atelier-dune] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune] .hljs-class .hljs-title, [theme=base16-atelier-dune] .hljs-title, [theme=base16-atelier-dune] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-addition, [theme=base16-atelier-dune] .hljs-code, [theme=base16-atelier-dune] .hljs-string, [theme=base16-atelier-dune] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune] .hljs-built_in, [theme=base16-atelier-dune] .hljs-doctag, [theme=base16-atelier-dune] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune] .hljs-quote, [theme=base16-atelier-dune] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune] .hljs-attribute, [theme=base16-atelier-dune] .hljs-function .hljs-title, [theme=base16-atelier-dune] .hljs-section, [theme=base16-atelier-dune] .hljs-title.function_, [theme=base16-atelier-dune] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune] .diff .hljs-meta, [theme=base16-atelier-dune] .hljs-keyword, [theme=base16-atelier-dune] .hljs-template-tag, [theme=base16-atelier-dune] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune] .hljs-meta, [theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary-light] {
  /*!
    Theme: Atelier Estuary Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary-light] .hljs {
  color: #5f5e4e;
  background: #f4f3ec;
}
[theme=base16-atelier-estuary-light] .hljs ::selection, [theme=base16-atelier-estuary-light] .hljs::selection {
  background-color: #929181;
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-comment {
  color: #878573;
}
[theme=base16-atelier-estuary-light] .hljs-tag {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary-light] .hljs-operator, [theme=base16-atelier-estuary-light] .hljs-punctuation, [theme=base16-atelier-estuary-light] .hljs-subst {
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary-light] .hljs-bullet, [theme=base16-atelier-estuary-light] .hljs-deletion, [theme=base16-atelier-estuary-light] .hljs-name, [theme=base16-atelier-estuary-light] .hljs-selector-tag, [theme=base16-atelier-estuary-light] .hljs-template-variable, [theme=base16-atelier-estuary-light] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary-light] .hljs-attr, [theme=base16-atelier-estuary-light] .hljs-link, [theme=base16-atelier-estuary-light] .hljs-literal, [theme=base16-atelier-estuary-light] .hljs-number, [theme=base16-atelier-estuary-light] .hljs-symbol, [theme=base16-atelier-estuary-light] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary-light] .hljs-class .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-addition, [theme=base16-atelier-estuary-light] .hljs-code, [theme=base16-atelier-estuary-light] .hljs-string, [theme=base16-atelier-estuary-light] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary-light] .hljs-built_in, [theme=base16-atelier-estuary-light] .hljs-doctag, [theme=base16-atelier-estuary-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary-light] .hljs-quote, [theme=base16-atelier-estuary-light] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary-light] .hljs-attribute, [theme=base16-atelier-estuary-light] .hljs-function .hljs-title, [theme=base16-atelier-estuary-light] .hljs-section, [theme=base16-atelier-estuary-light] .hljs-title.function_, [theme=base16-atelier-estuary-light] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary-light] .diff .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-template-tag, [theme=base16-atelier-estuary-light] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary-light] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary-light] .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary] {
  /*!
    Theme: Atelier Estuary
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary] .hljs {
  color: #929181;
  background: #22221b;
}
[theme=base16-atelier-estuary] .hljs ::selection, [theme=base16-atelier-estuary] .hljs::selection {
  background-color: #5f5e4e;
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-comment {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary] .hljs-tag {
  color: #878573;
}
[theme=base16-atelier-estuary] .hljs-operator, [theme=base16-atelier-estuary] .hljs-punctuation, [theme=base16-atelier-estuary] .hljs-subst {
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary] .hljs-bullet, [theme=base16-atelier-estuary] .hljs-deletion, [theme=base16-atelier-estuary] .hljs-name, [theme=base16-atelier-estuary] .hljs-selector-tag, [theme=base16-atelier-estuary] .hljs-template-variable, [theme=base16-atelier-estuary] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary] .hljs-attr, [theme=base16-atelier-estuary] .hljs-link, [theme=base16-atelier-estuary] .hljs-literal, [theme=base16-atelier-estuary] .hljs-number, [theme=base16-atelier-estuary] .hljs-symbol, [theme=base16-atelier-estuary] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary] .hljs-class .hljs-title, [theme=base16-atelier-estuary] .hljs-title, [theme=base16-atelier-estuary] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-addition, [theme=base16-atelier-estuary] .hljs-code, [theme=base16-atelier-estuary] .hljs-string, [theme=base16-atelier-estuary] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary] .hljs-built_in, [theme=base16-atelier-estuary] .hljs-doctag, [theme=base16-atelier-estuary] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary] .hljs-quote, [theme=base16-atelier-estuary] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary] .hljs-attribute, [theme=base16-atelier-estuary] .hljs-function .hljs-title, [theme=base16-atelier-estuary] .hljs-section, [theme=base16-atelier-estuary] .hljs-title.function_, [theme=base16-atelier-estuary] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary] .diff .hljs-meta, [theme=base16-atelier-estuary] .hljs-keyword, [theme=base16-atelier-estuary] .hljs-template-tag, [theme=base16-atelier-estuary] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary] .hljs-meta, [theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest-light] {
  /*!
    Theme: Atelier Forest Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest-light] .hljs {
  color: #68615e;
  background: #f1efee;
}
[theme=base16-atelier-forest-light] .hljs ::selection, [theme=base16-atelier-forest-light] .hljs::selection {
  background-color: #a8a19f;
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-comment {
  color: #9c9491;
}
[theme=base16-atelier-forest-light] .hljs-tag {
  color: #766e6b;
}
[theme=base16-atelier-forest-light] .hljs-operator, [theme=base16-atelier-forest-light] .hljs-punctuation, [theme=base16-atelier-forest-light] .hljs-subst {
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest-light] .hljs-bullet, [theme=base16-atelier-forest-light] .hljs-deletion, [theme=base16-atelier-forest-light] .hljs-name, [theme=base16-atelier-forest-light] .hljs-selector-tag, [theme=base16-atelier-forest-light] .hljs-template-variable, [theme=base16-atelier-forest-light] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest-light] .hljs-attr, [theme=base16-atelier-forest-light] .hljs-link, [theme=base16-atelier-forest-light] .hljs-literal, [theme=base16-atelier-forest-light] .hljs-number, [theme=base16-atelier-forest-light] .hljs-symbol, [theme=base16-atelier-forest-light] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest-light] .hljs-class .hljs-title, [theme=base16-atelier-forest-light] .hljs-title, [theme=base16-atelier-forest-light] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-addition, [theme=base16-atelier-forest-light] .hljs-code, [theme=base16-atelier-forest-light] .hljs-string, [theme=base16-atelier-forest-light] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest-light] .hljs-built_in, [theme=base16-atelier-forest-light] .hljs-doctag, [theme=base16-atelier-forest-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest-light] .hljs-quote, [theme=base16-atelier-forest-light] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest-light] .hljs-attribute, [theme=base16-atelier-forest-light] .hljs-function .hljs-title, [theme=base16-atelier-forest-light] .hljs-section, [theme=base16-atelier-forest-light] .hljs-title.function_, [theme=base16-atelier-forest-light] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest-light] .diff .hljs-meta, [theme=base16-atelier-forest-light] .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-template-tag, [theme=base16-atelier-forest-light] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest-light] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest-light] .hljs-meta, [theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest] {
  /*!
    Theme: Atelier Forest
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest] .hljs {
  color: #a8a19f;
  background: #1b1918;
}
[theme=base16-atelier-forest] .hljs ::selection, [theme=base16-atelier-forest] .hljs::selection {
  background-color: #68615e;
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-comment {
  color: #766e6b;
}
[theme=base16-atelier-forest] .hljs-tag {
  color: #9c9491;
}
[theme=base16-atelier-forest] .hljs-operator, [theme=base16-atelier-forest] .hljs-punctuation, [theme=base16-atelier-forest] .hljs-subst {
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest] .hljs-bullet, [theme=base16-atelier-forest] .hljs-deletion, [theme=base16-atelier-forest] .hljs-name, [theme=base16-atelier-forest] .hljs-selector-tag, [theme=base16-atelier-forest] .hljs-template-variable, [theme=base16-atelier-forest] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest] .hljs-attr, [theme=base16-atelier-forest] .hljs-link, [theme=base16-atelier-forest] .hljs-literal, [theme=base16-atelier-forest] .hljs-number, [theme=base16-atelier-forest] .hljs-symbol, [theme=base16-atelier-forest] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest] .hljs-class .hljs-title, [theme=base16-atelier-forest] .hljs-title, [theme=base16-atelier-forest] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-addition, [theme=base16-atelier-forest] .hljs-code, [theme=base16-atelier-forest] .hljs-string, [theme=base16-atelier-forest] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest] .hljs-built_in, [theme=base16-atelier-forest] .hljs-doctag, [theme=base16-atelier-forest] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest] .hljs-quote, [theme=base16-atelier-forest] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest] .hljs-attribute, [theme=base16-atelier-forest] .hljs-function .hljs-title, [theme=base16-atelier-forest] .hljs-section, [theme=base16-atelier-forest] .hljs-title.function_, [theme=base16-atelier-forest] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest] .diff .hljs-meta, [theme=base16-atelier-forest] .hljs-keyword, [theme=base16-atelier-forest] .hljs-template-tag, [theme=base16-atelier-forest] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest] .hljs-meta, [theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath-light] {
  /*!
    Theme: Atelier Heath Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath-light] .hljs {
  color: #695d69;
  background: #f7f3f7;
}
[theme=base16-atelier-heath-light] .hljs ::selection, [theme=base16-atelier-heath-light] .hljs::selection {
  background-color: #ab9bab;
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-comment {
  color: #9e8f9e;
}
[theme=base16-atelier-heath-light] .hljs-tag {
  color: #776977;
}
[theme=base16-atelier-heath-light] .hljs-operator, [theme=base16-atelier-heath-light] .hljs-punctuation, [theme=base16-atelier-heath-light] .hljs-subst {
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath-light] .hljs-bullet, [theme=base16-atelier-heath-light] .hljs-deletion, [theme=base16-atelier-heath-light] .hljs-name, [theme=base16-atelier-heath-light] .hljs-selector-tag, [theme=base16-atelier-heath-light] .hljs-template-variable, [theme=base16-atelier-heath-light] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath-light] .hljs-attr, [theme=base16-atelier-heath-light] .hljs-link, [theme=base16-atelier-heath-light] .hljs-literal, [theme=base16-atelier-heath-light] .hljs-number, [theme=base16-atelier-heath-light] .hljs-symbol, [theme=base16-atelier-heath-light] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath-light] .hljs-class .hljs-title, [theme=base16-atelier-heath-light] .hljs-title, [theme=base16-atelier-heath-light] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-addition, [theme=base16-atelier-heath-light] .hljs-code, [theme=base16-atelier-heath-light] .hljs-string, [theme=base16-atelier-heath-light] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath-light] .hljs-built_in, [theme=base16-atelier-heath-light] .hljs-doctag, [theme=base16-atelier-heath-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath-light] .hljs-quote, [theme=base16-atelier-heath-light] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath-light] .hljs-attribute, [theme=base16-atelier-heath-light] .hljs-function .hljs-title, [theme=base16-atelier-heath-light] .hljs-section, [theme=base16-atelier-heath-light] .hljs-title.function_, [theme=base16-atelier-heath-light] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath-light] .diff .hljs-meta, [theme=base16-atelier-heath-light] .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-template-tag, [theme=base16-atelier-heath-light] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath-light] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath-light] .hljs-meta, [theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath] {
  /*!
    Theme: Atelier Heath
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath] .hljs {
  color: #ab9bab;
  background: #1b181b;
}
[theme=base16-atelier-heath] .hljs ::selection, [theme=base16-atelier-heath] .hljs::selection {
  background-color: #695d69;
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-comment {
  color: #776977;
}
[theme=base16-atelier-heath] .hljs-tag {
  color: #9e8f9e;
}
[theme=base16-atelier-heath] .hljs-operator, [theme=base16-atelier-heath] .hljs-punctuation, [theme=base16-atelier-heath] .hljs-subst {
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath] .hljs-bullet, [theme=base16-atelier-heath] .hljs-deletion, [theme=base16-atelier-heath] .hljs-name, [theme=base16-atelier-heath] .hljs-selector-tag, [theme=base16-atelier-heath] .hljs-template-variable, [theme=base16-atelier-heath] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath] .hljs-attr, [theme=base16-atelier-heath] .hljs-link, [theme=base16-atelier-heath] .hljs-literal, [theme=base16-atelier-heath] .hljs-number, [theme=base16-atelier-heath] .hljs-symbol, [theme=base16-atelier-heath] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath] .hljs-class .hljs-title, [theme=base16-atelier-heath] .hljs-title, [theme=base16-atelier-heath] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-addition, [theme=base16-atelier-heath] .hljs-code, [theme=base16-atelier-heath] .hljs-string, [theme=base16-atelier-heath] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath] .hljs-built_in, [theme=base16-atelier-heath] .hljs-doctag, [theme=base16-atelier-heath] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath] .hljs-quote, [theme=base16-atelier-heath] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath] .hljs-attribute, [theme=base16-atelier-heath] .hljs-function .hljs-title, [theme=base16-atelier-heath] .hljs-section, [theme=base16-atelier-heath] .hljs-title.function_, [theme=base16-atelier-heath] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath] .diff .hljs-meta, [theme=base16-atelier-heath] .hljs-keyword, [theme=base16-atelier-heath] .hljs-template-tag, [theme=base16-atelier-heath] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath] .hljs-meta, [theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside-light] {
  /*!
    Theme: Atelier Lakeside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside-light] .hljs {
  color: #516d7b;
  background: #ebf8ff;
}
[theme=base16-atelier-lakeside-light] .hljs ::selection, [theme=base16-atelier-lakeside-light] .hljs::selection {
  background-color: #7ea2b4;
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-comment {
  color: #7195a8;
}
[theme=base16-atelier-lakeside-light] .hljs-tag {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside-light] .hljs-operator, [theme=base16-atelier-lakeside-light] .hljs-punctuation, [theme=base16-atelier-lakeside-light] .hljs-subst {
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside-light] .hljs-bullet, [theme=base16-atelier-lakeside-light] .hljs-deletion, [theme=base16-atelier-lakeside-light] .hljs-name, [theme=base16-atelier-lakeside-light] .hljs-selector-tag, [theme=base16-atelier-lakeside-light] .hljs-template-variable, [theme=base16-atelier-lakeside-light] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside-light] .hljs-attr, [theme=base16-atelier-lakeside-light] .hljs-link, [theme=base16-atelier-lakeside-light] .hljs-literal, [theme=base16-atelier-lakeside-light] .hljs-number, [theme=base16-atelier-lakeside-light] .hljs-symbol, [theme=base16-atelier-lakeside-light] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside-light] .hljs-class .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-addition, [theme=base16-atelier-lakeside-light] .hljs-code, [theme=base16-atelier-lakeside-light] .hljs-string, [theme=base16-atelier-lakeside-light] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside-light] .hljs-built_in, [theme=base16-atelier-lakeside-light] .hljs-doctag, [theme=base16-atelier-lakeside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside-light] .hljs-quote, [theme=base16-atelier-lakeside-light] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside-light] .hljs-attribute, [theme=base16-atelier-lakeside-light] .hljs-function .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-section, [theme=base16-atelier-lakeside-light] .hljs-title.function_, [theme=base16-atelier-lakeside-light] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside-light] .diff .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-template-tag, [theme=base16-atelier-lakeside-light] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside-light] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside-light] .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside] {
  /*!
    Theme: Atelier Lakeside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside] .hljs {
  color: #7ea2b4;
  background: #161b1d;
}
[theme=base16-atelier-lakeside] .hljs ::selection, [theme=base16-atelier-lakeside] .hljs::selection {
  background-color: #516d7b;
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-comment {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside] .hljs-tag {
  color: #7195a8;
}
[theme=base16-atelier-lakeside] .hljs-operator, [theme=base16-atelier-lakeside] .hljs-punctuation, [theme=base16-atelier-lakeside] .hljs-subst {
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside] .hljs-bullet, [theme=base16-atelier-lakeside] .hljs-deletion, [theme=base16-atelier-lakeside] .hljs-name, [theme=base16-atelier-lakeside] .hljs-selector-tag, [theme=base16-atelier-lakeside] .hljs-template-variable, [theme=base16-atelier-lakeside] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside] .hljs-attr, [theme=base16-atelier-lakeside] .hljs-link, [theme=base16-atelier-lakeside] .hljs-literal, [theme=base16-atelier-lakeside] .hljs-number, [theme=base16-atelier-lakeside] .hljs-symbol, [theme=base16-atelier-lakeside] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside] .hljs-class .hljs-title, [theme=base16-atelier-lakeside] .hljs-title, [theme=base16-atelier-lakeside] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-addition, [theme=base16-atelier-lakeside] .hljs-code, [theme=base16-atelier-lakeside] .hljs-string, [theme=base16-atelier-lakeside] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside] .hljs-built_in, [theme=base16-atelier-lakeside] .hljs-doctag, [theme=base16-atelier-lakeside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside] .hljs-quote, [theme=base16-atelier-lakeside] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside] .hljs-attribute, [theme=base16-atelier-lakeside] .hljs-function .hljs-title, [theme=base16-atelier-lakeside] .hljs-section, [theme=base16-atelier-lakeside] .hljs-title.function_, [theme=base16-atelier-lakeside] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside] .diff .hljs-meta, [theme=base16-atelier-lakeside] .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-template-tag, [theme=base16-atelier-lakeside] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside] .hljs-meta, [theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau-light] {
  /*!
    Theme: Atelier Plateau Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau-light] .hljs {
  color: #585050;
  background: #f4ecec;
}
[theme=base16-atelier-plateau-light] .hljs ::selection, [theme=base16-atelier-plateau-light] .hljs::selection {
  background-color: #8a8585;
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-comment {
  color: #7e7777;
}
[theme=base16-atelier-plateau-light] .hljs-tag {
  color: #655d5d;
}
[theme=base16-atelier-plateau-light] .hljs-operator, [theme=base16-atelier-plateau-light] .hljs-punctuation, [theme=base16-atelier-plateau-light] .hljs-subst {
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau-light] .hljs-bullet, [theme=base16-atelier-plateau-light] .hljs-deletion, [theme=base16-atelier-plateau-light] .hljs-name, [theme=base16-atelier-plateau-light] .hljs-selector-tag, [theme=base16-atelier-plateau-light] .hljs-template-variable, [theme=base16-atelier-plateau-light] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau-light] .hljs-attr, [theme=base16-atelier-plateau-light] .hljs-link, [theme=base16-atelier-plateau-light] .hljs-literal, [theme=base16-atelier-plateau-light] .hljs-number, [theme=base16-atelier-plateau-light] .hljs-symbol, [theme=base16-atelier-plateau-light] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau-light] .hljs-class .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-addition, [theme=base16-atelier-plateau-light] .hljs-code, [theme=base16-atelier-plateau-light] .hljs-string, [theme=base16-atelier-plateau-light] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau-light] .hljs-built_in, [theme=base16-atelier-plateau-light] .hljs-doctag, [theme=base16-atelier-plateau-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau-light] .hljs-quote, [theme=base16-atelier-plateau-light] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau-light] .hljs-attribute, [theme=base16-atelier-plateau-light] .hljs-function .hljs-title, [theme=base16-atelier-plateau-light] .hljs-section, [theme=base16-atelier-plateau-light] .hljs-title.function_, [theme=base16-atelier-plateau-light] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau-light] .diff .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-template-tag, [theme=base16-atelier-plateau-light] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau-light] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau-light] .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau] {
  /*!
    Theme: Atelier Plateau
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau] .hljs {
  color: #8a8585;
  background: #1b1818;
}
[theme=base16-atelier-plateau] .hljs ::selection, [theme=base16-atelier-plateau] .hljs::selection {
  background-color: #585050;
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-comment {
  color: #655d5d;
}
[theme=base16-atelier-plateau] .hljs-tag {
  color: #7e7777;
}
[theme=base16-atelier-plateau] .hljs-operator, [theme=base16-atelier-plateau] .hljs-punctuation, [theme=base16-atelier-plateau] .hljs-subst {
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau] .hljs-bullet, [theme=base16-atelier-plateau] .hljs-deletion, [theme=base16-atelier-plateau] .hljs-name, [theme=base16-atelier-plateau] .hljs-selector-tag, [theme=base16-atelier-plateau] .hljs-template-variable, [theme=base16-atelier-plateau] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau] .hljs-attr, [theme=base16-atelier-plateau] .hljs-link, [theme=base16-atelier-plateau] .hljs-literal, [theme=base16-atelier-plateau] .hljs-number, [theme=base16-atelier-plateau] .hljs-symbol, [theme=base16-atelier-plateau] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau] .hljs-class .hljs-title, [theme=base16-atelier-plateau] .hljs-title, [theme=base16-atelier-plateau] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-addition, [theme=base16-atelier-plateau] .hljs-code, [theme=base16-atelier-plateau] .hljs-string, [theme=base16-atelier-plateau] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau] .hljs-built_in, [theme=base16-atelier-plateau] .hljs-doctag, [theme=base16-atelier-plateau] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau] .hljs-quote, [theme=base16-atelier-plateau] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau] .hljs-attribute, [theme=base16-atelier-plateau] .hljs-function .hljs-title, [theme=base16-atelier-plateau] .hljs-section, [theme=base16-atelier-plateau] .hljs-title.function_, [theme=base16-atelier-plateau] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau] .diff .hljs-meta, [theme=base16-atelier-plateau] .hljs-keyword, [theme=base16-atelier-plateau] .hljs-template-tag, [theme=base16-atelier-plateau] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau] .hljs-meta, [theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna-light] {
  /*!
    Theme: Atelier Savanna Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna-light] .hljs {
  color: #526057;
  background: #ecf4ee;
}
[theme=base16-atelier-savanna-light] .hljs ::selection, [theme=base16-atelier-savanna-light] .hljs::selection {
  background-color: #87928a;
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-comment {
  color: #78877d;
}
[theme=base16-atelier-savanna-light] .hljs-tag {
  color: #5f6d64;
}
[theme=base16-atelier-savanna-light] .hljs-operator, [theme=base16-atelier-savanna-light] .hljs-punctuation, [theme=base16-atelier-savanna-light] .hljs-subst {
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna-light] .hljs-bullet, [theme=base16-atelier-savanna-light] .hljs-deletion, [theme=base16-atelier-savanna-light] .hljs-name, [theme=base16-atelier-savanna-light] .hljs-selector-tag, [theme=base16-atelier-savanna-light] .hljs-template-variable, [theme=base16-atelier-savanna-light] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna-light] .hljs-attr, [theme=base16-atelier-savanna-light] .hljs-link, [theme=base16-atelier-savanna-light] .hljs-literal, [theme=base16-atelier-savanna-light] .hljs-number, [theme=base16-atelier-savanna-light] .hljs-symbol, [theme=base16-atelier-savanna-light] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna-light] .hljs-class .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-addition, [theme=base16-atelier-savanna-light] .hljs-code, [theme=base16-atelier-savanna-light] .hljs-string, [theme=base16-atelier-savanna-light] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna-light] .hljs-built_in, [theme=base16-atelier-savanna-light] .hljs-doctag, [theme=base16-atelier-savanna-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna-light] .hljs-quote, [theme=base16-atelier-savanna-light] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna-light] .hljs-attribute, [theme=base16-atelier-savanna-light] .hljs-function .hljs-title, [theme=base16-atelier-savanna-light] .hljs-section, [theme=base16-atelier-savanna-light] .hljs-title.function_, [theme=base16-atelier-savanna-light] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna-light] .diff .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-template-tag, [theme=base16-atelier-savanna-light] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna-light] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna-light] .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna] {
  /*!
    Theme: Atelier Savanna
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna] .hljs {
  color: #87928a;
  background: #171c19;
}
[theme=base16-atelier-savanna] .hljs ::selection, [theme=base16-atelier-savanna] .hljs::selection {
  background-color: #526057;
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-comment {
  color: #5f6d64;
}
[theme=base16-atelier-savanna] .hljs-tag {
  color: #78877d;
}
[theme=base16-atelier-savanna] .hljs-operator, [theme=base16-atelier-savanna] .hljs-punctuation, [theme=base16-atelier-savanna] .hljs-subst {
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna] .hljs-bullet, [theme=base16-atelier-savanna] .hljs-deletion, [theme=base16-atelier-savanna] .hljs-name, [theme=base16-atelier-savanna] .hljs-selector-tag, [theme=base16-atelier-savanna] .hljs-template-variable, [theme=base16-atelier-savanna] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna] .hljs-attr, [theme=base16-atelier-savanna] .hljs-link, [theme=base16-atelier-savanna] .hljs-literal, [theme=base16-atelier-savanna] .hljs-number, [theme=base16-atelier-savanna] .hljs-symbol, [theme=base16-atelier-savanna] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna] .hljs-class .hljs-title, [theme=base16-atelier-savanna] .hljs-title, [theme=base16-atelier-savanna] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-addition, [theme=base16-atelier-savanna] .hljs-code, [theme=base16-atelier-savanna] .hljs-string, [theme=base16-atelier-savanna] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna] .hljs-built_in, [theme=base16-atelier-savanna] .hljs-doctag, [theme=base16-atelier-savanna] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna] .hljs-quote, [theme=base16-atelier-savanna] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna] .hljs-attribute, [theme=base16-atelier-savanna] .hljs-function .hljs-title, [theme=base16-atelier-savanna] .hljs-section, [theme=base16-atelier-savanna] .hljs-title.function_, [theme=base16-atelier-savanna] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna] .diff .hljs-meta, [theme=base16-atelier-savanna] .hljs-keyword, [theme=base16-atelier-savanna] .hljs-template-tag, [theme=base16-atelier-savanna] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna] .hljs-meta, [theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside-light] {
  /*!
    Theme: Atelier Seaside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside-light] .hljs {
  color: #5e6e5e;
  background: #f4fbf4;
}
[theme=base16-atelier-seaside-light] .hljs ::selection, [theme=base16-atelier-seaside-light] .hljs::selection {
  background-color: #8ca68c;
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-comment {
  color: #809980;
}
[theme=base16-atelier-seaside-light] .hljs-tag {
  color: #687d68;
}
[theme=base16-atelier-seaside-light] .hljs-operator, [theme=base16-atelier-seaside-light] .hljs-punctuation, [theme=base16-atelier-seaside-light] .hljs-subst {
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside-light] .hljs-bullet, [theme=base16-atelier-seaside-light] .hljs-deletion, [theme=base16-atelier-seaside-light] .hljs-name, [theme=base16-atelier-seaside-light] .hljs-selector-tag, [theme=base16-atelier-seaside-light] .hljs-template-variable, [theme=base16-atelier-seaside-light] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside-light] .hljs-attr, [theme=base16-atelier-seaside-light] .hljs-link, [theme=base16-atelier-seaside-light] .hljs-literal, [theme=base16-atelier-seaside-light] .hljs-number, [theme=base16-atelier-seaside-light] .hljs-symbol, [theme=base16-atelier-seaside-light] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside-light] .hljs-class .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-addition, [theme=base16-atelier-seaside-light] .hljs-code, [theme=base16-atelier-seaside-light] .hljs-string, [theme=base16-atelier-seaside-light] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside-light] .hljs-built_in, [theme=base16-atelier-seaside-light] .hljs-doctag, [theme=base16-atelier-seaside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside-light] .hljs-quote, [theme=base16-atelier-seaside-light] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside-light] .hljs-attribute, [theme=base16-atelier-seaside-light] .hljs-function .hljs-title, [theme=base16-atelier-seaside-light] .hljs-section, [theme=base16-atelier-seaside-light] .hljs-title.function_, [theme=base16-atelier-seaside-light] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside-light] .diff .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-template-tag, [theme=base16-atelier-seaside-light] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside-light] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside-light] .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside] {
  /*!
    Theme: Atelier Seaside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside] .hljs {
  color: #8ca68c;
  background: #131513;
}
[theme=base16-atelier-seaside] .hljs ::selection, [theme=base16-atelier-seaside] .hljs::selection {
  background-color: #5e6e5e;
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-comment {
  color: #687d68;
}
[theme=base16-atelier-seaside] .hljs-tag {
  color: #809980;
}
[theme=base16-atelier-seaside] .hljs-operator, [theme=base16-atelier-seaside] .hljs-punctuation, [theme=base16-atelier-seaside] .hljs-subst {
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside] .hljs-bullet, [theme=base16-atelier-seaside] .hljs-deletion, [theme=base16-atelier-seaside] .hljs-name, [theme=base16-atelier-seaside] .hljs-selector-tag, [theme=base16-atelier-seaside] .hljs-template-variable, [theme=base16-atelier-seaside] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside] .hljs-attr, [theme=base16-atelier-seaside] .hljs-link, [theme=base16-atelier-seaside] .hljs-literal, [theme=base16-atelier-seaside] .hljs-number, [theme=base16-atelier-seaside] .hljs-symbol, [theme=base16-atelier-seaside] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside] .hljs-class .hljs-title, [theme=base16-atelier-seaside] .hljs-title, [theme=base16-atelier-seaside] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-addition, [theme=base16-atelier-seaside] .hljs-code, [theme=base16-atelier-seaside] .hljs-string, [theme=base16-atelier-seaside] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside] .hljs-built_in, [theme=base16-atelier-seaside] .hljs-doctag, [theme=base16-atelier-seaside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside] .hljs-quote, [theme=base16-atelier-seaside] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside] .hljs-attribute, [theme=base16-atelier-seaside] .hljs-function .hljs-title, [theme=base16-atelier-seaside] .hljs-section, [theme=base16-atelier-seaside] .hljs-title.function_, [theme=base16-atelier-seaside] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside] .diff .hljs-meta, [theme=base16-atelier-seaside] .hljs-keyword, [theme=base16-atelier-seaside] .hljs-template-tag, [theme=base16-atelier-seaside] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside] .hljs-meta, [theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool-light] {
  /*!
    Theme: Atelier Sulphurpool Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool-light] .hljs {
  color: #5e6687;
  background: #f5f7ff;
}
[theme=base16-atelier-sulphurpool-light] .hljs ::selection, [theme=base16-atelier-sulphurpool-light] .hljs::selection {
  background-color: #979db4;
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-comment {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool-light] .hljs-tag {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator, [theme=base16-atelier-sulphurpool-light] .hljs-punctuation, [theme=base16-atelier-sulphurpool-light] .hljs-subst {
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool-light] .hljs-bullet, [theme=base16-atelier-sulphurpool-light] .hljs-deletion, [theme=base16-atelier-sulphurpool-light] .hljs-name, [theme=base16-atelier-sulphurpool-light] .hljs-selector-tag, [theme=base16-atelier-sulphurpool-light] .hljs-template-variable, [theme=base16-atelier-sulphurpool-light] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attr, [theme=base16-atelier-sulphurpool-light] .hljs-link, [theme=base16-atelier-sulphurpool-light] .hljs-literal, [theme=base16-atelier-sulphurpool-light] .hljs-number, [theme=base16-atelier-sulphurpool-light] .hljs-symbol, [theme=base16-atelier-sulphurpool-light] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool-light] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-addition, [theme=base16-atelier-sulphurpool-light] .hljs-code, [theme=base16-atelier-sulphurpool-light] .hljs-string, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool-light] .hljs-built_in, [theme=base16-atelier-sulphurpool-light] .hljs-doctag, [theme=base16-atelier-sulphurpool-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool-light] .hljs-quote, [theme=base16-atelier-sulphurpool-light] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attribute, [theme=base16-atelier-sulphurpool-light] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-section, [theme=base16-atelier-sulphurpool-light] .hljs-title.function_, [theme=base16-atelier-sulphurpool-light] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool-light] .diff .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-template-tag, [theme=base16-atelier-sulphurpool-light] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool-light] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool] {
  /*!
    Theme: Atelier Sulphurpool
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool] .hljs {
  color: #979db4;
  background: #202746;
}
[theme=base16-atelier-sulphurpool] .hljs ::selection, [theme=base16-atelier-sulphurpool] .hljs::selection {
  background-color: #5e6687;
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-comment {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool] .hljs-tag {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator, [theme=base16-atelier-sulphurpool] .hljs-punctuation, [theme=base16-atelier-sulphurpool] .hljs-subst {
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool] .hljs-bullet, [theme=base16-atelier-sulphurpool] .hljs-deletion, [theme=base16-atelier-sulphurpool] .hljs-name, [theme=base16-atelier-sulphurpool] .hljs-selector-tag, [theme=base16-atelier-sulphurpool] .hljs-template-variable, [theme=base16-atelier-sulphurpool] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool] .hljs-attr, [theme=base16-atelier-sulphurpool] .hljs-link, [theme=base16-atelier-sulphurpool] .hljs-literal, [theme=base16-atelier-sulphurpool] .hljs-number, [theme=base16-atelier-sulphurpool] .hljs-symbol, [theme=base16-atelier-sulphurpool] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-addition, [theme=base16-atelier-sulphurpool] .hljs-code, [theme=base16-atelier-sulphurpool] .hljs-string, [theme=base16-atelier-sulphurpool] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool] .hljs-built_in, [theme=base16-atelier-sulphurpool] .hljs-doctag, [theme=base16-atelier-sulphurpool] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool] .hljs-quote, [theme=base16-atelier-sulphurpool] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool] .hljs-attribute, [theme=base16-atelier-sulphurpool] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-section, [theme=base16-atelier-sulphurpool] .hljs-title.function_, [theme=base16-atelier-sulphurpool] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool] .diff .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-template-tag, [theme=base16-atelier-sulphurpool] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool] .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atlas] {
  /*!
    Theme: Atlas
    Author: Alex Lende (https://ajlende.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atlas] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atlas] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atlas] .hljs {
  color: #a1a19a;
  background: #002635;
}
[theme=base16-atlas] .hljs ::selection, [theme=base16-atlas] .hljs::selection {
  background-color: #517f8d;
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-comment {
  color: #6c8b91;
}
[theme=base16-atlas] .hljs-tag {
  color: #869696;
}
[theme=base16-atlas] .hljs-operator, [theme=base16-atlas] .hljs-punctuation, [theme=base16-atlas] .hljs-subst {
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atlas] .hljs-bullet, [theme=base16-atlas] .hljs-deletion, [theme=base16-atlas] .hljs-name, [theme=base16-atlas] .hljs-selector-tag, [theme=base16-atlas] .hljs-template-variable, [theme=base16-atlas] .hljs-variable {
  color: #ff5a67;
}
[theme=base16-atlas] .hljs-attr, [theme=base16-atlas] .hljs-link, [theme=base16-atlas] .hljs-literal, [theme=base16-atlas] .hljs-number, [theme=base16-atlas] .hljs-symbol, [theme=base16-atlas] .hljs-variable.constant_ {
  color: #f08e48;
}
[theme=base16-atlas] .hljs-class .hljs-title, [theme=base16-atlas] .hljs-title, [theme=base16-atlas] .hljs-title.class_ {
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-strong {
  font-weight: 700;
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-addition, [theme=base16-atlas] .hljs-code, [theme=base16-atlas] .hljs-string, [theme=base16-atlas] .hljs-title.class_.inherited__ {
  color: #7fc06e;
}
[theme=base16-atlas] .hljs-built_in, [theme=base16-atlas] .hljs-doctag, [theme=base16-atlas] .hljs-keyword.hljs-atrule, [theme=base16-atlas] .hljs-quote, [theme=base16-atlas] .hljs-regexp {
  color: #14747e;
}
[theme=base16-atlas] .hljs-attribute, [theme=base16-atlas] .hljs-function .hljs-title, [theme=base16-atlas] .hljs-section, [theme=base16-atlas] .hljs-title.function_, [theme=base16-atlas] .ruby .hljs-property {
  color: #5dd7b9;
}
[theme=base16-atlas] .diff .hljs-meta, [theme=base16-atlas] .hljs-keyword, [theme=base16-atlas] .hljs-template-tag, [theme=base16-atlas] .hljs-type {
  color: #9a70a4;
}
[theme=base16-atlas] .hljs-emphasis {
  color: #9a70a4;
  font-style: italic;
}
[theme=base16-atlas] .hljs-meta, [theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta .hljs-string {
  color: #c43060;
}
[theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bespin] {
  /*!
    Theme: Bespin
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bespin] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bespin] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bespin] .hljs {
  color: #8a8986;
  background: #28211c;
}
[theme=base16-bespin] .hljs ::selection, [theme=base16-bespin] .hljs::selection {
  background-color: #5e5d5c;
  color: #8a8986;
}
[theme=base16-bespin] .hljs-comment {
  color: #666;
}
[theme=base16-bespin] .hljs-tag {
  color: #797977;
}
[theme=base16-bespin] .hljs-operator, [theme=base16-bespin] .hljs-punctuation, [theme=base16-bespin] .hljs-subst {
  color: #8a8986;
}
[theme=base16-bespin] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bespin] .hljs-bullet, [theme=base16-bespin] .hljs-deletion, [theme=base16-bespin] .hljs-name, [theme=base16-bespin] .hljs-selector-tag, [theme=base16-bespin] .hljs-template-variable, [theme=base16-bespin] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-bespin] .hljs-attr, [theme=base16-bespin] .hljs-link, [theme=base16-bespin] .hljs-literal, [theme=base16-bespin] .hljs-number, [theme=base16-bespin] .hljs-symbol, [theme=base16-bespin] .hljs-variable.constant_ {
  color: #cf7d34;
}
[theme=base16-bespin] .hljs-class .hljs-title, [theme=base16-bespin] .hljs-title, [theme=base16-bespin] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-addition, [theme=base16-bespin] .hljs-code, [theme=base16-bespin] .hljs-string, [theme=base16-bespin] .hljs-title.class_.inherited__ {
  color: #54be0d;
}
[theme=base16-bespin] .hljs-built_in, [theme=base16-bespin] .hljs-doctag, [theme=base16-bespin] .hljs-keyword.hljs-atrule, [theme=base16-bespin] .hljs-quote, [theme=base16-bespin] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-bespin] .hljs-attribute, [theme=base16-bespin] .hljs-function .hljs-title, [theme=base16-bespin] .hljs-section, [theme=base16-bespin] .hljs-title.function_, [theme=base16-bespin] .ruby .hljs-property {
  color: #5ea6ea;
}
[theme=base16-bespin] .diff .hljs-meta, [theme=base16-bespin] .hljs-keyword, [theme=base16-bespin] .hljs-template-tag, [theme=base16-bespin] .hljs-type {
  color: #9b859d;
}
[theme=base16-bespin] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-bespin] .hljs-meta, [theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta .hljs-string {
  color: #937121;
}
[theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-bathory] {
  /*!
    Theme: Black Metal (Bathory)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-bathory] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-bathory] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-bathory] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-bathory] .hljs ::selection, [theme=base16-black-metal-bathory] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-bathory] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-operator, [theme=base16-black-metal-bathory] .hljs-punctuation, [theme=base16-black-metal-bathory] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-bathory] .hljs-bullet, [theme=base16-black-metal-bathory] .hljs-deletion, [theme=base16-black-metal-bathory] .hljs-name, [theme=base16-black-metal-bathory] .hljs-selector-tag, [theme=base16-black-metal-bathory] .hljs-template-variable, [theme=base16-black-metal-bathory] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-bathory] .hljs-attr, [theme=base16-black-metal-bathory] .hljs-link, [theme=base16-black-metal-bathory] .hljs-literal, [theme=base16-black-metal-bathory] .hljs-number, [theme=base16-black-metal-bathory] .hljs-symbol, [theme=base16-black-metal-bathory] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-class .hljs-title, [theme=base16-black-metal-bathory] .hljs-title, [theme=base16-black-metal-bathory] .hljs-title.class_ {
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-strong {
  font-weight: 700;
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-addition, [theme=base16-black-metal-bathory] .hljs-code, [theme=base16-black-metal-bathory] .hljs-string, [theme=base16-black-metal-bathory] .hljs-title.class_.inherited__ {
  color: #fbcb97;
}
[theme=base16-black-metal-bathory] .hljs-built_in, [theme=base16-black-metal-bathory] .hljs-doctag, [theme=base16-black-metal-bathory] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-bathory] .hljs-quote, [theme=base16-black-metal-bathory] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-attribute, [theme=base16-black-metal-bathory] .hljs-function .hljs-title, [theme=base16-black-metal-bathory] .hljs-section, [theme=base16-black-metal-bathory] .hljs-title.function_, [theme=base16-black-metal-bathory] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-bathory] .diff .hljs-meta, [theme=base16-black-metal-bathory] .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-template-tag, [theme=base16-black-metal-bathory] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-bathory] .hljs-meta, [theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-burzum] {
  /*!
    Theme: Black Metal (Burzum)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-burzum] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-burzum] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-burzum] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-burzum] .hljs ::selection, [theme=base16-black-metal-burzum] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-burzum] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-operator, [theme=base16-black-metal-burzum] .hljs-punctuation, [theme=base16-black-metal-burzum] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-burzum] .hljs-bullet, [theme=base16-black-metal-burzum] .hljs-deletion, [theme=base16-black-metal-burzum] .hljs-name, [theme=base16-black-metal-burzum] .hljs-selector-tag, [theme=base16-black-metal-burzum] .hljs-template-variable, [theme=base16-black-metal-burzum] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-burzum] .hljs-attr, [theme=base16-black-metal-burzum] .hljs-link, [theme=base16-black-metal-burzum] .hljs-literal, [theme=base16-black-metal-burzum] .hljs-number, [theme=base16-black-metal-burzum] .hljs-symbol, [theme=base16-black-metal-burzum] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-class .hljs-title, [theme=base16-black-metal-burzum] .hljs-title, [theme=base16-black-metal-burzum] .hljs-title.class_ {
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-strong {
  font-weight: 700;
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-addition, [theme=base16-black-metal-burzum] .hljs-code, [theme=base16-black-metal-burzum] .hljs-string, [theme=base16-black-metal-burzum] .hljs-title.class_.inherited__ {
  color: #dec;
}
[theme=base16-black-metal-burzum] .hljs-built_in, [theme=base16-black-metal-burzum] .hljs-doctag, [theme=base16-black-metal-burzum] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-burzum] .hljs-quote, [theme=base16-black-metal-burzum] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-attribute, [theme=base16-black-metal-burzum] .hljs-function .hljs-title, [theme=base16-black-metal-burzum] .hljs-section, [theme=base16-black-metal-burzum] .hljs-title.function_, [theme=base16-black-metal-burzum] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-burzum] .diff .hljs-meta, [theme=base16-black-metal-burzum] .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-template-tag, [theme=base16-black-metal-burzum] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-burzum] .hljs-meta, [theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-dark-funeral] {
  /*!
    Theme: Black Metal (Dark Funeral)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-dark-funeral] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-dark-funeral] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-dark-funeral] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-dark-funeral] .hljs ::selection, [theme=base16-black-metal-dark-funeral] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-dark-funeral] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator, [theme=base16-black-metal-dark-funeral] .hljs-punctuation, [theme=base16-black-metal-dark-funeral] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-dark-funeral] .hljs-bullet, [theme=base16-black-metal-dark-funeral] .hljs-deletion, [theme=base16-black-metal-dark-funeral] .hljs-name, [theme=base16-black-metal-dark-funeral] .hljs-selector-tag, [theme=base16-black-metal-dark-funeral] .hljs-template-variable, [theme=base16-black-metal-dark-funeral] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-dark-funeral] .hljs-attr, [theme=base16-black-metal-dark-funeral] .hljs-link, [theme=base16-black-metal-dark-funeral] .hljs-literal, [theme=base16-black-metal-dark-funeral] .hljs-number, [theme=base16-black-metal-dark-funeral] .hljs-symbol, [theme=base16-black-metal-dark-funeral] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-class .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title.class_ {
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-strong {
  font-weight: 700;
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-addition, [theme=base16-black-metal-dark-funeral] .hljs-code, [theme=base16-black-metal-dark-funeral] .hljs-string, [theme=base16-black-metal-dark-funeral] .hljs-title.class_.inherited__ {
  color: #d0dfee;
}
[theme=base16-black-metal-dark-funeral] .hljs-built_in, [theme=base16-black-metal-dark-funeral] .hljs-doctag, [theme=base16-black-metal-dark-funeral] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-dark-funeral] .hljs-quote, [theme=base16-black-metal-dark-funeral] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-attribute, [theme=base16-black-metal-dark-funeral] .hljs-function .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-section, [theme=base16-black-metal-dark-funeral] .hljs-title.function_, [theme=base16-black-metal-dark-funeral] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-dark-funeral] .diff .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-template-tag, [theme=base16-black-metal-dark-funeral] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-gorgoroth] {
  /*!
    Theme: Black Metal (Gorgoroth)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-gorgoroth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-gorgoroth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-gorgoroth] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-gorgoroth] .hljs ::selection, [theme=base16-black-metal-gorgoroth] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-gorgoroth] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator, [theme=base16-black-metal-gorgoroth] .hljs-punctuation, [theme=base16-black-metal-gorgoroth] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-gorgoroth] .hljs-bullet, [theme=base16-black-metal-gorgoroth] .hljs-deletion, [theme=base16-black-metal-gorgoroth] .hljs-name, [theme=base16-black-metal-gorgoroth] .hljs-selector-tag, [theme=base16-black-metal-gorgoroth] .hljs-template-variable, [theme=base16-black-metal-gorgoroth] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-gorgoroth] .hljs-attr, [theme=base16-black-metal-gorgoroth] .hljs-link, [theme=base16-black-metal-gorgoroth] .hljs-literal, [theme=base16-black-metal-gorgoroth] .hljs-number, [theme=base16-black-metal-gorgoroth] .hljs-symbol, [theme=base16-black-metal-gorgoroth] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-class .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title.class_ {
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-strong {
  font-weight: 700;
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-addition, [theme=base16-black-metal-gorgoroth] .hljs-code, [theme=base16-black-metal-gorgoroth] .hljs-string, [theme=base16-black-metal-gorgoroth] .hljs-title.class_.inherited__ {
  color: #9b8d7f;
}
[theme=base16-black-metal-gorgoroth] .hljs-built_in, [theme=base16-black-metal-gorgoroth] .hljs-doctag, [theme=base16-black-metal-gorgoroth] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-gorgoroth] .hljs-quote, [theme=base16-black-metal-gorgoroth] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-attribute, [theme=base16-black-metal-gorgoroth] .hljs-function .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-section, [theme=base16-black-metal-gorgoroth] .hljs-title.function_, [theme=base16-black-metal-gorgoroth] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-gorgoroth] .diff .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-template-tag, [theme=base16-black-metal-gorgoroth] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-immortal] {
  /*!
    Theme: Black Metal (Immortal)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-immortal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-immortal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-immortal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-immortal] .hljs ::selection, [theme=base16-black-metal-immortal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-immortal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-operator, [theme=base16-black-metal-immortal] .hljs-punctuation, [theme=base16-black-metal-immortal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-immortal] .hljs-bullet, [theme=base16-black-metal-immortal] .hljs-deletion, [theme=base16-black-metal-immortal] .hljs-name, [theme=base16-black-metal-immortal] .hljs-selector-tag, [theme=base16-black-metal-immortal] .hljs-template-variable, [theme=base16-black-metal-immortal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-immortal] .hljs-attr, [theme=base16-black-metal-immortal] .hljs-link, [theme=base16-black-metal-immortal] .hljs-literal, [theme=base16-black-metal-immortal] .hljs-number, [theme=base16-black-metal-immortal] .hljs-symbol, [theme=base16-black-metal-immortal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-class .hljs-title, [theme=base16-black-metal-immortal] .hljs-title, [theme=base16-black-metal-immortal] .hljs-title.class_ {
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-strong {
  font-weight: 700;
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-addition, [theme=base16-black-metal-immortal] .hljs-code, [theme=base16-black-metal-immortal] .hljs-string, [theme=base16-black-metal-immortal] .hljs-title.class_.inherited__ {
  color: #79b;
}
[theme=base16-black-metal-immortal] .hljs-built_in, [theme=base16-black-metal-immortal] .hljs-doctag, [theme=base16-black-metal-immortal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-immortal] .hljs-quote, [theme=base16-black-metal-immortal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-attribute, [theme=base16-black-metal-immortal] .hljs-function .hljs-title, [theme=base16-black-metal-immortal] .hljs-section, [theme=base16-black-metal-immortal] .hljs-title.function_, [theme=base16-black-metal-immortal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-immortal] .diff .hljs-meta, [theme=base16-black-metal-immortal] .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-template-tag, [theme=base16-black-metal-immortal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-immortal] .hljs-meta, [theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-khold] {
  /*!
    Theme: Black Metal (Khold)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-khold] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-khold] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-khold] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-khold] .hljs ::selection, [theme=base16-black-metal-khold] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-khold] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-operator, [theme=base16-black-metal-khold] .hljs-punctuation, [theme=base16-black-metal-khold] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-khold] .hljs-bullet, [theme=base16-black-metal-khold] .hljs-deletion, [theme=base16-black-metal-khold] .hljs-name, [theme=base16-black-metal-khold] .hljs-selector-tag, [theme=base16-black-metal-khold] .hljs-template-variable, [theme=base16-black-metal-khold] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-khold] .hljs-attr, [theme=base16-black-metal-khold] .hljs-link, [theme=base16-black-metal-khold] .hljs-literal, [theme=base16-black-metal-khold] .hljs-number, [theme=base16-black-metal-khold] .hljs-symbol, [theme=base16-black-metal-khold] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-class .hljs-title, [theme=base16-black-metal-khold] .hljs-title, [theme=base16-black-metal-khold] .hljs-title.class_ {
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-strong {
  font-weight: 700;
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-addition, [theme=base16-black-metal-khold] .hljs-code, [theme=base16-black-metal-khold] .hljs-string, [theme=base16-black-metal-khold] .hljs-title.class_.inherited__ {
  color: #eceee3;
}
[theme=base16-black-metal-khold] .hljs-built_in, [theme=base16-black-metal-khold] .hljs-doctag, [theme=base16-black-metal-khold] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-khold] .hljs-quote, [theme=base16-black-metal-khold] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-attribute, [theme=base16-black-metal-khold] .hljs-function .hljs-title, [theme=base16-black-metal-khold] .hljs-section, [theme=base16-black-metal-khold] .hljs-title.function_, [theme=base16-black-metal-khold] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-khold] .diff .hljs-meta, [theme=base16-black-metal-khold] .hljs-keyword, [theme=base16-black-metal-khold] .hljs-template-tag, [theme=base16-black-metal-khold] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-khold] .hljs-meta, [theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-marduk] {
  /*!
    Theme: Black Metal (Marduk)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-marduk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-marduk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-marduk] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-marduk] .hljs ::selection, [theme=base16-black-metal-marduk] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-marduk] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-operator, [theme=base16-black-metal-marduk] .hljs-punctuation, [theme=base16-black-metal-marduk] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-marduk] .hljs-bullet, [theme=base16-black-metal-marduk] .hljs-deletion, [theme=base16-black-metal-marduk] .hljs-name, [theme=base16-black-metal-marduk] .hljs-selector-tag, [theme=base16-black-metal-marduk] .hljs-template-variable, [theme=base16-black-metal-marduk] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-marduk] .hljs-attr, [theme=base16-black-metal-marduk] .hljs-link, [theme=base16-black-metal-marduk] .hljs-literal, [theme=base16-black-metal-marduk] .hljs-number, [theme=base16-black-metal-marduk] .hljs-symbol, [theme=base16-black-metal-marduk] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-class .hljs-title, [theme=base16-black-metal-marduk] .hljs-title, [theme=base16-black-metal-marduk] .hljs-title.class_ {
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-strong {
  font-weight: 700;
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-addition, [theme=base16-black-metal-marduk] .hljs-code, [theme=base16-black-metal-marduk] .hljs-string, [theme=base16-black-metal-marduk] .hljs-title.class_.inherited__ {
  color: #a5aaa7;
}
[theme=base16-black-metal-marduk] .hljs-built_in, [theme=base16-black-metal-marduk] .hljs-doctag, [theme=base16-black-metal-marduk] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-marduk] .hljs-quote, [theme=base16-black-metal-marduk] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-attribute, [theme=base16-black-metal-marduk] .hljs-function .hljs-title, [theme=base16-black-metal-marduk] .hljs-section, [theme=base16-black-metal-marduk] .hljs-title.function_, [theme=base16-black-metal-marduk] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-marduk] .diff .hljs-meta, [theme=base16-black-metal-marduk] .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-template-tag, [theme=base16-black-metal-marduk] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-marduk] .hljs-meta, [theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-mayhem] {
  /*!
    Theme: Black Metal (Mayhem)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-mayhem] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-mayhem] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-mayhem] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-mayhem] .hljs ::selection, [theme=base16-black-metal-mayhem] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-mayhem] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-operator, [theme=base16-black-metal-mayhem] .hljs-punctuation, [theme=base16-black-metal-mayhem] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-mayhem] .hljs-bullet, [theme=base16-black-metal-mayhem] .hljs-deletion, [theme=base16-black-metal-mayhem] .hljs-name, [theme=base16-black-metal-mayhem] .hljs-selector-tag, [theme=base16-black-metal-mayhem] .hljs-template-variable, [theme=base16-black-metal-mayhem] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-mayhem] .hljs-attr, [theme=base16-black-metal-mayhem] .hljs-link, [theme=base16-black-metal-mayhem] .hljs-literal, [theme=base16-black-metal-mayhem] .hljs-number, [theme=base16-black-metal-mayhem] .hljs-symbol, [theme=base16-black-metal-mayhem] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-class .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title.class_ {
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-strong {
  font-weight: 700;
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-addition, [theme=base16-black-metal-mayhem] .hljs-code, [theme=base16-black-metal-mayhem] .hljs-string, [theme=base16-black-metal-mayhem] .hljs-title.class_.inherited__ {
  color: #f3ecd4;
}
[theme=base16-black-metal-mayhem] .hljs-built_in, [theme=base16-black-metal-mayhem] .hljs-doctag, [theme=base16-black-metal-mayhem] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-mayhem] .hljs-quote, [theme=base16-black-metal-mayhem] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-attribute, [theme=base16-black-metal-mayhem] .hljs-function .hljs-title, [theme=base16-black-metal-mayhem] .hljs-section, [theme=base16-black-metal-mayhem] .hljs-title.function_, [theme=base16-black-metal-mayhem] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-mayhem] .diff .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-template-tag, [theme=base16-black-metal-mayhem] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-mayhem] .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-nile] {
  /*!
    Theme: Black Metal (Nile)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-nile] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-nile] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-nile] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-nile] .hljs ::selection, [theme=base16-black-metal-nile] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-nile] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-operator, [theme=base16-black-metal-nile] .hljs-punctuation, [theme=base16-black-metal-nile] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-nile] .hljs-bullet, [theme=base16-black-metal-nile] .hljs-deletion, [theme=base16-black-metal-nile] .hljs-name, [theme=base16-black-metal-nile] .hljs-selector-tag, [theme=base16-black-metal-nile] .hljs-template-variable, [theme=base16-black-metal-nile] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-nile] .hljs-attr, [theme=base16-black-metal-nile] .hljs-link, [theme=base16-black-metal-nile] .hljs-literal, [theme=base16-black-metal-nile] .hljs-number, [theme=base16-black-metal-nile] .hljs-symbol, [theme=base16-black-metal-nile] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-class .hljs-title, [theme=base16-black-metal-nile] .hljs-title, [theme=base16-black-metal-nile] .hljs-title.class_ {
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-strong {
  font-weight: 700;
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-addition, [theme=base16-black-metal-nile] .hljs-code, [theme=base16-black-metal-nile] .hljs-string, [theme=base16-black-metal-nile] .hljs-title.class_.inherited__ {
  color: #a98;
}
[theme=base16-black-metal-nile] .hljs-built_in, [theme=base16-black-metal-nile] .hljs-doctag, [theme=base16-black-metal-nile] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-nile] .hljs-quote, [theme=base16-black-metal-nile] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-attribute, [theme=base16-black-metal-nile] .hljs-function .hljs-title, [theme=base16-black-metal-nile] .hljs-section, [theme=base16-black-metal-nile] .hljs-title.function_, [theme=base16-black-metal-nile] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-nile] .diff .hljs-meta, [theme=base16-black-metal-nile] .hljs-keyword, [theme=base16-black-metal-nile] .hljs-template-tag, [theme=base16-black-metal-nile] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-nile] .hljs-meta, [theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-venom] {
  /*!
    Theme: Black Metal (Venom)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-venom] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-venom] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-venom] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-venom] .hljs ::selection, [theme=base16-black-metal-venom] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-venom] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-operator, [theme=base16-black-metal-venom] .hljs-punctuation, [theme=base16-black-metal-venom] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-venom] .hljs-bullet, [theme=base16-black-metal-venom] .hljs-deletion, [theme=base16-black-metal-venom] .hljs-name, [theme=base16-black-metal-venom] .hljs-selector-tag, [theme=base16-black-metal-venom] .hljs-template-variable, [theme=base16-black-metal-venom] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-venom] .hljs-attr, [theme=base16-black-metal-venom] .hljs-link, [theme=base16-black-metal-venom] .hljs-literal, [theme=base16-black-metal-venom] .hljs-number, [theme=base16-black-metal-venom] .hljs-symbol, [theme=base16-black-metal-venom] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-class .hljs-title, [theme=base16-black-metal-venom] .hljs-title, [theme=base16-black-metal-venom] .hljs-title.class_ {
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-strong {
  font-weight: 700;
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-addition, [theme=base16-black-metal-venom] .hljs-code, [theme=base16-black-metal-venom] .hljs-string, [theme=base16-black-metal-venom] .hljs-title.class_.inherited__ {
  color: #f8f7f2;
}
[theme=base16-black-metal-venom] .hljs-built_in, [theme=base16-black-metal-venom] .hljs-doctag, [theme=base16-black-metal-venom] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-venom] .hljs-quote, [theme=base16-black-metal-venom] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-attribute, [theme=base16-black-metal-venom] .hljs-function .hljs-title, [theme=base16-black-metal-venom] .hljs-section, [theme=base16-black-metal-venom] .hljs-title.function_, [theme=base16-black-metal-venom] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-venom] .diff .hljs-meta, [theme=base16-black-metal-venom] .hljs-keyword, [theme=base16-black-metal-venom] .hljs-template-tag, [theme=base16-black-metal-venom] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-venom] .hljs-meta, [theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal] {
  /*!
    Theme: Black Metal
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal] .hljs ::selection, [theme=base16-black-metal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal] .hljs-operator, [theme=base16-black-metal] .hljs-punctuation, [theme=base16-black-metal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal] .hljs-bullet, [theme=base16-black-metal] .hljs-deletion, [theme=base16-black-metal] .hljs-name, [theme=base16-black-metal] .hljs-selector-tag, [theme=base16-black-metal] .hljs-template-variable, [theme=base16-black-metal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal] .hljs-attr, [theme=base16-black-metal] .hljs-link, [theme=base16-black-metal] .hljs-literal, [theme=base16-black-metal] .hljs-number, [theme=base16-black-metal] .hljs-symbol, [theme=base16-black-metal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-class .hljs-title, [theme=base16-black-metal] .hljs-title, [theme=base16-black-metal] .hljs-title.class_ {
  color: #a06666;
}
[theme=base16-black-metal] .hljs-strong {
  font-weight: 700;
  color: #a06666;
}
[theme=base16-black-metal] .hljs-addition, [theme=base16-black-metal] .hljs-code, [theme=base16-black-metal] .hljs-string, [theme=base16-black-metal] .hljs-title.class_.inherited__ {
  color: #d99;
}
[theme=base16-black-metal] .hljs-built_in, [theme=base16-black-metal] .hljs-doctag, [theme=base16-black-metal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal] .hljs-quote, [theme=base16-black-metal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-attribute, [theme=base16-black-metal] .hljs-function .hljs-title, [theme=base16-black-metal] .hljs-section, [theme=base16-black-metal] .hljs-title.function_, [theme=base16-black-metal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal] .diff .hljs-meta, [theme=base16-black-metal] .hljs-keyword, [theme=base16-black-metal] .hljs-template-tag, [theme=base16-black-metal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal] .hljs-meta, [theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brewer] {
  /*!
    Theme: Brewer
    Author: Timothée Poisot (http://github.com/tpoisot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brewer] .hljs {
  color: #b7b8b9;
  background: #0c0d0e;
}
[theme=base16-brewer] .hljs ::selection, [theme=base16-brewer] .hljs::selection {
  background-color: #515253;
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-comment {
  color: #737475;
}
[theme=base16-brewer] .hljs-tag {
  color: #959697;
}
[theme=base16-brewer] .hljs-operator, [theme=base16-brewer] .hljs-punctuation, [theme=base16-brewer] .hljs-subst {
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brewer] .hljs-bullet, [theme=base16-brewer] .hljs-deletion, [theme=base16-brewer] .hljs-name, [theme=base16-brewer] .hljs-selector-tag, [theme=base16-brewer] .hljs-template-variable, [theme=base16-brewer] .hljs-variable {
  color: #e31a1c;
}
[theme=base16-brewer] .hljs-attr, [theme=base16-brewer] .hljs-link, [theme=base16-brewer] .hljs-literal, [theme=base16-brewer] .hljs-number, [theme=base16-brewer] .hljs-symbol, [theme=base16-brewer] .hljs-variable.constant_ {
  color: #e6550d;
}
[theme=base16-brewer] .hljs-class .hljs-title, [theme=base16-brewer] .hljs-title, [theme=base16-brewer] .hljs-title.class_ {
  color: #dca060;
}
[theme=base16-brewer] .hljs-strong {
  font-weight: 700;
  color: #dca060;
}
[theme=base16-brewer] .hljs-addition, [theme=base16-brewer] .hljs-code, [theme=base16-brewer] .hljs-string, [theme=base16-brewer] .hljs-title.class_.inherited__ {
  color: #31a354;
}
[theme=base16-brewer] .hljs-built_in, [theme=base16-brewer] .hljs-doctag, [theme=base16-brewer] .hljs-keyword.hljs-atrule, [theme=base16-brewer] .hljs-quote, [theme=base16-brewer] .hljs-regexp {
  color: #80b1d3;
}
[theme=base16-brewer] .hljs-attribute, [theme=base16-brewer] .hljs-function .hljs-title, [theme=base16-brewer] .hljs-section, [theme=base16-brewer] .hljs-title.function_, [theme=base16-brewer] .ruby .hljs-property {
  color: #3182bd;
}
[theme=base16-brewer] .diff .hljs-meta, [theme=base16-brewer] .hljs-keyword, [theme=base16-brewer] .hljs-template-tag, [theme=base16-brewer] .hljs-type {
  color: #756bb1;
}
[theme=base16-brewer] .hljs-emphasis {
  color: #756bb1;
  font-style: italic;
}
[theme=base16-brewer] .hljs-meta, [theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta .hljs-string {
  color: #b15928;
}
[theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bright] {
  /*!
    Theme: Bright
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bright] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bright] .hljs {
  color: #e0e0e0;
  background: #000;
}
[theme=base16-bright] .hljs ::selection, [theme=base16-bright] .hljs::selection {
  background-color: #505050;
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-bright] .hljs-tag {
  color: #d0d0d0;
}
[theme=base16-bright] .hljs-operator, [theme=base16-bright] .hljs-punctuation, [theme=base16-bright] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bright] .hljs-bullet, [theme=base16-bright] .hljs-deletion, [theme=base16-bright] .hljs-name, [theme=base16-bright] .hljs-selector-tag, [theme=base16-bright] .hljs-template-variable, [theme=base16-bright] .hljs-variable {
  color: #fb0120;
}
[theme=base16-bright] .hljs-attr, [theme=base16-bright] .hljs-link, [theme=base16-bright] .hljs-literal, [theme=base16-bright] .hljs-number, [theme=base16-bright] .hljs-symbol, [theme=base16-bright] .hljs-variable.constant_ {
  color: #fc6d24;
}
[theme=base16-bright] .hljs-class .hljs-title, [theme=base16-bright] .hljs-title, [theme=base16-bright] .hljs-title.class_ {
  color: #fda331;
}
[theme=base16-bright] .hljs-strong {
  font-weight: 700;
  color: #fda331;
}
[theme=base16-bright] .hljs-addition, [theme=base16-bright] .hljs-code, [theme=base16-bright] .hljs-string, [theme=base16-bright] .hljs-title.class_.inherited__ {
  color: #a1c659;
}
[theme=base16-bright] .hljs-built_in, [theme=base16-bright] .hljs-doctag, [theme=base16-bright] .hljs-keyword.hljs-atrule, [theme=base16-bright] .hljs-quote, [theme=base16-bright] .hljs-regexp {
  color: #76c7b7;
}
[theme=base16-bright] .hljs-attribute, [theme=base16-bright] .hljs-function .hljs-title, [theme=base16-bright] .hljs-section, [theme=base16-bright] .hljs-title.function_, [theme=base16-bright] .ruby .hljs-property {
  color: #6fb3d2;
}
[theme=base16-bright] .diff .hljs-meta, [theme=base16-bright] .hljs-keyword, [theme=base16-bright] .hljs-template-tag, [theme=base16-bright] .hljs-type {
  color: #d381c3;
}
[theme=base16-bright] .hljs-emphasis {
  color: #d381c3;
  font-style: italic;
}
[theme=base16-bright] .hljs-meta, [theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brogrammer] {
  /*!
    Theme: Brogrammer
    Author: Vik Ramanujam (http://github.com/piggyslasher)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brogrammer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brogrammer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brogrammer] .hljs {
  color: #4e5ab7;
  background: #1f1f1f;
}
[theme=base16-brogrammer] .hljs ::selection, [theme=base16-brogrammer] .hljs::selection {
  background-color: #2dc55e;
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-comment {
  color: #ecba0f;
}
[theme=base16-brogrammer] .hljs-tag {
  color: #2a84d2;
}
[theme=base16-brogrammer] .hljs-operator, [theme=base16-brogrammer] .hljs-punctuation, [theme=base16-brogrammer] .hljs-subst {
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brogrammer] .hljs-bullet, [theme=base16-brogrammer] .hljs-deletion, [theme=base16-brogrammer] .hljs-name, [theme=base16-brogrammer] .hljs-selector-tag, [theme=base16-brogrammer] .hljs-template-variable, [theme=base16-brogrammer] .hljs-variable {
  color: #d6dbe5;
}
[theme=base16-brogrammer] .hljs-attr, [theme=base16-brogrammer] .hljs-link, [theme=base16-brogrammer] .hljs-literal, [theme=base16-brogrammer] .hljs-number, [theme=base16-brogrammer] .hljs-symbol, [theme=base16-brogrammer] .hljs-variable.constant_ {
  color: #de352e;
}
[theme=base16-brogrammer] .hljs-class .hljs-title, [theme=base16-brogrammer] .hljs-title, [theme=base16-brogrammer] .hljs-title.class_ {
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-strong {
  font-weight: 700;
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-addition, [theme=base16-brogrammer] .hljs-code, [theme=base16-brogrammer] .hljs-string, [theme=base16-brogrammer] .hljs-title.class_.inherited__ {
  color: #f3bd09;
}
[theme=base16-brogrammer] .hljs-built_in, [theme=base16-brogrammer] .hljs-doctag, [theme=base16-brogrammer] .hljs-keyword.hljs-atrule, [theme=base16-brogrammer] .hljs-quote, [theme=base16-brogrammer] .hljs-regexp {
  color: #1081d6;
}
[theme=base16-brogrammer] .hljs-attribute, [theme=base16-brogrammer] .hljs-function .hljs-title, [theme=base16-brogrammer] .hljs-section, [theme=base16-brogrammer] .hljs-title.function_, [theme=base16-brogrammer] .ruby .hljs-property {
  color: #5350b9;
}
[theme=base16-brogrammer] .diff .hljs-meta, [theme=base16-brogrammer] .hljs-keyword, [theme=base16-brogrammer] .hljs-template-tag, [theme=base16-brogrammer] .hljs-type {
  color: #0f7ddb;
}
[theme=base16-brogrammer] .hljs-emphasis {
  color: #0f7ddb;
  font-style: italic;
}
[theme=base16-brogrammer] .hljs-meta, [theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta .hljs-string {
  color: #fff;
}
[theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees-dark] {
  /*!
    Theme: Brush Trees Dark
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees-dark] .hljs {
  color: #b0c5c8;
  background: #485867;
}
[theme=base16-brush-trees-dark] .hljs ::selection, [theme=base16-brush-trees-dark] .hljs::selection {
  background-color: #6d828e;
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-comment {
  color: #8299a1;
}
[theme=base16-brush-trees-dark] .hljs-tag {
  color: #98afb5;
}
[theme=base16-brush-trees-dark] .hljs-operator, [theme=base16-brush-trees-dark] .hljs-punctuation, [theme=base16-brush-trees-dark] .hljs-subst {
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees-dark] .hljs-bullet, [theme=base16-brush-trees-dark] .hljs-deletion, [theme=base16-brush-trees-dark] .hljs-name, [theme=base16-brush-trees-dark] .hljs-selector-tag, [theme=base16-brush-trees-dark] .hljs-template-variable, [theme=base16-brush-trees-dark] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees-dark] .hljs-attr, [theme=base16-brush-trees-dark] .hljs-link, [theme=base16-brush-trees-dark] .hljs-literal, [theme=base16-brush-trees-dark] .hljs-number, [theme=base16-brush-trees-dark] .hljs-symbol, [theme=base16-brush-trees-dark] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees-dark] .hljs-class .hljs-title, [theme=base16-brush-trees-dark] .hljs-title, [theme=base16-brush-trees-dark] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-addition, [theme=base16-brush-trees-dark] .hljs-code, [theme=base16-brush-trees-dark] .hljs-string, [theme=base16-brush-trees-dark] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees-dark] .hljs-built_in, [theme=base16-brush-trees-dark] .hljs-doctag, [theme=base16-brush-trees-dark] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees-dark] .hljs-quote, [theme=base16-brush-trees-dark] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees-dark] .hljs-attribute, [theme=base16-brush-trees-dark] .hljs-function .hljs-title, [theme=base16-brush-trees-dark] .hljs-section, [theme=base16-brush-trees-dark] .hljs-title.function_, [theme=base16-brush-trees-dark] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees-dark] .diff .hljs-meta, [theme=base16-brush-trees-dark] .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-template-tag, [theme=base16-brush-trees-dark] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees-dark] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees-dark] .hljs-meta, [theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees] {
  /*!
    Theme: Brush Trees
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees] .hljs {
  color: #6d828e;
  background: #e3efef;
}
[theme=base16-brush-trees] .hljs ::selection, [theme=base16-brush-trees] .hljs::selection {
  background-color: #b0c5c8;
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-comment {
  color: #98afb5;
}
[theme=base16-brush-trees] .hljs-tag {
  color: #8299a1;
}
[theme=base16-brush-trees] .hljs-operator, [theme=base16-brush-trees] .hljs-punctuation, [theme=base16-brush-trees] .hljs-subst {
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees] .hljs-bullet, [theme=base16-brush-trees] .hljs-deletion, [theme=base16-brush-trees] .hljs-name, [theme=base16-brush-trees] .hljs-selector-tag, [theme=base16-brush-trees] .hljs-template-variable, [theme=base16-brush-trees] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees] .hljs-attr, [theme=base16-brush-trees] .hljs-link, [theme=base16-brush-trees] .hljs-literal, [theme=base16-brush-trees] .hljs-number, [theme=base16-brush-trees] .hljs-symbol, [theme=base16-brush-trees] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees] .hljs-class .hljs-title, [theme=base16-brush-trees] .hljs-title, [theme=base16-brush-trees] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-addition, [theme=base16-brush-trees] .hljs-code, [theme=base16-brush-trees] .hljs-string, [theme=base16-brush-trees] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees] .hljs-built_in, [theme=base16-brush-trees] .hljs-doctag, [theme=base16-brush-trees] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees] .hljs-quote, [theme=base16-brush-trees] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees] .hljs-attribute, [theme=base16-brush-trees] .hljs-function .hljs-title, [theme=base16-brush-trees] .hljs-section, [theme=base16-brush-trees] .hljs-title.function_, [theme=base16-brush-trees] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees] .diff .hljs-meta, [theme=base16-brush-trees] .hljs-keyword, [theme=base16-brush-trees] .hljs-template-tag, [theme=base16-brush-trees] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees] .hljs-meta, [theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-chalk] {
  /*!
    Theme: Chalk
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-chalk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-chalk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-chalk] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-chalk] .hljs ::selection, [theme=base16-chalk] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-comment {
  color: #505050;
}
[theme=base16-chalk] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-chalk] .hljs-operator, [theme=base16-chalk] .hljs-punctuation, [theme=base16-chalk] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-chalk] .hljs-bullet, [theme=base16-chalk] .hljs-deletion, [theme=base16-chalk] .hljs-name, [theme=base16-chalk] .hljs-selector-tag, [theme=base16-chalk] .hljs-template-variable, [theme=base16-chalk] .hljs-variable {
  color: #fb9fb1;
}
[theme=base16-chalk] .hljs-attr, [theme=base16-chalk] .hljs-link, [theme=base16-chalk] .hljs-literal, [theme=base16-chalk] .hljs-number, [theme=base16-chalk] .hljs-symbol, [theme=base16-chalk] .hljs-variable.constant_ {
  color: #eda987;
}
[theme=base16-chalk] .hljs-class .hljs-title, [theme=base16-chalk] .hljs-title, [theme=base16-chalk] .hljs-title.class_ {
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-strong {
  font-weight: 700;
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-addition, [theme=base16-chalk] .hljs-code, [theme=base16-chalk] .hljs-string, [theme=base16-chalk] .hljs-title.class_.inherited__ {
  color: #acc267;
}
[theme=base16-chalk] .hljs-built_in, [theme=base16-chalk] .hljs-doctag, [theme=base16-chalk] .hljs-keyword.hljs-atrule, [theme=base16-chalk] .hljs-quote, [theme=base16-chalk] .hljs-regexp {
  color: #12cfc0;
}
[theme=base16-chalk] .hljs-attribute, [theme=base16-chalk] .hljs-function .hljs-title, [theme=base16-chalk] .hljs-section, [theme=base16-chalk] .hljs-title.function_, [theme=base16-chalk] .ruby .hljs-property {
  color: #6fc2ef;
}
[theme=base16-chalk] .diff .hljs-meta, [theme=base16-chalk] .hljs-keyword, [theme=base16-chalk] .hljs-template-tag, [theme=base16-chalk] .hljs-type {
  color: #e1a3ee;
}
[theme=base16-chalk] .hljs-emphasis {
  color: #e1a3ee;
  font-style: italic;
}
[theme=base16-chalk] .hljs-meta, [theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta .hljs-string {
  color: #deaf8f;
}
[theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-circus] {
  /*!
    Theme: Circus
    Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-circus] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-circus] code.hljs {
  padding: 3px 5px;
}
[theme=base16-circus] .hljs {
  color: #a7a7a7;
  background: #191919;
}
[theme=base16-circus] .hljs ::selection, [theme=base16-circus] .hljs::selection {
  background-color: #303030;
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-circus] .hljs-tag {
  color: #505050;
}
[theme=base16-circus] .hljs-operator, [theme=base16-circus] .hljs-punctuation, [theme=base16-circus] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-circus] .hljs-bullet, [theme=base16-circus] .hljs-deletion, [theme=base16-circus] .hljs-name, [theme=base16-circus] .hljs-selector-tag, [theme=base16-circus] .hljs-template-variable, [theme=base16-circus] .hljs-variable {
  color: #dc657d;
}
[theme=base16-circus] .hljs-attr, [theme=base16-circus] .hljs-link, [theme=base16-circus] .hljs-literal, [theme=base16-circus] .hljs-number, [theme=base16-circus] .hljs-symbol, [theme=base16-circus] .hljs-variable.constant_ {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-class .hljs-title, [theme=base16-circus] .hljs-title, [theme=base16-circus] .hljs-title.class_ {
  color: #c3ba63;
}
[theme=base16-circus] .hljs-strong {
  font-weight: 700;
  color: #c3ba63;
}
[theme=base16-circus] .hljs-addition, [theme=base16-circus] .hljs-code, [theme=base16-circus] .hljs-string, [theme=base16-circus] .hljs-title.class_.inherited__ {
  color: #84b97c;
}
[theme=base16-circus] .hljs-built_in, [theme=base16-circus] .hljs-doctag, [theme=base16-circus] .hljs-keyword.hljs-atrule, [theme=base16-circus] .hljs-quote, [theme=base16-circus] .hljs-regexp {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-attribute, [theme=base16-circus] .hljs-function .hljs-title, [theme=base16-circus] .hljs-section, [theme=base16-circus] .hljs-title.function_, [theme=base16-circus] .ruby .hljs-property {
  color: #639ee4;
}
[theme=base16-circus] .diff .hljs-meta, [theme=base16-circus] .hljs-keyword, [theme=base16-circus] .hljs-template-tag, [theme=base16-circus] .hljs-type {
  color: #b888e2;
}
[theme=base16-circus] .hljs-emphasis {
  color: #b888e2;
  font-style: italic;
}
[theme=base16-circus] .hljs-meta, [theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta .hljs-string {
  color: #b888e2;
}
[theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-dark] {
  /*!
    Theme: Classic Dark
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-classic-dark] .hljs ::selection, [theme=base16-classic-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-classic-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-classic-dark] .hljs-operator, [theme=base16-classic-dark] .hljs-punctuation, [theme=base16-classic-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-dark] .hljs-bullet, [theme=base16-classic-dark] .hljs-deletion, [theme=base16-classic-dark] .hljs-name, [theme=base16-classic-dark] .hljs-selector-tag, [theme=base16-classic-dark] .hljs-template-variable, [theme=base16-classic-dark] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-dark] .hljs-attr, [theme=base16-classic-dark] .hljs-link, [theme=base16-classic-dark] .hljs-literal, [theme=base16-classic-dark] .hljs-number, [theme=base16-classic-dark] .hljs-symbol, [theme=base16-classic-dark] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-dark] .hljs-class .hljs-title, [theme=base16-classic-dark] .hljs-title, [theme=base16-classic-dark] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-addition, [theme=base16-classic-dark] .hljs-code, [theme=base16-classic-dark] .hljs-string, [theme=base16-classic-dark] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-dark] .hljs-built_in, [theme=base16-classic-dark] .hljs-doctag, [theme=base16-classic-dark] .hljs-keyword.hljs-atrule, [theme=base16-classic-dark] .hljs-quote, [theme=base16-classic-dark] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-dark] .hljs-attribute, [theme=base16-classic-dark] .hljs-function .hljs-title, [theme=base16-classic-dark] .hljs-section, [theme=base16-classic-dark] .hljs-title.function_, [theme=base16-classic-dark] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-dark] .diff .hljs-meta, [theme=base16-classic-dark] .hljs-keyword, [theme=base16-classic-dark] .hljs-template-tag, [theme=base16-classic-dark] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-dark] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-dark] .hljs-meta, [theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-light] {
  /*!
    Theme: Classic Light
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-light] .hljs {
  color: #303030;
  background: #f5f5f5;
}
[theme=base16-classic-light] .hljs ::selection, [theme=base16-classic-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #303030;
}
[theme=base16-classic-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-classic-light] .hljs-tag {
  color: #505050;
}
[theme=base16-classic-light] .hljs-operator, [theme=base16-classic-light] .hljs-punctuation, [theme=base16-classic-light] .hljs-subst {
  color: #303030;
}
[theme=base16-classic-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-light] .hljs-bullet, [theme=base16-classic-light] .hljs-deletion, [theme=base16-classic-light] .hljs-name, [theme=base16-classic-light] .hljs-selector-tag, [theme=base16-classic-light] .hljs-template-variable, [theme=base16-classic-light] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-light] .hljs-attr, [theme=base16-classic-light] .hljs-link, [theme=base16-classic-light] .hljs-literal, [theme=base16-classic-light] .hljs-number, [theme=base16-classic-light] .hljs-symbol, [theme=base16-classic-light] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-light] .hljs-class .hljs-title, [theme=base16-classic-light] .hljs-title, [theme=base16-classic-light] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-addition, [theme=base16-classic-light] .hljs-code, [theme=base16-classic-light] .hljs-string, [theme=base16-classic-light] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-light] .hljs-built_in, [theme=base16-classic-light] .hljs-doctag, [theme=base16-classic-light] .hljs-keyword.hljs-atrule, [theme=base16-classic-light] .hljs-quote, [theme=base16-classic-light] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-light] .hljs-attribute, [theme=base16-classic-light] .hljs-function .hljs-title, [theme=base16-classic-light] .hljs-section, [theme=base16-classic-light] .hljs-title.function_, [theme=base16-classic-light] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-light] .diff .hljs-meta, [theme=base16-classic-light] .hljs-keyword, [theme=base16-classic-light] .hljs-template-tag, [theme=base16-classic-light] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-light] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-light] .hljs-meta, [theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-codeschool] {
  /*!
    Theme: Codeschool
    Author: blockloop
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-codeschool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-codeschool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-codeschool] .hljs {
  color: #9ea7a6;
  background: #232c31;
}
[theme=base16-codeschool] .hljs ::selection, [theme=base16-codeschool] .hljs::selection {
  background-color: #2a343a;
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-comment {
  color: #3f4944;
}
[theme=base16-codeschool] .hljs-tag {
  color: #84898c;
}
[theme=base16-codeschool] .hljs-operator, [theme=base16-codeschool] .hljs-punctuation, [theme=base16-codeschool] .hljs-subst {
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-codeschool] .hljs-bullet, [theme=base16-codeschool] .hljs-deletion, [theme=base16-codeschool] .hljs-name, [theme=base16-codeschool] .hljs-selector-tag, [theme=base16-codeschool] .hljs-template-variable, [theme=base16-codeschool] .hljs-variable {
  color: #2a5491;
}
[theme=base16-codeschool] .hljs-attr, [theme=base16-codeschool] .hljs-link, [theme=base16-codeschool] .hljs-literal, [theme=base16-codeschool] .hljs-number, [theme=base16-codeschool] .hljs-symbol, [theme=base16-codeschool] .hljs-variable.constant_ {
  color: #43820d;
}
[theme=base16-codeschool] .hljs-class .hljs-title, [theme=base16-codeschool] .hljs-title, [theme=base16-codeschool] .hljs-title.class_ {
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-strong {
  font-weight: 700;
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-addition, [theme=base16-codeschool] .hljs-code, [theme=base16-codeschool] .hljs-string, [theme=base16-codeschool] .hljs-title.class_.inherited__ {
  color: #237986;
}
[theme=base16-codeschool] .hljs-built_in, [theme=base16-codeschool] .hljs-doctag, [theme=base16-codeschool] .hljs-keyword.hljs-atrule, [theme=base16-codeschool] .hljs-quote, [theme=base16-codeschool] .hljs-regexp {
  color: #b02f30;
}
[theme=base16-codeschool] .hljs-attribute, [theme=base16-codeschool] .hljs-function .hljs-title, [theme=base16-codeschool] .hljs-section, [theme=base16-codeschool] .hljs-title.function_, [theme=base16-codeschool] .ruby .hljs-property {
  color: #484d79;
}
[theme=base16-codeschool] .diff .hljs-meta, [theme=base16-codeschool] .hljs-keyword, [theme=base16-codeschool] .hljs-template-tag, [theme=base16-codeschool] .hljs-type {
  color: #c59820;
}
[theme=base16-codeschool] .hljs-emphasis {
  color: #c59820;
  font-style: italic;
}
[theme=base16-codeschool] .hljs-meta, [theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta .hljs-string {
  color: #c98344;
}
[theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-colors] {
  /*!
    Theme: Colors
    Author: mrmrs (http://clrs.cc)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-colors] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-colors] code.hljs {
  padding: 3px 5px;
}
[theme=base16-colors] .hljs {
  color: #bbb;
  background: #111;
}
[theme=base16-colors] .hljs ::selection, [theme=base16-colors] .hljs::selection {
  background-color: #555;
  color: #bbb;
}
[theme=base16-colors] .hljs-comment {
  color: #777;
}
[theme=base16-colors] .hljs-tag {
  color: #999;
}
[theme=base16-colors] .hljs-operator, [theme=base16-colors] .hljs-punctuation, [theme=base16-colors] .hljs-subst {
  color: #bbb;
}
[theme=base16-colors] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-colors] .hljs-bullet, [theme=base16-colors] .hljs-deletion, [theme=base16-colors] .hljs-name, [theme=base16-colors] .hljs-selector-tag, [theme=base16-colors] .hljs-template-variable, [theme=base16-colors] .hljs-variable {
  color: #ff4136;
}
[theme=base16-colors] .hljs-attr, [theme=base16-colors] .hljs-link, [theme=base16-colors] .hljs-literal, [theme=base16-colors] .hljs-number, [theme=base16-colors] .hljs-symbol, [theme=base16-colors] .hljs-variable.constant_ {
  color: #ff851b;
}
[theme=base16-colors] .hljs-class .hljs-title, [theme=base16-colors] .hljs-title, [theme=base16-colors] .hljs-title.class_ {
  color: #ffdc00;
}
[theme=base16-colors] .hljs-strong {
  font-weight: 700;
  color: #ffdc00;
}
[theme=base16-colors] .hljs-addition, [theme=base16-colors] .hljs-code, [theme=base16-colors] .hljs-string, [theme=base16-colors] .hljs-title.class_.inherited__ {
  color: #2ecc40;
}
[theme=base16-colors] .hljs-built_in, [theme=base16-colors] .hljs-doctag, [theme=base16-colors] .hljs-keyword.hljs-atrule, [theme=base16-colors] .hljs-quote, [theme=base16-colors] .hljs-regexp {
  color: #7fdbff;
}
[theme=base16-colors] .hljs-attribute, [theme=base16-colors] .hljs-function .hljs-title, [theme=base16-colors] .hljs-section, [theme=base16-colors] .hljs-title.function_, [theme=base16-colors] .ruby .hljs-property {
  color: #0074d9;
}
[theme=base16-colors] .diff .hljs-meta, [theme=base16-colors] .hljs-keyword, [theme=base16-colors] .hljs-template-tag, [theme=base16-colors] .hljs-type {
  color: #b10dc9;
}
[theme=base16-colors] .hljs-emphasis {
  color: #b10dc9;
  font-style: italic;
}
[theme=base16-colors] .hljs-meta, [theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta .hljs-string {
  color: #85144b;
}
[theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupcake] {
  /*!
    Theme: Cupcake
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupcake] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupcake] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupcake] .hljs {
  color: #8b8198;
  background: #fbf1f2;
}
[theme=base16-cupcake] .hljs ::selection, [theme=base16-cupcake] .hljs::selection {
  background-color: #d8d5dd;
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-comment {
  color: #bfb9c6;
}
[theme=base16-cupcake] .hljs-tag {
  color: #a59daf;
}
[theme=base16-cupcake] .hljs-operator, [theme=base16-cupcake] .hljs-punctuation, [theme=base16-cupcake] .hljs-subst {
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupcake] .hljs-bullet, [theme=base16-cupcake] .hljs-deletion, [theme=base16-cupcake] .hljs-name, [theme=base16-cupcake] .hljs-selector-tag, [theme=base16-cupcake] .hljs-template-variable, [theme=base16-cupcake] .hljs-variable {
  color: #d57e85;
}
[theme=base16-cupcake] .hljs-attr, [theme=base16-cupcake] .hljs-link, [theme=base16-cupcake] .hljs-literal, [theme=base16-cupcake] .hljs-number, [theme=base16-cupcake] .hljs-symbol, [theme=base16-cupcake] .hljs-variable.constant_ {
  color: #ebb790;
}
[theme=base16-cupcake] .hljs-class .hljs-title, [theme=base16-cupcake] .hljs-title, [theme=base16-cupcake] .hljs-title.class_ {
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-strong {
  font-weight: 700;
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-addition, [theme=base16-cupcake] .hljs-code, [theme=base16-cupcake] .hljs-string, [theme=base16-cupcake] .hljs-title.class_.inherited__ {
  color: #a3b367;
}
[theme=base16-cupcake] .hljs-built_in, [theme=base16-cupcake] .hljs-doctag, [theme=base16-cupcake] .hljs-keyword.hljs-atrule, [theme=base16-cupcake] .hljs-quote, [theme=base16-cupcake] .hljs-regexp {
  color: #69a9a7;
}
[theme=base16-cupcake] .hljs-attribute, [theme=base16-cupcake] .hljs-function .hljs-title, [theme=base16-cupcake] .hljs-section, [theme=base16-cupcake] .hljs-title.function_, [theme=base16-cupcake] .ruby .hljs-property {
  color: #7297b9;
}
[theme=base16-cupcake] .diff .hljs-meta, [theme=base16-cupcake] .hljs-keyword, [theme=base16-cupcake] .hljs-template-tag, [theme=base16-cupcake] .hljs-type {
  color: #bb99b4;
}
[theme=base16-cupcake] .hljs-emphasis {
  color: #bb99b4;
  font-style: italic;
}
[theme=base16-cupcake] .hljs-meta, [theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta .hljs-string {
  color: #baa58c;
}
[theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupertino] {
  /*!
    Theme: Cupertino
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupertino] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupertino] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupertino] .hljs {
  color: #404040;
  background: #fff;
}
[theme=base16-cupertino] .hljs ::selection, [theme=base16-cupertino] .hljs::selection {
  background-color: silver;
  color: #404040;
}
[theme=base16-cupertino] .hljs-comment, [theme=base16-cupertino] .hljs-tag {
  color: grey;
}
[theme=base16-cupertino] .hljs-operator, [theme=base16-cupertino] .hljs-punctuation, [theme=base16-cupertino] .hljs-subst {
  color: #404040;
}
[theme=base16-cupertino] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupertino] .hljs-bullet, [theme=base16-cupertino] .hljs-deletion, [theme=base16-cupertino] .hljs-name, [theme=base16-cupertino] .hljs-selector-tag, [theme=base16-cupertino] .hljs-template-variable, [theme=base16-cupertino] .hljs-variable {
  color: #c41a15;
}
[theme=base16-cupertino] .hljs-attr, [theme=base16-cupertino] .hljs-link, [theme=base16-cupertino] .hljs-literal, [theme=base16-cupertino] .hljs-number, [theme=base16-cupertino] .hljs-symbol, [theme=base16-cupertino] .hljs-variable.constant_ {
  color: #eb8500;
}
[theme=base16-cupertino] .hljs-class .hljs-title, [theme=base16-cupertino] .hljs-title, [theme=base16-cupertino] .hljs-title.class_ {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-strong {
  font-weight: 700;
  color: #826b28;
}
[theme=base16-cupertino] .hljs-addition, [theme=base16-cupertino] .hljs-code, [theme=base16-cupertino] .hljs-string, [theme=base16-cupertino] .hljs-title.class_.inherited__ {
  color: #007400;
}
[theme=base16-cupertino] .hljs-built_in, [theme=base16-cupertino] .hljs-doctag, [theme=base16-cupertino] .hljs-keyword.hljs-atrule, [theme=base16-cupertino] .hljs-quote, [theme=base16-cupertino] .hljs-regexp {
  color: #318495;
}
[theme=base16-cupertino] .hljs-attribute, [theme=base16-cupertino] .hljs-function .hljs-title, [theme=base16-cupertino] .hljs-section, [theme=base16-cupertino] .hljs-title.function_, [theme=base16-cupertino] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-cupertino] .diff .hljs-meta, [theme=base16-cupertino] .hljs-keyword, [theme=base16-cupertino] .hljs-template-tag, [theme=base16-cupertino] .hljs-type {
  color: #a90d91;
}
[theme=base16-cupertino] .hljs-emphasis {
  color: #a90d91;
  font-style: italic;
}
[theme=base16-cupertino] .hljs-meta, [theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta .hljs-string {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-danqing] {
  /*!
    Theme: DanQing
    Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-danqing] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-danqing] code.hljs {
  padding: 3px 5px;
}
[theme=base16-danqing] .hljs {
  color: #e0f0ef;
  background: #2d302f;
}
[theme=base16-danqing] .hljs ::selection, [theme=base16-danqing] .hljs::selection {
  background-color: #5a605d;
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-comment {
  color: #9da8a3;
}
[theme=base16-danqing] .hljs-tag {
  color: #cad8d2;
}
[theme=base16-danqing] .hljs-operator, [theme=base16-danqing] .hljs-punctuation, [theme=base16-danqing] .hljs-subst {
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-danqing] .hljs-bullet, [theme=base16-danqing] .hljs-deletion, [theme=base16-danqing] .hljs-name, [theme=base16-danqing] .hljs-selector-tag, [theme=base16-danqing] .hljs-template-variable, [theme=base16-danqing] .hljs-variable {
  color: #f9906f;
}
[theme=base16-danqing] .hljs-attr, [theme=base16-danqing] .hljs-link, [theme=base16-danqing] .hljs-literal, [theme=base16-danqing] .hljs-number, [theme=base16-danqing] .hljs-symbol, [theme=base16-danqing] .hljs-variable.constant_ {
  color: #b38a61;
}
[theme=base16-danqing] .hljs-class .hljs-title, [theme=base16-danqing] .hljs-title, [theme=base16-danqing] .hljs-title.class_ {
  color: #f0c239;
}
[theme=base16-danqing] .hljs-strong {
  font-weight: 700;
  color: #f0c239;
}
[theme=base16-danqing] .hljs-addition, [theme=base16-danqing] .hljs-code, [theme=base16-danqing] .hljs-string, [theme=base16-danqing] .hljs-title.class_.inherited__ {
  color: #8ab361;
}
[theme=base16-danqing] .hljs-built_in, [theme=base16-danqing] .hljs-doctag, [theme=base16-danqing] .hljs-keyword.hljs-atrule, [theme=base16-danqing] .hljs-quote, [theme=base16-danqing] .hljs-regexp {
  color: #30dff3;
}
[theme=base16-danqing] .hljs-attribute, [theme=base16-danqing] .hljs-function .hljs-title, [theme=base16-danqing] .hljs-section, [theme=base16-danqing] .hljs-title.function_, [theme=base16-danqing] .ruby .hljs-property {
  color: #b0a4e3;
}
[theme=base16-danqing] .diff .hljs-meta, [theme=base16-danqing] .hljs-keyword, [theme=base16-danqing] .hljs-template-tag, [theme=base16-danqing] .hljs-type {
  color: #cca4e3;
}
[theme=base16-danqing] .hljs-emphasis {
  color: #cca4e3;
  font-style: italic;
}
[theme=base16-danqing] .hljs-meta, [theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta .hljs-string {
  color: #ca6924;
}
[theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darcula] {
  /*!
    Theme: Darcula
    Author: jetbrains
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darcula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darcula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darcula] .hljs {
  color: #a9b7c6;
  background: #2b2b2b;
}
[theme=base16-darcula] .hljs ::selection, [theme=base16-darcula] .hljs::selection {
  background-color: #323232;
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-comment {
  color: #606366;
}
[theme=base16-darcula] .hljs-tag {
  color: #a4a3a3;
}
[theme=base16-darcula] .hljs-operator, [theme=base16-darcula] .hljs-punctuation, [theme=base16-darcula] .hljs-subst {
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darcula] .hljs-bullet, [theme=base16-darcula] .hljs-deletion, [theme=base16-darcula] .hljs-name, [theme=base16-darcula] .hljs-selector-tag, [theme=base16-darcula] .hljs-template-variable, [theme=base16-darcula] .hljs-variable {
  color: #4eade5;
}
[theme=base16-darcula] .hljs-attr, [theme=base16-darcula] .hljs-link, [theme=base16-darcula] .hljs-literal, [theme=base16-darcula] .hljs-number, [theme=base16-darcula] .hljs-symbol, [theme=base16-darcula] .hljs-variable.constant_ {
  color: #689757;
}
[theme=base16-darcula] .hljs-class .hljs-title, [theme=base16-darcula] .hljs-title, [theme=base16-darcula] .hljs-title.class_ {
  color: #bbb529;
}
[theme=base16-darcula] .hljs-strong {
  font-weight: 700;
  color: #bbb529;
}
[theme=base16-darcula] .hljs-addition, [theme=base16-darcula] .hljs-code, [theme=base16-darcula] .hljs-string, [theme=base16-darcula] .hljs-title.class_.inherited__ {
  color: #6a8759;
}
[theme=base16-darcula] .hljs-built_in, [theme=base16-darcula] .hljs-doctag, [theme=base16-darcula] .hljs-keyword.hljs-atrule, [theme=base16-darcula] .hljs-quote, [theme=base16-darcula] .hljs-regexp {
  color: #629755;
}
[theme=base16-darcula] .hljs-attribute, [theme=base16-darcula] .hljs-function .hljs-title, [theme=base16-darcula] .hljs-section, [theme=base16-darcula] .hljs-title.function_, [theme=base16-darcula] .ruby .hljs-property {
  color: #9876aa;
}
[theme=base16-darcula] .diff .hljs-meta, [theme=base16-darcula] .hljs-keyword, [theme=base16-darcula] .hljs-template-tag, [theme=base16-darcula] .hljs-type {
  color: #cc7832;
}
[theme=base16-darcula] .hljs-emphasis {
  color: #cc7832;
  font-style: italic;
}
[theme=base16-darcula] .hljs-meta, [theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dark-violet] {
  /*!
    Theme: Dark Violet
    Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dark-violet] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dark-violet] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dark-violet] .hljs {
  color: #b08ae6;
  background: #000;
}
[theme=base16-dark-violet] .hljs ::selection, [theme=base16-dark-violet] .hljs::selection {
  background-color: #432d59;
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-comment {
  color: #593380;
}
[theme=base16-dark-violet] .hljs-tag {
  color: #0f0;
}
[theme=base16-dark-violet] .hljs-operator, [theme=base16-dark-violet] .hljs-punctuation, [theme=base16-dark-violet] .hljs-subst {
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dark-violet] .hljs-bullet, [theme=base16-dark-violet] .hljs-deletion, [theme=base16-dark-violet] .hljs-name, [theme=base16-dark-violet] .hljs-selector-tag, [theme=base16-dark-violet] .hljs-template-variable, [theme=base16-dark-violet] .hljs-variable {
  color: #a82ee6;
}
[theme=base16-dark-violet] .hljs-attr, [theme=base16-dark-violet] .hljs-link, [theme=base16-dark-violet] .hljs-literal, [theme=base16-dark-violet] .hljs-number, [theme=base16-dark-violet] .hljs-symbol, [theme=base16-dark-violet] .hljs-variable.constant_ {
  color: #b6c;
}
[theme=base16-dark-violet] .hljs-class .hljs-title, [theme=base16-dark-violet] .hljs-title, [theme=base16-dark-violet] .hljs-title.class_ {
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-strong {
  font-weight: 700;
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-addition, [theme=base16-dark-violet] .hljs-code, [theme=base16-dark-violet] .hljs-string, [theme=base16-dark-violet] .hljs-title.class_.inherited__ {
  color: #4595e6;
}
[theme=base16-dark-violet] .hljs-built_in, [theme=base16-dark-violet] .hljs-doctag, [theme=base16-dark-violet] .hljs-keyword.hljs-atrule, [theme=base16-dark-violet] .hljs-quote, [theme=base16-dark-violet] .hljs-regexp {
  color: #40dfff;
}
[theme=base16-dark-violet] .hljs-attribute, [theme=base16-dark-violet] .hljs-function .hljs-title, [theme=base16-dark-violet] .hljs-section, [theme=base16-dark-violet] .hljs-title.function_, [theme=base16-dark-violet] .ruby .hljs-property {
  color: #4136d9;
}
[theme=base16-dark-violet] .diff .hljs-meta, [theme=base16-dark-violet] .hljs-keyword, [theme=base16-dark-violet] .hljs-template-tag, [theme=base16-dark-violet] .hljs-type {
  color: #7e5ce6;
}
[theme=base16-dark-violet] .hljs-emphasis {
  color: #7e5ce6;
  font-style: italic;
}
[theme=base16-dark-violet] .hljs-meta, [theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta .hljs-string {
  color: #a886bf;
}
[theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darkmoss] {
  /*!
    Theme: darkmoss
    Author: Gabriel Avanzi (https://github.com/avanzzzi)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darkmoss] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darkmoss] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darkmoss] .hljs {
  color: #c7c7a5;
  background: #171e1f;
}
[theme=base16-darkmoss] .hljs ::selection, [theme=base16-darkmoss] .hljs::selection {
  background-color: #373c3d;
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-comment {
  color: #555e5f;
}
[theme=base16-darkmoss] .hljs-tag {
  color: #818f80;
}
[theme=base16-darkmoss] .hljs-operator, [theme=base16-darkmoss] .hljs-punctuation, [theme=base16-darkmoss] .hljs-subst {
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darkmoss] .hljs-bullet, [theme=base16-darkmoss] .hljs-deletion, [theme=base16-darkmoss] .hljs-name, [theme=base16-darkmoss] .hljs-selector-tag, [theme=base16-darkmoss] .hljs-template-variable, [theme=base16-darkmoss] .hljs-variable {
  color: #ff4658;
}
[theme=base16-darkmoss] .hljs-attr, [theme=base16-darkmoss] .hljs-link, [theme=base16-darkmoss] .hljs-literal, [theme=base16-darkmoss] .hljs-number, [theme=base16-darkmoss] .hljs-symbol, [theme=base16-darkmoss] .hljs-variable.constant_ {
  color: #e6db74;
}
[theme=base16-darkmoss] .hljs-class .hljs-title, [theme=base16-darkmoss] .hljs-title, [theme=base16-darkmoss] .hljs-title.class_ {
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-strong {
  font-weight: 700;
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-addition, [theme=base16-darkmoss] .hljs-code, [theme=base16-darkmoss] .hljs-string, [theme=base16-darkmoss] .hljs-title.class_.inherited__ {
  color: #499180;
}
[theme=base16-darkmoss] .hljs-built_in, [theme=base16-darkmoss] .hljs-doctag, [theme=base16-darkmoss] .hljs-keyword.hljs-atrule, [theme=base16-darkmoss] .hljs-quote, [theme=base16-darkmoss] .hljs-regexp {
  color: #66d9ef;
}
[theme=base16-darkmoss] .hljs-attribute, [theme=base16-darkmoss] .hljs-function .hljs-title, [theme=base16-darkmoss] .hljs-section, [theme=base16-darkmoss] .hljs-title.function_, [theme=base16-darkmoss] .ruby .hljs-property {
  color: #498091;
}
[theme=base16-darkmoss] .diff .hljs-meta, [theme=base16-darkmoss] .hljs-keyword, [theme=base16-darkmoss] .hljs-template-tag, [theme=base16-darkmoss] .hljs-type {
  color: #9bc0c8;
}
[theme=base16-darkmoss] .hljs-emphasis {
  color: #9bc0c8;
  font-style: italic;
}
[theme=base16-darkmoss] .hljs-meta, [theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darktooth] {
  /*!
    Theme: Darktooth
    Author: Jason Milkins (https://github.com/jasonm23)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darktooth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darktooth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darktooth] .hljs {
  color: #a89984;
  background: #1d2021;
}
[theme=base16-darktooth] .hljs ::selection, [theme=base16-darktooth] .hljs::selection {
  background-color: #504945;
  color: #a89984;
}
[theme=base16-darktooth] .hljs-comment {
  color: #665c54;
}
[theme=base16-darktooth] .hljs-tag {
  color: #928374;
}
[theme=base16-darktooth] .hljs-operator, [theme=base16-darktooth] .hljs-punctuation, [theme=base16-darktooth] .hljs-subst {
  color: #a89984;
}
[theme=base16-darktooth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darktooth] .hljs-bullet, [theme=base16-darktooth] .hljs-deletion, [theme=base16-darktooth] .hljs-name, [theme=base16-darktooth] .hljs-selector-tag, [theme=base16-darktooth] .hljs-template-variable, [theme=base16-darktooth] .hljs-variable {
  color: #fb543f;
}
[theme=base16-darktooth] .hljs-attr, [theme=base16-darktooth] .hljs-link, [theme=base16-darktooth] .hljs-literal, [theme=base16-darktooth] .hljs-number, [theme=base16-darktooth] .hljs-symbol, [theme=base16-darktooth] .hljs-variable.constant_ {
  color: #fe8625;
}
[theme=base16-darktooth] .hljs-class .hljs-title, [theme=base16-darktooth] .hljs-title, [theme=base16-darktooth] .hljs-title.class_ {
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-strong {
  font-weight: 700;
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-addition, [theme=base16-darktooth] .hljs-code, [theme=base16-darktooth] .hljs-string, [theme=base16-darktooth] .hljs-title.class_.inherited__ {
  color: #95c085;
}
[theme=base16-darktooth] .hljs-built_in, [theme=base16-darktooth] .hljs-doctag, [theme=base16-darktooth] .hljs-keyword.hljs-atrule, [theme=base16-darktooth] .hljs-quote, [theme=base16-darktooth] .hljs-regexp {
  color: #8ba59b;
}
[theme=base16-darktooth] .hljs-attribute, [theme=base16-darktooth] .hljs-function .hljs-title, [theme=base16-darktooth] .hljs-section, [theme=base16-darktooth] .hljs-title.function_, [theme=base16-darktooth] .ruby .hljs-property {
  color: #0d6678;
}
[theme=base16-darktooth] .diff .hljs-meta, [theme=base16-darktooth] .hljs-keyword, [theme=base16-darktooth] .hljs-template-tag, [theme=base16-darktooth] .hljs-type {
  color: #8f4673;
}
[theme=base16-darktooth] .hljs-emphasis {
  color: #8f4673;
  font-style: italic;
}
[theme=base16-darktooth] .hljs-meta, [theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-decaf] {
  /*!
    Theme: Decaf
    Author: Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-decaf] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-decaf] code.hljs {
  padding: 3px 5px;
}
[theme=base16-decaf] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-decaf] .hljs ::selection, [theme=base16-decaf] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-decaf] .hljs-comment {
  color: #777;
}
[theme=base16-decaf] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-decaf] .hljs-operator, [theme=base16-decaf] .hljs-punctuation, [theme=base16-decaf] .hljs-subst {
  color: #ccc;
}
[theme=base16-decaf] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-decaf] .hljs-bullet, [theme=base16-decaf] .hljs-deletion, [theme=base16-decaf] .hljs-name, [theme=base16-decaf] .hljs-selector-tag, [theme=base16-decaf] .hljs-template-variable, [theme=base16-decaf] .hljs-variable {
  color: #ff7f7b;
}
[theme=base16-decaf] .hljs-attr, [theme=base16-decaf] .hljs-link, [theme=base16-decaf] .hljs-literal, [theme=base16-decaf] .hljs-number, [theme=base16-decaf] .hljs-symbol, [theme=base16-decaf] .hljs-variable.constant_ {
  color: #ffbf70;
}
[theme=base16-decaf] .hljs-class .hljs-title, [theme=base16-decaf] .hljs-title, [theme=base16-decaf] .hljs-title.class_ {
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-strong {
  font-weight: 700;
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-addition, [theme=base16-decaf] .hljs-code, [theme=base16-decaf] .hljs-string, [theme=base16-decaf] .hljs-title.class_.inherited__ {
  color: #beda78;
}
[theme=base16-decaf] .hljs-built_in, [theme=base16-decaf] .hljs-doctag, [theme=base16-decaf] .hljs-keyword.hljs-atrule, [theme=base16-decaf] .hljs-quote, [theme=base16-decaf] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-decaf] .hljs-attribute, [theme=base16-decaf] .hljs-function .hljs-title, [theme=base16-decaf] .hljs-section, [theme=base16-decaf] .hljs-title.function_, [theme=base16-decaf] .ruby .hljs-property {
  color: #90bee1;
}
[theme=base16-decaf] .diff .hljs-meta, [theme=base16-decaf] .hljs-keyword, [theme=base16-decaf] .hljs-template-tag, [theme=base16-decaf] .hljs-type {
  color: #efb3f7;
}
[theme=base16-decaf] .hljs-emphasis {
  color: #efb3f7;
  font-style: italic;
}
[theme=base16-decaf] .hljs-meta, [theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta .hljs-string {
  color: #ff93b3;
}
[theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-dark] {
  /*!
    Theme: Default Dark
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-dark] .hljs {
  color: #d8d8d8;
  background: #181818;
}
[theme=base16-default-dark] .hljs ::selection, [theme=base16-default-dark] .hljs::selection {
  background-color: #383838;
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-comment {
  color: #585858;
}
[theme=base16-default-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-default-dark] .hljs-operator, [theme=base16-default-dark] .hljs-punctuation, [theme=base16-default-dark] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-dark] .hljs-bullet, [theme=base16-default-dark] .hljs-deletion, [theme=base16-default-dark] .hljs-name, [theme=base16-default-dark] .hljs-selector-tag, [theme=base16-default-dark] .hljs-template-variable, [theme=base16-default-dark] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-dark] .hljs-attr, [theme=base16-default-dark] .hljs-link, [theme=base16-default-dark] .hljs-literal, [theme=base16-default-dark] .hljs-number, [theme=base16-default-dark] .hljs-symbol, [theme=base16-default-dark] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-dark] .hljs-class .hljs-title, [theme=base16-default-dark] .hljs-title, [theme=base16-default-dark] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-addition, [theme=base16-default-dark] .hljs-code, [theme=base16-default-dark] .hljs-string, [theme=base16-default-dark] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-dark] .hljs-built_in, [theme=base16-default-dark] .hljs-doctag, [theme=base16-default-dark] .hljs-keyword.hljs-atrule, [theme=base16-default-dark] .hljs-quote, [theme=base16-default-dark] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-dark] .hljs-attribute, [theme=base16-default-dark] .hljs-function .hljs-title, [theme=base16-default-dark] .hljs-section, [theme=base16-default-dark] .hljs-title.function_, [theme=base16-default-dark] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-dark] .diff .hljs-meta, [theme=base16-default-dark] .hljs-keyword, [theme=base16-default-dark] .hljs-template-tag, [theme=base16-default-dark] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-dark] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-dark] .hljs-meta, [theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-light] {
  /*!
    Theme: Default Light
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-default-light] .hljs ::selection, [theme=base16-default-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-default-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-default-light] .hljs-tag {
  color: #585858;
}
[theme=base16-default-light] .hljs-operator, [theme=base16-default-light] .hljs-punctuation, [theme=base16-default-light] .hljs-subst {
  color: #383838;
}
[theme=base16-default-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-light] .hljs-bullet, [theme=base16-default-light] .hljs-deletion, [theme=base16-default-light] .hljs-name, [theme=base16-default-light] .hljs-selector-tag, [theme=base16-default-light] .hljs-template-variable, [theme=base16-default-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-light] .hljs-attr, [theme=base16-default-light] .hljs-link, [theme=base16-default-light] .hljs-literal, [theme=base16-default-light] .hljs-number, [theme=base16-default-light] .hljs-symbol, [theme=base16-default-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-light] .hljs-class .hljs-title, [theme=base16-default-light] .hljs-title, [theme=base16-default-light] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-addition, [theme=base16-default-light] .hljs-code, [theme=base16-default-light] .hljs-string, [theme=base16-default-light] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-light] .hljs-built_in, [theme=base16-default-light] .hljs-doctag, [theme=base16-default-light] .hljs-keyword.hljs-atrule, [theme=base16-default-light] .hljs-quote, [theme=base16-default-light] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-light] .hljs-attribute, [theme=base16-default-light] .hljs-function .hljs-title, [theme=base16-default-light] .hljs-section, [theme=base16-default-light] .hljs-title.function_, [theme=base16-default-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-light] .diff .hljs-meta, [theme=base16-default-light] .hljs-keyword, [theme=base16-default-light] .hljs-template-tag, [theme=base16-default-light] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-light] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-light] .hljs-meta, [theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dirtysea] {
  /*!
    Theme: dirtysea
    Author: Kahlil (Kal) Hodgson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dirtysea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dirtysea] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dirtysea] .hljs {
  color: #000;
  background: #e0e0e0;
}
[theme=base16-dirtysea] .hljs ::selection, [theme=base16-dirtysea] .hljs::selection {
  background-color: #d0d0d0;
  color: #000;
}
[theme=base16-dirtysea] .hljs-comment {
  color: #707070;
}
[theme=base16-dirtysea] .hljs-tag {
  color: #202020;
}
[theme=base16-dirtysea] .hljs-operator, [theme=base16-dirtysea] .hljs-punctuation, [theme=base16-dirtysea] .hljs-subst {
  color: #000;
}
[theme=base16-dirtysea] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dirtysea] .hljs-bullet, [theme=base16-dirtysea] .hljs-deletion, [theme=base16-dirtysea] .hljs-name, [theme=base16-dirtysea] .hljs-selector-tag, [theme=base16-dirtysea] .hljs-template-variable, [theme=base16-dirtysea] .hljs-variable {
  color: #840000;
}
[theme=base16-dirtysea] .hljs-attr, [theme=base16-dirtysea] .hljs-link, [theme=base16-dirtysea] .hljs-literal, [theme=base16-dirtysea] .hljs-number, [theme=base16-dirtysea] .hljs-symbol, [theme=base16-dirtysea] .hljs-variable.constant_ {
  color: #006565;
}
[theme=base16-dirtysea] .hljs-class .hljs-title, [theme=base16-dirtysea] .hljs-title, [theme=base16-dirtysea] .hljs-title.class_ {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-strong {
  font-weight: 700;
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-addition, [theme=base16-dirtysea] .hljs-code, [theme=base16-dirtysea] .hljs-string, [theme=base16-dirtysea] .hljs-title.class_.inherited__ {
  color: #730073;
}
[theme=base16-dirtysea] .hljs-built_in, [theme=base16-dirtysea] .hljs-doctag, [theme=base16-dirtysea] .hljs-keyword.hljs-atrule, [theme=base16-dirtysea] .hljs-quote, [theme=base16-dirtysea] .hljs-regexp {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-attribute, [theme=base16-dirtysea] .hljs-function .hljs-title, [theme=base16-dirtysea] .hljs-section, [theme=base16-dirtysea] .hljs-title.function_, [theme=base16-dirtysea] .ruby .hljs-property {
  color: #007300;
}
[theme=base16-dirtysea] .diff .hljs-meta, [theme=base16-dirtysea] .hljs-keyword, [theme=base16-dirtysea] .hljs-template-tag, [theme=base16-dirtysea] .hljs-type {
  color: #000090;
}
[theme=base16-dirtysea] .hljs-emphasis {
  color: #000090;
  font-style: italic;
}
[theme=base16-dirtysea] .hljs-meta, [theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta .hljs-string {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dracula] {
  /*!
    Theme: Dracula
    Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dracula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dracula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dracula] .hljs {
  color: #e9e9f4;
  background: #282936;
}
[theme=base16-dracula] .hljs ::selection, [theme=base16-dracula] .hljs::selection {
  background-color: #4d4f68;
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-comment {
  color: #626483;
}
[theme=base16-dracula] .hljs-tag {
  color: #62d6e8;
}
[theme=base16-dracula] .hljs-operator, [theme=base16-dracula] .hljs-punctuation, [theme=base16-dracula] .hljs-subst {
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dracula] .hljs-bullet, [theme=base16-dracula] .hljs-deletion, [theme=base16-dracula] .hljs-name, [theme=base16-dracula] .hljs-selector-tag, [theme=base16-dracula] .hljs-template-variable, [theme=base16-dracula] .hljs-variable {
  color: #ea51b2;
}
[theme=base16-dracula] .hljs-attr, [theme=base16-dracula] .hljs-link, [theme=base16-dracula] .hljs-literal, [theme=base16-dracula] .hljs-number, [theme=base16-dracula] .hljs-symbol, [theme=base16-dracula] .hljs-variable.constant_ {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-class .hljs-title, [theme=base16-dracula] .hljs-title, [theme=base16-dracula] .hljs-title.class_ {
  color: #00f769;
}
[theme=base16-dracula] .hljs-strong {
  font-weight: 700;
  color: #00f769;
}
[theme=base16-dracula] .hljs-addition, [theme=base16-dracula] .hljs-code, [theme=base16-dracula] .hljs-string, [theme=base16-dracula] .hljs-title.class_.inherited__ {
  color: #ebff87;
}
[theme=base16-dracula] .hljs-built_in, [theme=base16-dracula] .hljs-doctag, [theme=base16-dracula] .hljs-keyword.hljs-atrule, [theme=base16-dracula] .hljs-quote, [theme=base16-dracula] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-dracula] .hljs-attribute, [theme=base16-dracula] .hljs-function .hljs-title, [theme=base16-dracula] .hljs-section, [theme=base16-dracula] .hljs-title.function_, [theme=base16-dracula] .ruby .hljs-property {
  color: #62d6e8;
}
[theme=base16-dracula] .diff .hljs-meta, [theme=base16-dracula] .hljs-keyword, [theme=base16-dracula] .hljs-template-tag, [theme=base16-dracula] .hljs-type {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-emphasis {
  color: #b45bcf;
  font-style: italic;
}
[theme=base16-dracula] .hljs-meta, [theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta .hljs-string {
  color: #00f769;
}
[theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-dark] {
  /*!
    Theme: Edge Dark
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-dark] .hljs {
  color: #b7bec9;
  background: #262729;
}
[theme=base16-edge-dark] .hljs ::selection, [theme=base16-edge-dark] .hljs::selection {
  background-color: #b7bec9;
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-comment {
  color: #3e4249;
}
[theme=base16-edge-dark] .hljs-tag {
  color: #73b3e7;
}
[theme=base16-edge-dark] .hljs-operator, [theme=base16-edge-dark] .hljs-punctuation, [theme=base16-edge-dark] .hljs-subst {
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-dark] .hljs-attr, [theme=base16-edge-dark] .hljs-bullet, [theme=base16-edge-dark] .hljs-deletion, [theme=base16-edge-dark] .hljs-link, [theme=base16-edge-dark] .hljs-literal, [theme=base16-edge-dark] .hljs-name, [theme=base16-edge-dark] .hljs-number, [theme=base16-edge-dark] .hljs-selector-tag, [theme=base16-edge-dark] .hljs-symbol, [theme=base16-edge-dark] .hljs-template-variable, [theme=base16-edge-dark] .hljs-variable, [theme=base16-edge-dark] .hljs-variable.constant_ {
  color: #e77171;
}
[theme=base16-edge-dark] .hljs-class .hljs-title, [theme=base16-edge-dark] .hljs-title, [theme=base16-edge-dark] .hljs-title.class_ {
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-strong {
  font-weight: 700;
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-addition, [theme=base16-edge-dark] .hljs-code, [theme=base16-edge-dark] .hljs-string, [theme=base16-edge-dark] .hljs-title.class_.inherited__ {
  color: #a1bf78;
}
[theme=base16-edge-dark] .hljs-built_in, [theme=base16-edge-dark] .hljs-doctag, [theme=base16-edge-dark] .hljs-keyword.hljs-atrule, [theme=base16-edge-dark] .hljs-quote, [theme=base16-edge-dark] .hljs-regexp {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-attribute, [theme=base16-edge-dark] .hljs-function .hljs-title, [theme=base16-edge-dark] .hljs-section, [theme=base16-edge-dark] .hljs-title.function_, [theme=base16-edge-dark] .ruby .hljs-property {
  color: #73b3e7;
}
[theme=base16-edge-dark] .diff .hljs-meta, [theme=base16-edge-dark] .hljs-keyword, [theme=base16-edge-dark] .hljs-template-tag, [theme=base16-edge-dark] .hljs-type {
  color: #d390e7;
}
[theme=base16-edge-dark] .hljs-emphasis {
  color: #d390e7;
  font-style: italic;
}
[theme=base16-edge-dark] .hljs-meta, [theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta .hljs-string {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-light] {
  /*!
    Theme: Edge Light
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-light] .hljs {
  color: #5e646f;
  background: #fafafa;
}
[theme=base16-edge-light] .hljs ::selection, [theme=base16-edge-light] .hljs::selection {
  background-color: #d69822;
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-comment {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-tag {
  color: #6587bf;
}
[theme=base16-edge-light] .hljs-operator, [theme=base16-edge-light] .hljs-punctuation, [theme=base16-edge-light] .hljs-subst {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-light] .hljs-attr, [theme=base16-edge-light] .hljs-bullet, [theme=base16-edge-light] .hljs-deletion, [theme=base16-edge-light] .hljs-link, [theme=base16-edge-light] .hljs-literal, [theme=base16-edge-light] .hljs-name, [theme=base16-edge-light] .hljs-number, [theme=base16-edge-light] .hljs-selector-tag, [theme=base16-edge-light] .hljs-symbol, [theme=base16-edge-light] .hljs-template-variable, [theme=base16-edge-light] .hljs-variable, [theme=base16-edge-light] .hljs-variable.constant_ {
  color: #db7070;
}
[theme=base16-edge-light] .hljs-class .hljs-title, [theme=base16-edge-light] .hljs-title, [theme=base16-edge-light] .hljs-title.class_ {
  color: #d69822;
}
[theme=base16-edge-light] .hljs-strong {
  font-weight: 700;
  color: #d69822;
}
[theme=base16-edge-light] .hljs-addition, [theme=base16-edge-light] .hljs-code, [theme=base16-edge-light] .hljs-string, [theme=base16-edge-light] .hljs-title.class_.inherited__ {
  color: #7c9f4b;
}
[theme=base16-edge-light] .hljs-built_in, [theme=base16-edge-light] .hljs-doctag, [theme=base16-edge-light] .hljs-keyword.hljs-atrule, [theme=base16-edge-light] .hljs-quote, [theme=base16-edge-light] .hljs-regexp {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-attribute, [theme=base16-edge-light] .hljs-function .hljs-title, [theme=base16-edge-light] .hljs-section, [theme=base16-edge-light] .hljs-title.function_, [theme=base16-edge-light] .ruby .hljs-property {
  color: #6587bf;
}
[theme=base16-edge-light] .diff .hljs-meta, [theme=base16-edge-light] .hljs-keyword, [theme=base16-edge-light] .hljs-template-tag, [theme=base16-edge-light] .hljs-type {
  color: #b870ce;
}
[theme=base16-edge-light] .hljs-emphasis {
  color: #b870ce;
  font-style: italic;
}
[theme=base16-edge-light] .hljs-meta, [theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta .hljs-string {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eighties] {
  /*!
    Theme: Eighties
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eighties] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eighties] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eighties] .hljs {
  color: #d3d0c8;
  background: #2d2d2d;
}
[theme=base16-eighties] .hljs ::selection, [theme=base16-eighties] .hljs::selection {
  background-color: #515151;
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-comment {
  color: #747369;
}
[theme=base16-eighties] .hljs-tag {
  color: #a09f93;
}
[theme=base16-eighties] .hljs-operator, [theme=base16-eighties] .hljs-punctuation, [theme=base16-eighties] .hljs-subst {
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eighties] .hljs-bullet, [theme=base16-eighties] .hljs-deletion, [theme=base16-eighties] .hljs-name, [theme=base16-eighties] .hljs-selector-tag, [theme=base16-eighties] .hljs-template-variable, [theme=base16-eighties] .hljs-variable {
  color: #f2777a;
}
[theme=base16-eighties] .hljs-attr, [theme=base16-eighties] .hljs-link, [theme=base16-eighties] .hljs-literal, [theme=base16-eighties] .hljs-number, [theme=base16-eighties] .hljs-symbol, [theme=base16-eighties] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-eighties] .hljs-class .hljs-title, [theme=base16-eighties] .hljs-title, [theme=base16-eighties] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-eighties] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-eighties] .hljs-addition, [theme=base16-eighties] .hljs-code, [theme=base16-eighties] .hljs-string, [theme=base16-eighties] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-eighties] .hljs-built_in, [theme=base16-eighties] .hljs-doctag, [theme=base16-eighties] .hljs-keyword.hljs-atrule, [theme=base16-eighties] .hljs-quote, [theme=base16-eighties] .hljs-regexp {
  color: #6cc;
}
[theme=base16-eighties] .hljs-attribute, [theme=base16-eighties] .hljs-function .hljs-title, [theme=base16-eighties] .hljs-section, [theme=base16-eighties] .hljs-title.function_, [theme=base16-eighties] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-eighties] .diff .hljs-meta, [theme=base16-eighties] .hljs-keyword, [theme=base16-eighties] .hljs-template-tag, [theme=base16-eighties] .hljs-type {
  color: #c9c;
}
[theme=base16-eighties] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-eighties] .hljs-meta, [theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-embers] {
  /*!
    Theme: Embers
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-embers] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-embers] code.hljs {
  padding: 3px 5px;
}
[theme=base16-embers] .hljs {
  color: #a39a90;
  background: #16130f;
}
[theme=base16-embers] .hljs ::selection, [theme=base16-embers] .hljs::selection {
  background-color: #433b32;
  color: #a39a90;
}
[theme=base16-embers] .hljs-comment {
  color: #5a5047;
}
[theme=base16-embers] .hljs-tag {
  color: #8a8075;
}
[theme=base16-embers] .hljs-operator, [theme=base16-embers] .hljs-punctuation, [theme=base16-embers] .hljs-subst {
  color: #a39a90;
}
[theme=base16-embers] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-embers] .hljs-bullet, [theme=base16-embers] .hljs-deletion, [theme=base16-embers] .hljs-name, [theme=base16-embers] .hljs-selector-tag, [theme=base16-embers] .hljs-template-variable, [theme=base16-embers] .hljs-variable {
  color: #826d57;
}
[theme=base16-embers] .hljs-attr, [theme=base16-embers] .hljs-link, [theme=base16-embers] .hljs-literal, [theme=base16-embers] .hljs-number, [theme=base16-embers] .hljs-symbol, [theme=base16-embers] .hljs-variable.constant_ {
  color: #828257;
}
[theme=base16-embers] .hljs-class .hljs-title, [theme=base16-embers] .hljs-title, [theme=base16-embers] .hljs-title.class_ {
  color: #6d8257;
}
[theme=base16-embers] .hljs-strong {
  font-weight: 700;
  color: #6d8257;
}
[theme=base16-embers] .hljs-addition, [theme=base16-embers] .hljs-code, [theme=base16-embers] .hljs-string, [theme=base16-embers] .hljs-title.class_.inherited__ {
  color: #57826d;
}
[theme=base16-embers] .hljs-built_in, [theme=base16-embers] .hljs-doctag, [theme=base16-embers] .hljs-keyword.hljs-atrule, [theme=base16-embers] .hljs-quote, [theme=base16-embers] .hljs-regexp {
  color: #576d82;
}
[theme=base16-embers] .hljs-attribute, [theme=base16-embers] .hljs-function .hljs-title, [theme=base16-embers] .hljs-section, [theme=base16-embers] .hljs-title.function_, [theme=base16-embers] .ruby .hljs-property {
  color: #6d5782;
}
[theme=base16-embers] .diff .hljs-meta, [theme=base16-embers] .hljs-keyword, [theme=base16-embers] .hljs-template-tag, [theme=base16-embers] .hljs-type {
  color: #82576d;
}
[theme=base16-embers] .hljs-emphasis {
  color: #82576d;
  font-style: italic;
}
[theme=base16-embers] .hljs-meta, [theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta .hljs-string {
  color: #825757;
}
[theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-dark] {
  /*!
    Theme: Equilibrium Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-dark] .hljs {
  color: #afaba2;
  background: #0c1118;
}
[theme=base16-equilibrium-dark] .hljs ::selection, [theme=base16-equilibrium-dark] .hljs::selection {
  background-color: #22262d;
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-comment {
  color: #7b776e;
}
[theme=base16-equilibrium-dark] .hljs-tag {
  color: #949088;
}
[theme=base16-equilibrium-dark] .hljs-operator, [theme=base16-equilibrium-dark] .hljs-punctuation, [theme=base16-equilibrium-dark] .hljs-subst {
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-dark] .hljs-bullet, [theme=base16-equilibrium-dark] .hljs-deletion, [theme=base16-equilibrium-dark] .hljs-name, [theme=base16-equilibrium-dark] .hljs-selector-tag, [theme=base16-equilibrium-dark] .hljs-template-variable, [theme=base16-equilibrium-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-dark] .hljs-attr, [theme=base16-equilibrium-dark] .hljs-link, [theme=base16-equilibrium-dark] .hljs-literal, [theme=base16-equilibrium-dark] .hljs-number, [theme=base16-equilibrium-dark] .hljs-symbol, [theme=base16-equilibrium-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-dark] .hljs-title, [theme=base16-equilibrium-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-addition, [theme=base16-equilibrium-dark] .hljs-code, [theme=base16-equilibrium-dark] .hljs-string, [theme=base16-equilibrium-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-dark] .hljs-built_in, [theme=base16-equilibrium-dark] .hljs-doctag, [theme=base16-equilibrium-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-dark] .hljs-quote, [theme=base16-equilibrium-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-dark] .hljs-attribute, [theme=base16-equilibrium-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-dark] .hljs-section, [theme=base16-equilibrium-dark] .hljs-title.function_, [theme=base16-equilibrium-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-dark] .diff .hljs-meta, [theme=base16-equilibrium-dark] .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-template-tag, [theme=base16-equilibrium-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-dark] .hljs-meta, [theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-dark] {
  /*!
    Theme: Equilibrium Gray Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-dark] .hljs {
  color: #ababab;
  background: #111;
}
[theme=base16-equilibrium-gray-dark] .hljs ::selection, [theme=base16-equilibrium-gray-dark] .hljs::selection {
  background-color: #262626;
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-dark] .hljs-tag {
  color: #919191;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator, [theme=base16-equilibrium-gray-dark] .hljs-punctuation, [theme=base16-equilibrium-gray-dark] .hljs-subst {
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-dark] .hljs-bullet, [theme=base16-equilibrium-gray-dark] .hljs-deletion, [theme=base16-equilibrium-gray-dark] .hljs-name, [theme=base16-equilibrium-gray-dark] .hljs-selector-tag, [theme=base16-equilibrium-gray-dark] .hljs-template-variable, [theme=base16-equilibrium-gray-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-gray-dark] .hljs-attr, [theme=base16-equilibrium-gray-dark] .hljs-link, [theme=base16-equilibrium-gray-dark] .hljs-literal, [theme=base16-equilibrium-gray-dark] .hljs-number, [theme=base16-equilibrium-gray-dark] .hljs-symbol, [theme=base16-equilibrium-gray-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-gray-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-addition, [theme=base16-equilibrium-gray-dark] .hljs-code, [theme=base16-equilibrium-gray-dark] .hljs-string, [theme=base16-equilibrium-gray-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-gray-dark] .hljs-built_in, [theme=base16-equilibrium-gray-dark] .hljs-doctag, [theme=base16-equilibrium-gray-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-dark] .hljs-quote, [theme=base16-equilibrium-gray-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-gray-dark] .hljs-attribute, [theme=base16-equilibrium-gray-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-section, [theme=base16-equilibrium-gray-dark] .hljs-title.function_, [theme=base16-equilibrium-gray-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-gray-dark] .diff .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-template-tag, [theme=base16-equilibrium-gray-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-gray-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-light] {
  /*!
    Theme: Equilibrium Gray Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-light] .hljs {
  color: #474747;
  background: #f1f1f1;
}
[theme=base16-equilibrium-gray-light] .hljs ::selection, [theme=base16-equilibrium-gray-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-light] .hljs-tag {
  color: #5e5e5e;
}
[theme=base16-equilibrium-gray-light] .hljs-operator, [theme=base16-equilibrium-gray-light] .hljs-punctuation, [theme=base16-equilibrium-gray-light] .hljs-subst {
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-light] .hljs-bullet, [theme=base16-equilibrium-gray-light] .hljs-deletion, [theme=base16-equilibrium-gray-light] .hljs-name, [theme=base16-equilibrium-gray-light] .hljs-selector-tag, [theme=base16-equilibrium-gray-light] .hljs-template-variable, [theme=base16-equilibrium-gray-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-gray-light] .hljs-attr, [theme=base16-equilibrium-gray-light] .hljs-link, [theme=base16-equilibrium-gray-light] .hljs-literal, [theme=base16-equilibrium-gray-light] .hljs-number, [theme=base16-equilibrium-gray-light] .hljs-symbol, [theme=base16-equilibrium-gray-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-gray-light] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-addition, [theme=base16-equilibrium-gray-light] .hljs-code, [theme=base16-equilibrium-gray-light] .hljs-string, [theme=base16-equilibrium-gray-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-gray-light] .hljs-built_in, [theme=base16-equilibrium-gray-light] .hljs-doctag, [theme=base16-equilibrium-gray-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-light] .hljs-quote, [theme=base16-equilibrium-gray-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-gray-light] .hljs-attribute, [theme=base16-equilibrium-gray-light] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-section, [theme=base16-equilibrium-gray-light] .hljs-title.function_, [theme=base16-equilibrium-gray-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-gray-light] .diff .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-template-tag, [theme=base16-equilibrium-gray-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-gray-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-gray-light] .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-light] {
  /*!
    Theme: Equilibrium Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-light] .hljs {
  color: #43474e;
  background: #f5f0e7;
}
[theme=base16-equilibrium-light] .hljs ::selection, [theme=base16-equilibrium-light] .hljs::selection {
  background-color: #d8d4cb;
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-comment {
  color: #73777f;
}
[theme=base16-equilibrium-light] .hljs-tag {
  color: #5a5f66;
}
[theme=base16-equilibrium-light] .hljs-operator, [theme=base16-equilibrium-light] .hljs-punctuation, [theme=base16-equilibrium-light] .hljs-subst {
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-light] .hljs-bullet, [theme=base16-equilibrium-light] .hljs-deletion, [theme=base16-equilibrium-light] .hljs-name, [theme=base16-equilibrium-light] .hljs-selector-tag, [theme=base16-equilibrium-light] .hljs-template-variable, [theme=base16-equilibrium-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-light] .hljs-attr, [theme=base16-equilibrium-light] .hljs-link, [theme=base16-equilibrium-light] .hljs-literal, [theme=base16-equilibrium-light] .hljs-number, [theme=base16-equilibrium-light] .hljs-symbol, [theme=base16-equilibrium-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-light] .hljs-class .hljs-title, [theme=base16-equilibrium-light] .hljs-title, [theme=base16-equilibrium-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-addition, [theme=base16-equilibrium-light] .hljs-code, [theme=base16-equilibrium-light] .hljs-string, [theme=base16-equilibrium-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-light] .hljs-built_in, [theme=base16-equilibrium-light] .hljs-doctag, [theme=base16-equilibrium-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-light] .hljs-quote, [theme=base16-equilibrium-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-light] .hljs-attribute, [theme=base16-equilibrium-light] .hljs-function .hljs-title, [theme=base16-equilibrium-light] .hljs-section, [theme=base16-equilibrium-light] .hljs-title.function_, [theme=base16-equilibrium-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-light] .diff .hljs-meta, [theme=base16-equilibrium-light] .hljs-keyword, [theme=base16-equilibrium-light] .hljs-template-tag, [theme=base16-equilibrium-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-light] .hljs-meta, [theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-espresso] {
  /*!
    Theme: Espresso
    Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-espresso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-espresso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-espresso] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-espresso] .hljs ::selection, [theme=base16-espresso] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-espresso] .hljs-comment {
  color: #777;
}
[theme=base16-espresso] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-espresso] .hljs-operator, [theme=base16-espresso] .hljs-punctuation, [theme=base16-espresso] .hljs-subst {
  color: #ccc;
}
[theme=base16-espresso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-espresso] .hljs-bullet, [theme=base16-espresso] .hljs-deletion, [theme=base16-espresso] .hljs-name, [theme=base16-espresso] .hljs-selector-tag, [theme=base16-espresso] .hljs-template-variable, [theme=base16-espresso] .hljs-variable {
  color: #d25252;
}
[theme=base16-espresso] .hljs-attr, [theme=base16-espresso] .hljs-link, [theme=base16-espresso] .hljs-literal, [theme=base16-espresso] .hljs-number, [theme=base16-espresso] .hljs-symbol, [theme=base16-espresso] .hljs-variable.constant_ {
  color: #f9a959;
}
[theme=base16-espresso] .hljs-class .hljs-title, [theme=base16-espresso] .hljs-title, [theme=base16-espresso] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-addition, [theme=base16-espresso] .hljs-code, [theme=base16-espresso] .hljs-string, [theme=base16-espresso] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-espresso] .hljs-built_in, [theme=base16-espresso] .hljs-doctag, [theme=base16-espresso] .hljs-keyword.hljs-atrule, [theme=base16-espresso] .hljs-quote, [theme=base16-espresso] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-espresso] .hljs-attribute, [theme=base16-espresso] .hljs-function .hljs-title, [theme=base16-espresso] .hljs-section, [theme=base16-espresso] .hljs-title.function_, [theme=base16-espresso] .ruby .hljs-property {
  color: #6c99bb;
}
[theme=base16-espresso] .diff .hljs-meta, [theme=base16-espresso] .hljs-keyword, [theme=base16-espresso] .hljs-template-tag, [theme=base16-espresso] .hljs-type {
  color: #d197d9;
}
[theme=base16-espresso] .hljs-emphasis {
  color: #d197d9;
  font-style: italic;
}
[theme=base16-espresso] .hljs-meta, [theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta .hljs-string {
  color: #f97394;
}
[theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva-dim] {
  /*!
    Theme: Eva Dim
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva-dim] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva-dim] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva-dim] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva-dim] .hljs ::selection, [theme=base16-eva-dim] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva-dim] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva-dim] .hljs-operator, [theme=base16-eva-dim] .hljs-punctuation, [theme=base16-eva-dim] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva-dim] .hljs-bullet, [theme=base16-eva-dim] .hljs-deletion, [theme=base16-eva-dim] .hljs-name, [theme=base16-eva-dim] .hljs-selector-tag, [theme=base16-eva-dim] .hljs-template-variable, [theme=base16-eva-dim] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva-dim] .hljs-attr, [theme=base16-eva-dim] .hljs-link, [theme=base16-eva-dim] .hljs-literal, [theme=base16-eva-dim] .hljs-number, [theme=base16-eva-dim] .hljs-symbol, [theme=base16-eva-dim] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva-dim] .hljs-class .hljs-title, [theme=base16-eva-dim] .hljs-title, [theme=base16-eva-dim] .hljs-title.class_ {
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-strong {
  font-weight: 700;
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-addition, [theme=base16-eva-dim] .hljs-code, [theme=base16-eva-dim] .hljs-string, [theme=base16-eva-dim] .hljs-title.class_.inherited__ {
  color: #5de561;
}
[theme=base16-eva-dim] .hljs-built_in, [theme=base16-eva-dim] .hljs-doctag, [theme=base16-eva-dim] .hljs-keyword.hljs-atrule, [theme=base16-eva-dim] .hljs-quote, [theme=base16-eva-dim] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva-dim] .hljs-attribute, [theme=base16-eva-dim] .hljs-function .hljs-title, [theme=base16-eva-dim] .hljs-section, [theme=base16-eva-dim] .hljs-title.function_, [theme=base16-eva-dim] .ruby .hljs-property {
  color: #1ae1dc;
}
[theme=base16-eva-dim] .diff .hljs-meta, [theme=base16-eva-dim] .hljs-keyword, [theme=base16-eva-dim] .hljs-template-tag, [theme=base16-eva-dim] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva-dim] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva-dim] .hljs-meta, [theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva] {
  /*!
    Theme: Eva
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva] .hljs ::selection, [theme=base16-eva] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva] .hljs-operator, [theme=base16-eva] .hljs-punctuation, [theme=base16-eva] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva] .hljs-bullet, [theme=base16-eva] .hljs-deletion, [theme=base16-eva] .hljs-name, [theme=base16-eva] .hljs-selector-tag, [theme=base16-eva] .hljs-template-variable, [theme=base16-eva] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva] .hljs-attr, [theme=base16-eva] .hljs-link, [theme=base16-eva] .hljs-literal, [theme=base16-eva] .hljs-number, [theme=base16-eva] .hljs-symbol, [theme=base16-eva] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva] .hljs-class .hljs-title, [theme=base16-eva] .hljs-title, [theme=base16-eva] .hljs-title.class_ {
  color: #ff6;
}
[theme=base16-eva] .hljs-strong {
  font-weight: 700;
  color: #ff6;
}
[theme=base16-eva] .hljs-addition, [theme=base16-eva] .hljs-code, [theme=base16-eva] .hljs-string, [theme=base16-eva] .hljs-title.class_.inherited__ {
  color: #6f6;
}
[theme=base16-eva] .hljs-built_in, [theme=base16-eva] .hljs-doctag, [theme=base16-eva] .hljs-keyword.hljs-atrule, [theme=base16-eva] .hljs-quote, [theme=base16-eva] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva] .hljs-attribute, [theme=base16-eva] .hljs-function .hljs-title, [theme=base16-eva] .hljs-section, [theme=base16-eva] .hljs-title.function_, [theme=base16-eva] .ruby .hljs-property {
  color: #15f4ee;
}
[theme=base16-eva] .diff .hljs-meta, [theme=base16-eva] .hljs-keyword, [theme=base16-eva] .hljs-template-tag, [theme=base16-eva] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva] .hljs-meta, [theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-flat] {
  /*!
    Theme: Flat
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-flat] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-flat] code.hljs {
  padding: 3px 5px;
}
[theme=base16-flat] .hljs {
  color: #e0e0e0;
  background: #2c3e50;
}
[theme=base16-flat] .hljs ::selection, [theme=base16-flat] .hljs::selection {
  background-color: #7f8c8d;
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-comment {
  color: #95a5a6;
}
[theme=base16-flat] .hljs-tag {
  color: #bdc3c7;
}
[theme=base16-flat] .hljs-operator, [theme=base16-flat] .hljs-punctuation, [theme=base16-flat] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-flat] .hljs-bullet, [theme=base16-flat] .hljs-deletion, [theme=base16-flat] .hljs-name, [theme=base16-flat] .hljs-selector-tag, [theme=base16-flat] .hljs-template-variable, [theme=base16-flat] .hljs-variable {
  color: #e74c3c;
}
[theme=base16-flat] .hljs-attr, [theme=base16-flat] .hljs-link, [theme=base16-flat] .hljs-literal, [theme=base16-flat] .hljs-number, [theme=base16-flat] .hljs-symbol, [theme=base16-flat] .hljs-variable.constant_ {
  color: #e67e22;
}
[theme=base16-flat] .hljs-class .hljs-title, [theme=base16-flat] .hljs-title, [theme=base16-flat] .hljs-title.class_ {
  color: #f1c40f;
}
[theme=base16-flat] .hljs-strong {
  font-weight: 700;
  color: #f1c40f;
}
[theme=base16-flat] .hljs-addition, [theme=base16-flat] .hljs-code, [theme=base16-flat] .hljs-string, [theme=base16-flat] .hljs-title.class_.inherited__ {
  color: #2ecc71;
}
[theme=base16-flat] .hljs-built_in, [theme=base16-flat] .hljs-doctag, [theme=base16-flat] .hljs-keyword.hljs-atrule, [theme=base16-flat] .hljs-quote, [theme=base16-flat] .hljs-regexp {
  color: #1abc9c;
}
[theme=base16-flat] .hljs-attribute, [theme=base16-flat] .hljs-function .hljs-title, [theme=base16-flat] .hljs-section, [theme=base16-flat] .hljs-title.function_, [theme=base16-flat] .ruby .hljs-property {
  color: #3498db;
}
[theme=base16-flat] .diff .hljs-meta, [theme=base16-flat] .hljs-keyword, [theme=base16-flat] .hljs-template-tag, [theme=base16-flat] .hljs-type {
  color: #9b59b6;
}
[theme=base16-flat] .hljs-emphasis {
  color: #9b59b6;
  font-style: italic;
}
[theme=base16-flat] .hljs-meta, [theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-framer] {
  /*!
    Theme: Framer
    Author: Framer (Maintained by Jesse Hoyos)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-framer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-framer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-framer] .hljs {
  color: #d0d0d0;
  background: #181818;
}
[theme=base16-framer] .hljs ::selection, [theme=base16-framer] .hljs::selection {
  background-color: #464646;
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-comment {
  color: #747474;
}
[theme=base16-framer] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-framer] .hljs-operator, [theme=base16-framer] .hljs-punctuation, [theme=base16-framer] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-framer] .hljs-bullet, [theme=base16-framer] .hljs-deletion, [theme=base16-framer] .hljs-name, [theme=base16-framer] .hljs-selector-tag, [theme=base16-framer] .hljs-template-variable, [theme=base16-framer] .hljs-variable {
  color: #fd886b;
}
[theme=base16-framer] .hljs-attr, [theme=base16-framer] .hljs-link, [theme=base16-framer] .hljs-literal, [theme=base16-framer] .hljs-number, [theme=base16-framer] .hljs-symbol, [theme=base16-framer] .hljs-variable.constant_ {
  color: #fc4769;
}
[theme=base16-framer] .hljs-class .hljs-title, [theme=base16-framer] .hljs-title, [theme=base16-framer] .hljs-title.class_ {
  color: #fecb6e;
}
[theme=base16-framer] .hljs-strong {
  font-weight: 700;
  color: #fecb6e;
}
[theme=base16-framer] .hljs-addition, [theme=base16-framer] .hljs-code, [theme=base16-framer] .hljs-string, [theme=base16-framer] .hljs-title.class_.inherited__ {
  color: #32ccdc;
}
[theme=base16-framer] .hljs-built_in, [theme=base16-framer] .hljs-doctag, [theme=base16-framer] .hljs-keyword.hljs-atrule, [theme=base16-framer] .hljs-quote, [theme=base16-framer] .hljs-regexp {
  color: #acddfd;
}
[theme=base16-framer] .hljs-attribute, [theme=base16-framer] .hljs-function .hljs-title, [theme=base16-framer] .hljs-section, [theme=base16-framer] .hljs-title.function_, [theme=base16-framer] .ruby .hljs-property {
  color: #20bcfc;
}
[theme=base16-framer] .diff .hljs-meta, [theme=base16-framer] .hljs-keyword, [theme=base16-framer] .hljs-template-tag, [theme=base16-framer] .hljs-type {
  color: #ba8cfc;
}
[theme=base16-framer] .hljs-emphasis {
  color: #ba8cfc;
  font-style: italic;
}
[theme=base16-framer] .hljs-meta, [theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta .hljs-string {
  color: #b15f4a;
}
[theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-fruit-soda] {
  /*!
    Theme: Fruit Soda
    Author: jozip
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-fruit-soda] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-fruit-soda] code.hljs {
  padding: 3px 5px;
}
[theme=base16-fruit-soda] .hljs {
  color: #515151;
  background: #f1ecf1;
}
[theme=base16-fruit-soda] .hljs ::selection, [theme=base16-fruit-soda] .hljs::selection {
  background-color: #d8d5d5;
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-comment {
  color: #b5b4b6;
}
[theme=base16-fruit-soda] .hljs-tag {
  color: #979598;
}
[theme=base16-fruit-soda] .hljs-operator, [theme=base16-fruit-soda] .hljs-punctuation, [theme=base16-fruit-soda] .hljs-subst {
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-fruit-soda] .hljs-bullet, [theme=base16-fruit-soda] .hljs-deletion, [theme=base16-fruit-soda] .hljs-name, [theme=base16-fruit-soda] .hljs-selector-tag, [theme=base16-fruit-soda] .hljs-template-variable, [theme=base16-fruit-soda] .hljs-variable {
  color: #fe3e31;
}
[theme=base16-fruit-soda] .hljs-attr, [theme=base16-fruit-soda] .hljs-link, [theme=base16-fruit-soda] .hljs-literal, [theme=base16-fruit-soda] .hljs-number, [theme=base16-fruit-soda] .hljs-symbol, [theme=base16-fruit-soda] .hljs-variable.constant_ {
  color: #fe6d08;
}
[theme=base16-fruit-soda] .hljs-class .hljs-title, [theme=base16-fruit-soda] .hljs-title, [theme=base16-fruit-soda] .hljs-title.class_ {
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-strong {
  font-weight: 700;
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-addition, [theme=base16-fruit-soda] .hljs-code, [theme=base16-fruit-soda] .hljs-string, [theme=base16-fruit-soda] .hljs-title.class_.inherited__ {
  color: #47f74c;
}
[theme=base16-fruit-soda] .hljs-built_in, [theme=base16-fruit-soda] .hljs-doctag, [theme=base16-fruit-soda] .hljs-keyword.hljs-atrule, [theme=base16-fruit-soda] .hljs-quote, [theme=base16-fruit-soda] .hljs-regexp {
  color: #0f9cfd;
}
[theme=base16-fruit-soda] .hljs-attribute, [theme=base16-fruit-soda] .hljs-function .hljs-title, [theme=base16-fruit-soda] .hljs-section, [theme=base16-fruit-soda] .hljs-title.function_, [theme=base16-fruit-soda] .ruby .hljs-property {
  color: #2931df;
}
[theme=base16-fruit-soda] .diff .hljs-meta, [theme=base16-fruit-soda] .hljs-keyword, [theme=base16-fruit-soda] .hljs-template-tag, [theme=base16-fruit-soda] .hljs-type {
  color: #611fce;
}
[theme=base16-fruit-soda] .hljs-emphasis {
  color: #611fce;
  font-style: italic;
}
[theme=base16-fruit-soda] .hljs-meta, [theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta .hljs-string {
  color: #b16f40;
}
[theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gigavolt] {
  /*!
    Theme: Gigavolt
    Author: Aidan Swope (http://github.com/Whillikers)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gigavolt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gigavolt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gigavolt] .hljs {
  color: #e9e7e1;
  background: #202126;
}
[theme=base16-gigavolt] .hljs ::selection, [theme=base16-gigavolt] .hljs::selection {
  background-color: #5a576e;
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-comment {
  color: #a1d2e6;
}
[theme=base16-gigavolt] .hljs-tag {
  color: #cad3ff;
}
[theme=base16-gigavolt] .hljs-operator, [theme=base16-gigavolt] .hljs-punctuation, [theme=base16-gigavolt] .hljs-subst {
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gigavolt] .hljs-bullet, [theme=base16-gigavolt] .hljs-deletion, [theme=base16-gigavolt] .hljs-name, [theme=base16-gigavolt] .hljs-selector-tag, [theme=base16-gigavolt] .hljs-template-variable, [theme=base16-gigavolt] .hljs-variable {
  color: #ff661a;
}
[theme=base16-gigavolt] .hljs-attr, [theme=base16-gigavolt] .hljs-link, [theme=base16-gigavolt] .hljs-literal, [theme=base16-gigavolt] .hljs-number, [theme=base16-gigavolt] .hljs-symbol, [theme=base16-gigavolt] .hljs-variable.constant_ {
  color: #19f988;
}
[theme=base16-gigavolt] .hljs-class .hljs-title, [theme=base16-gigavolt] .hljs-title, [theme=base16-gigavolt] .hljs-title.class_ {
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-strong {
  font-weight: 700;
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-addition, [theme=base16-gigavolt] .hljs-code, [theme=base16-gigavolt] .hljs-string, [theme=base16-gigavolt] .hljs-title.class_.inherited__ {
  color: #f2e6a9;
}
[theme=base16-gigavolt] .hljs-built_in, [theme=base16-gigavolt] .hljs-doctag, [theme=base16-gigavolt] .hljs-keyword.hljs-atrule, [theme=base16-gigavolt] .hljs-quote, [theme=base16-gigavolt] .hljs-regexp {
  color: #fb6acb;
}
[theme=base16-gigavolt] .hljs-attribute, [theme=base16-gigavolt] .hljs-function .hljs-title, [theme=base16-gigavolt] .hljs-section, [theme=base16-gigavolt] .hljs-title.function_, [theme=base16-gigavolt] .ruby .hljs-property {
  color: #40bfff;
}
[theme=base16-gigavolt] .diff .hljs-meta, [theme=base16-gigavolt] .hljs-keyword, [theme=base16-gigavolt] .hljs-template-tag, [theme=base16-gigavolt] .hljs-type {
  color: #ae94f9;
}
[theme=base16-gigavolt] .hljs-emphasis {
  color: #ae94f9;
  font-style: italic;
}
[theme=base16-gigavolt] .hljs-meta, [theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta .hljs-string {
  color: #6187ff;
}
[theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-github] {
  /*!
    Theme: Github
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-github] code.hljs {
  padding: 3px 5px;
}
[theme=base16-github] .hljs {
  color: #333;
  background: #fff;
}
[theme=base16-github] .hljs ::selection, [theme=base16-github] .hljs::selection {
  background-color: #c8c8fa;
  color: #333;
}
[theme=base16-github] .hljs-comment {
  color: #969896;
}
[theme=base16-github] .hljs-tag {
  color: #e8e8e8;
}
[theme=base16-github] .hljs-operator, [theme=base16-github] .hljs-punctuation, [theme=base16-github] .hljs-subst {
  color: #333;
}
[theme=base16-github] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-github] .hljs-bullet, [theme=base16-github] .hljs-deletion, [theme=base16-github] .hljs-name, [theme=base16-github] .hljs-selector-tag, [theme=base16-github] .hljs-template-variable, [theme=base16-github] .hljs-variable {
  color: #ed6a43;
}
[theme=base16-github] .hljs-attr, [theme=base16-github] .hljs-link, [theme=base16-github] .hljs-literal, [theme=base16-github] .hljs-number, [theme=base16-github] .hljs-symbol, [theme=base16-github] .hljs-variable.constant_ {
  color: #0086b3;
}
[theme=base16-github] .hljs-class .hljs-title, [theme=base16-github] .hljs-title, [theme=base16-github] .hljs-title.class_ {
  color: #795da3;
}
[theme=base16-github] .hljs-strong {
  font-weight: 700;
  color: #795da3;
}
[theme=base16-github] .hljs-addition, [theme=base16-github] .hljs-built_in, [theme=base16-github] .hljs-code, [theme=base16-github] .hljs-doctag, [theme=base16-github] .hljs-keyword.hljs-atrule, [theme=base16-github] .hljs-quote, [theme=base16-github] .hljs-regexp, [theme=base16-github] .hljs-string, [theme=base16-github] .hljs-title.class_.inherited__ {
  color: #183691;
}
[theme=base16-github] .hljs-attribute, [theme=base16-github] .hljs-function .hljs-title, [theme=base16-github] .hljs-section, [theme=base16-github] .hljs-title.function_, [theme=base16-github] .ruby .hljs-property {
  color: #795da3;
}
[theme=base16-github] .diff .hljs-meta, [theme=base16-github] .hljs-keyword, [theme=base16-github] .hljs-template-tag, [theme=base16-github] .hljs-type {
  color: #a71d5d;
}
[theme=base16-github] .hljs-emphasis {
  color: #a71d5d;
  font-style: italic;
}
[theme=base16-github] .hljs-meta, [theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta .hljs-string {
  color: #333;
}
[theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-dark] {
  /*!
    Theme: Google Dark
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-dark] .hljs {
  color: #c5c8c6;
  background: #1d1f21;
}
[theme=base16-google-dark] .hljs ::selection, [theme=base16-google-dark] .hljs::selection {
  background-color: #373b41;
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-comment {
  color: #969896;
}
[theme=base16-google-dark] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-google-dark] .hljs-operator, [theme=base16-google-dark] .hljs-punctuation, [theme=base16-google-dark] .hljs-subst {
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-dark] .hljs-bullet, [theme=base16-google-dark] .hljs-deletion, [theme=base16-google-dark] .hljs-name, [theme=base16-google-dark] .hljs-selector-tag, [theme=base16-google-dark] .hljs-template-variable, [theme=base16-google-dark] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-dark] .hljs-attr, [theme=base16-google-dark] .hljs-link, [theme=base16-google-dark] .hljs-literal, [theme=base16-google-dark] .hljs-number, [theme=base16-google-dark] .hljs-symbol, [theme=base16-google-dark] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-dark] .hljs-class .hljs-title, [theme=base16-google-dark] .hljs-title, [theme=base16-google-dark] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-dark] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-dark] .hljs-addition, [theme=base16-google-dark] .hljs-code, [theme=base16-google-dark] .hljs-string, [theme=base16-google-dark] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-dark] .hljs-attribute, [theme=base16-google-dark] .hljs-built_in, [theme=base16-google-dark] .hljs-doctag, [theme=base16-google-dark] .hljs-function .hljs-title, [theme=base16-google-dark] .hljs-keyword.hljs-atrule, [theme=base16-google-dark] .hljs-quote, [theme=base16-google-dark] .hljs-regexp, [theme=base16-google-dark] .hljs-section, [theme=base16-google-dark] .hljs-title.function_, [theme=base16-google-dark] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-dark] .diff .hljs-meta, [theme=base16-google-dark] .hljs-keyword, [theme=base16-google-dark] .hljs-template-tag, [theme=base16-google-dark] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-dark] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-dark] .hljs-meta, [theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-light] {
  /*!
    Theme: Google Light
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-light] .hljs {
  color: #373b41;
  background: #fff;
}
[theme=base16-google-light] .hljs ::selection, [theme=base16-google-light] .hljs::selection {
  background-color: #c5c8c6;
  color: #373b41;
}
[theme=base16-google-light] .hljs-comment {
  color: #b4b7b4;
}
[theme=base16-google-light] .hljs-tag {
  color: #969896;
}
[theme=base16-google-light] .hljs-operator, [theme=base16-google-light] .hljs-punctuation, [theme=base16-google-light] .hljs-subst {
  color: #373b41;
}
[theme=base16-google-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-light] .hljs-bullet, [theme=base16-google-light] .hljs-deletion, [theme=base16-google-light] .hljs-name, [theme=base16-google-light] .hljs-selector-tag, [theme=base16-google-light] .hljs-template-variable, [theme=base16-google-light] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-light] .hljs-attr, [theme=base16-google-light] .hljs-link, [theme=base16-google-light] .hljs-literal, [theme=base16-google-light] .hljs-number, [theme=base16-google-light] .hljs-symbol, [theme=base16-google-light] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-light] .hljs-class .hljs-title, [theme=base16-google-light] .hljs-title, [theme=base16-google-light] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-light] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-light] .hljs-addition, [theme=base16-google-light] .hljs-code, [theme=base16-google-light] .hljs-string, [theme=base16-google-light] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-light] .hljs-attribute, [theme=base16-google-light] .hljs-built_in, [theme=base16-google-light] .hljs-doctag, [theme=base16-google-light] .hljs-function .hljs-title, [theme=base16-google-light] .hljs-keyword.hljs-atrule, [theme=base16-google-light] .hljs-quote, [theme=base16-google-light] .hljs-regexp, [theme=base16-google-light] .hljs-section, [theme=base16-google-light] .hljs-title.function_, [theme=base16-google-light] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-light] .diff .hljs-meta, [theme=base16-google-light] .hljs-keyword, [theme=base16-google-light] .hljs-template-tag, [theme=base16-google-light] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-light] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-light] .hljs-meta, [theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-dark] {
  /*!
    Theme: Grayscale Dark
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-dark] .hljs {
  color: #b9b9b9;
  background: #101010;
}
[theme=base16-grayscale-dark] .hljs ::selection, [theme=base16-grayscale-dark] .hljs::selection {
  background-color: #464646;
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-comment {
  color: #525252;
}
[theme=base16-grayscale-dark] .hljs-tag {
  color: #ababab;
}
[theme=base16-grayscale-dark] .hljs-operator, [theme=base16-grayscale-dark] .hljs-punctuation, [theme=base16-grayscale-dark] .hljs-subst {
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-dark] .hljs-bullet, [theme=base16-grayscale-dark] .hljs-deletion, [theme=base16-grayscale-dark] .hljs-name, [theme=base16-grayscale-dark] .hljs-selector-tag, [theme=base16-grayscale-dark] .hljs-template-variable, [theme=base16-grayscale-dark] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-dark] .hljs-attr, [theme=base16-grayscale-dark] .hljs-link, [theme=base16-grayscale-dark] .hljs-literal, [theme=base16-grayscale-dark] .hljs-number, [theme=base16-grayscale-dark] .hljs-symbol, [theme=base16-grayscale-dark] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-dark] .hljs-class .hljs-title, [theme=base16-grayscale-dark] .hljs-title, [theme=base16-grayscale-dark] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-addition, [theme=base16-grayscale-dark] .hljs-code, [theme=base16-grayscale-dark] .hljs-string, [theme=base16-grayscale-dark] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-dark] .hljs-built_in, [theme=base16-grayscale-dark] .hljs-doctag, [theme=base16-grayscale-dark] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-dark] .hljs-quote, [theme=base16-grayscale-dark] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-dark] .hljs-attribute, [theme=base16-grayscale-dark] .hljs-function .hljs-title, [theme=base16-grayscale-dark] .hljs-section, [theme=base16-grayscale-dark] .hljs-title.function_, [theme=base16-grayscale-dark] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-dark] .diff .hljs-meta, [theme=base16-grayscale-dark] .hljs-keyword, [theme=base16-grayscale-dark] .hljs-template-tag, [theme=base16-grayscale-dark] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-dark] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-dark] .hljs-meta, [theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-light] {
  /*!
    Theme: Grayscale Light
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-light] .hljs {
  color: #464646;
  background: #f7f7f7;
}
[theme=base16-grayscale-light] .hljs ::selection, [theme=base16-grayscale-light] .hljs::selection {
  background-color: #b9b9b9;
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-comment {
  color: #ababab;
}
[theme=base16-grayscale-light] .hljs-tag {
  color: #525252;
}
[theme=base16-grayscale-light] .hljs-operator, [theme=base16-grayscale-light] .hljs-punctuation, [theme=base16-grayscale-light] .hljs-subst {
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-light] .hljs-bullet, [theme=base16-grayscale-light] .hljs-deletion, [theme=base16-grayscale-light] .hljs-name, [theme=base16-grayscale-light] .hljs-selector-tag, [theme=base16-grayscale-light] .hljs-template-variable, [theme=base16-grayscale-light] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-light] .hljs-attr, [theme=base16-grayscale-light] .hljs-link, [theme=base16-grayscale-light] .hljs-literal, [theme=base16-grayscale-light] .hljs-number, [theme=base16-grayscale-light] .hljs-symbol, [theme=base16-grayscale-light] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-light] .hljs-class .hljs-title, [theme=base16-grayscale-light] .hljs-title, [theme=base16-grayscale-light] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-addition, [theme=base16-grayscale-light] .hljs-code, [theme=base16-grayscale-light] .hljs-string, [theme=base16-grayscale-light] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-light] .hljs-built_in, [theme=base16-grayscale-light] .hljs-doctag, [theme=base16-grayscale-light] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-light] .hljs-quote, [theme=base16-grayscale-light] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-light] .hljs-attribute, [theme=base16-grayscale-light] .hljs-function .hljs-title, [theme=base16-grayscale-light] .hljs-section, [theme=base16-grayscale-light] .hljs-title.function_, [theme=base16-grayscale-light] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-light] .diff .hljs-meta, [theme=base16-grayscale-light] .hljs-keyword, [theme=base16-grayscale-light] .hljs-template-tag, [theme=base16-grayscale-light] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-light] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-light] .hljs-meta, [theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-green-screen] {
  /*!
    Theme: Green Screen
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-green-screen] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-green-screen] code.hljs {
  padding: 3px 5px;
}
[theme=base16-green-screen] .hljs {
  color: #0b0;
  background: #010;
}
[theme=base16-green-screen] .hljs ::selection, [theme=base16-green-screen] .hljs::selection {
  background-color: #050;
  color: #0b0;
}
[theme=base16-green-screen] .hljs-comment {
  color: #070;
}
[theme=base16-green-screen] .hljs-tag {
  color: #090;
}
[theme=base16-green-screen] .hljs-operator, [theme=base16-green-screen] .hljs-punctuation, [theme=base16-green-screen] .hljs-subst {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-green-screen] .hljs-bullet, [theme=base16-green-screen] .hljs-deletion, [theme=base16-green-screen] .hljs-name, [theme=base16-green-screen] .hljs-selector-tag, [theme=base16-green-screen] .hljs-template-variable, [theme=base16-green-screen] .hljs-variable {
  color: #070;
}
[theme=base16-green-screen] .hljs-attr, [theme=base16-green-screen] .hljs-link, [theme=base16-green-screen] .hljs-literal, [theme=base16-green-screen] .hljs-number, [theme=base16-green-screen] .hljs-symbol, [theme=base16-green-screen] .hljs-variable.constant_ {
  color: #090;
}
[theme=base16-green-screen] .hljs-class .hljs-title, [theme=base16-green-screen] .hljs-title, [theme=base16-green-screen] .hljs-title.class_ {
  color: #070;
}
[theme=base16-green-screen] .hljs-strong {
  font-weight: 700;
  color: #070;
}
[theme=base16-green-screen] .hljs-addition, [theme=base16-green-screen] .hljs-code, [theme=base16-green-screen] .hljs-string, [theme=base16-green-screen] .hljs-title.class_.inherited__ {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-built_in, [theme=base16-green-screen] .hljs-doctag, [theme=base16-green-screen] .hljs-keyword.hljs-atrule, [theme=base16-green-screen] .hljs-quote, [theme=base16-green-screen] .hljs-regexp {
  color: #050;
}
[theme=base16-green-screen] .hljs-attribute, [theme=base16-green-screen] .hljs-function .hljs-title, [theme=base16-green-screen] .hljs-section, [theme=base16-green-screen] .hljs-title.function_, [theme=base16-green-screen] .ruby .hljs-property {
  color: #090;
}
[theme=base16-green-screen] .diff .hljs-meta, [theme=base16-green-screen] .hljs-keyword, [theme=base16-green-screen] .hljs-template-tag, [theme=base16-green-screen] .hljs-type {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-emphasis {
  color: #0b0;
  font-style: italic;
}
[theme=base16-green-screen] .hljs-meta, [theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta .hljs-string {
  color: #050;
}
[theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-hard] {
  /*!
    Theme: Gruvbox dark, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-hard] .hljs {
  color: #d5c4a1;
  background: #1d2021;
}
[theme=base16-gruvbox-dark-hard] .hljs ::selection, [theme=base16-gruvbox-dark-hard] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-hard] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator, [theme=base16-gruvbox-dark-hard] .hljs-punctuation, [theme=base16-gruvbox-dark-hard] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-hard] .hljs-bullet, [theme=base16-gruvbox-dark-hard] .hljs-deletion, [theme=base16-gruvbox-dark-hard] .hljs-name, [theme=base16-gruvbox-dark-hard] .hljs-selector-tag, [theme=base16-gruvbox-dark-hard] .hljs-template-variable, [theme=base16-gruvbox-dark-hard] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-hard] .hljs-attr, [theme=base16-gruvbox-dark-hard] .hljs-link, [theme=base16-gruvbox-dark-hard] .hljs-literal, [theme=base16-gruvbox-dark-hard] .hljs-number, [theme=base16-gruvbox-dark-hard] .hljs-symbol, [theme=base16-gruvbox-dark-hard] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-addition, [theme=base16-gruvbox-dark-hard] .hljs-code, [theme=base16-gruvbox-dark-hard] .hljs-string, [theme=base16-gruvbox-dark-hard] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-hard] .hljs-built_in, [theme=base16-gruvbox-dark-hard] .hljs-doctag, [theme=base16-gruvbox-dark-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-hard] .hljs-quote, [theme=base16-gruvbox-dark-hard] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-hard] .hljs-attribute, [theme=base16-gruvbox-dark-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-section, [theme=base16-gruvbox-dark-hard] .hljs-title.function_, [theme=base16-gruvbox-dark-hard] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-hard] .diff .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-template-tag, [theme=base16-gruvbox-dark-hard] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-hard] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-medium] {
  /*!
    Theme: Gruvbox dark, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-medium] .hljs {
  color: #d5c4a1;
  background: #282828;
}
[theme=base16-gruvbox-dark-medium] .hljs ::selection, [theme=base16-gruvbox-dark-medium] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-medium] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator, [theme=base16-gruvbox-dark-medium] .hljs-punctuation, [theme=base16-gruvbox-dark-medium] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-medium] .hljs-bullet, [theme=base16-gruvbox-dark-medium] .hljs-deletion, [theme=base16-gruvbox-dark-medium] .hljs-name, [theme=base16-gruvbox-dark-medium] .hljs-selector-tag, [theme=base16-gruvbox-dark-medium] .hljs-template-variable, [theme=base16-gruvbox-dark-medium] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-medium] .hljs-attr, [theme=base16-gruvbox-dark-medium] .hljs-link, [theme=base16-gruvbox-dark-medium] .hljs-literal, [theme=base16-gruvbox-dark-medium] .hljs-number, [theme=base16-gruvbox-dark-medium] .hljs-symbol, [theme=base16-gruvbox-dark-medium] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-addition, [theme=base16-gruvbox-dark-medium] .hljs-code, [theme=base16-gruvbox-dark-medium] .hljs-string, [theme=base16-gruvbox-dark-medium] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-medium] .hljs-built_in, [theme=base16-gruvbox-dark-medium] .hljs-doctag, [theme=base16-gruvbox-dark-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-medium] .hljs-quote, [theme=base16-gruvbox-dark-medium] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-medium] .hljs-attribute, [theme=base16-gruvbox-dark-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-section, [theme=base16-gruvbox-dark-medium] .hljs-title.function_, [theme=base16-gruvbox-dark-medium] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-medium] .diff .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-template-tag, [theme=base16-gruvbox-dark-medium] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-medium] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-pale] {
  /*!
    Theme: Gruvbox dark, pale
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-pale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-pale] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-pale] .hljs {
  color: #dab997;
  background: #262626;
}
[theme=base16-gruvbox-dark-pale] .hljs ::selection, [theme=base16-gruvbox-dark-pale] .hljs::selection {
  background-color: #4e4e4e;
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-comment {
  color: #8a8a8a;
}
[theme=base16-gruvbox-dark-pale] .hljs-tag {
  color: #949494;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator, [theme=base16-gruvbox-dark-pale] .hljs-punctuation, [theme=base16-gruvbox-dark-pale] .hljs-subst {
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-pale] .hljs-bullet, [theme=base16-gruvbox-dark-pale] .hljs-deletion, [theme=base16-gruvbox-dark-pale] .hljs-name, [theme=base16-gruvbox-dark-pale] .hljs-selector-tag, [theme=base16-gruvbox-dark-pale] .hljs-template-variable, [theme=base16-gruvbox-dark-pale] .hljs-variable {
  color: #d75f5f;
}
[theme=base16-gruvbox-dark-pale] .hljs-attr, [theme=base16-gruvbox-dark-pale] .hljs-link, [theme=base16-gruvbox-dark-pale] .hljs-literal, [theme=base16-gruvbox-dark-pale] .hljs-number, [theme=base16-gruvbox-dark-pale] .hljs-symbol, [theme=base16-gruvbox-dark-pale] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-gruvbox-dark-pale] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title.class_ {
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-strong {
  font-weight: 700;
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-addition, [theme=base16-gruvbox-dark-pale] .hljs-code, [theme=base16-gruvbox-dark-pale] .hljs-string, [theme=base16-gruvbox-dark-pale] .hljs-title.class_.inherited__ {
  color: #afaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-built_in, [theme=base16-gruvbox-dark-pale] .hljs-doctag, [theme=base16-gruvbox-dark-pale] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-pale] .hljs-quote, [theme=base16-gruvbox-dark-pale] .hljs-regexp {
  color: #85ad85;
}
[theme=base16-gruvbox-dark-pale] .hljs-attribute, [theme=base16-gruvbox-dark-pale] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-section, [theme=base16-gruvbox-dark-pale] .hljs-title.function_, [theme=base16-gruvbox-dark-pale] .ruby .hljs-property {
  color: #83adad;
}
[theme=base16-gruvbox-dark-pale] .diff .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-template-tag, [theme=base16-gruvbox-dark-pale] .hljs-type {
  color: #d485ad;
}
[theme=base16-gruvbox-dark-pale] .hljs-emphasis {
  color: #d485ad;
  font-style: italic;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-soft] {
  /*!
    Theme: Gruvbox dark, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-soft] .hljs {
  color: #d5c4a1;
  background: #32302f;
}
[theme=base16-gruvbox-dark-soft] .hljs ::selection, [theme=base16-gruvbox-dark-soft] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-soft] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator, [theme=base16-gruvbox-dark-soft] .hljs-punctuation, [theme=base16-gruvbox-dark-soft] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-soft] .hljs-bullet, [theme=base16-gruvbox-dark-soft] .hljs-deletion, [theme=base16-gruvbox-dark-soft] .hljs-name, [theme=base16-gruvbox-dark-soft] .hljs-selector-tag, [theme=base16-gruvbox-dark-soft] .hljs-template-variable, [theme=base16-gruvbox-dark-soft] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-soft] .hljs-attr, [theme=base16-gruvbox-dark-soft] .hljs-link, [theme=base16-gruvbox-dark-soft] .hljs-literal, [theme=base16-gruvbox-dark-soft] .hljs-number, [theme=base16-gruvbox-dark-soft] .hljs-symbol, [theme=base16-gruvbox-dark-soft] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-addition, [theme=base16-gruvbox-dark-soft] .hljs-code, [theme=base16-gruvbox-dark-soft] .hljs-string, [theme=base16-gruvbox-dark-soft] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-soft] .hljs-built_in, [theme=base16-gruvbox-dark-soft] .hljs-doctag, [theme=base16-gruvbox-dark-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-soft] .hljs-quote, [theme=base16-gruvbox-dark-soft] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-soft] .hljs-attribute, [theme=base16-gruvbox-dark-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-section, [theme=base16-gruvbox-dark-soft] .hljs-title.function_, [theme=base16-gruvbox-dark-soft] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-soft] .diff .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-template-tag, [theme=base16-gruvbox-dark-soft] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-soft] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-hard] {
  /*!
    Theme: Gruvbox light, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-hard] .hljs {
  color: #504945;
  background: #f9f5d7;
}
[theme=base16-gruvbox-light-hard] .hljs ::selection, [theme=base16-gruvbox-light-hard] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-hard] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-hard] .hljs-operator, [theme=base16-gruvbox-light-hard] .hljs-punctuation, [theme=base16-gruvbox-light-hard] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-hard] .hljs-bullet, [theme=base16-gruvbox-light-hard] .hljs-deletion, [theme=base16-gruvbox-light-hard] .hljs-name, [theme=base16-gruvbox-light-hard] .hljs-selector-tag, [theme=base16-gruvbox-light-hard] .hljs-template-variable, [theme=base16-gruvbox-light-hard] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-hard] .hljs-attr, [theme=base16-gruvbox-light-hard] .hljs-link, [theme=base16-gruvbox-light-hard] .hljs-literal, [theme=base16-gruvbox-light-hard] .hljs-number, [theme=base16-gruvbox-light-hard] .hljs-symbol, [theme=base16-gruvbox-light-hard] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-addition, [theme=base16-gruvbox-light-hard] .hljs-code, [theme=base16-gruvbox-light-hard] .hljs-string, [theme=base16-gruvbox-light-hard] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-hard] .hljs-built_in, [theme=base16-gruvbox-light-hard] .hljs-doctag, [theme=base16-gruvbox-light-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-hard] .hljs-quote, [theme=base16-gruvbox-light-hard] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-hard] .hljs-attribute, [theme=base16-gruvbox-light-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-section, [theme=base16-gruvbox-light-hard] .hljs-title.function_, [theme=base16-gruvbox-light-hard] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-hard] .diff .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-template-tag, [theme=base16-gruvbox-light-hard] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-hard] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-hard] .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-medium] {
  /*!
    Theme: Gruvbox light, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-medium] .hljs {
  color: #504945;
  background: #fbf1c7;
}
[theme=base16-gruvbox-light-medium] .hljs ::selection, [theme=base16-gruvbox-light-medium] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-medium] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-medium] .hljs-operator, [theme=base16-gruvbox-light-medium] .hljs-punctuation, [theme=base16-gruvbox-light-medium] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-medium] .hljs-bullet, [theme=base16-gruvbox-light-medium] .hljs-deletion, [theme=base16-gruvbox-light-medium] .hljs-name, [theme=base16-gruvbox-light-medium] .hljs-selector-tag, [theme=base16-gruvbox-light-medium] .hljs-template-variable, [theme=base16-gruvbox-light-medium] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-medium] .hljs-attr, [theme=base16-gruvbox-light-medium] .hljs-link, [theme=base16-gruvbox-light-medium] .hljs-literal, [theme=base16-gruvbox-light-medium] .hljs-number, [theme=base16-gruvbox-light-medium] .hljs-symbol, [theme=base16-gruvbox-light-medium] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-addition, [theme=base16-gruvbox-light-medium] .hljs-code, [theme=base16-gruvbox-light-medium] .hljs-string, [theme=base16-gruvbox-light-medium] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-medium] .hljs-built_in, [theme=base16-gruvbox-light-medium] .hljs-doctag, [theme=base16-gruvbox-light-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-medium] .hljs-quote, [theme=base16-gruvbox-light-medium] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-medium] .hljs-attribute, [theme=base16-gruvbox-light-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-section, [theme=base16-gruvbox-light-medium] .hljs-title.function_, [theme=base16-gruvbox-light-medium] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-medium] .diff .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-template-tag, [theme=base16-gruvbox-light-medium] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-medium] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-medium] .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-soft] {
  /*!
    Theme: Gruvbox light, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-soft] .hljs {
  color: #504945;
  background: #f2e5bc;
}
[theme=base16-gruvbox-light-soft] .hljs ::selection, [theme=base16-gruvbox-light-soft] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-soft] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-soft] .hljs-operator, [theme=base16-gruvbox-light-soft] .hljs-punctuation, [theme=base16-gruvbox-light-soft] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-soft] .hljs-bullet, [theme=base16-gruvbox-light-soft] .hljs-deletion, [theme=base16-gruvbox-light-soft] .hljs-name, [theme=base16-gruvbox-light-soft] .hljs-selector-tag, [theme=base16-gruvbox-light-soft] .hljs-template-variable, [theme=base16-gruvbox-light-soft] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-soft] .hljs-attr, [theme=base16-gruvbox-light-soft] .hljs-link, [theme=base16-gruvbox-light-soft] .hljs-literal, [theme=base16-gruvbox-light-soft] .hljs-number, [theme=base16-gruvbox-light-soft] .hljs-symbol, [theme=base16-gruvbox-light-soft] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-addition, [theme=base16-gruvbox-light-soft] .hljs-code, [theme=base16-gruvbox-light-soft] .hljs-string, [theme=base16-gruvbox-light-soft] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-soft] .hljs-built_in, [theme=base16-gruvbox-light-soft] .hljs-doctag, [theme=base16-gruvbox-light-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-soft] .hljs-quote, [theme=base16-gruvbox-light-soft] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-soft] .hljs-attribute, [theme=base16-gruvbox-light-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-section, [theme=base16-gruvbox-light-soft] .hljs-title.function_, [theme=base16-gruvbox-light-soft] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-soft] .diff .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-template-tag, [theme=base16-gruvbox-light-soft] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-soft] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-soft] .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hardcore] {
  /*!
    Theme: Hardcore
    Author: Chris Caller
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hardcore] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hardcore] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hardcore] .hljs {
  color: #cdcdcd;
  background: #212121;
}
[theme=base16-hardcore] .hljs ::selection, [theme=base16-hardcore] .hljs::selection {
  background-color: #353535;
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-hardcore] .hljs-tag {
  color: #707070;
}
[theme=base16-hardcore] .hljs-operator, [theme=base16-hardcore] .hljs-punctuation, [theme=base16-hardcore] .hljs-subst {
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hardcore] .hljs-bullet, [theme=base16-hardcore] .hljs-deletion, [theme=base16-hardcore] .hljs-name, [theme=base16-hardcore] .hljs-selector-tag, [theme=base16-hardcore] .hljs-template-variable, [theme=base16-hardcore] .hljs-variable {
  color: #f92672;
}
[theme=base16-hardcore] .hljs-attr, [theme=base16-hardcore] .hljs-link, [theme=base16-hardcore] .hljs-literal, [theme=base16-hardcore] .hljs-number, [theme=base16-hardcore] .hljs-symbol, [theme=base16-hardcore] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-hardcore] .hljs-class .hljs-title, [theme=base16-hardcore] .hljs-title, [theme=base16-hardcore] .hljs-title.class_ {
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-strong {
  font-weight: 700;
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-addition, [theme=base16-hardcore] .hljs-code, [theme=base16-hardcore] .hljs-string, [theme=base16-hardcore] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-hardcore] .hljs-built_in, [theme=base16-hardcore] .hljs-doctag, [theme=base16-hardcore] .hljs-keyword.hljs-atrule, [theme=base16-hardcore] .hljs-quote, [theme=base16-hardcore] .hljs-regexp {
  color: #708387;
}
[theme=base16-hardcore] .hljs-attribute, [theme=base16-hardcore] .hljs-function .hljs-title, [theme=base16-hardcore] .hljs-section, [theme=base16-hardcore] .hljs-title.function_, [theme=base16-hardcore] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-hardcore] .diff .hljs-meta, [theme=base16-hardcore] .hljs-keyword, [theme=base16-hardcore] .hljs-template-tag, [theme=base16-hardcore] .hljs-type {
  color: #9e6ffe;
}
[theme=base16-hardcore] .hljs-emphasis {
  color: #9e6ffe;
  font-style: italic;
}
[theme=base16-hardcore] .hljs-meta, [theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta .hljs-string {
  color: #e8b882;
}
[theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-dark] {
  /*!
    Theme: Harmonic16 Dark
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-dark] .hljs {
  color: #cbd6e2;
  background: #0b1c2c;
}
[theme=base16-harmonic16-dark] .hljs ::selection, [theme=base16-harmonic16-dark] .hljs::selection {
  background-color: #405c79;
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-comment {
  color: #627e99;
}
[theme=base16-harmonic16-dark] .hljs-tag {
  color: #aabcce;
}
[theme=base16-harmonic16-dark] .hljs-operator, [theme=base16-harmonic16-dark] .hljs-punctuation, [theme=base16-harmonic16-dark] .hljs-subst {
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-dark] .hljs-bullet, [theme=base16-harmonic16-dark] .hljs-deletion, [theme=base16-harmonic16-dark] .hljs-name, [theme=base16-harmonic16-dark] .hljs-selector-tag, [theme=base16-harmonic16-dark] .hljs-template-variable, [theme=base16-harmonic16-dark] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-dark] .hljs-attr, [theme=base16-harmonic16-dark] .hljs-link, [theme=base16-harmonic16-dark] .hljs-literal, [theme=base16-harmonic16-dark] .hljs-number, [theme=base16-harmonic16-dark] .hljs-symbol, [theme=base16-harmonic16-dark] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-dark] .hljs-class .hljs-title, [theme=base16-harmonic16-dark] .hljs-title, [theme=base16-harmonic16-dark] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-addition, [theme=base16-harmonic16-dark] .hljs-code, [theme=base16-harmonic16-dark] .hljs-string, [theme=base16-harmonic16-dark] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-dark] .hljs-built_in, [theme=base16-harmonic16-dark] .hljs-doctag, [theme=base16-harmonic16-dark] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-dark] .hljs-quote, [theme=base16-harmonic16-dark] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-dark] .hljs-attribute, [theme=base16-harmonic16-dark] .hljs-function .hljs-title, [theme=base16-harmonic16-dark] .hljs-section, [theme=base16-harmonic16-dark] .hljs-title.function_, [theme=base16-harmonic16-dark] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-dark] .diff .hljs-meta, [theme=base16-harmonic16-dark] .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-template-tag, [theme=base16-harmonic16-dark] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-dark] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-dark] .hljs-meta, [theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-light] {
  /*!
    Theme: Harmonic16 Light
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-light] .hljs {
  color: #405c79;
  background: #f7f9fb;
}
[theme=base16-harmonic16-light] .hljs ::selection, [theme=base16-harmonic16-light] .hljs::selection {
  background-color: #cbd6e2;
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-comment {
  color: #aabcce;
}
[theme=base16-harmonic16-light] .hljs-tag {
  color: #627e99;
}
[theme=base16-harmonic16-light] .hljs-operator, [theme=base16-harmonic16-light] .hljs-punctuation, [theme=base16-harmonic16-light] .hljs-subst {
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-light] .hljs-bullet, [theme=base16-harmonic16-light] .hljs-deletion, [theme=base16-harmonic16-light] .hljs-name, [theme=base16-harmonic16-light] .hljs-selector-tag, [theme=base16-harmonic16-light] .hljs-template-variable, [theme=base16-harmonic16-light] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-light] .hljs-attr, [theme=base16-harmonic16-light] .hljs-link, [theme=base16-harmonic16-light] .hljs-literal, [theme=base16-harmonic16-light] .hljs-number, [theme=base16-harmonic16-light] .hljs-symbol, [theme=base16-harmonic16-light] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-light] .hljs-class .hljs-title, [theme=base16-harmonic16-light] .hljs-title, [theme=base16-harmonic16-light] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-addition, [theme=base16-harmonic16-light] .hljs-code, [theme=base16-harmonic16-light] .hljs-string, [theme=base16-harmonic16-light] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-light] .hljs-built_in, [theme=base16-harmonic16-light] .hljs-doctag, [theme=base16-harmonic16-light] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-light] .hljs-quote, [theme=base16-harmonic16-light] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-light] .hljs-attribute, [theme=base16-harmonic16-light] .hljs-function .hljs-title, [theme=base16-harmonic16-light] .hljs-section, [theme=base16-harmonic16-light] .hljs-title.function_, [theme=base16-harmonic16-light] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-light] .diff .hljs-meta, [theme=base16-harmonic16-light] .hljs-keyword, [theme=base16-harmonic16-light] .hljs-template-tag, [theme=base16-harmonic16-light] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-light] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-light] .hljs-meta, [theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-dark] {
  /*!
    Theme: Heetch Dark
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-dark] .hljs {
  color: #bdb6c5;
  background: #190134;
}
[theme=base16-heetch-dark] .hljs ::selection, [theme=base16-heetch-dark] .hljs::selection {
  background-color: #5a496e;
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-comment {
  color: #7b6d8b;
}
[theme=base16-heetch-dark] .hljs-tag {
  color: #9c92a8;
}
[theme=base16-heetch-dark] .hljs-operator, [theme=base16-heetch-dark] .hljs-punctuation, [theme=base16-heetch-dark] .hljs-subst {
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-dark] .hljs-bullet, [theme=base16-heetch-dark] .hljs-deletion, [theme=base16-heetch-dark] .hljs-name, [theme=base16-heetch-dark] .hljs-selector-tag, [theme=base16-heetch-dark] .hljs-template-variable, [theme=base16-heetch-dark] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-dark] .hljs-attr, [theme=base16-heetch-dark] .hljs-link, [theme=base16-heetch-dark] .hljs-literal, [theme=base16-heetch-dark] .hljs-number, [theme=base16-heetch-dark] .hljs-symbol, [theme=base16-heetch-dark] .hljs-variable.constant_ {
  color: #5ba2b6;
}
[theme=base16-heetch-dark] .hljs-class .hljs-title, [theme=base16-heetch-dark] .hljs-title, [theme=base16-heetch-dark] .hljs-title.class_ {
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-strong {
  font-weight: 700;
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-addition, [theme=base16-heetch-dark] .hljs-code, [theme=base16-heetch-dark] .hljs-string, [theme=base16-heetch-dark] .hljs-title.class_.inherited__ {
  color: #c33678;
}
[theme=base16-heetch-dark] .hljs-built_in, [theme=base16-heetch-dark] .hljs-doctag, [theme=base16-heetch-dark] .hljs-keyword.hljs-atrule, [theme=base16-heetch-dark] .hljs-quote, [theme=base16-heetch-dark] .hljs-regexp {
  color: #f80059;
}
[theme=base16-heetch-dark] .hljs-attribute, [theme=base16-heetch-dark] .hljs-function .hljs-title, [theme=base16-heetch-dark] .hljs-section, [theme=base16-heetch-dark] .hljs-title.function_, [theme=base16-heetch-dark] .ruby .hljs-property {
  color: #bd0152;
}
[theme=base16-heetch-dark] .diff .hljs-meta, [theme=base16-heetch-dark] .hljs-keyword, [theme=base16-heetch-dark] .hljs-template-tag, [theme=base16-heetch-dark] .hljs-type {
  color: #82034c;
}
[theme=base16-heetch-dark] .hljs-emphasis {
  color: #82034c;
  font-style: italic;
}
[theme=base16-heetch-dark] .hljs-meta, [theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta .hljs-string {
  color: #470546;
}
[theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-light] {
  /*!
    Theme: Heetch Light
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-light] .hljs {
  color: #5a496e;
  background: #feffff;
}
[theme=base16-heetch-light] .hljs ::selection, [theme=base16-heetch-light] .hljs::selection {
  background-color: #7b6d8b;
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-comment {
  color: #9c92a8;
}
[theme=base16-heetch-light] .hljs-tag {
  color: #ddd6e5;
}
[theme=base16-heetch-light] .hljs-operator, [theme=base16-heetch-light] .hljs-punctuation, [theme=base16-heetch-light] .hljs-subst {
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-light] .hljs-bullet, [theme=base16-heetch-light] .hljs-deletion, [theme=base16-heetch-light] .hljs-name, [theme=base16-heetch-light] .hljs-selector-tag, [theme=base16-heetch-light] .hljs-template-variable, [theme=base16-heetch-light] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-light] .hljs-attr, [theme=base16-heetch-light] .hljs-link, [theme=base16-heetch-light] .hljs-literal, [theme=base16-heetch-light] .hljs-number, [theme=base16-heetch-light] .hljs-symbol, [theme=base16-heetch-light] .hljs-variable.constant_ {
  color: #bdb6c5;
}
[theme=base16-heetch-light] .hljs-class .hljs-title, [theme=base16-heetch-light] .hljs-title, [theme=base16-heetch-light] .hljs-title.class_ {
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-strong {
  font-weight: 700;
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-addition, [theme=base16-heetch-light] .hljs-code, [theme=base16-heetch-light] .hljs-string, [theme=base16-heetch-light] .hljs-title.class_.inherited__ {
  color: #f80059;
}
[theme=base16-heetch-light] .hljs-built_in, [theme=base16-heetch-light] .hljs-doctag, [theme=base16-heetch-light] .hljs-keyword.hljs-atrule, [theme=base16-heetch-light] .hljs-quote, [theme=base16-heetch-light] .hljs-regexp {
  color: #c33678;
}
[theme=base16-heetch-light] .hljs-attribute, [theme=base16-heetch-light] .hljs-function .hljs-title, [theme=base16-heetch-light] .hljs-section, [theme=base16-heetch-light] .hljs-title.function_, [theme=base16-heetch-light] .ruby .hljs-property {
  color: #47f9f5;
}
[theme=base16-heetch-light] .diff .hljs-meta, [theme=base16-heetch-light] .hljs-keyword, [theme=base16-heetch-light] .hljs-template-tag, [theme=base16-heetch-light] .hljs-type {
  color: #bd0152;
}
[theme=base16-heetch-light] .hljs-emphasis {
  color: #bd0152;
  font-style: italic;
}
[theme=base16-heetch-light] .hljs-meta, [theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta .hljs-string {
  color: #dedae2;
}
[theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-helios] {
  /*!
    Theme: Helios
    Author: Alex Meyer (https://github.com/reyemxela)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-helios] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-helios] code.hljs {
  padding: 3px 5px;
}
[theme=base16-helios] .hljs {
  color: #d5d5d5;
  background: #1d2021;
}
[theme=base16-helios] .hljs ::selection, [theme=base16-helios] .hljs::selection {
  background-color: #53585b;
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-comment {
  color: #6f7579;
}
[theme=base16-helios] .hljs-tag {
  color: #cdcdcd;
}
[theme=base16-helios] .hljs-operator, [theme=base16-helios] .hljs-punctuation, [theme=base16-helios] .hljs-subst {
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-helios] .hljs-bullet, [theme=base16-helios] .hljs-deletion, [theme=base16-helios] .hljs-name, [theme=base16-helios] .hljs-selector-tag, [theme=base16-helios] .hljs-template-variable, [theme=base16-helios] .hljs-variable {
  color: #d72638;
}
[theme=base16-helios] .hljs-attr, [theme=base16-helios] .hljs-link, [theme=base16-helios] .hljs-literal, [theme=base16-helios] .hljs-number, [theme=base16-helios] .hljs-symbol, [theme=base16-helios] .hljs-variable.constant_ {
  color: #eb8413;
}
[theme=base16-helios] .hljs-class .hljs-title, [theme=base16-helios] .hljs-title, [theme=base16-helios] .hljs-title.class_ {
  color: #f19d1a;
}
[theme=base16-helios] .hljs-strong {
  font-weight: 700;
  color: #f19d1a;
}
[theme=base16-helios] .hljs-addition, [theme=base16-helios] .hljs-code, [theme=base16-helios] .hljs-string, [theme=base16-helios] .hljs-title.class_.inherited__ {
  color: #88b92d;
}
[theme=base16-helios] .hljs-built_in, [theme=base16-helios] .hljs-doctag, [theme=base16-helios] .hljs-keyword.hljs-atrule, [theme=base16-helios] .hljs-quote, [theme=base16-helios] .hljs-regexp {
  color: #1ba595;
}
[theme=base16-helios] .hljs-attribute, [theme=base16-helios] .hljs-function .hljs-title, [theme=base16-helios] .hljs-section, [theme=base16-helios] .hljs-title.function_, [theme=base16-helios] .ruby .hljs-property {
  color: #1e8bac;
}
[theme=base16-helios] .diff .hljs-meta, [theme=base16-helios] .hljs-keyword, [theme=base16-helios] .hljs-template-tag, [theme=base16-helios] .hljs-type {
  color: #be4264;
}
[theme=base16-helios] .hljs-emphasis {
  color: #be4264;
  font-style: italic;
}
[theme=base16-helios] .hljs-meta, [theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta .hljs-string {
  color: #c85e0d;
}
[theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hopscotch] {
  /*!
    Theme: Hopscotch
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hopscotch] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hopscotch] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hopscotch] .hljs {
  color: #b9b5b8;
  background: #322931;
}
[theme=base16-hopscotch] .hljs ::selection, [theme=base16-hopscotch] .hljs::selection {
  background-color: #5c545b;
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-comment {
  color: #797379;
}
[theme=base16-hopscotch] .hljs-tag {
  color: #989498;
}
[theme=base16-hopscotch] .hljs-operator, [theme=base16-hopscotch] .hljs-punctuation, [theme=base16-hopscotch] .hljs-subst {
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hopscotch] .hljs-bullet, [theme=base16-hopscotch] .hljs-deletion, [theme=base16-hopscotch] .hljs-name, [theme=base16-hopscotch] .hljs-selector-tag, [theme=base16-hopscotch] .hljs-template-variable, [theme=base16-hopscotch] .hljs-variable {
  color: #dd464c;
}
[theme=base16-hopscotch] .hljs-attr, [theme=base16-hopscotch] .hljs-link, [theme=base16-hopscotch] .hljs-literal, [theme=base16-hopscotch] .hljs-number, [theme=base16-hopscotch] .hljs-symbol, [theme=base16-hopscotch] .hljs-variable.constant_ {
  color: #fd8b19;
}
[theme=base16-hopscotch] .hljs-class .hljs-title, [theme=base16-hopscotch] .hljs-title, [theme=base16-hopscotch] .hljs-title.class_ {
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-strong {
  font-weight: 700;
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-addition, [theme=base16-hopscotch] .hljs-code, [theme=base16-hopscotch] .hljs-string, [theme=base16-hopscotch] .hljs-title.class_.inherited__ {
  color: #8fc13e;
}
[theme=base16-hopscotch] .hljs-built_in, [theme=base16-hopscotch] .hljs-doctag, [theme=base16-hopscotch] .hljs-keyword.hljs-atrule, [theme=base16-hopscotch] .hljs-quote, [theme=base16-hopscotch] .hljs-regexp {
  color: #149b93;
}
[theme=base16-hopscotch] .hljs-attribute, [theme=base16-hopscotch] .hljs-function .hljs-title, [theme=base16-hopscotch] .hljs-section, [theme=base16-hopscotch] .hljs-title.function_, [theme=base16-hopscotch] .ruby .hljs-property {
  color: #1290bf;
}
[theme=base16-hopscotch] .diff .hljs-meta, [theme=base16-hopscotch] .hljs-keyword, [theme=base16-hopscotch] .hljs-template-tag, [theme=base16-hopscotch] .hljs-type {
  color: #c85e7c;
}
[theme=base16-hopscotch] .hljs-emphasis {
  color: #c85e7c;
  font-style: italic;
}
[theme=base16-hopscotch] .hljs-meta, [theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta .hljs-string {
  color: #b33508;
}
[theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-dark] {
  /*!
    Theme: Horizon Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-dark] .hljs {
  color: #cbced0;
  background: #1c1e26;
}
[theme=base16-horizon-dark] .hljs ::selection, [theme=base16-horizon-dark] .hljs::selection {
  background-color: #2e303e;
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-comment {
  color: #6f6f70;
}
[theme=base16-horizon-dark] .hljs-tag {
  color: #9da0a2;
}
[theme=base16-horizon-dark] .hljs-operator, [theme=base16-horizon-dark] .hljs-punctuation, [theme=base16-horizon-dark] .hljs-subst {
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-dark] .hljs-bullet, [theme=base16-horizon-dark] .hljs-deletion, [theme=base16-horizon-dark] .hljs-name, [theme=base16-horizon-dark] .hljs-selector-tag, [theme=base16-horizon-dark] .hljs-template-variable, [theme=base16-horizon-dark] .hljs-variable {
  color: #e93c58;
}
[theme=base16-horizon-dark] .hljs-attr, [theme=base16-horizon-dark] .hljs-link, [theme=base16-horizon-dark] .hljs-literal, [theme=base16-horizon-dark] .hljs-number, [theme=base16-horizon-dark] .hljs-symbol, [theme=base16-horizon-dark] .hljs-variable.constant_ {
  color: #e58d7d;
}
[theme=base16-horizon-dark] .hljs-class .hljs-title, [theme=base16-horizon-dark] .hljs-title, [theme=base16-horizon-dark] .hljs-title.class_ {
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-strong {
  font-weight: 700;
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-addition, [theme=base16-horizon-dark] .hljs-code, [theme=base16-horizon-dark] .hljs-string, [theme=base16-horizon-dark] .hljs-title.class_.inherited__ {
  color: #efaf8e;
}
[theme=base16-horizon-dark] .hljs-built_in, [theme=base16-horizon-dark] .hljs-doctag, [theme=base16-horizon-dark] .hljs-keyword.hljs-atrule, [theme=base16-horizon-dark] .hljs-quote, [theme=base16-horizon-dark] .hljs-regexp {
  color: #24a8b4;
}
[theme=base16-horizon-dark] .hljs-attribute, [theme=base16-horizon-dark] .hljs-function .hljs-title, [theme=base16-horizon-dark] .hljs-section, [theme=base16-horizon-dark] .hljs-title.function_, [theme=base16-horizon-dark] .ruby .hljs-property {
  color: #df5273;
}
[theme=base16-horizon-dark] .diff .hljs-meta, [theme=base16-horizon-dark] .hljs-keyword, [theme=base16-horizon-dark] .hljs-template-tag, [theme=base16-horizon-dark] .hljs-type {
  color: #b072d1;
}
[theme=base16-horizon-dark] .hljs-emphasis {
  color: #b072d1;
  font-style: italic;
}
[theme=base16-horizon-dark] .hljs-meta, [theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta .hljs-string {
  color: #e4a382;
}
[theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-light] {
  /*!
    Theme: Horizon Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-light] .hljs {
  color: #403c3d;
  background: #fdf0ed;
}
[theme=base16-horizon-light] .hljs ::selection, [theme=base16-horizon-light] .hljs::selection {
  background-color: #f9cbbe;
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-comment {
  color: #bdb3b1;
}
[theme=base16-horizon-light] .hljs-tag {
  color: #948c8a;
}
[theme=base16-horizon-light] .hljs-operator, [theme=base16-horizon-light] .hljs-punctuation, [theme=base16-horizon-light] .hljs-subst {
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-light] .hljs-bullet, [theme=base16-horizon-light] .hljs-deletion, [theme=base16-horizon-light] .hljs-name, [theme=base16-horizon-light] .hljs-selector-tag, [theme=base16-horizon-light] .hljs-template-variable, [theme=base16-horizon-light] .hljs-variable {
  color: #e95678;
}
[theme=base16-horizon-light] .hljs-attr, [theme=base16-horizon-light] .hljs-link, [theme=base16-horizon-light] .hljs-literal, [theme=base16-horizon-light] .hljs-number, [theme=base16-horizon-light] .hljs-symbol, [theme=base16-horizon-light] .hljs-variable.constant_ {
  color: #f9cec3;
}
[theme=base16-horizon-light] .hljs-class .hljs-title, [theme=base16-horizon-light] .hljs-title, [theme=base16-horizon-light] .hljs-title.class_ {
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-strong {
  font-weight: 700;
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-addition, [theme=base16-horizon-light] .hljs-code, [theme=base16-horizon-light] .hljs-string, [theme=base16-horizon-light] .hljs-title.class_.inherited__ {
  color: #29d398;
}
[theme=base16-horizon-light] .hljs-built_in, [theme=base16-horizon-light] .hljs-doctag, [theme=base16-horizon-light] .hljs-keyword.hljs-atrule, [theme=base16-horizon-light] .hljs-quote, [theme=base16-horizon-light] .hljs-regexp {
  color: #59e1e3;
}
[theme=base16-horizon-light] .hljs-attribute, [theme=base16-horizon-light] .hljs-function .hljs-title, [theme=base16-horizon-light] .hljs-section, [theme=base16-horizon-light] .hljs-title.function_, [theme=base16-horizon-light] .ruby .hljs-property {
  color: #26bbd9;
}
[theme=base16-horizon-light] .diff .hljs-meta, [theme=base16-horizon-light] .hljs-keyword, [theme=base16-horizon-light] .hljs-template-tag, [theme=base16-horizon-light] .hljs-type {
  color: #ee64ac;
}
[theme=base16-horizon-light] .hljs-emphasis {
  color: #ee64ac;
  font-style: italic;
}
[theme=base16-horizon-light] .hljs-meta, [theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta .hljs-string {
  color: #f9cbbe;
}
[theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-dark] {
  /*!
    Theme: Humanoid dark
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-dark] .hljs {
  color: #f8f8f2;
  background: #232629;
}
[theme=base16-humanoid-dark] .hljs ::selection, [theme=base16-humanoid-dark] .hljs::selection {
  background-color: #484e54;
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-comment {
  color: #60615d;
}
[theme=base16-humanoid-dark] .hljs-tag {
  color: #c0c0bd;
}
[theme=base16-humanoid-dark] .hljs-operator, [theme=base16-humanoid-dark] .hljs-punctuation, [theme=base16-humanoid-dark] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-dark] .hljs-bullet, [theme=base16-humanoid-dark] .hljs-deletion, [theme=base16-humanoid-dark] .hljs-name, [theme=base16-humanoid-dark] .hljs-selector-tag, [theme=base16-humanoid-dark] .hljs-template-variable, [theme=base16-humanoid-dark] .hljs-variable {
  color: #f11235;
}
[theme=base16-humanoid-dark] .hljs-attr, [theme=base16-humanoid-dark] .hljs-link, [theme=base16-humanoid-dark] .hljs-literal, [theme=base16-humanoid-dark] .hljs-number, [theme=base16-humanoid-dark] .hljs-symbol, [theme=base16-humanoid-dark] .hljs-variable.constant_ {
  color: #ff9505;
}
[theme=base16-humanoid-dark] .hljs-class .hljs-title, [theme=base16-humanoid-dark] .hljs-title, [theme=base16-humanoid-dark] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-addition, [theme=base16-humanoid-dark] .hljs-code, [theme=base16-humanoid-dark] .hljs-string, [theme=base16-humanoid-dark] .hljs-title.class_.inherited__ {
  color: #02d849;
}
[theme=base16-humanoid-dark] .hljs-built_in, [theme=base16-humanoid-dark] .hljs-doctag, [theme=base16-humanoid-dark] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-dark] .hljs-quote, [theme=base16-humanoid-dark] .hljs-regexp {
  color: #0dd9d6;
}
[theme=base16-humanoid-dark] .hljs-attribute, [theme=base16-humanoid-dark] .hljs-function .hljs-title, [theme=base16-humanoid-dark] .hljs-section, [theme=base16-humanoid-dark] .hljs-title.function_, [theme=base16-humanoid-dark] .ruby .hljs-property {
  color: #00a6fb;
}
[theme=base16-humanoid-dark] .diff .hljs-meta, [theme=base16-humanoid-dark] .hljs-keyword, [theme=base16-humanoid-dark] .hljs-template-tag, [theme=base16-humanoid-dark] .hljs-type {
  color: #f15ee3;
}
[theme=base16-humanoid-dark] .hljs-emphasis {
  color: #f15ee3;
  font-style: italic;
}
[theme=base16-humanoid-dark] .hljs-meta, [theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-light] {
  /*!
    Theme: Humanoid light
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-light] .hljs {
  color: #232629;
  background: #f8f8f2;
}
[theme=base16-humanoid-light] .hljs ::selection, [theme=base16-humanoid-light] .hljs::selection {
  background-color: #deded8;
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-comment {
  color: #c0c0bd;
}
[theme=base16-humanoid-light] .hljs-tag {
  color: #60615d;
}
[theme=base16-humanoid-light] .hljs-operator, [theme=base16-humanoid-light] .hljs-punctuation, [theme=base16-humanoid-light] .hljs-subst {
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-light] .hljs-bullet, [theme=base16-humanoid-light] .hljs-deletion, [theme=base16-humanoid-light] .hljs-name, [theme=base16-humanoid-light] .hljs-selector-tag, [theme=base16-humanoid-light] .hljs-template-variable, [theme=base16-humanoid-light] .hljs-variable {
  color: #b0151a;
}
[theme=base16-humanoid-light] .hljs-attr, [theme=base16-humanoid-light] .hljs-link, [theme=base16-humanoid-light] .hljs-literal, [theme=base16-humanoid-light] .hljs-number, [theme=base16-humanoid-light] .hljs-symbol, [theme=base16-humanoid-light] .hljs-variable.constant_ {
  color: #ff3d00;
}
[theme=base16-humanoid-light] .hljs-class .hljs-title, [theme=base16-humanoid-light] .hljs-title, [theme=base16-humanoid-light] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-addition, [theme=base16-humanoid-light] .hljs-code, [theme=base16-humanoid-light] .hljs-string, [theme=base16-humanoid-light] .hljs-title.class_.inherited__ {
  color: #388e3c;
}
[theme=base16-humanoid-light] .hljs-built_in, [theme=base16-humanoid-light] .hljs-doctag, [theme=base16-humanoid-light] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-light] .hljs-quote, [theme=base16-humanoid-light] .hljs-regexp {
  color: #008e8e;
}
[theme=base16-humanoid-light] .hljs-attribute, [theme=base16-humanoid-light] .hljs-function .hljs-title, [theme=base16-humanoid-light] .hljs-section, [theme=base16-humanoid-light] .hljs-title.function_, [theme=base16-humanoid-light] .ruby .hljs-property {
  color: #0082c9;
}
[theme=base16-humanoid-light] .diff .hljs-meta, [theme=base16-humanoid-light] .hljs-keyword, [theme=base16-humanoid-light] .hljs-template-tag, [theme=base16-humanoid-light] .hljs-type {
  color: #700f98;
}
[theme=base16-humanoid-light] .hljs-emphasis {
  color: #700f98;
  font-style: italic;
}
[theme=base16-humanoid-light] .hljs-meta, [theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-dark] {
  /*!
    Theme: iA Dark
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-dark] .hljs {
  color: #ccc;
  background: #1a1a1a;
}
[theme=base16-ia-dark] .hljs ::selection, [theme=base16-ia-dark] .hljs::selection {
  background-color: #1d414d;
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-comment {
  color: #767676;
}
[theme=base16-ia-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-ia-dark] .hljs-operator, [theme=base16-ia-dark] .hljs-punctuation, [theme=base16-ia-dark] .hljs-subst {
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-dark] .hljs-bullet, [theme=base16-ia-dark] .hljs-deletion, [theme=base16-ia-dark] .hljs-name, [theme=base16-ia-dark] .hljs-selector-tag, [theme=base16-ia-dark] .hljs-template-variable, [theme=base16-ia-dark] .hljs-variable {
  color: #d88568;
}
[theme=base16-ia-dark] .hljs-attr, [theme=base16-ia-dark] .hljs-link, [theme=base16-ia-dark] .hljs-literal, [theme=base16-ia-dark] .hljs-number, [theme=base16-ia-dark] .hljs-symbol, [theme=base16-ia-dark] .hljs-variable.constant_ {
  color: #d86868;
}
[theme=base16-ia-dark] .hljs-class .hljs-title, [theme=base16-ia-dark] .hljs-title, [theme=base16-ia-dark] .hljs-title.class_ {
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-strong {
  font-weight: 700;
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-addition, [theme=base16-ia-dark] .hljs-code, [theme=base16-ia-dark] .hljs-string, [theme=base16-ia-dark] .hljs-title.class_.inherited__ {
  color: #83a471;
}
[theme=base16-ia-dark] .hljs-built_in, [theme=base16-ia-dark] .hljs-doctag, [theme=base16-ia-dark] .hljs-keyword.hljs-atrule, [theme=base16-ia-dark] .hljs-quote, [theme=base16-ia-dark] .hljs-regexp {
  color: #7c9cae;
}
[theme=base16-ia-dark] .hljs-attribute, [theme=base16-ia-dark] .hljs-function .hljs-title, [theme=base16-ia-dark] .hljs-section, [theme=base16-ia-dark] .hljs-title.function_, [theme=base16-ia-dark] .ruby .hljs-property {
  color: #8eccdd;
}
[theme=base16-ia-dark] .diff .hljs-meta, [theme=base16-ia-dark] .hljs-keyword, [theme=base16-ia-dark] .hljs-template-tag, [theme=base16-ia-dark] .hljs-type {
  color: #b98eb2;
}
[theme=base16-ia-dark] .hljs-emphasis {
  color: #b98eb2;
  font-style: italic;
}
[theme=base16-ia-dark] .hljs-meta, [theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-light] {
  /*!
    Theme: iA Light
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-light] .hljs {
  color: #181818;
  background: #f6f6f6;
}
[theme=base16-ia-light] .hljs ::selection, [theme=base16-ia-light] .hljs::selection {
  background-color: #bde5f2;
  color: #181818;
}
[theme=base16-ia-light] .hljs-comment {
  color: #898989;
}
[theme=base16-ia-light] .hljs-tag {
  color: #767676;
}
[theme=base16-ia-light] .hljs-operator, [theme=base16-ia-light] .hljs-punctuation, [theme=base16-ia-light] .hljs-subst {
  color: #181818;
}
[theme=base16-ia-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-light] .hljs-bullet, [theme=base16-ia-light] .hljs-deletion, [theme=base16-ia-light] .hljs-name, [theme=base16-ia-light] .hljs-selector-tag, [theme=base16-ia-light] .hljs-template-variable, [theme=base16-ia-light] .hljs-variable {
  color: #9c5a02;
}
[theme=base16-ia-light] .hljs-attr, [theme=base16-ia-light] .hljs-link, [theme=base16-ia-light] .hljs-literal, [theme=base16-ia-light] .hljs-number, [theme=base16-ia-light] .hljs-symbol, [theme=base16-ia-light] .hljs-variable.constant_ {
  color: #c43e18;
}
[theme=base16-ia-light] .hljs-class .hljs-title, [theme=base16-ia-light] .hljs-title, [theme=base16-ia-light] .hljs-title.class_ {
  color: #c48218;
}
[theme=base16-ia-light] .hljs-strong {
  font-weight: 700;
  color: #c48218;
}
[theme=base16-ia-light] .hljs-addition, [theme=base16-ia-light] .hljs-code, [theme=base16-ia-light] .hljs-string, [theme=base16-ia-light] .hljs-title.class_.inherited__ {
  color: #38781c;
}
[theme=base16-ia-light] .hljs-built_in, [theme=base16-ia-light] .hljs-doctag, [theme=base16-ia-light] .hljs-keyword.hljs-atrule, [theme=base16-ia-light] .hljs-quote, [theme=base16-ia-light] .hljs-regexp {
  color: #2d6bb1;
}
[theme=base16-ia-light] .hljs-attribute, [theme=base16-ia-light] .hljs-function .hljs-title, [theme=base16-ia-light] .hljs-section, [theme=base16-ia-light] .hljs-title.function_, [theme=base16-ia-light] .ruby .hljs-property {
  color: #48bac2;
}
[theme=base16-ia-light] .diff .hljs-meta, [theme=base16-ia-light] .hljs-keyword, [theme=base16-ia-light] .hljs-template-tag, [theme=base16-ia-light] .hljs-type {
  color: #a94598;
}
[theme=base16-ia-light] .hljs-emphasis {
  color: #a94598;
  font-style: italic;
}
[theme=base16-ia-light] .hljs-meta, [theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-icy-dark] {
  /*!
    Theme: Icy Dark
    Author: icyphox (https://icyphox.ga)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-icy-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-icy-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-icy-dark] .hljs {
  color: #095b67;
  background: #021012;
}
[theme=base16-icy-dark] .hljs ::selection, [theme=base16-icy-dark] .hljs::selection {
  background-color: #041f23;
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-comment {
  color: #052e34;
}
[theme=base16-icy-dark] .hljs-tag {
  color: #064048;
}
[theme=base16-icy-dark] .hljs-operator, [theme=base16-icy-dark] .hljs-punctuation, [theme=base16-icy-dark] .hljs-subst {
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-icy-dark] .hljs-bullet, [theme=base16-icy-dark] .hljs-deletion, [theme=base16-icy-dark] .hljs-name, [theme=base16-icy-dark] .hljs-selector-tag, [theme=base16-icy-dark] .hljs-template-variable, [theme=base16-icy-dark] .hljs-variable {
  color: #16c1d9;
}
[theme=base16-icy-dark] .hljs-attr, [theme=base16-icy-dark] .hljs-link, [theme=base16-icy-dark] .hljs-literal, [theme=base16-icy-dark] .hljs-number, [theme=base16-icy-dark] .hljs-symbol, [theme=base16-icy-dark] .hljs-variable.constant_ {
  color: #b3ebf2;
}
[theme=base16-icy-dark] .hljs-class .hljs-title, [theme=base16-icy-dark] .hljs-title, [theme=base16-icy-dark] .hljs-title.class_ {
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-strong {
  font-weight: 700;
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-addition, [theme=base16-icy-dark] .hljs-code, [theme=base16-icy-dark] .hljs-string, [theme=base16-icy-dark] .hljs-title.class_.inherited__ {
  color: #4dd0e1;
}
[theme=base16-icy-dark] .hljs-built_in, [theme=base16-icy-dark] .hljs-doctag, [theme=base16-icy-dark] .hljs-keyword.hljs-atrule, [theme=base16-icy-dark] .hljs-quote, [theme=base16-icy-dark] .hljs-regexp {
  color: #26c6da;
}
[theme=base16-icy-dark] .hljs-attribute, [theme=base16-icy-dark] .hljs-function .hljs-title, [theme=base16-icy-dark] .hljs-section, [theme=base16-icy-dark] .hljs-title.function_, [theme=base16-icy-dark] .ruby .hljs-property {
  color: #00bcd4;
}
[theme=base16-icy-dark] .diff .hljs-meta, [theme=base16-icy-dark] .hljs-keyword, [theme=base16-icy-dark] .hljs-template-tag, [theme=base16-icy-dark] .hljs-type {
  color: #00acc1;
}
[theme=base16-icy-dark] .hljs-emphasis {
  color: #00acc1;
  font-style: italic;
}
[theme=base16-icy-dark] .hljs-meta, [theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta .hljs-string {
  color: #0097a7;
}
[theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ir-black] {
  /*!
    Theme: IR Black
    Author: Timothée Poisot (http://timotheepoisot.fr)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ir-black] .hljs {
  color: #b5b3aa;
  background: #000;
}
[theme=base16-ir-black] .hljs ::selection, [theme=base16-ir-black] .hljs::selection {
  background-color: #484844;
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-comment {
  color: #6c6c66;
}
[theme=base16-ir-black] .hljs-tag {
  color: #918f88;
}
[theme=base16-ir-black] .hljs-operator, [theme=base16-ir-black] .hljs-punctuation, [theme=base16-ir-black] .hljs-subst {
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ir-black] .hljs-bullet, [theme=base16-ir-black] .hljs-deletion, [theme=base16-ir-black] .hljs-name, [theme=base16-ir-black] .hljs-selector-tag, [theme=base16-ir-black] .hljs-template-variable, [theme=base16-ir-black] .hljs-variable {
  color: #ff6c60;
}
[theme=base16-ir-black] .hljs-attr, [theme=base16-ir-black] .hljs-link, [theme=base16-ir-black] .hljs-literal, [theme=base16-ir-black] .hljs-number, [theme=base16-ir-black] .hljs-symbol, [theme=base16-ir-black] .hljs-variable.constant_ {
  color: #e9c062;
}
[theme=base16-ir-black] .hljs-class .hljs-title, [theme=base16-ir-black] .hljs-title, [theme=base16-ir-black] .hljs-title.class_ {
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-strong {
  font-weight: 700;
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-addition, [theme=base16-ir-black] .hljs-code, [theme=base16-ir-black] .hljs-string, [theme=base16-ir-black] .hljs-title.class_.inherited__ {
  color: #a8ff60;
}
[theme=base16-ir-black] .hljs-built_in, [theme=base16-ir-black] .hljs-doctag, [theme=base16-ir-black] .hljs-keyword.hljs-atrule, [theme=base16-ir-black] .hljs-quote, [theme=base16-ir-black] .hljs-regexp {
  color: #c6c5fe;
}
[theme=base16-ir-black] .hljs-attribute, [theme=base16-ir-black] .hljs-function .hljs-title, [theme=base16-ir-black] .hljs-section, [theme=base16-ir-black] .hljs-title.function_, [theme=base16-ir-black] .ruby .hljs-property {
  color: #96cbfe;
}
[theme=base16-ir-black] .diff .hljs-meta, [theme=base16-ir-black] .hljs-keyword, [theme=base16-ir-black] .hljs-template-tag, [theme=base16-ir-black] .hljs-type {
  color: #ff73fd;
}
[theme=base16-ir-black] .hljs-emphasis {
  color: #ff73fd;
  font-style: italic;
}
[theme=base16-ir-black] .hljs-meta, [theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta .hljs-string {
  color: #b18a3d;
}
[theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-isotope] {
  /*!
    Theme: Isotope
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-isotope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-isotope] code.hljs {
  padding: 3px 5px;
}
[theme=base16-isotope] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-isotope] .hljs ::selection, [theme=base16-isotope] .hljs::selection {
  background-color: #606060;
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-comment {
  color: grey;
}
[theme=base16-isotope] .hljs-tag {
  color: silver;
}
[theme=base16-isotope] .hljs-operator, [theme=base16-isotope] .hljs-punctuation, [theme=base16-isotope] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-isotope] .hljs-bullet, [theme=base16-isotope] .hljs-deletion, [theme=base16-isotope] .hljs-name, [theme=base16-isotope] .hljs-selector-tag, [theme=base16-isotope] .hljs-template-variable, [theme=base16-isotope] .hljs-variable {
  color: red;
}
[theme=base16-isotope] .hljs-attr, [theme=base16-isotope] .hljs-link, [theme=base16-isotope] .hljs-literal, [theme=base16-isotope] .hljs-number, [theme=base16-isotope] .hljs-symbol, [theme=base16-isotope] .hljs-variable.constant_ {
  color: #f90;
}
[theme=base16-isotope] .hljs-class .hljs-title, [theme=base16-isotope] .hljs-title, [theme=base16-isotope] .hljs-title.class_ {
  color: #f09;
}
[theme=base16-isotope] .hljs-strong {
  font-weight: 700;
  color: #f09;
}
[theme=base16-isotope] .hljs-addition, [theme=base16-isotope] .hljs-code, [theme=base16-isotope] .hljs-string, [theme=base16-isotope] .hljs-title.class_.inherited__ {
  color: #3f0;
}
[theme=base16-isotope] .hljs-built_in, [theme=base16-isotope] .hljs-doctag, [theme=base16-isotope] .hljs-keyword.hljs-atrule, [theme=base16-isotope] .hljs-quote, [theme=base16-isotope] .hljs-regexp {
  color: #0ff;
}
[theme=base16-isotope] .hljs-attribute, [theme=base16-isotope] .hljs-function .hljs-title, [theme=base16-isotope] .hljs-section, [theme=base16-isotope] .hljs-title.function_, [theme=base16-isotope] .ruby .hljs-property {
  color: #06f;
}
[theme=base16-isotope] .diff .hljs-meta, [theme=base16-isotope] .hljs-keyword, [theme=base16-isotope] .hljs-template-tag, [theme=base16-isotope] .hljs-type {
  color: #c0f;
}
[theme=base16-isotope] .hljs-emphasis {
  color: #c0f;
  font-style: italic;
}
[theme=base16-isotope] .hljs-meta, [theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta .hljs-string {
  color: #30f;
}
[theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-kimber] {
  /*!
    Theme: Kimber
    Author: Mishka Nguyen (https://github.com/akhsiM)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-kimber] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-kimber] code.hljs {
  padding: 3px 5px;
}
[theme=base16-kimber] .hljs {
  color: #dedee7;
  background: #222;
}
[theme=base16-kimber] .hljs ::selection, [theme=base16-kimber] .hljs::selection {
  background-color: #555d55;
  color: #dedee7;
}
[theme=base16-kimber] .hljs-comment {
  color: #644646;
}
[theme=base16-kimber] .hljs-tag {
  color: #5a5a5a;
}
[theme=base16-kimber] .hljs-operator, [theme=base16-kimber] .hljs-punctuation, [theme=base16-kimber] .hljs-subst {
  color: #dedee7;
}
[theme=base16-kimber] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-kimber] .hljs-bullet, [theme=base16-kimber] .hljs-deletion, [theme=base16-kimber] .hljs-name, [theme=base16-kimber] .hljs-selector-tag, [theme=base16-kimber] .hljs-template-variable, [theme=base16-kimber] .hljs-variable {
  color: #c88c8c;
}
[theme=base16-kimber] .hljs-attr, [theme=base16-kimber] .hljs-link, [theme=base16-kimber] .hljs-literal, [theme=base16-kimber] .hljs-number, [theme=base16-kimber] .hljs-symbol, [theme=base16-kimber] .hljs-variable.constant_ {
  color: #476c88;
}
[theme=base16-kimber] .hljs-class .hljs-title, [theme=base16-kimber] .hljs-title, [theme=base16-kimber] .hljs-title.class_ {
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-strong {
  font-weight: 700;
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-addition, [theme=base16-kimber] .hljs-code, [theme=base16-kimber] .hljs-string, [theme=base16-kimber] .hljs-title.class_.inherited__ {
  color: #99c899;
}
[theme=base16-kimber] .hljs-built_in, [theme=base16-kimber] .hljs-doctag, [theme=base16-kimber] .hljs-keyword.hljs-atrule, [theme=base16-kimber] .hljs-quote, [theme=base16-kimber] .hljs-regexp {
  color: #78b4b4;
}
[theme=base16-kimber] .hljs-attribute, [theme=base16-kimber] .hljs-function .hljs-title, [theme=base16-kimber] .hljs-section, [theme=base16-kimber] .hljs-title.function_, [theme=base16-kimber] .ruby .hljs-property {
  color: #537c9c;
}
[theme=base16-kimber] .diff .hljs-meta, [theme=base16-kimber] .hljs-keyword, [theme=base16-kimber] .hljs-template-tag, [theme=base16-kimber] .hljs-type {
  color: #86cacd;
}
[theme=base16-kimber] .hljs-emphasis {
  color: #86cacd;
  font-style: italic;
}
[theme=base16-kimber] .hljs-meta, [theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta .hljs-string {
  color: #704f4f;
}
[theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-london-tube] {
  /*!
    Theme: London Tube
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-london-tube] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-london-tube] code.hljs {
  padding: 3px 5px;
}
[theme=base16-london-tube] .hljs {
  color: #d9d8d8;
  background: #231f20;
}
[theme=base16-london-tube] .hljs ::selection, [theme=base16-london-tube] .hljs::selection {
  background-color: #5a5758;
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-comment {
  color: #737171;
}
[theme=base16-london-tube] .hljs-tag {
  color: #959ca1;
}
[theme=base16-london-tube] .hljs-operator, [theme=base16-london-tube] .hljs-punctuation, [theme=base16-london-tube] .hljs-subst {
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-london-tube] .hljs-bullet, [theme=base16-london-tube] .hljs-deletion, [theme=base16-london-tube] .hljs-name, [theme=base16-london-tube] .hljs-selector-tag, [theme=base16-london-tube] .hljs-template-variable, [theme=base16-london-tube] .hljs-variable {
  color: #ee2e24;
}
[theme=base16-london-tube] .hljs-attr, [theme=base16-london-tube] .hljs-link, [theme=base16-london-tube] .hljs-literal, [theme=base16-london-tube] .hljs-number, [theme=base16-london-tube] .hljs-symbol, [theme=base16-london-tube] .hljs-variable.constant_ {
  color: #f386a1;
}
[theme=base16-london-tube] .hljs-class .hljs-title, [theme=base16-london-tube] .hljs-title, [theme=base16-london-tube] .hljs-title.class_ {
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-strong {
  font-weight: 700;
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-addition, [theme=base16-london-tube] .hljs-code, [theme=base16-london-tube] .hljs-string, [theme=base16-london-tube] .hljs-title.class_.inherited__ {
  color: #00853e;
}
[theme=base16-london-tube] .hljs-built_in, [theme=base16-london-tube] .hljs-doctag, [theme=base16-london-tube] .hljs-keyword.hljs-atrule, [theme=base16-london-tube] .hljs-quote, [theme=base16-london-tube] .hljs-regexp {
  color: #85cebc;
}
[theme=base16-london-tube] .hljs-attribute, [theme=base16-london-tube] .hljs-function .hljs-title, [theme=base16-london-tube] .hljs-section, [theme=base16-london-tube] .hljs-title.function_, [theme=base16-london-tube] .ruby .hljs-property {
  color: #009ddc;
}
[theme=base16-london-tube] .diff .hljs-meta, [theme=base16-london-tube] .hljs-keyword, [theme=base16-london-tube] .hljs-template-tag, [theme=base16-london-tube] .hljs-type {
  color: #98005d;
}
[theme=base16-london-tube] .hljs-emphasis {
  color: #98005d;
  font-style: italic;
}
[theme=base16-london-tube] .hljs-meta, [theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta .hljs-string {
  color: #b06110;
}
[theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-macintosh] {
  /*!
    Theme: Macintosh
    Author: Rebecca Bettencourt (http://www.kreativekorp.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-macintosh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-macintosh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-macintosh] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-macintosh] .hljs ::selection, [theme=base16-macintosh] .hljs::selection {
  background-color: #404040;
  color: silver;
}
[theme=base16-macintosh] .hljs-comment, [theme=base16-macintosh] .hljs-tag {
  color: grey;
}
[theme=base16-macintosh] .hljs-operator, [theme=base16-macintosh] .hljs-punctuation, [theme=base16-macintosh] .hljs-subst {
  color: silver;
}
[theme=base16-macintosh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-macintosh] .hljs-bullet, [theme=base16-macintosh] .hljs-deletion, [theme=base16-macintosh] .hljs-name, [theme=base16-macintosh] .hljs-selector-tag, [theme=base16-macintosh] .hljs-template-variable, [theme=base16-macintosh] .hljs-variable {
  color: #dd0907;
}
[theme=base16-macintosh] .hljs-attr, [theme=base16-macintosh] .hljs-link, [theme=base16-macintosh] .hljs-literal, [theme=base16-macintosh] .hljs-number, [theme=base16-macintosh] .hljs-symbol, [theme=base16-macintosh] .hljs-variable.constant_ {
  color: #ff6403;
}
[theme=base16-macintosh] .hljs-class .hljs-title, [theme=base16-macintosh] .hljs-title, [theme=base16-macintosh] .hljs-title.class_ {
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-strong {
  font-weight: 700;
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-addition, [theme=base16-macintosh] .hljs-code, [theme=base16-macintosh] .hljs-string, [theme=base16-macintosh] .hljs-title.class_.inherited__ {
  color: #1fb714;
}
[theme=base16-macintosh] .hljs-built_in, [theme=base16-macintosh] .hljs-doctag, [theme=base16-macintosh] .hljs-keyword.hljs-atrule, [theme=base16-macintosh] .hljs-quote, [theme=base16-macintosh] .hljs-regexp {
  color: #02abea;
}
[theme=base16-macintosh] .hljs-attribute, [theme=base16-macintosh] .hljs-function .hljs-title, [theme=base16-macintosh] .hljs-section, [theme=base16-macintosh] .hljs-title.function_, [theme=base16-macintosh] .ruby .hljs-property {
  color: #0000d3;
}
[theme=base16-macintosh] .diff .hljs-meta, [theme=base16-macintosh] .hljs-keyword, [theme=base16-macintosh] .hljs-template-tag, [theme=base16-macintosh] .hljs-type {
  color: #4700a5;
}
[theme=base16-macintosh] .hljs-emphasis {
  color: #4700a5;
  font-style: italic;
}
[theme=base16-macintosh] .hljs-meta, [theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta .hljs-string {
  color: #90713a;
}
[theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-marrakesh] {
  /*!
    Theme: Marrakesh
    Author: Alexandre Gavioli (http://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-marrakesh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-marrakesh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-marrakesh] .hljs {
  color: #948e48;
  background: #201602;
}
[theme=base16-marrakesh] .hljs ::selection, [theme=base16-marrakesh] .hljs::selection {
  background-color: #5f5b17;
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-comment {
  color: #6c6823;
}
[theme=base16-marrakesh] .hljs-tag {
  color: #86813b;
}
[theme=base16-marrakesh] .hljs-operator, [theme=base16-marrakesh] .hljs-punctuation, [theme=base16-marrakesh] .hljs-subst {
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-marrakesh] .hljs-bullet, [theme=base16-marrakesh] .hljs-deletion, [theme=base16-marrakesh] .hljs-name, [theme=base16-marrakesh] .hljs-selector-tag, [theme=base16-marrakesh] .hljs-template-variable, [theme=base16-marrakesh] .hljs-variable {
  color: #c35359;
}
[theme=base16-marrakesh] .hljs-attr, [theme=base16-marrakesh] .hljs-link, [theme=base16-marrakesh] .hljs-literal, [theme=base16-marrakesh] .hljs-number, [theme=base16-marrakesh] .hljs-symbol, [theme=base16-marrakesh] .hljs-variable.constant_ {
  color: #b36144;
}
[theme=base16-marrakesh] .hljs-class .hljs-title, [theme=base16-marrakesh] .hljs-title, [theme=base16-marrakesh] .hljs-title.class_ {
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-strong {
  font-weight: 700;
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-addition, [theme=base16-marrakesh] .hljs-code, [theme=base16-marrakesh] .hljs-string, [theme=base16-marrakesh] .hljs-title.class_.inherited__ {
  color: #18974e;
}
[theme=base16-marrakesh] .hljs-built_in, [theme=base16-marrakesh] .hljs-doctag, [theme=base16-marrakesh] .hljs-keyword.hljs-atrule, [theme=base16-marrakesh] .hljs-quote, [theme=base16-marrakesh] .hljs-regexp {
  color: #75a738;
}
[theme=base16-marrakesh] .hljs-attribute, [theme=base16-marrakesh] .hljs-function .hljs-title, [theme=base16-marrakesh] .hljs-section, [theme=base16-marrakesh] .hljs-title.function_, [theme=base16-marrakesh] .ruby .hljs-property {
  color: #477ca1;
}
[theme=base16-marrakesh] .diff .hljs-meta, [theme=base16-marrakesh] .hljs-keyword, [theme=base16-marrakesh] .hljs-template-tag, [theme=base16-marrakesh] .hljs-type {
  color: #8868b3;
}
[theme=base16-marrakesh] .hljs-emphasis {
  color: #8868b3;
  font-style: italic;
}
[theme=base16-marrakesh] .hljs-meta, [theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta .hljs-string {
  color: #b3588e;
}
[theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-materia] {
  /*!
    Theme: Materia
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-materia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-materia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-materia] .hljs {
  color: #cdd3de;
  background: #263238;
}
[theme=base16-materia] .hljs ::selection, [theme=base16-materia] .hljs::selection {
  background-color: #37474f;
  color: #cdd3de;
}
[theme=base16-materia] .hljs-comment {
  color: #707880;
}
[theme=base16-materia] .hljs-tag {
  color: #c9ccd3;
}
[theme=base16-materia] .hljs-operator, [theme=base16-materia] .hljs-punctuation, [theme=base16-materia] .hljs-subst {
  color: #cdd3de;
}
[theme=base16-materia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-materia] .hljs-bullet, [theme=base16-materia] .hljs-deletion, [theme=base16-materia] .hljs-name, [theme=base16-materia] .hljs-selector-tag, [theme=base16-materia] .hljs-template-variable, [theme=base16-materia] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-attr, [theme=base16-materia] .hljs-link, [theme=base16-materia] .hljs-literal, [theme=base16-materia] .hljs-number, [theme=base16-materia] .hljs-symbol, [theme=base16-materia] .hljs-variable.constant_ {
  color: #ea9560;
}
[theme=base16-materia] .hljs-class .hljs-title, [theme=base16-materia] .hljs-title, [theme=base16-materia] .hljs-title.class_ {
  color: #fc0;
}
[theme=base16-materia] .hljs-strong {
  font-weight: 700;
  color: #fc0;
}
[theme=base16-materia] .hljs-addition, [theme=base16-materia] .hljs-code, [theme=base16-materia] .hljs-string, [theme=base16-materia] .hljs-title.class_.inherited__ {
  color: #8bd649;
}
[theme=base16-materia] .hljs-built_in, [theme=base16-materia] .hljs-doctag, [theme=base16-materia] .hljs-keyword.hljs-atrule, [theme=base16-materia] .hljs-quote, [theme=base16-materia] .hljs-regexp {
  color: #80cbc4;
}
[theme=base16-materia] .hljs-attribute, [theme=base16-materia] .hljs-function .hljs-title, [theme=base16-materia] .hljs-section, [theme=base16-materia] .hljs-title.function_, [theme=base16-materia] .ruby .hljs-property {
  color: #89ddff;
}
[theme=base16-materia] .diff .hljs-meta, [theme=base16-materia] .hljs-keyword, [theme=base16-materia] .hljs-template-tag, [theme=base16-materia] .hljs-type {
  color: #82aaff;
}
[theme=base16-materia] .hljs-emphasis {
  color: #82aaff;
  font-style: italic;
}
[theme=base16-materia] .hljs-meta, [theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta .hljs-string {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-darker] {
  /*!
    Theme: Material Darker
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-darker] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-darker] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-darker] .hljs {
  color: #eff;
  background: #212121;
}
[theme=base16-material-darker] .hljs ::selection, [theme=base16-material-darker] .hljs::selection {
  background-color: #353535;
  color: #eff;
}
[theme=base16-material-darker] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-material-darker] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material-darker] .hljs-operator, [theme=base16-material-darker] .hljs-punctuation, [theme=base16-material-darker] .hljs-subst {
  color: #eff;
}
[theme=base16-material-darker] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-darker] .hljs-bullet, [theme=base16-material-darker] .hljs-deletion, [theme=base16-material-darker] .hljs-name, [theme=base16-material-darker] .hljs-selector-tag, [theme=base16-material-darker] .hljs-template-variable, [theme=base16-material-darker] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-darker] .hljs-attr, [theme=base16-material-darker] .hljs-link, [theme=base16-material-darker] .hljs-literal, [theme=base16-material-darker] .hljs-number, [theme=base16-material-darker] .hljs-symbol, [theme=base16-material-darker] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-darker] .hljs-class .hljs-title, [theme=base16-material-darker] .hljs-title, [theme=base16-material-darker] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-addition, [theme=base16-material-darker] .hljs-code, [theme=base16-material-darker] .hljs-string, [theme=base16-material-darker] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-darker] .hljs-built_in, [theme=base16-material-darker] .hljs-doctag, [theme=base16-material-darker] .hljs-keyword.hljs-atrule, [theme=base16-material-darker] .hljs-quote, [theme=base16-material-darker] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-darker] .hljs-attribute, [theme=base16-material-darker] .hljs-function .hljs-title, [theme=base16-material-darker] .hljs-section, [theme=base16-material-darker] .hljs-title.function_, [theme=base16-material-darker] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-darker] .diff .hljs-meta, [theme=base16-material-darker] .hljs-keyword, [theme=base16-material-darker] .hljs-template-tag, [theme=base16-material-darker] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-darker] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-darker] .hljs-meta, [theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-lighter] {
  /*!
    Theme: Material Lighter
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-lighter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-lighter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-lighter] .hljs {
  color: #80cbc4;
  background: #fafafa;
}
[theme=base16-material-lighter] .hljs ::selection, [theme=base16-material-lighter] .hljs::selection {
  background-color: #cceae7;
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-comment {
  color: #ccd7da;
}
[theme=base16-material-lighter] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-lighter] .hljs-operator, [theme=base16-material-lighter] .hljs-punctuation, [theme=base16-material-lighter] .hljs-subst {
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-lighter] .hljs-bullet, [theme=base16-material-lighter] .hljs-deletion, [theme=base16-material-lighter] .hljs-name, [theme=base16-material-lighter] .hljs-selector-tag, [theme=base16-material-lighter] .hljs-template-variable, [theme=base16-material-lighter] .hljs-variable {
  color: #ff5370;
}
[theme=base16-material-lighter] .hljs-attr, [theme=base16-material-lighter] .hljs-link, [theme=base16-material-lighter] .hljs-literal, [theme=base16-material-lighter] .hljs-number, [theme=base16-material-lighter] .hljs-symbol, [theme=base16-material-lighter] .hljs-variable.constant_ {
  color: #f76d47;
}
[theme=base16-material-lighter] .hljs-class .hljs-title, [theme=base16-material-lighter] .hljs-title, [theme=base16-material-lighter] .hljs-title.class_ {
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-strong {
  font-weight: 700;
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-addition, [theme=base16-material-lighter] .hljs-code, [theme=base16-material-lighter] .hljs-string, [theme=base16-material-lighter] .hljs-title.class_.inherited__ {
  color: #91b859;
}
[theme=base16-material-lighter] .hljs-built_in, [theme=base16-material-lighter] .hljs-doctag, [theme=base16-material-lighter] .hljs-keyword.hljs-atrule, [theme=base16-material-lighter] .hljs-quote, [theme=base16-material-lighter] .hljs-regexp {
  color: #39adb5;
}
[theme=base16-material-lighter] .hljs-attribute, [theme=base16-material-lighter] .hljs-function .hljs-title, [theme=base16-material-lighter] .hljs-section, [theme=base16-material-lighter] .hljs-title.function_, [theme=base16-material-lighter] .ruby .hljs-property {
  color: #6182b8;
}
[theme=base16-material-lighter] .diff .hljs-meta, [theme=base16-material-lighter] .hljs-keyword, [theme=base16-material-lighter] .hljs-template-tag, [theme=base16-material-lighter] .hljs-type {
  color: #7c4dff;
}
[theme=base16-material-lighter] .hljs-emphasis {
  color: #7c4dff;
  font-style: italic;
}
[theme=base16-material-lighter] .hljs-meta, [theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta .hljs-string {
  color: #e53935;
}
[theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-palenight] {
  /*!
    Theme: Material Palenight
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-palenight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-palenight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-palenight] .hljs {
  color: #959dcb;
  background: #292d3e;
}
[theme=base16-material-palenight] .hljs ::selection, [theme=base16-material-palenight] .hljs::selection {
  background-color: #32374d;
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-comment {
  color: #676e95;
}
[theme=base16-material-palenight] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-palenight] .hljs-operator, [theme=base16-material-palenight] .hljs-punctuation, [theme=base16-material-palenight] .hljs-subst {
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-palenight] .hljs-bullet, [theme=base16-material-palenight] .hljs-deletion, [theme=base16-material-palenight] .hljs-name, [theme=base16-material-palenight] .hljs-selector-tag, [theme=base16-material-palenight] .hljs-template-variable, [theme=base16-material-palenight] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-palenight] .hljs-attr, [theme=base16-material-palenight] .hljs-link, [theme=base16-material-palenight] .hljs-literal, [theme=base16-material-palenight] .hljs-number, [theme=base16-material-palenight] .hljs-symbol, [theme=base16-material-palenight] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-palenight] .hljs-class .hljs-title, [theme=base16-material-palenight] .hljs-title, [theme=base16-material-palenight] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-addition, [theme=base16-material-palenight] .hljs-code, [theme=base16-material-palenight] .hljs-string, [theme=base16-material-palenight] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-palenight] .hljs-built_in, [theme=base16-material-palenight] .hljs-doctag, [theme=base16-material-palenight] .hljs-keyword.hljs-atrule, [theme=base16-material-palenight] .hljs-quote, [theme=base16-material-palenight] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-palenight] .hljs-attribute, [theme=base16-material-palenight] .hljs-function .hljs-title, [theme=base16-material-palenight] .hljs-section, [theme=base16-material-palenight] .hljs-title.function_, [theme=base16-material-palenight] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-palenight] .diff .hljs-meta, [theme=base16-material-palenight] .hljs-keyword, [theme=base16-material-palenight] .hljs-template-tag, [theme=base16-material-palenight] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-palenight] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-palenight] .hljs-meta, [theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-vivid] {
  /*!
    Theme: Material Vivid
    Author: joshyrobot
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-vivid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-vivid] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-vivid] .hljs {
  color: #80868b;
  background: #202124;
}
[theme=base16-material-vivid] .hljs ::selection, [theme=base16-material-vivid] .hljs::selection {
  background-color: #323639;
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-comment {
  color: #44464d;
}
[theme=base16-material-vivid] .hljs-tag {
  color: #676c71;
}
[theme=base16-material-vivid] .hljs-operator, [theme=base16-material-vivid] .hljs-punctuation, [theme=base16-material-vivid] .hljs-subst {
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-vivid] .hljs-bullet, [theme=base16-material-vivid] .hljs-deletion, [theme=base16-material-vivid] .hljs-name, [theme=base16-material-vivid] .hljs-selector-tag, [theme=base16-material-vivid] .hljs-template-variable, [theme=base16-material-vivid] .hljs-variable {
  color: #f44336;
}
[theme=base16-material-vivid] .hljs-attr, [theme=base16-material-vivid] .hljs-link, [theme=base16-material-vivid] .hljs-literal, [theme=base16-material-vivid] .hljs-number, [theme=base16-material-vivid] .hljs-symbol, [theme=base16-material-vivid] .hljs-variable.constant_ {
  color: #ff9800;
}
[theme=base16-material-vivid] .hljs-class .hljs-title, [theme=base16-material-vivid] .hljs-title, [theme=base16-material-vivid] .hljs-title.class_ {
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-strong {
  font-weight: 700;
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-addition, [theme=base16-material-vivid] .hljs-code, [theme=base16-material-vivid] .hljs-string, [theme=base16-material-vivid] .hljs-title.class_.inherited__ {
  color: #00e676;
}
[theme=base16-material-vivid] .hljs-built_in, [theme=base16-material-vivid] .hljs-doctag, [theme=base16-material-vivid] .hljs-keyword.hljs-atrule, [theme=base16-material-vivid] .hljs-quote, [theme=base16-material-vivid] .hljs-regexp {
  color: #00bcd4;
}
[theme=base16-material-vivid] .hljs-attribute, [theme=base16-material-vivid] .hljs-function .hljs-title, [theme=base16-material-vivid] .hljs-section, [theme=base16-material-vivid] .hljs-title.function_, [theme=base16-material-vivid] .ruby .hljs-property {
  color: #2196f3;
}
[theme=base16-material-vivid] .diff .hljs-meta, [theme=base16-material-vivid] .hljs-keyword, [theme=base16-material-vivid] .hljs-template-tag, [theme=base16-material-vivid] .hljs-type {
  color: #673ab7;
}
[theme=base16-material-vivid] .hljs-emphasis {
  color: #673ab7;
  font-style: italic;
}
[theme=base16-material-vivid] .hljs-meta, [theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta .hljs-string {
  color: #8d6e63;
}
[theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material] {
  /*!
    Theme: Material
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material] .hljs {
  color: #eff;
  background: #263238;
}
[theme=base16-material] .hljs ::selection, [theme=base16-material] .hljs::selection {
  background-color: #314549;
  color: #eff;
}
[theme=base16-material] .hljs-comment {
  color: #546e7a;
}
[theme=base16-material] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material] .hljs-operator, [theme=base16-material] .hljs-punctuation, [theme=base16-material] .hljs-subst {
  color: #eff;
}
[theme=base16-material] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material] .hljs-bullet, [theme=base16-material] .hljs-deletion, [theme=base16-material] .hljs-name, [theme=base16-material] .hljs-selector-tag, [theme=base16-material] .hljs-template-variable, [theme=base16-material] .hljs-variable {
  color: #f07178;
}
[theme=base16-material] .hljs-attr, [theme=base16-material] .hljs-link, [theme=base16-material] .hljs-literal, [theme=base16-material] .hljs-number, [theme=base16-material] .hljs-symbol, [theme=base16-material] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material] .hljs-class .hljs-title, [theme=base16-material] .hljs-title, [theme=base16-material] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material] .hljs-addition, [theme=base16-material] .hljs-code, [theme=base16-material] .hljs-string, [theme=base16-material] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material] .hljs-built_in, [theme=base16-material] .hljs-doctag, [theme=base16-material] .hljs-keyword.hljs-atrule, [theme=base16-material] .hljs-quote, [theme=base16-material] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material] .hljs-attribute, [theme=base16-material] .hljs-function .hljs-title, [theme=base16-material] .hljs-section, [theme=base16-material] .hljs-title.function_, [theme=base16-material] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material] .diff .hljs-meta, [theme=base16-material] .hljs-keyword, [theme=base16-material] .hljs-template-tag, [theme=base16-material] .hljs-type {
  color: #c792ea;
}
[theme=base16-material] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material] .hljs-meta, [theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mellow-purple] {
  /*!
    Theme: Mellow Purple
    Author: gidsi
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mellow-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mellow-purple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mellow-purple] .hljs {
  color: #fef;
  background: #1e0528;
}
[theme=base16-mellow-purple] .hljs ::selection, [theme=base16-mellow-purple] .hljs::selection {
  background-color: #331354;
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-comment {
  color: #320f55;
}
[theme=base16-mellow-purple] .hljs-tag {
  color: #873582;
}
[theme=base16-mellow-purple] .hljs-operator, [theme=base16-mellow-purple] .hljs-punctuation, [theme=base16-mellow-purple] .hljs-subst {
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mellow-purple] .hljs-bullet, [theme=base16-mellow-purple] .hljs-deletion, [theme=base16-mellow-purple] .hljs-name, [theme=base16-mellow-purple] .hljs-selector-tag, [theme=base16-mellow-purple] .hljs-template-variable, [theme=base16-mellow-purple] .hljs-variable {
  color: #00d9e9;
}
[theme=base16-mellow-purple] .hljs-attr, [theme=base16-mellow-purple] .hljs-link, [theme=base16-mellow-purple] .hljs-literal, [theme=base16-mellow-purple] .hljs-number, [theme=base16-mellow-purple] .hljs-symbol, [theme=base16-mellow-purple] .hljs-variable.constant_ {
  color: #aa00a3;
}
[theme=base16-mellow-purple] .hljs-class .hljs-title, [theme=base16-mellow-purple] .hljs-title, [theme=base16-mellow-purple] .hljs-title.class_ {
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-strong {
  font-weight: 700;
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-addition, [theme=base16-mellow-purple] .hljs-code, [theme=base16-mellow-purple] .hljs-string, [theme=base16-mellow-purple] .hljs-title.class_.inherited__ {
  color: #05cb0d;
}
[theme=base16-mellow-purple] .hljs-built_in, [theme=base16-mellow-purple] .hljs-doctag, [theme=base16-mellow-purple] .hljs-keyword.hljs-atrule, [theme=base16-mellow-purple] .hljs-quote, [theme=base16-mellow-purple] .hljs-regexp {
  color: #b900b1;
}
[theme=base16-mellow-purple] .hljs-attribute, [theme=base16-mellow-purple] .hljs-function .hljs-title, [theme=base16-mellow-purple] .hljs-section, [theme=base16-mellow-purple] .hljs-title.function_, [theme=base16-mellow-purple] .ruby .hljs-property {
  color: #550068;
}
[theme=base16-mellow-purple] .diff .hljs-meta, [theme=base16-mellow-purple] .hljs-keyword, [theme=base16-mellow-purple] .hljs-template-tag, [theme=base16-mellow-purple] .hljs-type {
  color: #8991bb;
}
[theme=base16-mellow-purple] .hljs-emphasis {
  color: #8991bb;
  font-style: italic;
}
[theme=base16-mellow-purple] .hljs-meta, [theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta .hljs-string {
  color: #4d6fff;
}
[theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mexico-light] {
  /*!
    Theme: Mexico Light
    Author: Sheldon Johnson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mexico-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mexico-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mexico-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-mexico-light] .hljs ::selection, [theme=base16-mexico-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-mexico-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-mexico-light] .hljs-tag {
  color: #585858;
}
[theme=base16-mexico-light] .hljs-operator, [theme=base16-mexico-light] .hljs-punctuation, [theme=base16-mexico-light] .hljs-subst {
  color: #383838;
}
[theme=base16-mexico-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mexico-light] .hljs-bullet, [theme=base16-mexico-light] .hljs-deletion, [theme=base16-mexico-light] .hljs-name, [theme=base16-mexico-light] .hljs-selector-tag, [theme=base16-mexico-light] .hljs-template-variable, [theme=base16-mexico-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-mexico-light] .hljs-attr, [theme=base16-mexico-light] .hljs-link, [theme=base16-mexico-light] .hljs-literal, [theme=base16-mexico-light] .hljs-number, [theme=base16-mexico-light] .hljs-symbol, [theme=base16-mexico-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-mexico-light] .hljs-class .hljs-title, [theme=base16-mexico-light] .hljs-title, [theme=base16-mexico-light] .hljs-title.class_ {
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-strong {
  font-weight: 700;
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-addition, [theme=base16-mexico-light] .hljs-code, [theme=base16-mexico-light] .hljs-string, [theme=base16-mexico-light] .hljs-title.class_.inherited__ {
  color: #538947;
}
[theme=base16-mexico-light] .hljs-built_in, [theme=base16-mexico-light] .hljs-doctag, [theme=base16-mexico-light] .hljs-keyword.hljs-atrule, [theme=base16-mexico-light] .hljs-quote, [theme=base16-mexico-light] .hljs-regexp {
  color: #4b8093;
}
[theme=base16-mexico-light] .hljs-attribute, [theme=base16-mexico-light] .hljs-function .hljs-title, [theme=base16-mexico-light] .hljs-section, [theme=base16-mexico-light] .hljs-title.function_, [theme=base16-mexico-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-mexico-light] .diff .hljs-meta, [theme=base16-mexico-light] .hljs-keyword, [theme=base16-mexico-light] .hljs-template-tag, [theme=base16-mexico-light] .hljs-type {
  color: #96609e;
}
[theme=base16-mexico-light] .hljs-emphasis {
  color: #96609e;
  font-style: italic;
}
[theme=base16-mexico-light] .hljs-meta, [theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mocha] {
  /*!
    Theme: Mocha
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mocha] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mocha] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mocha] .hljs {
  color: #d0c8c6;
  background: #3b3228;
}
[theme=base16-mocha] .hljs ::selection, [theme=base16-mocha] .hljs::selection {
  background-color: #645240;
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-comment {
  color: #7e705a;
}
[theme=base16-mocha] .hljs-tag {
  color: #b8afad;
}
[theme=base16-mocha] .hljs-operator, [theme=base16-mocha] .hljs-punctuation, [theme=base16-mocha] .hljs-subst {
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mocha] .hljs-bullet, [theme=base16-mocha] .hljs-deletion, [theme=base16-mocha] .hljs-name, [theme=base16-mocha] .hljs-selector-tag, [theme=base16-mocha] .hljs-template-variable, [theme=base16-mocha] .hljs-variable {
  color: #cb6077;
}
[theme=base16-mocha] .hljs-attr, [theme=base16-mocha] .hljs-link, [theme=base16-mocha] .hljs-literal, [theme=base16-mocha] .hljs-number, [theme=base16-mocha] .hljs-symbol, [theme=base16-mocha] .hljs-variable.constant_ {
  color: #d28b71;
}
[theme=base16-mocha] .hljs-class .hljs-title, [theme=base16-mocha] .hljs-title, [theme=base16-mocha] .hljs-title.class_ {
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-strong {
  font-weight: 700;
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-addition, [theme=base16-mocha] .hljs-code, [theme=base16-mocha] .hljs-string, [theme=base16-mocha] .hljs-title.class_.inherited__ {
  color: #beb55b;
}
[theme=base16-mocha] .hljs-built_in, [theme=base16-mocha] .hljs-doctag, [theme=base16-mocha] .hljs-keyword.hljs-atrule, [theme=base16-mocha] .hljs-quote, [theme=base16-mocha] .hljs-regexp {
  color: #7bbda4;
}
[theme=base16-mocha] .hljs-attribute, [theme=base16-mocha] .hljs-function .hljs-title, [theme=base16-mocha] .hljs-section, [theme=base16-mocha] .hljs-title.function_, [theme=base16-mocha] .ruby .hljs-property {
  color: #8ab3b5;
}
[theme=base16-mocha] .diff .hljs-meta, [theme=base16-mocha] .hljs-keyword, [theme=base16-mocha] .hljs-template-tag, [theme=base16-mocha] .hljs-type {
  color: #a89bb9;
}
[theme=base16-mocha] .hljs-emphasis {
  color: #a89bb9;
  font-style: italic;
}
[theme=base16-mocha] .hljs-meta, [theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta .hljs-string {
  color: #bb9584;
}
[theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-monokai] {
  /*!
    Theme: Monokai
    Author: Wimer Hazenberg (http://www.monokai.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-monokai] code.hljs {
  padding: 3px 5px;
}
[theme=base16-monokai] .hljs {
  color: #f8f8f2;
  background: #272822;
}
[theme=base16-monokai] .hljs ::selection, [theme=base16-monokai] .hljs::selection {
  background-color: #49483e;
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-comment {
  color: #75715e;
}
[theme=base16-monokai] .hljs-tag {
  color: #a59f85;
}
[theme=base16-monokai] .hljs-operator, [theme=base16-monokai] .hljs-punctuation, [theme=base16-monokai] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-monokai] .hljs-bullet, [theme=base16-monokai] .hljs-deletion, [theme=base16-monokai] .hljs-name, [theme=base16-monokai] .hljs-selector-tag, [theme=base16-monokai] .hljs-template-variable, [theme=base16-monokai] .hljs-variable {
  color: #f92672;
}
[theme=base16-monokai] .hljs-attr, [theme=base16-monokai] .hljs-link, [theme=base16-monokai] .hljs-literal, [theme=base16-monokai] .hljs-number, [theme=base16-monokai] .hljs-symbol, [theme=base16-monokai] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-monokai] .hljs-class .hljs-title, [theme=base16-monokai] .hljs-title, [theme=base16-monokai] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-addition, [theme=base16-monokai] .hljs-code, [theme=base16-monokai] .hljs-string, [theme=base16-monokai] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-monokai] .hljs-built_in, [theme=base16-monokai] .hljs-doctag, [theme=base16-monokai] .hljs-keyword.hljs-atrule, [theme=base16-monokai] .hljs-quote, [theme=base16-monokai] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-monokai] .hljs-attribute, [theme=base16-monokai] .hljs-function .hljs-title, [theme=base16-monokai] .hljs-section, [theme=base16-monokai] .hljs-title.function_, [theme=base16-monokai] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-monokai] .diff .hljs-meta, [theme=base16-monokai] .hljs-keyword, [theme=base16-monokai] .hljs-template-tag, [theme=base16-monokai] .hljs-type {
  color: #ae81ff;
}
[theme=base16-monokai] .hljs-emphasis {
  color: #ae81ff;
  font-style: italic;
}
[theme=base16-monokai] .hljs-meta, [theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nebula] {
  /*!
    Theme: Nebula
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nebula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nebula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nebula] .hljs {
  color: #a4a6a9;
  background: #22273b;
}
[theme=base16-nebula] .hljs ::selection, [theme=base16-nebula] .hljs::selection {
  background-color: #5a8380;
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-comment {
  color: #6e6f72;
}
[theme=base16-nebula] .hljs-tag {
  color: #87888b;
}
[theme=base16-nebula] .hljs-operator, [theme=base16-nebula] .hljs-punctuation, [theme=base16-nebula] .hljs-subst {
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nebula] .hljs-bullet, [theme=base16-nebula] .hljs-deletion, [theme=base16-nebula] .hljs-name, [theme=base16-nebula] .hljs-selector-tag, [theme=base16-nebula] .hljs-template-variable, [theme=base16-nebula] .hljs-variable {
  color: #777abc;
}
[theme=base16-nebula] .hljs-attr, [theme=base16-nebula] .hljs-link, [theme=base16-nebula] .hljs-literal, [theme=base16-nebula] .hljs-number, [theme=base16-nebula] .hljs-symbol, [theme=base16-nebula] .hljs-variable.constant_ {
  color: #94929e;
}
[theme=base16-nebula] .hljs-class .hljs-title, [theme=base16-nebula] .hljs-title, [theme=base16-nebula] .hljs-title.class_ {
  color: #4f9062;
}
[theme=base16-nebula] .hljs-strong {
  font-weight: 700;
  color: #4f9062;
}
[theme=base16-nebula] .hljs-addition, [theme=base16-nebula] .hljs-code, [theme=base16-nebula] .hljs-string, [theme=base16-nebula] .hljs-title.class_.inherited__ {
  color: #6562a8;
}
[theme=base16-nebula] .hljs-built_in, [theme=base16-nebula] .hljs-doctag, [theme=base16-nebula] .hljs-keyword.hljs-atrule, [theme=base16-nebula] .hljs-quote, [theme=base16-nebula] .hljs-regexp {
  color: #226f68;
}
[theme=base16-nebula] .hljs-attribute, [theme=base16-nebula] .hljs-function .hljs-title, [theme=base16-nebula] .hljs-section, [theme=base16-nebula] .hljs-title.function_, [theme=base16-nebula] .ruby .hljs-property {
  color: #4d6bb6;
}
[theme=base16-nebula] .diff .hljs-meta, [theme=base16-nebula] .hljs-keyword, [theme=base16-nebula] .hljs-template-tag, [theme=base16-nebula] .hljs-type {
  color: #716cae;
}
[theme=base16-nebula] .hljs-emphasis {
  color: #716cae;
  font-style: italic;
}
[theme=base16-nebula] .hljs-meta, [theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta .hljs-string {
  color: #8c70a7;
}
[theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nord] {
  /*!
    Theme: Nord
    Author: arcticicestudio
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nord] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nord] .hljs {
  color: #e5e9f0;
  background: #2e3440;
}
[theme=base16-nord] .hljs ::selection, [theme=base16-nord] .hljs::selection {
  background-color: #434c5e;
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-comment {
  color: #4c566a;
}
[theme=base16-nord] .hljs-tag {
  color: #d8dee9;
}
[theme=base16-nord] .hljs-operator, [theme=base16-nord] .hljs-punctuation, [theme=base16-nord] .hljs-subst {
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nord] .hljs-bullet, [theme=base16-nord] .hljs-deletion, [theme=base16-nord] .hljs-name, [theme=base16-nord] .hljs-selector-tag, [theme=base16-nord] .hljs-template-variable, [theme=base16-nord] .hljs-variable {
  color: #bf616a;
}
[theme=base16-nord] .hljs-attr, [theme=base16-nord] .hljs-link, [theme=base16-nord] .hljs-literal, [theme=base16-nord] .hljs-number, [theme=base16-nord] .hljs-symbol, [theme=base16-nord] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-nord] .hljs-class .hljs-title, [theme=base16-nord] .hljs-title, [theme=base16-nord] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-addition, [theme=base16-nord] .hljs-code, [theme=base16-nord] .hljs-string, [theme=base16-nord] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-nord] .hljs-built_in, [theme=base16-nord] .hljs-doctag, [theme=base16-nord] .hljs-keyword.hljs-atrule, [theme=base16-nord] .hljs-quote, [theme=base16-nord] .hljs-regexp {
  color: #88c0d0;
}
[theme=base16-nord] .hljs-attribute, [theme=base16-nord] .hljs-function .hljs-title, [theme=base16-nord] .hljs-section, [theme=base16-nord] .hljs-title.function_, [theme=base16-nord] .ruby .hljs-property {
  color: #81a1c1;
}
[theme=base16-nord] .diff .hljs-meta, [theme=base16-nord] .hljs-keyword, [theme=base16-nord] .hljs-template-tag, [theme=base16-nord] .hljs-type {
  color: #b48ead;
}
[theme=base16-nord] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-nord] .hljs-meta, [theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta .hljs-string {
  color: #5e81ac;
}
[theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nova] {
  /*!
    Theme: Nova
    Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nova] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nova] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nova] .hljs {
  color: #c5d4dd;
  background: #3c4c55;
}
[theme=base16-nova] .hljs ::selection, [theme=base16-nova] .hljs::selection {
  background-color: #6a7d89;
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-comment, [theme=base16-nova] .hljs-tag {
  color: #899ba6;
}
[theme=base16-nova] .hljs-operator, [theme=base16-nova] .hljs-punctuation, [theme=base16-nova] .hljs-subst {
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nova] .hljs-bullet, [theme=base16-nova] .hljs-deletion, [theme=base16-nova] .hljs-name, [theme=base16-nova] .hljs-selector-tag, [theme=base16-nova] .hljs-template-variable, [theme=base16-nova] .hljs-variable {
  color: #83afe5;
}
[theme=base16-nova] .hljs-attr, [theme=base16-nova] .hljs-link, [theme=base16-nova] .hljs-literal, [theme=base16-nova] .hljs-number, [theme=base16-nova] .hljs-symbol, [theme=base16-nova] .hljs-variable.constant_ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-class .hljs-title, [theme=base16-nova] .hljs-title, [theme=base16-nova] .hljs-title.class_ {
  color: #a8ce93;
}
[theme=base16-nova] .hljs-strong {
  font-weight: 700;
  color: #a8ce93;
}
[theme=base16-nova] .hljs-addition, [theme=base16-nova] .hljs-code, [theme=base16-nova] .hljs-string, [theme=base16-nova] .hljs-title.class_.inherited__ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-built_in, [theme=base16-nova] .hljs-doctag, [theme=base16-nova] .hljs-keyword.hljs-atrule, [theme=base16-nova] .hljs-quote, [theme=base16-nova] .hljs-regexp {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-attribute, [theme=base16-nova] .hljs-function .hljs-title, [theme=base16-nova] .hljs-section, [theme=base16-nova] .hljs-title.function_, [theme=base16-nova] .ruby .hljs-property {
  color: #83afe5;
}
[theme=base16-nova] .diff .hljs-meta, [theme=base16-nova] .hljs-keyword, [theme=base16-nova] .hljs-template-tag, [theme=base16-nova] .hljs-type {
  color: #9a93e1;
}
[theme=base16-nova] .hljs-emphasis {
  color: #9a93e1;
  font-style: italic;
}
[theme=base16-nova] .hljs-meta, [theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta .hljs-string {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ocean] {
  /*!
    Theme: Ocean
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ocean] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ocean] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ocean] .hljs {
  color: #c0c5ce;
  background: #2b303b;
}
[theme=base16-ocean] .hljs ::selection, [theme=base16-ocean] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-comment {
  color: #65737e;
}
[theme=base16-ocean] .hljs-tag {
  color: #a7adba;
}
[theme=base16-ocean] .hljs-operator, [theme=base16-ocean] .hljs-punctuation, [theme=base16-ocean] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ocean] .hljs-bullet, [theme=base16-ocean] .hljs-deletion, [theme=base16-ocean] .hljs-name, [theme=base16-ocean] .hljs-selector-tag, [theme=base16-ocean] .hljs-template-variable, [theme=base16-ocean] .hljs-variable {
  color: #bf616a;
}
[theme=base16-ocean] .hljs-attr, [theme=base16-ocean] .hljs-link, [theme=base16-ocean] .hljs-literal, [theme=base16-ocean] .hljs-number, [theme=base16-ocean] .hljs-symbol, [theme=base16-ocean] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-ocean] .hljs-class .hljs-title, [theme=base16-ocean] .hljs-title, [theme=base16-ocean] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-addition, [theme=base16-ocean] .hljs-code, [theme=base16-ocean] .hljs-string, [theme=base16-ocean] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-ocean] .hljs-built_in, [theme=base16-ocean] .hljs-doctag, [theme=base16-ocean] .hljs-keyword.hljs-atrule, [theme=base16-ocean] .hljs-quote, [theme=base16-ocean] .hljs-regexp {
  color: #96b5b4;
}
[theme=base16-ocean] .hljs-attribute, [theme=base16-ocean] .hljs-function .hljs-title, [theme=base16-ocean] .hljs-section, [theme=base16-ocean] .hljs-title.function_, [theme=base16-ocean] .ruby .hljs-property {
  color: #8fa1b3;
}
[theme=base16-ocean] .diff .hljs-meta, [theme=base16-ocean] .hljs-keyword, [theme=base16-ocean] .hljs-template-tag, [theme=base16-ocean] .hljs-type {
  color: #b48ead;
}
[theme=base16-ocean] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-ocean] .hljs-meta, [theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-oceanicnext] {
  /*!
    Theme: OceanicNext
    Author: https://github.com/voronianski/oceanic-next-color-scheme
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-oceanicnext] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-oceanicnext] code.hljs {
  padding: 3px 5px;
}
[theme=base16-oceanicnext] .hljs {
  color: #c0c5ce;
  background: #1b2b34;
}
[theme=base16-oceanicnext] .hljs ::selection, [theme=base16-oceanicnext] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-comment {
  color: #65737e;
}
[theme=base16-oceanicnext] .hljs-tag {
  color: #a7adba;
}
[theme=base16-oceanicnext] .hljs-operator, [theme=base16-oceanicnext] .hljs-punctuation, [theme=base16-oceanicnext] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-oceanicnext] .hljs-bullet, [theme=base16-oceanicnext] .hljs-deletion, [theme=base16-oceanicnext] .hljs-name, [theme=base16-oceanicnext] .hljs-selector-tag, [theme=base16-oceanicnext] .hljs-template-variable, [theme=base16-oceanicnext] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-oceanicnext] .hljs-attr, [theme=base16-oceanicnext] .hljs-link, [theme=base16-oceanicnext] .hljs-literal, [theme=base16-oceanicnext] .hljs-number, [theme=base16-oceanicnext] .hljs-symbol, [theme=base16-oceanicnext] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-oceanicnext] .hljs-class .hljs-title, [theme=base16-oceanicnext] .hljs-title, [theme=base16-oceanicnext] .hljs-title.class_ {
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-strong {
  font-weight: 700;
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-addition, [theme=base16-oceanicnext] .hljs-code, [theme=base16-oceanicnext] .hljs-string, [theme=base16-oceanicnext] .hljs-title.class_.inherited__ {
  color: #99c794;
}
[theme=base16-oceanicnext] .hljs-built_in, [theme=base16-oceanicnext] .hljs-doctag, [theme=base16-oceanicnext] .hljs-keyword.hljs-atrule, [theme=base16-oceanicnext] .hljs-quote, [theme=base16-oceanicnext] .hljs-regexp {
  color: #5fb3b3;
}
[theme=base16-oceanicnext] .hljs-attribute, [theme=base16-oceanicnext] .hljs-function .hljs-title, [theme=base16-oceanicnext] .hljs-section, [theme=base16-oceanicnext] .hljs-title.function_, [theme=base16-oceanicnext] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-oceanicnext] .diff .hljs-meta, [theme=base16-oceanicnext] .hljs-keyword, [theme=base16-oceanicnext] .hljs-template-tag, [theme=base16-oceanicnext] .hljs-type {
  color: #c594c5;
}
[theme=base16-oceanicnext] .hljs-emphasis {
  color: #c594c5;
  font-style: italic;
}
[theme=base16-oceanicnext] .hljs-meta, [theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-one-light] {
  /*!
    Theme: One Light
    Author: Daniel Pfeifer (http://github.com/purpleKarrot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=base16-one-light] .hljs ::selection, [theme=base16-one-light] .hljs::selection {
  background-color: #e5e5e6;
  color: #383a42;
}
[theme=base16-one-light] .hljs-comment {
  color: #a0a1a7;
}
[theme=base16-one-light] .hljs-tag {
  color: #696c77;
}
[theme=base16-one-light] .hljs-operator, [theme=base16-one-light] .hljs-punctuation, [theme=base16-one-light] .hljs-subst {
  color: #383a42;
}
[theme=base16-one-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-one-light] .hljs-bullet, [theme=base16-one-light] .hljs-deletion, [theme=base16-one-light] .hljs-name, [theme=base16-one-light] .hljs-selector-tag, [theme=base16-one-light] .hljs-template-variable, [theme=base16-one-light] .hljs-variable {
  color: #ca1243;
}
[theme=base16-one-light] .hljs-attr, [theme=base16-one-light] .hljs-link, [theme=base16-one-light] .hljs-literal, [theme=base16-one-light] .hljs-number, [theme=base16-one-light] .hljs-symbol, [theme=base16-one-light] .hljs-variable.constant_ {
  color: #d75f00;
}
[theme=base16-one-light] .hljs-class .hljs-title, [theme=base16-one-light] .hljs-title, [theme=base16-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=base16-one-light] .hljs-strong {
  font-weight: 700;
  color: #c18401;
}
[theme=base16-one-light] .hljs-addition, [theme=base16-one-light] .hljs-code, [theme=base16-one-light] .hljs-string, [theme=base16-one-light] .hljs-title.class_.inherited__ {
  color: #50a14f;
}
[theme=base16-one-light] .hljs-built_in, [theme=base16-one-light] .hljs-doctag, [theme=base16-one-light] .hljs-keyword.hljs-atrule, [theme=base16-one-light] .hljs-quote, [theme=base16-one-light] .hljs-regexp {
  color: #0184bc;
}
[theme=base16-one-light] .hljs-attribute, [theme=base16-one-light] .hljs-function .hljs-title, [theme=base16-one-light] .hljs-section, [theme=base16-one-light] .hljs-title.function_, [theme=base16-one-light] .ruby .hljs-property {
  color: #4078f2;
}
[theme=base16-one-light] .diff .hljs-meta, [theme=base16-one-light] .hljs-keyword, [theme=base16-one-light] .hljs-template-tag, [theme=base16-one-light] .hljs-type {
  color: #a626a4;
}
[theme=base16-one-light] .hljs-emphasis {
  color: #a626a4;
  font-style: italic;
}
[theme=base16-one-light] .hljs-meta, [theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta .hljs-string {
  color: #986801;
}
[theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-onedark] {
  /*!
    Theme: OneDark
    Author: Lalit Magant (http://github.com/tilal6991)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-onedark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-onedark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-onedark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=base16-onedark] .hljs ::selection, [theme=base16-onedark] .hljs::selection {
  background-color: #3e4451;
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-comment {
  color: #545862;
}
[theme=base16-onedark] .hljs-tag {
  color: #565c64;
}
[theme=base16-onedark] .hljs-operator, [theme=base16-onedark] .hljs-punctuation, [theme=base16-onedark] .hljs-subst {
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-onedark] .hljs-bullet, [theme=base16-onedark] .hljs-deletion, [theme=base16-onedark] .hljs-name, [theme=base16-onedark] .hljs-selector-tag, [theme=base16-onedark] .hljs-template-variable, [theme=base16-onedark] .hljs-variable {
  color: #e06c75;
}
[theme=base16-onedark] .hljs-attr, [theme=base16-onedark] .hljs-link, [theme=base16-onedark] .hljs-literal, [theme=base16-onedark] .hljs-number, [theme=base16-onedark] .hljs-symbol, [theme=base16-onedark] .hljs-variable.constant_ {
  color: #d19a66;
}
[theme=base16-onedark] .hljs-class .hljs-title, [theme=base16-onedark] .hljs-title, [theme=base16-onedark] .hljs-title.class_ {
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-strong {
  font-weight: 700;
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-addition, [theme=base16-onedark] .hljs-code, [theme=base16-onedark] .hljs-string, [theme=base16-onedark] .hljs-title.class_.inherited__ {
  color: #98c379;
}
[theme=base16-onedark] .hljs-built_in, [theme=base16-onedark] .hljs-doctag, [theme=base16-onedark] .hljs-keyword.hljs-atrule, [theme=base16-onedark] .hljs-quote, [theme=base16-onedark] .hljs-regexp {
  color: #56b6c2;
}
[theme=base16-onedark] .hljs-attribute, [theme=base16-onedark] .hljs-function .hljs-title, [theme=base16-onedark] .hljs-section, [theme=base16-onedark] .hljs-title.function_, [theme=base16-onedark] .ruby .hljs-property {
  color: #61afef;
}
[theme=base16-onedark] .diff .hljs-meta, [theme=base16-onedark] .hljs-keyword, [theme=base16-onedark] .hljs-template-tag, [theme=base16-onedark] .hljs-type {
  color: #c678dd;
}
[theme=base16-onedark] .hljs-emphasis {
  color: #c678dd;
  font-style: italic;
}
[theme=base16-onedark] .hljs-meta, [theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta .hljs-string {
  color: #be5046;
}
[theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-outrun-dark] {
  /*!
    Theme: Outrun Dark
    Author: Hugo Delahousse (http://github.com/hugodelahousse/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-outrun-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-outrun-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-outrun-dark] .hljs {
  color: #d0d0fa;
  background: #00002a;
}
[theme=base16-outrun-dark] .hljs ::selection, [theme=base16-outrun-dark] .hljs::selection {
  background-color: #30305a;
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-comment {
  color: #50507a;
}
[theme=base16-outrun-dark] .hljs-tag {
  color: #b0b0da;
}
[theme=base16-outrun-dark] .hljs-operator, [theme=base16-outrun-dark] .hljs-punctuation, [theme=base16-outrun-dark] .hljs-subst {
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-outrun-dark] .hljs-bullet, [theme=base16-outrun-dark] .hljs-deletion, [theme=base16-outrun-dark] .hljs-name, [theme=base16-outrun-dark] .hljs-selector-tag, [theme=base16-outrun-dark] .hljs-template-variable, [theme=base16-outrun-dark] .hljs-variable {
  color: #ff4242;
}
[theme=base16-outrun-dark] .hljs-attr, [theme=base16-outrun-dark] .hljs-link, [theme=base16-outrun-dark] .hljs-literal, [theme=base16-outrun-dark] .hljs-number, [theme=base16-outrun-dark] .hljs-symbol, [theme=base16-outrun-dark] .hljs-variable.constant_ {
  color: #fc8d28;
}
[theme=base16-outrun-dark] .hljs-class .hljs-title, [theme=base16-outrun-dark] .hljs-title, [theme=base16-outrun-dark] .hljs-title.class_ {
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-strong {
  font-weight: 700;
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-addition, [theme=base16-outrun-dark] .hljs-code, [theme=base16-outrun-dark] .hljs-string, [theme=base16-outrun-dark] .hljs-title.class_.inherited__ {
  color: #59f176;
}
[theme=base16-outrun-dark] .hljs-built_in, [theme=base16-outrun-dark] .hljs-doctag, [theme=base16-outrun-dark] .hljs-keyword.hljs-atrule, [theme=base16-outrun-dark] .hljs-quote, [theme=base16-outrun-dark] .hljs-regexp {
  color: #0ef0f0;
}
[theme=base16-outrun-dark] .hljs-attribute, [theme=base16-outrun-dark] .hljs-function .hljs-title, [theme=base16-outrun-dark] .hljs-section, [theme=base16-outrun-dark] .hljs-title.function_, [theme=base16-outrun-dark] .ruby .hljs-property {
  color: #66b0ff;
}
[theme=base16-outrun-dark] .diff .hljs-meta, [theme=base16-outrun-dark] .hljs-keyword, [theme=base16-outrun-dark] .hljs-template-tag, [theme=base16-outrun-dark] .hljs-type {
  color: #f10596;
}
[theme=base16-outrun-dark] .hljs-emphasis {
  color: #f10596;
  font-style: italic;
}
[theme=base16-outrun-dark] .hljs-meta, [theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta .hljs-string {
  color: #f003ef;
}
[theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-dark] {
  /*!
    Theme: PaperColor Dark
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-dark] .hljs {
  color: grey;
  background: #1c1c1c;
}
[theme=base16-papercolor-dark] .hljs ::selection, [theme=base16-papercolor-dark] .hljs::selection {
  background-color: #5faf00;
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-comment {
  color: #d7af5f;
}
[theme=base16-papercolor-dark] .hljs-tag {
  color: #5fafd7;
}
[theme=base16-papercolor-dark] .hljs-operator, [theme=base16-papercolor-dark] .hljs-punctuation, [theme=base16-papercolor-dark] .hljs-subst {
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-dark] .hljs-bullet, [theme=base16-papercolor-dark] .hljs-deletion, [theme=base16-papercolor-dark] .hljs-name, [theme=base16-papercolor-dark] .hljs-selector-tag, [theme=base16-papercolor-dark] .hljs-template-variable, [theme=base16-papercolor-dark] .hljs-variable {
  color: #585858;
}
[theme=base16-papercolor-dark] .hljs-attr, [theme=base16-papercolor-dark] .hljs-link, [theme=base16-papercolor-dark] .hljs-literal, [theme=base16-papercolor-dark] .hljs-number, [theme=base16-papercolor-dark] .hljs-symbol, [theme=base16-papercolor-dark] .hljs-variable.constant_ {
  color: #5faf5f;
}
[theme=base16-papercolor-dark] .hljs-class .hljs-title, [theme=base16-papercolor-dark] .hljs-title, [theme=base16-papercolor-dark] .hljs-title.class_ {
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-strong {
  font-weight: 700;
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-addition, [theme=base16-papercolor-dark] .hljs-code, [theme=base16-papercolor-dark] .hljs-string, [theme=base16-papercolor-dark] .hljs-title.class_.inherited__ {
  color: #af87d7;
}
[theme=base16-papercolor-dark] .hljs-built_in, [theme=base16-papercolor-dark] .hljs-doctag, [theme=base16-papercolor-dark] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-dark] .hljs-quote, [theme=base16-papercolor-dark] .hljs-regexp {
  color: #ffaf00;
}
[theme=base16-papercolor-dark] .hljs-attribute, [theme=base16-papercolor-dark] .hljs-function .hljs-title, [theme=base16-papercolor-dark] .hljs-section, [theme=base16-papercolor-dark] .hljs-title.function_, [theme=base16-papercolor-dark] .ruby .hljs-property {
  color: #ff5faf;
}
[theme=base16-papercolor-dark] .diff .hljs-meta, [theme=base16-papercolor-dark] .hljs-keyword, [theme=base16-papercolor-dark] .hljs-template-tag, [theme=base16-papercolor-dark] .hljs-type {
  color: #00afaf;
}
[theme=base16-papercolor-dark] .hljs-emphasis {
  color: #00afaf;
  font-style: italic;
}
[theme=base16-papercolor-dark] .hljs-meta, [theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta .hljs-string {
  color: #5f8787;
}
[theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-light] {
  /*!
    Theme: PaperColor Light
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-light] .hljs {
  color: #444;
  background: #eee;
}
[theme=base16-papercolor-light] .hljs ::selection, [theme=base16-papercolor-light] .hljs::selection {
  background-color: #008700;
  color: #444;
}
[theme=base16-papercolor-light] .hljs-comment {
  color: #5f8700;
}
[theme=base16-papercolor-light] .hljs-tag {
  color: #0087af;
}
[theme=base16-papercolor-light] .hljs-operator, [theme=base16-papercolor-light] .hljs-punctuation, [theme=base16-papercolor-light] .hljs-subst {
  color: #444;
}
[theme=base16-papercolor-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-light] .hljs-bullet, [theme=base16-papercolor-light] .hljs-deletion, [theme=base16-papercolor-light] .hljs-name, [theme=base16-papercolor-light] .hljs-selector-tag, [theme=base16-papercolor-light] .hljs-template-variable, [theme=base16-papercolor-light] .hljs-variable {
  color: #bcbcbc;
}
[theme=base16-papercolor-light] .hljs-attr, [theme=base16-papercolor-light] .hljs-link, [theme=base16-papercolor-light] .hljs-literal, [theme=base16-papercolor-light] .hljs-number, [theme=base16-papercolor-light] .hljs-symbol, [theme=base16-papercolor-light] .hljs-variable.constant_ {
  color: #d70000;
}
[theme=base16-papercolor-light] .hljs-class .hljs-title, [theme=base16-papercolor-light] .hljs-title, [theme=base16-papercolor-light] .hljs-title.class_ {
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-strong {
  font-weight: 700;
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-addition, [theme=base16-papercolor-light] .hljs-code, [theme=base16-papercolor-light] .hljs-string, [theme=base16-papercolor-light] .hljs-title.class_.inherited__ {
  color: #8700af;
}
[theme=base16-papercolor-light] .hljs-attribute, [theme=base16-papercolor-light] .hljs-built_in, [theme=base16-papercolor-light] .hljs-doctag, [theme=base16-papercolor-light] .hljs-function .hljs-title, [theme=base16-papercolor-light] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-light] .hljs-quote, [theme=base16-papercolor-light] .hljs-regexp, [theme=base16-papercolor-light] .hljs-section, [theme=base16-papercolor-light] .hljs-title.function_, [theme=base16-papercolor-light] .ruby .hljs-property {
  color: #d75f00;
}
[theme=base16-papercolor-light] .diff .hljs-meta, [theme=base16-papercolor-light] .hljs-keyword, [theme=base16-papercolor-light] .hljs-template-tag, [theme=base16-papercolor-light] .hljs-type {
  color: #005faf;
}
[theme=base16-papercolor-light] .hljs-emphasis {
  color: #005faf;
  font-style: italic;
}
[theme=base16-papercolor-light] .hljs-meta, [theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta .hljs-string {
  color: #005f87;
}
[theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-paraiso] {
  /*!
    Theme: Paraiso
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-paraiso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-paraiso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-paraiso] .hljs {
  color: #a39e9b;
  background: #2f1e2e;
}
[theme=base16-paraiso] .hljs ::selection, [theme=base16-paraiso] .hljs::selection {
  background-color: #4f424c;
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-comment {
  color: #776e71;
}
[theme=base16-paraiso] .hljs-tag {
  color: #8d8687;
}
[theme=base16-paraiso] .hljs-operator, [theme=base16-paraiso] .hljs-punctuation, [theme=base16-paraiso] .hljs-subst {
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-paraiso] .hljs-bullet, [theme=base16-paraiso] .hljs-deletion, [theme=base16-paraiso] .hljs-name, [theme=base16-paraiso] .hljs-selector-tag, [theme=base16-paraiso] .hljs-template-variable, [theme=base16-paraiso] .hljs-variable {
  color: #ef6155;
}
[theme=base16-paraiso] .hljs-attr, [theme=base16-paraiso] .hljs-link, [theme=base16-paraiso] .hljs-literal, [theme=base16-paraiso] .hljs-number, [theme=base16-paraiso] .hljs-symbol, [theme=base16-paraiso] .hljs-variable.constant_ {
  color: #f99b15;
}
[theme=base16-paraiso] .hljs-class .hljs-title, [theme=base16-paraiso] .hljs-title, [theme=base16-paraiso] .hljs-title.class_ {
  color: #fec418;
}
[theme=base16-paraiso] .hljs-strong {
  font-weight: 700;
  color: #fec418;
}
[theme=base16-paraiso] .hljs-addition, [theme=base16-paraiso] .hljs-code, [theme=base16-paraiso] .hljs-string, [theme=base16-paraiso] .hljs-title.class_.inherited__ {
  color: #48b685;
}
[theme=base16-paraiso] .hljs-built_in, [theme=base16-paraiso] .hljs-doctag, [theme=base16-paraiso] .hljs-keyword.hljs-atrule, [theme=base16-paraiso] .hljs-quote, [theme=base16-paraiso] .hljs-regexp {
  color: #5bc4bf;
}
[theme=base16-paraiso] .hljs-attribute, [theme=base16-paraiso] .hljs-function .hljs-title, [theme=base16-paraiso] .hljs-section, [theme=base16-paraiso] .hljs-title.function_, [theme=base16-paraiso] .ruby .hljs-property {
  color: #06b6ef;
}
[theme=base16-paraiso] .diff .hljs-meta, [theme=base16-paraiso] .hljs-keyword, [theme=base16-paraiso] .hljs-template-tag, [theme=base16-paraiso] .hljs-type {
  color: #815ba4;
}
[theme=base16-paraiso] .hljs-emphasis {
  color: #815ba4;
  font-style: italic;
}
[theme=base16-paraiso] .hljs-meta, [theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta .hljs-string {
  color: #e96ba8;
}
[theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pasque] {
  /*!
    Theme: Pasque
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pasque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pasque] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pasque] .hljs {
  color: #dedcdf;
  background: #271c3a;
}
[theme=base16-pasque] .hljs ::selection, [theme=base16-pasque] .hljs::selection {
  background-color: #3e2d5c;
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-comment {
  color: #5d5766;
}
[theme=base16-pasque] .hljs-tag {
  color: #bebcbf;
}
[theme=base16-pasque] .hljs-operator, [theme=base16-pasque] .hljs-punctuation, [theme=base16-pasque] .hljs-subst {
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pasque] .hljs-bullet, [theme=base16-pasque] .hljs-deletion, [theme=base16-pasque] .hljs-name, [theme=base16-pasque] .hljs-selector-tag, [theme=base16-pasque] .hljs-template-variable, [theme=base16-pasque] .hljs-variable {
  color: #a92258;
}
[theme=base16-pasque] .hljs-attr, [theme=base16-pasque] .hljs-link, [theme=base16-pasque] .hljs-literal, [theme=base16-pasque] .hljs-number, [theme=base16-pasque] .hljs-symbol, [theme=base16-pasque] .hljs-variable.constant_ {
  color: #918889;
}
[theme=base16-pasque] .hljs-class .hljs-title, [theme=base16-pasque] .hljs-title, [theme=base16-pasque] .hljs-title.class_ {
  color: #804ead;
}
[theme=base16-pasque] .hljs-strong {
  font-weight: 700;
  color: #804ead;
}
[theme=base16-pasque] .hljs-addition, [theme=base16-pasque] .hljs-code, [theme=base16-pasque] .hljs-string, [theme=base16-pasque] .hljs-title.class_.inherited__ {
  color: #c6914b;
}
[theme=base16-pasque] .hljs-built_in, [theme=base16-pasque] .hljs-doctag, [theme=base16-pasque] .hljs-keyword.hljs-atrule, [theme=base16-pasque] .hljs-quote, [theme=base16-pasque] .hljs-regexp {
  color: #7263aa;
}
[theme=base16-pasque] .hljs-attribute, [theme=base16-pasque] .hljs-function .hljs-title, [theme=base16-pasque] .hljs-section, [theme=base16-pasque] .hljs-title.function_, [theme=base16-pasque] .ruby .hljs-property {
  color: #8e7dc6;
}
[theme=base16-pasque] .diff .hljs-meta, [theme=base16-pasque] .hljs-keyword, [theme=base16-pasque] .hljs-template-tag, [theme=base16-pasque] .hljs-type {
  color: #953b9d;
}
[theme=base16-pasque] .hljs-emphasis {
  color: #953b9d;
  font-style: italic;
}
[theme=base16-pasque] .hljs-meta, [theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta .hljs-string {
  color: #59325c;
}
[theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-phd] {
  /*!
    Theme: PhD
    Author: Hennig Hasemann (http://leetless.de/vim.html)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-phd] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-phd] code.hljs {
  padding: 3px 5px;
}
[theme=base16-phd] .hljs {
  color: #b8bbc2;
  background: #061229;
}
[theme=base16-phd] .hljs ::selection, [theme=base16-phd] .hljs::selection {
  background-color: #4d5666;
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-comment {
  color: #717885;
}
[theme=base16-phd] .hljs-tag {
  color: #9a99a3;
}
[theme=base16-phd] .hljs-operator, [theme=base16-phd] .hljs-punctuation, [theme=base16-phd] .hljs-subst {
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-phd] .hljs-bullet, [theme=base16-phd] .hljs-deletion, [theme=base16-phd] .hljs-name, [theme=base16-phd] .hljs-selector-tag, [theme=base16-phd] .hljs-template-variable, [theme=base16-phd] .hljs-variable {
  color: #d07346;
}
[theme=base16-phd] .hljs-attr, [theme=base16-phd] .hljs-link, [theme=base16-phd] .hljs-literal, [theme=base16-phd] .hljs-number, [theme=base16-phd] .hljs-symbol, [theme=base16-phd] .hljs-variable.constant_ {
  color: #f0a000;
}
[theme=base16-phd] .hljs-class .hljs-title, [theme=base16-phd] .hljs-title, [theme=base16-phd] .hljs-title.class_ {
  color: #fbd461;
}
[theme=base16-phd] .hljs-strong {
  font-weight: 700;
  color: #fbd461;
}
[theme=base16-phd] .hljs-addition, [theme=base16-phd] .hljs-code, [theme=base16-phd] .hljs-string, [theme=base16-phd] .hljs-title.class_.inherited__ {
  color: #99bf52;
}
[theme=base16-phd] .hljs-built_in, [theme=base16-phd] .hljs-doctag, [theme=base16-phd] .hljs-keyword.hljs-atrule, [theme=base16-phd] .hljs-quote, [theme=base16-phd] .hljs-regexp {
  color: #72b9bf;
}
[theme=base16-phd] .hljs-attribute, [theme=base16-phd] .hljs-function .hljs-title, [theme=base16-phd] .hljs-section, [theme=base16-phd] .hljs-title.function_, [theme=base16-phd] .ruby .hljs-property {
  color: #5299bf;
}
[theme=base16-phd] .diff .hljs-meta, [theme=base16-phd] .hljs-keyword, [theme=base16-phd] .hljs-template-tag, [theme=base16-phd] .hljs-type {
  color: #9989cc;
}
[theme=base16-phd] .hljs-emphasis {
  color: #9989cc;
  font-style: italic;
}
[theme=base16-phd] .hljs-meta, [theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta .hljs-string {
  color: #b08060;
}
[theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pico] {
  /*!
    Theme: Pico
    Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pico] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pico] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pico] .hljs {
  color: #5f574f;
  background: #000;
}
[theme=base16-pico] .hljs ::selection, [theme=base16-pico] .hljs::selection {
  background-color: #7e2553;
  color: #5f574f;
}
[theme=base16-pico] .hljs-comment {
  color: #008751;
}
[theme=base16-pico] .hljs-tag {
  color: #ab5236;
}
[theme=base16-pico] .hljs-operator, [theme=base16-pico] .hljs-punctuation, [theme=base16-pico] .hljs-subst {
  color: #5f574f;
}
[theme=base16-pico] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pico] .hljs-bullet, [theme=base16-pico] .hljs-deletion, [theme=base16-pico] .hljs-name, [theme=base16-pico] .hljs-selector-tag, [theme=base16-pico] .hljs-template-variable, [theme=base16-pico] .hljs-variable {
  color: #ff004d;
}
[theme=base16-pico] .hljs-attr, [theme=base16-pico] .hljs-link, [theme=base16-pico] .hljs-literal, [theme=base16-pico] .hljs-number, [theme=base16-pico] .hljs-symbol, [theme=base16-pico] .hljs-variable.constant_ {
  color: #ffa300;
}
[theme=base16-pico] .hljs-class .hljs-title, [theme=base16-pico] .hljs-title, [theme=base16-pico] .hljs-title.class_ {
  color: #fff024;
}
[theme=base16-pico] .hljs-strong {
  font-weight: 700;
  color: #fff024;
}
[theme=base16-pico] .hljs-addition, [theme=base16-pico] .hljs-code, [theme=base16-pico] .hljs-string, [theme=base16-pico] .hljs-title.class_.inherited__ {
  color: #00e756;
}
[theme=base16-pico] .hljs-built_in, [theme=base16-pico] .hljs-doctag, [theme=base16-pico] .hljs-keyword.hljs-atrule, [theme=base16-pico] .hljs-quote, [theme=base16-pico] .hljs-regexp {
  color: #29adff;
}
[theme=base16-pico] .hljs-attribute, [theme=base16-pico] .hljs-function .hljs-title, [theme=base16-pico] .hljs-section, [theme=base16-pico] .hljs-title.function_, [theme=base16-pico] .ruby .hljs-property {
  color: #83769c;
}
[theme=base16-pico] .diff .hljs-meta, [theme=base16-pico] .hljs-keyword, [theme=base16-pico] .hljs-template-tag, [theme=base16-pico] .hljs-type {
  color: #ff77a8;
}
[theme=base16-pico] .hljs-emphasis {
  color: #ff77a8;
  font-style: italic;
}
[theme=base16-pico] .hljs-meta, [theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta .hljs-string {
  color: #fca;
}
[theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pop] {
  /*!
    Theme: Pop
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pop] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pop] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pop] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-pop] .hljs ::selection, [theme=base16-pop] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-comment {
  color: #505050;
}
[theme=base16-pop] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-pop] .hljs-operator, [theme=base16-pop] .hljs-punctuation, [theme=base16-pop] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pop] .hljs-bullet, [theme=base16-pop] .hljs-deletion, [theme=base16-pop] .hljs-name, [theme=base16-pop] .hljs-selector-tag, [theme=base16-pop] .hljs-template-variable, [theme=base16-pop] .hljs-variable {
  color: #eb008a;
}
[theme=base16-pop] .hljs-attr, [theme=base16-pop] .hljs-link, [theme=base16-pop] .hljs-literal, [theme=base16-pop] .hljs-number, [theme=base16-pop] .hljs-symbol, [theme=base16-pop] .hljs-variable.constant_ {
  color: #f29333;
}
[theme=base16-pop] .hljs-class .hljs-title, [theme=base16-pop] .hljs-title, [theme=base16-pop] .hljs-title.class_ {
  color: #f8ca12;
}
[theme=base16-pop] .hljs-strong {
  font-weight: 700;
  color: #f8ca12;
}
[theme=base16-pop] .hljs-addition, [theme=base16-pop] .hljs-code, [theme=base16-pop] .hljs-string, [theme=base16-pop] .hljs-title.class_.inherited__ {
  color: #37b349;
}
[theme=base16-pop] .hljs-built_in, [theme=base16-pop] .hljs-doctag, [theme=base16-pop] .hljs-keyword.hljs-atrule, [theme=base16-pop] .hljs-quote, [theme=base16-pop] .hljs-regexp {
  color: #0ab;
}
[theme=base16-pop] .hljs-attribute, [theme=base16-pop] .hljs-function .hljs-title, [theme=base16-pop] .hljs-section, [theme=base16-pop] .hljs-title.function_, [theme=base16-pop] .ruby .hljs-property {
  color: #0e5a94;
}
[theme=base16-pop] .diff .hljs-meta, [theme=base16-pop] .hljs-keyword, [theme=base16-pop] .hljs-template-tag, [theme=base16-pop] .hljs-type {
  color: #b31e8d;
}
[theme=base16-pop] .hljs-emphasis {
  color: #b31e8d;
  font-style: italic;
}
[theme=base16-pop] .hljs-meta, [theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta .hljs-string {
  color: #7a2d00;
}
[theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-porple] {
  /*!
    Theme: Porple
    Author: Niek den Breeje (https://github.com/AuditeMarlow)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-porple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-porple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-porple] .hljs {
  color: #d8d8d8;
  background: #292c36;
}
[theme=base16-porple] .hljs ::selection, [theme=base16-porple] .hljs::selection {
  background-color: #474160;
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-comment {
  color: #65568a;
}
[theme=base16-porple] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-porple] .hljs-operator, [theme=base16-porple] .hljs-punctuation, [theme=base16-porple] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-porple] .hljs-bullet, [theme=base16-porple] .hljs-deletion, [theme=base16-porple] .hljs-name, [theme=base16-porple] .hljs-selector-tag, [theme=base16-porple] .hljs-template-variable, [theme=base16-porple] .hljs-variable {
  color: #f84547;
}
[theme=base16-porple] .hljs-attr, [theme=base16-porple] .hljs-link, [theme=base16-porple] .hljs-literal, [theme=base16-porple] .hljs-number, [theme=base16-porple] .hljs-symbol, [theme=base16-porple] .hljs-variable.constant_ {
  color: #d28e5d;
}
[theme=base16-porple] .hljs-class .hljs-title, [theme=base16-porple] .hljs-title, [theme=base16-porple] .hljs-title.class_ {
  color: #efa16b;
}
[theme=base16-porple] .hljs-strong {
  font-weight: 700;
  color: #efa16b;
}
[theme=base16-porple] .hljs-addition, [theme=base16-porple] .hljs-code, [theme=base16-porple] .hljs-string, [theme=base16-porple] .hljs-title.class_.inherited__ {
  color: #95c76f;
}
[theme=base16-porple] .hljs-built_in, [theme=base16-porple] .hljs-doctag, [theme=base16-porple] .hljs-keyword.hljs-atrule, [theme=base16-porple] .hljs-quote, [theme=base16-porple] .hljs-regexp {
  color: #64878f;
}
[theme=base16-porple] .hljs-attribute, [theme=base16-porple] .hljs-function .hljs-title, [theme=base16-porple] .hljs-section, [theme=base16-porple] .hljs-title.function_, [theme=base16-porple] .ruby .hljs-property {
  color: #8485ce;
}
[theme=base16-porple] .diff .hljs-meta, [theme=base16-porple] .hljs-keyword, [theme=base16-porple] .hljs-template-tag, [theme=base16-porple] .hljs-type {
  color: #b74989;
}
[theme=base16-porple] .hljs-emphasis {
  color: #b74989;
  font-style: italic;
}
[theme=base16-porple] .hljs-meta, [theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta .hljs-string {
  color: #986841;
}
[theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-qualia] {
  /*!
    Theme: Qualia
    Author: isaacwhanson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-qualia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-qualia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-qualia] .hljs {
  color: silver;
  background: #101010;
}
[theme=base16-qualia] .hljs ::selection, [theme=base16-qualia] .hljs::selection {
  background-color: #454545;
  color: silver;
}
[theme=base16-qualia] .hljs-comment {
  color: #454545;
}
[theme=base16-qualia] .hljs-tag {
  color: grey;
}
[theme=base16-qualia] .hljs-operator, [theme=base16-qualia] .hljs-punctuation, [theme=base16-qualia] .hljs-subst {
  color: silver;
}
[theme=base16-qualia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-qualia] .hljs-bullet, [theme=base16-qualia] .hljs-deletion, [theme=base16-qualia] .hljs-name, [theme=base16-qualia] .hljs-selector-tag, [theme=base16-qualia] .hljs-template-variable, [theme=base16-qualia] .hljs-variable {
  color: #efa6a2;
}
[theme=base16-qualia] .hljs-attr, [theme=base16-qualia] .hljs-link, [theme=base16-qualia] .hljs-literal, [theme=base16-qualia] .hljs-number, [theme=base16-qualia] .hljs-symbol, [theme=base16-qualia] .hljs-variable.constant_ {
  color: #a3b8ef;
}
[theme=base16-qualia] .hljs-class .hljs-title, [theme=base16-qualia] .hljs-title, [theme=base16-qualia] .hljs-title.class_ {
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-strong {
  font-weight: 700;
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-addition, [theme=base16-qualia] .hljs-code, [theme=base16-qualia] .hljs-string, [theme=base16-qualia] .hljs-title.class_.inherited__ {
  color: #80c990;
}
[theme=base16-qualia] .hljs-built_in, [theme=base16-qualia] .hljs-doctag, [theme=base16-qualia] .hljs-keyword.hljs-atrule, [theme=base16-qualia] .hljs-quote, [theme=base16-qualia] .hljs-regexp {
  color: #c8c874;
}
[theme=base16-qualia] .hljs-attribute, [theme=base16-qualia] .hljs-function .hljs-title, [theme=base16-qualia] .hljs-section, [theme=base16-qualia] .hljs-title.function_, [theme=base16-qualia] .ruby .hljs-property {
  color: #50cacd;
}
[theme=base16-qualia] .diff .hljs-meta, [theme=base16-qualia] .hljs-keyword, [theme=base16-qualia] .hljs-template-tag, [theme=base16-qualia] .hljs-type {
  color: #e0af85;
}
[theme=base16-qualia] .hljs-emphasis {
  color: #e0af85;
  font-style: italic;
}
[theme=base16-qualia] .hljs-meta, [theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-railscasts] {
  /*!
    Theme: Railscasts
    Author: Ryan Bates (http://railscasts.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-railscasts] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-railscasts] code.hljs {
  padding: 3px 5px;
}
[theme=base16-railscasts] .hljs {
  color: #e6e1dc;
  background: #2b2b2b;
}
[theme=base16-railscasts] .hljs ::selection, [theme=base16-railscasts] .hljs::selection {
  background-color: #3a4055;
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-comment {
  color: #5a647e;
}
[theme=base16-railscasts] .hljs-tag {
  color: #d4cfc9;
}
[theme=base16-railscasts] .hljs-operator, [theme=base16-railscasts] .hljs-punctuation, [theme=base16-railscasts] .hljs-subst {
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-railscasts] .hljs-bullet, [theme=base16-railscasts] .hljs-deletion, [theme=base16-railscasts] .hljs-name, [theme=base16-railscasts] .hljs-selector-tag, [theme=base16-railscasts] .hljs-template-variable, [theme=base16-railscasts] .hljs-variable {
  color: #da4939;
}
[theme=base16-railscasts] .hljs-attr, [theme=base16-railscasts] .hljs-link, [theme=base16-railscasts] .hljs-literal, [theme=base16-railscasts] .hljs-number, [theme=base16-railscasts] .hljs-symbol, [theme=base16-railscasts] .hljs-variable.constant_ {
  color: #cc7833;
}
[theme=base16-railscasts] .hljs-class .hljs-title, [theme=base16-railscasts] .hljs-title, [theme=base16-railscasts] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-addition, [theme=base16-railscasts] .hljs-code, [theme=base16-railscasts] .hljs-string, [theme=base16-railscasts] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-railscasts] .hljs-built_in, [theme=base16-railscasts] .hljs-doctag, [theme=base16-railscasts] .hljs-keyword.hljs-atrule, [theme=base16-railscasts] .hljs-quote, [theme=base16-railscasts] .hljs-regexp {
  color: #519f50;
}
[theme=base16-railscasts] .hljs-attribute, [theme=base16-railscasts] .hljs-function .hljs-title, [theme=base16-railscasts] .hljs-section, [theme=base16-railscasts] .hljs-title.function_, [theme=base16-railscasts] .ruby .hljs-property {
  color: #6d9cbe;
}
[theme=base16-railscasts] .diff .hljs-meta, [theme=base16-railscasts] .hljs-keyword, [theme=base16-railscasts] .hljs-template-tag, [theme=base16-railscasts] .hljs-type {
  color: #b6b3eb;
}
[theme=base16-railscasts] .hljs-emphasis {
  color: #b6b3eb;
  font-style: italic;
}
[theme=base16-railscasts] .hljs-meta, [theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta .hljs-string {
  color: #bc9458;
}
[theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-rebecca] {
  /*!
    Theme: Rebecca
    Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-rebecca] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-rebecca] code.hljs {
  padding: 3px 5px;
}
[theme=base16-rebecca] .hljs {
  color: #f1eff8;
  background: #292a44;
}
[theme=base16-rebecca] .hljs ::selection, [theme=base16-rebecca] .hljs::selection {
  background-color: #383a62;
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-comment {
  color: #669;
}
[theme=base16-rebecca] .hljs-tag {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-operator, [theme=base16-rebecca] .hljs-punctuation, [theme=base16-rebecca] .hljs-subst {
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-rebecca] .hljs-bullet, [theme=base16-rebecca] .hljs-deletion, [theme=base16-rebecca] .hljs-name, [theme=base16-rebecca] .hljs-selector-tag, [theme=base16-rebecca] .hljs-template-variable, [theme=base16-rebecca] .hljs-variable {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-attr, [theme=base16-rebecca] .hljs-link, [theme=base16-rebecca] .hljs-literal, [theme=base16-rebecca] .hljs-number, [theme=base16-rebecca] .hljs-symbol, [theme=base16-rebecca] .hljs-variable.constant_ {
  color: #efe4a1;
}
[theme=base16-rebecca] .hljs-class .hljs-title, [theme=base16-rebecca] .hljs-title, [theme=base16-rebecca] .hljs-title.class_ {
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-strong {
  font-weight: 700;
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-addition, [theme=base16-rebecca] .hljs-code, [theme=base16-rebecca] .hljs-string, [theme=base16-rebecca] .hljs-title.class_.inherited__ {
  color: #6dfedf;
}
[theme=base16-rebecca] .hljs-built_in, [theme=base16-rebecca] .hljs-doctag, [theme=base16-rebecca] .hljs-keyword.hljs-atrule, [theme=base16-rebecca] .hljs-quote, [theme=base16-rebecca] .hljs-regexp {
  color: #8eaee0;
}
[theme=base16-rebecca] .hljs-attribute, [theme=base16-rebecca] .hljs-function .hljs-title, [theme=base16-rebecca] .hljs-section, [theme=base16-rebecca] .hljs-title.function_, [theme=base16-rebecca] .ruby .hljs-property {
  color: #2de0a7;
}
[theme=base16-rebecca] .diff .hljs-meta, [theme=base16-rebecca] .hljs-keyword, [theme=base16-rebecca] .hljs-template-tag, [theme=base16-rebecca] .hljs-type {
  color: #7aa5ff;
}
[theme=base16-rebecca] .hljs-emphasis {
  color: #7aa5ff;
  font-style: italic;
}
[theme=base16-rebecca] .hljs-meta, [theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta .hljs-string {
  color: #ff79c6;
}
[theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-dawn] {
  /*!
    Theme: Rosé Pine Dawn
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-dawn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-dawn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-dawn] .hljs {
  color: #575279;
  background: #faf4ed;
}
[theme=base16-ros-pine-dawn] .hljs ::selection, [theme=base16-ros-pine-dawn] .hljs::selection {
  background-color: #f2e9de;
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-comment {
  color: #9893a5;
}
[theme=base16-ros-pine-dawn] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine-dawn] .hljs-operator, [theme=base16-ros-pine-dawn] .hljs-punctuation, [theme=base16-ros-pine-dawn] .hljs-subst {
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-dawn] .hljs-bullet, [theme=base16-ros-pine-dawn] .hljs-deletion, [theme=base16-ros-pine-dawn] .hljs-name, [theme=base16-ros-pine-dawn] .hljs-selector-tag, [theme=base16-ros-pine-dawn] .hljs-template-variable, [theme=base16-ros-pine-dawn] .hljs-variable {
  color: #1f1d2e;
}
[theme=base16-ros-pine-dawn] .hljs-attr, [theme=base16-ros-pine-dawn] .hljs-link, [theme=base16-ros-pine-dawn] .hljs-literal, [theme=base16-ros-pine-dawn] .hljs-number, [theme=base16-ros-pine-dawn] .hljs-symbol, [theme=base16-ros-pine-dawn] .hljs-variable.constant_ {
  color: #b4637a;
}
[theme=base16-ros-pine-dawn] .hljs-class .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title.class_ {
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-strong {
  font-weight: 700;
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-addition, [theme=base16-ros-pine-dawn] .hljs-code, [theme=base16-ros-pine-dawn] .hljs-string, [theme=base16-ros-pine-dawn] .hljs-title.class_.inherited__ {
  color: #d7827e;
}
[theme=base16-ros-pine-dawn] .hljs-built_in, [theme=base16-ros-pine-dawn] .hljs-doctag, [theme=base16-ros-pine-dawn] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-dawn] .hljs-quote, [theme=base16-ros-pine-dawn] .hljs-regexp {
  color: #286983;
}
[theme=base16-ros-pine-dawn] .hljs-attribute, [theme=base16-ros-pine-dawn] .hljs-function .hljs-title, [theme=base16-ros-pine-dawn] .hljs-section, [theme=base16-ros-pine-dawn] .hljs-title.function_, [theme=base16-ros-pine-dawn] .ruby .hljs-property {
  color: #56949f;
}
[theme=base16-ros-pine-dawn] .diff .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-template-tag, [theme=base16-ros-pine-dawn] .hljs-type {
  color: #907aa9;
}
[theme=base16-ros-pine-dawn] .hljs-emphasis {
  color: #907aa9;
  font-style: italic;
}
[theme=base16-ros-pine-dawn] .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-string {
  color: #c5c3ce;
}
[theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-moon] {
  /*!
    Theme: Rosé Pine Moon
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-moon] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-moon] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-moon] .hljs {
  color: #e0def4;
  background: #232136;
}
[theme=base16-ros-pine-moon] .hljs ::selection, [theme=base16-ros-pine-moon] .hljs::selection {
  background-color: #393552;
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-comment {
  color: #59546d;
}
[theme=base16-ros-pine-moon] .hljs-tag {
  color: #817c9c;
}
[theme=base16-ros-pine-moon] .hljs-operator, [theme=base16-ros-pine-moon] .hljs-punctuation, [theme=base16-ros-pine-moon] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-moon] .hljs-bullet, [theme=base16-ros-pine-moon] .hljs-deletion, [theme=base16-ros-pine-moon] .hljs-name, [theme=base16-ros-pine-moon] .hljs-selector-tag, [theme=base16-ros-pine-moon] .hljs-template-variable, [theme=base16-ros-pine-moon] .hljs-variable {
  color: #ecebf0;
}
[theme=base16-ros-pine-moon] .hljs-attr, [theme=base16-ros-pine-moon] .hljs-link, [theme=base16-ros-pine-moon] .hljs-literal, [theme=base16-ros-pine-moon] .hljs-number, [theme=base16-ros-pine-moon] .hljs-symbol, [theme=base16-ros-pine-moon] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine-moon] .hljs-class .hljs-title, [theme=base16-ros-pine-moon] .hljs-title, [theme=base16-ros-pine-moon] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-addition, [theme=base16-ros-pine-moon] .hljs-code, [theme=base16-ros-pine-moon] .hljs-string, [theme=base16-ros-pine-moon] .hljs-title.class_.inherited__ {
  color: #ea9a97;
}
[theme=base16-ros-pine-moon] .hljs-built_in, [theme=base16-ros-pine-moon] .hljs-doctag, [theme=base16-ros-pine-moon] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-moon] .hljs-quote, [theme=base16-ros-pine-moon] .hljs-regexp {
  color: #3e8fb0;
}
[theme=base16-ros-pine-moon] .hljs-attribute, [theme=base16-ros-pine-moon] .hljs-function .hljs-title, [theme=base16-ros-pine-moon] .hljs-section, [theme=base16-ros-pine-moon] .hljs-title.function_, [theme=base16-ros-pine-moon] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine-moon] .diff .hljs-meta, [theme=base16-ros-pine-moon] .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-template-tag, [theme=base16-ros-pine-moon] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine-moon] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine-moon] .hljs-meta, [theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta .hljs-string {
  color: #b9b9bc;
}
[theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine] {
  /*!
    Theme: Rosé Pine
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine] .hljs {
  color: #e0def4;
  background: #191724;
}
[theme=base16-ros-pine] .hljs ::selection, [theme=base16-ros-pine] .hljs::selection {
  background-color: #26233a;
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-comment {
  color: #555169;
}
[theme=base16-ros-pine] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine] .hljs-operator, [theme=base16-ros-pine] .hljs-punctuation, [theme=base16-ros-pine] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine] .hljs-bullet, [theme=base16-ros-pine] .hljs-deletion, [theme=base16-ros-pine] .hljs-name, [theme=base16-ros-pine] .hljs-selector-tag, [theme=base16-ros-pine] .hljs-template-variable, [theme=base16-ros-pine] .hljs-variable {
  color: #e2e1e7;
}
[theme=base16-ros-pine] .hljs-attr, [theme=base16-ros-pine] .hljs-link, [theme=base16-ros-pine] .hljs-literal, [theme=base16-ros-pine] .hljs-number, [theme=base16-ros-pine] .hljs-symbol, [theme=base16-ros-pine] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine] .hljs-class .hljs-title, [theme=base16-ros-pine] .hljs-title, [theme=base16-ros-pine] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-addition, [theme=base16-ros-pine] .hljs-code, [theme=base16-ros-pine] .hljs-string, [theme=base16-ros-pine] .hljs-title.class_.inherited__ {
  color: #ebbcba;
}
[theme=base16-ros-pine] .hljs-built_in, [theme=base16-ros-pine] .hljs-doctag, [theme=base16-ros-pine] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine] .hljs-quote, [theme=base16-ros-pine] .hljs-regexp {
  color: #31748f;
}
[theme=base16-ros-pine] .hljs-attribute, [theme=base16-ros-pine] .hljs-function .hljs-title, [theme=base16-ros-pine] .hljs-section, [theme=base16-ros-pine] .hljs-title.function_, [theme=base16-ros-pine] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine] .diff .hljs-meta, [theme=base16-ros-pine] .hljs-keyword, [theme=base16-ros-pine] .hljs-template-tag, [theme=base16-ros-pine] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine] .hljs-meta, [theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta .hljs-string {
  color: #e5e5e5;
}
[theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sagelight] {
  /*!
    Theme: Sagelight
    Author: Carter Veldhuizen
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sagelight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sagelight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sagelight] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-sagelight] .hljs ::selection, [theme=base16-sagelight] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-sagelight] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-sagelight] .hljs-tag {
  color: #585858;
}
[theme=base16-sagelight] .hljs-operator, [theme=base16-sagelight] .hljs-punctuation, [theme=base16-sagelight] .hljs-subst {
  color: #383838;
}
[theme=base16-sagelight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sagelight] .hljs-bullet, [theme=base16-sagelight] .hljs-deletion, [theme=base16-sagelight] .hljs-name, [theme=base16-sagelight] .hljs-selector-tag, [theme=base16-sagelight] .hljs-template-variable, [theme=base16-sagelight] .hljs-variable {
  color: #fa8480;
}
[theme=base16-sagelight] .hljs-attr, [theme=base16-sagelight] .hljs-link, [theme=base16-sagelight] .hljs-literal, [theme=base16-sagelight] .hljs-number, [theme=base16-sagelight] .hljs-symbol, [theme=base16-sagelight] .hljs-variable.constant_ {
  color: #ffaa61;
}
[theme=base16-sagelight] .hljs-class .hljs-title, [theme=base16-sagelight] .hljs-title, [theme=base16-sagelight] .hljs-title.class_ {
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-strong {
  font-weight: 700;
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-addition, [theme=base16-sagelight] .hljs-code, [theme=base16-sagelight] .hljs-string, [theme=base16-sagelight] .hljs-title.class_.inherited__ {
  color: #a0d2c8;
}
[theme=base16-sagelight] .hljs-built_in, [theme=base16-sagelight] .hljs-doctag, [theme=base16-sagelight] .hljs-keyword.hljs-atrule, [theme=base16-sagelight] .hljs-quote, [theme=base16-sagelight] .hljs-regexp {
  color: #a2d6f5;
}
[theme=base16-sagelight] .hljs-attribute, [theme=base16-sagelight] .hljs-function .hljs-title, [theme=base16-sagelight] .hljs-section, [theme=base16-sagelight] .hljs-title.function_, [theme=base16-sagelight] .ruby .hljs-property {
  color: #a0a7d2;
}
[theme=base16-sagelight] .diff .hljs-meta, [theme=base16-sagelight] .hljs-keyword, [theme=base16-sagelight] .hljs-template-tag, [theme=base16-sagelight] .hljs-type {
  color: #c8a0d2;
}
[theme=base16-sagelight] .hljs-emphasis {
  color: #c8a0d2;
  font-style: italic;
}
[theme=base16-sagelight] .hljs-meta, [theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta .hljs-string {
  color: #d2b2a0;
}
[theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sandcastle] {
  /*!
    Theme: Sandcastle
    Author: George Essig (https://github.com/gessig)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sandcastle] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sandcastle] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sandcastle] .hljs {
  color: #a89984;
  background: #282c34;
}
[theme=base16-sandcastle] .hljs ::selection, [theme=base16-sandcastle] .hljs::selection {
  background-color: #3e4451;
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-comment {
  color: #665c54;
}
[theme=base16-sandcastle] .hljs-tag {
  color: #928374;
}
[theme=base16-sandcastle] .hljs-operator, [theme=base16-sandcastle] .hljs-punctuation, [theme=base16-sandcastle] .hljs-subst {
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sandcastle] .hljs-bullet, [theme=base16-sandcastle] .hljs-deletion, [theme=base16-sandcastle] .hljs-name, [theme=base16-sandcastle] .hljs-selector-tag, [theme=base16-sandcastle] .hljs-template-variable, [theme=base16-sandcastle] .hljs-variable {
  color: #83a598;
}
[theme=base16-sandcastle] .hljs-attr, [theme=base16-sandcastle] .hljs-class .hljs-title, [theme=base16-sandcastle] .hljs-link, [theme=base16-sandcastle] .hljs-literal, [theme=base16-sandcastle] .hljs-number, [theme=base16-sandcastle] .hljs-symbol, [theme=base16-sandcastle] .hljs-title, [theme=base16-sandcastle] .hljs-title.class_, [theme=base16-sandcastle] .hljs-variable.constant_ {
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-addition, [theme=base16-sandcastle] .hljs-code, [theme=base16-sandcastle] .hljs-string, [theme=base16-sandcastle] .hljs-title.class_.inherited__ {
  color: #528b8b;
}
[theme=base16-sandcastle] .hljs-attribute, [theme=base16-sandcastle] .hljs-built_in, [theme=base16-sandcastle] .hljs-doctag, [theme=base16-sandcastle] .hljs-function .hljs-title, [theme=base16-sandcastle] .hljs-keyword.hljs-atrule, [theme=base16-sandcastle] .hljs-quote, [theme=base16-sandcastle] .hljs-regexp, [theme=base16-sandcastle] .hljs-section, [theme=base16-sandcastle] .hljs-title.function_, [theme=base16-sandcastle] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-sandcastle] .diff .hljs-meta, [theme=base16-sandcastle] .hljs-keyword, [theme=base16-sandcastle] .hljs-template-tag, [theme=base16-sandcastle] .hljs-type {
  color: #d75f5f;
}
[theme=base16-sandcastle] .hljs-emphasis {
  color: #d75f5f;
  font-style: italic;
}
[theme=base16-sandcastle] .hljs-meta, [theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-seti-ui] {
  /*!
    Theme: Seti UI
    Author: 
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-seti-ui] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-seti-ui] code.hljs {
  padding: 3px 5px;
}
[theme=base16-seti-ui] .hljs {
  color: #d6d6d6;
  background: #151718;
}
[theme=base16-seti-ui] .hljs ::selection, [theme=base16-seti-ui] .hljs::selection {
  background-color: #3b758c;
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-comment {
  color: #41535b;
}
[theme=base16-seti-ui] .hljs-tag {
  color: #43a5d5;
}
[theme=base16-seti-ui] .hljs-operator, [theme=base16-seti-ui] .hljs-punctuation, [theme=base16-seti-ui] .hljs-subst {
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-seti-ui] .hljs-bullet, [theme=base16-seti-ui] .hljs-deletion, [theme=base16-seti-ui] .hljs-name, [theme=base16-seti-ui] .hljs-selector-tag, [theme=base16-seti-ui] .hljs-template-variable, [theme=base16-seti-ui] .hljs-variable {
  color: #cd3f45;
}
[theme=base16-seti-ui] .hljs-attr, [theme=base16-seti-ui] .hljs-link, [theme=base16-seti-ui] .hljs-literal, [theme=base16-seti-ui] .hljs-number, [theme=base16-seti-ui] .hljs-symbol, [theme=base16-seti-ui] .hljs-variable.constant_ {
  color: #db7b55;
}
[theme=base16-seti-ui] .hljs-class .hljs-title, [theme=base16-seti-ui] .hljs-title, [theme=base16-seti-ui] .hljs-title.class_ {
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-strong {
  font-weight: 700;
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-addition, [theme=base16-seti-ui] .hljs-code, [theme=base16-seti-ui] .hljs-string, [theme=base16-seti-ui] .hljs-title.class_.inherited__ {
  color: #9fca56;
}
[theme=base16-seti-ui] .hljs-built_in, [theme=base16-seti-ui] .hljs-doctag, [theme=base16-seti-ui] .hljs-keyword.hljs-atrule, [theme=base16-seti-ui] .hljs-quote, [theme=base16-seti-ui] .hljs-regexp {
  color: #55dbbe;
}
[theme=base16-seti-ui] .hljs-attribute, [theme=base16-seti-ui] .hljs-function .hljs-title, [theme=base16-seti-ui] .hljs-section, [theme=base16-seti-ui] .hljs-title.function_, [theme=base16-seti-ui] .ruby .hljs-property {
  color: #55b5db;
}
[theme=base16-seti-ui] .diff .hljs-meta, [theme=base16-seti-ui] .hljs-keyword, [theme=base16-seti-ui] .hljs-template-tag, [theme=base16-seti-ui] .hljs-type {
  color: #a074c4;
}
[theme=base16-seti-ui] .hljs-emphasis {
  color: #a074c4;
  font-style: italic;
}
[theme=base16-seti-ui] .hljs-meta, [theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta .hljs-string {
  color: #8a553f;
}
[theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-shapeshifter] {
  /*!
    Theme: Shapeshifter
    Author: Tyler Benziger (http://tybenz.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-shapeshifter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-shapeshifter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-shapeshifter] .hljs {
  color: #102015;
  background: #f9f9f9;
}
[theme=base16-shapeshifter] .hljs ::selection, [theme=base16-shapeshifter] .hljs::selection {
  background-color: #ababab;
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-comment {
  color: #555;
}
[theme=base16-shapeshifter] .hljs-tag {
  color: #343434;
}
[theme=base16-shapeshifter] .hljs-operator, [theme=base16-shapeshifter] .hljs-punctuation, [theme=base16-shapeshifter] .hljs-subst {
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-shapeshifter] .hljs-bullet, [theme=base16-shapeshifter] .hljs-deletion, [theme=base16-shapeshifter] .hljs-name, [theme=base16-shapeshifter] .hljs-selector-tag, [theme=base16-shapeshifter] .hljs-template-variable, [theme=base16-shapeshifter] .hljs-variable {
  color: #e92f2f;
}
[theme=base16-shapeshifter] .hljs-attr, [theme=base16-shapeshifter] .hljs-link, [theme=base16-shapeshifter] .hljs-literal, [theme=base16-shapeshifter] .hljs-number, [theme=base16-shapeshifter] .hljs-symbol, [theme=base16-shapeshifter] .hljs-variable.constant_ {
  color: #e09448;
}
[theme=base16-shapeshifter] .hljs-class .hljs-title, [theme=base16-shapeshifter] .hljs-title, [theme=base16-shapeshifter] .hljs-title.class_ {
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-strong {
  font-weight: 700;
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-addition, [theme=base16-shapeshifter] .hljs-code, [theme=base16-shapeshifter] .hljs-string, [theme=base16-shapeshifter] .hljs-title.class_.inherited__ {
  color: #0ed839;
}
[theme=base16-shapeshifter] .hljs-built_in, [theme=base16-shapeshifter] .hljs-doctag, [theme=base16-shapeshifter] .hljs-keyword.hljs-atrule, [theme=base16-shapeshifter] .hljs-quote, [theme=base16-shapeshifter] .hljs-regexp {
  color: #23edda;
}
[theme=base16-shapeshifter] .hljs-attribute, [theme=base16-shapeshifter] .hljs-function .hljs-title, [theme=base16-shapeshifter] .hljs-section, [theme=base16-shapeshifter] .hljs-title.function_, [theme=base16-shapeshifter] .ruby .hljs-property {
  color: #3b48e3;
}
[theme=base16-shapeshifter] .diff .hljs-meta, [theme=base16-shapeshifter] .hljs-keyword, [theme=base16-shapeshifter] .hljs-template-tag, [theme=base16-shapeshifter] .hljs-type {
  color: #f996e2;
}
[theme=base16-shapeshifter] .hljs-emphasis {
  color: #f996e2;
  font-style: italic;
}
[theme=base16-shapeshifter] .hljs-meta, [theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta .hljs-string {
  color: #69542d;
}
[theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-dark] {
  /*!
    Theme: Silk Dark
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-dark] .hljs {
  color: #c7dbdd;
  background: #0e3c46;
}
[theme=base16-silk-dark] .hljs ::selection, [theme=base16-silk-dark] .hljs::selection {
  background-color: #2a5054;
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-comment {
  color: #587073;
}
[theme=base16-silk-dark] .hljs-tag {
  color: #9dc8cd;
}
[theme=base16-silk-dark] .hljs-operator, [theme=base16-silk-dark] .hljs-punctuation, [theme=base16-silk-dark] .hljs-subst {
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-dark] .hljs-bullet, [theme=base16-silk-dark] .hljs-deletion, [theme=base16-silk-dark] .hljs-name, [theme=base16-silk-dark] .hljs-selector-tag, [theme=base16-silk-dark] .hljs-template-variable, [theme=base16-silk-dark] .hljs-variable {
  color: #fb6953;
}
[theme=base16-silk-dark] .hljs-attr, [theme=base16-silk-dark] .hljs-link, [theme=base16-silk-dark] .hljs-literal, [theme=base16-silk-dark] .hljs-number, [theme=base16-silk-dark] .hljs-symbol, [theme=base16-silk-dark] .hljs-variable.constant_ {
  color: #fcab74;
}
[theme=base16-silk-dark] .hljs-class .hljs-title, [theme=base16-silk-dark] .hljs-title, [theme=base16-silk-dark] .hljs-title.class_ {
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-strong {
  font-weight: 700;
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-addition, [theme=base16-silk-dark] .hljs-code, [theme=base16-silk-dark] .hljs-string, [theme=base16-silk-dark] .hljs-title.class_.inherited__ {
  color: #73d8ad;
}
[theme=base16-silk-dark] .hljs-built_in, [theme=base16-silk-dark] .hljs-doctag, [theme=base16-silk-dark] .hljs-keyword.hljs-atrule, [theme=base16-silk-dark] .hljs-quote, [theme=base16-silk-dark] .hljs-regexp {
  color: #3fb2b9;
}
[theme=base16-silk-dark] .hljs-attribute, [theme=base16-silk-dark] .hljs-function .hljs-title, [theme=base16-silk-dark] .hljs-section, [theme=base16-silk-dark] .hljs-title.function_, [theme=base16-silk-dark] .ruby .hljs-property {
  color: #46bddd;
}
[theme=base16-silk-dark] .diff .hljs-meta, [theme=base16-silk-dark] .hljs-keyword, [theme=base16-silk-dark] .hljs-template-tag, [theme=base16-silk-dark] .hljs-type {
  color: #756b8a;
}
[theme=base16-silk-dark] .hljs-emphasis {
  color: #756b8a;
  font-style: italic;
}
[theme=base16-silk-dark] .hljs-meta, [theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta .hljs-string {
  color: #9b647b;
}
[theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-light] {
  /*!
    Theme: Silk Light
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-light] .hljs {
  color: #385156;
  background: #e9f1ef;
}
[theme=base16-silk-light] .hljs ::selection, [theme=base16-silk-light] .hljs::selection {
  background-color: #90b7b6;
  color: #385156;
}
[theme=base16-silk-light] .hljs-comment {
  color: #5c787b;
}
[theme=base16-silk-light] .hljs-tag {
  color: #4b5b5f;
}
[theme=base16-silk-light] .hljs-operator, [theme=base16-silk-light] .hljs-punctuation, [theme=base16-silk-light] .hljs-subst {
  color: #385156;
}
[theme=base16-silk-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-light] .hljs-bullet, [theme=base16-silk-light] .hljs-deletion, [theme=base16-silk-light] .hljs-name, [theme=base16-silk-light] .hljs-selector-tag, [theme=base16-silk-light] .hljs-template-variable, [theme=base16-silk-light] .hljs-variable {
  color: #cf432e;
}
[theme=base16-silk-light] .hljs-attr, [theme=base16-silk-light] .hljs-link, [theme=base16-silk-light] .hljs-literal, [theme=base16-silk-light] .hljs-number, [theme=base16-silk-light] .hljs-symbol, [theme=base16-silk-light] .hljs-variable.constant_ {
  color: #d27f46;
}
[theme=base16-silk-light] .hljs-class .hljs-title, [theme=base16-silk-light] .hljs-title, [theme=base16-silk-light] .hljs-title.class_ {
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-strong {
  font-weight: 700;
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-addition, [theme=base16-silk-light] .hljs-code, [theme=base16-silk-light] .hljs-string, [theme=base16-silk-light] .hljs-title.class_.inherited__ {
  color: #6ca38c;
}
[theme=base16-silk-light] .hljs-built_in, [theme=base16-silk-light] .hljs-doctag, [theme=base16-silk-light] .hljs-keyword.hljs-atrule, [theme=base16-silk-light] .hljs-quote, [theme=base16-silk-light] .hljs-regexp {
  color: #329ca2;
}
[theme=base16-silk-light] .hljs-attribute, [theme=base16-silk-light] .hljs-function .hljs-title, [theme=base16-silk-light] .hljs-section, [theme=base16-silk-light] .hljs-title.function_, [theme=base16-silk-light] .ruby .hljs-property {
  color: #39aac9;
}
[theme=base16-silk-light] .diff .hljs-meta, [theme=base16-silk-light] .hljs-keyword, [theme=base16-silk-light] .hljs-template-tag, [theme=base16-silk-light] .hljs-type {
  color: #6e6582;
}
[theme=base16-silk-light] .hljs-emphasis {
  color: #6e6582;
  font-style: italic;
}
[theme=base16-silk-light] .hljs-meta, [theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta .hljs-string {
  color: #865369;
}
[theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-snazzy] {
  /*!
    Theme: Snazzy
    Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-snazzy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-snazzy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-snazzy] .hljs {
  color: #e2e4e5;
  background: #282a36;
}
[theme=base16-snazzy] .hljs ::selection, [theme=base16-snazzy] .hljs::selection {
  background-color: #43454f;
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-comment {
  color: #78787e;
}
[theme=base16-snazzy] .hljs-tag {
  color: #a5a5a9;
}
[theme=base16-snazzy] .hljs-operator, [theme=base16-snazzy] .hljs-punctuation, [theme=base16-snazzy] .hljs-subst {
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-snazzy] .hljs-bullet, [theme=base16-snazzy] .hljs-deletion, [theme=base16-snazzy] .hljs-name, [theme=base16-snazzy] .hljs-selector-tag, [theme=base16-snazzy] .hljs-template-variable, [theme=base16-snazzy] .hljs-variable {
  color: #ff5c57;
}
[theme=base16-snazzy] .hljs-attr, [theme=base16-snazzy] .hljs-link, [theme=base16-snazzy] .hljs-literal, [theme=base16-snazzy] .hljs-number, [theme=base16-snazzy] .hljs-symbol, [theme=base16-snazzy] .hljs-variable.constant_ {
  color: #ff9f43;
}
[theme=base16-snazzy] .hljs-class .hljs-title, [theme=base16-snazzy] .hljs-title, [theme=base16-snazzy] .hljs-title.class_ {
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-strong {
  font-weight: 700;
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-addition, [theme=base16-snazzy] .hljs-code, [theme=base16-snazzy] .hljs-string, [theme=base16-snazzy] .hljs-title.class_.inherited__ {
  color: #5af78e;
}
[theme=base16-snazzy] .hljs-built_in, [theme=base16-snazzy] .hljs-doctag, [theme=base16-snazzy] .hljs-keyword.hljs-atrule, [theme=base16-snazzy] .hljs-quote, [theme=base16-snazzy] .hljs-regexp {
  color: #9aedfe;
}
[theme=base16-snazzy] .hljs-attribute, [theme=base16-snazzy] .hljs-function .hljs-title, [theme=base16-snazzy] .hljs-section, [theme=base16-snazzy] .hljs-title.function_, [theme=base16-snazzy] .ruby .hljs-property {
  color: #57c7ff;
}
[theme=base16-snazzy] .diff .hljs-meta, [theme=base16-snazzy] .hljs-keyword, [theme=base16-snazzy] .hljs-template-tag, [theme=base16-snazzy] .hljs-type {
  color: #ff6ac1;
}
[theme=base16-snazzy] .hljs-emphasis {
  color: #ff6ac1;
  font-style: italic;
}
[theme=base16-snazzy] .hljs-meta, [theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta .hljs-string {
  color: #b2643c;
}
[theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare-light] {
  /*!
    Theme: Solar Flare Light
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare-light] .hljs {
  color: #586875;
  background: #f5f7fa;
}
[theme=base16-solar-flare-light] .hljs ::selection, [theme=base16-solar-flare-light] .hljs::selection {
  background-color: #a6afb8;
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-comment {
  color: #85939e;
}
[theme=base16-solar-flare-light] .hljs-tag {
  color: #667581;
}
[theme=base16-solar-flare-light] .hljs-operator, [theme=base16-solar-flare-light] .hljs-punctuation, [theme=base16-solar-flare-light] .hljs-subst {
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare-light] .hljs-bullet, [theme=base16-solar-flare-light] .hljs-deletion, [theme=base16-solar-flare-light] .hljs-name, [theme=base16-solar-flare-light] .hljs-selector-tag, [theme=base16-solar-flare-light] .hljs-template-variable, [theme=base16-solar-flare-light] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare-light] .hljs-attr, [theme=base16-solar-flare-light] .hljs-link, [theme=base16-solar-flare-light] .hljs-literal, [theme=base16-solar-flare-light] .hljs-number, [theme=base16-solar-flare-light] .hljs-symbol, [theme=base16-solar-flare-light] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare-light] .hljs-class .hljs-title, [theme=base16-solar-flare-light] .hljs-title, [theme=base16-solar-flare-light] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-addition, [theme=base16-solar-flare-light] .hljs-code, [theme=base16-solar-flare-light] .hljs-string, [theme=base16-solar-flare-light] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare-light] .hljs-built_in, [theme=base16-solar-flare-light] .hljs-doctag, [theme=base16-solar-flare-light] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare-light] .hljs-quote, [theme=base16-solar-flare-light] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare-light] .hljs-attribute, [theme=base16-solar-flare-light] .hljs-function .hljs-title, [theme=base16-solar-flare-light] .hljs-section, [theme=base16-solar-flare-light] .hljs-title.function_, [theme=base16-solar-flare-light] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare-light] .diff .hljs-meta, [theme=base16-solar-flare-light] .hljs-keyword, [theme=base16-solar-flare-light] .hljs-template-tag, [theme=base16-solar-flare-light] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare-light] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare-light] .hljs-meta, [theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare] {
  /*!
    Theme: Solar Flare
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare] .hljs {
  color: #a6afb8;
  background: #18262f;
}
[theme=base16-solar-flare] .hljs ::selection, [theme=base16-solar-flare] .hljs::selection {
  background-color: #586875;
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-comment {
  color: #667581;
}
[theme=base16-solar-flare] .hljs-tag {
  color: #85939e;
}
[theme=base16-solar-flare] .hljs-operator, [theme=base16-solar-flare] .hljs-punctuation, [theme=base16-solar-flare] .hljs-subst {
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare] .hljs-bullet, [theme=base16-solar-flare] .hljs-deletion, [theme=base16-solar-flare] .hljs-name, [theme=base16-solar-flare] .hljs-selector-tag, [theme=base16-solar-flare] .hljs-template-variable, [theme=base16-solar-flare] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare] .hljs-attr, [theme=base16-solar-flare] .hljs-link, [theme=base16-solar-flare] .hljs-literal, [theme=base16-solar-flare] .hljs-number, [theme=base16-solar-flare] .hljs-symbol, [theme=base16-solar-flare] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare] .hljs-class .hljs-title, [theme=base16-solar-flare] .hljs-title, [theme=base16-solar-flare] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-addition, [theme=base16-solar-flare] .hljs-code, [theme=base16-solar-flare] .hljs-string, [theme=base16-solar-flare] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare] .hljs-built_in, [theme=base16-solar-flare] .hljs-doctag, [theme=base16-solar-flare] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare] .hljs-quote, [theme=base16-solar-flare] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare] .hljs-attribute, [theme=base16-solar-flare] .hljs-function .hljs-title, [theme=base16-solar-flare] .hljs-section, [theme=base16-solar-flare] .hljs-title.function_, [theme=base16-solar-flare] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare] .diff .hljs-meta, [theme=base16-solar-flare] .hljs-keyword, [theme=base16-solar-flare] .hljs-template-tag, [theme=base16-solar-flare] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare] .hljs-meta, [theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-dark] {
  /*!
    Theme: Solarized Dark
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-dark] .hljs {
  color: #93a1a1;
  background: #002b36;
}
[theme=base16-solarized-dark] .hljs ::selection, [theme=base16-solarized-dark] .hljs::selection {
  background-color: #586e75;
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-comment {
  color: #657b83;
}
[theme=base16-solarized-dark] .hljs-tag {
  color: #839496;
}
[theme=base16-solarized-dark] .hljs-operator, [theme=base16-solarized-dark] .hljs-punctuation, [theme=base16-solarized-dark] .hljs-subst {
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-dark] .hljs-bullet, [theme=base16-solarized-dark] .hljs-deletion, [theme=base16-solarized-dark] .hljs-name, [theme=base16-solarized-dark] .hljs-selector-tag, [theme=base16-solarized-dark] .hljs-template-variable, [theme=base16-solarized-dark] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-dark] .hljs-attr, [theme=base16-solarized-dark] .hljs-link, [theme=base16-solarized-dark] .hljs-literal, [theme=base16-solarized-dark] .hljs-number, [theme=base16-solarized-dark] .hljs-symbol, [theme=base16-solarized-dark] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-dark] .hljs-class .hljs-title, [theme=base16-solarized-dark] .hljs-title, [theme=base16-solarized-dark] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-addition, [theme=base16-solarized-dark] .hljs-code, [theme=base16-solarized-dark] .hljs-string, [theme=base16-solarized-dark] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-dark] .hljs-built_in, [theme=base16-solarized-dark] .hljs-doctag, [theme=base16-solarized-dark] .hljs-keyword.hljs-atrule, [theme=base16-solarized-dark] .hljs-quote, [theme=base16-solarized-dark] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-dark] .hljs-attribute, [theme=base16-solarized-dark] .hljs-function .hljs-title, [theme=base16-solarized-dark] .hljs-section, [theme=base16-solarized-dark] .hljs-title.function_, [theme=base16-solarized-dark] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-dark] .diff .hljs-meta, [theme=base16-solarized-dark] .hljs-keyword, [theme=base16-solarized-dark] .hljs-template-tag, [theme=base16-solarized-dark] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-dark] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-dark] .hljs-meta, [theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-light] {
  /*!
    Theme: Solarized Light
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-light] .hljs {
  color: #586e75;
  background: #fdf6e3;
}
[theme=base16-solarized-light] .hljs ::selection, [theme=base16-solarized-light] .hljs::selection {
  background-color: #93a1a1;
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-comment {
  color: #839496;
}
[theme=base16-solarized-light] .hljs-tag {
  color: #657b83;
}
[theme=base16-solarized-light] .hljs-operator, [theme=base16-solarized-light] .hljs-punctuation, [theme=base16-solarized-light] .hljs-subst {
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-light] .hljs-bullet, [theme=base16-solarized-light] .hljs-deletion, [theme=base16-solarized-light] .hljs-name, [theme=base16-solarized-light] .hljs-selector-tag, [theme=base16-solarized-light] .hljs-template-variable, [theme=base16-solarized-light] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-light] .hljs-attr, [theme=base16-solarized-light] .hljs-link, [theme=base16-solarized-light] .hljs-literal, [theme=base16-solarized-light] .hljs-number, [theme=base16-solarized-light] .hljs-symbol, [theme=base16-solarized-light] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-light] .hljs-class .hljs-title, [theme=base16-solarized-light] .hljs-title, [theme=base16-solarized-light] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-addition, [theme=base16-solarized-light] .hljs-code, [theme=base16-solarized-light] .hljs-string, [theme=base16-solarized-light] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-light] .hljs-built_in, [theme=base16-solarized-light] .hljs-doctag, [theme=base16-solarized-light] .hljs-keyword.hljs-atrule, [theme=base16-solarized-light] .hljs-quote, [theme=base16-solarized-light] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-light] .hljs-attribute, [theme=base16-solarized-light] .hljs-function .hljs-title, [theme=base16-solarized-light] .hljs-section, [theme=base16-solarized-light] .hljs-title.function_, [theme=base16-solarized-light] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-light] .diff .hljs-meta, [theme=base16-solarized-light] .hljs-keyword, [theme=base16-solarized-light] .hljs-template-tag, [theme=base16-solarized-light] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-light] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-light] .hljs-meta, [theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-spacemacs] {
  /*!
    Theme: Spacemacs
    Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-spacemacs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-spacemacs] code.hljs {
  padding: 3px 5px;
}
[theme=base16-spacemacs] .hljs {
  color: #a3a3a3;
  background: #1f2022;
}
[theme=base16-spacemacs] .hljs ::selection, [theme=base16-spacemacs] .hljs::selection {
  background-color: #444155;
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-comment {
  color: #585858;
}
[theme=base16-spacemacs] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-spacemacs] .hljs-operator, [theme=base16-spacemacs] .hljs-punctuation, [theme=base16-spacemacs] .hljs-subst {
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-spacemacs] .hljs-bullet, [theme=base16-spacemacs] .hljs-deletion, [theme=base16-spacemacs] .hljs-name, [theme=base16-spacemacs] .hljs-selector-tag, [theme=base16-spacemacs] .hljs-template-variable, [theme=base16-spacemacs] .hljs-variable {
  color: #f2241f;
}
[theme=base16-spacemacs] .hljs-attr, [theme=base16-spacemacs] .hljs-link, [theme=base16-spacemacs] .hljs-literal, [theme=base16-spacemacs] .hljs-number, [theme=base16-spacemacs] .hljs-symbol, [theme=base16-spacemacs] .hljs-variable.constant_ {
  color: orange;
}
[theme=base16-spacemacs] .hljs-class .hljs-title, [theme=base16-spacemacs] .hljs-title, [theme=base16-spacemacs] .hljs-title.class_ {
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-strong {
  font-weight: 700;
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-addition, [theme=base16-spacemacs] .hljs-code, [theme=base16-spacemacs] .hljs-string, [theme=base16-spacemacs] .hljs-title.class_.inherited__ {
  color: #67b11d;
}
[theme=base16-spacemacs] .hljs-built_in, [theme=base16-spacemacs] .hljs-doctag, [theme=base16-spacemacs] .hljs-keyword.hljs-atrule, [theme=base16-spacemacs] .hljs-quote, [theme=base16-spacemacs] .hljs-regexp {
  color: #2d9574;
}
[theme=base16-spacemacs] .hljs-attribute, [theme=base16-spacemacs] .hljs-function .hljs-title, [theme=base16-spacemacs] .hljs-section, [theme=base16-spacemacs] .hljs-title.function_, [theme=base16-spacemacs] .ruby .hljs-property {
  color: #4f97d7;
}
[theme=base16-spacemacs] .diff .hljs-meta, [theme=base16-spacemacs] .hljs-keyword, [theme=base16-spacemacs] .hljs-template-tag, [theme=base16-spacemacs] .hljs-type {
  color: #a31db1;
}
[theme=base16-spacemacs] .hljs-emphasis {
  color: #a31db1;
  font-style: italic;
}
[theme=base16-spacemacs] .hljs-meta, [theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta .hljs-string {
  color: #b03060;
}
[theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summercamp] {
  /*!
    Theme: summercamp
    Author: zoe firi (zoefiri.github.io)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summercamp] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summercamp] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summercamp] .hljs {
  color: #736e55;
  background: #1c1810;
}
[theme=base16-summercamp] .hljs ::selection, [theme=base16-summercamp] .hljs::selection {
  background-color: #3a3527;
  color: #736e55;
}
[theme=base16-summercamp] .hljs-comment {
  color: #504b38;
}
[theme=base16-summercamp] .hljs-tag {
  color: #5f5b45;
}
[theme=base16-summercamp] .hljs-operator, [theme=base16-summercamp] .hljs-punctuation, [theme=base16-summercamp] .hljs-subst {
  color: #736e55;
}
[theme=base16-summercamp] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summercamp] .hljs-bullet, [theme=base16-summercamp] .hljs-deletion, [theme=base16-summercamp] .hljs-name, [theme=base16-summercamp] .hljs-selector-tag, [theme=base16-summercamp] .hljs-template-variable, [theme=base16-summercamp] .hljs-variable {
  color: #e35142;
}
[theme=base16-summercamp] .hljs-attr, [theme=base16-summercamp] .hljs-link, [theme=base16-summercamp] .hljs-literal, [theme=base16-summercamp] .hljs-number, [theme=base16-summercamp] .hljs-symbol, [theme=base16-summercamp] .hljs-variable.constant_ {
  color: #fba11b;
}
[theme=base16-summercamp] .hljs-class .hljs-title, [theme=base16-summercamp] .hljs-title, [theme=base16-summercamp] .hljs-title.class_ {
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-strong {
  font-weight: 700;
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-addition, [theme=base16-summercamp] .hljs-code, [theme=base16-summercamp] .hljs-string, [theme=base16-summercamp] .hljs-title.class_.inherited__ {
  color: #5ceb5a;
}
[theme=base16-summercamp] .hljs-built_in, [theme=base16-summercamp] .hljs-doctag, [theme=base16-summercamp] .hljs-keyword.hljs-atrule, [theme=base16-summercamp] .hljs-quote, [theme=base16-summercamp] .hljs-regexp {
  color: #5aebbc;
}
[theme=base16-summercamp] .hljs-attribute, [theme=base16-summercamp] .hljs-function .hljs-title, [theme=base16-summercamp] .hljs-section, [theme=base16-summercamp] .hljs-title.function_, [theme=base16-summercamp] .ruby .hljs-property {
  color: #489bf0;
}
[theme=base16-summercamp] .diff .hljs-meta, [theme=base16-summercamp] .hljs-keyword, [theme=base16-summercamp] .hljs-template-tag, [theme=base16-summercamp] .hljs-type {
  color: #ff8080;
}
[theme=base16-summercamp] .hljs-emphasis {
  color: #ff8080;
  font-style: italic;
}
[theme=base16-summercamp] .hljs-meta, [theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta .hljs-string {
  color: #f69be7;
}
[theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-dark] {
  /*!
    Theme: Summerfruit Dark
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-summerfruit-dark] .hljs ::selection, [theme=base16-summerfruit-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-summerfruit-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-summerfruit-dark] .hljs-operator, [theme=base16-summerfruit-dark] .hljs-punctuation, [theme=base16-summerfruit-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-dark] .hljs-bullet, [theme=base16-summerfruit-dark] .hljs-deletion, [theme=base16-summerfruit-dark] .hljs-name, [theme=base16-summerfruit-dark] .hljs-selector-tag, [theme=base16-summerfruit-dark] .hljs-template-variable, [theme=base16-summerfruit-dark] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-dark] .hljs-attr, [theme=base16-summerfruit-dark] .hljs-link, [theme=base16-summerfruit-dark] .hljs-literal, [theme=base16-summerfruit-dark] .hljs-number, [theme=base16-summerfruit-dark] .hljs-symbol, [theme=base16-summerfruit-dark] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-dark] .hljs-class .hljs-title, [theme=base16-summerfruit-dark] .hljs-title, [theme=base16-summerfruit-dark] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-addition, [theme=base16-summerfruit-dark] .hljs-code, [theme=base16-summerfruit-dark] .hljs-string, [theme=base16-summerfruit-dark] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-dark] .hljs-built_in, [theme=base16-summerfruit-dark] .hljs-doctag, [theme=base16-summerfruit-dark] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-dark] .hljs-quote, [theme=base16-summerfruit-dark] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-dark] .hljs-attribute, [theme=base16-summerfruit-dark] .hljs-function .hljs-title, [theme=base16-summerfruit-dark] .hljs-section, [theme=base16-summerfruit-dark] .hljs-title.function_, [theme=base16-summerfruit-dark] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-dark] .diff .hljs-meta, [theme=base16-summerfruit-dark] .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-template-tag, [theme=base16-summerfruit-dark] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-dark] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-dark] .hljs-meta, [theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-light] {
  /*!
    Theme: Summerfruit Light
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-light] .hljs {
  color: #101010;
  background: #fff;
}
[theme=base16-summerfruit-light] .hljs ::selection, [theme=base16-summerfruit-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-summerfruit-light] .hljs-tag {
  color: #000;
}
[theme=base16-summerfruit-light] .hljs-operator, [theme=base16-summerfruit-light] .hljs-punctuation, [theme=base16-summerfruit-light] .hljs-subst {
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-light] .hljs-bullet, [theme=base16-summerfruit-light] .hljs-deletion, [theme=base16-summerfruit-light] .hljs-name, [theme=base16-summerfruit-light] .hljs-selector-tag, [theme=base16-summerfruit-light] .hljs-template-variable, [theme=base16-summerfruit-light] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-light] .hljs-attr, [theme=base16-summerfruit-light] .hljs-link, [theme=base16-summerfruit-light] .hljs-literal, [theme=base16-summerfruit-light] .hljs-number, [theme=base16-summerfruit-light] .hljs-symbol, [theme=base16-summerfruit-light] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-light] .hljs-class .hljs-title, [theme=base16-summerfruit-light] .hljs-title, [theme=base16-summerfruit-light] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-addition, [theme=base16-summerfruit-light] .hljs-code, [theme=base16-summerfruit-light] .hljs-string, [theme=base16-summerfruit-light] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-light] .hljs-built_in, [theme=base16-summerfruit-light] .hljs-doctag, [theme=base16-summerfruit-light] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-light] .hljs-quote, [theme=base16-summerfruit-light] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-light] .hljs-attribute, [theme=base16-summerfruit-light] .hljs-function .hljs-title, [theme=base16-summerfruit-light] .hljs-section, [theme=base16-summerfruit-light] .hljs-title.function_, [theme=base16-summerfruit-light] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-light] .diff .hljs-meta, [theme=base16-summerfruit-light] .hljs-keyword, [theme=base16-summerfruit-light] .hljs-template-tag, [theme=base16-summerfruit-light] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-light] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-light] .hljs-meta, [theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-dark] {
  /*!
    Theme: Synth Midnight Terminal Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-dark] .hljs {
  color: #c1c3c4;
  background: #050608;
}
[theme=base16-synth-midnight-terminal-dark] .hljs ::selection, [theme=base16-synth-midnight-terminal-dark] .hljs::selection {
  background-color: #28292a;
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-comment {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-tag {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator, [theme=base16-synth-midnight-terminal-dark] .hljs-punctuation, [theme=base16-synth-midnight-terminal-dark] .hljs-subst {
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-bullet, [theme=base16-synth-midnight-terminal-dark] .hljs-deletion, [theme=base16-synth-midnight-terminal-dark] .hljs-name, [theme=base16-synth-midnight-terminal-dark] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-template-variable, [theme=base16-synth-midnight-terminal-dark] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attr, [theme=base16-synth-midnight-terminal-dark] .hljs-link, [theme=base16-synth-midnight-terminal-dark] .hljs-literal, [theme=base16-synth-midnight-terminal-dark] .hljs-number, [theme=base16-synth-midnight-terminal-dark] .hljs-symbol, [theme=base16-synth-midnight-terminal-dark] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-addition, [theme=base16-synth-midnight-terminal-dark] .hljs-code, [theme=base16-synth-midnight-terminal-dark] .hljs-string, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-built_in, [theme=base16-synth-midnight-terminal-dark] .hljs-doctag, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-dark] .hljs-quote, [theme=base16-synth-midnight-terminal-dark] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attribute, [theme=base16-synth-midnight-terminal-dark] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-section, [theme=base16-synth-midnight-terminal-dark] .hljs-title.function_, [theme=base16-synth-midnight-terminal-dark] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-dark] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-template-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-light] {
  /*!
    Theme: Synth Midnight Terminal Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-light] .hljs {
  color: #28292a;
  background: #dddfe0;
}
[theme=base16-synth-midnight-terminal-light] .hljs ::selection, [theme=base16-synth-midnight-terminal-light] .hljs::selection {
  background-color: #c1c3c4;
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-comment {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-light] .hljs-tag {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator, [theme=base16-synth-midnight-terminal-light] .hljs-punctuation, [theme=base16-synth-midnight-terminal-light] .hljs-subst {
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-light] .hljs-bullet, [theme=base16-synth-midnight-terminal-light] .hljs-deletion, [theme=base16-synth-midnight-terminal-light] .hljs-name, [theme=base16-synth-midnight-terminal-light] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-light] .hljs-template-variable, [theme=base16-synth-midnight-terminal-light] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attr, [theme=base16-synth-midnight-terminal-light] .hljs-link, [theme=base16-synth-midnight-terminal-light] .hljs-literal, [theme=base16-synth-midnight-terminal-light] .hljs-number, [theme=base16-synth-midnight-terminal-light] .hljs-symbol, [theme=base16-synth-midnight-terminal-light] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-light] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-addition, [theme=base16-synth-midnight-terminal-light] .hljs-code, [theme=base16-synth-midnight-terminal-light] .hljs-string, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-light] .hljs-built_in, [theme=base16-synth-midnight-terminal-light] .hljs-doctag, [theme=base16-synth-midnight-terminal-light] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-light] .hljs-quote, [theme=base16-synth-midnight-terminal-light] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attribute, [theme=base16-synth-midnight-terminal-light] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-section, [theme=base16-synth-midnight-terminal-light] .hljs-title.function_, [theme=base16-synth-midnight-terminal-light] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-light] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-template-tag, [theme=base16-synth-midnight-terminal-light] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-light] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tango] {
  /*!
    Theme: Tango
    Author: @Schnouki, based on the Tango Desktop Project
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tango] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tango] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tango] .hljs {
  color: #d3d7cf;
  background: #2e3436;
}
[theme=base16-tango] .hljs ::selection, [theme=base16-tango] .hljs::selection {
  background-color: #fce94f;
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-comment {
  color: #555753;
}
[theme=base16-tango] .hljs-tag {
  color: #729fcf;
}
[theme=base16-tango] .hljs-operator, [theme=base16-tango] .hljs-punctuation, [theme=base16-tango] .hljs-subst {
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tango] .hljs-bullet, [theme=base16-tango] .hljs-deletion, [theme=base16-tango] .hljs-name, [theme=base16-tango] .hljs-selector-tag, [theme=base16-tango] .hljs-template-variable, [theme=base16-tango] .hljs-variable {
  color: #c00;
}
[theme=base16-tango] .hljs-attr, [theme=base16-tango] .hljs-link, [theme=base16-tango] .hljs-literal, [theme=base16-tango] .hljs-number, [theme=base16-tango] .hljs-symbol, [theme=base16-tango] .hljs-variable.constant_ {
  color: #ef2929;
}
[theme=base16-tango] .hljs-class .hljs-title, [theme=base16-tango] .hljs-title, [theme=base16-tango] .hljs-title.class_ {
  color: #c4a000;
}
[theme=base16-tango] .hljs-strong {
  font-weight: 700;
  color: #c4a000;
}
[theme=base16-tango] .hljs-addition, [theme=base16-tango] .hljs-code, [theme=base16-tango] .hljs-string, [theme=base16-tango] .hljs-title.class_.inherited__ {
  color: #4e9a06;
}
[theme=base16-tango] .hljs-built_in, [theme=base16-tango] .hljs-doctag, [theme=base16-tango] .hljs-keyword.hljs-atrule, [theme=base16-tango] .hljs-quote, [theme=base16-tango] .hljs-regexp {
  color: #06989a;
}
[theme=base16-tango] .hljs-attribute, [theme=base16-tango] .hljs-function .hljs-title, [theme=base16-tango] .hljs-section, [theme=base16-tango] .hljs-title.function_, [theme=base16-tango] .ruby .hljs-property {
  color: #3465a4;
}
[theme=base16-tango] .diff .hljs-meta, [theme=base16-tango] .hljs-keyword, [theme=base16-tango] .hljs-template-tag, [theme=base16-tango] .hljs-type {
  color: #75507b;
}
[theme=base16-tango] .hljs-emphasis {
  color: #75507b;
  font-style: italic;
}
[theme=base16-tango] .hljs-meta, [theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta .hljs-string {
  color: #34e2e2;
}
[theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tender] {
  /*!
    Theme: tender
    Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tender] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tender] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tender] .hljs {
  color: #eee;
  background: #282828;
}
[theme=base16-tender] .hljs ::selection, [theme=base16-tender] .hljs::selection {
  background-color: #484848;
  color: #eee;
}
[theme=base16-tender] .hljs-comment {
  color: #4c4c4c;
}
[theme=base16-tender] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-tender] .hljs-operator, [theme=base16-tender] .hljs-punctuation, [theme=base16-tender] .hljs-subst {
  color: #eee;
}
[theme=base16-tender] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tender] .hljs-bullet, [theme=base16-tender] .hljs-deletion, [theme=base16-tender] .hljs-name, [theme=base16-tender] .hljs-selector-tag, [theme=base16-tender] .hljs-template-variable, [theme=base16-tender] .hljs-variable {
  color: #f43753;
}
[theme=base16-tender] .hljs-attr, [theme=base16-tender] .hljs-link, [theme=base16-tender] .hljs-literal, [theme=base16-tender] .hljs-number, [theme=base16-tender] .hljs-symbol, [theme=base16-tender] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-tender] .hljs-class .hljs-title, [theme=base16-tender] .hljs-title, [theme=base16-tender] .hljs-title.class_ {
  color: #ffc24b;
}
[theme=base16-tender] .hljs-strong {
  font-weight: 700;
  color: #ffc24b;
}
[theme=base16-tender] .hljs-addition, [theme=base16-tender] .hljs-code, [theme=base16-tender] .hljs-string, [theme=base16-tender] .hljs-title.class_.inherited__ {
  color: #c9d05c;
}
[theme=base16-tender] .hljs-built_in, [theme=base16-tender] .hljs-doctag, [theme=base16-tender] .hljs-keyword.hljs-atrule, [theme=base16-tender] .hljs-quote, [theme=base16-tender] .hljs-regexp {
  color: #73cef4;
}
[theme=base16-tender] .hljs-attribute, [theme=base16-tender] .hljs-function .hljs-title, [theme=base16-tender] .hljs-section, [theme=base16-tender] .hljs-title.function_, [theme=base16-tender] .ruby .hljs-property {
  color: #b3deef;
}
[theme=base16-tender] .diff .hljs-meta, [theme=base16-tender] .hljs-keyword, [theme=base16-tender] .hljs-template-tag, [theme=base16-tender] .hljs-type {
  color: #d3b987;
}
[theme=base16-tender] .hljs-emphasis {
  color: #d3b987;
  font-style: italic;
}
[theme=base16-tender] .hljs-meta, [theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow-night] {
  /*!
    Theme: Tomorrow Night
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow-night] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow-night] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow-night] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-tomorrow-night] .hljs ::selection, [theme=base16-tomorrow-night] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-comment {
  color: #999;
}
[theme=base16-tomorrow-night] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-tomorrow-night] .hljs-operator, [theme=base16-tomorrow-night] .hljs-punctuation, [theme=base16-tomorrow-night] .hljs-subst {
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow-night] .hljs-bullet, [theme=base16-tomorrow-night] .hljs-deletion, [theme=base16-tomorrow-night] .hljs-name, [theme=base16-tomorrow-night] .hljs-selector-tag, [theme=base16-tomorrow-night] .hljs-template-variable, [theme=base16-tomorrow-night] .hljs-variable {
  color: #f2777a;
}
[theme=base16-tomorrow-night] .hljs-attr, [theme=base16-tomorrow-night] .hljs-link, [theme=base16-tomorrow-night] .hljs-literal, [theme=base16-tomorrow-night] .hljs-number, [theme=base16-tomorrow-night] .hljs-symbol, [theme=base16-tomorrow-night] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-tomorrow-night] .hljs-class .hljs-title, [theme=base16-tomorrow-night] .hljs-title, [theme=base16-tomorrow-night] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-addition, [theme=base16-tomorrow-night] .hljs-code, [theme=base16-tomorrow-night] .hljs-string, [theme=base16-tomorrow-night] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-tomorrow-night] .hljs-built_in, [theme=base16-tomorrow-night] .hljs-doctag, [theme=base16-tomorrow-night] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow-night] .hljs-quote, [theme=base16-tomorrow-night] .hljs-regexp {
  color: #6cc;
}
[theme=base16-tomorrow-night] .hljs-attribute, [theme=base16-tomorrow-night] .hljs-function .hljs-title, [theme=base16-tomorrow-night] .hljs-section, [theme=base16-tomorrow-night] .hljs-title.function_, [theme=base16-tomorrow-night] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-tomorrow-night] .diff .hljs-meta, [theme=base16-tomorrow-night] .hljs-keyword, [theme=base16-tomorrow-night] .hljs-template-tag, [theme=base16-tomorrow-night] .hljs-type {
  color: #c9c;
}
[theme=base16-tomorrow-night] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-tomorrow-night] .hljs-meta, [theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow] {
  /*!
    Theme: Tomorrow
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow] .hljs {
  color: #4d4d4c;
  background: #fff;
}
[theme=base16-tomorrow] .hljs ::selection, [theme=base16-tomorrow] .hljs::selection {
  background-color: #d6d6d6;
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-comment {
  color: #8e908c;
}
[theme=base16-tomorrow] .hljs-tag {
  color: #969896;
}
[theme=base16-tomorrow] .hljs-operator, [theme=base16-tomorrow] .hljs-punctuation, [theme=base16-tomorrow] .hljs-subst {
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow] .hljs-bullet, [theme=base16-tomorrow] .hljs-deletion, [theme=base16-tomorrow] .hljs-name, [theme=base16-tomorrow] .hljs-selector-tag, [theme=base16-tomorrow] .hljs-template-variable, [theme=base16-tomorrow] .hljs-variable {
  color: #c82829;
}
[theme=base16-tomorrow] .hljs-attr, [theme=base16-tomorrow] .hljs-link, [theme=base16-tomorrow] .hljs-literal, [theme=base16-tomorrow] .hljs-number, [theme=base16-tomorrow] .hljs-symbol, [theme=base16-tomorrow] .hljs-variable.constant_ {
  color: #f5871f;
}
[theme=base16-tomorrow] .hljs-class .hljs-title, [theme=base16-tomorrow] .hljs-title, [theme=base16-tomorrow] .hljs-title.class_ {
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-strong {
  font-weight: 700;
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-addition, [theme=base16-tomorrow] .hljs-code, [theme=base16-tomorrow] .hljs-string, [theme=base16-tomorrow] .hljs-title.class_.inherited__ {
  color: #718c00;
}
[theme=base16-tomorrow] .hljs-built_in, [theme=base16-tomorrow] .hljs-doctag, [theme=base16-tomorrow] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow] .hljs-quote, [theme=base16-tomorrow] .hljs-regexp {
  color: #3e999f;
}
[theme=base16-tomorrow] .hljs-attribute, [theme=base16-tomorrow] .hljs-function .hljs-title, [theme=base16-tomorrow] .hljs-section, [theme=base16-tomorrow] .hljs-title.function_, [theme=base16-tomorrow] .ruby .hljs-property {
  color: #4271ae;
}
[theme=base16-tomorrow] .diff .hljs-meta, [theme=base16-tomorrow] .hljs-keyword, [theme=base16-tomorrow] .hljs-template-tag, [theme=base16-tomorrow] .hljs-type {
  color: #8959a8;
}
[theme=base16-tomorrow] .hljs-emphasis {
  color: #8959a8;
  font-style: italic;
}
[theme=base16-tomorrow] .hljs-meta, [theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-twilight] {
  /*!
    Theme: Twilight
    Author: David Hart (https://github.com/hartbit)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-twilight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-twilight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-twilight] .hljs {
  color: #a7a7a7;
  background: #1e1e1e;
}
[theme=base16-twilight] .hljs ::selection, [theme=base16-twilight] .hljs::selection {
  background-color: #464b50;
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-twilight] .hljs-tag {
  color: #838184;
}
[theme=base16-twilight] .hljs-operator, [theme=base16-twilight] .hljs-punctuation, [theme=base16-twilight] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-twilight] .hljs-bullet, [theme=base16-twilight] .hljs-deletion, [theme=base16-twilight] .hljs-name, [theme=base16-twilight] .hljs-selector-tag, [theme=base16-twilight] .hljs-template-variable, [theme=base16-twilight] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-twilight] .hljs-attr, [theme=base16-twilight] .hljs-link, [theme=base16-twilight] .hljs-literal, [theme=base16-twilight] .hljs-number, [theme=base16-twilight] .hljs-symbol, [theme=base16-twilight] .hljs-variable.constant_ {
  color: #cda869;
}
[theme=base16-twilight] .hljs-class .hljs-title, [theme=base16-twilight] .hljs-title, [theme=base16-twilight] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-addition, [theme=base16-twilight] .hljs-code, [theme=base16-twilight] .hljs-string, [theme=base16-twilight] .hljs-title.class_.inherited__ {
  color: #8f9d6a;
}
[theme=base16-twilight] .hljs-built_in, [theme=base16-twilight] .hljs-doctag, [theme=base16-twilight] .hljs-keyword.hljs-atrule, [theme=base16-twilight] .hljs-quote, [theme=base16-twilight] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-twilight] .hljs-attribute, [theme=base16-twilight] .hljs-function .hljs-title, [theme=base16-twilight] .hljs-section, [theme=base16-twilight] .hljs-title.function_, [theme=base16-twilight] .ruby .hljs-property {
  color: #7587a6;
}
[theme=base16-twilight] .diff .hljs-meta, [theme=base16-twilight] .hljs-keyword, [theme=base16-twilight] .hljs-template-tag, [theme=base16-twilight] .hljs-type {
  color: #9b859d;
}
[theme=base16-twilight] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-twilight] .hljs-meta, [theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta .hljs-string {
  color: #9b703f;
}
[theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-dark] {
  /*!
    Theme: Unikitty Dark
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-dark] .hljs {
  color: #bcbabe;
  background: #2e2a31;
}
[theme=base16-unikitty-dark] .hljs ::selection, [theme=base16-unikitty-dark] .hljs::selection {
  background-color: #666369;
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-comment {
  color: #838085;
}
[theme=base16-unikitty-dark] .hljs-tag {
  color: #9f9da2;
}
[theme=base16-unikitty-dark] .hljs-operator, [theme=base16-unikitty-dark] .hljs-punctuation, [theme=base16-unikitty-dark] .hljs-subst {
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-dark] .hljs-bullet, [theme=base16-unikitty-dark] .hljs-deletion, [theme=base16-unikitty-dark] .hljs-name, [theme=base16-unikitty-dark] .hljs-selector-tag, [theme=base16-unikitty-dark] .hljs-template-variable, [theme=base16-unikitty-dark] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-dark] .hljs-attr, [theme=base16-unikitty-dark] .hljs-link, [theme=base16-unikitty-dark] .hljs-literal, [theme=base16-unikitty-dark] .hljs-number, [theme=base16-unikitty-dark] .hljs-symbol, [theme=base16-unikitty-dark] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-dark] .hljs-class .hljs-title, [theme=base16-unikitty-dark] .hljs-title, [theme=base16-unikitty-dark] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-addition, [theme=base16-unikitty-dark] .hljs-code, [theme=base16-unikitty-dark] .hljs-string, [theme=base16-unikitty-dark] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-dark] .hljs-built_in, [theme=base16-unikitty-dark] .hljs-doctag, [theme=base16-unikitty-dark] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-dark] .hljs-quote, [theme=base16-unikitty-dark] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-dark] .hljs-attribute, [theme=base16-unikitty-dark] .hljs-function .hljs-title, [theme=base16-unikitty-dark] .hljs-section, [theme=base16-unikitty-dark] .hljs-title.function_, [theme=base16-unikitty-dark] .ruby .hljs-property {
  color: #796af5;
}
[theme=base16-unikitty-dark] .diff .hljs-meta, [theme=base16-unikitty-dark] .hljs-keyword, [theme=base16-unikitty-dark] .hljs-template-tag, [theme=base16-unikitty-dark] .hljs-type {
  color: #bb60ea;
}
[theme=base16-unikitty-dark] .hljs-emphasis {
  color: #bb60ea;
  font-style: italic;
}
[theme=base16-unikitty-dark] .hljs-meta, [theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta .hljs-string {
  color: #c720ca;
}
[theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-light] {
  /*!
    Theme: Unikitty Light
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-light] .hljs {
  color: #6c696e;
  background: #fff;
}
[theme=base16-unikitty-light] .hljs ::selection, [theme=base16-unikitty-light] .hljs::selection {
  background-color: #c4c3c5;
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-comment {
  color: #a7a5a8;
}
[theme=base16-unikitty-light] .hljs-tag {
  color: #89878b;
}
[theme=base16-unikitty-light] .hljs-operator, [theme=base16-unikitty-light] .hljs-punctuation, [theme=base16-unikitty-light] .hljs-subst {
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-light] .hljs-bullet, [theme=base16-unikitty-light] .hljs-deletion, [theme=base16-unikitty-light] .hljs-name, [theme=base16-unikitty-light] .hljs-selector-tag, [theme=base16-unikitty-light] .hljs-template-variable, [theme=base16-unikitty-light] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-light] .hljs-attr, [theme=base16-unikitty-light] .hljs-link, [theme=base16-unikitty-light] .hljs-literal, [theme=base16-unikitty-light] .hljs-number, [theme=base16-unikitty-light] .hljs-symbol, [theme=base16-unikitty-light] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-light] .hljs-class .hljs-title, [theme=base16-unikitty-light] .hljs-title, [theme=base16-unikitty-light] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-addition, [theme=base16-unikitty-light] .hljs-code, [theme=base16-unikitty-light] .hljs-string, [theme=base16-unikitty-light] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-light] .hljs-built_in, [theme=base16-unikitty-light] .hljs-doctag, [theme=base16-unikitty-light] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-light] .hljs-quote, [theme=base16-unikitty-light] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-light] .hljs-attribute, [theme=base16-unikitty-light] .hljs-function .hljs-title, [theme=base16-unikitty-light] .hljs-section, [theme=base16-unikitty-light] .hljs-title.function_, [theme=base16-unikitty-light] .ruby .hljs-property {
  color: #775dff;
}
[theme=base16-unikitty-light] .diff .hljs-meta, [theme=base16-unikitty-light] .hljs-keyword, [theme=base16-unikitty-light] .hljs-template-tag, [theme=base16-unikitty-light] .hljs-type {
  color: #aa17e6;
}
[theme=base16-unikitty-light] .hljs-emphasis {
  color: #aa17e6;
  font-style: italic;
}
[theme=base16-unikitty-light] .hljs-meta, [theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta .hljs-string {
  color: #e013d0;
}
[theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-vulcan] {
  /*!
    Theme: vulcan
    Author: Andrey Varfolomeev
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-vulcan] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-vulcan] code.hljs {
  padding: 3px 5px;
}
[theme=base16-vulcan] .hljs {
  color: #5b778c;
  background: #041523;
}
[theme=base16-vulcan] .hljs ::selection, [theme=base16-vulcan] .hljs::selection {
  background-color: #003552;
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-comment {
  color: #7a5759;
}
[theme=base16-vulcan] .hljs-tag {
  color: #6b6977;
}
[theme=base16-vulcan] .hljs-operator, [theme=base16-vulcan] .hljs-punctuation, [theme=base16-vulcan] .hljs-subst {
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-vulcan] .hljs-bullet, [theme=base16-vulcan] .hljs-deletion, [theme=base16-vulcan] .hljs-name, [theme=base16-vulcan] .hljs-selector-tag, [theme=base16-vulcan] .hljs-template-variable, [theme=base16-vulcan] .hljs-variable {
  color: #818591;
}
[theme=base16-vulcan] .hljs-attr, [theme=base16-vulcan] .hljs-link, [theme=base16-vulcan] .hljs-literal, [theme=base16-vulcan] .hljs-number, [theme=base16-vulcan] .hljs-symbol, [theme=base16-vulcan] .hljs-variable.constant_ {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-class .hljs-title, [theme=base16-vulcan] .hljs-title, [theme=base16-vulcan] .hljs-title.class_ {
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-strong {
  font-weight: 700;
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-addition, [theme=base16-vulcan] .hljs-attribute, [theme=base16-vulcan] .hljs-built_in, [theme=base16-vulcan] .hljs-code, [theme=base16-vulcan] .hljs-doctag, [theme=base16-vulcan] .hljs-function .hljs-title, [theme=base16-vulcan] .hljs-keyword.hljs-atrule, [theme=base16-vulcan] .hljs-quote, [theme=base16-vulcan] .hljs-regexp, [theme=base16-vulcan] .hljs-section, [theme=base16-vulcan] .hljs-string, [theme=base16-vulcan] .hljs-title.class_.inherited__, [theme=base16-vulcan] .hljs-title.function_, [theme=base16-vulcan] .ruby .hljs-property {
  color: #977d7c;
}
[theme=base16-vulcan] .diff .hljs-meta, [theme=base16-vulcan] .hljs-keyword, [theme=base16-vulcan] .hljs-template-tag, [theme=base16-vulcan] .hljs-type {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-emphasis {
  color: #9198a3;
  font-style: italic;
}
[theme=base16-vulcan] .hljs-meta, [theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta .hljs-string {
  color: #977d7c;
}
[theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10-light] {
  /*!
    Theme: Windows 10 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10-light] .hljs {
  color: #767676;
  background: #f2f2f2;
}
[theme=base16-windows-10-light] .hljs ::selection, [theme=base16-windows-10-light] .hljs::selection {
  background-color: #d9d9d9;
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-comment {
  color: #ccc;
}
[theme=base16-windows-10-light] .hljs-tag {
  color: #ababab;
}
[theme=base16-windows-10-light] .hljs-operator, [theme=base16-windows-10-light] .hljs-punctuation, [theme=base16-windows-10-light] .hljs-subst {
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10-light] .hljs-bullet, [theme=base16-windows-10-light] .hljs-deletion, [theme=base16-windows-10-light] .hljs-name, [theme=base16-windows-10-light] .hljs-selector-tag, [theme=base16-windows-10-light] .hljs-template-variable, [theme=base16-windows-10-light] .hljs-variable {
  color: #c50f1f;
}
[theme=base16-windows-10-light] .hljs-attr, [theme=base16-windows-10-light] .hljs-link, [theme=base16-windows-10-light] .hljs-literal, [theme=base16-windows-10-light] .hljs-number, [theme=base16-windows-10-light] .hljs-symbol, [theme=base16-windows-10-light] .hljs-variable.constant_ {
  color: #f9f1a5;
}
[theme=base16-windows-10-light] .hljs-class .hljs-title, [theme=base16-windows-10-light] .hljs-title, [theme=base16-windows-10-light] .hljs-title.class_ {
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-strong {
  font-weight: 700;
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-addition, [theme=base16-windows-10-light] .hljs-code, [theme=base16-windows-10-light] .hljs-string, [theme=base16-windows-10-light] .hljs-title.class_.inherited__ {
  color: #13a10e;
}
[theme=base16-windows-10-light] .hljs-built_in, [theme=base16-windows-10-light] .hljs-doctag, [theme=base16-windows-10-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-10-light] .hljs-quote, [theme=base16-windows-10-light] .hljs-regexp {
  color: #3a96dd;
}
[theme=base16-windows-10-light] .hljs-attribute, [theme=base16-windows-10-light] .hljs-function .hljs-title, [theme=base16-windows-10-light] .hljs-section, [theme=base16-windows-10-light] .hljs-title.function_, [theme=base16-windows-10-light] .ruby .hljs-property {
  color: #0037da;
}
[theme=base16-windows-10-light] .diff .hljs-meta, [theme=base16-windows-10-light] .hljs-keyword, [theme=base16-windows-10-light] .hljs-template-tag, [theme=base16-windows-10-light] .hljs-type {
  color: #881798;
}
[theme=base16-windows-10-light] .hljs-emphasis {
  color: #881798;
  font-style: italic;
}
[theme=base16-windows-10-light] .hljs-meta, [theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta .hljs-string {
  color: #16c60c;
}
[theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10] {
  /*!
    Theme: Windows 10
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10] .hljs {
  color: #ccc;
  background: #0c0c0c;
}
[theme=base16-windows-10] .hljs ::selection, [theme=base16-windows-10] .hljs::selection {
  background-color: #535353;
  color: #ccc;
}
[theme=base16-windows-10] .hljs-comment {
  color: #767676;
}
[theme=base16-windows-10] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-windows-10] .hljs-operator, [theme=base16-windows-10] .hljs-punctuation, [theme=base16-windows-10] .hljs-subst {
  color: #ccc;
}
[theme=base16-windows-10] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10] .hljs-bullet, [theme=base16-windows-10] .hljs-deletion, [theme=base16-windows-10] .hljs-name, [theme=base16-windows-10] .hljs-selector-tag, [theme=base16-windows-10] .hljs-template-variable, [theme=base16-windows-10] .hljs-variable {
  color: #e74856;
}
[theme=base16-windows-10] .hljs-attr, [theme=base16-windows-10] .hljs-link, [theme=base16-windows-10] .hljs-literal, [theme=base16-windows-10] .hljs-number, [theme=base16-windows-10] .hljs-symbol, [theme=base16-windows-10] .hljs-variable.constant_ {
  color: #c19c00;
}
[theme=base16-windows-10] .hljs-class .hljs-title, [theme=base16-windows-10] .hljs-title, [theme=base16-windows-10] .hljs-title.class_ {
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-strong {
  font-weight: 700;
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-addition, [theme=base16-windows-10] .hljs-code, [theme=base16-windows-10] .hljs-string, [theme=base16-windows-10] .hljs-title.class_.inherited__ {
  color: #16c60c;
}
[theme=base16-windows-10] .hljs-built_in, [theme=base16-windows-10] .hljs-doctag, [theme=base16-windows-10] .hljs-keyword.hljs-atrule, [theme=base16-windows-10] .hljs-quote, [theme=base16-windows-10] .hljs-regexp {
  color: #61d6d6;
}
[theme=base16-windows-10] .hljs-attribute, [theme=base16-windows-10] .hljs-function .hljs-title, [theme=base16-windows-10] .hljs-section, [theme=base16-windows-10] .hljs-title.function_, [theme=base16-windows-10] .ruby .hljs-property {
  color: #3b78ff;
}
[theme=base16-windows-10] .diff .hljs-meta, [theme=base16-windows-10] .hljs-keyword, [theme=base16-windows-10] .hljs-template-tag, [theme=base16-windows-10] .hljs-type {
  color: #b4009e;
}
[theme=base16-windows-10] .hljs-emphasis {
  color: #b4009e;
  font-style: italic;
}
[theme=base16-windows-10] .hljs-meta, [theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta .hljs-string {
  color: #13a10e;
}
[theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95-light] {
  /*!
    Theme: Windows 95 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-95-light] .hljs ::selection, [theme=base16-windows-95-light] .hljs::selection {
  background-color: #c4c4c4;
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-comment {
  color: #a8a8a8;
}
[theme=base16-windows-95-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95-light] .hljs-operator, [theme=base16-windows-95-light] .hljs-punctuation, [theme=base16-windows-95-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95-light] .hljs-bullet, [theme=base16-windows-95-light] .hljs-deletion, [theme=base16-windows-95-light] .hljs-name, [theme=base16-windows-95-light] .hljs-selector-tag, [theme=base16-windows-95-light] .hljs-template-variable, [theme=base16-windows-95-light] .hljs-variable {
  color: #a80000;
}
[theme=base16-windows-95-light] .hljs-attr, [theme=base16-windows-95-light] .hljs-link, [theme=base16-windows-95-light] .hljs-literal, [theme=base16-windows-95-light] .hljs-number, [theme=base16-windows-95-light] .hljs-symbol, [theme=base16-windows-95-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-95-light] .hljs-class .hljs-title, [theme=base16-windows-95-light] .hljs-title, [theme=base16-windows-95-light] .hljs-title.class_ {
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-strong {
  font-weight: 700;
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-addition, [theme=base16-windows-95-light] .hljs-code, [theme=base16-windows-95-light] .hljs-string, [theme=base16-windows-95-light] .hljs-title.class_.inherited__ {
  color: #00a800;
}
[theme=base16-windows-95-light] .hljs-built_in, [theme=base16-windows-95-light] .hljs-doctag, [theme=base16-windows-95-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-95-light] .hljs-quote, [theme=base16-windows-95-light] .hljs-regexp {
  color: #00a8a8;
}
[theme=base16-windows-95-light] .hljs-attribute, [theme=base16-windows-95-light] .hljs-function .hljs-title, [theme=base16-windows-95-light] .hljs-section, [theme=base16-windows-95-light] .hljs-title.function_, [theme=base16-windows-95-light] .ruby .hljs-property {
  color: #0000a8;
}
[theme=base16-windows-95-light] .diff .hljs-meta, [theme=base16-windows-95-light] .hljs-keyword, [theme=base16-windows-95-light] .hljs-template-tag, [theme=base16-windows-95-light] .hljs-type {
  color: #a800a8;
}
[theme=base16-windows-95-light] .hljs-emphasis {
  color: #a800a8;
  font-style: italic;
}
[theme=base16-windows-95-light] .hljs-meta, [theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95] {
  /*!
    Theme: Windows 95
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95] .hljs {
  color: #a8a8a8;
  background: #000;
}
[theme=base16-windows-95] .hljs ::selection, [theme=base16-windows-95] .hljs::selection {
  background-color: #383838;
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-95] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95] .hljs-operator, [theme=base16-windows-95] .hljs-punctuation, [theme=base16-windows-95] .hljs-subst {
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95] .hljs-bullet, [theme=base16-windows-95] .hljs-deletion, [theme=base16-windows-95] .hljs-name, [theme=base16-windows-95] .hljs-selector-tag, [theme=base16-windows-95] .hljs-template-variable, [theme=base16-windows-95] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-95] .hljs-attr, [theme=base16-windows-95] .hljs-link, [theme=base16-windows-95] .hljs-literal, [theme=base16-windows-95] .hljs-number, [theme=base16-windows-95] .hljs-symbol, [theme=base16-windows-95] .hljs-variable.constant_ {
  color: #a85400;
}
[theme=base16-windows-95] .hljs-class .hljs-title, [theme=base16-windows-95] .hljs-title, [theme=base16-windows-95] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-addition, [theme=base16-windows-95] .hljs-code, [theme=base16-windows-95] .hljs-string, [theme=base16-windows-95] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-95] .hljs-built_in, [theme=base16-windows-95] .hljs-doctag, [theme=base16-windows-95] .hljs-keyword.hljs-atrule, [theme=base16-windows-95] .hljs-quote, [theme=base16-windows-95] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-95] .hljs-attribute, [theme=base16-windows-95] .hljs-function .hljs-title, [theme=base16-windows-95] .hljs-section, [theme=base16-windows-95] .hljs-title.function_, [theme=base16-windows-95] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-95] .diff .hljs-meta, [theme=base16-windows-95] .hljs-keyword, [theme=base16-windows-95] .hljs-template-tag, [theme=base16-windows-95] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-95] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-95] .hljs-meta, [theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta .hljs-string {
  color: #00a800;
}
[theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast-light] {
  /*!
    Theme: Windows High Contrast Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-high-contrast-light] .hljs ::selection, [theme=base16-windows-high-contrast-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-high-contrast-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-high-contrast-light] .hljs-operator, [theme=base16-windows-high-contrast-light] .hljs-punctuation, [theme=base16-windows-high-contrast-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast-light] .hljs-bullet, [theme=base16-windows-high-contrast-light] .hljs-deletion, [theme=base16-windows-high-contrast-light] .hljs-name, [theme=base16-windows-high-contrast-light] .hljs-selector-tag, [theme=base16-windows-high-contrast-light] .hljs-template-variable, [theme=base16-windows-high-contrast-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-high-contrast-light] .hljs-attr, [theme=base16-windows-high-contrast-light] .hljs-link, [theme=base16-windows-high-contrast-light] .hljs-literal, [theme=base16-windows-high-contrast-light] .hljs-number, [theme=base16-windows-high-contrast-light] .hljs-symbol, [theme=base16-windows-high-contrast-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast-light] .hljs-class .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-addition, [theme=base16-windows-high-contrast-light] .hljs-code, [theme=base16-windows-high-contrast-light] .hljs-string, [theme=base16-windows-high-contrast-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-high-contrast-light] .hljs-built_in, [theme=base16-windows-high-contrast-light] .hljs-doctag, [theme=base16-windows-high-contrast-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast-light] .hljs-quote, [theme=base16-windows-high-contrast-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-high-contrast-light] .hljs-attribute, [theme=base16-windows-high-contrast-light] .hljs-function .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-section, [theme=base16-windows-high-contrast-light] .hljs-title.function_, [theme=base16-windows-high-contrast-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-high-contrast-light] .diff .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-template-tag, [theme=base16-windows-high-contrast-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-high-contrast-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-high-contrast-light] .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast] {
  /*!
    Theme: Windows High Contrast
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-high-contrast] .hljs ::selection, [theme=base16-windows-high-contrast] .hljs::selection {
  background-color: #383838;
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-high-contrast] .hljs-tag {
  color: #a2a2a2;
}
[theme=base16-windows-high-contrast] .hljs-operator, [theme=base16-windows-high-contrast] .hljs-punctuation, [theme=base16-windows-high-contrast] .hljs-subst {
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast] .hljs-bullet, [theme=base16-windows-high-contrast] .hljs-deletion, [theme=base16-windows-high-contrast] .hljs-name, [theme=base16-windows-high-contrast] .hljs-selector-tag, [theme=base16-windows-high-contrast] .hljs-template-variable, [theme=base16-windows-high-contrast] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-high-contrast] .hljs-attr, [theme=base16-windows-high-contrast] .hljs-link, [theme=base16-windows-high-contrast] .hljs-literal, [theme=base16-windows-high-contrast] .hljs-number, [theme=base16-windows-high-contrast] .hljs-symbol, [theme=base16-windows-high-contrast] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-high-contrast] .hljs-class .hljs-title, [theme=base16-windows-high-contrast] .hljs-title, [theme=base16-windows-high-contrast] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-addition, [theme=base16-windows-high-contrast] .hljs-code, [theme=base16-windows-high-contrast] .hljs-string, [theme=base16-windows-high-contrast] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-high-contrast] .hljs-built_in, [theme=base16-windows-high-contrast] .hljs-doctag, [theme=base16-windows-high-contrast] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast] .hljs-quote, [theme=base16-windows-high-contrast] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-high-contrast] .hljs-attribute, [theme=base16-windows-high-contrast] .hljs-function .hljs-title, [theme=base16-windows-high-contrast] .hljs-section, [theme=base16-windows-high-contrast] .hljs-title.function_, [theme=base16-windows-high-contrast] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-high-contrast] .diff .hljs-meta, [theme=base16-windows-high-contrast] .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-template-tag, [theme=base16-windows-high-contrast] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-high-contrast] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-high-contrast] .hljs-meta, [theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt-light] {
  /*!
    Theme: Windows NT Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt-light] .hljs {
  color: grey;
  background: #fff;
}
[theme=base16-windows-nt-light] .hljs ::selection, [theme=base16-windows-nt-light] .hljs::selection {
  background-color: #d5d5d5;
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-nt-light] .hljs-tag {
  color: #a0a0a0;
}
[theme=base16-windows-nt-light] .hljs-operator, [theme=base16-windows-nt-light] .hljs-punctuation, [theme=base16-windows-nt-light] .hljs-subst {
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt-light] .hljs-bullet, [theme=base16-windows-nt-light] .hljs-deletion, [theme=base16-windows-nt-light] .hljs-name, [theme=base16-windows-nt-light] .hljs-selector-tag, [theme=base16-windows-nt-light] .hljs-template-variable, [theme=base16-windows-nt-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-nt-light] .hljs-attr, [theme=base16-windows-nt-light] .hljs-link, [theme=base16-windows-nt-light] .hljs-literal, [theme=base16-windows-nt-light] .hljs-number, [theme=base16-windows-nt-light] .hljs-symbol, [theme=base16-windows-nt-light] .hljs-variable.constant_ {
  color: #ff0;
}
[theme=base16-windows-nt-light] .hljs-class .hljs-title, [theme=base16-windows-nt-light] .hljs-title, [theme=base16-windows-nt-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-addition, [theme=base16-windows-nt-light] .hljs-code, [theme=base16-windows-nt-light] .hljs-string, [theme=base16-windows-nt-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-nt-light] .hljs-built_in, [theme=base16-windows-nt-light] .hljs-doctag, [theme=base16-windows-nt-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt-light] .hljs-quote, [theme=base16-windows-nt-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-nt-light] .hljs-attribute, [theme=base16-windows-nt-light] .hljs-function .hljs-title, [theme=base16-windows-nt-light] .hljs-section, [theme=base16-windows-nt-light] .hljs-title.function_, [theme=base16-windows-nt-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-nt-light] .diff .hljs-meta, [theme=base16-windows-nt-light] .hljs-keyword, [theme=base16-windows-nt-light] .hljs-template-tag, [theme=base16-windows-nt-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-nt-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-nt-light] .hljs-meta, [theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta .hljs-string {
  color: #0f0;
}
[theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt] {
  /*!
    Theme: Windows NT
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-nt] .hljs ::selection, [theme=base16-windows-nt] .hljs::selection {
  background-color: #555;
  color: silver;
}
[theme=base16-windows-nt] .hljs-comment {
  color: grey;
}
[theme=base16-windows-nt] .hljs-tag {
  color: #a1a1a1;
}
[theme=base16-windows-nt] .hljs-operator, [theme=base16-windows-nt] .hljs-punctuation, [theme=base16-windows-nt] .hljs-subst {
  color: silver;
}
[theme=base16-windows-nt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt] .hljs-bullet, [theme=base16-windows-nt] .hljs-deletion, [theme=base16-windows-nt] .hljs-name, [theme=base16-windows-nt] .hljs-selector-tag, [theme=base16-windows-nt] .hljs-template-variable, [theme=base16-windows-nt] .hljs-variable {
  color: red;
}
[theme=base16-windows-nt] .hljs-attr, [theme=base16-windows-nt] .hljs-link, [theme=base16-windows-nt] .hljs-literal, [theme=base16-windows-nt] .hljs-number, [theme=base16-windows-nt] .hljs-symbol, [theme=base16-windows-nt] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-nt] .hljs-class .hljs-title, [theme=base16-windows-nt] .hljs-title, [theme=base16-windows-nt] .hljs-title.class_ {
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-strong {
  font-weight: 700;
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-addition, [theme=base16-windows-nt] .hljs-code, [theme=base16-windows-nt] .hljs-string, [theme=base16-windows-nt] .hljs-title.class_.inherited__ {
  color: #0f0;
}
[theme=base16-windows-nt] .hljs-built_in, [theme=base16-windows-nt] .hljs-doctag, [theme=base16-windows-nt] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt] .hljs-quote, [theme=base16-windows-nt] .hljs-regexp {
  color: #0ff;
}
[theme=base16-windows-nt] .hljs-attribute, [theme=base16-windows-nt] .hljs-function .hljs-title, [theme=base16-windows-nt] .hljs-section, [theme=base16-windows-nt] .hljs-title.function_, [theme=base16-windows-nt] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-windows-nt] .diff .hljs-meta, [theme=base16-windows-nt] .hljs-keyword, [theme=base16-windows-nt] .hljs-template-tag, [theme=base16-windows-nt] .hljs-type {
  color: #f0f;
}
[theme=base16-windows-nt] .hljs-emphasis {
  color: #f0f;
  font-style: italic;
}
[theme=base16-windows-nt] .hljs-meta, [theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-woodland] {
  /*!
    Theme: Woodland
    Author: Jay Cornwall (https://jcornwall.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-woodland] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-woodland] code.hljs {
  padding: 3px 5px;
}
[theme=base16-woodland] .hljs {
  color: #cabcb1;
  background: #231e18;
}
[theme=base16-woodland] .hljs ::selection, [theme=base16-woodland] .hljs::selection {
  background-color: #48413a;
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-comment {
  color: #9d8b70;
}
[theme=base16-woodland] .hljs-tag {
  color: #b4a490;
}
[theme=base16-woodland] .hljs-operator, [theme=base16-woodland] .hljs-punctuation, [theme=base16-woodland] .hljs-subst {
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-woodland] .hljs-bullet, [theme=base16-woodland] .hljs-deletion, [theme=base16-woodland] .hljs-name, [theme=base16-woodland] .hljs-selector-tag, [theme=base16-woodland] .hljs-template-variable, [theme=base16-woodland] .hljs-variable {
  color: #d35c5c;
}
[theme=base16-woodland] .hljs-attr, [theme=base16-woodland] .hljs-link, [theme=base16-woodland] .hljs-literal, [theme=base16-woodland] .hljs-number, [theme=base16-woodland] .hljs-symbol, [theme=base16-woodland] .hljs-variable.constant_ {
  color: #ca7f32;
}
[theme=base16-woodland] .hljs-class .hljs-title, [theme=base16-woodland] .hljs-title, [theme=base16-woodland] .hljs-title.class_ {
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-strong {
  font-weight: 700;
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-addition, [theme=base16-woodland] .hljs-code, [theme=base16-woodland] .hljs-string, [theme=base16-woodland] .hljs-title.class_.inherited__ {
  color: #b7ba53;
}
[theme=base16-woodland] .hljs-built_in, [theme=base16-woodland] .hljs-doctag, [theme=base16-woodland] .hljs-keyword.hljs-atrule, [theme=base16-woodland] .hljs-quote, [theme=base16-woodland] .hljs-regexp {
  color: #6eb958;
}
[theme=base16-woodland] .hljs-attribute, [theme=base16-woodland] .hljs-function .hljs-title, [theme=base16-woodland] .hljs-section, [theme=base16-woodland] .hljs-title.function_, [theme=base16-woodland] .ruby .hljs-property {
  color: #88a4d3;
}
[theme=base16-woodland] .diff .hljs-meta, [theme=base16-woodland] .hljs-keyword, [theme=base16-woodland] .hljs-template-tag, [theme=base16-woodland] .hljs-type {
  color: #bb90e2;
}
[theme=base16-woodland] .hljs-emphasis {
  color: #bb90e2;
  font-style: italic;
}
[theme=base16-woodland] .hljs-meta, [theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta .hljs-string {
  color: #b49368;
}
[theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-xcode-dusk] {
  /*!
    Theme: XCode Dusk
    Author: Elsa Gonsiorowski (https://github.com/gonsie)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-xcode-dusk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-xcode-dusk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-xcode-dusk] .hljs {
  color: #939599;
  background: #282b35;
}
[theme=base16-xcode-dusk] .hljs ::selection, [theme=base16-xcode-dusk] .hljs::selection {
  background-color: #53555d;
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-comment {
  color: #686a71;
}
[theme=base16-xcode-dusk] .hljs-tag {
  color: #7e8086;
}
[theme=base16-xcode-dusk] .hljs-operator, [theme=base16-xcode-dusk] .hljs-punctuation, [theme=base16-xcode-dusk] .hljs-subst {
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-xcode-dusk] .hljs-bullet, [theme=base16-xcode-dusk] .hljs-deletion, [theme=base16-xcode-dusk] .hljs-name, [theme=base16-xcode-dusk] .hljs-selector-tag, [theme=base16-xcode-dusk] .hljs-template-variable, [theme=base16-xcode-dusk] .hljs-variable {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-attr, [theme=base16-xcode-dusk] .hljs-link, [theme=base16-xcode-dusk] .hljs-literal, [theme=base16-xcode-dusk] .hljs-number, [theme=base16-xcode-dusk] .hljs-symbol, [theme=base16-xcode-dusk] .hljs-variable.constant_ {
  color: #786dc5;
}
[theme=base16-xcode-dusk] .hljs-class .hljs-title, [theme=base16-xcode-dusk] .hljs-title, [theme=base16-xcode-dusk] .hljs-title.class_ {
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-strong {
  font-weight: 700;
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-addition, [theme=base16-xcode-dusk] .hljs-code, [theme=base16-xcode-dusk] .hljs-string, [theme=base16-xcode-dusk] .hljs-title.class_.inherited__ {
  color: #df0002;
}
[theme=base16-xcode-dusk] .hljs-built_in, [theme=base16-xcode-dusk] .hljs-doctag, [theme=base16-xcode-dusk] .hljs-keyword.hljs-atrule, [theme=base16-xcode-dusk] .hljs-quote, [theme=base16-xcode-dusk] .hljs-regexp {
  color: #00a0be;
}
[theme=base16-xcode-dusk] .hljs-attribute, [theme=base16-xcode-dusk] .hljs-function .hljs-title, [theme=base16-xcode-dusk] .hljs-section, [theme=base16-xcode-dusk] .hljs-title.function_, [theme=base16-xcode-dusk] .ruby .hljs-property {
  color: #790ead;
}
[theme=base16-xcode-dusk] .diff .hljs-meta, [theme=base16-xcode-dusk] .hljs-keyword, [theme=base16-xcode-dusk] .hljs-template-tag, [theme=base16-xcode-dusk] .hljs-type {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-emphasis {
  color: #b21889;
  font-style: italic;
}
[theme=base16-xcode-dusk] .hljs-meta, [theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta .hljs-string {
  color: #c77c48;
}
[theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-zenburn] {
  /*!
    Theme: Zenburn
    Author: elnawe
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-zenburn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-zenburn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-zenburn] .hljs {
  color: #dcdccc;
  background: #383838;
}
[theme=base16-zenburn] .hljs ::selection, [theme=base16-zenburn] .hljs::selection {
  background-color: #606060;
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-comment {
  color: #6f6f6f;
}
[theme=base16-zenburn] .hljs-tag {
  color: grey;
}
[theme=base16-zenburn] .hljs-operator, [theme=base16-zenburn] .hljs-punctuation, [theme=base16-zenburn] .hljs-subst {
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-zenburn] .hljs-bullet, [theme=base16-zenburn] .hljs-deletion, [theme=base16-zenburn] .hljs-name, [theme=base16-zenburn] .hljs-selector-tag, [theme=base16-zenburn] .hljs-template-variable, [theme=base16-zenburn] .hljs-variable {
  color: #dca3a3;
}
[theme=base16-zenburn] .hljs-attr, [theme=base16-zenburn] .hljs-link, [theme=base16-zenburn] .hljs-literal, [theme=base16-zenburn] .hljs-number, [theme=base16-zenburn] .hljs-symbol, [theme=base16-zenburn] .hljs-variable.constant_ {
  color: #dfaf8f;
}
[theme=base16-zenburn] .hljs-class .hljs-title, [theme=base16-zenburn] .hljs-title, [theme=base16-zenburn] .hljs-title.class_ {
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-strong {
  font-weight: 700;
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-addition, [theme=base16-zenburn] .hljs-code, [theme=base16-zenburn] .hljs-string, [theme=base16-zenburn] .hljs-title.class_.inherited__ {
  color: #5f7f5f;
}
[theme=base16-zenburn] .hljs-built_in, [theme=base16-zenburn] .hljs-doctag, [theme=base16-zenburn] .hljs-keyword.hljs-atrule, [theme=base16-zenburn] .hljs-quote, [theme=base16-zenburn] .hljs-regexp {
  color: #93e0e3;
}
[theme=base16-zenburn] .hljs-attribute, [theme=base16-zenburn] .hljs-function .hljs-title, [theme=base16-zenburn] .hljs-section, [theme=base16-zenburn] .hljs-title.function_, [theme=base16-zenburn] .ruby .hljs-property {
  color: #7cb8bb;
}
[theme=base16-zenburn] .diff .hljs-meta, [theme=base16-zenburn] .hljs-keyword, [theme=base16-zenburn] .hljs-template-tag, [theme=base16-zenburn] .hljs-type {
  color: #dc8cc3;
}
[theme=base16-zenburn] .hljs-emphasis {
  color: #dc8cc3;
  font-style: italic;
}
[theme=base16-zenburn] .hljs-meta, [theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta .hljs-string {
  color: #000;
}
[theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta-keyword {
  font-weight: 700;
}
[theme=a11y-dark] {
  /*!
    Theme: a11y-dark
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-dark] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-dark] .hljs {
  background: #2b2b2b;
  color: #f8f8f2;
}
[theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-quote {
  color: #d4d0ab;
}
[theme=a11y-dark] .hljs-deletion, [theme=a11y-dark] .hljs-name, [theme=a11y-dark] .hljs-regexp, [theme=a11y-dark] .hljs-selector-class, [theme=a11y-dark] .hljs-selector-id, [theme=a11y-dark] .hljs-tag, [theme=a11y-dark] .hljs-template-variable, [theme=a11y-dark] .hljs-variable {
  color: #ffa07a;
}
[theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-type {
  color: #f5ab35;
}
[theme=a11y-dark] .hljs-attribute {
  color: gold;
}
[theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol {
  color: #abe338;
}
[theme=a11y-dark] .hljs-section, [theme=a11y-dark] .hljs-title {
  color: #00e0e0;
}
[theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
  color: #dcc6e0;
}
[theme=a11y-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-dark] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-attribute, [theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-quote, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol, [theme=a11y-dark] .hljs-type {
    color: highlight;
  }
  [theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=a11y-light] {
  /*!
    Theme: a11y-light
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-light] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-light] .hljs {
  background: #fefefe;
  color: #545454;
}
[theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-quote {
  color: #696969;
}
[theme=a11y-light] .hljs-deletion, [theme=a11y-light] .hljs-name, [theme=a11y-light] .hljs-regexp, [theme=a11y-light] .hljs-selector-class, [theme=a11y-light] .hljs-selector-id, [theme=a11y-light] .hljs-tag, [theme=a11y-light] .hljs-template-variable, [theme=a11y-light] .hljs-variable {
  color: #d91e18;
}
[theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-type {
  color: #aa5d00;
}
[theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol {
  color: green;
}
[theme=a11y-light] .hljs-section, [theme=a11y-light] .hljs-title {
  color: #007faa;
}
[theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
  color: #7928a1;
}
[theme=a11y-light] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-light] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-quote, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol, [theme=a11y-light] .hljs-type {
    color: highlight;
  }
  [theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=agate] {
  /*!
     Theme: Agate
     Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>
     Maintainer: @taufik-nurrohman
     Updated: 2021-04-24

     #333
     #62c8f3
     #7bd694
     #888
     #a2fca2
     #ade5fc
     #b8d8a2
     #c6b4f0
     #d36363
     #fc9b9b
     #fcc28c
     #ffa
     #fff
  */
}
[theme=agate] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=agate] code.hljs {
  padding: 3px 5px;
}
[theme=agate] .hljs {
  background: #333;
  color: #fff;
}
[theme=agate] .hljs-doctag, [theme=agate] .hljs-meta-keyword, [theme=agate] .hljs-name, [theme=agate] .hljs-strong {
  font-weight: 700;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-emphasis {
  font-style: italic;
}
[theme=agate] .hljs-section, [theme=agate] .hljs-tag {
  color: #62c8f3;
}
[theme=agate] .hljs-selector-class, [theme=agate] .hljs-selector-id, [theme=agate] .hljs-template-variable, [theme=agate] .hljs-variable {
  color: #ade5fc;
}
[theme=agate] .hljs-meta-string, [theme=agate] .hljs-string {
  color: #a2fca2;
}
[theme=agate] .hljs-attr, [theme=agate] .hljs-quote, [theme=agate] .hljs-selector-attr {
  color: #7bd694;
}
[theme=agate] .hljs-tag .hljs-attr {
  color: inherit;
}
[theme=agate] .hljs-attribute, [theme=agate] .hljs-title, [theme=agate] .hljs-type {
  color: #ffa;
}
[theme=agate] .hljs-number, [theme=agate] .hljs-symbol {
  color: #d36363;
}
[theme=agate] .hljs-bullet, [theme=agate] .hljs-template-tag {
  color: #b8d8a2;
}
[theme=agate] .hljs-built_in, [theme=agate] .hljs-keyword, [theme=agate] .hljs-literal, [theme=agate] .hljs-selector-tag {
  color: #fcc28c;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-comment, [theme=agate] .hljs-formula {
  color: #888;
}
[theme=agate] .hljs-link, [theme=agate] .hljs-regexp, [theme=agate] .hljs-selector-pseudo {
  color: #c6b4f0;
}
[theme=agate] .hljs-meta {
  color: #fc9b9b;
}
[theme=agate] .hljs-deletion {
  background: #fc9b9b;
  color: #333;
}
[theme=agate] .hljs-addition {
  background: #a2fca2;
  color: #333;
}
[theme=agate] .hljs-subst {
  color: #fff;
}
[theme=agate] .hljs a {
  color: inherit;
}
[theme=agate] .hljs a:focus, [theme=agate] .hljs a:hover {
  color: inherit;
  text-decoration: underline;
}
[theme=agate] .hljs mark {
  background: #555;
  color: inherit;
}

[theme=an-old-hope] {
  /*!
    Theme: An Old Hope – Star Wars Syntax
    Author: (c) Gustavo Costa <gusbemacbe@gmail.com>
    Maintainer: @gusbemacbe

    Original theme - Ocean Dark Theme – by https://github.com/gavsiu
    Based on Jesse Leite's Atom syntax theme 'An Old Hope'
      https://github.com/JesseLeite/an-old-hope-syntax-atom
  */
}
[theme=an-old-hope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=an-old-hope] code.hljs {
  padding: 3px 5px;
}
[theme=an-old-hope] .hljs {
  background: #1c1d21;
  color: #c0c5ce;
}
[theme=an-old-hope] .hljs-comment, [theme=an-old-hope] .hljs-quote {
  color: #b6b18b;
}
[theme=an-old-hope] .hljs-deletion, [theme=an-old-hope] .hljs-name, [theme=an-old-hope] .hljs-regexp, [theme=an-old-hope] .hljs-selector-class, [theme=an-old-hope] .hljs-selector-id, [theme=an-old-hope] .hljs-tag, [theme=an-old-hope] .hljs-template-variable, [theme=an-old-hope] .hljs-variable {
  color: #eb3c54;
}
[theme=an-old-hope] .hljs-built_in, [theme=an-old-hope] .hljs-link, [theme=an-old-hope] .hljs-literal, [theme=an-old-hope] .hljs-meta, [theme=an-old-hope] .hljs-number, [theme=an-old-hope] .hljs-params, [theme=an-old-hope] .hljs-type {
  color: #e7ce56;
}
[theme=an-old-hope] .hljs-attribute {
  color: #ee7c2b;
}
[theme=an-old-hope] .hljs-addition, [theme=an-old-hope] .hljs-bullet, [theme=an-old-hope] .hljs-string, [theme=an-old-hope] .hljs-symbol {
  color: #4fb4d7;
}
[theme=an-old-hope] .hljs-section, [theme=an-old-hope] .hljs-title {
  color: #78bb65;
}
[theme=an-old-hope] .hljs-keyword, [theme=an-old-hope] .hljs-selector-tag {
  color: #b45ea4;
}
[theme=an-old-hope] .hljs-emphasis {
  font-style: italic;
}
[theme=an-old-hope] .hljs-strong {
  font-weight: 700;
}

[theme=androidstudio] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=androidstudio] code.hljs {
  padding: 3px 5px;
}
[theme=androidstudio] .hljs {
  color: #a9b7c6;
  background: #282b2e;
}
[theme=androidstudio] .hljs-bullet, [theme=androidstudio] .hljs-literal, [theme=androidstudio] .hljs-number, [theme=androidstudio] .hljs-symbol {
  color: #6897bb;
}
[theme=androidstudio] .hljs-deletion, [theme=androidstudio] .hljs-keyword, [theme=androidstudio] .hljs-selector-tag {
  color: #cc7832;
}
[theme=androidstudio] .hljs-link, [theme=androidstudio] .hljs-template-variable, [theme=androidstudio] .hljs-variable {
  color: #629755;
}
[theme=androidstudio] .hljs-comment, [theme=androidstudio] .hljs-quote {
  color: grey;
}
[theme=androidstudio] .hljs-meta {
  color: #bbb529;
}
[theme=androidstudio] .hljs-addition, [theme=androidstudio] .hljs-attribute, [theme=androidstudio] .hljs-string {
  color: #6a8759;
}
[theme=androidstudio] .hljs-section, [theme=androidstudio] .hljs-title, [theme=androidstudio] .hljs-type {
  color: #ffc66d;
}
[theme=androidstudio] .hljs-name, [theme=androidstudio] .hljs-selector-class, [theme=androidstudio] .hljs-selector-id {
  color: #e8bf6a;
}
[theme=androidstudio] .hljs-emphasis {
  font-style: italic;
}
[theme=androidstudio] .hljs-strong {
  font-weight: 700;
}

[theme=arduino-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arduino-light] code.hljs {
  padding: 3px 5px;
}
[theme=arduino-light] .hljs {
  background: #fff;
  color: #434f54;
}
[theme=arduino-light] .hljs-subst {
  color: #434f54;
}
[theme=arduino-light] .hljs-attribute, [theme=arduino-light] .hljs-doctag, [theme=arduino-light] .hljs-keyword, [theme=arduino-light] .hljs-name, [theme=arduino-light] .hljs-selector-tag {
  color: #00979d;
}
[theme=arduino-light] .hljs-addition, [theme=arduino-light] .hljs-built_in, [theme=arduino-light] .hljs-bullet, [theme=arduino-light] .hljs-code, [theme=arduino-light] .hljs-literal {
  color: #d35400;
}
[theme=arduino-light] .hljs-link, [theme=arduino-light] .hljs-regexp, [theme=arduino-light] .hljs-selector-attr, [theme=arduino-light] .hljs-selector-pseudo, [theme=arduino-light] .hljs-symbol, [theme=arduino-light] .hljs-template-variable, [theme=arduino-light] .hljs-variable {
  color: #00979d;
}
[theme=arduino-light] .hljs-deletion, [theme=arduino-light] .hljs-quote, [theme=arduino-light] .hljs-selector-class, [theme=arduino-light] .hljs-selector-id, [theme=arduino-light] .hljs-string, [theme=arduino-light] .hljs-template-tag, [theme=arduino-light] .hljs-type {
  color: #005c5f;
}
[theme=arduino-light] .hljs-comment {
  color: rgba(149, 165, 166, 0.8);
}
[theme=arduino-light] .hljs-meta .hljs-keyword {
  color: #728e00;
}
[theme=arduino-light] .hljs-meta {
  color: #434f54;
}
[theme=arduino-light] .hljs-emphasis {
  font-style: italic;
}
[theme=arduino-light] .hljs-strong {
  font-weight: 700;
}
[theme=arduino-light] .hljs-function {
  color: #728e00;
}
[theme=arduino-light] .hljs-section, [theme=arduino-light] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=arduino-light] .hljs-number {
  color: #8a7b52;
}

[theme=arta] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arta] code.hljs {
  padding: 3px 5px;
}
[theme=arta] .hljs {
  background: #222;
  color: #aaa;
}
[theme=arta] .hljs-subst {
  color: #aaa;
}
[theme=arta] .hljs-section {
  color: #fff;
}
[theme=arta] .hljs-comment, [theme=arta] .hljs-meta, [theme=arta] .hljs-quote {
  color: #444;
}
[theme=arta] .hljs-bullet, [theme=arta] .hljs-regexp, [theme=arta] .hljs-string, [theme=arta] .hljs-symbol {
  color: #fc3;
}
[theme=arta] .hljs-addition, [theme=arta] .hljs-number {
  color: #0c6;
}
[theme=arta] .hljs-attribute, [theme=arta] .hljs-built_in, [theme=arta] .hljs-link, [theme=arta] .hljs-literal, [theme=arta] .hljs-template-variable, [theme=arta] .hljs-type {
  color: #32aaee;
}
[theme=arta] .hljs-keyword, [theme=arta] .hljs-name, [theme=arta] .hljs-selector-class, [theme=arta] .hljs-selector-id, [theme=arta] .hljs-selector-tag {
  color: #64a;
}
[theme=arta] .hljs-deletion, [theme=arta] .hljs-template-tag, [theme=arta] .hljs-title, [theme=arta] .hljs-variable {
  color: #b16;
}
[theme=arta] .hljs-doctag, [theme=arta] .hljs-section, [theme=arta] .hljs-strong {
  font-weight: 700;
}
[theme=arta] .hljs-emphasis {
  font-style: italic;
}

[theme=ascetic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ascetic] code.hljs {
  padding: 3px 5px;
}
[theme=ascetic] .hljs {
  background: #fff;
  color: #000;
}
[theme=ascetic] .hljs-addition, [theme=ascetic] .hljs-attribute, [theme=ascetic] .hljs-bullet, [theme=ascetic] .hljs-link, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-string, [theme=ascetic] .hljs-symbol, [theme=ascetic] .hljs-template-variable, [theme=ascetic] .hljs-variable {
  color: #888;
}
[theme=ascetic] .hljs-comment, [theme=ascetic] .hljs-deletion, [theme=ascetic] .hljs-meta, [theme=ascetic] .hljs-quote {
  color: #ccc;
}
[theme=ascetic] .hljs-keyword, [theme=ascetic] .hljs-name, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-selector-tag, [theme=ascetic] .hljs-strong, [theme=ascetic] .hljs-type {
  font-weight: 700;
}
[theme=ascetic] .hljs-emphasis {
  font-style: italic;
}

[theme=atom-one-dark-reasonable] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark-reasonable] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark-reasonable] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark-reasonable] .hljs-keyword, [theme=atom-one-dark-reasonable] .hljs-operator, [theme=atom-one-dark-reasonable] .hljs-pattern-match {
  color: #f92672;
}
[theme=atom-one-dark-reasonable] .hljs-function, [theme=atom-one-dark-reasonable] .hljs-pattern-match .hljs-constructor {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params {
  color: #a6e22e;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params .hljs-typing {
  color: #fd971f;
}
[theme=atom-one-dark-reasonable] .hljs-module-access .hljs-module {
  color: #7e57c2;
}
[theme=atom-one-dark-reasonable] .hljs-constructor {
  color: #e2b93d;
}
[theme=atom-one-dark-reasonable] .hljs-constructor .hljs-string {
  color: #9ccc65;
}
[theme=atom-one-dark-reasonable] .hljs-comment, [theme=atom-one-dark-reasonable] .hljs-quote {
  color: #b18eb1;
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-doctag, [theme=atom-one-dark-reasonable] .hljs-formula {
  color: #c678dd;
}
[theme=atom-one-dark-reasonable] .hljs-deletion, [theme=atom-one-dark-reasonable] .hljs-name, [theme=atom-one-dark-reasonable] .hljs-section, [theme=atom-one-dark-reasonable] .hljs-selector-tag, [theme=atom-one-dark-reasonable] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark-reasonable] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark-reasonable] .hljs-addition, [theme=atom-one-dark-reasonable] .hljs-attribute, [theme=atom-one-dark-reasonable] .hljs-meta .hljs-string, [theme=atom-one-dark-reasonable] .hljs-regexp, [theme=atom-one-dark-reasonable] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark-reasonable] .hljs-built_in, [theme=atom-one-dark-reasonable] .hljs-class .hljs-title, [theme=atom-one-dark-reasonable] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark-reasonable] .hljs-attr, [theme=atom-one-dark-reasonable] .hljs-number, [theme=atom-one-dark-reasonable] .hljs-selector-attr, [theme=atom-one-dark-reasonable] .hljs-selector-class, [theme=atom-one-dark-reasonable] .hljs-selector-pseudo, [theme=atom-one-dark-reasonable] .hljs-template-variable, [theme=atom-one-dark-reasonable] .hljs-type, [theme=atom-one-dark-reasonable] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark-reasonable] .hljs-bullet, [theme=atom-one-dark-reasonable] .hljs-link, [theme=atom-one-dark-reasonable] .hljs-meta, [theme=atom-one-dark-reasonable] .hljs-selector-id, [theme=atom-one-dark-reasonable] .hljs-symbol, [theme=atom-one-dark-reasonable] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark-reasonable] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark] .hljs-comment, [theme=atom-one-dark] .hljs-quote {
  color: #5c6370;
  font-style: italic;
}
[theme=atom-one-dark] .hljs-doctag, [theme=atom-one-dark] .hljs-formula, [theme=atom-one-dark] .hljs-keyword {
  color: #c678dd;
}
[theme=atom-one-dark] .hljs-deletion, [theme=atom-one-dark] .hljs-name, [theme=atom-one-dark] .hljs-section, [theme=atom-one-dark] .hljs-selector-tag, [theme=atom-one-dark] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark] .hljs-addition, [theme=atom-one-dark] .hljs-attribute, [theme=atom-one-dark] .hljs-meta .hljs-string, [theme=atom-one-dark] .hljs-regexp, [theme=atom-one-dark] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark] .hljs-attr, [theme=atom-one-dark] .hljs-number, [theme=atom-one-dark] .hljs-selector-attr, [theme=atom-one-dark] .hljs-selector-class, [theme=atom-one-dark] .hljs-selector-pseudo, [theme=atom-one-dark] .hljs-template-variable, [theme=atom-one-dark] .hljs-type, [theme=atom-one-dark] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark] .hljs-bullet, [theme=atom-one-dark] .hljs-link, [theme=atom-one-dark] .hljs-meta, [theme=atom-one-dark] .hljs-selector-id, [theme=atom-one-dark] .hljs-symbol, [theme=atom-one-dark] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark] .hljs-built_in, [theme=atom-one-dark] .hljs-class .hljs-title, [theme=atom-one-dark] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=atom-one-light] .hljs-comment, [theme=atom-one-light] .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}
[theme=atom-one-light] .hljs-doctag, [theme=atom-one-light] .hljs-formula, [theme=atom-one-light] .hljs-keyword {
  color: #a626a4;
}
[theme=atom-one-light] .hljs-deletion, [theme=atom-one-light] .hljs-name, [theme=atom-one-light] .hljs-section, [theme=atom-one-light] .hljs-selector-tag, [theme=atom-one-light] .hljs-subst {
  color: #e45649;
}
[theme=atom-one-light] .hljs-literal {
  color: #0184bb;
}
[theme=atom-one-light] .hljs-addition, [theme=atom-one-light] .hljs-attribute, [theme=atom-one-light] .hljs-meta .hljs-string, [theme=atom-one-light] .hljs-regexp, [theme=atom-one-light] .hljs-string {
  color: #50a14f;
}
[theme=atom-one-light] .hljs-attr, [theme=atom-one-light] .hljs-number, [theme=atom-one-light] .hljs-selector-attr, [theme=atom-one-light] .hljs-selector-class, [theme=atom-one-light] .hljs-selector-pseudo, [theme=atom-one-light] .hljs-template-variable, [theme=atom-one-light] .hljs-type, [theme=atom-one-light] .hljs-variable {
  color: #986801;
}
[theme=atom-one-light] .hljs-bullet, [theme=atom-one-light] .hljs-link, [theme=atom-one-light] .hljs-meta, [theme=atom-one-light] .hljs-selector-id, [theme=atom-one-light] .hljs-symbol, [theme=atom-one-light] .hljs-title {
  color: #4078f2;
}
[theme=atom-one-light] .hljs-built_in, [theme=atom-one-light] .hljs-class .hljs-title, [theme=atom-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=atom-one-light] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-light] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-light] .hljs-link {
  text-decoration: underline;
}

[theme=brown-paper] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=brown-paper] code.hljs {
  padding: 3px 5px;
}
[theme=brown-paper] .hljs {
  color: #363c69;
  background: url(data:image/png;base64,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) #b7a68e;
}
[theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-selector-tag {
  color: #059;
}
[theme=brown-paper] .hljs-addition, [theme=brown-paper] .hljs-attribute, [theme=brown-paper] .hljs-built_in, [theme=brown-paper] .hljs-bullet, [theme=brown-paper] .hljs-link, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-string, [theme=brown-paper] .hljs-symbol, [theme=brown-paper] .hljs-template-tag, [theme=brown-paper] .hljs-template-variable, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type, [theme=brown-paper] .hljs-variable {
  color: #2c009f;
}
[theme=brown-paper] .hljs-comment, [theme=brown-paper] .hljs-deletion, [theme=brown-paper] .hljs-meta, [theme=brown-paper] .hljs-quote {
  color: #802022;
}
[theme=brown-paper] .hljs-doctag, [theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-selector-tag, [theme=brown-paper] .hljs-strong, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type {
  font-weight: 700;
}
[theme=brown-paper] .hljs-emphasis {
  font-style: italic;
}

[theme=codepen-embed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=codepen-embed] code.hljs {
  padding: 3px 5px;
}
[theme=codepen-embed] .hljs {
  background: #222;
  color: #fff;
}
[theme=codepen-embed] .hljs-comment, [theme=codepen-embed] .hljs-quote {
  color: #777;
}
[theme=codepen-embed] .hljs-built_in, [theme=codepen-embed] .hljs-bullet, [theme=codepen-embed] .hljs-deletion, [theme=codepen-embed] .hljs-link, [theme=codepen-embed] .hljs-literal, [theme=codepen-embed] .hljs-meta, [theme=codepen-embed] .hljs-number, [theme=codepen-embed] .hljs-params, [theme=codepen-embed] .hljs-regexp, [theme=codepen-embed] .hljs-symbol, [theme=codepen-embed] .hljs-tag, [theme=codepen-embed] .hljs-template-variable, [theme=codepen-embed] .hljs-variable {
  color: #ab875d;
}
[theme=codepen-embed] .hljs-attribute, [theme=codepen-embed] .hljs-name, [theme=codepen-embed] .hljs-section, [theme=codepen-embed] .hljs-selector-class, [theme=codepen-embed] .hljs-selector-id, [theme=codepen-embed] .hljs-title, [theme=codepen-embed] .hljs-type {
  color: #9b869b;
}
[theme=codepen-embed] .hljs-addition, [theme=codepen-embed] .hljs-keyword, [theme=codepen-embed] .hljs-selector-tag, [theme=codepen-embed] .hljs-string {
  color: #8f9c6c;
}
[theme=codepen-embed] .hljs-emphasis {
  font-style: italic;
}
[theme=codepen-embed] .hljs-strong {
  font-weight: 700;
}

[theme=color-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=color-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=color-brewer] .hljs {
  color: #000;
  background: #fff;
}
[theme=color-brewer] .hljs-addition, [theme=color-brewer] .hljs-meta, [theme=color-brewer] .hljs-string, [theme=color-brewer] .hljs-symbol, [theme=color-brewer] .hljs-template-tag, [theme=color-brewer] .hljs-template-variable {
  color: #756bb1;
}
[theme=color-brewer] .hljs-comment, [theme=color-brewer] .hljs-quote {
  color: #636363;
}
[theme=color-brewer] .hljs-bullet, [theme=color-brewer] .hljs-link, [theme=color-brewer] .hljs-literal, [theme=color-brewer] .hljs-number, [theme=color-brewer] .hljs-regexp {
  color: #31a354;
}
[theme=color-brewer] .hljs-deletion, [theme=color-brewer] .hljs-variable {
  color: #88f;
}
[theme=color-brewer] .hljs-built_in, [theme=color-brewer] .hljs-doctag, [theme=color-brewer] .hljs-keyword, [theme=color-brewer] .hljs-name, [theme=color-brewer] .hljs-section, [theme=color-brewer] .hljs-selector-class, [theme=color-brewer] .hljs-selector-id, [theme=color-brewer] .hljs-selector-tag, [theme=color-brewer] .hljs-strong, [theme=color-brewer] .hljs-tag, [theme=color-brewer] .hljs-title, [theme=color-brewer] .hljs-type {
  color: #3182bd;
}
[theme=color-brewer] .hljs-emphasis {
  font-style: italic;
}
[theme=color-brewer] .hljs-attribute {
  color: #e6550d;
}

[theme=dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=dark] code.hljs {
  padding: 3px 5px;
}
[theme=dark] .hljs {
  color: #ddd;
  background: #303030;
}
[theme=dark] .hljs-keyword, [theme=dark] .hljs-link, [theme=dark] .hljs-literal, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag {
  color: #fff;
}
[theme=dark] .hljs-addition, [theme=dark] .hljs-attribute, [theme=dark] .hljs-built_in, [theme=dark] .hljs-bullet, [theme=dark] .hljs-name, [theme=dark] .hljs-string, [theme=dark] .hljs-symbol, [theme=dark] .hljs-template-tag, [theme=dark] .hljs-template-variable, [theme=dark] .hljs-title, [theme=dark] .hljs-type, [theme=dark] .hljs-variable {
  color: #d88;
}
[theme=dark] .hljs-comment, [theme=dark] .hljs-deletion, [theme=dark] .hljs-meta, [theme=dark] .hljs-quote {
  color: #979797;
}
[theme=dark] .hljs-doctag, [theme=dark] .hljs-keyword, [theme=dark] .hljs-literal, [theme=dark] .hljs-name, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag, [theme=dark] .hljs-strong, [theme=dark] .hljs-title, [theme=dark] .hljs-type {
  font-weight: 700;
}
[theme=dark] .hljs-emphasis {
  font-style: italic;
}

[theme=default] {
  /*!
    Theme: Default
    Description: Original highlight.js style
    Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
    Maintainer: @highlightjs/core-team
    Website: https://highlightjs.org/
    License: see project LICENSE
    Touched: 2021
  */
}
[theme=default] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=default] code.hljs {
  padding: 3px 5px;
}
[theme=default] .hljs {
  background: #f3f3f3;
  color: #444;
}
[theme=default] .hljs-comment {
  color: #697070;
}
[theme=default] .hljs-punctuation, [theme=default] .hljs-tag {
  color: #444a;
}
[theme=default] .hljs-tag .hljs-attr, [theme=default] .hljs-tag .hljs-name {
  color: #444;
}
[theme=default] .hljs-attribute, [theme=default] .hljs-doctag, [theme=default] .hljs-keyword, [theme=default] .hljs-meta .hljs-keyword, [theme=default] .hljs-name, [theme=default] .hljs-selector-tag {
  font-weight: 700;
}
[theme=default] .hljs-deletion, [theme=default] .hljs-number, [theme=default] .hljs-quote, [theme=default] .hljs-selector-class, [theme=default] .hljs-selector-id, [theme=default] .hljs-string, [theme=default] .hljs-template-tag, [theme=default] .hljs-type {
  color: #800;
}
[theme=default] .hljs-section, [theme=default] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=default] .hljs-link, [theme=default] .hljs-operator, [theme=default] .hljs-regexp, [theme=default] .hljs-selector-attr, [theme=default] .hljs-selector-pseudo, [theme=default] .hljs-symbol, [theme=default] .hljs-template-variable, [theme=default] .hljs-variable {
  color: #ab5656;
}
[theme=default] .hljs-literal {
  color: #695;
}
[theme=default] .hljs-addition, [theme=default] .hljs-built_in, [theme=default] .hljs-bullet, [theme=default] .hljs-code {
  color: #397300;
}
[theme=default] .hljs-meta {
  color: #1f7199;
}
[theme=default] .hljs-meta .hljs-string {
  color: #38a;
}
[theme=default] .hljs-emphasis {
  font-style: italic;
}
[theme=default] .hljs-strong {
  font-weight: 700;
}

[theme=devibeans] {
  /*!
      Theme: devibeans (dark)
      Author: @terminaldweller
      Maintainer: @terminaldweller

      Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
  */
}
[theme=devibeans] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=devibeans] code.hljs {
  padding: 3px 5px;
}
[theme=devibeans] .hljs {
  background: #000;
  color: #a39e9b;
}
[theme=devibeans] .hljs-attr, [theme=devibeans] .hljs-template-tag {
  color: #8787d7;
}
[theme=devibeans] .hljs-comment, [theme=devibeans] .hljs-doctag, [theme=devibeans] .hljs-quote {
  color: #396;
}
[theme=devibeans] .hljs-params {
  color: #a39e9b;
}
[theme=devibeans] .hljs-regexp {
  color: #d700ff;
}
[theme=devibeans] .hljs-literal, [theme=devibeans] .hljs-number, [theme=devibeans] .hljs-selector-id, [theme=devibeans] .hljs-tag {
  color: #ef5350;
}
[theme=devibeans] .hljs-meta, [theme=devibeans] .hljs-meta .hljs-keyword {
  color: #0087ff;
}
[theme=devibeans] .hljs-code, [theme=devibeans] .hljs-formula, [theme=devibeans] .hljs-keyword, [theme=devibeans] .hljs-link, [theme=devibeans] .hljs-selector-attr, [theme=devibeans] .hljs-selector-class, [theme=devibeans] .hljs-selector-pseudo, [theme=devibeans] .hljs-template-variable, [theme=devibeans] .hljs-variable {
  color: #64b5f6;
}
[theme=devibeans] .hljs-built_in, [theme=devibeans] .hljs-deletion, [theme=devibeans] .hljs-title {
  color: #ff8700;
}
[theme=devibeans] .hljs-attribute, [theme=devibeans] .hljs-function, [theme=devibeans] .hljs-name, [theme=devibeans] .hljs-property, [theme=devibeans] .hljs-section, [theme=devibeans] .hljs-type {
  color: #ffd75f;
}
[theme=devibeans] .hljs-addition, [theme=devibeans] .hljs-bullet, [theme=devibeans] .hljs-meta .hljs-string, [theme=devibeans] .hljs-string, [theme=devibeans] .hljs-subst, [theme=devibeans] .hljs-symbol {
  color: #558b2f;
}
[theme=devibeans] .hljs-selector-tag {
  color: #96f;
}
[theme=devibeans] .hljs-emphasis {
  font-style: italic;
}
[theme=devibeans] .hljs-strong {
  font-weight: 700;
}

[theme=docco] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=docco] code.hljs {
  padding: 3px 5px;
}
[theme=docco] .hljs {
  color: #000;
  background: #f8f8ff;
}
[theme=docco] .hljs-comment, [theme=docco] .hljs-quote {
  color: #408080;
  font-style: italic;
}
[theme=docco] .hljs-keyword, [theme=docco] .hljs-literal, [theme=docco] .hljs-selector-tag, [theme=docco] .hljs-subst {
  color: #954121;
}
[theme=docco] .hljs-number {
  color: #40a070;
}
[theme=docco] .hljs-doctag, [theme=docco] .hljs-string {
  color: #219161;
}
[theme=docco] .hljs-section, [theme=docco] .hljs-selector-class, [theme=docco] .hljs-selector-id, [theme=docco] .hljs-type {
  color: #19469d;
}
[theme=docco] .hljs-params {
  color: #00f;
}
[theme=docco] .hljs-title {
  color: #458;
  font-weight: 700;
}
[theme=docco] .hljs-attribute, [theme=docco] .hljs-name, [theme=docco] .hljs-tag {
  color: navy;
  font-weight: 400;
}
[theme=docco] .hljs-template-variable, [theme=docco] .hljs-variable {
  color: teal;
}
[theme=docco] .hljs-link, [theme=docco] .hljs-regexp {
  color: #b68;
}
[theme=docco] .hljs-bullet, [theme=docco] .hljs-symbol {
  color: #990073;
}
[theme=docco] .hljs-built_in {
  color: #0086b3;
}
[theme=docco] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=docco] .hljs-deletion {
  background: #fdd;
}
[theme=docco] .hljs-addition {
  background: #dfd;
}
[theme=docco] .hljs-emphasis {
  font-style: italic;
}
[theme=docco] .hljs-strong {
  font-weight: 700;
}

[theme=far] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=far] code.hljs {
  padding: 3px 5px;
}
[theme=far] .hljs {
  color: #0ff;
  background: navy;
}
[theme=far] .hljs-addition, [theme=far] .hljs-attribute, [theme=far] .hljs-built_in, [theme=far] .hljs-bullet, [theme=far] .hljs-string, [theme=far] .hljs-symbol, [theme=far] .hljs-template-tag, [theme=far] .hljs-template-variable {
  color: #ff0;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-class, [theme=far] .hljs-selector-id, [theme=far] .hljs-selector-tag, [theme=far] .hljs-type, [theme=far] .hljs-variable {
  color: #fff;
}
[theme=far] .hljs-comment, [theme=far] .hljs-deletion, [theme=far] .hljs-doctag, [theme=far] .hljs-quote {
  color: #888;
}
[theme=far] .hljs-link, [theme=far] .hljs-literal, [theme=far] .hljs-number, [theme=far] .hljs-regexp {
  color: #0f0;
}
[theme=far] .hljs-meta {
  color: teal;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-tag, [theme=far] .hljs-strong, [theme=far] .hljs-title {
  font-weight: 700;
}
[theme=far] .hljs-emphasis {
  font-style: italic;
}

[theme=felipec] {
  /*!
   * Theme: FelipeC
   * Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>
   * Website: https://github.com/felipec/vim-felipec
   *
   * Autogenerated with vim-felipec's generator.
  */
}
[theme=felipec] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=felipec] code.hljs {
  padding: 3px 5px;
}
[theme=felipec] .hljs {
  color: #dddde1;
  background: #1e1e22;
}
[theme=felipec] .hljs ::selection, [theme=felipec] .hljs::selection {
  color: #1e1e22;
  background: #bf8fef;
}
[theme=felipec] .hljs-code, [theme=felipec] .hljs-comment, [theme=felipec] .hljs-quote {
  color: #888896;
}
[theme=felipec] .hljs-deletion, [theme=felipec] .hljs-literal, [theme=felipec] .hljs-number {
  color: #ef8f8f;
}
[theme=felipec] .hljs-doctag, [theme=felipec] .hljs-meta, [theme=felipec] .hljs-operator, [theme=felipec] .hljs-punctuation, [theme=felipec] .hljs-selector-attr, [theme=felipec] .hljs-subst, [theme=felipec] .hljs-template-variable {
  color: #efbf8f;
}
[theme=felipec] .hljs-type {
  color: #efef8f;
}
[theme=felipec] .hljs-selector-class, [theme=felipec] .hljs-selector-id, [theme=felipec] .hljs-tag, [theme=felipec] .hljs-title {
  color: #bfef8f;
}
[theme=felipec] .hljs-addition, [theme=felipec] .hljs-regexp, [theme=felipec] .hljs-string {
  color: #8fef8f;
}
[theme=felipec] .hljs-class, [theme=felipec] .hljs-property {
  color: #8fefbf;
}
[theme=felipec] .hljs-name, [theme=felipec] .hljs-selector-tag {
  color: #8fefef;
}
[theme=felipec] .hljs-built_in, [theme=felipec] .hljs-keyword {
  color: #8fbfef;
}
[theme=felipec] .hljs-bullet, [theme=felipec] .hljs-section {
  color: #8f8fef;
}
[theme=felipec] .hljs-selector-pseudo {
  color: #bf8fef;
}
[theme=felipec] .hljs-attr, [theme=felipec] .hljs-attribute, [theme=felipec] .hljs-params, [theme=felipec] .hljs-variable {
  color: #ef8fef;
}
[theme=felipec] .hljs-link, [theme=felipec] .hljs-symbol {
  color: #ef8fbf;
}
[theme=felipec] .hljs-literal, [theme=felipec] .hljs-strong, [theme=felipec] .hljs-title {
  font-weight: 700;
}
[theme=felipec] .hljs-emphasis {
  font-style: italic;
}

[theme=foundation] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=foundation] code.hljs {
  padding: 3px 5px;
}
[theme=foundation] .hljs {
  background: #eee;
  color: #000;
}
[theme=foundation] .hljs-addition, [theme=foundation] .hljs-attribute, [theme=foundation] .hljs-emphasis, [theme=foundation] .hljs-link {
  color: #070;
}
[theme=foundation] .hljs-emphasis {
  font-style: italic;
}
[theme=foundation] .hljs-deletion, [theme=foundation] .hljs-string, [theme=foundation] .hljs-strong {
  color: #d14;
}
[theme=foundation] .hljs-strong {
  font-weight: 700;
}
[theme=foundation] .hljs-comment, [theme=foundation] .hljs-quote {
  color: #998;
  font-style: italic;
}
[theme=foundation] .hljs-section, [theme=foundation] .hljs-title {
  color: #900;
}
[theme=foundation] .hljs-class .hljs-title, [theme=foundation] .hljs-title.class_, [theme=foundation] .hljs-type {
  color: #458;
}
[theme=foundation] .hljs-template-variable, [theme=foundation] .hljs-variable {
  color: #369;
}
[theme=foundation] .hljs-bullet {
  color: #970;
}
[theme=foundation] .hljs-meta {
  color: #34b;
}
[theme=foundation] .hljs-code, [theme=foundation] .hljs-keyword, [theme=foundation] .hljs-literal, [theme=foundation] .hljs-number, [theme=foundation] .hljs-selector-tag {
  color: #099;
}
[theme=foundation] .hljs-regexp {
  background-color: #fff0ff;
  color: #808;
}
[theme=foundation] .hljs-symbol {
  color: #990073;
}
[theme=foundation] .hljs-name, [theme=foundation] .hljs-selector-class, [theme=foundation] .hljs-selector-id, [theme=foundation] .hljs-tag {
  color: #070;
}

[theme=github-dark-dimmed] {
  /*!
    Theme: GitHub Dark Dimmed
    Description: Dark dimmed theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Colors taken from GitHub's CSS
  */
}
[theme=github-dark-dimmed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark-dimmed] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark-dimmed] .hljs {
  color: #adbac7;
  background: #22272e;
}
[theme=github-dark-dimmed] .hljs-doctag, [theme=github-dark-dimmed] .hljs-keyword, [theme=github-dark-dimmed] .hljs-meta .hljs-keyword, [theme=github-dark-dimmed] .hljs-template-tag, [theme=github-dark-dimmed] .hljs-template-variable, [theme=github-dark-dimmed] .hljs-type, [theme=github-dark-dimmed] .hljs-variable.language_ {
  color: #f47067;
}
[theme=github-dark-dimmed] .hljs-title, [theme=github-dark-dimmed] .hljs-title.class_, [theme=github-dark-dimmed] .hljs-title.class_.inherited__, [theme=github-dark-dimmed] .hljs-title.function_ {
  color: #dcbdfb;
}
[theme=github-dark-dimmed] .hljs-attr, [theme=github-dark-dimmed] .hljs-attribute, [theme=github-dark-dimmed] .hljs-literal, [theme=github-dark-dimmed] .hljs-meta, [theme=github-dark-dimmed] .hljs-number, [theme=github-dark-dimmed] .hljs-operator, [theme=github-dark-dimmed] .hljs-selector-attr, [theme=github-dark-dimmed] .hljs-selector-class, [theme=github-dark-dimmed] .hljs-selector-id, [theme=github-dark-dimmed] .hljs-variable {
  color: #6cb6ff;
}
[theme=github-dark-dimmed] .hljs-meta .hljs-string, [theme=github-dark-dimmed] .hljs-regexp, [theme=github-dark-dimmed] .hljs-string {
  color: #96d0ff;
}
[theme=github-dark-dimmed] .hljs-built_in, [theme=github-dark-dimmed] .hljs-symbol {
  color: #f69d50;
}
[theme=github-dark-dimmed] .hljs-code, [theme=github-dark-dimmed] .hljs-comment, [theme=github-dark-dimmed] .hljs-formula {
  color: #768390;
}
[theme=github-dark-dimmed] .hljs-name, [theme=github-dark-dimmed] .hljs-quote, [theme=github-dark-dimmed] .hljs-selector-pseudo, [theme=github-dark-dimmed] .hljs-selector-tag {
  color: #8ddb8c;
}
[theme=github-dark-dimmed] .hljs-subst {
  color: #adbac7;
}
[theme=github-dark-dimmed] .hljs-section {
  color: #316dca;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-bullet {
  color: #eac55f;
}
[theme=github-dark-dimmed] .hljs-emphasis {
  color: #adbac7;
  font-style: italic;
}
[theme=github-dark-dimmed] .hljs-strong {
  color: #adbac7;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-addition {
  color: #b4f1b4;
  background-color: #1b4721;
}
[theme=github-dark-dimmed] .hljs-deletion {
  color: #ffd8d3;
  background-color: #78191b;
}

[theme=github-dark] {
  /*!
    Theme: GitHub Dark
    Description: Dark theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-dark
    Current colors taken from GitHub's CSS
  */
}
[theme=github-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark] .hljs {
  color: #c9d1d9;
  background: #0d1117;
}
[theme=github-dark] .hljs-doctag, [theme=github-dark] .hljs-keyword, [theme=github-dark] .hljs-meta .hljs-keyword, [theme=github-dark] .hljs-template-tag, [theme=github-dark] .hljs-template-variable, [theme=github-dark] .hljs-type, [theme=github-dark] .hljs-variable.language_ {
  color: #ff7b72;
}
[theme=github-dark] .hljs-title, [theme=github-dark] .hljs-title.class_, [theme=github-dark] .hljs-title.class_.inherited__, [theme=github-dark] .hljs-title.function_ {
  color: #d2a8ff;
}
[theme=github-dark] .hljs-attr, [theme=github-dark] .hljs-attribute, [theme=github-dark] .hljs-literal, [theme=github-dark] .hljs-meta, [theme=github-dark] .hljs-number, [theme=github-dark] .hljs-operator, [theme=github-dark] .hljs-selector-attr, [theme=github-dark] .hljs-selector-class, [theme=github-dark] .hljs-selector-id, [theme=github-dark] .hljs-variable {
  color: #79c0ff;
}
[theme=github-dark] .hljs-meta .hljs-string, [theme=github-dark] .hljs-regexp, [theme=github-dark] .hljs-string {
  color: #a5d6ff;
}
[theme=github-dark] .hljs-built_in, [theme=github-dark] .hljs-symbol {
  color: #ffa657;
}
[theme=github-dark] .hljs-code, [theme=github-dark] .hljs-comment, [theme=github-dark] .hljs-formula {
  color: #8b949e;
}
[theme=github-dark] .hljs-name, [theme=github-dark] .hljs-quote, [theme=github-dark] .hljs-selector-pseudo, [theme=github-dark] .hljs-selector-tag {
  color: #7ee787;
}
[theme=github-dark] .hljs-subst {
  color: #c9d1d9;
}
[theme=github-dark] .hljs-section {
  color: #1f6feb;
  font-weight: 700;
}
[theme=github-dark] .hljs-bullet {
  color: #f2cc60;
}
[theme=github-dark] .hljs-emphasis {
  color: #c9d1d9;
  font-style: italic;
}
[theme=github-dark] .hljs-strong {
  color: #c9d1d9;
  font-weight: 700;
}
[theme=github-dark] .hljs-addition {
  color: #aff5b4;
  background-color: #033a16;
}
[theme=github-dark] .hljs-deletion {
  color: #ffdcd7;
  background-color: #67060c;
}

[theme=github] {
  /*!
    Theme: GitHub
    Description: Light theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-light
    Current colors taken from GitHub's CSS
  */
}
[theme=github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github] code.hljs {
  padding: 3px 5px;
}
[theme=github] .hljs {
  color: #24292e;
  background: #fff;
}
[theme=github] .hljs-doctag, [theme=github] .hljs-keyword, [theme=github] .hljs-meta .hljs-keyword, [theme=github] .hljs-template-tag, [theme=github] .hljs-template-variable, [theme=github] .hljs-type, [theme=github] .hljs-variable.language_ {
  color: #d73a49;
}
[theme=github] .hljs-title, [theme=github] .hljs-title.class_, [theme=github] .hljs-title.class_.inherited__, [theme=github] .hljs-title.function_ {
  color: #6f42c1;
}
[theme=github] .hljs-attr, [theme=github] .hljs-attribute, [theme=github] .hljs-literal, [theme=github] .hljs-meta, [theme=github] .hljs-number, [theme=github] .hljs-operator, [theme=github] .hljs-selector-attr, [theme=github] .hljs-selector-class, [theme=github] .hljs-selector-id, [theme=github] .hljs-variable {
  color: #005cc5;
}
[theme=github] .hljs-meta .hljs-string, [theme=github] .hljs-regexp, [theme=github] .hljs-string {
  color: #032f62;
}
[theme=github] .hljs-built_in, [theme=github] .hljs-symbol {
  color: #e36209;
}
[theme=github] .hljs-code, [theme=github] .hljs-comment, [theme=github] .hljs-formula {
  color: #6a737d;
}
[theme=github] .hljs-name, [theme=github] .hljs-quote, [theme=github] .hljs-selector-pseudo, [theme=github] .hljs-selector-tag {
  color: #22863a;
}
[theme=github] .hljs-subst {
  color: #24292e;
}
[theme=github] .hljs-section {
  color: #005cc5;
  font-weight: 700;
}
[theme=github] .hljs-bullet {
  color: #735c0f;
}
[theme=github] .hljs-emphasis {
  color: #24292e;
  font-style: italic;
}
[theme=github] .hljs-strong {
  color: #24292e;
  font-weight: 700;
}
[theme=github] .hljs-addition {
  color: #22863a;
  background-color: #f0fff4;
}
[theme=github] .hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}

[theme=gml] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gml] code.hljs {
  padding: 3px 5px;
}
[theme=gml] .hljs {
  background: #222;
  color: silver;
}
[theme=gml] .hljs-keyword {
  color: #ffb871;
  font-weight: 700;
}
[theme=gml] .hljs-built_in {
  color: #ffb871;
}
[theme=gml] .hljs-literal {
  color: #ff8080;
}
[theme=gml] .hljs-symbol {
  color: #58e55a;
}
[theme=gml] .hljs-comment {
  color: #5b995b;
}
[theme=gml] .hljs-string {
  color: #ff0;
}
[theme=gml] .hljs-number {
  color: #ff8080;
}
[theme=gml] .hljs-addition, [theme=gml] .hljs-attribute, [theme=gml] .hljs-bullet, [theme=gml] .hljs-code, [theme=gml] .hljs-deletion, [theme=gml] .hljs-doctag, [theme=gml] .hljs-function, [theme=gml] .hljs-link, [theme=gml] .hljs-meta, [theme=gml] .hljs-meta .hljs-keyword, [theme=gml] .hljs-name, [theme=gml] .hljs-quote, [theme=gml] .hljs-regexp, [theme=gml] .hljs-section, [theme=gml] .hljs-selector-attr, [theme=gml] .hljs-selector-class, [theme=gml] .hljs-selector-id, [theme=gml] .hljs-selector-pseudo, [theme=gml] .hljs-selector-tag, [theme=gml] .hljs-subst, [theme=gml] .hljs-template-tag, [theme=gml] .hljs-template-variable, [theme=gml] .hljs-title, [theme=gml] .hljs-type, [theme=gml] .hljs-variable {
  color: silver;
}
[theme=gml] .hljs-emphasis {
  font-style: italic;
}
[theme=gml] .hljs-strong {
  font-weight: 700;
}

[theme=googlecode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=googlecode] code.hljs {
  padding: 3px 5px;
}
[theme=googlecode] .hljs {
  background: #fff;
  color: #000;
}
[theme=googlecode] .hljs-comment, [theme=googlecode] .hljs-quote {
  color: #800;
}
[theme=googlecode] .hljs-keyword, [theme=googlecode] .hljs-name, [theme=googlecode] .hljs-section, [theme=googlecode] .hljs-selector-tag, [theme=googlecode] .hljs-title {
  color: #008;
}
[theme=googlecode] .hljs-template-variable, [theme=googlecode] .hljs-variable {
  color: #660;
}
[theme=googlecode] .hljs-regexp, [theme=googlecode] .hljs-selector-attr, [theme=googlecode] .hljs-selector-pseudo, [theme=googlecode] .hljs-string {
  color: #080;
}
[theme=googlecode] .hljs-bullet, [theme=googlecode] .hljs-link, [theme=googlecode] .hljs-literal, [theme=googlecode] .hljs-meta, [theme=googlecode] .hljs-number, [theme=googlecode] .hljs-symbol {
  color: #066;
}
[theme=googlecode] .hljs-attr, [theme=googlecode] .hljs-built_in, [theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-params, [theme=googlecode] .hljs-title, [theme=googlecode] .hljs-type {
  color: #606;
}
[theme=googlecode] .hljs-attribute, [theme=googlecode] .hljs-subst {
  color: #000;
}
[theme=googlecode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=googlecode] .hljs-selector-class, [theme=googlecode] .hljs-selector-id {
  color: #9b703f;
}
[theme=googlecode] .hljs-addition {
  background-color: #baeeba;
}
[theme=googlecode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-strong {
  font-weight: 700;
}
[theme=googlecode] .hljs-emphasis {
  font-style: italic;
}

[theme=gradient-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-dark] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-dark] .hljs {
  background-color: #652487;
  background-image: linear-gradient(160deg, #652487 0, #443ac3 35%, #0174b7 68%, #04988e 100%);
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-subtr {
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-comment, [theme=gradient-dark] .hljs-doctag, [theme=gradient-dark] .hljs-meta, [theme=gradient-dark] .hljs-quote {
  color: #af8dd9;
}
[theme=gradient-dark] .hljs-attr, [theme=gradient-dark] .hljs-regexp, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-tag, [theme=gradient-dark] .hljs-template-tag {
  color: #aefbff;
}
[theme=gradient-dark] .hljs-bullet, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-selector-class {
  color: #f19fff;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-meta .hljs-keyword, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-symbol, [theme=gradient-dark] .hljs-type {
  color: #17fc95;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-link, [theme=gradient-dark] .hljs-number {
  color: #c5fe00;
}
[theme=gradient-dark] .hljs-string {
  color: #38c0ff;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-attribute {
  color: #e7ff9f;
}
[theme=gradient-dark] .hljs-template-variable, [theme=gradient-dark] .hljs-variable {
  color: #e447ff;
}
[theme=gradient-dark] .hljs-built_in, [theme=gradient-dark] .hljs-class, [theme=gradient-dark] .hljs-formula, [theme=gradient-dark] .hljs-function, [theme=gradient-dark] .hljs-name, [theme=gradient-dark] .hljs-title {
  color: #ffc800;
}
[theme=gradient-dark] .hljs-deletion, [theme=gradient-dark] .hljs-literal, [theme=gradient-dark] .hljs-selector-pseudo {
  color: #ff9e44;
}
[theme=gradient-dark] .hljs-emphasis, [theme=gradient-dark] .hljs-quote {
  font-style: italic;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-selector-class, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-strong, [theme=gradient-dark] .hljs-template-tag {
  font-weight: 700;
}

[theme=gradient-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-light] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-light] .hljs {
  background-color: #f9ccff;
  background-image: linear-gradient(295deg, #f9ccff 0, #e6bbf9 11%, #9ec6f9 32%, #55e6ee 60%, #91f5d1 74%, #f9ffbf 98%);
  color: #250482;
}
[theme=gradient-light] .hljs-subtr {
  color: #01958b;
}
[theme=gradient-light] .hljs-comment, [theme=gradient-light] .hljs-doctag, [theme=gradient-light] .hljs-meta, [theme=gradient-light] .hljs-quote {
  color: #cb7200;
}
[theme=gradient-light] .hljs-attr, [theme=gradient-light] .hljs-regexp, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-tag, [theme=gradient-light] .hljs-template-tag {
  color: #07bd5f;
}
[theme=gradient-light] .hljs-bullet, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-selector-class {
  color: #43449f;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-meta .hljs-keyword, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-symbol, [theme=gradient-light] .hljs-type {
  color: #7d2801;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-link, [theme=gradient-light] .hljs-number {
  color: #7f0096;
}
[theme=gradient-light] .hljs-string {
  color: #2681ab;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-attribute {
  color: #296562;
}
[theme=gradient-light] .hljs-template-variable, [theme=gradient-light] .hljs-variable {
  color: #025c8f;
}
[theme=gradient-light] .hljs-built_in, [theme=gradient-light] .hljs-class, [theme=gradient-light] .hljs-formula, [theme=gradient-light] .hljs-function, [theme=gradient-light] .hljs-name, [theme=gradient-light] .hljs-title {
  color: #529117;
}
[theme=gradient-light] .hljs-deletion, [theme=gradient-light] .hljs-literal, [theme=gradient-light] .hljs-selector-pseudo {
  color: #ad13ff;
}
[theme=gradient-light] .hljs-emphasis, [theme=gradient-light] .hljs-quote {
  font-style: italic;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-selector-class, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-strong, [theme=gradient-light] .hljs-template-tag {
  font-weight: 700;
}

[theme=grayscale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=grayscale] code.hljs {
  padding: 3px 5px;
}
[theme=grayscale] .hljs {
  color: #333;
  background: #fff;
}
[theme=grayscale] .hljs-comment, [theme=grayscale] .hljs-quote {
  color: #777;
  font-style: italic;
}
[theme=grayscale] .hljs-keyword, [theme=grayscale] .hljs-selector-tag, [theme=grayscale] .hljs-subst {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-literal, [theme=grayscale] .hljs-number {
  color: #777;
}
[theme=grayscale] .hljs-doctag, [theme=grayscale] .hljs-formula, [theme=grayscale] .hljs-string {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-section, [theme=grayscale] .hljs-selector-id, [theme=grayscale] .hljs-title {
  color: #000;
  font-weight: 700;
}
[theme=grayscale] .hljs-subst {
  font-weight: 400;
}
[theme=grayscale] .hljs-class .hljs-title, [theme=grayscale] .hljs-name, [theme=grayscale] .hljs-title.class_, [theme=grayscale] .hljs-type {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-tag {
  color: #333;
}
[theme=grayscale] .hljs-regexp {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-bullet, [theme=grayscale] .hljs-link, [theme=grayscale] .hljs-symbol {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-built_in {
  color: #000;
  text-decoration: underline;
}
[theme=grayscale] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=grayscale] .hljs-deletion {
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-addition {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-emphasis {
  font-style: italic;
}
[theme=grayscale] .hljs-strong {
  font-weight: 700;
}

[theme=hybrid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=hybrid] code.hljs {
  padding: 3px 5px;
}
[theme=hybrid] .hljs {
  background: #1d1f21;
  color: #c5c8c6;
}
[theme=hybrid] .hljs span::selection, [theme=hybrid] .hljs::selection {
  background: #373b41;
}
[theme=hybrid] .hljs span::-moz-selection, [theme=hybrid] .hljs::-moz-selection {
  background: #373b41;
}
[theme=hybrid] .hljs-name, [theme=hybrid] .hljs-title {
  color: #f0c674;
}
[theme=hybrid] .hljs-comment, [theme=hybrid] .hljs-meta, [theme=hybrid] .hljs-meta .hljs-keyword {
  color: #707880;
}
[theme=hybrid] .hljs-deletion, [theme=hybrid] .hljs-link, [theme=hybrid] .hljs-literal, [theme=hybrid] .hljs-number, [theme=hybrid] .hljs-symbol {
  color: #c66;
}
[theme=hybrid] .hljs-addition, [theme=hybrid] .hljs-doctag, [theme=hybrid] .hljs-regexp, [theme=hybrid] .hljs-selector-attr, [theme=hybrid] .hljs-selector-pseudo, [theme=hybrid] .hljs-string {
  color: #b5bd68;
}
[theme=hybrid] .hljs-attribute, [theme=hybrid] .hljs-code, [theme=hybrid] .hljs-selector-id {
  color: #b294bb;
}
[theme=hybrid] .hljs-bullet, [theme=hybrid] .hljs-keyword, [theme=hybrid] .hljs-selector-tag, [theme=hybrid] .hljs-tag {
  color: #81a2be;
}
[theme=hybrid] .hljs-subst, [theme=hybrid] .hljs-template-tag, [theme=hybrid] .hljs-template-variable, [theme=hybrid] .hljs-variable {
  color: #8abeb7;
}
[theme=hybrid] .hljs-built_in, [theme=hybrid] .hljs-quote, [theme=hybrid] .hljs-section, [theme=hybrid] .hljs-selector-class, [theme=hybrid] .hljs-type {
  color: #de935f;
}
[theme=hybrid] .hljs-emphasis {
  font-style: italic;
}
[theme=hybrid] .hljs-strong {
  font-weight: 700;
}

[theme=idea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=idea] code.hljs {
  padding: 3px 5px;
}
[theme=idea] .hljs {
  color: #000;
  background: #fff;
}
[theme=idea] .hljs-subst, [theme=idea] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=idea] .hljs-comment, [theme=idea] .hljs-quote {
  color: grey;
  font-style: italic;
}
[theme=idea] .hljs-meta {
  color: olive;
}
[theme=idea] .hljs-tag {
  background: #efefef;
}
[theme=idea] .hljs-keyword, [theme=idea] .hljs-literal, [theme=idea] .hljs-name, [theme=idea] .hljs-section, [theme=idea] .hljs-selector-class, [theme=idea] .hljs-selector-id, [theme=idea] .hljs-selector-tag, [theme=idea] .hljs-type {
  font-weight: 700;
  color: navy;
}
[theme=idea] .hljs-attribute, [theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 700;
  color: #00f;
}
[theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 400;
}
[theme=idea] .hljs-string {
  color: green;
  font-weight: 700;
}
[theme=idea] .hljs-bullet, [theme=idea] .hljs-formula, [theme=idea] .hljs-symbol {
  color: #000;
  background: #d0eded;
  font-style: italic;
}
[theme=idea] .hljs-doctag {
  text-decoration: underline;
}
[theme=idea] .hljs-template-variable, [theme=idea] .hljs-variable {
  color: #660e7a;
}
[theme=idea] .hljs-addition {
  background: #baeeba;
}
[theme=idea] .hljs-deletion {
  background: #ffc8bd;
}
[theme=idea] .hljs-emphasis {
  font-style: italic;
}
[theme=idea] .hljs-strong {
  font-weight: 700;
}

[theme=intellij-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=intellij-light] code.hljs {
  padding: 3px 5px;
}
[theme=intellij-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=intellij-light] .hljs-subst, [theme=intellij-light] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=intellij-light] .hljs-title.function_ {
  color: #7a7a43;
}
[theme=intellij-light] .hljs-code, [theme=intellij-light] .hljs-comment, [theme=intellij-light] .hljs-quote {
  color: #8c8c8c;
  font-style: italic;
}
[theme=intellij-light] .hljs-meta {
  color: #9e880d;
}
[theme=intellij-light] .hljs-section {
  color: #871094;
}
[theme=intellij-light] .hljs-built_in, [theme=intellij-light] .hljs-keyword, [theme=intellij-light] .hljs-literal, [theme=intellij-light] .hljs-meta .hljs-keyword, [theme=intellij-light] .hljs-name, [theme=intellij-light] .hljs-selector-attr, [theme=intellij-light] .hljs-selector-class, [theme=intellij-light] .hljs-selector-id, [theme=intellij-light] .hljs-selector-pseudo, [theme=intellij-light] .hljs-selector-tag, [theme=intellij-light] .hljs-symbol, [theme=intellij-light] .hljs-template-tag, [theme=intellij-light] .hljs-type, [theme=intellij-light] .hljs-variable.language_ {
  color: #0033b3;
}
[theme=intellij-light] .hljs-attr, [theme=intellij-light] .hljs-property {
  color: #871094;
}
[theme=intellij-light] .hljs-attribute {
  color: #174ad4;
}
[theme=intellij-light] .hljs-number {
  color: #1750eb;
}
[theme=intellij-light] .hljs-regexp {
  color: #264eff;
}
[theme=intellij-light] .hljs-link {
  text-decoration: underline;
  color: #006dcc;
}
[theme=intellij-light] .hljs-meta .hljs-string, [theme=intellij-light] .hljs-string {
  color: #067d17;
}
[theme=intellij-light] .hljs-char.escape_ {
  color: #0037a6;
}
[theme=intellij-light] .hljs-doctag {
  text-decoration: underline;
}
[theme=intellij-light] .hljs-template-variable {
  color: #248f8f;
}
[theme=intellij-light] .hljs-addition {
  background: #bee6be;
}
[theme=intellij-light] .hljs-deletion {
  background: #d6d6d6;
}
[theme=intellij-light] .hljs-emphasis {
  font-style: italic;
}
[theme=intellij-light] .hljs-strong {
  font-weight: 700;
}

[theme=ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=ir-black] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=ir-black] .hljs-comment, [theme=ir-black] .hljs-meta, [theme=ir-black] .hljs-quote {
  color: #7c7c7c;
}
[theme=ir-black] .hljs-keyword, [theme=ir-black] .hljs-name, [theme=ir-black] .hljs-selector-tag, [theme=ir-black] .hljs-tag {
  color: #96cbfe;
}
[theme=ir-black] .hljs-attribute, [theme=ir-black] .hljs-selector-id {
  color: #ffffb6;
}
[theme=ir-black] .hljs-addition, [theme=ir-black] .hljs-selector-attr, [theme=ir-black] .hljs-selector-pseudo, [theme=ir-black] .hljs-string {
  color: #a8ff60;
}
[theme=ir-black] .hljs-subst {
  color: #daefa3;
}
[theme=ir-black] .hljs-link, [theme=ir-black] .hljs-regexp {
  color: #e9c062;
}
[theme=ir-black] .hljs-doctag, [theme=ir-black] .hljs-section, [theme=ir-black] .hljs-title, [theme=ir-black] .hljs-type {
  color: #ffffb6;
}
[theme=ir-black] .hljs-bullet, [theme=ir-black] .hljs-literal, [theme=ir-black] .hljs-symbol, [theme=ir-black] .hljs-template-variable, [theme=ir-black] .hljs-variable {
  color: #c6c5fe;
}
[theme=ir-black] .hljs-deletion, [theme=ir-black] .hljs-number {
  color: #ff73fd;
}
[theme=ir-black] .hljs-emphasis {
  font-style: italic;
}
[theme=ir-black] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-dark] .hljs {
  background: #404040;
}
[theme=isbl-editor-dark] .hljs, [theme=isbl-editor-dark] .hljs-subst {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-comment {
  color: #b5b5b5;
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-attribute, [theme=isbl-editor-dark] .hljs-doctag, [theme=isbl-editor-dark] .hljs-keyword, [theme=isbl-editor-dark] .hljs-meta .hljs-keyword, [theme=isbl-editor-dark] .hljs-name, [theme=isbl-editor-dark] .hljs-selector-tag {
  color: #f0f0f0;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-string {
  color: #97bf0d;
}
[theme=isbl-editor-dark] .hljs-deletion, [theme=isbl-editor-dark] .hljs-number, [theme=isbl-editor-dark] .hljs-quote, [theme=isbl-editor-dark] .hljs-selector-class, [theme=isbl-editor-dark] .hljs-selector-id, [theme=isbl-editor-dark] .hljs-template-tag, [theme=isbl-editor-dark] .hljs-type {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-link, [theme=isbl-editor-dark] .hljs-regexp, [theme=isbl-editor-dark] .hljs-selector-attr, [theme=isbl-editor-dark] .hljs-selector-pseudo, [theme=isbl-editor-dark] .hljs-symbol, [theme=isbl-editor-dark] .hljs-template-variable, [theme=isbl-editor-dark] .hljs-variable {
  color: #e2c696;
}
[theme=isbl-editor-dark] .hljs-built_in, [theme=isbl-editor-dark] .hljs-literal {
  color: #97bf0d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-addition, [theme=isbl-editor-dark] .hljs-bullet, [theme=isbl-editor-dark] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-dark] .hljs-class {
  color: #ce9d4d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-section, [theme=isbl-editor-dark] .hljs-title {
  color: #df471e;
}
[theme=isbl-editor-dark] .hljs-title > .hljs-built_in {
  color: #81bce9;
  font-weight: 400;
}
[theme=isbl-editor-dark] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-dark] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-light] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=isbl-editor-light] .hljs-subst {
  color: #000;
}
[theme=isbl-editor-light] .hljs-comment {
  color: #555;
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-attribute, [theme=isbl-editor-light] .hljs-doctag, [theme=isbl-editor-light] .hljs-keyword, [theme=isbl-editor-light] .hljs-meta .hljs-keyword, [theme=isbl-editor-light] .hljs-name, [theme=isbl-editor-light] .hljs-selector-tag {
  color: #000;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-string {
  color: navy;
}
[theme=isbl-editor-light] .hljs-deletion, [theme=isbl-editor-light] .hljs-number, [theme=isbl-editor-light] .hljs-quote, [theme=isbl-editor-light] .hljs-selector-class, [theme=isbl-editor-light] .hljs-selector-id, [theme=isbl-editor-light] .hljs-template-tag, [theme=isbl-editor-light] .hljs-type {
  color: #000;
}
[theme=isbl-editor-light] .hljs-link, [theme=isbl-editor-light] .hljs-regexp, [theme=isbl-editor-light] .hljs-selector-attr, [theme=isbl-editor-light] .hljs-selector-pseudo, [theme=isbl-editor-light] .hljs-symbol, [theme=isbl-editor-light] .hljs-template-variable, [theme=isbl-editor-light] .hljs-variable {
  color: #5e1700;
}
[theme=isbl-editor-light] .hljs-built_in, [theme=isbl-editor-light] .hljs-literal {
  color: navy;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-addition, [theme=isbl-editor-light] .hljs-bullet, [theme=isbl-editor-light] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-light] .hljs-class {
  color: #6f1c00;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-section, [theme=isbl-editor-light] .hljs-title {
  color: #fb2c00;
}
[theme=isbl-editor-light] .hljs-title > .hljs-built_in {
  color: teal;
  font-weight: 400;
}
[theme=isbl-editor-light] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-light] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-light] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-dark] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-dark] .hljs {
  background: #221a0f;
  color: #d3af86;
}
[theme=kimbie-dark] .hljs-comment, [theme=kimbie-dark] .hljs-quote {
  color: #d6baad;
}
[theme=kimbie-dark] .hljs-meta, [theme=kimbie-dark] .hljs-name, [theme=kimbie-dark] .hljs-regexp, [theme=kimbie-dark] .hljs-selector-class, [theme=kimbie-dark] .hljs-selector-id, [theme=kimbie-dark] .hljs-tag, [theme=kimbie-dark] .hljs-template-variable, [theme=kimbie-dark] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-dark] .hljs-built_in, [theme=kimbie-dark] .hljs-deletion, [theme=kimbie-dark] .hljs-link, [theme=kimbie-dark] .hljs-literal, [theme=kimbie-dark] .hljs-number, [theme=kimbie-dark] .hljs-params, [theme=kimbie-dark] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-dark] .hljs-addition, [theme=kimbie-dark] .hljs-bullet, [theme=kimbie-dark] .hljs-string, [theme=kimbie-dark] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-dark] .hljs-function, [theme=kimbie-dark] .hljs-keyword, [theme=kimbie-dark] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-dark] .hljs-attribute, [theme=kimbie-dark] .hljs-section, [theme=kimbie-dark] .hljs-title {
  color: #f06431;
}
[theme=kimbie-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-dark] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-light] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-light] .hljs {
  background: #fbebd4;
  color: #84613d;
}
[theme=kimbie-light] .hljs-comment, [theme=kimbie-light] .hljs-quote {
  color: #a57a4c;
}
[theme=kimbie-light] .hljs-meta, [theme=kimbie-light] .hljs-name, [theme=kimbie-light] .hljs-regexp, [theme=kimbie-light] .hljs-selector-class, [theme=kimbie-light] .hljs-selector-id, [theme=kimbie-light] .hljs-tag, [theme=kimbie-light] .hljs-template-variable, [theme=kimbie-light] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-light] .hljs-built_in, [theme=kimbie-light] .hljs-deletion, [theme=kimbie-light] .hljs-link, [theme=kimbie-light] .hljs-literal, [theme=kimbie-light] .hljs-number, [theme=kimbie-light] .hljs-params, [theme=kimbie-light] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-light] .hljs-addition, [theme=kimbie-light] .hljs-bullet, [theme=kimbie-light] .hljs-string, [theme=kimbie-light] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-light] .hljs-function, [theme=kimbie-light] .hljs-keyword, [theme=kimbie-light] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-light] .hljs-attribute, [theme=kimbie-light] .hljs-section, [theme=kimbie-light] .hljs-title {
  color: #f06431;
}
[theme=kimbie-light] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-light] .hljs-strong {
  font-weight: 700;
}

[theme=lightfair] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lightfair] code.hljs {
  padding: 3px 5px;
}
[theme=lightfair] .hljs {
  color: #444;
  background: #fff;
}
[theme=lightfair] .hljs-name {
  color: #01a3a3;
}
[theme=lightfair] .hljs-meta, [theme=lightfair] .hljs-tag {
  color: #789;
}
[theme=lightfair] .hljs-comment {
  color: #888;
}
[theme=lightfair] .hljs-attribute, [theme=lightfair] .hljs-doctag, [theme=lightfair] .hljs-keyword, [theme=lightfair] .hljs-meta .hljs-keyword, [theme=lightfair] .hljs-name, [theme=lightfair] .hljs-selector-tag {
  font-weight: 700;
}
[theme=lightfair] .hljs-deletion, [theme=lightfair] .hljs-number, [theme=lightfair] .hljs-quote, [theme=lightfair] .hljs-selector-class, [theme=lightfair] .hljs-selector-id, [theme=lightfair] .hljs-string, [theme=lightfair] .hljs-template-tag, [theme=lightfair] .hljs-type {
  color: #4286f4;
}
[theme=lightfair] .hljs-section, [theme=lightfair] .hljs-title {
  color: #4286f4;
  font-weight: 700;
}
[theme=lightfair] .hljs-link, [theme=lightfair] .hljs-regexp, [theme=lightfair] .hljs-selector-attr, [theme=lightfair] .hljs-selector-pseudo, [theme=lightfair] .hljs-symbol, [theme=lightfair] .hljs-template-variable, [theme=lightfair] .hljs-variable {
  color: #bc6060;
}
[theme=lightfair] .hljs-literal {
  color: #62bcbc;
}
[theme=lightfair] .hljs-addition, [theme=lightfair] .hljs-built_in, [theme=lightfair] .hljs-bullet, [theme=lightfair] .hljs-code {
  color: #25c6c6;
}
[theme=lightfair] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=lightfair] .hljs-emphasis {
  font-style: italic;
}
[theme=lightfair] .hljs-strong {
  font-weight: 700;
}

[theme=lioshi] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lioshi] code.hljs {
  padding: 3px 5px;
}
[theme=lioshi] .hljs {
  background: #303030;
  color: #c5c8c6;
}
[theme=lioshi] .hljs-comment {
  color: #8d8d8d;
}
[theme=lioshi] .hljs-quote {
  color: #b3c7d8;
}
[theme=lioshi] .hljs-deletion, [theme=lioshi] .hljs-name, [theme=lioshi] .hljs-regexp, [theme=lioshi] .hljs-selector-class, [theme=lioshi] .hljs-selector-id, [theme=lioshi] .hljs-tag, [theme=lioshi] .hljs-template-variable, [theme=lioshi] .hljs-variable {
  color: #c66;
}
[theme=lioshi] .hljs-built_in, [theme=lioshi] .hljs-literal, [theme=lioshi] .hljs-number, [theme=lioshi] .hljs-subst .hljs-link, [theme=lioshi] .hljs-type {
  color: #de935f;
}
[theme=lioshi] .hljs-attribute {
  color: #f0c674;
}
[theme=lioshi] .hljs-addition, [theme=lioshi] .hljs-bullet, [theme=lioshi] .hljs-params, [theme=lioshi] .hljs-string {
  color: #b5bd68;
}
[theme=lioshi] .hljs-class, [theme=lioshi] .hljs-function, [theme=lioshi] .hljs-keyword, [theme=lioshi] .hljs-selector-tag {
  color: #be94bb;
}
[theme=lioshi] .hljs-meta, [theme=lioshi] .hljs-section, [theme=lioshi] .hljs-title {
  color: #81a2be;
}
[theme=lioshi] .hljs-symbol {
  color: #dbc4d9;
}
[theme=lioshi] .hljs-emphasis {
  font-style: italic;
}
[theme=lioshi] .hljs-strong {
  font-weight: 700;
}

[theme=magula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=magula] code.hljs {
  padding: 3px 5px;
}
[theme=magula] .hljs {
  background-color: #f4f4f4;
  color: #000;
}
[theme=magula] .hljs-subst {
  color: #000;
}
[theme=magula] .hljs-addition, [theme=magula] .hljs-attribute, [theme=magula] .hljs-bullet, [theme=magula] .hljs-string, [theme=magula] .hljs-symbol, [theme=magula] .hljs-template-tag, [theme=magula] .hljs-template-variable, [theme=magula] .hljs-title, [theme=magula] .hljs-variable {
  color: #050;
}
[theme=magula] .hljs-comment, [theme=magula] .hljs-quote {
  color: #777;
}
[theme=magula] .hljs-link, [theme=magula] .hljs-literal, [theme=magula] .hljs-number, [theme=magula] .hljs-regexp, [theme=magula] .hljs-type {
  color: #800;
}
[theme=magula] .hljs-deletion, [theme=magula] .hljs-meta {
  color: #00e;
}
[theme=magula] .hljs-built_in, [theme=magula] .hljs-doctag, [theme=magula] .hljs-keyword, [theme=magula] .hljs-name, [theme=magula] .hljs-section, [theme=magula] .hljs-selector-tag, [theme=magula] .hljs-tag, [theme=magula] .hljs-title {
  font-weight: 700;
  color: navy;
}
[theme=magula] .hljs-emphasis {
  font-style: italic;
}
[theme=magula] .hljs-strong {
  font-weight: 700;
}

[theme=mono-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=mono-blue] code.hljs {
  padding: 3px 5px;
}
[theme=mono-blue] .hljs {
  background: #eaeef3;
  color: #00193a;
}
[theme=mono-blue] .hljs-doctag, [theme=mono-blue] .hljs-keyword, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-tag, [theme=mono-blue] .hljs-strong, [theme=mono-blue] .hljs-title {
  font-weight: 700;
}
[theme=mono-blue] .hljs-comment {
  color: #738191;
}
[theme=mono-blue] .hljs-addition, [theme=mono-blue] .hljs-built_in, [theme=mono-blue] .hljs-literal, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-quote, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-class, [theme=mono-blue] .hljs-selector-id, [theme=mono-blue] .hljs-string, [theme=mono-blue] .hljs-tag, [theme=mono-blue] .hljs-title, [theme=mono-blue] .hljs-type {
  color: #0048ab;
}
[theme=mono-blue] .hljs-attribute, [theme=mono-blue] .hljs-bullet, [theme=mono-blue] .hljs-deletion, [theme=mono-blue] .hljs-link, [theme=mono-blue] .hljs-meta, [theme=mono-blue] .hljs-regexp, [theme=mono-blue] .hljs-subst, [theme=mono-blue] .hljs-symbol, [theme=mono-blue] .hljs-template-variable, [theme=mono-blue] .hljs-variable {
  color: #4c81c9;
}
[theme=mono-blue] .hljs-emphasis {
  font-style: italic;
}

[theme=monokai-sublime] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai-sublime] code.hljs {
  padding: 3px 5px;
}
[theme=monokai-sublime] .hljs {
  background: #23241f;
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-subst, [theme=monokai-sublime] .hljs-tag {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-emphasis, [theme=monokai-sublime] .hljs-strong {
  color: #a8a8a2;
}
[theme=monokai-sublime] .hljs-bullet, [theme=monokai-sublime] .hljs-link, [theme=monokai-sublime] .hljs-literal, [theme=monokai-sublime] .hljs-number, [theme=monokai-sublime] .hljs-quote, [theme=monokai-sublime] .hljs-regexp {
  color: #ae81ff;
}
[theme=monokai-sublime] .hljs-code, [theme=monokai-sublime] .hljs-section, [theme=monokai-sublime] .hljs-selector-class, [theme=monokai-sublime] .hljs-title {
  color: #a6e22e;
}
[theme=monokai-sublime] .hljs-strong {
  font-weight: 700;
}
[theme=monokai-sublime] .hljs-emphasis {
  font-style: italic;
}
[theme=monokai-sublime] .hljs-attr, [theme=monokai-sublime] .hljs-keyword, [theme=monokai-sublime] .hljs-name, [theme=monokai-sublime] .hljs-selector-tag {
  color: #f92672;
}
[theme=monokai-sublime] .hljs-attribute, [theme=monokai-sublime] .hljs-symbol {
  color: #66d9ef;
}
[theme=monokai-sublime] .hljs-class .hljs-title, [theme=monokai-sublime] .hljs-params, [theme=monokai-sublime] .hljs-title.class_ {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-addition, [theme=monokai-sublime] .hljs-built_in, [theme=monokai-sublime] .hljs-selector-attr, [theme=monokai-sublime] .hljs-selector-id, [theme=monokai-sublime] .hljs-selector-pseudo, [theme=monokai-sublime] .hljs-string, [theme=monokai-sublime] .hljs-template-variable, [theme=monokai-sublime] .hljs-type, [theme=monokai-sublime] .hljs-variable {
  color: #e6db74;
}
[theme=monokai-sublime] .hljs-comment, [theme=monokai-sublime] .hljs-deletion, [theme=monokai-sublime] .hljs-meta {
  color: #75715e;
}

[theme=monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai] code.hljs {
  padding: 3px 5px;
}
[theme=monokai] .hljs {
  background: #272822;
  color: #ddd;
}
[theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-name, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-strong, [theme=monokai] .hljs-tag {
  color: #f92672;
}
[theme=monokai] .hljs-code {
  color: #66d9ef;
}
[theme=monokai] .hljs-attribute, [theme=monokai] .hljs-link, [theme=monokai] .hljs-regexp, [theme=monokai] .hljs-symbol {
  color: #bf79db;
}
[theme=monokai] .hljs-addition, [theme=monokai] .hljs-built_in, [theme=monokai] .hljs-bullet, [theme=monokai] .hljs-emphasis, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-attr, [theme=monokai] .hljs-selector-pseudo, [theme=monokai] .hljs-string, [theme=monokai] .hljs-subst, [theme=monokai] .hljs-template-tag, [theme=monokai] .hljs-template-variable, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type, [theme=monokai] .hljs-variable {
  color: #a6e22e;
}
[theme=monokai] .hljs-class .hljs-title, [theme=monokai] .hljs-title.class_ {
  color: #fff;
}
[theme=monokai] .hljs-comment, [theme=monokai] .hljs-deletion, [theme=monokai] .hljs-meta, [theme=monokai] .hljs-quote {
  color: #75715e;
}
[theme=monokai] .hljs-doctag, [theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-id, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type {
  font-weight: 700;
}

[theme=night-owl] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=night-owl] code.hljs {
  padding: 3px 5px;
}
[theme=night-owl] .hljs {
  background: #011627;
  color: #d6deeb;
}
[theme=night-owl] .hljs-keyword {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-built_in {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-type {
  color: #82aaff;
}
[theme=night-owl] .hljs-literal {
  color: #ff5874;
}
[theme=night-owl] .hljs-number {
  color: #f78c6c;
}
[theme=night-owl] .hljs-regexp {
  color: #5ca7e4;
}
[theme=night-owl] .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-subst {
  color: #d3423e;
}
[theme=night-owl] .hljs-symbol {
  color: #82aaff;
}
[theme=night-owl] .hljs-class {
  color: #ffcb8b;
}
[theme=night-owl] .hljs-function {
  color: #82aaff;
}
[theme=night-owl] .hljs-title {
  color: #dcdcaa;
  font-style: italic;
}
[theme=night-owl] .hljs-params {
  color: #7fdbca;
}
[theme=night-owl] .hljs-comment {
  color: #637777;
  font-style: italic;
}
[theme=night-owl] .hljs-doctag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-meta, [theme=night-owl] .hljs-meta .hljs-keyword {
  color: #82aaff;
}
[theme=night-owl] .hljs-meta .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-section {
  color: #82b1ff;
}
[theme=night-owl] .hljs-attr, [theme=night-owl] .hljs-name, [theme=night-owl] .hljs-tag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-attribute {
  color: #80cbc4;
}
[theme=night-owl] .hljs-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-bullet {
  color: #d9f5dd;
}
[theme=night-owl] .hljs-code {
  color: #80cbc4;
}
[theme=night-owl] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-strong {
  color: #addb67;
  font-weight: 700;
}
[theme=night-owl] .hljs-formula {
  color: #c792ea;
}
[theme=night-owl] .hljs-link {
  color: #ff869a;
}
[theme=night-owl] .hljs-quote {
  color: #697098;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-tag {
  color: #ff6363;
}
[theme=night-owl] .hljs-selector-id {
  color: #fad430;
}
[theme=night-owl] .hljs-selector-class {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-attr, [theme=night-owl] .hljs-selector-pseudo {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-template-tag {
  color: #c792ea;
}
[theme=night-owl] .hljs-template-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-addition {
  color: #addb67ff;
  font-style: italic;
}
[theme=night-owl] .hljs-deletion {
  color: #ef535090;
  font-style: italic;
}

[theme=nnfx-dark] {
  /*!
    Theme: nnfx dark
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-dark] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-dark] .hljs {
  background: #333;
  color: #fff;
}
[theme=nnfx-dark] .language-xml .hljs-meta, [theme=nnfx-dark] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #69f;
}
[theme=nnfx-dark] .hljs-comment, [theme=nnfx-dark] .hljs-quote {
  font-style: italic;
  color: #9c6;
}
[theme=nnfx-dark] .hljs-built_in, [theme=nnfx-dark] .hljs-keyword, [theme=nnfx-dark] .hljs-name {
  color: #a7a;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-dark] .hljs-code, [theme=nnfx-dark] .hljs-link, [theme=nnfx-dark] .hljs-meta .hljs-string, [theme=nnfx-dark] .hljs-number, [theme=nnfx-dark] .hljs-regexp, [theme=nnfx-dark] .hljs-string {
  color: #bce;
}
[theme=nnfx-dark] .hljs-bullet, [theme=nnfx-dark] .hljs-symbol, [theme=nnfx-dark] .hljs-template-variable, [theme=nnfx-dark] .hljs-title, [theme=nnfx-dark] .hljs-variable {
  color: #d40;
}
[theme=nnfx-dark] .hljs-class .hljs-title, [theme=nnfx-dark] .hljs-title.class_, [theme=nnfx-dark] .hljs-type {
  font-weight: 700;
  color: #96c;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-function .hljs-title, [theme=nnfx-dark] .hljs-subst, [theme=nnfx-dark] .hljs-tag, [theme=nnfx-dark] .hljs-title.function_ {
  color: #fff;
}
[theme=nnfx-dark] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-dark] .hljs-addition {
  background-color: #797;
}
[theme=nnfx-dark] .hljs-deletion {
  background-color: #c99;
}
[theme=nnfx-dark] .hljs-meta {
  color: #69f;
}
[theme=nnfx-dark] .hljs-section, [theme=nnfx-dark] .hljs-selector-class, [theme=nnfx-dark] .hljs-selector-id, [theme=nnfx-dark] .hljs-selector-pseudo, [theme=nnfx-dark] .hljs-selector-tag {
  font-weight: 700;
  color: #69f;
}
[theme=nnfx-dark] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-dark] .hljs-doctag, [theme=nnfx-dark] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-emphasis {
  font-style: italic;
}

[theme=nnfx-light] {
  /*!
    Theme: nnfx light
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-light] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=nnfx-light] .language-xml .hljs-meta, [theme=nnfx-light] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #48b;
}
[theme=nnfx-light] .hljs-comment, [theme=nnfx-light] .hljs-quote {
  font-style: italic;
  color: #070;
}
[theme=nnfx-light] .hljs-built_in, [theme=nnfx-light] .hljs-keyword, [theme=nnfx-light] .hljs-name {
  color: #808;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-light] .hljs-code, [theme=nnfx-light] .hljs-link, [theme=nnfx-light] .hljs-meta .hljs-string, [theme=nnfx-light] .hljs-number, [theme=nnfx-light] .hljs-regexp, [theme=nnfx-light] .hljs-string {
  color: #00f;
}
[theme=nnfx-light] .hljs-bullet, [theme=nnfx-light] .hljs-symbol, [theme=nnfx-light] .hljs-template-variable, [theme=nnfx-light] .hljs-title, [theme=nnfx-light] .hljs-variable {
  color: #f40;
}
[theme=nnfx-light] .hljs-class .hljs-title, [theme=nnfx-light] .hljs-title.class_, [theme=nnfx-light] .hljs-type {
  font-weight: 700;
  color: #639;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-function .hljs-title, [theme=nnfx-light] .hljs-subst, [theme=nnfx-light] .hljs-tag, [theme=nnfx-light] .hljs-title.function_ {
  color: #000;
}
[theme=nnfx-light] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-light] .hljs-addition {
  background-color: #beb;
}
[theme=nnfx-light] .hljs-deletion {
  background-color: #fbb;
}
[theme=nnfx-light] .hljs-meta {
  color: #269;
}
[theme=nnfx-light] .hljs-section, [theme=nnfx-light] .hljs-selector-class, [theme=nnfx-light] .hljs-selector-id, [theme=nnfx-light] .hljs-selector-pseudo, [theme=nnfx-light] .hljs-selector-tag {
  font-weight: 700;
  color: #48b;
}
[theme=nnfx-light] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-light] .hljs-doctag, [theme=nnfx-light] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-emphasis {
  font-style: italic;
}

[theme=nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nord] code.hljs {
  padding: 3px 5px;
}
[theme=nord] .hljs {
  background: #2e3440;
}
[theme=nord] .hljs, [theme=nord] .hljs-subst {
  color: #d8dee9;
}
[theme=nord] .hljs-selector-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-selector-id {
  color: #8fbcbb;
  font-weight: 700;
}
[theme=nord] .hljs-selector-attr, [theme=nord] .hljs-selector-class {
  color: #8fbcbb;
}
[theme=nord] .hljs-property, [theme=nord] .hljs-selector-pseudo {
  color: #88c0d0;
}
[theme=nord] .hljs-addition {
  background-color: rgba(163, 190, 140, 0.5);
}
[theme=nord] .hljs-deletion {
  background-color: rgba(191, 97, 106, 0.5);
}
[theme=nord] .hljs-built_in, [theme=nord] .hljs-class, [theme=nord] .hljs-type {
  color: #8fbcbb;
}
[theme=nord] .hljs-function, [theme=nord] .hljs-function > .hljs-title, [theme=nord] .hljs-title.hljs-function {
  color: #88c0d0;
}
[theme=nord] .hljs-keyword, [theme=nord] .hljs-literal, [theme=nord] .hljs-symbol {
  color: #81a1c1;
}
[theme=nord] .hljs-number {
  color: #b48ead;
}
[theme=nord] .hljs-regexp {
  color: #ebcb8b;
}
[theme=nord] .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-title {
  color: #8fbcbb;
}
[theme=nord] .hljs-params {
  color: #d8dee9;
}
[theme=nord] .hljs-bullet {
  color: #81a1c1;
}
[theme=nord] .hljs-code {
  color: #8fbcbb;
}
[theme=nord] .hljs-emphasis {
  font-style: italic;
}
[theme=nord] .hljs-formula {
  color: #8fbcbb;
}
[theme=nord] .hljs-strong {
  font-weight: 700;
}
[theme=nord] .hljs-link:hover {
  text-decoration: underline;
}
[theme=nord] .hljs-comment, [theme=nord] .hljs-quote {
  color: #4c566a;
}
[theme=nord] .hljs-doctag {
  color: #8fbcbb;
}
[theme=nord] .hljs-meta, [theme=nord] .hljs-meta .hljs-keyword {
  color: #5e81ac;
}
[theme=nord] .hljs-meta .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-attr {
  color: #8fbcbb;
}
[theme=nord] .hljs-attribute {
  color: #d8dee9;
}
[theme=nord] .hljs-name {
  color: #81a1c1;
}
[theme=nord] .hljs-section {
  color: #88c0d0;
}
[theme=nord] .hljs-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-template-variable, [theme=nord] .hljs-variable {
  color: #d8dee9;
}
[theme=nord] .hljs-template-tag {
  color: #5e81ac;
}
[theme=nord] .language-abnf .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-abnf .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-apache .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-apache .hljs-section {
  color: #81a1c1;
}
[theme=nord] .language-arduino .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-aspectj .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-aspectj > .hljs-title {
  color: #88c0d0;
}
[theme=nord] .language-bnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-clojure .hljs-name {
  color: #88c0d0;
}
[theme=nord] .language-clojure .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-coq .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-cpp .hljs-meta .hljs-string {
  color: #8fbcbb;
}
[theme=nord] .language-css .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-css .hljs-keyword {
  color: #d08770;
}
[theme=nord] .language-diff .hljs-meta, [theme=nord] .language-ebnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-glsl .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-groovy .hljs-meta:not(:first-child), [theme=nord] .language-haxe .hljs-meta, [theme=nord] .language-java .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-ldif .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-lisp .hljs-name, [theme=nord] .language-lua .hljs-built_in, [theme=nord] .language-moonscript .hljs-built_in, [theme=nord] .language-nginx .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-nginx .hljs-section {
  color: #5e81ac;
}
[theme=nord] .language-pf .hljs-built_in, [theme=nord] .language-processing .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-scss .hljs-keyword, [theme=nord] .language-stylus .hljs-keyword {
  color: #81a1c1;
}
[theme=nord] .language-swift .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-vim .hljs-built_in {
  color: #88c0d0;
  font-style: italic;
}
[theme=nord] .language-yaml .hljs-meta {
  color: #d08770;
}

[theme=obsidian] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=obsidian] code.hljs {
  padding: 3px 5px;
}
[theme=obsidian] .hljs {
  color: #e0e2e4;
  background: #282b2e;
}
[theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-selector-id, [theme=obsidian] .hljs-selector-tag {
  color: #93c763;
}
[theme=obsidian] .hljs-number {
  color: #ffcd22;
}
[theme=obsidian] .hljs-attribute {
  color: #668bb0;
}
[theme=obsidian] .hljs-link, [theme=obsidian] .hljs-regexp {
  color: #d39745;
}
[theme=obsidian] .hljs-meta {
  color: #557182;
}
[theme=obsidian] .hljs-addition, [theme=obsidian] .hljs-built_in, [theme=obsidian] .hljs-bullet, [theme=obsidian] .hljs-emphasis, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-selector-attr, [theme=obsidian] .hljs-selector-pseudo, [theme=obsidian] .hljs-subst, [theme=obsidian] .hljs-tag, [theme=obsidian] .hljs-template-tag, [theme=obsidian] .hljs-template-variable, [theme=obsidian] .hljs-type, [theme=obsidian] .hljs-variable {
  color: #8cbbad;
}
[theme=obsidian] .hljs-string, [theme=obsidian] .hljs-symbol {
  color: #ec7600;
}
[theme=obsidian] .hljs-comment, [theme=obsidian] .hljs-deletion, [theme=obsidian] .hljs-quote {
  color: #818e96;
}
[theme=obsidian] .hljs-selector-class {
  color: #a082bd;
}
[theme=obsidian] .hljs-doctag, [theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-selector-tag, [theme=obsidian] .hljs-strong, [theme=obsidian] .hljs-title, [theme=obsidian] .hljs-type {
  font-weight: 700;
}
[theme=obsidian] .hljs-class .hljs-title, [theme=obsidian] .hljs-code, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-title.class_ {
  color: #fff;
}

[theme=panda-syntax-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-dark] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-dark] .hljs {
  color: #e6e6e6;
  background: #2a2c2d;
}
[theme=panda-syntax-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-dark] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-dark] .hljs-comment, [theme=panda-syntax-dark] .hljs-quote {
  color: #bbb;
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-params {
  color: #bbb;
}
[theme=panda-syntax-dark] .hljs-attr, [theme=panda-syntax-dark] .hljs-punctuation {
  color: #e6e6e6;
}
[theme=panda-syntax-dark] .hljs-meta, [theme=panda-syntax-dark] .hljs-name, [theme=panda-syntax-dark] .hljs-selector-tag {
  color: #ff4b82;
}
[theme=panda-syntax-dark] .hljs-char.escape_, [theme=panda-syntax-dark] .hljs-operator {
  color: #b084eb;
}
[theme=panda-syntax-dark] .hljs-deletion, [theme=panda-syntax-dark] .hljs-keyword {
  color: #ff75b5;
}
[theme=panda-syntax-dark] .hljs-regexp, [theme=panda-syntax-dark] .hljs-selector-attr, [theme=panda-syntax-dark] .hljs-selector-pseudo, [theme=panda-syntax-dark] .hljs-variable.language_ {
  color: #ff9ac1;
}
[theme=panda-syntax-dark] .hljs-code, [theme=panda-syntax-dark] .hljs-formula, [theme=panda-syntax-dark] .hljs-property, [theme=panda-syntax-dark] .hljs-section, [theme=panda-syntax-dark] .hljs-subst, [theme=panda-syntax-dark] .hljs-title.function_ {
  color: #45a9f9;
}
[theme=panda-syntax-dark] .hljs-addition, [theme=panda-syntax-dark] .hljs-bullet, [theme=panda-syntax-dark] .hljs-meta .hljs-string, [theme=panda-syntax-dark] .hljs-selector-class, [theme=panda-syntax-dark] .hljs-string, [theme=panda-syntax-dark] .hljs-symbol, [theme=panda-syntax-dark] .hljs-title.class_, [theme=panda-syntax-dark] .hljs-title.class_.inherited__ {
  color: #19f9d8;
}
[theme=panda-syntax-dark] .hljs-attribute, [theme=panda-syntax-dark] .hljs-built_in, [theme=panda-syntax-dark] .hljs-doctag, [theme=panda-syntax-dark] .hljs-link, [theme=panda-syntax-dark] .hljs-literal, [theme=panda-syntax-dark] .hljs-meta .hljs-keyword, [theme=panda-syntax-dark] .hljs-number, [theme=panda-syntax-dark] .hljs-punctuation, [theme=panda-syntax-dark] .hljs-selector-id, [theme=panda-syntax-dark] .hljs-tag, [theme=panda-syntax-dark] .hljs-template-tag, [theme=panda-syntax-dark] .hljs-template-variable, [theme=panda-syntax-dark] .hljs-title, [theme=panda-syntax-dark] .hljs-type, [theme=panda-syntax-dark] .hljs-variable {
  color: #ffb86c;
}

[theme=panda-syntax-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-light] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-light] .hljs {
  color: #2a2c2d;
  background: #e6e6e6;
}
[theme=panda-syntax-light] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-light] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-light] .hljs-comment, [theme=panda-syntax-light] .hljs-quote {
  color: #676b79;
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-params {
  color: #676b79;
}
[theme=panda-syntax-light] .hljs-attr, [theme=panda-syntax-light] .hljs-punctuation {
  color: #2a2c2d;
}
[theme=panda-syntax-light] .hljs-char.escape_, [theme=panda-syntax-light] .hljs-meta, [theme=panda-syntax-light] .hljs-name, [theme=panda-syntax-light] .hljs-operator, [theme=panda-syntax-light] .hljs-selector-tag {
  color: #c56200;
}
[theme=panda-syntax-light] .hljs-deletion, [theme=panda-syntax-light] .hljs-keyword {
  color: #d92792;
}
[theme=panda-syntax-light] .hljs-regexp, [theme=panda-syntax-light] .hljs-selector-attr, [theme=panda-syntax-light] .hljs-selector-pseudo, [theme=panda-syntax-light] .hljs-variable.language_ {
  color: #cc5e91;
}
[theme=panda-syntax-light] .hljs-code, [theme=panda-syntax-light] .hljs-formula, [theme=panda-syntax-light] .hljs-property, [theme=panda-syntax-light] .hljs-section, [theme=panda-syntax-light] .hljs-subst, [theme=panda-syntax-light] .hljs-title.function_ {
  color: #3787c7;
}
[theme=panda-syntax-light] .hljs-addition, [theme=panda-syntax-light] .hljs-bullet, [theme=panda-syntax-light] .hljs-meta .hljs-string, [theme=panda-syntax-light] .hljs-selector-class, [theme=panda-syntax-light] .hljs-string, [theme=panda-syntax-light] .hljs-symbol, [theme=panda-syntax-light] .hljs-title.class_, [theme=panda-syntax-light] .hljs-title.class_.inherited__ {
  color: #0d7d6c;
}
[theme=panda-syntax-light] .hljs-attribute, [theme=panda-syntax-light] .hljs-built_in, [theme=panda-syntax-light] .hljs-doctag, [theme=panda-syntax-light] .hljs-link, [theme=panda-syntax-light] .hljs-literal, [theme=panda-syntax-light] .hljs-meta .hljs-keyword, [theme=panda-syntax-light] .hljs-number, [theme=panda-syntax-light] .hljs-selector-id, [theme=panda-syntax-light] .hljs-tag, [theme=panda-syntax-light] .hljs-template-tag, [theme=panda-syntax-light] .hljs-template-variable, [theme=panda-syntax-light] .hljs-title, [theme=panda-syntax-light] .hljs-type, [theme=panda-syntax-light] .hljs-variable {
  color: #7641bb;
}

[theme=paraiso-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-dark] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-dark] .hljs {
  background: #2f1e2e;
  color: #a39e9b;
}
[theme=paraiso-dark] .hljs-comment, [theme=paraiso-dark] .hljs-quote {
  color: #8d8687;
}
[theme=paraiso-dark] .hljs-link, [theme=paraiso-dark] .hljs-meta, [theme=paraiso-dark] .hljs-name, [theme=paraiso-dark] .hljs-regexp, [theme=paraiso-dark] .hljs-selector-class, [theme=paraiso-dark] .hljs-selector-id, [theme=paraiso-dark] .hljs-tag, [theme=paraiso-dark] .hljs-template-variable, [theme=paraiso-dark] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-dark] .hljs-built_in, [theme=paraiso-dark] .hljs-deletion, [theme=paraiso-dark] .hljs-literal, [theme=paraiso-dark] .hljs-number, [theme=paraiso-dark] .hljs-params, [theme=paraiso-dark] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-dark] .hljs-attribute, [theme=paraiso-dark] .hljs-section, [theme=paraiso-dark] .hljs-title {
  color: #fec418;
}
[theme=paraiso-dark] .hljs-addition, [theme=paraiso-dark] .hljs-bullet, [theme=paraiso-dark] .hljs-string, [theme=paraiso-dark] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-dark] .hljs-keyword, [theme=paraiso-dark] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-dark] .hljs-strong {
  font-weight: 700;
}

[theme=paraiso-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-light] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-light] .hljs {
  background: #e7e9db;
  color: #4f424c;
}
[theme=paraiso-light] .hljs-comment, [theme=paraiso-light] .hljs-quote {
  color: #776e71;
}
[theme=paraiso-light] .hljs-link, [theme=paraiso-light] .hljs-meta, [theme=paraiso-light] .hljs-name, [theme=paraiso-light] .hljs-regexp, [theme=paraiso-light] .hljs-selector-class, [theme=paraiso-light] .hljs-selector-id, [theme=paraiso-light] .hljs-tag, [theme=paraiso-light] .hljs-template-variable, [theme=paraiso-light] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-light] .hljs-built_in, [theme=paraiso-light] .hljs-deletion, [theme=paraiso-light] .hljs-literal, [theme=paraiso-light] .hljs-number, [theme=paraiso-light] .hljs-params, [theme=paraiso-light] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-light] .hljs-attribute, [theme=paraiso-light] .hljs-section, [theme=paraiso-light] .hljs-title {
  color: #fec418;
}
[theme=paraiso-light] .hljs-addition, [theme=paraiso-light] .hljs-bullet, [theme=paraiso-light] .hljs-string, [theme=paraiso-light] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-light] .hljs-keyword, [theme=paraiso-light] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-light] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-light] .hljs-strong {
  font-weight: 700;
}

[theme=pojoaque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=pojoaque] code.hljs {
  padding: 3px 5px;
}
[theme=pojoaque] .hljs {
  color: #dccf8f;
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAMAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQACQYGBgcGCQcHCQ0IBwgNDwsJCQsPEQ4ODw4OERENDg4ODg0RERQUFhQUERoaHBwaGiYmJiYmKysrKysrKysrKwEJCAgJCgkMCgoMDwwODA8TDg4ODhMVDg4PDg4VGhMRERERExoXGhYWFhoXHR0aGh0dJCQjJCQrKysrKysrKysr/8AAEQgAjACMAwEiAAIRAQMRAf/EAF4AAQEBAAAAAAAAAAAAAAAAAAABBwEBAQAAAAAAAAAAAAAAAAAAAAIQAAEDAwIHAQEAAAAAAAAAAADwAREhYaExkUFRcYGxwdHh8REBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyGFEjHaBS2fDDs2zkhKmBKktb7km+ZwwCnXPkLVmCTMItj6AXFxRS465/BTnkAJvkLkJe+7AKKoi2AtRS2zuAWsCb5GOlBN8gKfmuGHZ8MFqIth3ALmFoFwbwKWyAlTAp17uKqBvgBD8sM4fTjhvAhkzhaRkBMKBrfs7jGPIpzy7gFrAqnC0C0gB0EWwBDW2cBVQwm+QtPpa3wBO3sVvszCnLAhkzgL5/RLf13cLQd8/AGlu0Cb5HTx9KuAEieGJEdcehS3eRTp2ATdt3CpIm+QtZwAhROXFeb7swp/ahaM3kBE/jSIUBc/AWrgBN8uNFAl+b7sAXFxFn2YLUU5Ns7gFX8C4ib+hN8gFWXwK3bZglxEJm+gKdciLPsFV/TClsgJUwKJ5FVA7tvIFrfZhVfGJDcsCKaYgAqv6YRbE+RWOWBtu7+AL3yRalXLyKqAIIfk+zARbDgFyEsncYwJvlgFRW+GEWntIi2P0BooyFxcNr8Ep3+ANLbMO+QyhvbiqdgC0kVvgUUiLYgBS2QtPbiVI1/sgOmG9uO+Y8DW+7jS2zAOnj6O2BndwuIAUtkdRN8gFoK3wwXMQyZwHVbClsuNLd4E3yAUR6FVDBR+BafQGt93LVMxJTv8ABts4CVLhcfYWsCb5kC9/BHdU8CLYFY5bMAd+eX9MGthhpbA1vu4B7+RKkaW2Yq4AQtVBBFsAJU/AuIXBhN8gGWnstefhiZyWvLAEnbYS1uzSFP6Jvn4Baxx70JKkQojLib5AVTey1jjgkKJGO0AKWyOm7N7cSpgSpAdPH0Tfd/gp1z5C1ZgKqN9J2wFxcUUuAFLZAm+QC0Fb4YUVRFsAOvj4KW2dwtYE3yAWk/wS/PLMKfmuGHZ8MAXF/Ja32Yi5haAKWz4Ydm2cSpgU693Atb7km+Zwwh+WGcPpxw3gAkzCLY+iYUDW/Z3Adc/gpzyFrAqnALkJe+7DoItgAtRS2zuKqGE3yAx0oJvkdvYrfZmALURbDuL5/RLf13cAuDeBS2RpbtAm+QFVA3wR+3fUtFHoBDJnC0jIXH0HWsgMY8inPLuOkd9chp4z20ALQLSA8cI9jYAIa2zjzjBd8gRafS1vgiUho/kAKcsCGTOGWvoOpkAtB3z8Hm8x2Ff5ADp4+lXAlIvcmwH/2Q==) left top #181914;
}
[theme=pojoaque] .hljs-comment, [theme=pojoaque] .hljs-quote {
  color: #586e75;
  font-style: italic;
}
[theme=pojoaque] .hljs-addition, [theme=pojoaque] .hljs-keyword, [theme=pojoaque] .hljs-literal, [theme=pojoaque] .hljs-selector-tag {
  color: #b64926;
}
[theme=pojoaque] .hljs-doctag, [theme=pojoaque] .hljs-number, [theme=pojoaque] .hljs-regexp, [theme=pojoaque] .hljs-string {
  color: #468966;
}
[theme=pojoaque] .hljs-built_in, [theme=pojoaque] .hljs-name, [theme=pojoaque] .hljs-section, [theme=pojoaque] .hljs-title {
  color: #ffb03b;
}
[theme=pojoaque] .hljs-class .hljs-title, [theme=pojoaque] .hljs-tag, [theme=pojoaque] .hljs-template-variable, [theme=pojoaque] .hljs-title.class_, [theme=pojoaque] .hljs-type, [theme=pojoaque] .hljs-variable {
  color: #b58900;
}
[theme=pojoaque] .hljs-attribute {
  color: #b89859;
}
[theme=pojoaque] .hljs-bullet, [theme=pojoaque] .hljs-link, [theme=pojoaque] .hljs-meta, [theme=pojoaque] .hljs-subst, [theme=pojoaque] .hljs-symbol {
  color: #cb4b16;
}
[theme=pojoaque] .hljs-deletion {
  color: #dc322f;
}
[theme=pojoaque] .hljs-selector-class, [theme=pojoaque] .hljs-selector-id {
  color: #d3a60c;
}
[theme=pojoaque] .hljs-formula {
  background: #073642;
}
[theme=pojoaque] .hljs-emphasis {
  font-style: italic;
}
[theme=pojoaque] .hljs-strong {
  font-weight: 700;
}

[theme=purebasic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=purebasic] code.hljs {
  padding: 3px 5px;
}
[theme=purebasic] .hljs {
  background: #ffffdf;
}
[theme=purebasic] .hljs, [theme=purebasic] .hljs-attr, [theme=purebasic] .hljs-function, [theme=purebasic] .hljs-name, [theme=purebasic] .hljs-number, [theme=purebasic] .hljs-params, [theme=purebasic] .hljs-subst, [theme=purebasic] .hljs-type {
  color: #000;
}
[theme=purebasic] .hljs-addition, [theme=purebasic] .hljs-comment, [theme=purebasic] .hljs-regexp, [theme=purebasic] .hljs-section, [theme=purebasic] .hljs-selector-pseudo {
  color: #0aa;
}
[theme=purebasic] .hljs-built_in, [theme=purebasic] .hljs-class, [theme=purebasic] .hljs-keyword, [theme=purebasic] .hljs-meta .hljs-keyword, [theme=purebasic] .hljs-selector-class {
  color: #066;
  font-weight: 700;
}
[theme=purebasic] .hljs-code, [theme=purebasic] .hljs-tag, [theme=purebasic] .hljs-title, [theme=purebasic] .hljs-variable {
  color: #066;
}
[theme=purebasic] .hljs-selector-attr, [theme=purebasic] .hljs-string {
  color: #0080ff;
}
[theme=purebasic] .hljs-attribute, [theme=purebasic] .hljs-deletion, [theme=purebasic] .hljs-link, [theme=purebasic] .hljs-symbol {
  color: #924b72;
}
[theme=purebasic] .hljs-literal, [theme=purebasic] .hljs-meta, [theme=purebasic] .hljs-selector-id {
  color: #924b72;
  font-weight: 700;
}
[theme=purebasic] .hljs-name, [theme=purebasic] .hljs-strong {
  font-weight: 700;
}
[theme=purebasic] .hljs-emphasis {
  font-style: italic;
}

[theme=qtcreator-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-dark] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-dark] .hljs {
  color: #aaa;
  background: #000;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-strong {
  color: #a8a8a2;
}
[theme=qtcreator-dark] .hljs-bullet, [theme=qtcreator-dark] .hljs-literal, [theme=qtcreator-dark] .hljs-number, [theme=qtcreator-dark] .hljs-quote, [theme=qtcreator-dark] .hljs-regexp {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-code .hljs-selector-class {
  color: #aaf;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-stronge, [theme=qtcreator-dark] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-dark] .hljs-function, [theme=qtcreator-dark] .hljs-keyword, [theme=qtcreator-dark] .hljs-name, [theme=qtcreator-dark] .hljs-section, [theme=qtcreator-dark] .hljs-selector-tag, [theme=qtcreator-dark] .hljs-symbol {
  color: #ff5;
}
[theme=qtcreator-dark] .hljs-subst, [theme=qtcreator-dark] .hljs-tag, [theme=qtcreator-dark] .hljs-title {
  color: #aaa;
}
[theme=qtcreator-dark] .hljs-attribute {
  color: #f55;
}
[theme=qtcreator-dark] .hljs-class .hljs-title, [theme=qtcreator-dark] .hljs-params, [theme=qtcreator-dark] .hljs-title.class_, [theme=qtcreator-dark] .hljs-variable {
  color: #88f;
}
[theme=qtcreator-dark] .hljs-addition, [theme=qtcreator-dark] .hljs-built_in, [theme=qtcreator-dark] .hljs-link, [theme=qtcreator-dark] .hljs-selector-attr, [theme=qtcreator-dark] .hljs-selector-id, [theme=qtcreator-dark] .hljs-selector-pseudo, [theme=qtcreator-dark] .hljs-string, [theme=qtcreator-dark] .hljs-template-tag, [theme=qtcreator-dark] .hljs-template-variable, [theme=qtcreator-dark] .hljs-type {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-comment, [theme=qtcreator-dark] .hljs-deletion, [theme=qtcreator-dark] .hljs-meta {
  color: #5ff;
}

[theme=qtcreator-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-light] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-strong {
  color: #000;
}
[theme=qtcreator-light] .hljs-bullet, [theme=qtcreator-light] .hljs-literal, [theme=qtcreator-light] .hljs-number, [theme=qtcreator-light] .hljs-quote, [theme=qtcreator-light] .hljs-regexp {
  color: navy;
}
[theme=qtcreator-light] .hljs-code .hljs-selector-class {
  color: purple;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-stronge, [theme=qtcreator-light] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-light] .hljs-function, [theme=qtcreator-light] .hljs-keyword, [theme=qtcreator-light] .hljs-name, [theme=qtcreator-light] .hljs-section, [theme=qtcreator-light] .hljs-selector-tag, [theme=qtcreator-light] .hljs-symbol {
  color: olive;
}
[theme=qtcreator-light] .hljs-subst, [theme=qtcreator-light] .hljs-tag, [theme=qtcreator-light] .hljs-title {
  color: #000;
}
[theme=qtcreator-light] .hljs-attribute {
  color: maroon;
}
[theme=qtcreator-light] .hljs-class .hljs-title, [theme=qtcreator-light] .hljs-params, [theme=qtcreator-light] .hljs-title.class_, [theme=qtcreator-light] .hljs-variable {
  color: #0055af;
}
[theme=qtcreator-light] .hljs-addition, [theme=qtcreator-light] .hljs-built_in, [theme=qtcreator-light] .hljs-comment, [theme=qtcreator-light] .hljs-deletion, [theme=qtcreator-light] .hljs-link, [theme=qtcreator-light] .hljs-meta, [theme=qtcreator-light] .hljs-selector-attr, [theme=qtcreator-light] .hljs-selector-id, [theme=qtcreator-light] .hljs-selector-pseudo, [theme=qtcreator-light] .hljs-string, [theme=qtcreator-light] .hljs-template-tag, [theme=qtcreator-light] .hljs-template-variable, [theme=qtcreator-light] .hljs-type {
  color: green;
}

[theme=rainbow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=rainbow] code.hljs {
  padding: 3px 5px;
}
[theme=rainbow] .hljs {
  background: #474949;
  color: #d1d9e1;
}
[theme=rainbow] .hljs-comment, [theme=rainbow] .hljs-quote {
  color: #969896;
  font-style: italic;
}
[theme=rainbow] .hljs-addition, [theme=rainbow] .hljs-keyword, [theme=rainbow] .hljs-literal, [theme=rainbow] .hljs-selector-tag, [theme=rainbow] .hljs-type {
  color: #c9c;
}
[theme=rainbow] .hljs-number, [theme=rainbow] .hljs-selector-attr, [theme=rainbow] .hljs-selector-pseudo {
  color: #f99157;
}
[theme=rainbow] .hljs-doctag, [theme=rainbow] .hljs-regexp, [theme=rainbow] .hljs-string {
  color: #8abeb7;
}
[theme=rainbow] .hljs-built_in, [theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-title {
  color: #b5bd68;
}
[theme=rainbow] .hljs-class .hljs-title, [theme=rainbow] .hljs-selector-id, [theme=rainbow] .hljs-template-variable, [theme=rainbow] .hljs-title.class_, [theme=rainbow] .hljs-variable {
  color: #fc6;
}
[theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-strong {
  font-weight: 700;
}
[theme=rainbow] .hljs-bullet, [theme=rainbow] .hljs-link, [theme=rainbow] .hljs-meta, [theme=rainbow] .hljs-subst, [theme=rainbow] .hljs-symbol {
  color: #f99157;
}
[theme=rainbow] .hljs-deletion {
  color: #dc322f;
}
[theme=rainbow] .hljs-formula {
  background: #eee8d5;
}
[theme=rainbow] .hljs-attr, [theme=rainbow] .hljs-attribute {
  color: #81a2be;
}
[theme=rainbow] .hljs-emphasis {
  font-style: italic;
}

[theme=routeros] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=routeros] code.hljs {
  padding: 3px 5px;
}
[theme=routeros] .hljs {
  color: #444;
  background: #f0f0f0;
}
[theme=routeros] .hljs-subst {
  color: #444;
}
[theme=routeros] .hljs-comment {
  color: #888;
}
[theme=routeros] .hljs-doctag, [theme=routeros] .hljs-keyword, [theme=routeros] .hljs-meta .hljs-keyword, [theme=routeros] .hljs-name, [theme=routeros] .hljs-selector-tag {
  font-weight: 700;
}
[theme=routeros] .hljs-attribute {
  color: #0e9a00;
}
[theme=routeros] .hljs-function {
  color: #99069a;
}
[theme=routeros] .hljs-deletion, [theme=routeros] .hljs-number, [theme=routeros] .hljs-quote, [theme=routeros] .hljs-selector-class, [theme=routeros] .hljs-selector-id, [theme=routeros] .hljs-string, [theme=routeros] .hljs-template-tag, [theme=routeros] .hljs-type {
  color: #800;
}
[theme=routeros] .hljs-section, [theme=routeros] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=routeros] .hljs-link, [theme=routeros] .hljs-regexp, [theme=routeros] .hljs-selector-attr, [theme=routeros] .hljs-selector-pseudo, [theme=routeros] .hljs-symbol, [theme=routeros] .hljs-template-variable, [theme=routeros] .hljs-variable {
  color: #bc6060;
}
[theme=routeros] .hljs-literal {
  color: #78a960;
}
[theme=routeros] .hljs-addition, [theme=routeros] .hljs-built_in, [theme=routeros] .hljs-bullet, [theme=routeros] .hljs-code {
  color: #0c9a9a;
}
[theme=routeros] .hljs-meta {
  color: #1f7199;
}
[theme=routeros] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=routeros] .hljs-emphasis {
  font-style: italic;
}
[theme=routeros] .hljs-strong {
  font-weight: 700;
}

[theme=school-book] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=school-book] code.hljs {
  padding: 3px 5px;
}
[theme=school-book] .hljs {
  color: #3e5915;
  background: #f6f5b2;
}
[theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-selector-tag {
  color: #059;
}
[theme=school-book] .hljs-subst {
  color: #3e5915;
}
[theme=school-book] .hljs-addition, [theme=school-book] .hljs-attribute, [theme=school-book] .hljs-built_in, [theme=school-book] .hljs-bullet, [theme=school-book] .hljs-link, [theme=school-book] .hljs-section, [theme=school-book] .hljs-string, [theme=school-book] .hljs-symbol, [theme=school-book] .hljs-template-tag, [theme=school-book] .hljs-template-variable, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type, [theme=school-book] .hljs-variable {
  color: #2c009f;
}
[theme=school-book] .hljs-comment, [theme=school-book] .hljs-deletion, [theme=school-book] .hljs-meta, [theme=school-book] .hljs-quote {
  color: #e60415;
}
[theme=school-book] .hljs-doctag, [theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-name, [theme=school-book] .hljs-section, [theme=school-book] .hljs-selector-id, [theme=school-book] .hljs-selector-tag, [theme=school-book] .hljs-strong, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type {
  font-weight: 700;
}
[theme=school-book] .hljs-emphasis {
  font-style: italic;
}

[theme=shades-of-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=shades-of-purple] code.hljs {
  padding: 3px 5px;
}
[theme=shades-of-purple] .hljs {
  background: #2d2b57;
  color: #e3dfff;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-subst {
  color: #e3dfff;
}
[theme=shades-of-purple] .hljs-title {
  color: #fad000;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-name {
  color: #a1feff;
}
[theme=shades-of-purple] .hljs-tag {
  color: #fff;
}
[theme=shades-of-purple] .hljs-attr {
  color: #f8d000;
  font-style: italic;
}
[theme=shades-of-purple] .hljs-built_in, [theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-section, [theme=shades-of-purple] .hljs-selector-tag {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-addition, [theme=shades-of-purple] .hljs-attribute, [theme=shades-of-purple] .hljs-bullet, [theme=shades-of-purple] .hljs-code, [theme=shades-of-purple] .hljs-deletion, [theme=shades-of-purple] .hljs-quote, [theme=shades-of-purple] .hljs-regexp, [theme=shades-of-purple] .hljs-selector-attr, [theme=shades-of-purple] .hljs-selector-class, [theme=shades-of-purple] .hljs-selector-pseudo, [theme=shades-of-purple] .hljs-string, [theme=shades-of-purple] .hljs-symbol, [theme=shades-of-purple] .hljs-template-tag {
  color: #4cd213;
}
[theme=shades-of-purple] .hljs-meta, [theme=shades-of-purple] .hljs-meta .hljs-string {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-comment {
  color: #ac65ff;
}
[theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-name, [theme=shades-of-purple] .hljs-selector-tag, [theme=shades-of-purple] .hljs-strong {
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-number {
  color: #fa658d;
}
[theme=shades-of-purple] .hljs-emphasis {
  font-style: italic;
}
[theme=shades-of-purple] .hljs-strong {
  font-weight: 700;
}

[theme=srcery] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=srcery] code.hljs {
  padding: 3px 5px;
}
[theme=srcery] .hljs {
  background: #1c1b19;
  color: #fce8c3;
}
[theme=srcery] .hljs-literal, [theme=srcery] .hljs-quote, [theme=srcery] .hljs-subst {
  color: #fce8c3;
}
[theme=srcery] .hljs-symbol, [theme=srcery] .hljs-type {
  color: #68a8e4;
}
[theme=srcery] .hljs-deletion, [theme=srcery] .hljs-keyword {
  color: #ef2f27;
}
[theme=srcery] .hljs-attribute, [theme=srcery] .hljs-function, [theme=srcery] .hljs-name, [theme=srcery] .hljs-section, [theme=srcery] .hljs-selector-attr, [theme=srcery] .hljs-selector-class, [theme=srcery] .hljs-selector-id, [theme=srcery] .hljs-selector-pseudo, [theme=srcery] .hljs-title {
  color: #fbb829;
}
[theme=srcery] .hljs-class, [theme=srcery] .hljs-code, [theme=srcery] .hljs-property, [theme=srcery] .hljs-template-variable, [theme=srcery] .hljs-variable {
  color: #0aaeb3;
}
[theme=srcery] .hljs-addition, [theme=srcery] .hljs-bullet, [theme=srcery] .hljs-regexp, [theme=srcery] .hljs-string {
  color: #98bc37;
}
[theme=srcery] .hljs-built_in, [theme=srcery] .hljs-params {
  color: #ff5c8f;
}
[theme=srcery] .hljs-selector-tag, [theme=srcery] .hljs-template-tag {
  color: #2c78bf;
}
[theme=srcery] .hljs-comment, [theme=srcery] .hljs-link, [theme=srcery] .hljs-meta, [theme=srcery] .hljs-number {
  color: #918175;
}
[theme=srcery] .hljs-emphasis {
  font-style: italic;
}
[theme=srcery] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-dark] {
  /*!
    Theme: StackOverflow Dark
    Description: Dark theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-dark] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-dark] .hljs {
  color: #fff;
  background: #1c1b1b;
}
[theme=stackoverflow-dark] .hljs-subst {
  color: #fff;
}
[theme=stackoverflow-dark] .hljs-comment {
  color: #999;
}
[theme=stackoverflow-dark] .hljs-attr, [theme=stackoverflow-dark] .hljs-doctag, [theme=stackoverflow-dark] .hljs-keyword, [theme=stackoverflow-dark] .hljs-meta .hljs-keyword, [theme=stackoverflow-dark] .hljs-section, [theme=stackoverflow-dark] .hljs-selector-tag {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-attribute {
  color: #c59bc1;
}
[theme=stackoverflow-dark] .hljs-name, [theme=stackoverflow-dark] .hljs-number, [theme=stackoverflow-dark] .hljs-quote, [theme=stackoverflow-dark] .hljs-selector-id, [theme=stackoverflow-dark] .hljs-template-tag, [theme=stackoverflow-dark] .hljs-type {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-selector-class {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-link, [theme=stackoverflow-dark] .hljs-regexp, [theme=stackoverflow-dark] .hljs-selector-attr, [theme=stackoverflow-dark] .hljs-string, [theme=stackoverflow-dark] .hljs-symbol, [theme=stackoverflow-dark] .hljs-template-variable, [theme=stackoverflow-dark] .hljs-variable {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-meta, [theme=stackoverflow-dark] .hljs-selector-pseudo {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-built_in, [theme=stackoverflow-dark] .hljs-literal, [theme=stackoverflow-dark] .hljs-title {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-bullet, [theme=stackoverflow-dark] .hljs-code {
  color: #ccc;
}
[theme=stackoverflow-dark] .hljs-meta .hljs-string {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-deletion {
  color: #de7176;
}
[theme=stackoverflow-dark] .hljs-addition {
  color: #76c490;
}
[theme=stackoverflow-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-dark] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-light] {
  /*!
    Theme: StackOverflow Light
    Description: Light theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-light] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-light] .hljs {
  color: #2f3337;
  background: #f6f6f6;
}
[theme=stackoverflow-light] .hljs-subst {
  color: #2f3337;
}
[theme=stackoverflow-light] .hljs-comment {
  color: #656e77;
}
[theme=stackoverflow-light] .hljs-attr, [theme=stackoverflow-light] .hljs-doctag, [theme=stackoverflow-light] .hljs-keyword, [theme=stackoverflow-light] .hljs-meta .hljs-keyword, [theme=stackoverflow-light] .hljs-section, [theme=stackoverflow-light] .hljs-selector-tag {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-attribute {
  color: #803378;
}
[theme=stackoverflow-light] .hljs-name, [theme=stackoverflow-light] .hljs-number, [theme=stackoverflow-light] .hljs-quote, [theme=stackoverflow-light] .hljs-selector-id, [theme=stackoverflow-light] .hljs-template-tag, [theme=stackoverflow-light] .hljs-type {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-selector-class {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-link, [theme=stackoverflow-light] .hljs-regexp, [theme=stackoverflow-light] .hljs-selector-attr, [theme=stackoverflow-light] .hljs-string, [theme=stackoverflow-light] .hljs-symbol, [theme=stackoverflow-light] .hljs-template-variable, [theme=stackoverflow-light] .hljs-variable {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-meta, [theme=stackoverflow-light] .hljs-selector-pseudo {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-built_in, [theme=stackoverflow-light] .hljs-literal, [theme=stackoverflow-light] .hljs-title {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-bullet, [theme=stackoverflow-light] .hljs-code {
  color: #535a60;
}
[theme=stackoverflow-light] .hljs-meta .hljs-string {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-deletion {
  color: #c02d2e;
}
[theme=stackoverflow-light] .hljs-addition {
  color: #2f6f44;
}
[theme=stackoverflow-light] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-light] .hljs-strong {
  font-weight: 700;
}

[theme=sunburst] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=sunburst] code.hljs {
  padding: 3px 5px;
}
[theme=sunburst] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-comment, [theme=sunburst] .hljs-quote {
  color: #aeaeae;
  font-style: italic;
}
[theme=sunburst] .hljs-keyword, [theme=sunburst] .hljs-selector-tag, [theme=sunburst] .hljs-type {
  color: #e28964;
}
[theme=sunburst] .hljs-string {
  color: #65b042;
}
[theme=sunburst] .hljs-subst {
  color: #daefa3;
}
[theme=sunburst] .hljs-link, [theme=sunburst] .hljs-regexp {
  color: #e9c062;
}
[theme=sunburst] .hljs-name, [theme=sunburst] .hljs-section, [theme=sunburst] .hljs-tag, [theme=sunburst] .hljs-title {
  color: #89bdff;
}
[theme=sunburst] .hljs-class .hljs-title, [theme=sunburst] .hljs-doctag, [theme=sunburst] .hljs-title.class_ {
  text-decoration: underline;
}
[theme=sunburst] .hljs-bullet, [theme=sunburst] .hljs-number, [theme=sunburst] .hljs-symbol {
  color: #3387cc;
}
[theme=sunburst] .hljs-params, [theme=sunburst] .hljs-template-variable, [theme=sunburst] .hljs-variable {
  color: #3e87e3;
}
[theme=sunburst] .hljs-attribute {
  color: #cda869;
}
[theme=sunburst] .hljs-meta {
  color: #8996a8;
}
[theme=sunburst] .hljs-formula {
  background-color: #0e2231;
  color: #f8f8f8;
  font-style: italic;
}
[theme=sunburst] .hljs-addition {
  background-color: #253b22;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-deletion {
  background-color: #420e09;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-selector-class {
  color: #9b703f;
}
[theme=sunburst] .hljs-selector-id {
  color: #8b98ab;
}
[theme=sunburst] .hljs-emphasis {
  font-style: italic;
}
[theme=sunburst] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-dark] {
  /*!
    Theme: Tokyo-night-Dark
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-dark] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-dark] .hljs-comment, [theme=tokyo-night-dark] .hljs-meta {
  color: #565f89;
}
[theme=tokyo-night-dark] .hljs-deletion, [theme=tokyo-night-dark] .hljs-doctag, [theme=tokyo-night-dark] .hljs-regexp, [theme=tokyo-night-dark] .hljs-selector-attr, [theme=tokyo-night-dark] .hljs-selector-class, [theme=tokyo-night-dark] .hljs-selector-id, [theme=tokyo-night-dark] .hljs-selector-pseudo, [theme=tokyo-night-dark] .hljs-tag, [theme=tokyo-night-dark] .hljs-template-tag, [theme=tokyo-night-dark] .hljs-variable.language_ {
  color: #f7768e;
}
[theme=tokyo-night-dark] .hljs-link, [theme=tokyo-night-dark] .hljs-literal, [theme=tokyo-night-dark] .hljs-number, [theme=tokyo-night-dark] .hljs-params, [theme=tokyo-night-dark] .hljs-template-variable, [theme=tokyo-night-dark] .hljs-type, [theme=tokyo-night-dark] .hljs-variable {
  color: #ff9e64;
}
[theme=tokyo-night-dark] .hljs-attribute, [theme=tokyo-night-dark] .hljs-built_in {
  color: #e0af68;
}
[theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-property, [theme=tokyo-night-dark] .hljs-subst, [theme=tokyo-night-dark] .hljs-title, [theme=tokyo-night-dark] .hljs-title.class_, [theme=tokyo-night-dark] .hljs-title.class_.inherited__, [theme=tokyo-night-dark] .hljs-title.function_ {
  color: #7dcfff;
}
[theme=tokyo-night-dark] .hljs-selector-tag {
  color: #73daca;
}
[theme=tokyo-night-dark] .hljs-addition, [theme=tokyo-night-dark] .hljs-bullet, [theme=tokyo-night-dark] .hljs-quote, [theme=tokyo-night-dark] .hljs-string, [theme=tokyo-night-dark] .hljs-symbol {
  color: #9ece6a;
}
[theme=tokyo-night-dark] .hljs-code, [theme=tokyo-night-dark] .hljs-formula, [theme=tokyo-night-dark] .hljs-section {
  color: #7aa2f7;
}
[theme=tokyo-night-dark] .hljs-attr, [theme=tokyo-night-dark] .hljs-char.escape_, [theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-name, [theme=tokyo-night-dark] .hljs-operator {
  color: #bb9af7;
}
[theme=tokyo-night-dark] .hljs-punctuation {
  color: #c0caf5;
}
[theme=tokyo-night-dark] .hljs {
  background: #1a1b26;
  color: #9aa5ce;
}
[theme=tokyo-night-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-dark] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-light] {
  /*!
    Theme: Tokyo-night-light
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-light] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-light] .hljs-comment, [theme=tokyo-night-light] .hljs-meta {
  color: #9699a3;
}
[theme=tokyo-night-light] .hljs-deletion, [theme=tokyo-night-light] .hljs-doctag, [theme=tokyo-night-light] .hljs-regexp, [theme=tokyo-night-light] .hljs-selector-attr, [theme=tokyo-night-light] .hljs-selector-class, [theme=tokyo-night-light] .hljs-selector-id, [theme=tokyo-night-light] .hljs-selector-pseudo, [theme=tokyo-night-light] .hljs-tag, [theme=tokyo-night-light] .hljs-template-tag, [theme=tokyo-night-light] .hljs-variable.language_ {
  color: #8c4351;
}
[theme=tokyo-night-light] .hljs-link, [theme=tokyo-night-light] .hljs-literal, [theme=tokyo-night-light] .hljs-number, [theme=tokyo-night-light] .hljs-params, [theme=tokyo-night-light] .hljs-template-variable, [theme=tokyo-night-light] .hljs-type, [theme=tokyo-night-light] .hljs-variable {
  color: #965027;
}
[theme=tokyo-night-light] .hljs-attribute, [theme=tokyo-night-light] .hljs-built_in {
  color: #8f5e15;
}
[theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-property, [theme=tokyo-night-light] .hljs-subst, [theme=tokyo-night-light] .hljs-title, [theme=tokyo-night-light] .hljs-title.class_, [theme=tokyo-night-light] .hljs-title.class_.inherited__, [theme=tokyo-night-light] .hljs-title.function_ {
  color: #0f4b6e;
}
[theme=tokyo-night-light] .hljs-selector-tag {
  color: #33635c;
}
[theme=tokyo-night-light] .hljs-addition, [theme=tokyo-night-light] .hljs-bullet, [theme=tokyo-night-light] .hljs-quote, [theme=tokyo-night-light] .hljs-string, [theme=tokyo-night-light] .hljs-symbol {
  color: #485e30;
}
[theme=tokyo-night-light] .hljs-code, [theme=tokyo-night-light] .hljs-formula, [theme=tokyo-night-light] .hljs-section {
  color: #34548a;
}
[theme=tokyo-night-light] .hljs-attr, [theme=tokyo-night-light] .hljs-char.escape_, [theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-name, [theme=tokyo-night-light] .hljs-operator {
  color: #5a4a78;
}
[theme=tokyo-night-light] .hljs-punctuation {
  color: #343b58;
}
[theme=tokyo-night-light] .hljs {
  background: #d5d6db;
  color: #565a6e;
}
[theme=tokyo-night-light] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-light] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-blue] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-blue] .hljs-comment, [theme=tomorrow-night-blue] .hljs-quote {
  color: #7285b7;
}
[theme=tomorrow-night-blue] .hljs-deletion, [theme=tomorrow-night-blue] .hljs-name, [theme=tomorrow-night-blue] .hljs-regexp, [theme=tomorrow-night-blue] .hljs-selector-class, [theme=tomorrow-night-blue] .hljs-selector-id, [theme=tomorrow-night-blue] .hljs-tag, [theme=tomorrow-night-blue] .hljs-template-variable, [theme=tomorrow-night-blue] .hljs-variable {
  color: #ff9da4;
}
[theme=tomorrow-night-blue] .hljs-built_in, [theme=tomorrow-night-blue] .hljs-link, [theme=tomorrow-night-blue] .hljs-literal, [theme=tomorrow-night-blue] .hljs-meta, [theme=tomorrow-night-blue] .hljs-number, [theme=tomorrow-night-blue] .hljs-params, [theme=tomorrow-night-blue] .hljs-type {
  color: #ffc58f;
}
[theme=tomorrow-night-blue] .hljs-attribute {
  color: #ffeead;
}
[theme=tomorrow-night-blue] .hljs-addition, [theme=tomorrow-night-blue] .hljs-bullet, [theme=tomorrow-night-blue] .hljs-string, [theme=tomorrow-night-blue] .hljs-symbol {
  color: #d1f1a9;
}
[theme=tomorrow-night-blue] .hljs-section, [theme=tomorrow-night-blue] .hljs-title {
  color: #bbdaff;
}
[theme=tomorrow-night-blue] .hljs-keyword, [theme=tomorrow-night-blue] .hljs-selector-tag {
  color: #ebbbff;
}
[theme=tomorrow-night-blue] .hljs {
  background: #002451;
  color: #fff;
}
[theme=tomorrow-night-blue] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-blue] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-bright] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-bright] .hljs-comment, [theme=tomorrow-night-bright] .hljs-quote {
  color: #969896;
}
[theme=tomorrow-night-bright] .hljs-deletion, [theme=tomorrow-night-bright] .hljs-name, [theme=tomorrow-night-bright] .hljs-regexp, [theme=tomorrow-night-bright] .hljs-selector-class, [theme=tomorrow-night-bright] .hljs-selector-id, [theme=tomorrow-night-bright] .hljs-tag, [theme=tomorrow-night-bright] .hljs-template-variable, [theme=tomorrow-night-bright] .hljs-variable {
  color: #d54e53;
}
[theme=tomorrow-night-bright] .hljs-built_in, [theme=tomorrow-night-bright] .hljs-link, [theme=tomorrow-night-bright] .hljs-literal, [theme=tomorrow-night-bright] .hljs-meta, [theme=tomorrow-night-bright] .hljs-number, [theme=tomorrow-night-bright] .hljs-params, [theme=tomorrow-night-bright] .hljs-type {
  color: #e78c45;
}
[theme=tomorrow-night-bright] .hljs-attribute {
  color: #e7c547;
}
[theme=tomorrow-night-bright] .hljs-addition, [theme=tomorrow-night-bright] .hljs-bullet, [theme=tomorrow-night-bright] .hljs-string, [theme=tomorrow-night-bright] .hljs-symbol {
  color: #b9ca4a;
}
[theme=tomorrow-night-bright] .hljs-section, [theme=tomorrow-night-bright] .hljs-title {
  color: #7aa6da;
}
[theme=tomorrow-night-bright] .hljs-keyword, [theme=tomorrow-night-bright] .hljs-selector-tag {
  color: #c397d8;
}
[theme=tomorrow-night-bright] .hljs {
  background: #000;
  color: #eaeaea;
}
[theme=tomorrow-night-bright] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-bright] .hljs-strong {
  font-weight: 700;
}

[theme=vs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs] code.hljs {
  padding: 3px 5px;
}
[theme=vs] .hljs {
  background: #fff;
  color: #000;
}
[theme=vs] .hljs-comment, [theme=vs] .hljs-quote, [theme=vs] .hljs-variable {
  color: green;
}
[theme=vs] .hljs-built_in, [theme=vs] .hljs-keyword, [theme=vs] .hljs-name, [theme=vs] .hljs-selector-tag, [theme=vs] .hljs-tag {
  color: #00f;
}
[theme=vs] .hljs-addition, [theme=vs] .hljs-attribute, [theme=vs] .hljs-literal, [theme=vs] .hljs-section, [theme=vs] .hljs-string, [theme=vs] .hljs-template-tag, [theme=vs] .hljs-template-variable, [theme=vs] .hljs-title, [theme=vs] .hljs-type {
  color: #a31515;
}
[theme=vs] .hljs-deletion, [theme=vs] .hljs-meta, [theme=vs] .hljs-selector-attr, [theme=vs] .hljs-selector-pseudo {
  color: #2b91af;
}
[theme=vs] .hljs-doctag {
  color: grey;
}
[theme=vs] .hljs-attr {
  color: red;
}
[theme=vs] .hljs-bullet, [theme=vs] .hljs-link, [theme=vs] .hljs-symbol {
  color: #00b0e8;
}
[theme=vs] .hljs-emphasis {
  font-style: italic;
}
[theme=vs] .hljs-strong {
  font-weight: 700;
}

[theme=vs2015] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs2015] code.hljs {
  padding: 3px 5px;
}
[theme=vs2015] .hljs {
  background: #1e1e1e;
  color: #dcdcdc;
}
[theme=vs2015] .hljs-keyword, [theme=vs2015] .hljs-literal, [theme=vs2015] .hljs-name, [theme=vs2015] .hljs-symbol {
  color: #569cd6;
}
[theme=vs2015] .hljs-link {
  color: #569cd6;
  text-decoration: underline;
}
[theme=vs2015] .hljs-built_in, [theme=vs2015] .hljs-type {
  color: #4ec9b0;
}
[theme=vs2015] .hljs-class, [theme=vs2015] .hljs-number {
  color: #b8d7a3;
}
[theme=vs2015] .hljs-meta .hljs-string, [theme=vs2015] .hljs-string {
  color: #d69d85;
}
[theme=vs2015] .hljs-regexp, [theme=vs2015] .hljs-template-tag {
  color: #9a5334;
}
[theme=vs2015] .hljs-formula, [theme=vs2015] .hljs-function, [theme=vs2015] .hljs-params, [theme=vs2015] .hljs-subst, [theme=vs2015] .hljs-title {
  color: #dcdcdc;
}
[theme=vs2015] .hljs-comment, [theme=vs2015] .hljs-quote {
  color: #57a64a;
  font-style: italic;
}
[theme=vs2015] .hljs-doctag {
  color: #608b4e;
}
[theme=vs2015] .hljs-meta, [theme=vs2015] .hljs-meta .hljs-keyword, [theme=vs2015] .hljs-tag {
  color: #9b9b9b;
}
[theme=vs2015] .hljs-template-variable, [theme=vs2015] .hljs-variable {
  color: #bd63c5;
}
[theme=vs2015] .hljs-attr, [theme=vs2015] .hljs-attribute {
  color: #9cdcfe;
}
[theme=vs2015] .hljs-section {
  color: gold;
}
[theme=vs2015] .hljs-emphasis {
  font-style: italic;
}
[theme=vs2015] .hljs-strong {
  font-weight: 700;
}
[theme=vs2015] .hljs-bullet, [theme=vs2015] .hljs-selector-attr, [theme=vs2015] .hljs-selector-class, [theme=vs2015] .hljs-selector-id, [theme=vs2015] .hljs-selector-pseudo, [theme=vs2015] .hljs-selector-tag {
  color: #d7ba7d;
}
[theme=vs2015] .hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}
[theme=vs2015] .hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

[theme=xcode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xcode] code.hljs {
  padding: 3px 5px;
}
[theme=xcode] .hljs {
  background: #fff;
  color: #000;
}
[theme=xcode] .xml .hljs-meta {
  color: silver;
}
[theme=xcode] .hljs-comment, [theme=xcode] .hljs-quote {
  color: #007400;
}
[theme=xcode] .hljs-attribute, [theme=xcode] .hljs-keyword, [theme=xcode] .hljs-literal, [theme=xcode] .hljs-name, [theme=xcode] .hljs-selector-tag, [theme=xcode] .hljs-tag {
  color: #aa0d91;
}
[theme=xcode] .hljs-template-variable, [theme=xcode] .hljs-variable {
  color: #3f6e74;
}
[theme=xcode] .hljs-code, [theme=xcode] .hljs-meta .hljs-string, [theme=xcode] .hljs-string {
  color: #c41a16;
}
[theme=xcode] .hljs-link, [theme=xcode] .hljs-regexp {
  color: #0e0eff;
}
[theme=xcode] .hljs-bullet, [theme=xcode] .hljs-number, [theme=xcode] .hljs-symbol, [theme=xcode] .hljs-title {
  color: #1c00cf;
}
[theme=xcode] .hljs-meta, [theme=xcode] .hljs-section {
  color: #643820;
}
[theme=xcode] .hljs-built_in, [theme=xcode] .hljs-class .hljs-title, [theme=xcode] .hljs-params, [theme=xcode] .hljs-title.class_, [theme=xcode] .hljs-type {
  color: #5c2699;
}
[theme=xcode] .hljs-attr {
  color: #836c28;
}
[theme=xcode] .hljs-subst {
  color: #000;
}
[theme=xcode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=xcode] .hljs-addition {
  background-color: #baeeba;
}
[theme=xcode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=xcode] .hljs-selector-class, [theme=xcode] .hljs-selector-id {
  color: #9b703f;
}
[theme=xcode] .hljs-doctag, [theme=xcode] .hljs-strong {
  font-weight: 700;
}
[theme=xcode] .hljs-emphasis {
  font-style: italic;
}

[theme=xt256] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xt256] code.hljs {
  padding: 3px 5px;
}
[theme=xt256] .hljs {
  color: #eaeaea;
  background: #000;
}
[theme=xt256] .hljs-subst {
  color: #eaeaea;
}
[theme=xt256] .hljs-emphasis {
  font-style: italic;
}
[theme=xt256] .hljs-strong {
  font-weight: 700;
}
[theme=xt256] .hljs-type {
  color: #eaeaea;
}
[theme=xt256] .hljs-params {
  color: #da0000;
}
[theme=xt256] .hljs-literal, [theme=xt256] .hljs-name, [theme=xt256] .hljs-number {
  color: red;
  font-weight: bolder;
}
[theme=xt256] .hljs-comment {
  color: #969896;
}
[theme=xt256] .hljs-quote, [theme=xt256] .hljs-selector-id {
  color: #0ff;
}
[theme=xt256] .hljs-template-variable, [theme=xt256] .hljs-title, [theme=xt256] .hljs-variable {
  color: #0ff;
  font-weight: 700;
}
[theme=xt256] .hljs-keyword, [theme=xt256] .hljs-selector-class, [theme=xt256] .hljs-symbol {
  color: #fff000;
}
[theme=xt256] .hljs-bullet, [theme=xt256] .hljs-string {
  color: #0f0;
}
[theme=xt256] .hljs-section, [theme=xt256] .hljs-tag {
  color: #000fff;
}
[theme=xt256] .hljs-selector-tag {
  color: #000fff;
  font-weight: 700;
}
[theme=xt256] .hljs-attribute, [theme=xt256] .hljs-built_in, [theme=xt256] .hljs-link, [theme=xt256] .hljs-regexp {
  color: #f0f;
}
[theme=xt256] .hljs-meta {
  color: #fff;
  font-weight: bolder;
}
.code-editor {
  position: relative;
}
.code-editor > div {
  width: 100%;
  height: 100%;
}
/* header */
.code-editor .header {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 34px;
}
.code-editor .header > .dropdown {
  position: absolute;
  top: 12px;
  left: 18px;
}
.code-editor .header > .copy-code {
  position: absolute;
  top: 10px;
  right: 12px;
}
/* code-area */
.code-editor .code-area {
  position: relative;
  z-index: 0;
  text-align: left;
  overflow: hidden;
}
/* font style */
.code-editor .code-area > textarea,
.code-editor .code-area > pre > code,
.code-editor .line-nums > div {
  font-family: Consolas, Monaco, monospace;
  line-height: 1.5;
}
.code-editor .code-area > textarea:hover,
.code-editor .code-area > textarea:focus-visible {
  outline: none;
}
.code-editor .code-area > textarea {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  box-sizing: border-box;
  caret-color: rgb(127, 127, 127);
  color: transparent;
  white-space: pre;
  word-wrap: normal;
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  resize: none;
}
.code-editor .code-area > pre {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-size: 0;
  margin: 0;
}
.code-editor .code-area > pre > code {
  background: none;
  display: block;
  position: relative;
  overflow-x: visible !important;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
}
/* wrap code */
.code-editor.wrap .code-area > textarea,
.code-editor.wrap .code-area > pre > code {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* hide-header */
.code-editor.hide-header.scroll .code-area {
  height: 100%;
}
/* scroll */
.code-editor.scroll .code-area {
  height: calc(100% - 34px);
}
.code-editor.scroll .code-area > textarea {
  overflow: auto;
}
.code-editor.scroll .code-area > pre {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* dropdown */
.code-editor .list {
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
  font-family: sans-serif;
}
.code-editor .list > .lang-list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: auto;
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.code-editor .list > .lang-list > li {
  font-size: 13px;
  transition: background 0.16s ease, color 0.16s ease;
  box-sizing: border-box;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.code-editor .list > .lang-list > li:first-child {
  padding-top: 5px;
}
.code-editor .list > .lang-list > li:last-child {
  padding-bottom: 5px;
}
.code-editor .list > .lang-list > li:hover {
  background: rgba(160, 160, 160, 0.4);
}
/* line-nums */
.code-editor .line-nums {
  min-width: 36px;
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  padding-right: 8px;
  padding-left: 8px;
  opacity: 0.3;
}
.code-editor .line-nums::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid currentColor;
  opacity: 0.5;
}
.code-editor .header.border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.15;
}
.login-container {
  background-color: #f9f9f9;
  width: min(612px, 100% - 30px);
  padding: 43px 78px;
  border-radius: 10px;
  border: 1px solid #CCDFEE;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-inline: auto;
}
.login-container h2 {
  color: #3d6f97;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.login-container .centered-area {
  text-align: center;
}
.login-container .centered-area p {
  color: #4A5258;
  font-size: 15pt;
}
.login-container .v-otp-input .v-otp-input__content {
  height: 55px;
  box-sizing: content-box;
  max-width: unset;
}
.login-container .v-otp-input .v-field {
  background-color: white;
  width: 55px;
  height: 55px;
  max-width: 55px;
}
.login-container .v-otp-input .v-field .v-field__overlay {
  opacity: 0;
}
.login-container .v-input .v-field {
  padding: 0;
}
.login-container .v-input .v-field .v-field__prepend-inner {
  border-radius: 4px 0 0 0;
  background-color: #3D6F97;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .v-input .v-field .v-field__prepend-inner .v-icon {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  opacity: unset;
}
.login-container .v-input .v-field .v-field__append-inner {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .v-form {
  display: flex;
  flex-direction: column;
}
.login-container .v-form .forgot-password {
  color: gray;
  font-size: 0.8em;
  text-decoration: underline;
  position: relative;
  margin-left: auto;
  margin-top: -0.8em;
}
.login-container .v-form .v-btn {
  margin-block-start: 16px;
  background: #EBAA53;
  padding: 11px 14px;
  color: white;
  font-size: 16px;
  text-transform: unset;
  font-weight: 400;
  border-radius: 0;
  width: 100%;
  margin-block-start: 2em;
}
.login-container .alt-auth {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-direction: column;
}
.login-container .alt-auth button {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background-color: transparent;
}